/*gridspace 2026*/
:root {
    --green: #485B4B;
    --green-bg: #8F8F7F;
    --gray: #DCDCDC;
    --rose: #EFDBCF;
    --olive: #8F8F7F;
    --yellow: #FFFED9;
    --white: #FFFFFF;
}

@font-face {
    font-family: "Haffer";
    src: url("/wp-content/uploads/fonts/haffer/Haffer-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Haffer";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 120%;
}

.fancybox-is-open .fancybox-bg {
    background: var(--gray) 
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

p {
    line-height: 150%;
}

p.tag {
    display: table;
    border: 1px solid var(--green);
    border-radius: 20px;
    padding: .5em 1em !important;
}

#header-space {
    display: none;
}

body #header-outer {
    background-color: rgba(255, 255, 255, 0) !important;
}

#header-outer header#top nav a {
    padding: .8em 2em !important;
    border-radius: 30px;
    opacity: 1 !important;

}

#header-outer header#top nav li:nth-last-child(-n + 2) a {
    padding: .8em .9em !important;
    border-radius: 50px
}

#header-outer[data-lhe="default"] #top nav > ul > li > a, #header-outer.transparent.dark-slide > #top nav > ul > li > a {
    border: .07rem solid var(--green);
}

#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a {
    border: .07rem solid var(--yellow);
}

#header-outer header#top nav a:hover {
    background: rgba(255, 255, 255, 0.7);
}

#header-outer header#top nav .current_page_item a, #header-outer header#top nav .current-page-ancestor a {
    background: rgba(255, 255, 255, 0.1);
    background-blend-mode: plus-lighter;
    backdrop-filter: blur(5.78px);
}

#header-outer header#top nav .trp-language-switcher-container a {
    display: flex;
    padding: .8em 1em !important
}

#header-outer header#top nav .trp-language-switcher-container.current-language-menu-item a {
    background: rgba(255, 255, 255, 0.7);
}

header#top nav a span {
    text-transform: uppercase;
}

#top nav ul li a {
    color: var(--green)
}

header#top nav ul {
    gap: 1em;
}

#header-outer header#top #logo {
    margin: 1em 0;
}

/*HERO*/
#hero {
    height: 85vh;
    max-height: 800px;
    display: flex;
}

#hero .col {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 90px;
}

.float-card {
    width: 100%;
    max-width: 400px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    right: -3rem;
    bottom: 3rem;
}

#card-header :is(h2, p) {
    color: var(--green)
}

/* Glass Effects */
.glass-card, .nectar-hor-list-item, #home-plates-cards .nectar-fancy-ul, #regular-cards .nectar-fancy-ul, #header-outer #mobile-menu {
    padding: 1.5em;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    background-color: color-mix(in srgb, var(--white) 20%, transparent);
    -webkit-backdrop-filter: saturate(120%) blur(10px);
    backdrop-filter: saturate(120%) blur(10px);
}

/*MOBILE MENU*/
#header-outer #mobile-menu {
    background-color: color-mix(in srgb, var(--white) 50%, transparent);
}

#header-outer #mobile-menu p, #mobile-menu ul li a {
    color: var(--green) !important;
    font-size: 16px !important;
}

#header-outer #mobile-menu:before {
    display: none !important
}

.glass-card, #home-plates-cards .nectar-fancy-ul {
    position: absolute;
}

#mobile-menu .menu-items-wrap > ul:last-child > li:last-child:after {
    display: none !important
}

/*BUTTONS*/
.nectar-cta a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: .7em 1.5em .5em !important;
    border: 1px solid var(--green);
    border-radius: 45px;
}

.nectar-cta a:hover {
    background: var(--white);
}

.nectar-cta.ico span.text {
    background: url(/wp-content/uploads/download-icon.svg) no-repeat center left;
    padding-left: 22px;
}

.nectar-cta.b1 a {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--green) !important
}

.nectar-cta.b1 a:hover {
    background: transparent;
    color: var(--yellow) !important
}

.b2 .wpb_wrapper {
    justify-content: center;
    padding-top: 2rem;
    border-top: .5px solid var(--green);
}

.b2 .nectar-cta a {
    background: #8F8F7F;
    border-color: #8F8F7F;
    ;
}

.b2 .nectar-cta a:hover {
    background: #6b6b5c
}

.b2 .nectar-cta span {
    color: #DCDCDC
}

