.op-main {
    position: relative;
    /* max-width: 1440px; */
    min-height: 80vh;
}

.main-top-banner {
    width: calc(100% - 64px);
    padding: 0 32px;
    height: 800px;
    max-height: 800px;
    margin-bottom: 60px;
}
.banner-container {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.banner-content {
    width: 100%;
    max-width: 1440px;
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 145px;
    padding-bottom: 70px;
}
.banner-title {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    line-height: 72px;
    width: 900px;
    font-family: 'Codec Pro Ultra', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-title > u {
    color: #B2DE00;
    text-decoration: none;
    font-family: 'Codec Pro Ultra', sans-serif;
}
.banner-img {
    background-image: url(./../img/main-page-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-short-info-container {
    display: flex;
}
.top-banner-info {
    position: relative;
    max-width: 200px;
    background-color: #464E31;
    opacity: .8;
    padding: 60px 14px;
    margin-right: 24px;
    border-radius: 24px 0 24px 0;
}
.top-banner-info:last-of-type {
    margin-right: 0;
}
.top-banner-info::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    width: 56px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.top-banner-info.b-info-1::after {
    background-image: url(./../img/top-banner-info-1.png);
}
.top-banner-info.b-info-2::after {
    background-image: url(./../img/top-banner-info-2.png);
}
.top-banner-info.b-info-3::after {
    background-image: url(./../img/top-banner-info-3.png);
}
.top-banner-info > p {
    font-size: 15px;
    color: #DADED0;
}


.main-about-us {
    position: relative;
    display: flex;
    padding: 60px 32px;
}

.about-us-container {
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 460px 460px;
    grid-template-rows: 115px 1fr 1fr 115px;
    grid-gap: 20px;
    grid-column-gap: 30px;
}
.about-us-title, .mission-title {
    grid-column: 1 / 4;
    font-weight: 700;
    font-size: 66px;
    line-height: 72px;
    margin-bottom: 48px;
}
.about-us-descr {
    grid-row: 2 / 4;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
}
.about-us-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}
.about-us-img.large {
    position: relative;
    grid-row: 2 / 4;
    grid-column: 3;
    background-position: left;
}
.about-us-img.large::after {
    position: absolute;
    content: 'Organic Product Holding';
    text-transform: capitalize;
    bottom: 0;
    right: 0;
    color: #ffffff;
    transform: translateX(50%) rotate(-90deg) translateX(50%) translateY(80%);
}
.main-about-us::after {
    position: absolute;
    content: '';
    top: 60px;
    bottom: 60px;
    right: 0;
    width: 22vw;
    background-color: #DADED0;
    border-radius: 24px 0 0 0;
    z-index: -1;
}


.main-activity {
    display: flex;
    padding: 60px 32px;
}
.activity-container {
    max-width: 1440px;
    margin: auto;
}
.activity-title {
    font-size: 66px;
    line-height: 72px;
    text-align: center;
    margin-bottom: 48px;
}
.activity-item {
    display: grid;
    grid-template-columns: 400px auto;
    grid-template-rows: auto auto;
    grid-gap: 24px;
    margin-top: 60px;
    /* align-items: center; */
}
.activity-item-img {
    grid-row: 1 / 3;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.activity-item-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
    align-self: flex-end;
}
.activity-item-descr {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    align-self: flex-start;
}


.main-news, .main-staff {
    display: flex;
    padding: 60px 32px;
}

.news-container, .staff-container {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
}
.staff-container {
    width: calc(100% - 200px);
    padding: 0 100px;
}

.staff-title, .contacts-title {
    font-weight: 700;
    font-size: 66px;
    line-height: 72px;
    margin-bottom: 48px;
    text-align: center;
}

.staff-wrapper, .news-wrapper {
    width: 100%;
    /* max-width: 1440px; */
    position: relative;
}
.staff-more-info {
    position: absolute;
    height: fit-content;
    min-height: 460px;
    top: 129px;
    bottom: 0;
    margin-right: 100px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #DADED0;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 30px;
}
.staff-more-info.closed {
    display: none;
    z-index: -1;
}
.more-info-img {
    height: 100%;
    width: 342px;
    border-radius: 16px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.more-info-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.more-info-close > div {
    position: absolute;
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #2D2F39;
}
.more-info-close > div:first-of-type {
    transform: rotate(45deg);
}
.more-info-close > div:last-of-type {
    transform: rotate(-45deg);
}


.more-info-container {
    display: flex;
    flex-direction: column;
}
.more-info-name {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.more-info-position {
    color: #318025;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
}
.more-info-container .divisor {
    width: 100%;
    height: 1px;
    background-color: #318025;
    margin: 20px 0;
}
.more-info-bio {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow-y: auto;
}

.news-container .slick-arrow {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    width: 48px;
    top: 50%;
    border: 0;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
}
.slick-arrow::before {
    position: absolute;
    content: '';
    width: 48px;
    height: 48px;
    border: 1px solid #318025;
    border-radius: 8px 0 8px 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.slick-arrow::after {
    position: absolute;
    width: 17.05px;
    height: 12px;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.slick-prev {
    left: 0;
    transform: translateY(-50%) translateX(calc(-100% - 10px));
}
.slick-prev::after {
    background-image: url(./../img/slide-arrow.png);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.slick-next {
    right: 0;
    transform: translateY(-50%) translateX(calc(100% + 10px));
}
.slick-next::after {
    background-image: url(./../img/slide-arrow.png);
}

.staff-item {
    margin: 12px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #DADED0;
}

.staff-item-img {
    height: 18vw;
    background-image: url(./../img/alt-logo-with-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.staff-item-name {
    padding: 0 10px;
    height: 50px;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    margin-top: 16px;
    text-transform: uppercase;
    text-align: center;
}
.staff-item-position {
    padding: 0 10px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    min-height: 65px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.staff-item-more-btn {
    display: flex;
    margin: 20px auto;
    padding: 6px 34px;
    border-radius: 12px 0 12px 0;
    border: 1px solid #318025;
    color: #318025;
    background-color: transparent;
    transition: .2s;
}
.staff-item-more-btn:hover {
    color: #fff;
    background-color: #318025;
}


.news-item {
    position: relative;
    margin: 12px;
    z-index: 999;
}
.news-title {
    font-weight: 700;
    font-size: 66px;
    line-height: 72px;
    /* margin-bottom: 48px; */
}

.news-all-btn {
    position: relative;
    margin-bottom: 48px;
    color: #318025;
    border: 0;
    background-color: transparent;
    margin-left: auto;
    padding-right: 37px;
    cursor: pointer;
}
.news-all-btn::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #318025;
    border-radius: 8px 0 8px 0;
}
.news-all-btn::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) translateX(50%);
    content: '';
    width: 11.37px;
    height: 8px;
    background-image: url(./../img/slide-arrow-w.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.news-item-img {
    height: 16vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.news-item-date {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-left: 34px;
    color: #6C5346;
    margin-top: 18px;
}
.news-item-date::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(./../img/calendar-check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.news-item-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px;
}

.main-contacts {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.contacts-decoration-container {
    padding: 0 32px;
}
.decoration-plate.mob {
    display: none;
}
.decoration-plate {
    height: 21vw;
    max-width: 1440px;
    margin: auto;
    background-image: url(./../img/decoration-plate.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px 16px 0 0;
}
.contacts-content-container {
    display: flex;
    background-color: #DADED0;
    padding: 0 32px;
    padding-bottom: 140px;
}
.contacts-inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: calc(100% - 44px);
    padding: 22px;
    max-width: calc(1440px - 44px);
    justify-content: center;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    margin: auto;
}
.contacts-item {
    max-width: 400px;
    padding: 0 10px;
}
.contacts-item-title {
    padding-top: 20px;
    height: 42px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.contacts-item-location {
    height: 50px;
}
.contacts-item-email {
    height: 30px;
}

@media (min-width: 1500px) {
    .staff-item-img {
        height: 320px;
    }
    .news-item-img {
        height: 240px;
    }
    .decoration-plate {
        height: 300px;
    }
}


@media (max-width: 1520px) {
    .about-us-img.large::after {
        transform: translateX(50%) rotate(-90deg) translateX(60%) translateY(-80%);
    }
}

@media (max-width: 1440px) {
    .about-us-container {
        grid-template-columns: 1fr 300px 300px;
    }
    .about-us-descr {
        -webkit-line-clamp: 17;
    }
    .main-about-us::after {
        width: 200px;
    }
    .staff-item-img {
        height: 24vw;
    }
}

@media (max-width: 1130px) {
    .banner-content {
        padding-top: 50px;
    }
    .banner-title {
        width: 670px;
        font-size: 48px;
        line-height: 52px;
    }
    .staff-more-info {
        display: none !important;
    }
}

@media (max-width: 1050px) {
    .about-us-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 29vw 29vw auto;
    }
    .about-us-title, .mission-title {
        grid-column: 1 / 3;
    }
    .about-us-img {
        grid-column: 1;
    }
    .about-us-img.large {
        grid-row: 2 / 4;
        grid-column: 2;
    }
    .about-us-descr {
        grid-row: 4;
        grid-column: 1 / 3;
    }
    .main-about-us::after {
        display: none;
    }
    .activity-item {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
    .activity-item-img {
        grid-row: 2;
    }
    .activity-item-title {
        grid-row: 1;
    }
    .activity-item-descr {
        grid-row: 3;
    }
    .staff-item-img {
        height: 34vw;
    }
    .news-item-img {
        height: 24vw;
    }
    .contacts-content-container {
        background-color: transparent
    }
    .contacts-inner-container {
        width: min-content;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-row-gap: 40px;
    }
    .decoration-plate {
        display: none;
    }
    .decoration-plate.mob {
        display: flex;
        width: 70vw;
        height: 70vw;
        max-width: 335px;
        max-height: 335px;
        border-radius: 16px;
    }
    .c-gb .decoration-plate {
        background-position: left;
    }
    .c-ua .decoration-plate {
        background-position: center;
    }
    .c-ae .decoration-plate {
        background-position: right;
    }
    .contacts-item-title {
        font-size: 24px;
        text-align: center;
    }
    .contacts-content-container {
        padding: 0;
        padding-bottom: 80px;
    }
    .contacts-item-location {
        height: initial;
        padding-bottom: 10px;
    }
}

@media (max-width: 860px) {
    .banner-content {
        padding: 40px 30px;
    }

    .banner-short-info-container {
        flex-direction: column;
    }

    .main-top-banner {
        height: initial;
        max-height: initial;
    }

    .top-banner-info {
        margin-right: 0;
        margin-left: 30px;
        margin-top: 50px;
        max-width: 400px;
        padding: 20px 14px;
        padding-left: 40px;
    }
    .top-banner-info::after {
        left: 0;
    }
    .activity-title, .about-us-title, .staff-title, .news-title, .contacts-title, .mission-title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .activity-item-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .activity-item-descr {
        font-size: 16px;
    }
    .activity-item {
        margin-top: 30px;
    }
}

@media (max-width: 840px) {
    .staff-container {
        width: 300px;
        padding: 0;
    }
    .news-wrapper {
        max-width: 400px;
        margin: auto;
    }
    .news-item-img {
        height: 202px;
    }
    .staff-item-img {
        height: 260px;
    }
    .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 790px) {
    .banner-title {
        width: 350px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {
    .main-top-banner {
        width: calc(100% - 32px);
        padding: 0 16px;
    }
    .banner-title {
        width: initial;
    }
    .banner-content {
        padding: 40px 16px;
    }
    .main-about-us {
        padding: 40px 16px;
    }
    .about-us-container {
        grid-column-gap: 16px;
    }
    .about-us-img {
        border-radius: 16px;
    }
    .about-us-img.large::after {
        display: none;
    }
    .activity-item-img {
        height: 68vw;
    }
}

.about-us-btn {
    background-color: #318025;
    height: fit-content;
    width: fit-content;
    padding: 10px 40px;
    color: #fff;
    border-radius: 8px 0;
    transition: background-color .2s;
}

.about-us-btn:hover {
    color: #ffffff;
    background-color: #4e9544;
}

.contacts-title {
    width: initial;
}

.single-about-us .about-us-descr {
    -webkit-line-clamp: initial !important;
}

.aioseo-breadcrumbs {
    max-width: 1440px;
    margin: auto;
    padding: 32px;
}

.aioseo-breadcrumbs * {
    color: #DADED0;
}

.aioseo-breadcrumbs .aioseo-breadcrumb:last-of-type {
    color: #318025;
}

.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    font-size: 24px;
    font-weight: 200;
}


/*--- Animation for activity-item-desc images ---*/
.activity-item-img {
    animation-name: delay-images;
    transform: scale(0.9);
    transition-duration: 2s;
}

@keyframes delay-images {
    from {
        transform: scale(0.9);
    }
    to {
        transform: scale(1.1);
    }
}


/* MAIN PAGE STYLES */

.is-hidden {
    display: none;
}

.op-header-desktop {
    grid-template-columns: 1fr 1fr auto auto auto auto;
}

@media screen and (max-width: 1380px) {
    .op-header-desktop {
        grid-template-columns: auto auto auto auto auto auto;
    }

    .op-header-nav>ul>li {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1230px) {
    .op-header-nav>ul>li {
        /* padding: 0 10px; */
        font-size: 10px;
    }
}

@media screen and (min-width: 1130px) {
    .is-see-help-on .help-to-see-content::after {
        content: attr(data-text);
        position: absolute;
        font-size: 1.5rem;
        color: #6C5346;
        border: 1px solid #DADED0;
        border-radius: 20px;
        background-color: #FFF;
        z-index: 10000;
        overflow-y: scroll;
        opacity: 0;
        top: -10px;
        left: -10px;
        width: 100%;
        height: 100%;
        padding: 30px 20px;
        /* animation: fade-in 0.3s linear; */
    }

    .is-see-help-on .help-to-see-content.fade-in::after {
        animation: fade-in 0.3s linear;
        opacity: 1;
    }

    .is-see-help-on .help-to-see-content.fade-out::after {
        animation: fade-out 0.3s linear;
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
        }

        25% {
            opacity: 0.3;
        }

        75% {
            opacity: 0.7;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fade-out {
        0% {
            opacity: 1;
        }

        25% {
            opacity: 0.7;
        }

        75% {
            opacity: 0.3;
        }

        100% {
            opacity: 0;
        }
    }

    .is-see-help-on .top-banner-info .help-to-see-content::after {
        top: -20%;
        left: -30px;
        width: 100%;
        height: 110%;
        padding: 30px;
    }

    .is-see-help-on .about-us-container .help-to-see-content::after {
        top: 0;
        left: 0;
        width: 95%;
        height: 90%;
        padding: 30px 20px;
    }

    .is-see-help-on .activity-agro-tech .help-to-see-content::after {
        top: -10%;
        left: 0;
        width: 100%;
        height: 90%;
        padding: 30px 20px;
    }

    .site-main {
        min-height: 600px;
    }
}

.see-toggle-button-text {
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
}

@media screen and (max-width: 1699px) {
    .see-toggle-button-text {
        display: none;
    }
}

.is-see-help-on .see-toggle-button {
    background-color: #4E2C1B;
}

.see-toggle-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: green;
    border-radius: 12px 0px;
    border: 0;
    margin-right: 20px;
}

.see-toggle-button::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADmSURBVHgB1ZThDYIwEIUvTsAG4gaOUDeoG7CBbKAb4Aa4SUfpCLBBvUdepSEtUfGPL3lJud59aY8DCSFU6k49qFv5UKhhbQ+WcOHVZgp8IdaC0QnpRjaK0AELaC8bpYwaoJ38WH8GZB9qeVPMr5ZByKpdmIURaFZAF05Hmg9GiEBs3jnkcFMa9ATWMBenvEVyBPaZQsvCahHPnp4HegFN4WpZFXJNnMNR1nVSH+gzi0uf6Ch8Gbkro1c+E/eF3vYTh031DBz5fOXtbKbQcq9N8jsy6piE4CPMo+DCyg+D/XLJhLgIewKrMJb6SSzY5AAAAABJRU5ErkJggg==');
    position: absolute;
    left: 11px;
    top: 12px;

}

@media screen and (min-width: 1700px) {
    .see-toggle-button {
        width: 350px;
        padding: 6px 34px 6px 60px;
    }

    .see-toggle-button.change-size {
        width: 230px;
    }

    .see-toggle-button::before {
        left: 35px;
    }
}

.searchToggler {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: green;
    border: 0;
    border-radius: 12px 0px;

}


@media screen and (min-width: 1130px) {
    .searchToggler.is-on {
        background-color: #4E2C1B;

    }

}

.searchToggler::before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD/SURBVHgBrVSLEYIwDE2dwA3sCGwgI+gE1g3cADdwBNyEEcAJyga6QU3uHgfWQlvl3ZXeNenLaz4QReCcK3nVvKwb0eJMUyrEmVcDAtkNyGVdJrYqlcxCiV7wM/CrY4QD2ZbSg99iUTUlAmkQaBUwtrx1SqkzZUByytvDP9wiUkGZQKEshaTTD+BrB7m7ofXwko9P2CPajvIhaeo+CLkQPSIdKR97Ifw6ZXVXtE20Byd3NIpZhoxS6edso4b956eFDafxH7A8p1DWzg6CR+bgaDE9xUSRtFeFlzSpZAYKhpz6ECKT8kwXchSFUFYsFiyFLAvecwz9Cya5I7mGVsAbIQCyclbZGC4AAAAASUVORK5CYII=')
}

.search-block {
    position: fixed;
    top: 100px;
    right: 30px;
    transform: translateX(120%);
    transition: 0.4s;
}

.search-block.active {

    transform: translateX(0%);
}

.search-input {
    position: relative;
    width: 38vw;
    height: 58px;
    padding: 21px 35px 13px 35px;
    border: 1px solid #DADED0;
    border-radius: 4px;
}
@media screen and (max-width: 778px) {
    .search-block {
        right: 0;
    }
    .search-input {
        width: 100vw;
    }
}




.search-input::placeholder {
    font-size: 15px;
    color: #DADED0;
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-results-button,
.search-input::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

@media screen and (max-width: 1129px) {
    .see-toggle-button {
        display: none;
    }

    .searchToggler {
        margin-left: auto;
        margin-right: 5px;
        background-color: transparent;
        border-radius: 0;

    }

    .searchToggler.is-on {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 0;
    }

    .searchToggler::before {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALUSURBVHgBtZfNbtNAEMdndmmJFNNaLaCKFslcClQphCfAvVWotOYJWt6AG8emb0BPHNveODoQIW4xN445RFAQByNRqCgHF3KoUtvDrJ3QD2w3Ce5fsrJez85vP2Z3NggZWihNmJLkMgkygdCIKhE8ImgAP4RBtdbcdaAPYVLlw5nJFZSwyk6NTpXHj8vGHgHoXC53bfndOfSDx2+2d13oF2gauj6qaRsEZMUQXA/ZYa351TndcKE0ZQqiFfaw3EFXXja/rUGvQAUb0Yp11XvVa8m9tnvotXVrwgilqAOi0QtUdguzk+PPEWE+RNiqNXcebf9sedCDlN3t8WKVEC2GWtNXtP1Pe613afbRCKM1E7ChRvaquTMHA+jYSPW2H9xLW1MRUVWAsNQ0woBS0x+iUO31i1KuptmJhdnrlopGJNi0e4y0NKng4ilzCGHFLOt6IhDDcEkVkNrrkINCgqr6vdQuWslAjPaUZ7/fa0AOCggc9UviaK+eAEK8DXKBKQ0PD7mRYyIDUoC5ym640XbibTIKKUAPgXTISVbZiHwh0X4a0OXPRlpU9SvfP4jWLkR004Bv+dE1XytDDhIg4+gMQifxewhoqwJP6yrkIYQlIHJrH77bicDuZuXHVBkA/kOLpWtxSkOxlWYTRWkAGJ3wAmljns9EGEAPZiZ5SbCiRid8fzMTGOc7hnLvhodkvV+ogl2QUI89Ihxk2P5NTx9//HJuXh1V2cOSUljTl0c4zfzOPBBUDr0zNfaUj6sX/FroVOuq/Y2xYvVzQor754qxWJqqQDeAEFwKYT2gtvO6c/QpiKYVygLEfU5FT3hWdDWNsT0axzy77cNg7nSaSrzTxLlNVo6uD6mKriGi1XoGhYJ+lPnToZjlTYEDIU02KnOCvttp4lFIX0KB9oVWq2G7nneyo9nQTOAgOguaO/As6LkA06AUHzDnpyTouQJPQXX+i7D2B0yiOtdX0ml+AAAAAElFTkSuQmCC');
        top: 2px;
    }

}


.search-submit-button {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI6SURBVHgBvVbNbtNAEJ5ZEo4oEn9VTluJIm4YXgDnCWjfIDxBwo1bNieu5A2aJ4A3qHvkFHNukXyjFyQfEYYMM7ubyKRey67bfJKz683OfDPr+VmEFoiMHgD1xgrVGwKKeEn7v3J+UgJYAhRJarKsSh4bcFgShfcnRDTl14FbpZSFM9q+Y7xVimjW9HvBpHkrssi80Ah/P8sURDnRAvDP6a4i6zX0j1nhDJzHbEgxKnuJDYjORJhgzZZ+n0IDROaZQcDZLqGqE9oSEb1vSiRIzaXh430nsgj9M+d1Ddnr+XN7HBwI83R++QlaIjUXp2Ik2CPtTZ3xFRBL2KKVzFfm4hA64JU5Wjmji8OAZ/1jtwHm0BHsHacDuJSp2qCA3rpZkUBXcOS6UcWVZASoeUhDydkGPkU4J+llKEA4eiiH24Po0gr2iBoy1HB7kDzLAt8MznnQm2TsAq+DSx1lIc8SN/QaV40wbBpJ0C0DZMUX/sm5vk26eucLcyZpVEkm4crJKAk9UNCfwQ1RKnlLSaN7oY0HoydXnBtjnsbD0SP4kfw8hxYQIjbY8DTjwnwia5VkpdZy4JfiYfxw8DR+8PUqyX/VkcixD+PHHznIPoBvMSxjcxZriHSFrszVy+utf3Nl4C498bJ8TShOgs0zQGSt46iKS13YrvsH/NpmPedvtJCeBjvAJkRl6yJzNJZCTXYfyt7NESVrom9VV4b/yJoSdQXui0ig/M1J3zWRJdsXkSWTyHFTSu6SSPAPfuMgxPhJKwUAAAAASUVORK5CYII=") no-repeat center;

}

.is-see-help-on .help-to-see-text-scale {
    font-size: 1.1em;
    scale: 1.1;
}

/* SEARCH PAGE STYLES */

.widget-area {
    display: none;
}

.page-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px;
}

.page-title {
    margin-bottom: 70px;
}

/* STATUS PUBLISH */

.status-publish {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px;
}

.status-publish .wp-post-image {
    width: 80vw;
    height: 80vw;
}

.status-publish .entry-summary p {
    max-height: 190px;
    overflow: hidden;
}

@media screen and (min-width: 600px) {
    .status-publish {
        display: grid;
        grid-template-columns: 250px auto;
        grid-template-rows: 70px auto;
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px;
        /* outline: 1px solid orange; */
    }


    .status-publish .post-thumbnail {
        grid-column: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        align-self: center;

    }

    .status-publish .wp-post-image {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .status-publish .entry-header {
        grid-column: 2;
        grid-row: 1;
    }

    .status-publish .entry-summary {
        grid-column: 2;
        grid-row: 2;

    }
}

.status-publish .entry-footer {
    display: none;
}

.no-results.not-found .page-title {
    font-size: 32px;
    font-weight: 400;
    color: #4E2C1B;
}

@media screen and (min-width: 1130px) {
    .site-main {
        min-height: 600px
    }

    .no-results.not-found .page-title {
        font-size: 38px;
    }
}

.page-content {
    display: none;
}

.type-post .entry-meta {
    display: none;
}

.staff-item-more-btn.disabled {
    display: none;
}

@media screen and (max-width: 1129px) {
    .staff-item-more-btn {
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    
    
    max-width: 116px;

}
}