@font-face {
  font-family: 'BentonModDisp-Regular';
  font-display: swap;
  src: url('/wp-content/themes/thesoufancenter/fonts/BentonModDisp-Regular.ttf') format('truetype'),
       url('/wp-content/themes/thesoufancenter/fonts/BentonModDisp-Regular.ttf') format('truetype'),
       url('/wp-content/themes/thesoufancenter/fonts/BentonModDisp-Regular.ttf') format('truetype');
}
.mobil-slider{
    display: none;
}
.clear-fix{
    clear: both;
}
.section-videos .item-videos:nth-child(2){
    width: 100%;
    margin-bottom: 30px;
}
.section-videos .item-videos:nth-child(2) iframe{
    height: 700px;
    width: 100%;
}
.container-commentary .item-commentary:nth-child(2){
    width: 31%;
    height: auto;
    min-height: 655px;
}
.container-commentary .item-commentary:nth-child(3){
    width: 64%;
    height: auto;
    min-height: 655px;
}
.container-commentary .item-commentary:nth-child(2) img{
    height: 525px;
    max-height: inherit;
} 
.container-commentary .item-commentary:nth-child(3) img{
    max-height: inherit;
    height: 495px;
    margin-top: 15px;
}
.item-commentary{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 31%;
    height: 335px;
    margin-bottom: 20px;
    float: left;
    margin-right: 2.3%;
}
.item-commentary img{
    width: 100%;
    height: 100%;
    max-height: 225px;
    object-fit: cover;
}
.item-commentary .content{
    line-height: initial;
}
.item-commentary .content p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    margin: 3px 0px;
}
.item-commentary .content a{
    text-decoration: none;
}
.item-commentary .content h2 {
    margin: 0px;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 80%;
    color: black;
}

.container-archive-news .item:first-child img{
    height: 100%;
    object-fit: cover;
}
.container-commentary .item-commentary:nth-child(1){
    min-height: 500px;
}
.container-commentary .item-commentary:nth-child(1){
    width: 31%;
}

.container-commentary .item-commentary:nth-child(1) img{
    max-height: 390px;
}
@media screen and (max-width: 1024px){
    .content-home .content-sidebar{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
    .section-post .item-post{
        padding: 0;
    }
    .section-slider{
        display: none;
    }
    .mobil-slider{
        display: block;
    }
    .item ul.dots li {
        width: 50%;
    }
    .content-home .content-sidebar{
        top: 0;
        margin-top: 20px;
    }
    .post-type-archive-research .container-intelbrief .item img{
        max-width: 100%;
        max-height: inherit;
        width: auto;
    }
    .content-single-research .column-1{
        padding: 0 22px;
    }
    .section-videos .item-videos:nth-child(2) iframe{
		height: 432px;
    }
    .container-commentary .item-commentary:nth-child(3) img, .container-commentary .item-commentary:nth-child(2) img{
        height: 432px;
        margin: 0;
    }
    .container-archive-news .item:first-child{
        height: 625px;
    }
}

@media screen and (max-width: 600px){
    .container-archive-news .item:first-child {
        height: 400px;
    }
    .container-archive-news .item:first-child .content{
        max-width: 100%;
    }
    .container-archive-news .item {
        width: 100%;
    }
    .item-commentary {
        width: 100%!important;
    }
    
    .container-commentary .item-commentary:nth-child(2){
        min-height: 556px;
    }    
    .container-commentary .item-commentary:nth-child(3){
        min-height: 556PX;
    }
    .section-events .past-events, .section-events .recent-events{
        width: 100%;
    }
    .section-videos .item-videos{
        width: 100%;
    }
.content-single-research .column-1{
    width: 100%;
}
.content-single-research .column-2{
    text-align: center;
    width: 100%;
}
.content-single-research .column-2 a{
    width: 100%;
}
.single-research-poted-on{
    display: none;
}
.post-type-archive-research .container-intelbrief{
    max-width: 100%;
}
.sf-input-text{
    font-size: 13px!important;
}
}
@media screen and (max-width: 1240px){
    .container-archive-news{
        max-width: 95%;
    }
}
@media screen and (max-width: 1240px) and (min-width: 1025px){
    .content-home .section-post{
        padding: 67px 0;
    }

}
@media screen and (max-width: 1024px) and (min-width: 769px){
    .content-home{
        max-width: 100%;
    }
}
.ContactInfoLeft{
    width: 100%;
    max-width: 30%;
    margin: auto;
}