/*SUB HEADERS*/
#sub-hero {
    min-height: 600px;
    max-height: 600px;
    display: flex;
}

#sub-hero.vc_row-o-content-bottom {
    align-items: flex-end;
}

#sub-hero.vc_row-o-content-middle {
    align-items: center;
}

#sub-hero .col {
    width: 100%; 
}

#sub-hero.vc_row-o-content-bottom .col {
    max-width: 65%
}

/*CARDS HOME*/
#home-plates-cards {
    height: 700px;
    margin: 5rem 0 0;
}

#home-plates-cards .nectar-fancy-ul, #regular-cards .nectar-fancy-ul {
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    left: 8%;
    min-height: 197px;
    text-align: left;
}

body.material.page-id-14 #regular-cards .nectar-fancy-ul {
    background: var(--green) ;
    color: var(--yellow) 
}

body.material.page-id-14 #regular-cards .nectar-fancy-ul em {
    border-color: var(--yellow) 
}

body.material.page-id-14 #regular-cards .nectar-fancy-ul strong {
    color: var(--yellow) 
}

.nectar-fancy-ul br {
    display: none
}

.wpb_wrapper > div:last-child {
    margin-bottom: 24px
}

#home-plates-cards .nectar-fancy-ul em, .nectar-hor-list-item em, #regular-cards .nectar-fancy-ul em, p em {
    font-style: normal;
    border: 1px solid var(--green);
    border-radius: 20px;
    padding: .5em 1em;
    height: 30px;
    line-height: 100%;
    display: table;
    margin: 0
}

#home-plates-cards .nectar-fancy-ul strong, .nectar-hor-list-item strong, #regular-cards .nectar-fancy-ul strong {
    font-size: 38px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 100%;
    margin-top: .5em
}

#regular-cards .nectar-fancy-ul blockquote {
    position: absolute;
    padding: 0;
    font-size: inherit;
    text-align: left;
    bottom: -6em;
    height: 40px;
}

#regular-cards .nectar-fancy-ul blockquote:before {
    display: none
}

#regular-cards .c1 {
    text-align: left
}

#regular-cards .c1 em, #regular-cards .cards .nectar-fancy-ul em {
    border-color: var(--yellow);
    color: var(--yellow);
    background: #8F8F7F;
    margin-bottom: 2em
}

#regular-cards .c1 .nectar-fancy-ul {
    color: var(--green);
    min-width: 250px;
    margin: 0
}

#regular-cards .c1 .wpb_wrapper {
    width: 80%;
    margin: 3em auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 2em;
}

#home-plates-cards .nectar-fancy-ul:nth-child(3) {
    left: 19%;
    top: 15em;
}

#home-plates-cards .nectar-fancy-ul:nth-child(4) {
    left: 0%;
    right: 0; 
    margin: 0 auto;
    top: 27em;
}

#home-plates-cards .nectar-fancy-ul:nth-child(5) {
    left: 63%;
    top: 15em;
}

#home-plates-cards .nectar-fancy-ul:nth-child(6) {
    left: 75%;
}

#home-plates-cards .nectar_cascading_images {
    position: absolute;
    top: 10em;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home-plates-cards .nectar_cascading_images img {
    width: 600px;
}

#home-plates-cards #buttons-row {
    position: relative;
    width: 100%;
    top: 45em;
}

#home-plates-cards .wpb_wrapper {
    display: flex;
    justify-content: center;
}

/*HOME CARDS*/
#home-cards {
    width: 90%;
    margin: 0 auto;
}

#home-cards.wpb_row .column-image-bg-wrap .column-image-bg {
    background-size: 105%;
}

#home-cards .card .vc_column-inner {
    padding: 2em;
    height: 70vh;
    max-height: 480px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    color: var(--yellow);
}

#home-cards .card h2, #home-cards .card a {
    color: var(--yellow);
}

#home-cards .card .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#home-cards .tag {
    border: 1px solid var(--yellow);
    border-radius: 20px;
    padding: .5em 1em;
}

#home-cards .card:nth-child(1), #home-cards .card:nth-child(1) .vc_column-inner {
    color: var(--green);
}

#home-cards .card:nth-child(1) .tag {
    border-color: var(--green);
}

#home-cards .card:nth-child(1) h2, #home-cards .card:nth-child(1) a {
    color: var(--green);
}

