
.wrapper-bigger{
    width: 85%;
    margin: auto;
    max-width: 1460px;
}
.wrapper{
    width: 1200px;
    margin: auto;
}

.bg-line-bottom{
    position: relative;
}
.bg-line-bottom::after{
    content: '';
    position: relative;
    width: 100%;
    height: 88px;
    background: url(/images/star35/line-bg.png) center center no-repeat;
    background-size: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: -50px;
    background-position: center;
}
#star35-main{
    background: #fff;
    /* background: rgb(229,229,229); */
    /* background: linear-gradient(180deg, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 100%); */
}

#star35-main .pull-out{
    margin: 0 !important;
    position: relative;
}
#star35-main .star35-about{
    background: #14191E;
    min-height: 70vh;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

#star35-main .star35-about img{
    margin: auto;
    max-width: 600px;
}
#star35-main .star35-about h1{
    font-size: 60px;
    font-weight: 800;
    line-height: 71px;
    margin: 30px auto 0;
    font-family: 'Work Sans';
}
#star35-main .star35-about p{
    font-family: 'Alegreya';
    font-size: 20px;
    line-height: 28px;
    width: 60%;
    margin: 30px auto;
}
#star35-main .star35-about a{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
}

#star35-main .star35-featured{
    padding: 90px 0 0px;
    width: 100%;
}
#star35-main .star35-featured h2{
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    margin: 0;
    display: inline-block;
    color: #000;
}
#star35-main .star35-featured .featured-articles{
    margin: 30px 0;
}
#star35-main .star35-featured .featured-articles li{
    width: 400px;
    height: auto;
    margin-left: 30px;
    min-height: 400px;
    position: relative;
}

#star35-main .star35-featured .featured-articles li .article-labels{
    position: absolute;
    bottom: 0;
    min-height: 150px;
    width: 100%;
    padding: 45px 15px 20px;
    background: linear-gradient(
180deg
, rgb(255 255 255 / 8%) 1%, #ffffff94 45%, #ffffff99 100%);
    color: #000;
    font-weight: bold;
}
#star35-main .star35-featured .featured-articles li .article-labels h4{
    font-size: 18px;
    line-height: 22px;
}
#star35-main .star35-featured .featured-articles li .article-labels .by-line{
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    margin-top: 10px;
    font-weight: normal;
}
#star35-main .chapter-intro{
    background: #FDFAF3;
    padding: 80px 0 50px 0;
    min-height: 400px;
}
#star35-main .chapter-intro img{
    width: 350px;
    margin: auto;
    height: auto;
}
#star35-main .chapter-intro h1{
    font-size: 34px;
    font-family: 'Work Sans';
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #000;
}
#star35-main .featured{
    margin: 30px 0;
}
#star35-main .featured h2{
    font-family: 'Work Sans';
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    margin: 20px 0;
}
#star35-main .featured .featured-item{
    position: relative;
    max-height: 700px;
    height: 700px;
    display: flex;
    align-items: flex-start;
}
#star35-main .featured .featured-item .featured-item-details {
    position: absolute;
    width: 100%;
    padding: 50px;
    top: 0;
    height: 100%;
    background: linear-gradient(351deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.26234243697478987) 70%, rgba(112,112,112,0.6741071428571428) 93%, rgba(0,0,0,0.42200630252100846) 100%);
}
#star35-main .featured .featured-item .featured-item-details h4{
    font-family: 'Work Sans';
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    width: 63%;
    text-shadow: 2px 1px 8px #000;
}
#star35-main .featured .featured-item .featured-item-details .by-line{
    font-size: 16px;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    text-shadow: 2px 1px 8px #000;
}

#star35-main .featured .featured-item img{
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    height: auto; 
    margin: auto;
}
#star35-main .slick-dots li button:before{
    font-size: 18px;
}
#star35-main .slick-dots{
    bottom: 25px;
}
#star35-main .chapter-intro .intro{
    width: 75%;
    margin: 20px auto;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Alegreya';
}
#star35-main .chapter-intro .intro p{
    margin-bottom: 15px;
}
#star35-main .chapter-section{
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#star35-main .chapter-section:last-child{
    border-bottom: none;
}


#star35-main .chapter-section h3{
    font-size: 28px;
    font-family: 'Work Sans';
    font-weight: bold;
    line-height: 33px;
    color: #000;
}

#star35-main .chapter-section h3 > img{
    width: 320px;
}
#star35-main .chapter-section .chapter-desc{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Alegreya';
    margin: 15px 0 25px;
    width: 60%;
}
#star35-main .chapter-article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 30px 0;
}
#star35-main .chapter-article-list.two-cols{
    justify-content: space-between;
}
#star35-main .chapter-article-list .article-item{
    width: 24%;
    margin-right: 1.33%;
}
#star35-main .chapter-article-list .article-item.two-cols{
    width: 49.5%;
    margin-right: 0;
}
#star35-main .chapter-article-list .article-item:last-child{
    margin-right: 0;
}
#star35-main .chapter-article-list .article-item .article-labels{
    font-family: 'Alegreya Sans';
    color: #000;
}
#star35-main .chapter-article-list .article-item .article-labels .kicker{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin-top: 14px;
}
#star35-main .chapter-article-list .article-item .article-labels h4{
    font-family: 'Work Sans';
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 8px;
}
#star35-main .chapter-article-list .article-item .article-labels .by-line{
    font-style: italic;
    margin-top: 8px;
    font-size: 15px;
}

