/*!
Theme Name: Sungro
Theme URI: http://underscores.me/
Author: OKD Agency
Author URI: https://okd.com
Description: Sungro Network Theme
Version: 1.0.0
Requires PHP: 7.4
Text Domain: sungro
*/
/* Reset
--------------------------------------------- */
:root {
    --bs-body-color: #707070;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Open Sans Condensed', sans-serif;
}

@media (min-width: 1400px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

@media (min-width: 1640px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1640px;
    }
}

.text-small {
    font-size: 14px;
}

.btn {
    border-radius: 10px;
}

.ratio-17x9 {
    --bs-aspect-ratio: 36.84%;
}

/**

/* Fluid Font Size
  --------------------------------------------- */
.fs-100 {
    font-size: calc(60px + (100 - 60) * ((100vw - 300px) / (1920 - 300)));
}

/* Captions
  --------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*! Site Header. 
------------------------------------*/
header.site-header .header-social ul li a {
    font-size: 28px;
    color: var(--social-media-color);
}

header.site-header .header-social ul li a:hover,
header.site-header .header-social ul li a:active,
header.site-header .header-social ul li a:focus {
    color: #3B3B3B;
}

header.site-header .lang>.wpml-ls-legacy-list-vertical {
    display: block;
}

header.site-header .lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header.site-header .lang ul li {
    position: relative;
}

header.site-header .lang ul li+li:before {
    padding: 0 0px;
    color: var(--header-text-color);
    content: "|";
    position: absolute;
    left: -3px;
}

header.site-header .lang ul li a {
    font-size: 18px;
    color: var(--header-text-color);
}

header.site-header .lang ul li a:hover,
header.site-header .lang ul li a:active,
header.site-header .lang ul li a:focus {
    color: var(--bs-warning);
}

header.site-header .lang ul li.wpml-ls-current-language a {
    font-weight: 700;
}

.top-header-bar {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--top-bar-header-bg-color-rgb), var(--bs-bg-opacity)) !important;
}

.top-header-bar p:last-of-type {
    margin: 0;
}

.top-header-bar a {
    color: var(--bs-white);
}

.bottom-header-bar,
.mid-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--header-bg-color-rgb), var(--bs-bg-opacity)) !important;
}

.header-text-color {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.page-cover {
    background-position: center;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 150px;
}

/*! Megamenu CSS. 
------------------------------------*/
.navbar-nav.navbar-megamenu li>a.nav-link {
    color: var(--header-text-color);
}

.navbar-nav.navbar-megamenu li>a.nav-link:hover,
.navbar-nav.navbar-megamenu li>a.nav-link:active,
.navbar-nav.navbar-megamenu li>a.nav-link:focus {
    color: var(--bs-warning);
    text-shadow: 1px 0px 0px var(--bs-warning);
}

.icon-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 55px;
}

/* .icon-container,
.title-container {
  max-height: 55px;
} */