#home-cards .card:hover {
    transform: scale(1.02);
    opacity: .8;
    transition: ease-in-out .3s;
}

#home-cards .card:hover .vc_column-inner {
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1);
}

.col.center em {
    margin: 0 auto;
}

.col.center .horizontal .wpb_wrapper {
    justify-content: center;
}

.horizontal .wpb_wrapper {
    display: flex;
    gap: 2rem !important
}

/*TESTIMONIAL*/
#home-testimonial {
    border-top: .5px solid var(--green);
    margin-bottom: 0 !important
}

#home-testimonial h2 {
    margin-bottom: 2em;
}

#home-testimonial .row_col_wrap_12 {
    padding: 2em 0;
}

.testimonial_slider[data-style * =multiple_visible] blockquote p, .dark .testimonial_slider[data-style=multiple_visible] blockquote.is-selected p {
    padding: 0;
    background: transparent;
}

.testimonial_slider[data-style=multiple_visible] blockquote p:before {
    display: none;
}

#home-testimonial .testimonial_slider[data-style=multiple_visible] blockquote.is-selected p span {
    display: none;
}

#home-testimonial .testimonial_slider blockquote p {
    font-size: 32px;
    text-align: center;
    line-height: 130%
}

#home-testimonial .testimonial_slider blockquote .testimonial-name {
    font-size: 16px;
}

#home-testimonial .testimonial_slider blockquote .title {
    font-style: italic;
}

#home-testimonial .testimonial_slider .flickity-prev-next-button:before {
    background: transparent;
    border: 1px solid var(--green);
}

#home-testimonial .testimonial_slider .flickity-prev-next-button .arrow, #home-testimonial .testimonial_slider .flickity-prev-next-button:after {
    fill: var(--green);
    background-color: var(--green);
}

/*TOPIC GLASS*/
#topics-glass .nectar-hor-list-item {
    max-width: 80%;
    margin: 0 auto;
}

.nectar-hor-list-item[data-hover-effect=default]:hover:before {
    display: none;
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item {
    color: inherit;
}

.nectar-list-item {
    line-height: 1em
}

/*GALLERY*/
.wpb_gallery img {
    border-radius: 25px
}

.wpb_gallery .flickity-page-dots .dot:before {
    background: #fff;
    border-radius: 3px
}

/*CARDS*/
#regular-cards .cards .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

#regular-cards .cards .nectar-fancy-ul {
    background: #8F8F7F;
    border-color: #8F8F7F;
    color: var(--yellow);
    width: 48%;
    height: 400px
}

#regular-cards .cards .nectar-fancy-ul :is(p, h2) {
    width: 100%;
    color: var(--yellow)
}

.logo-list {
    margin: 4rem 0
}

.logo-list p {
    width: 100%;
    display: flex;
    justify-content: space-around
}

/*FORMS*/
body:is(.be-a-distributor, .request-a-sample), body:is(.be-a-distributor, .request-a-sample) .container-wrap {
    background-color: var(--green-bg)
}

body:is(.be-a-distributor, .request-a-sample) #contact {
    margin-top: 10rem;
}

#contact em {
    border-color: var(--yellow)
}

#contact form {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#contact form p {
    width: 100%;
    text-align: left;
}

#contact form p .checkbox {
    display: flex;
    justify-content: space-between;
}

#contact form p .checkbox span {
    margin: 0;
    color: var(--yellow)
}

#contact form :is(input, textarea) {
    background: transparent;
    border: 1px solid var(--yellow);
    color: var(--yellow)
}

#contact form textarea {
    height: 150px
}

#contact form .wpcf7-list-item {
    display: flex;
    gap: .4em;
}

#contact form input[type="submit"] {
    background: var(--yellow);
    border-radius: 40px !important;
    padding: 1em 4em !important;
    display: flex;
    color: var(--green);
    font-weight: normal;
    margin: 0 auto
}

#contact form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    /* Safari */
    width: 15px;
    height: 15px;
    border: 1px solid var(--yellow);
    background-color: transparent;
    cursor: pointer;
}

#contact form input[type="checkbox"]:checked {
    background-color: var(--yellow);
}

#contact a {
    text-decoration: underline;
    color: var(--yellow)
}

/*FOOTER*/
body #footer-outer .row {
    padding: 3em 0 0;
    background: url(/wp-content/uploads/b-corp-logo.svg) no-repeat bottom right;
}

