/*!
Theme Name: walktalk collectors
Template: walktalk
Author: Aviv Lichter
Author URI: http://avivlichter.com
Version: 1.0.0
*/
body, #overlay, header#masthead.site-header, .more:hover {background-color: #f0f5fa;}
.lectures{grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2,20vh);
    grid-gap: 8rem 1rem;
    padding-top: 6rem; 
    border-top: 1px solid #000;}
.hvrbox img{width: auto;}
#content-home{height: 70vh;}
#content-home img{min-width: 100%;
    height: 100%;
    object-fit: cover;}
.home-lec{text-align: center;}
a:hover{color: #ff3200;}
.logos img{margin: auto;}
.logos{width: auto;
padding-top: 0px;}
.single-content strong{font-family: 'Frank Ruhl Libre', serif;
font-weight: 500;font-size: 2rem;
padding-bottom: 2rem;}
.sin-text-det{border-bottom: none;}
        .featherlight-content{direction: rtl;
        text-align: right;}
   .featherlight-content .site-main{padding-top: 0rem;
    text-align: right;}
    .meeting-text p,.lec-details{padding-bottom: 1.4rem;}
    .lec-title{font-size: 2rem;}
    .single-image{height: 70vh;
    padding-bottom: 2rem;}
    .featherlight-content .hvrbox-text{grid-template-columns: repeat(2, 1fr);
    display: grid;
        padding: 0rem 2rem;}
.speaker-text p, .bottom-text p  {padding-bottom: 1rem;}
.bottom{width: 80vw;}

@media only screen and (max-width: 1024px){
    .featherlight .featherlight-content{max-height: 95%!important;
        max-width: 95%!important;}
.featherlight .single-image{height: 65vh; padding-top: 2rem;}}
@media screen and (max-width: 800px) {
        .lectures {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4,25vh);
        grid-gap: 2rem 1rem;}
        .hvrbox .hvrbox-layer_top{text-align: center;}
        .hvrbox-layer_top{height: 50%;}
        .hvrbox-text{grid-template-columns: repeat(1,1fr)!important;}
        .lec-title, .fa-times-circle{font-size: 1.6rem;}
        .fa-times-circle{padding: 1rem;}
        .featherlight .featherlight-close-icon{width: auto!important;
        position: fixed;}
}

