.top-notification-bar {
    background-color: #8dc63f;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 12px;
    width: 100%;
    z-index: 1000;
}

.close-button {
    cursor: pointer;
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 15px;
}

.theme-main-menu {
    padding: 0;
}

.theme-main-menu.sticky-menu.fixed {
    padding-top: 0;
    padding-bottom: 0;
}

.inner-content {
    padding: 20px 60px;
}

.product-types-section {
    background-color: #8a6742;
}

.product-types-section .main-title {
    color: #f3e7ce;
}

.product-types-section h5 {
    color: #f3e7ce;
    font-size: 30px;
    font-weight: 500;
    padding-top: 0.5rem;
}

.product-types-section h6 {
    color: #f3e7ce;
    font-size: 22px;
    font-weight: 400;
}

.product-type-card {
    border: none;
    padding: 0;
    width: 100%;
    aspect-ratio: 1;
}

.certifications-section .main-title {
    color: #8a6742;
}

.certification-images img {
    display: inline-block;
    padding: 50px;
}

.resources-section .card-style-sixteen:hover {
    border-color: #8dc63f;
}

.resources-section .card-style-sixteen .read-more {
    background: #e9e9e9;
    color: #fff;
}

.resources-section .card-style-sixteen:hover .read-more {
    background-color: #8dc63f;
}

.resource-card {
    height: 355px;
}

.resource-card img {
    min-height: 70px;
    max-height: 100px;
}

.resource-card h4 {
    font-weight: 600;
    line-height: 1em;
    padding-top: 2em;
}

.form-style-one .input-group-meta input,
.form-style-one .input-group-meta textarea {
    border-color: #8dc63f;
}

.card-style-twentyOne .hover-overlay {
    padding: 15px 0;
}

.theme-main-menu .mobile-logo {
    display: none;
}

.certification-images .col-sm-12 {
    display: flex;
}

.mobile-break {
    display: none;
}

@media (max-width: 767px) {
    .mobile-break {
        display:initial;
    }

    .top-notification-bar {
        font-size: 16px;
    }

    .close-button {
        cursor: default;
        top: 20px;
        right: 10px;
        -webkit-text-fill-color: #fff;
    }

    .hero-banner-thirteen {
        padding-top: 250px !important;
    }

    .sticky-menu .mobile-logo {
        display: none;
    }

    .sticky-menu.fixed .mobile-logo {
        display: block;
    }

    .mobile-logo img {
        width: 100%;
    }

    .sticky-menu .full-logo {
        margin-left: 50px;
    }

    .sticky-menu.fixed .full-logo {
        display: none !important;
    }

    .inner-content {
        padding: 10px 12px 10px 0;
    }
}
