.event_staff .staff-profile{
    width: 80%;
    margin: 0 auto;
}
.four_tracks figure.wp-block-image{
    height: 135px;
    overflow: hidden;
    border-radius: 8px;
}
.testimonial_position{
    margin-top: -45px;
}
.agenda_time, .agenda_day{
    color: #ee2e24;
}
.agenda_time{
    font-size: 2rem;
    font-weight: bold;
}
.agenda_content > h4{
    margin-top: 0;
    font-weight: bold;
    font-size: 3rem;
}
.agenda_item{
    background-color: #fff;
    border-radius: 10px;
    padding: 3rem;
    margin-bottom: 3rem;
}
.speaker{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.speaker_image img{
    width: 70px;
    border-radius: 50%;
}
.speaker_name{
    font-weight: bold;
    margin-left: 1rem;
    text-transform: uppercase;
}
.event_button .wp-block-button:hover a{
    color: #fff;
}
#event_footer ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
#event_footer ul li::before{
    content:none;
}
#event_footer ul li a{
    color: #c6ced1;
    font-size: 16px;
}
#event_footer ul li{
    line-height: 25px;
}
#event_footer ul li a:hover{
    color: #fff;
}
#event_lower_footer{
    background-color: #2f4052;
}
.low_footer_logo_wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.lower_footer_item #lower_footer_logo{
    width: 300px;
    max-width: 100%;
}
.low_footer_logo_wrap{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    align-items: center;
}
.footer_testimonial{
    text-align: center;
}
.low_footer_logo_wrap > div{
    flex: 1;
}
.lower_footer_stars{
    text-align: center;
}
.text--center{
    text-align: center;
}
.relative{
    position: relative;
}
.inline-block {
    display: inline-block !important;
  }
.footer--social-background i{
    font-size: 25px;
    padding: 0 15px;
    text-decoration: none;
}
.footer--social a {
    text-decoration: none;
  }
.footer--social-background i:hover{
    color: #fff !important;
    text-decoration: none;
}
.footer--social--grid{
    padding-bottom: 50px;
}
.grid__item.short {
    padding-bottom: 20px;
    padding-top: 20px;
}
.social_icons_wrapper{
    padding-bottom: 50px;
}
.event-footer-copy{
    margin-top: 20px;
    text-align: center;
    font-size: 13px !important;
}
#jf-page.event-template{
    padding: 0;
}
.event-menu-bar{
    background-color: #2f4052;
    text-align: center;
    padding: 1rem 0;
    position: relative;
    z-index: 9999;
    height: 70px;
}
.event-sticky-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 0;
    background-color: #fff;
    height: 70px;
}
.event-menu-bar img{
    width: 200px;
    max-width: 90%;
}
.event_logo_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_menu_item{
    margin-right: 12px;
}
.event_logo_right .btn:hover{
    background-color: #fff;
    color: #ee2e24;
}
.timer-container{
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 3rem;
}
#tiktokLogo{
    width: 33px;
}
#tiktokLogo img{
    width: 21px;
    top: -4px;
    position: relative;
    left: 3px;
}
#event_footer h4{
    font-family: helvetica;
}
#event_map .iframe-container{
	width:600px;
	margin:0 auto;
	max-width: 100%;
}
@media screen and (min-width: 833px){
    .footer--social--grid::before {
        background: #c7ced1;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        }
    .footer--social-background::before {
    background: #2f4052;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    }
}
@media (max-width:767px){
    .timer-container{
        font-size: 2rem;
        padding: 0 15px;
    }
    .countdown_label {
        font-size: 1.5rem;
    }
    .event_menu_item{
        font-size: 15px;
    }
    .event_logo_right .btn{
        font-size: 12px;
        margin-top: -5px;
    }
    .event_logo_left h4{
        font-size: 14px;
        margin: 0;
    }
    .event-sticky-bar{
        flex-direction: column;
        padding-top: 0px;      
    }
    h2.wp-block-heading{
        font-size: 30px !important;
        margin-bottom: 21px;
    }
    p{
        margin-bottom: 0;
    }
    .low_footer_logo_wrap{
        flex-direction: column;
    }
    .event-footer-copy{
        margin-bottom: 12px;
    }
    .social_icons_wrapper {
        padding-bottom: 12px;
    }
    .testimonial_position {
    margin-top: -9px;
    }
    .agenda_speakers {
    margin-top: 15px;
    }
    .agenda_item {
    padding: 2rem 1rem;
    }
    .footer_columns{
        margin-bottom: 0;
    }
    .event_button{
        margin-top: 35px;
    }
    .mobile_hide{
        display: none !important;
    }
    .testimonial_section img{
        margin-top: 20px;
    }
    .testimonial_section br{
        display: none;
    }
}