body #footer-outer #copyright {
    background: none;
}

#footer-outer .wp-block-group {
    align-items: flex-start;
    gap: 5em;
    margin-top: 5em;
}

#footer-outer #copyright p {
    display: flex;
}

#footer-outer #copyright p span {
    order: -1;
    margin-right: 10em;
}

.wpcf7-response-output {
    position: absolute;
    top: -5rem;
    width: 100%;
    max-width: 450px;
    border: none !important;
    border-radius: 6px;
    background: var(--yellow) !important 
}

/* MOBILE */
@media screen and (max-width: 1024px) {
    #header-space {
        display: none !important;
    }

    #header-outer header#top #logo {
        margin: .5em 0;
    }

    #hero {
        height: 80vh;
    }

    #hero .col, #ajax-content-wrap #hero > .row_col_wrap_12 {
        padding: 0;
    }

    .glass-card, #home-plates-cards .nectar-fancy-ul {
        position: relative;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    #hero .glass-card {
        gap: .2rem;
        position: absolute;
        height: auto;
        bottom: 0
    }
    
    #hero h2 {
        font-size: 20px
    }
    
    #hero p {
        font-size: 12px
    }
    
    body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
        background-color: var(--yellow) !important;
    }

    .float-card {
        gap: 1rem;
    }

    #home-plates-cards {
        height: 1200px;
        margin: 0;
    }

    #home-plates-cards .wpb_wrapper {
        flex-wrap: wrap;
    }

    #home-plates-cards .nectar-fancy-ul, #regular-cards .nectar-fancy-ul {
        width: 100%;
        position: static;
        min-height: 174px;
        text-align: left;
    }

    #home-plates-cards .nectar-fancy-ul:nth-child(3), 
    #home-plates-cards .nectar-fancy-ul:nth-child(4), 
    #home-plates-cards .nectar-fancy-ul:nth-child(5), 
    #home-plates-cards .nectar-fancy-ul:nth-child(6) {
        left: 0;
    }
    
    #home-plates-cards .nectar-fancy-ul:nth-child(2) {
        margin-top: 10rem
    }

    #home-plates-cards .nectar_cascading_images {
        position: absolute;
        top: 5.5rem;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }

    #home-testimonial .testimonial_slider blockquote p {
        font-size: 22px;
    }

    #home-cards .card .vc_column-inner {
        height: 45vh;
    }
    
    #home-plates-cards #buttons-row {
        top: 2rem
    }
    
    #home-testimonial {
        padding: 0 2rem 
    }
    
    #sub-hero {
        max-height: 500px;
        min-height: 500px
    }
    
    #sub-hero.vc_row-o-content-bottom .col {
        max-width: 100%;
        width: 100%;
    }
    
    #topics-glass {
        padding: 4em 0 !important
    }
    
    .horizontal .wpb_wrapper {
        flex-wrap: wrap;
        gap: 1em !important
    }

    .nectar-cta {
        margin-bottom: 0 !important
    }
    
    #home-plates-cards .nectar-fancy-ul strong, .nectar-hor-list-item strong, #regular-cards .nectar-fancy-ul strong {
        font-size: 32px
    }
    
    body.impact #regular-cards .nectar-fancy-ul {
        margin-bottom: 80px
    }
    
    #regular-cards .nectar-fancy-ul blockquote {
        bottom: -7.5em;
        height: 65px
    }
    
    body.hospitality h1 {
        font-size: 27px
    }
    
    .logo-list p {
        flex-wrap: wrap;
        gap: 2em
    }
    
    body.awards #regular-cards .cards .nectar-fancy-ul {
        width: 100%;
    }
        
    #footer-outer p {
        width: 100%;
    }

    #footer-outer .col, #footer-outer #footer-widgets .container .col {
        margin: 0;
    }

    #footer-outer .wp-block-group {
        flex-wrap: wrap;
        gap: 0;
        margin-top: 0;
    }

    #footer-outer #copyright p {
        flex-wrap: wrap;
    }

    #footer-outer .span_6:last-child {
        display: none;
    }

    body #footer-outer .row {
        background: none;
    }

    body #footer-outer #copyright {
        padding: 1rem 0;
        background: url(/wp-content/uploads/b-corp-logo.svg) no-repeat center right 1rem;
        background-size: 24px;
    }
}