:root{
    --red-light: #E70052;
    --white:#fff;
    --tstarpro-headline: 'Oxfam TSTAR PRO Headline';
}

@font-face {
    font-family: 'Oxfam TSTAR PRO Headline';
    src: url('../fonts/OxfamTSTARPRO-Headline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OxfamTSTARPRO-Headline.woff2') format('woff2'),
         url('../fonts/OxfamTSTARPRO-Headline.woff') format('woff'),
         url('../fonts/OxfamTSTARPRO-Headline.ttf') format('truetype'),;
}


.posts.stories{
    display: grid;
    gap:48px 44px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.post.story{
    position: relative;
}
.post.story .img-sec{
    height:390px;
    overflow: hidden;
}
.post.story .img-sec img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: scale(1);
}
.post.story:hover .img-sec img{
    transform: scale(1.2);
}
.terms-sec{
    position: absolute;
    padding:11px 18px 7px 18px;
    background-color: var(--red-light);
    color:var(--white);
    font-family: var(--tstarpro-headline);
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    color:white;
    max-width:calc(100% - 100px);
    z-index: 2;
}
.title-sec{
    background-color: var(--black);
    padding: 26px 27px 19px;
    margin-top: -96px;
    position: relative;
    width: calc(100% - 25px);
    height: calc(100% - 294px);
}
.title-sec h3:before{
    display: none!important;
}
.title-sec h3{
    color: var(--white);
    padding-bottom:0;
}
.title-sec h3 a{
    color: var(--white);
    text-decoration: none;
}
.post:hover .title-sec h3 a{
    text-decoration: underline;
}
/***carrousel news***/

