/* HEADER */

#wpadminbar {
    position: fixed;
}

.home{
    position: fixed;
}
.header-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    width: 100%;
    height: 78px;
}

.header {
    z-index: 9000;
    width: 100%;
    height: 78px;
}

.admin-bar .header {
    top: 46px;
}

.header--ribbon {
    position: absolute;
    z-index: 9005;
    width: 100%;
    height: 62px;
    background-image: url("header-ribbon-1e946988404aa8d2157c02894a32c7b6.webp"), url("header-ribbon-full-522b5a1e17f18dc3576ce327e41f133b.webp");
    background-position: center top, left top;
    background-repeat: no-repeat, repeat-x;
    background-size: 1280px auto, auto 60px;
}

.header--logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9010;
    width: 140px;
    height: 77px;
    background-image: url("logo-president-8a8f7a30114fe886d79c4e5ddc8c78bc.webp");
    background-size: 140px auto;
    background-repeat: no-repeat;
    /*text-indent: 9999px;*/
}

.header--search {
    display: none;
}

.header--menu {
    display: block;
    position: fixed;
    top: 0;
    right: -210px;
    bottom: 0;
    width: 210px;
    padding-top: 78px;
    background-color: #fff;
    background-image: url("menu-bg-0fb1091c4bf3368dedea3330289bd385.jpg");
    background-size: contain;
    transition: right 0.5s;
}

.admin-bar .header--menu {
    top: 46px;
}

.header--menu.open {
    right: 0;
    box-shadow: -3px 0 4px rgba(0, 0, 0, 0.17);
}

.header--menu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    align-items: center;
    list-style: none;
}

.header--menu li {
    width: 100%;
}

.header--menu a {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ce1c23;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #4b2509;
}

.header--menu-items li.hidden,
.header--menu-items li.header--menu-item-parent.hidden > a,
.header--menu-items li.header--menu-item-parent ul.hidden {
    display: none;
}

.header--menu-items li.header--menu-item-parent.hidden {
    display: list-item;
}

@media (min-width: 500px) {
    .header--menu {
        padding-top: 62px;
    }
}

@media (min-width: 768px) {
    .header {
        height: 103px;
        transition: height 1s;
    }

    .admin-bar .header {
        top: 32px;
    }

    .header.sticky {
        height: 78px;
    }

    .header--logo {
        width: 140px;
        height: 77px;
        background-size: 140px auto;
    }

    .header--ribbon {
        height: 62px;
        background-size: 1280px auto, auto 60px;
    }

    .header--search {
        position: absolute;
        display: block;
        z-index: 9009;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
    }

    .header--search-form {
        display: flex;
        width: 80px;
        position: absolute;
        right: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        transition: width 0.5s;
    }

    .header--search.open .header--search-form {
        width: 250px;
    }

    .header--search-input,
    .header--search-input:focus {
        width: 0;
        padding: 3px 0;
        border: 0;
        border-bottom: 1px solid #fff;
        background-color: transparent;
        color: #fff;
        font-size: 18px;
        outline: none;
        transition: width 0.5s;
        border-radius: 0;
    }

    .header--search-input::placeholder {
        color: #fff;
    }

    .header--search-input::-webkit-input-placeholder {
        color: #fff;
    }

    .header--search-input::-moz-placeholder {
        color: #fff;
    }

    .header--search-input:-ms-input-placeholder {
        color: #fff;
    }

    .header--search-input:-moz-placeholder {
        color: #fff;
    }

    .header--search.open .header--search-input {
        width: calc(100% - 80px);
    }

    .header--menu {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 100%;
        margin-top: 60px;
        padding-top: 0;
        background-color: #fff;
        background-image: none;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.17);
        transition: margin-top 1s;
    }

    .admin-bar .header--menu {
        top: auto;
    }

    .sticky .header--menu {
        margin-top: 22px;
    }

    .header--menu ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 0;
        align-items: center;
        height: 38px;
        list-style: none;
    }

    .header--menu a {
        margin: 0;
        padding: 0;
        border-bottom: 0;
        font-family: "Lato", sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #4b2509;
    }

    .header--menu-items .header--menu-item-children-wrapper {
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        padding: 5px;
        height: fit-content;
        background-color: #fff;
        background-image: none;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.17);
    }

    .header--menu-item-children-wrapper li {
        display: flex;
        align-items: center;
        height: 38px;
    }
}

.header--menu-item-children-wrapper a {
    text-align: left;
    padding-left: 5px;
}

@media (min-width: 992px) {
    .header--menu a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .header {
        height: 150px;
    }

    .header.sticky {
        height: 115px;
    }

    .header--ribbon {
        height: 94px;
        background-size: auto, auto;
    }

    .header--logo {
        width: 210px;
        height: 115px;
        background-size: 210px auto;
    }

    .header--search {
        top: 20px;
    }

    .header--menu a {
        font-size: 14px;
    }

    .header--menu {
        margin-top: 90px;
    }

    .sticky .header--menu {
        margin-top: 37px;
    }

    .header--menu ul {
        height: 54px;
    }
}