/*
Theme Name: Raytahost D36
Theme URI: 
Author: Raytahost
Author URI: 
Description: News Portal Theme.
Version: 1.0
Text Domain: Raytahost.com
*/


@media print {
    a[href]:after {
      content: none !important;
    }
  }

*{
    font-family: 'SolaimanLipi';
}

@font-face {
    font-family: SolaimanLipi;
    src: url('/assets/font/SolaimanLipi.ttf');
}
a{
    text-decoration: none !important;
    color: #111;
    display: block;
}
a:hover,
a:focus{
    color: #555;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}
.row div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

body{
    background-color: #ebebeb;
}
.bg-red{
    background-color: #FF1D1D!important;
}
.bg-green{
    background-color: #4CAF50!important;
}
.bg-blue{
    background-color: #2196F3!important;
}

.error-box{
    height: 381px;
    margin: auto;
}
.error-box .title{
    color: #FF1D1D;
    text-align: center;
    font-size: 5em;
    font-weight: bold;
    margin-top: 1em;
}
.error-box .content{
    color: #333333;
    text-align: center;
}

/* ================pre-header================ */
.pre-header .date-time{
    font-size: .95em;
    line-height: 1.8;
    color: #fff;
}
.social-nav{
    float: right;
}
.social-nav .social-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.social-nav .social-list .item {
    display: inline;
    margin-left: 0.2em;
}
.social-nav .social-list .item a {
    display: inline-block;
    border: 1px solid;
    width: 28px;
    height: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #6c757d;
}
.social-nav .social-list .item a i {
    font-size: .95em;
    line-height: 1.63rem;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.social-nav .social-list .item a i.facebook:hover {
    color: #3B5998;
}
.social-nav .social-list .item a i.twitter:hover {
    color: #1DA1F2;
}
.social-nav .social-list .item a i.youtube:hover {
    color: #E32C28;
}
.social-nav .social-list .item a i.google-plus:hover {
    color: #dd5144;
}

.logo-header a img{
    display: block;
    width: 348px;
    height: auto;
}
/* ================./pre-header================ */
.footer-logo a img{
    display: block;
    width: 364px;
    height: auto;
}
.post-footer{
    height: 38px;
}
.post-footer p{
    font-size: .9em;
    line-height: 2.4rem;
}
address {
    letter-spacing: 1px;
    padding-left: 18px;
    border-left: 5px solid #FF1D1D;
    font-size: 12px;
}

/* ==================./Footer=================== */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.navigation.pagination h2{
    display: none;
}
.navigation.pagination .nav-links{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a{
    display: inline-block;
    padding: 6px 12px;
    border-right: 1px solid #ddd;
}
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links a:hover{
    background-color: #eee;
}
.navigation.pagination .nav-links span:last-child,
.navigation.pagination .nav-links a:last-child{
    border-right: 0;
}
.navigation.pagination .nav-links .page-numbers.current{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FF1D1D;
    border-color: #FF1D1D;
}
/* ==================./Pagination================= */

/* ====================Nav===================== */
.main-nav{
    padding: 0;
}
.main-nav .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: .9em;
    padding: .7rem;
    line-height: 1.56;
}

.main-nav .navbar-nav .nav-item.active{
    background-color: #FF1D1D;
}
.main-nav .navbar-nav .nav-item:hover{
    background-color: #FF1D1D;
}

.main-nav .navbar-nav .nav-item .dropdown-menu{
    left: -23px;
    min-width: 157px;
}
.main-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    color: #fff;
    padding: .2rem .8rem;
}
.main-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    background-color: #FF1D1D;
}
.main-nav .navbar-nav .nav-item.dropdown .dropdown-menu{
    display: none;
}
.main-nav .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.footer-nav{
    padding: 0;
}
.footer-nav .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: .9em;
    padding: .7rem;
    line-height: 1.56;
}
.footer-nav .navbar-nav .nav-item{
    /* margin-right: .3rem; */
}
.footer-nav .navbar-nav .nav-item.active{
    background-color: #FF1D1D;
}
.footer-nav .navbar-nav .nav-item:hover{
    background-color: #FF1D1D;
}
.footer-nav .navbar-nav .nav-item:last-child{
    /* margin-right: 0; */
}
.footer-nav .navbar-nav .nav-item .dropdown-menu{
    left: -23px;
    min-width: 157px;
}
.footer-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    color: #fff;
    padding: .2rem .8rem;
}
.footer-nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    background-color: #FF1D1D;
}
.footer-nav .navbar-nav .nav-item.dropdown .dropdown-menu{
    display: none;
}
.footer-nav .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
/* ====================./Nav==================== */