.navbar-light .navbar-toggler {
    background-color: var(--bs-white);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-nav.navbar-megamenu li>a.nav-link {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .navbar-light .navbar-brand {
        max-width: 200px;
    }
}

.mobile-menu .wpml-ls-statics-shortcode_actions {
    padding: 0;
}

.mobile-menu .wpml-ls-slot-shortcode_actions a {
    padding: 1rem;
    background-color: transparent;
    color: var(--header-text-color);
}

.mobile-menu .wpml-ls-slot-shortcode_actions a:hover,
.mobile-menu .wpml-ls-slot-shortcode_actions a:focus,
.mobile-menu .wpml-ls-slot-shortcode_actions a:active {
    color: var(--bs-warning);
    text-shadow: 1px 0px 0px var(--bs-warning);
}

/*! Footer CSS. 
------------------------------------*/
footer.site-footer .footer-widget-area .widget_recent_entries ul {
    list-style: none;
    padding: 0;
}

footer.site-footer .footer-widget-area .widget_recent_entries ul li {
    margin-bottom: 15px;
}

footer.site-footer a {
    color: var(--bs-white);
    text-decoration: none;
}

footer.site-footer .footer-widget-area a {
    padding-left: 0;
    padding-right: 0rem;
}

footer.site-footer a:hover,
footer.site-footer a:active,
footer.site-footer a:focus {
    color: var(--bs-warning);
    text-decoration: underline;
}

footer.site-footer .footer-content p {
    font-size: 14px;
    line-height: 19px;
}

footer.site-footer .footer-social {
    font-size: 28px;
}

footer.site-footer .footer-social a:hover,
footer.site-footer .footer-social a:active,
footer.site-footer .footer-social a:focus {
    color: var(--bs-warning);
}

@media (min-width: 992px) {
    footer.site-footer .footer-social {
        margin-top: -20px;
    }
}

/*! Language buttons at modal. 
------------------------------------*/
.modal-content .lang a.wpml-ls-link {
    background: var(--bs-warning);
    color: white;
    border-radius: 10px;
    height: 50px;
    line-height: 45px;
    padding: 0 20px;
    margin: 0 10px;
}

/*! Component Map Locations. 
------------------------------------*/
.acf-map {
    width: 100%;
    height: 600px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.map-list {
    list-style: none;
}

@media (min-width: 768px) {
    .map-list0 {
        list-style: none;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .map-list0 {
        list-style: none;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .map-list0 {
        list-style: none;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.map-list-r li a:hover,
.map-list li a:hover {
    color: var(--bs-primary) !important;
    text-decoration: underline !important;
    font-weight: 700;
}

/*! Timeline. 
------------------------------------*/
ul.grid-timeline {
    max-width: 1620px;
    margin: 0 auto;
}

ul.grid-timeline li {
    list-style: none;
}

/* [1] 'auto-fit' grid columns, so no media queries required. */
/* [2] 'dense' packing fills in holes earlier in the grid. */
.grid-timeline {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    row-gap: 2px;
    grid-auto-flow: dense;
    /* [2] */
    -ms-grid-columns: (331px)[auto-fit];
    grid-template-columns: repeat(auto-fit, 331px);
    /* [1] */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-timeline>* {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.fullwidth,
.is-selected {
    background: transparent;
}

/* [3] Make fullwidth card span all grid columns. */
.fullwidth {
    overflow: hidden;
    opacity: 1;
    height: 100%;
    grid-column: 1 / -1;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    background: white;
}

.is-hidden {
    opacity: 0;
    height: 0px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.fullwidth,
.is-selected {
    background: #dfe8e4;
    position: relative;
}

.timeline-box {
    position: relative;
    height: 234px;
}

.timeline-box button {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 3;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.timeline-box .box-image {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.timeline-box h2 {
    position: absolute;
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: table;
}

.fullwidth .close-btn {
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: transparent;
    color: var(--bs-primary);
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
}

.fullwidth .close-btn:focus {
    outline: solid 0 transparent;
    -webkit-box-shadow: 0 0 0 2px var(--bs-primary);
    box-shadow: 0 0 0 2px var(--bs-primary);
}

.fullwidth .close-btn:hover {
    background: rgba(29, 161, 142, 0.1);
}

.fullwidth .close-btn:before,
.fullwidth .close-btn:after {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}

.fullwidth .close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fullwidth .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width: 424px) {
    .grid-timeline {
        -ms-grid-columns: (296px)[auto-fit];
        grid-template-columns: repeat(auto-fit, 296px);
    }
}

/*! Forms. 
------------------------------------*/
.age-form .nf-multi-cell .nf-cell {
    padding: 0;
}

.age-form .nf-multi-cell .nf-cell select {
    border: 1px solid #707070;
    border-left: 0;
}

.age-form .nf-multi-cell .nf-cell:last-child {
    padding-left: 15px;
}

.age-form .nf-multi-cell .nf-cell:last-child select {
    border-left: 1px solid #707070;
}

.age-form .nf-multi-cell .nf-cell:first-child select {
    border-left: 1px solid #707070;
}

.age-form .html-wrap .nf-field-element p {
    font-weight: 400;
    font-size: 16px;
}

.age-form .label-right .nf-after-field {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.age-form .checkbox-wrap .nf-field-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.age-form .checkbox-wrap .nf-field-label label {
    font-weight: 400;
    font-size: 16px;
}

.ninja-forms-req-symbol,
.nf-form-fields-required {
    display: none;
}

.label-left .ninja-forms-req-symbol,
.label-left .nf-form-fields-required {
    display: block;
    color: var(--bs-white);
}

.label-left .nf-field-label label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: var(--bs-white);
    font-weight: 300;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}

.ninja-forms-field.btn-primary {
    background: var(--bs-warning) !important;
    color: var(--bs-dark) !important;
    padding: 1rem 3rem !important;
    text-transform: uppercase;
    /* font-weight: 300;
  font-size: 18px; */
    line-height: 1rem;
    border-color: var(--bs-warning);
}

/*! Ofsys Forms. 
------------------------------------*/
.component-ofsys_form {
    color: var(--bs-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.component-ofsys_form .DialogInsightGlobalErrors {
    margin-left: 185px;
}

.component-ofsys_form .DialogInsightGlobalErrors>div {
    text-align: left;
    border-radius: 5px;
    background-color: #eeeeee;
    border: #ff3333 1px solid;
    padding: 10px;
    color: #ff3333;
    max-width: 500px;
    margin-bottom: 10px;
}

.component-ofsys_form .DialogInsightErrorContents {
    color: var(--bs-warning);
    font-size: 14px;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormCategoryTitle {
    display: none;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    padding: 0;
    margin-bottom: 15px;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow .DialogInsightLabel_AboveField {
    min-width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow .DialogInsightInputContainer {
    width: 100%;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=text].DialogInsightFormInput,
.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=number].DialogInsightFormInput,
.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=password].DialogInsightFormInput,
.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=email].DialogInsightFormInput,
.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow textarea.DialogInsightFormInput {
    border: 1px solid #707070;
    height: 55px;
    padding: 10px;
    width: 100%;
    max-width: 610px;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow textarea.DialogInsightFormInput {
    height: 227px;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=checkbox].DialogInsightFormInput {
    margin-left: 185px;
    width: 24px;
    height: 24px;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormCategoryDescription {
    margin-left: 185px;
    font-weight: 700;
    margin-bottom: 20px;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormCategoryDescription>span {
    position: relative;
}

.component-ofsys_form .DialogInsightFormContainer .DialogInsightFormSubmit {
    margin-left: 185px;
}

.component-ofsys_form .DialogInsightFormContainer input[type=submit] {
    background: var(--bs-warning);
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
    font-weight: 300;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 1rem 3rem;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.component-ofsys_form .DialogInsightFormContainer input[type=submit]:hover,
.component-ofsys_form .DialogInsightFormContainer input[type=submit]:active,
.component-ofsys_form .DialogInsightFormContainer input[type=submit]:focus {
    background: var(--bs-white);
    border: 1px solid var(--bs-warning);
    color: var(--bs-warning);
}

.component-ofsys_form .DialogInsightFormSubmit .DialogInsightFormSubmitLoader {
    visibility: hidden;
    margin-left: 5px;
    vertical-align: middle;
}

@media (min-width: 992px) {

    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=text].DialogInsightFormInput,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=number].DialogInsightFormInput,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=password].DialogInsightFormInput,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=email].DialogInsightFormInput,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow textarea.DialogInsightFormInput {
        width: 610px;
    }
}

@media (max-width: 767px) {
    .component-ofsys_form .DialogInsightGlobalErrors {
        margin-left: 0;
    }

    .component-ofsys_form .DialogInsightFormDiv {
        width: 100%;
    }

    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow .DialogInsightLabel_AboveField {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=text].DialogInsightFormInput,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=number].DialogInsightFormInput,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=password].DialogInsightFormInput,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow textarea.DialogInsightFormInput {
        width: 100%;
        max-width: 100%;
    }

    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormRow input[type=checkbox].DialogInsightFormInput {
        margin-left: 0;
    }

    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormCategoryDescription,
    .component-ofsys_form .DialogInsightFormContainer .DialogInsightFormSubmit {
        margin-left: 0;
    }
}

/*! Blog style
------------------------------------*/
.blog-black-background {
    background-color: #333333;
}

.blog-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
}

.cpt-content p,
.cpt-content h5,
.cpt-content h3,
.cpt-content h2,
.cpt-content h4,
.cpt-content h6 {
    line-break: auto !important;
    width: unset;
}

.cpt-alm-wrapper .cpt-alm-item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cpt-bottom-btn a:hover,
.cpt-bottom-btn a:active,
.cpt-bottom-btn a:focus {
    background: transparent;
    color: var(--bs-warning);
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: underline;
}

.cpt-alm-read-more {
    margin-bottom: 30px;
    text-align: left !important;
}

.cpt-alm-btn-load-more {
    background: transparent !important;
    color: var(--bs-secondary) !important;
    text-transform: none !important;
    text-decoration: none !important;
}

#blog-sidebar .widget,
.blog-sidebar .widget {
    margin-top: 0.5rem !important;
    background: var(--bs-light);
    padding: 15px;
}

#blog-sidebar .widget:first-child,
.blog-sidebar .widget:first-child {
    margin-top: 0 !important;
}

#blog-sidebar .widget ul,
.blog-sidebar .widget ul {
    list-style: none;
    padding: 0;
}

#blog-sidebar .widget ul li,
.blog-sidebar .widget ul li {
    margin-bottom: 10px;
}

#blog-sidebar .widget a,
.blog-sidebar .widget a {
    font-weight: 700;
    color: var(--bs-primary);
    text-decoration: none;
}

#blog-sidebar .widget a:hover,
#blog-sidebar .widget a:active,
#blog-sidebar .widget a:focus,
.blog-sidebar .widget a:hover,
.blog-sidebar .widget a:active,
.blog-sidebar .widget a:focus {
    text-decoration: underline;
}

/*! Blog comments style
------------------------------------*/
.comment-list {
    padding-left: 0;
}

.comment-list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin: 0px;
    padding: 15px;
    margin-bottom: 20px;
}

.comment-list li .comment-metadata {
    margin: 15px 0;
    border-bottom: 4px solid var(--bs-green);
}

.comment-respond .comment-form-comment label {
    display: block;
    margin: 10px 0;
}

.comment-respond .form-submit input[type=submit] {
    background-color: #ff9300;
    border-color: #ff9300;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    line-height: 20px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    text-transform: uppercase;
}

/*! Resilience Page
------------------------------------*/
.wrapper-grid {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    row-gap: 0;
    grid-auto-flow: dense;
    -ms-grid-columns: (313px)[auto-fit];
    grid-template-columns: repeat(auto-fit, 313px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.resilience-slider .carousel-control-prev-icon,
.resilience-slider .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
}

.resilience-video-section {
    background: #e6efeb;
}

/** Component Single Video.
------------------------------------*/
.component-single_video .video-bg,
.component-single_video .youtube-bg {
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%);
}

.component-single_video .ps {
    z-index: 99;
}

/*! Component Icons
------------------------------------*/
.component-icons .icons-container {
    display: -ms-grid;
    display: grid;
    width: 100%;
    gap: 13px;
    row-gap: 0;
    grid-auto-flow: dense;
    -ms-grid-columns: (240px)[auto-fit];
    grid-template-columns: repeat(auto-fit, 240px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.component-icons .icons-container .icon-box img {
    max-height: 100px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.component-icons .icons-container .icon-box a {
    text-decoration: none;
}

.component-icons .icons-container .icon-box a:hover,
.component-icons .icons-container .icon-box a:active,
.component-icons .icons-container .icon-box a:focus {
    text-decoration: underline;
}

/*! Top Professional Products component. 
------------------------------------*/
.tpp-top-content {
    max-width: 760px;
}

.tpp-list-container {
    display: -ms-grid;
    display: grid;
    width: 100%;
    gap: 20px;
    row-gap: 0;
    grid-auto-flow: dense;
    -ms-grid-columns: (360px)[auto-fit];
    grid-template-columns: repeat(auto-fit, 360px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 424px) {
    .tpp-list-container {
        -ms-grid-columns: (100%)[auto-fit];
        grid-template-columns: repeat(auto-fit, 100%);
    }
}

/*! Grower Specialist component. 
------------------------------------*/
.specialist-list {
    display: -ms-grid;
    display: grid;
    width: 100%;
    gap: 10px;
    row-gap: 50px;
    grid-auto-flow: dense;
    -ms-grid-columns: (260px)[auto-fit];
    grid-template-columns: repeat(auto-fit, 260px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.specialist-list .specialist-box a {
    text-decoration: none;
}

.specialist-list .specialist-box a:hover,
.specialist-list .specialist-box a:active,
.specialist-list .specialist-box a:focus {
    text-decoration: underline;
}

.specialist-list .specialist-box:last-child {
    grid-column: span 2;
}

@media (max-width: 767px) {
    .specialist-list .specialist-box:last-child {
        grid-column: span 1;
    }
}

/*! Widget acf-custom-categories
------------------------------------*/
.acf-custom-categories-widget ul li a {
    color: var(--bs-green) !important;
}

.acf-custom-categories-a[aria-expanded=false] .text-expanded {
    display: none;
}

.acf-custom-categories-a[aria-expanded=true] .text-collapsed {
    display: none;
}

/*! class to add the bar under the title 
------------------------------------*/
.title-bar {
    position: relative;
    margin-bottom: 50px;
}

.title-bar:after {
    content: "";
    border-bottom: 3px solid;
    border-color: var(--bs-primary);
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 200px;
}

/*! custom order for multiple single image
------------------------------------*/
.custom-images-order .component-single_image {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

/*! custom margin negative for section Tools and Services
------------------------------------*/
.margin-top-negative img {
    margin-top: -90px;
}

/*! custom font size for Gardening Newsletter title
------------------------------------*/
@media (max-width: 767px) {

    .text-gardening h1,
    .text-gardening h2,
    .text-gardening h3 {
        font-size: 50px !important;
    }
}

/*# sourceMappingURL=style.css.map */