
/* MOBILE */
.mobile_menu_bar:before { 
	color: white !important;
}

.mobile-menu-trigger {
    display:none;   
    float: right;
    position: absolute;
    right: 0px;
    top: 16px;
}

.menu-icon {
    position: relative;
    width: 1.5em;
    height: 2.5em;
}

.menu-icon span {
    position: absolute;
    height: 0.15em;
    width: 100%;
    background-color: #fff;
    transition: all 250ms ease-in-out;
    transform: rotate(0deg);
    border-radius: 3px;
}

.et_transparent_nav .menu-icon span {
    background:#fff;
}

.menu-icon span:nth-child(1) {
    top: 0.39375em
}
    
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 0.9655em;
}

.menu-icon span:nth-child(4) {
    top: 1.475em;
}

.mobile-menu-trigger:hover span,
.mobile-menu-trigger:focus span,
.mobile-menu-trigger:active span {
    background: #fff;
}

.et_transparent_nav .mobile-menu-trigger:active span, .et_transparent_nav .mobile-menu-trigger:focus span {
    background:#fff;
}

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
    opacity: 0; 
}

.menu-icon.is-active span:nth-child(2) {
    transform: rotate(45deg);
}

.menu-icon.is-active span:nth-child(3) {
    top: 0.9655em;
    transform: rotate(-45deg);
}

.menu-icon.is-active {
    position: fixed;
    right:19px;
}

.menu-icon.is-active span {
    background:#fff;
}


.mobile-menu {
    display:block;
    margin-left: -100%;
    width: 0;
    padding: 0;
    float: right;
    margin-top: 0;
    position: fixed;
    background: var(--mainColor);
    color: white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    height: 100vh;
    transition: 1.3s all;
    padding-top: 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
}

.mobile-menu li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
}
.mobile-menu li a {
    color:white !important;
    opacity: 1;
    padding: 10px 0;
    font-size: 18px;
    display: inline-block;
}

.mobile-nav div.mobile-form {
    background: none;
    padding: 0px;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 0;
    margin: 50px 20px 20px;
    position: relative;
}
.mobile-nav div.mobile-form input {
    width: 100%;
    padding-right: 40px;
    font-size: 18px;
    outline: none;
    background: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 12px 10px;
    color: #101010;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: 0.3s ease;
}
.mobile-nav div.mobile-form button {
    padding: 0;
    background: none;
    position:absolute;
    top:12px;
    right:10px;
    opacity:0.8;
}

.mobile-icons {
    display:none;
    gap: 20px;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 60px;
    z-index: 9999;
}

.mobile-icons a {
    text-align: center;
    line-height: 12px;
    text-transform: uppercase;
    font-size: 8px !important;
    letter-spacing: -0.5px;
    color: var(--altColor);
    font-weight: 600;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 0 !important;
}

.mobile-icons #et_top_search {
    margin: 0;
}

.mobile-icons a i {
    font-size:16px !important;
}

.hide-desktop {
    display:none !important;
}

/* RESPONSIVE */

@media (max-width:1400px) {
    #logo {
        height: 50px;
        margin-top: 12px;
    }
    #et-top-navigation nav>ul>li>a {
        font-size:14px;
        padding-left: 12px !important;
        padding-right: 12px !important; 
    }
}

@media (max-width:1200px) {
    #logo {
        height: 43px;
        margin-top: 15px;
    }
    #et-top-navigation nav>ul>li>a {
        font-size: 12px;
        padding-left: 7px !important;
        padding-right: 10px !important; 
        letter-spacing: -0.2px;;
    }
    #top-menu .top-header-donate, ul#top-menu li.top-header-ticket {
        margin-left: 10px;
    }
    ul#top-menu li.top-header-ticket a {
        font-size: 12px;
        padding: 13px 10px 13px !important;
    }
    ul#top-menu li.top-header-donate a {
        font-size: 12px;
        padding: 20px 10px 17px !important;
    }
    #et-top-navigation nav>ul>li.menu-icon-nav, #et_top_search a {
        padding-left: 3px;
    }
    .et_header_style_left #et-top-navigation {
        right: 59px;
    }
    .menu-wrapper ul ul ul li, ul#menu-header-mega-left-bottom li {
        margin-right: 0.2em;
    }
    .menu-wrapper ul.mega-menu-wrapper ul:nth-child(2).sub-menu a {
        font-size: 0.9em;
    }
    .dropdown-menu a {
        font-size: 1em;
    }
    .dropdown-menu a img {
        height: 70px;
        width: 100px;
    }
    header .btn-more {
        top: 19px;
    }
}