.card-box{
    display: block;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0.75rem;
    box-shadow: 2px 2px #ebebeb;
}
.lead-main{
    height: 485px;
}
.lead-main a .thumbnail-holder{
    height: 310px;
} 
.lead-main a .thumbnail-holder img{
    width: 100%;
    height: inherit;
}
.lead-main a .content{
    padding: .5rem;
    max-height: 184px;
    
}
.lead-main a .content .title{
    color: #000;
    line-height: 1.4;
}
.lead-main a .content .excerpt{
    display: block;
    overflow: hidden;
    height: 74px;
    color: #333;
    font-size: 1em;
}

.news-list{
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.news-list .item{
    padding: .5rem 0;
    border-bottom: 1px solid #ddd;
}
.news-list .item:first-child{
    padding-top: 0;
}
.news-list .item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.news-list .item a .thumbnail-holder,
.news-list .item a .content{
    display: table-cell;
    vertical-align: top;
}
.news-list .item a .thumbnail-holder{
    width: 108px;
    height: 64px;
}
.news-list .item a .thumbnail-holder img{
    width: 100%;
    height: inherit;
}
.news-list .item a .content{
    height: 64px;
}
.news-list .item a .content .title{
    margin: 0;
    padding-left: .5rem;
    font-size: 1em;
    height: 64px;
    overflow: hidden;
    line-height: 1.35;
}

.news-box-title{
    height: 32px;
    display: block;
    margin-bottom: .5rem;
    background-color: #212529;
}
.news-box-title a .title{
    margin: 0;
    color: #fff;
    font-size: 1.26em;
    line-height: 1.18;
    padding: .3rem .6rem;
}
.news-slide .carousel-indicators{
    bottom: 26px;
}
.news-slide .carousel-inner .carousel-item img{
    height: 181px;
}
.news-slide .carousel-inner .carousel-item .carousel-caption{
    right: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    bottom: -20px;
}
.news-slide .carousel-inner .carousel-item .carousel-caption h5{
    margin: 0;
    padding: .5rem;
    font-size: .93em;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ad-box{
    display: block;
    background-color: #fff;
    margin-bottom: .5rem;
}
.ad-md{
    height: 250px;
}
.ad-sm{
    width: 100%;
    height: 80px;
}
.ad-box .link .thumbnail-holder{
    height: 100%;
}

.news-box-md .link .thumbnail-holder {
    height: 154px;
}
.news-box-md .link .thumbnail-holder img {
    width: 100%;
    height: inherit;
}
.news-box-md .link .info .title {
    margin: 0;
    padding: .4rem;
    height: 54px;
    color: #000;
    display: block;
    font-size: 1em;
    line-height: 1.45;
    overflow: hidden;
}
.news-list-wrap .nav-tabs{
    border-bottom: 0;
}
.news-list-wrap .nav-tabs a{
    border: none;
    border-radius: 0;
    font-size: 1.1em;
    width: 50%;
    color: #fff;
    background-color: #343a40;
}
.news-list-wrap .nav-tabs a.active, 
.news-list-wrap .nav-tabs a.active:hover, 
.news-list-wrap .nav-tabs a.active:focus{
    border: none;
    border-radius: 0;
    background-color:#FF1D1D;
    color: #fff;
}
.news-list-wrap .tab-content .list-group{
    height: 340px;
    overflow-y: scroll;
}
.news-list-wrap .tab-content .list-group .list-group-item:last-child{
    border-bottom: 0;
}
.news-list-wrap .tab-content .list-group .list-group-item{
    color: #000;
    font-size: .95em;
    border-left: 0;
    border-right: 0;
    padding: .5rem 1rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.news-list-wrap .tab-content .list-group .list-group-item:before {
    content: '\f138';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 8px;
}
.list-group.list-wrap .list-group-item{
    height: 67px;
    line-height: 1.65;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.list-group.list-wrap .list-group-item:before {
    content: '\f138';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 8px;
}

.news-box-single{
    position: relative;
}
.news-box-single a img{
    width: 100%;
    height: 215px;
    display: block;
}
.news-box-single a .img-md{
    width: 100%;
    height: 307px;
    display: block;
}
.news-box-single a .title{
    font-size: 1.2em;
    padding: 16px 8px 5px 8px;
    height: 70px;
    line-height: 1.35em;
    overflow: hidden;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .95) 0, rgba(0, 0, 0, 0) 100%);
    margin: 0;
    width: 100%;
}
/* ====================Single===================================== */
.single-post{
    padding: 0 8px;
}

.single-post .title-body .single-short-title{
    color: #64B5F6;
}
.single-post .title-body .single-post-title{
    color: #333;
    font-size: 2.4em;
    line-height: 1.3;
    font-weight: bold;
}
.single-post .title-body .additional-info{
    margin: .5rem 0 1rem 0;
}
.single-post .title-body .additional-info h4.post-roporter{
    color: #333;
    font-size: 16px;
}
.single-post .title-body .additional-info span.post-time{
    color: #555;
}
.single-post .title-body .additional-info span.post-time::before{
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 6px;
}
.single-post .title-body .share-tools{
    margin: 14px 0;
    display: block;
    overflow: hidden;
}
.single-post .single-content-body p{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0;
    padding: 4px 0;
}
.single-post .single-post-content img{
    width: 100%;
    height: auto;
}
.single-post .share-tools .share-nav{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.single-post .share-tools .share-nav li{
	display: inline-block;
	float: left;
	margin-right: 14px;
}
.single-post .share-tools .share-nav li:nth-child(2){
    margin-top: .26rem;
}
.single-post .share-tools .share-nav li:nth-child(3){
    margin-top: .26rem;
    float: right;
}
.single-post .share-tools .share-nav li a i.fa-print{
    color: #777;
}
.single-post .share-tools .share-nav li a i.fa-print:hover{
    color: #337ab7;
}
/* ====================================End-Single============================== */
.media:first-child {
    margin-top: 0;
}
.media-left, .media-right, .media-right {
    display: table-cell;
    vertical-align: top;
}
.cat-media-wrap .media-right {
    padding: 6px 3px 6px 0;
}
.cat-media-wrap .media-right .media-title {
    height: 46px;
    overflow: hidden;
    line-height: 24px;
    padding-left: 6px;
    font-size: 20px;
    color: #000;
}
.cat-media-wrap .media-right p{
    height: 46px;
    padding-left: 6px;
    overflow: hidden;
    font-size: .95em;
    color: #333;
}
.cat-media-wrap a .media-left img {
    width: 160px;
    height: 128px;
}
.media-left, .media .media-left {
    padding-right: 4px;
}
/* =====================./Category======================= */
.archive-wrapper .archive-list{
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.archive-wrapper .archive-list li{
    margin-bottom: 10px;
}
.archive-wrapper .archive-list li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.archive-wrapper .archive-list li .media .media-left img{
    width: 274px;
    height: 198px;
}
.archive-wrapper .archive-list li .media .media-right {
    padding: 6px 3px 6px 0;
}
.archive-wrapper .archive-list li .media .media-right h3.media-title{
    margin: 3px 0 10px;
    font-size: 24px;
    line-height: 30px;
    padding-left: 6px;
}
.archive-wrapper .archive-list li .media .media-right span{
    color: #555;
    padding: 2px;
    padding-left: 6px;
}
.archive-wrapper .archive-list li .media .media-right p{
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 6px;
    margin-bottom: 10px;
}
.archive-wrapper .archive-list li .media .media-right span::before{
    content: '\f017';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 8px;
    color: #555;
}
.custom-pagination{
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 20px 0;
}
.custom-pagination .page-numbers{
    display: inline-block;
    padding: 6px 12px;
    border-right: 1px solid #ddd;
}
.custom-pagination .page-numbers.current {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #FF1D1D;
    border-color: #FF1D1D;
}
/* =========================./Archive========================= */

.visible-xm{
    visibility: visible;
}
.visible-sm{
    visibility: visible;
}
.visible-md{
    visibility: visible;
}
.visible-lg{
    visibility: visible;
}

.invisible-xm{
    visibility: hidden;
}
.invisible-sm{
    visibility: hidden;
}
.invisible-md{
    visibility: hidden;
}
.invisible-lg{
    visibility: hidden;
}



/*============WVGA-low-end Windows-phone=============*/
@media (min-width: 320px) and (max-width: 479px) {
    .container-fluid{
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-light .navbar-toggler {
        background-color: rgba(255,255,255,0.5);
        border-radius: 0;
    }
    .logo-header a img {
        display: block;
        width: 256px;
        height: auto;
    }
    .lead-main a .thumbnail-holder {
        height: 248px;
    }
    .single-post .title-body .single-post-title{
        font-size: 2em;
    }
    .footer-nav{
        display: none;
    }
    .footer-logo a img{
        width: 256px;
    }
    address {
        border-left: 0;
        padding-left: 0;
        margin-top: 16px;;
    }
}
/*==================End-DVGA-iPhone==================*/
@media (min-width: 480px) and (max-width: 639px) {
    .container-fluid{
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-light .navbar-toggler {
        background-color: rgba(255,255,255,0.5);
        border-radius: 0;
    }
    .logo-header a img {
        display: block;
        width: 256px;
        height: auto;
    }
    .single-post .title-body .single-post-title{
        font-size: 2em;
    }
    .lead-main a .thumbnail-holder {
        height: 248px;
    }
    .footer-nav{
        display: none;
    }
    .footer-logo a img{
        width: 256px;
    }
    address {
        border-left: 0;
        padding-left: 0;
        margin-top: 16px;;
    }
}
/*==================End-DVGA-iPhone==================*/

/*============WVGA-High-end Windows-phone=============*/
@media (min-width: 640px) and (max-width: 767px) {
    .container-fluid{
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-light .navbar-toggler {
        background-color: rgba(255,255,255,0.5);
        border-radius: 0;
    }
    .logo-header a img {
        display: block;
        width: 308px;
        height: auto;
    }
    .single-post .title-body .single-post-title{
        font-size: 2.3em;
    }
    .lead-main a .thumbnail-holder {
        height: 264px;
    }
    .footer-nav{
        display: none;
    }
    .footer-logo a img{
        width: 308px;
    }
    address {
        border-left: 0;
        padding-left: 0;
        margin-top: 16px;;
    }
}
/*============End-WVGA-High-end Windows-phone=========*/
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        background-color: rgba(255,255,255,0.5);
        border-radius: 0;
    }
    .logo-header a img {
        display: block;
        width: 256px;
        height: auto;
    }
    .lead-main a .thumbnail-holder {
        height: 248px;
    }
    .single-post .title-body .single-post-title{
        font-size: 2em;
    }
    .footer-nav{
        display: none;
    }
    .footer-logo a img{
        width: 256px;
    }

}
@media (min-width: 992px) and (max-width: 1200px){
 
}
