
/* AGENDA */



#program {
    padding: 100px 5vw;
    position: relative;
}



#program::before {
    background: #be1639;
    position: absolute;
    width: 5vw;
    height: 50%;
    top: 10%;
    right: 0;
    content: '';
    z-index: 0;
}

.whole_agenda {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
    z-index: 3;
}





.agenda_info {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.agenda_dates {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 30px;
}


.agenda_date_button {
    margin-left: 15px;
    margin-right: 0px;
    background: #fff;
    color: #1d1d1b;
    padding: 15px;
    border: 1px solid rgba(0,0,0,0.5);
    
}


.agenda_date_button:hover, .agenda_date_button.active {
    background: #be1639;
    color: #fff;
    border: 1px solid #be1639;
}


.day_title {
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    line-height: 0.9;
    text-transform: uppercase;
}


.day_name {
    font-size: 2.2rem;
   
}







.session_time {
    width: 140px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.session_time.small {
    align-items: center;
}

.session_time_short {
    font-size: 3rem;
}


.session_content {
    width: calc(100% - 150px);
}





.session_speaker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 15px;
    cursor: pointer;
}






.company .speaker_image {
    width: 150px;
    height: auto;
}




.speaker_details {
    width: calc(100% - 60px);
    font-size: 0.9rem;
}



.company .speaker_details {
    width: calc(100% - 170px);
    
}


.speaker_name {
    font-weight: 500;
    text-transform: uppercase;
}





/* NEW AGENDA */


.single_session {
    display: flex;
    justify-content: space-between;
align-items: center;
align-content: center;
    
}


.single_session.block {
    margin-top: 30px;
}


.single_session.session {
    margin-top: 20px;
    margin-bottom: 15px;
    align-items: flex-start;
}



.single_session.block .session_name {
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px;
    
}


.single_session.session .session_name {
    font-weight: 600;
    padding: 0px;
}


.session_description {
    font-size: 0.9rem;
}


.yellow {
    background: #ffe054;
    color: #1d1d1b;

}



.red {
background: #be1639;
color: #fff;
}



.blue {
    background: #093053;
    color: #fff;
    }




    .speaker_image {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
    }

    .speaker_details {
        width: calc(100% - 85px);
        font-size: 0.9rem;
    }

    
 
    
    .speaker_image img {
        max-width: 100%;
    }


    .speaker_initials {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
        font-weight: 600;
    }




    .company .speaker_image {
        width: 120px;
        height: auto;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0;
        filter: grayscale(0);
    }


    .company .speaker_image:hover {
        filter: grayscale(0);
    }

    .company .speaker_details {
        width: calc(100% - 130px);
    }





    .session_speaker {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-top: 8px;
    }





    .complete .session_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }


.complete .session_name {
width: 100%;
}


.complete .cspeakers {
    width: 120px;
}


.complete .ispeakers {
    width: calc(100% - 140px);
    display: flex;
   
}


.complete .ispeakers .session_speaker {
    width: 100%;
    min-width: 250px;
}





/* LIVE AGENDA */

.live_agenda_container {
    height: calc(100% - 20px);
    position: absolute;
    width: calc(100% - 20px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
}


.live_agenda_container .single_session.session {
    margin-top: 0px;
    margin-bottom: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 2px;
}


.live_agenda_container .session_time {
    width: 100%;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.live_agenda_container .session_content {
    width: 100%;
}



.live_agenda_container .single_session.session .session_name {
    font-weight: 500;
    padding: 0px;
    font-size: 0.8rem;
    margin-top: 5px;
}



.live_agenda_container .complete .cspeakers {
    width: 100%;
}



.live_agenda_container .complete .ispeakers {
    width: calc(100% - 140px);
    display: flex;
    flex-wrap: wrap;
}




.live_agenda_container .speaker_initials {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 600;
    background: #be1639;
}


.live_agenda_container .speaker_name {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.live_agenda_container .speaker_info {
    font-size: 0.7rem;
}



.live_agenda_container .speaker_image {
    width: 50px;
    height: 50px;
}


.live_agenda_container .speaker_details {
    width: calc(100% - 60px);
}


.live_agenda_container .company .speaker_image {
    width: 80px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    filter: grayscale(1);
}





.islive {
    background: rgba(190,22,57,1) !important;

}



.islive .session_name {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
}



.live_info {
    display: none;
}


.islive .live_info {
    display: flex;
    background: #fff;
    color: #be1639;
    padding: 3px 5px;
    margin-left: 10px;
    font-size: 0.7rem;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    align-content: center;
}



.live_info i {
    font-size: 0.9rem;
    margin-right: 5px;
}















@media only screen and (max-width: 1280px) {

    #logo1 img, #logo2 img, #logo3 img, #logo4 img {
        max-width: 90%;
        max-height: 90%;
    }



    
    #program::before {
        display: none;
    }


}




@media only screen and (max-width: 1024px) {

    .session_time_short {
        font-size: 2.5rem;
    }

    
}






@media only screen and (max-width: 800px) {


#program::before {
    display: none;
}


.complete .cspeakers {
    width: 100%;
}


.complete .ispeakers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}



}










@media only screen and (max-width: 768px) {

    .session_time_short {
        font-size: 2.2rem;
    }



    
}









@media only screen and (max-width: 640px) {




    .agenda_dates {
        flex-wrap: wrap;
    }



.agenda_date_button {

    width: 100%;
}


.session_time_short {

    display: none;
}


.session_time {
    width: 100%;
    justify-content: flex-start;
}


.single_session {
    flex-wrap: wrap;
}


.session_content {
    width: 100%;
}


.single_session.session {
 
    margin-bottom: 45px;
  
}
    
}








@media only screen and (max-width: 480px) {



    
}








@media only screen and (max-width: 360px) {


    
}