@media (max-width:980px) {
    /* HEADER */
    body #main-header {
        position: sticky;
        box-shadow: 0 0 4px 0 silver !important;
    }
    .mobile-icons, .hide-desktop {
        display:flex !important;
    }
    html #wpadminbar, #floating-menu, .mobile-icons .mega-icon-show {
        display:none !important;
    }
    .admin-bar .menu-wrapper.show {
        top: 0 !important;
    }
    html {
        margin-top: 0 !important;
    }
    .mega-open .mobile-icons .mega-icon-hide {
        display:none !important;
    }
    .mega-open .mobile-icons .mega-icon-show {
        display:flex !important;
    }
    .et_header_style_left #logo {
        max-width: 100%;
        margin-top: 10px;
        height: 43px;
    }
    .menu-wrapper > .container {
        flex-direction: column;
        margin: 0 auto;
        width: 95%;
    }
    header .container {
        width:95%;
    }
    .mega-menu-parent > .dropdown-toggle {
        height: 31px;
        width: 35px;
        right: 0;
        top: 14px;
    }
    .dropdown-toggle span.icon-bar {
        margin: 6px 0;
        width: 25px;
        height: 3px;
    }
    header .animated .top {
        transform: translateY(9px) rotateZ(45deg);
    }
    header .animated .bottom {
        transform: translateY(-9px) rotateZ(-45deg);
    }
    span.nav-icon {
        margin-left: 21px;
        font-size: 8px;
        margin-top: -4px;
    }
    .menu-wrapper .wp-block-image img {
        margin-top: 0;
        height: 25px;
        width: auto !important;
    }
    .menu-wrapper .wp-block-spacer {
        display: none;
    }
    .show .dropdown-menu.depth_0 {
        width: 100%;
        top: 20px;
        padding-bottom: 10px !important;
        height: auto;
    }
    .dropdown-menu a {
        margin: 0.2em 0;
        font-size: 0.9em;
    }
    .dropdown-menu a img {
        margin-right: 0.75em;
        height: 40px;
        width: 64px;
    }
    header .btn-more {
        top: 3px;
    }
    .dropdown > .depth_1 li a {
        font-size: 0.7em;
    }
    .dropdown > .depth_1 {
        padding: 7px 0 0;
    }
    .menu-wrapper ul:nth-child(2).sub-menu {
        padding-top: 0;
    }
    .menu-wrapper ul.mega-menu-wrapper ul:nth-child(2).sub-menu a {
        font-size: 0.8em;
        letter-spacing: -0.2px;
    }
    .menu-wrapper ul ul ul li {
        margin-right: 0.6em;
    }
    .menu-wrapper ul ul ul li a:after, .menu-wrapper ul ul li a:after, .dropdown-menu a:after {
        padding-left:0.4em;
        font-size: 65%;
    }
    ul#menu-header-mega-left-bottom li a {
        font-size: 0.7em;
        font-weight: normal;
        margin-left: 0;
    }
    #et-top-navigation {
        display:none !important;
    }
    .et-top-search {
        top: 60px !important;
        background-color: #ffffff;
    }
    #main-header .et-search-form {
        border: 1px solid silver;
        background: #ffffff;
        padding: 6px 20px;
        position: relative;
        height: auto;
        right: 0;
        top: 7px;
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    input.et-search-field {
        width: 100%;
        background: none;
        padding: 7px 0px;
        font-size: 17px;
        border-bottom: 0;
        border-radius: 0;
        font-weight: 500;
        position: relative;
        color: #7f7f7f;
        right: 0;
    }
    input.et-search-field::placeholder {
        font-weight:500;
      }
    input.et-search-field:focus {
        color:var(--altColor);
    }
    span.highlight {
        display: none;
    }
    span.et_close_search_field {
        right: auto !important;
        top: auto !important;
        margin: 0;
        opacity: 0.7;
        width: 156px;
        height: auto;
        display: flex;
        color: #212121;
        border-radius: 25px;
        border: 1px solid silver;
        padding: 7px 5px 5px;
        position: relative;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        line-height: normal;
        gap: 3px;
    }
    span.et_close_search_field span {
        display:block;
    }
    span.et_close_search_field:after {
        color: #767676 !important;
        font-size: 16px;
    }
    .et-top-search .autocomplete-suggestions {
        background: rgba(0,0,0,0.0);
        width: 95% !important;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        margin: 20px auto 0;
        position: relative !important;
        overflow-x: hidden;
    }
    .et-top-search .autocomplete-group {
        float: left;
        width: 100%;
        margin-right: 10%;
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
    }
    .et-top-search .autocomplete-group strong {
        font-size: 12px;
        background: var(--altColor);
        color: white !important;
        padding: 2px 7px 0px;
    }
    .et-top-search .autocomplete-suggestion {
        padding: 0;
        font-weight: 500;
        font-size: 16px;
        width: 100%;
        color: var(--altColor);
    }
    a.glink img { 
        height:16px;
		margin-top: 0;
        margin-right: 0px;
        width:auto;
    }
    a.glink span {
        font-size: 8px;
        color: var(--altColor);
        font-weight: 600;
        line-height: 12px;
    }
    a.site_btn,.mobile_menu_bar {display:none;}

    /* INNERS */
    .et_pb_section {
        overflow: hidden;
    }
    .et_pb_section_0 {
        padding:0 !important;
    }
    .et_pb_section_0 .et_pb_image_0 {
        right: -73px !important;
        bottom: 10px;
        width: 50px;
    }
    .et_pb_row {
        width: 90% !important;
        max-width: 90% !important;
    }
    .Inner_Level_Navigation .et_pb_widget ul li {
        margin: 0 0 15px 0 !important;
    }
    .popup {
        width: 100% !important;
    }
    .testimonial-section-top .et_pb_text {
        min-height: 350px;
    }
    .testimonial-section .et_pb_row {
        top: 0;
    }
    .testimonial-section .et_pb_image {
        display:none;
    }
    .testimonial-section .et_pb_column_3_4 {
        padding-left:80px !important;
    }
    .testimonial-section .et_pb_column_3_4:before {
        content: url(/wp-content/uploads/2023/08/orangeqyite.png);
        position: absolute;
        left: 20px;
        top: -6px;
        width: 30px;
        height: 30px;
        right: auto;
        color: var(--mainColor);
        transform: scale(5%) scaleX(-1);
    }
    .fjs-has-image>div {
        width: 100% !important;
    }
    #et-boc .area-outer-wrap {
        pointer-events: auto;
        overflow: auto;
    }

    /* FOOTER */
    #main-footer {
        background-size: 89%;
        background-position: 360% 100%;
    }
    #footer-widgets {
        padding: 40px 0 0;
        gap: 30px;
        flex-direction: column;
    }
    #footer-widgets .footer-widget {
        margin:0 !important;
    }
    #footer-widgets .footer-widget:last-of-type {
        width: 100% !important;
    }
    #footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
        margin-bottom: 0 !important;
    }
    #footer-bottom {
        padding: 30px 0 12px;
    }
    #footer-info {
        text-align: center;
        color: #64696f;
        padding-bottom: 0px;
        font-size: 12px;
        float: none;
    }
    #footer-info ul {
        float: none;
        margin: 12px 0px 10px 0px;
    }
    #footer-info p {
        float: none;
        margin: 0;
        text-align: center;
    }
    #footer-social {
        float: none;
        margin-top: 0;
        clear: both;
        text-align: center;
    }

}