.carrousel-news .slick-track{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.carrousel-news .post{
    width: 390px;
    height: auto;
    margin-right: 30px;
    border-right: 1px solid var(--black);
}
.carrousel-news .post .imgBox{
    padding-bottom:16px;
}
.carrousel-news .post .tags{
    padding:12px 12px 8px 12px;
    background-color: var(--red-light);
    color:var(--white);
    font-family: var(--tstarpro-headline);
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: initial;
    color:white;
    display: inline-block;
    margin-right: 16px;
}
.carrousel-news .post .date{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: var(--tstarpro-medium);
    display: inline-block;
}
.carrousel-news .post h3::before{
    display: none!important;
}
.carrousel-news .post h3{
    max-width: 320px;
}
.carrousel-news .post h3 a{
    color:var(--black);
    text-decoration: none;
}
.carrousel-news .post:hover h3 a{
    color:var(--black);
    text-decoration: underline;
}

.slick-current.slick-active{
    position: relative;
}
.slick-list:before{
    content: "";
    height: 100%;
    width: calc(50px + 100vw);
    background-color: var(--white);
    display: block;
    position: absolute;
    left: calc(-100vw - 50px);
    z-index: 9;
}
.slick-list{
    overflow: visible;
}
.slider-ctl{
    display:flex;
    gap:11px;
    justify-content:flex-end;
    margin-bottom:16px;
}
.slider-header{
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    padding-bottom:38px;
}
.slick-dots li.slick-active {
    display: block;
}
.slick-dots li {
    display: none;
    line-height: 1;
    width: auto;
    margin: auto;
}
.slick-arrow, .slick-arrow:hover, .slick-arrow:focus{
    background-color: transparent;
    border: none;
    box-shadow:none;
    padding:0;
}
.slick-active button, .slick-active button:hover, .slick-active button:focus {
    background-color: transparent;
    color: var(--black);
    padding: 0;
    font-weight:bold;
    border: 1px solid transparent;
    pointer-events: none;
}
.slider-dot{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.slick-dots li.slick-active button:before{
    display: none;
}
.slick-dots li button{
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    display: block;
    width: auto;
    height: 22px;
    padding: 0px;
    cursor: pointer;
    color: var(--black);
    font-weight:initial;
    font-family:var(--tstarpro-heavy);
}
.slick-dots{
    padding-bottom:0!important;
    margin-bottom:0!important;
    position:static;
    width: auto;
}

.home-page-slide{
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    height:auto;
    padding-bottom:42px;
        min-height: 100vh;
}
.home-page-slide-container{
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1366px;
    width: 100%;
        padding: 0;
        padding-left:50px;
        padding-right:50px;
    box-sizing: border-box;
        margin-bottom: 0;
}
.slick-track{
    display: flex;
}
.home-page-slide-info{
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: relative;
    top:-30px;
    left:16px
}
.slick-current .home-page-slide-info{
    opacity: 1;
    top:0;
}
.home-page-slide-box{
    width: 550px;
    background-color: rgba(247,247,242,0.85);
    padding: 26px 30px;
    position: relative;
}
.home-page-slide-box:before{
    content:"";
    background-color: #000;
    display: block;
    position: absolute;
    height:calc(100% - 44px);
    width:16px;
    top:44px;
    left:-16px;
}
.home-page-slide-title{
    color:#000;
    padding-bottom:16px;
}
.home-page-slide-text{
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
    color:#000;
    margin-bottom:10px;
}
.home-page-slide-logo{margin-bottom:10px;}
.home-page-slide-button, .home-page-slide-button:hover, .home-page-slide-button:focus{
    text-transform: uppercase;
    font-family: var(--tstarpro-heavy);
    font-weight: initial;
    font-size: 1.9rem;
    line-height:1.8rem;
    color: #fff;
    background-color: #E70052;
    padding:20px 30px;
    text-decoration: none!important;
    display: inline-flex;
    align-items: flex-end;
    gap:14.5px;
}
.home-page-slide-button:after{
    content: "";
    background-image: url(/wp-content/uploads/2024/01/hp2023_arrow_white.svg);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
        position: relative;
    top: -2px;
    
}
.home-page-slide-button {transition:all .25s ease;}
.home-page-slide-button:hover {transform:scale(1.05)}
.home-page-slide-credit{
    color:#90908A;
    font-size: 1.6rem;
    line-height: 2rem;
    background-color: #000;
    padding: 14px 16px 10px;
    position: relative;
    left:-16px;
        max-width: 550px;
}
.slick-initialized .slick-slide.home-page-tab{
    background-color: rgba(0, 0, 0, 0.7);
    padding:6px 44px 20px 9px;
    display: inline-flex;
    width: 200px!important;
    height:auto;
    gap:6px;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-left:3px solid transparent;
    top:0;
    cursor:pointer;
}
.slick-initialized .home-page-tab.slick-current{
    background-color: rgba(0, 0, 0, 1);
    top: -16px;
    border-left:3px solid #E70052;
}
.home-page-tab .home-page-tab-text, .home-page-tab .home-page-tab-index{
    color:#fff;
    font-family: var(--tstarpro-heavy);
    font-size: 1.6rem;
    line-height: 2.2rem;
    transition: all 0.5s ease-in-out;
        text-align: left;
}
.slick-initialized .home-page-tab.slick-current .home-page-tab-index{
    color:#E70052;
}
.slick-initialized  .home-page-tab-index{
    color:#999;
}
.home-page-tab .home-page-tab-text{
    width: 120px;
        padding-left: 8px;
}
.home-page-tabs .slick-track{
    display: flex;
    align-items: stretch;
    gap:6px;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
    transform: none!important;
    width: auto!important;
}
.home-page-tabs-container{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    /* bottom: 44px; */
        top: calc(100vh - 120px);
        right:0px;
}

.home-page-tabs{
    max-width: 1366px;
    margin: 0 auto;
}
.home-page-tabs .slick-list{
    padding:0 50px!important;
}
.home-page-tabs .slick-track:before, .slick-track:after{
    display: none!important;
}
.home-page-tabs  .slick-list:before, .home-page-sliders  .slick-list:before{
    display: none!important;
}
.home-hero-row .fl-row-content-wrap{
    padding:0px!important;
}
.home-hero-row .slider-header{
    display: none;
}
.home-page-hero-box .slick-dotted.slick-slider{
    margin-bottom:0!important;
}

.home-page-tabs-container {display:none}

.slick-arrow:focus {
    outline-style: auto;
    outline-color: #000;
    outline-offset: 3px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}














@media screen and (max-width: 1310px) {
    
    .home-page-tabs .slick-track {
        flex-direction: column;
        align-items:flex-end;
        top:0;
    }
    .home-page-tabs-container {
        top: 180px;
        width:auto;
    }

    

    .slick-initialized .home-page-tab.slick-current{
        top: 0;
        right:16px;
    }
}






@media screen and (max-width: 992px) {
    .home-page-slide {
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 100px;
        height: auto;
        padding-bottom: 42px;
        max-height: initial;
        height: calc(100vh - 100px);
        overflow: hidden;
        min-height: initial;
    }
    .posts.stories {
        display: grid;
        gap: 44px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .home-hero-row .slider-header {
        display: flex;
        justify-content: space-between;
        padding: 26px 16px 0px;
    }
    .home-page-tabs-container{
        display: none!important;
    }
    .home-page-slide-container {
            padding: min(80px,40vh) 18px 16px;
            padding-top:20px;
    }
    .home-hero-row .slick-dotted.slick-slider{
        margin-bottom:0;
    }
}
@media screen and (max-width: 768px) {
    .home-page-slide{
        /* min-height: calc(100vh - 140px); */
        height: calc(100vh - 66px - 59px); /* Device height - minus top menu - minus slideshow navigation */
        width: 100vw !important;
        padding-bottom:16px;
    }
    .home-hero-row .slider-header {
        padding: 10px 16px 0px;
    }
    .slick-arrow, .slick-arrow:hover, .slick-arrow:focus {

        width: 40px;
        position: relative;
    }
    
    .home-page-slide{
        padding-top:0;
        padding-bottom:0;
        margin-bottom: 0;
        display: flex!important;
        margin-top: 59px;
        height:initial;
            max-height: calc(100vh - 66px);
    }
    .home-page-slide-text{
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 6px;
    }
    .home-page-slide-logo{
        margin-bottom:6px;
    }
    .home-page-slide-box{
        width:374px;
    }
    .posts.stories {
        display: grid;
        gap: 26px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .title-sec h3 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .title-sec {
        padding: 16px 20px 15px;
        margin-top: -68px;
        position: relative;
        height: calc(100% - 244px);
    }
    .post.story .img-sec {
        height: 312px;
    }
    .carrousel-news .post{
        width:375px;
    }
    .carrousel-news .post h3{
        width:310px;
    }

    .home-page-slide-button:after {
        top: -5px;
    }
    body.os_MacOS .home-page-slide-button:after {
        left:10px;
    }

}







@media screen and (max-width: 600px) {
    .posts.stories {
        display: grid;
        gap: 26px;
        grid-template-columns: minmax(0, 1fr);
    }
    .title-sec {
        padding: 16px 20px 15px;
        margin-top: -68px;
        position: relative;
        height: calc(100% - 244px);
        min-height: 87px;
    }
    .slider-header{
        padding-bottom: 10px;
    }


}
@media screen and (max-width: 475px) {
    .home-page-slide-box {
        width: calc(100% - 18px);
    }
    .home-page-slide-credit {    width: calc(100% - 18px);}
}
