@font-face {
    font-family: new-body-text;
    src: url(https://martiallawmuseum.ph/wp-content/themes/woh-mlm/fonts/GolosText-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: new-body-text;
    src: url(https://martiallawmuseum.ph/wp-content/themes/woh-mlm/fonts/GolosText-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: new-body-text;
    src: url(https://martiallawmuseum.ph/wp-content/themes/woh-mlm/fonts/GolosText-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.new-header {
    background-color: #1F2034;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px 18px;
}

.header-nav-wrapper ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
    gap: 60px;
}

.header-nav-wrapper ul a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    transition: .3s ease;
    font-family: 'new-body-text', sans-serif;
}

.header-nav-wrapper ul a:hover {
    color: #ea9d33;
    text-decoration: none;
}

.header-logo a {
    display: inline-block;
}

.header-logo a img {
    object-fit: contain;
}

.footer-menu-wrapper {
    display: flex;
    gap: 58px;
}

.footer-menu-col ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.footer-menu-col ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'new-body-text', sans-serif;
    text-decoration: none;
    color: #ffffff;
}

.footer-menu-col ul li {
    margin-bottom: 32px;
}

.footer-form-wrapper label {
    font-size: 16px;
    margin-bottom: 16px;
    color: #ffffff;
    font-family: 'new-body-text', sans-serif;
}

.footer-form-wrapper .form-row {
    display: flex;
    gap: 0;
    border-radius: 5px;
}

.footer-form-wrapper .form-row input {
    background: rgba(255, 255, 255, 0.20);
    border: none;
    color: #ffffff;
    font-family: 'new-body-text', sans-serif;
    padding: 7px 0 7px 15px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

.footer-form-wrapper .form-row input:focus {
    outline: none;
}

.footer-form-wrapper .form-row button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.20);
    border: none;
    color: #ffffff;
    font-family: 'new-body-text', sans-serif;
    padding: 0 30px;
    border-radius: 0 5px 5px 0;
}

.footer-form-wrapper .form-row button:hover {
    color: #EA9D33;
}

.new-footer {
    background-color: #1F2034;
    padding: 85px 60px;
}

#main_section {
    background-color: #1F2034;
}

#main_section div#left_bg .slick-list.draggable {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.antinavbar {
    width: unset !important;
    height: unset !important;
}

.sub-nav-bar {
    position: absolute;
    top: 60px;
    z-index: 9;
    padding: 20px 10px;
    background-color: white;
    border-radius: 10px;
    font-family: 'new-body-text', sans-serif;
    font-weight: 600;
    display: none;
}

.sub-nav-bar ul {
    display: block;
}

.sub-nav-bar ul li a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-transform: unset;
}

.sub-nav-bar ul li {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .header-logo a img:last-child {
        display: none;
    }

    .header-logo a img {
        width: 251px;
        z-index: 9999;
    }

    .new-footer {
        display: grid;
        grid-template-columns: .5fr .5fr 1fr;
    }

    .footer-form-wrapper {
        display: flex;
        justify-content: end;
    }

    .footer-form-wrapper .form-row input {
        width: 237px;
    }
}

button#responsive-menu-button {
    display: none !important;
}

@media (max-width: 768px) {
    .new-header {
        padding: 20px 10px 18px;
    }
}

@media (max-width: 767px) {
    .header-logo a img:first-child {
        display: none;
    }

    .header-logo a img {
        width: 163px;
    }

    .new-header .header-nav-wrapper ul {
        /* display: none !important; */
        position: absolute;
        left: 0;
        top: -200px;
        width: 100%;
        background-color: #D9D9D9;
        display: block;
        padding: 39px 27px !important;
        border-radius: 25px;
        transition: .3s ease;
    }

    .new-header .header-nav-wrapper ul.active {
        /* display: block !important; */
        top: 62px !important;
        z-index: 999;
    }

    .new-header .header-nav-wrapper ul a {
        font-size: 16px !important;
        font-weight: 500;
        color: #1F2034;
    }

    .new-header .header-nav-wrapper ul li {
        margin-bottom: 25px;
    }

    .new-header .header-nav-wrapper ul li:last-child {
        margin-bottom: 0;
    }

    .mobile-menu-btn {
        cursor: pointer;
        height: 24px;
        width: 24px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-menu-btn span {
        height: 4px;
        width: 100%;
        background-color: #fff;
    }

    .mobile-menu-btn span {
        transition: .3s linear;
    }

    .mobile-menu-btn.active span:nth-child(2) {
        display: none;
    }

    .mobile-menu-btn.active span:first-child {
        transform: rotate(40deg);
        position: absolute;
        top: 10px;
        left: 0;
    }

    .mobile-menu-btn.active span:last-child {
        transform: rotate(-40deg);
        position: absolute;
        top: 10px;
        left: 0;
    }

    .new-footer {
        padding: 85px 10px;
    }

    .footer-menu-wrapper {
        margin-top: 50px;
    }
}