@media (max-width: 768px) {
    .et_pb_section_0 .et_pb_image_0 {
        right: -33px !important;
        bottom: 6px;
        width: 38px;
    }
    .testimonial-section-top .et_pb_text {
        min-height: 350px;
    }
    body .testimonial-section .et_pb_row {
        top: 0;
        margin-top: 0 !important;
        padding-top:0 !important;
    }
    .testimonial-section .et_pb_column_3_4 {
        padding-left:60px !important;
    }
    .fjs-donate-tabs .fjs-donate-tabs-nav, .spektrix-donation .fjs-donate-tabs-nav {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -30px;
    }
    .fjs-donate-tabs .fjs-active, .spektrix-donation .fjs-active {
        flex: 0.5 48% !important;
    }
    .fjs-donate-tabs .spektrix-donation__other .other-content, .spektrix-donation .spektrix-donation__other .other-content {
        gap: 10px;
    }
    .fjs-donate-content.fjs-tab-active {
        display: flex !important;
        flex-direction: column;
    }
    .fjs-donate-content.fjs-tab-active .spectrix-donation {
        order: 2;
    }
    .fjs-donate-tabs .spektrix-donation__other, .spektrix-donation .spektrix-donation__other {
        flex-direction: column-reverse !important;
        gap: 15px;
    }
    .fjs-donate-tabs .spektrix-donation__other .spektrix-donation__other-input, .spektrix-donation .spektrix-donation__other .spektrix-donation__other-input {
        margin: 0 !important;
    }
    .fjs-donate-tabs .spektrix-donation__other .donation-button, .spektrix-donation .spektrix-donation__other .donation-button {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .fjs-donate-tabs .donation-button, .spektrix-donation .donation-button {
        align-items: center;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    body #page-container .et_pb_section .dsm_button_0 .et_pb_button_one.et_pb_button, body #page-container .et_pb_section .dsm_button_0 .et_pb_button_two.et_pb_button {
        margin-left:0 !important;
        width: 100% !important;
        text-align:center !important;
    }
}