#star35-main .chapter-articles{
    padding: 0px 0 50px;
}
.ads-container{
    text-align: center;
    margin: 20px auto 0;
}
.ads-container > div{
    display: inline-block;
}

footer{
    background: #F4F2EB;
    padding: 40px 0;
}
footer .footer-details{
    display: flex;
    font-family: 'Work Sans';
    font-size: 14px;
    flex-wrap: wrap;
    line-height: 17px;
}
footer .star-35-logo{
    width: 350px;
    height: auto;
}
footer .star35-links{
    align-self: flex-start;
    width: 400px;
    margin-left: 40px;
}
footer .star35-links li{
     display: inline-block;
     min-width: 90px;
     text-align: left;
     color: #000;
     vertical-align: top;
}

footer .star35-links .chapter-list{
    padding: 10px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
footer .star35-links .chapter-list li{
    width: 100%;
    margin: 2px 0;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
footer .copyright{
    text-align: right;
    color: rgba(0,0,0,0.4);
    margin-left: auto;
}

.modal{
    z-index: 9999;
}

.modal-dialog{
    max-width: unset;
    margin: 0;
}

.modal-dialog button.close{
    position: absolute;
    right: 22px;
    top: 12px;
    font-size: 35px;
}

.modal-content{
    width: 90%;
    margin: 5vh auto;
}
.modal-body{
    padding: 0;
}
.modal-body img{
    width: 100%;
}
@media (max-width: 1280px){
    .wrapper, .wrapper-bigger{
        width: 90%;
    }

    #star35-main .featured .featured-item{
        max-height: 550px;
        height: 550px;
    }
}
@media (max-width: 1100px){
    #star35-main .featured .featured-item{
        max-height: 450px;
        height: 450px;
    }
}
@media (max-width: 800px){
    #star35-main .featured .featured-item{
        max-height: 400px;
        height: 400px;
    }
    #star35-main .chapter-article-list{
        justify-content: space-between;
    }
    #star35-main .chapter-article-list .article-item{
        width: 49%;
        margin-right: 0;
    }
    .modal-content{
        width: 100%;
    }
}

@media (max-width: 767px){
    #star35-main .home-banner .is-2by1{
        padding-top: 59%;
    }
    #star35-main .star35-featured{
        padding: 35px 0 0px;
    }
    #star35-main .star35-featured h2{
        font-size: 27px;
        line-height: 33px;
    }
    #star35-main .star35-featured .featured-articles{
        margin: 15px 0;
    }
    #star35-main .chapter-section .chapter-desc{
        width: 100%;
    }
    .bg-line-bottom::after{
        bottom: -40px;
        height: 70px;
        background-size: cover;
    }

    #star35-main .star35-about{
        min-height: 40vh;
        padding: 55px 0;
    }
    #star35-main .star35-about h1{
        font-size: 34px;
        line-height: 38px;
        margin: 5px auto 20px;
    }
    #star35-main .star35-about img{
        width: 80%;
    }
    #star35-main .chapter-intro .intro{
        width: 100%;
    }

    #star35-main .star35-about p{
        width: 100%;
        margin: 15px auto;
        font-size: 16px;
        line-height: 22px;
    }
    #star35-main .chapter-article-list{
        padding: 0;
    }
    #star35-main .chapter-article-list .article-item, #star35-main .chapter-article-list .article-item.two-cols{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    footer .star-35-logo{
        width: 100%;
    }
    footer .star35-links{
        width: 100%;
        text-align: center;
        margin: 30px 0 0;
    }
    footer .star35-links li{
        width: 100%;
        min-height: 30px;
        text-align: center;
    }
    footer .copyright{
        margin: 30px 0 0;
        width: 100%;
        text-align: center;
    }

    #star35-main .featured .featured-item .featured-item-details {
        padding: 15px;
        top: 0;
        height: 100%;
        background: linear-gradient(351deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.26234243697478987) 70%, rgba(112,112,112,0.6741071428571428) 93%, rgba(0,0,0,0.42200630252100846) 100%);
    }
    #star35-main .featured .featured-item .featured-item-details h4{
        font-size: 17px;
        line-height: 19px;
        width: 100%;
    }
    #star35-main .featured .featured-item .featured-item-details .by-line{
        font-size: 14px;
    }
    #star35-main .star35-featured .featured-articles li .article-labels{
        min-height: 100px;
    }
    #star35-main .star35-featured .featured-articles li{
        margin-left: 0;
        min-height: 300px;
    }
}

@media (max-width: 560px){

    #star35-main .featured .featured-item{
        max-height: 300px;
        height: 300px;
    }
}
.owl-carousel .owl-item{
    transform: scale(0.9) !important;
}
.owl-carousel .owl-item.active.center{
    transform: scale(1) !important;
}
.owl-carousel .owl-nav{
    position: absolute;
    top: -100px;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    z-index: 0;
}
button:focus{
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev{
    float: left;
}
.owl-carousel .owl-nav button.owl-next{
    float: right;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    font-weight: bold;
    font-size: 100px;
    line-height: 43px;
    text-shadow: 2px 2px 2px #000;
    display: block;
}
.item-video{
    /* height: 60vh; */
    width: 100%;
    height: 60vh;
}
.item-video iframe{
    height: 100%;
    width: 100%;
}
.owl-carousel .owl-video-tn{
    background-size: cover !important;
}

@media (max-width: 767px){
    .item-video{
        height: 250px;
    }
}