/***********/
/* Desktop */
/***********/
@media screen and (max-width: 1366px) {

}

/************************/
/* Desktop Small Laptop */
/************************/ 
@media only screen and (max-width: 1280px) {
	
}
@media only screen and (max-width: 1200px) {
	    .pum-overlay .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
        right: calc(50vw - 460px);
    }
}


/**********/
/* Tablet */
/**********/
@media only screen and (max-width: 992px) {

    .footer_logos_wrap {
        justify-content: center;
        margin-bottom: 50px;
    }
    .pum-overlay .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
        right: -6px;
    }
}

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

    .pum-overlay .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
        right: -22px;
    }

    #menu_scroll {
        display: none !important;
    }

    body.mobile_scroll_off {
        position: fixed !important;
        overflow-y: scroll !important;
        width: 100% !important;
    }

    header .fl-row-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    #menu_hero a svg.fl-photo-img {
        max-width: 140px;
    }

    #menu_hero.active a svg.fl-photo-img #STATE_NAME path,
    #menu_hero.active a svg.fl-photo-img #Group_1 path,
    #menu_hero.active a svg.fl-photo-img #Group_2 path,
    #menu_hero.active a svg.fl-photo-img #Group_3 path {
        fill: #685040;
        transition: fill .5s ease;
    }

    .mobile_menu {
        display: flex;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 18px;
    }

    .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        padding-left: 18px;
        padding-right: 18px;
        z-index: -1;
        background-color: #E8F4FC;
        opacity: 0;
        transform: scale(0);
        transition: opacity 0.4s ease, transform 4s ease;
        overflow-y: auto;
    }

    .main-menu:after {
        content: url('/wp-content/uploads/2020/12/mobile_menu_bg.svg');
        position: absolute;
        right: 0px;
        top: 20%;
        z-index: -1;
    }
    
    .main-menu.active {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.4s ease, transform 0s ease;
    }

    .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-touch-device {
        display: none;
    }

    .mobile_menu.active .language_switcher {
        color: #424242;
    }

    .language_switcher {
        font-family: "Avenir Next Bold";
        font-size: 10px;
        font-size: 0.5556rem;
        letter-spacing: 0.14em;
        line-height: 30px;
        color: #fff;
        margin-right: 20px;
        cursor:pointer;
    }
    
    body.dark .language_switcher {
        color: #424242 !important;
    }

    .updates_btn {
        margin-right: 20px;
        line-height: 0;
    }

    .mobile_menu_trigger_label {
        font-family: "Avenir Next Bold";
        font-size: 10px;
        letter-spacing: 0.14em;
        line-height: 30px;
        color: #424242;
        background: #D6EBF9;
        padding: 10px 15px;
        display: inline;
        border-radius: 80px;
    }

    .trigger_icon {
        content: '';
        width: 10px;
        height: 2px;
        display: inline-block;
        background: #424242;
        position: relative;
        bottom: 3px;
            margin-left: 5px;
    }

    .trigger_icon:before,
    .trigger_icon:after {
        content: '';
        width: 10px;
        height: 2px;
        background: #424242;
        position: absolute;
        transition: transform .5s ease;
    }

    .trigger_icon:before {
        bottom: 4px;
    }

    .trigger_icon:after {
        bottom: -4px;
    }

    .mobile_menu.active .trigger_icon {
        background: #d6ebf9;
    }

    .mobile_menu.active .trigger_icon:before {
        bottom: 0;
        transform: rotate(45deg);
    }

    .mobile_menu.active .trigger_icon:after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .main-menu > .menu-item {
        margin-bottom: 20px;
    }

    .search_bar_wrapper input {
        border-radius: 80px;
        border: none;
        padding: 14px 30px;
        margin: 20px 0;
    }

    .search_bar_wrapper {
        position: relative;
    }

    .search_bar_wrapper:after {
        content: url('/wp-content/uploads/2020/12/search_icon_green.svg');
        position: absolute;
        right: 20px;
        bottom: 8px;
    }
    
    .first-level-menu-link,
    .main-menu > .menu-item > a {
        font-family: "Avenir Next Bold";
        font-size: 19px;
        font-size: 1.0556rem;
        letter-spacing: 0.05em;
        line-height: 21px;
        color: #424242;
        text-transform: uppercase;
    }

    .menu-items-wrapper {
        display: none;
    }

    .second-level-menu {
        margin-left: 20px;
    }

    .second-level-menu-link,
    .second-level-menu-link:hover,
    .second-level-menu-link:active,
    .second-level-menu-link:focus {
        font-family: "Avenir Next Bold";
        font-size: 14px;
        font-size: 0.7778rem;
        line-height: 30px;
        color: #01a267;
    }

    .main-menu .menu_location {
        display: none;
    }

    .find_a_location_mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    div.find_a_location_mobile a {
        width: 100%;
        text-align: center;
        border-radius: 0 !important;
        font-size: 13px !important;
        padding: 6px 20px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .find_a_location_mobile a:before {
        content: url('/wp-content/uploads/2020/10/icon_location.svg');
        margin-right: 10px;
        transform: scale(0.8);
    }

    .menu_footer_wrapper {
        display: flex;
        padding-top: 20px;
        border-top: 1px solid #d6ebf9;
            flex-wrap: wrap;
    }

    .menu_footer_item a {
        font-family: "Avenir Next Bold";
        font-size: 10px;
        font-size: 0.5556rem;
        letter-spacing: 0.05em;
        line-height: 30px;
        text-align: left;
        color: #01a267;
            padding-right: 10px;
    }

    .menu_footer_item:nth-child(1),
    .menu_footer_item:nth-child(3) {
        margin-right: 10px; 
    }

    .menu_footer_item:nth-child(2) {
        margin-right: 20px; 
    }

    .menu_footer_wrapper .ua-icon-facebook-with-circle,
    .menu_footer_wrapper .ua-icon-youtube {
        font-size: 40px !important;
        color: #01a267;
    }

    .main-menu .menu_footer_wrapper .ua-icon {
         font-size: 40px !important;
        color: #01a267;       
    }
    .flex-break {
        flex-basis: 100%;
        height: 20px;
    }

}
@media only screen and (max-width: 1100px) {
    .tribe-events-single .top_sec>.info_img_wraper{
        gap: 36px;
    }
    .tribe-events-single .top_sec .img_sec {
        flex: 6;
    }
    .info_sec .btn_sec{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    html .single-tribe_events .tribe-events-c-subscribe-dropdown, 
    html .tribe-events .tribe-events-c-subscribe-dropdown{
        margin-bottom:0!important;
        margin-top:16px;
    }
    .register_btn{
        margin-bottom:16px;
    }
}
@media only screen and (max-width: 768px) {
    #tribe-events-pg-template{
        padding: 36px 18px 0;
    }
    .img_sec .tribe-events-event-image {
        margin-bottom: 0px;
    }
    .tribe_events-template-default .fl-page-content{
        padding-top:20.5vw;
    }
    .tribe-events-single .top_sec>.info_img_wraper{
        gap: 36px;
        flex-direction: column-reverse;
    }
    .info_sec .btn_sec{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    html .single-tribe_events .tribe-events-c-subscribe-dropdown, 
    html .tribe-events .tribe-events-c-subscribe-dropdown{
        margin-bottom:16px!important;
        margin-top:16px;
    }
    .register_btn{
        margin-bottom:16px;
    }
}

/***************/
/* Mobile Small*/
/***************/
@media only screen and (max-width: 480px) {

}