/*
Theme Name: Exaco
Description: Wordpress Theme Designed for Exaco.
Author: Kristopher Ray Creative
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
:root {
  --default: #333;
  --default-color: #333;
  --white: #ffffff;
  --btn-color: #44956e;
  --green: #44956e;
  --moss-green: #37543f;
  --mint: #d8e2dc;
  --shilo-color: #e8aeae;
  --blue: #31476f;
  --gray: #6a7370;
  --forest: #295736;
  --header-font: "niveau-grotesk", sans-serif;
  --body-font: "proxima-nova", sans-serif;
  --alegreya: "alegreya-sc", serif;
  --button-radius: 8px;
  --line-height-desktop: 55px;
  --line-height-mobile: 42px;
  --base-fontsize: 17px;
  --base-lineheight: 1.35em;
  --max-width: 1260px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: none repeat scroll 0 0 #ffffff;
}
html,
body,
input,
textarea {
  font-family: var(--body-font);
  font-weight: 400;
  font-weight: normal;
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  color: var(--default);
}
a {
  color: var(--btn-color);
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: var(--btn-color);
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1em;
  padding-bottom: 0.45em;
  font-family: var(--header-font);
}
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
  top: -0.1em;
  font-size: 0.8em;
  vertical-align: bottom;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.12em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.35em;
}
ul {
  margin-bottom: 1.35em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 0 0 2.3rem;
  padding: 0;
  position: relative;
  padding-left: 2.55rem;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  border-left: 6px solid #528452;
}
blockquote p {
  color: #000;
  font-style: italic;
  font-size: 1.294rem;
  font-weight: 400;
  line-height: 1.55em;
  margin-bottom: 1.35em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input.text,
input.title,
textarea,
select {
  background: #ffffff;
  border-radius: var(--button-radius);
  border: none;
  height: calc(var(--line-height-desktop) + 6px);
  line-height: calc(var(--line-height-desktop) + 6px);
  color: #000;
  font-family: var(--body-font);
  font-size: 1.294rem;
  font-style: normal;
  font-weight: 400;
  padding: 0px 1em;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border: none;
}
input[type="password"] {
  border: solid 2px #333;
}
input[type="submit"],
button,
.button {
  background: var(--btn-color);
  border-radius: var(--button-radius);
  display: inline-block;
  height: var(--line-height-desktop);
  line-height: var(--line-height-desktop);
  max-width: 100%;
  padding: 0 1.65em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: none;
  color: #fff;
  text-align: center;
  font-family: var(--header-font);
  font-size: 1.176rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.btn-xs {
  font-family: var(--body-font);
  font-size: 11.525px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.346px;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  padding: 0 1.15em;
}
.btn-sm {
  height: var(--line-height-mobile);
  line-height: var(--line-height-mobile);
  border-radius: 5px;
  font-size: 0.94rem;
  padding: 0 1.12em;
}
.btn-sm.btn-outline {
  line-height: calc(var(--line-height-mobile) - 4px);
}
.btn-mid {
  height: 47px;
  line-height: 47px;
  font-size: 1.176rem;
  text-transform: none;
  font-weight: 700;
  padding: 0 1.2em;
  letter-spacing: 0.02em;
}
.btn-moss {
  background: var(--moss-green);
  color: #fff;
}
.btn-mint {
  background: var(--mint);
  color: var(--forest);
}
.btn-white {
  background: #fff;
  color: #222;
}
.btn-gray {
  background: var(--gray);
  color: #fff;
}
.btn-outline,
.btn-outline-black,
.btn-outline-grey,
.btn-outline-white {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: var(--green);
  color: var(--green);
  box-sizing: border-box; /* ensures border doesn't alter layout */
}
.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline-black {
  border-color: #000;
  color: #000;
}
.btn-outline-grey {
  border-color: #666;
  color: #666;
}
.button.inactive {
  opacity: 0.2;
  pointer-events: none;
}
.button.orange {
  background: #e37f23;
}
.button.hollow.white {
  background: none;
  border: 2px solid #ffffff;
  line-height: 49px;
}
.button sub {
  font-size: 0.64em;
  top: 0em;
}
.button.sml {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 1.058rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0 1.18em;
}
.button.tiny {
  height: 42px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.0588rem;
  padding: 0 0.91em;
}
.button.tiny.hollow {
  line-height: 38px;
}
.button.highlight {
  background: #c72727;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.btn-outline:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.highlight,
.text-highlight {
  color: #7cab40 !important;
}
.text-fern {
  color: #437326;
}
.text-green {
  color: var(--green);
}
.bg-highlight {
  background-color: #7cab40 !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font17 {
  font-size: 1rem !important;
  line-height: 1.55em !important;
}
.font18 {
  font-size: 1.05rem;
  line-height: 1.35em;
}
.font20 {
  font-size: 1.176rem;
  line-height: 1.35em;
}
.font22 {
  font-size: 1.294rem;
  line-height: 1.25em;
}
.font24 {
  font-size: 1.411rem !important;
  line-height: 1.55em !important;
}
.font26 {
  font-size: 1.529rem;
  line-height: 1.1em;
}
ul.checklist {
  margin-left: 0;
  list-style: none;
  font-family: "Proxima Nova";
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: 0.02em;
}
ul.checklist > li {
  position: relative;
  padding-left: 1.35em;
}
ul.checklist > li::before {
  color: #f46b37;
  font-family: "Font Awesome 7 Free";
  font-size: 1em;
  content: "\f058";
  font-weight: 400;
  position: absolute;
  left: 0;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse,
.flex.row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #d8e2dc;
  line-height: 18px;
  margin-bottom: 3rem;
  max-width: 100%;
  padding: 0;
  text-align: left;
  margin-top: 2.15rem;
}
.wp-caption img {
  margin: 0;
}
.wp-caption p.wp-caption-text {
  color: #000;
  font-size: 1.058rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55em;
  margin: 0;
  padding: 1rem 0.9rem;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
.gform_fields:after,
.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
.gform_fields > .gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  padding-bottom: 12px;
  position: relative;
}
.gform_fields > .gfield.gfield--type-honeypot {
  display: none;
}
.gform_fields > .gfield.fullwidth {
  width: 100%;
}
.gform_fields > .gfield input[type="text"],
.gform_fields > .gfield input[type="tel"],
.gform_fields > .gfield input[type="email"],
.gform_fields > .gfield select {
  width: 100%;
}
.gform_fields > .gfield textarea {
  width: 100%;
  height: 138px;
}
.gform_footer img {
  position: absolute;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 11px;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  top: var(--line-height-mobile);
  right: 14px;
}
.gfield_label {
  line-height: calc(var(--line-height-desktop) + 6px);
  font-style: normal;
  color: #000;
  font-size: 1.294rem;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 1.6rem;
  top: 0;
  z-index: 9;
}
legend.gfield_label {
  position: relative;
  color: var(--green);
  font-family: var(--header-font);
  font-size: 1.588rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  left: 0;
}
.hidden_label .gfield_label {
  display: none;
}
.gfield.toggle-label .gfield_label {
  font-size: 14px;
  line-height: 1.4em;
  top: 2px;
  z-index: 9;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Hide placeholders in all form fields */
body .gform_wrapper ::placeholder {
  color: transparent !important;
}

.ginput_container.ginput_container_date {
  position: relative;
}
.ginput_container.ginput_container_date img {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* Hide default inputs */
.gfield_checkbox .gchoice input[type="checkbox"],
.gfield_radio .gchoice input[type="radio"] {
  display: none;
}

/* Style label as custom checkbox/radio */
.gfield_checkbox .gchoice label,
.gfield_radio .gchoice label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  display: inline-block;
  color: #333;
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}

/* Create the custom box/circle */
.gfield_checkbox .gchoice label::before,
.gfield_radio .gchoice label::before {
  content: "\f0c8";
  position: absolute;
  font-family: "Font Awesome 7 Free";
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 1.411rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  left: 0.1em;
}

/* Radio gets a circle instead */
.gfield_radio .gchoice label::before {
  border-radius: 50%;
}

/* Add the checkmark or dot when selected */
.gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before,
.gfield_radio .gchoice input[type="radio"]:checked + label::before {
  content: "\f14a";
  font-weight: 900;
  color: var(--green);
}

/* Optional: hover effect */
.gfield_checkbox .gchoice label:hover::before,
.gfield_radio .gchoice label:hover::before {
  color: var(--green);
}
.gform_heading {
  display: none;
}

/* File upload field wrapper */
.gfield--type-fileupload {
    position: relative;
}

/* Upload drop area */
.gfield--type-fileupload .ginput_container_fileupload, .gfield--type-fileupload .ginput_container_multifile {
	border: 2px dashed #d9d9d9;
	border-radius: 6px;
	background: #fff;
	padding: 1rem;
	text-align: center;
	transition: border-color 0.3s ease, background 0.3s ease;
}

/* Hover / drag-over state */
.gfield--type-fileupload .ginput_container_fileupload:hover,
.gfield--type-fileupload .ginput_container_multifile:hover {
    border-color: #3b6cff;
    background: #f8faff;
}

/* Hide default input */
.gfield--type-fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

/* ================================
   Gravity Forms – Custom File Upload
   ================================ */

/* Base drop area */
.gfield--type-fileupload .gform_drop_area {
    border: 2px dashed #d9d9d9;
    border-radius: 6px;
    background: #fff;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    transition: border-color 0.3s ease, background 0.3s ease;
}

/* Drag-over state */
.gfield--type-fileupload .gform_drop_area.dragover {
    border-color: #3b6cff;
    background: #f8faff;
}

/* Hide default "Drop files here or" text */
.gfield--type-fileupload .gform_drop_instructions {
    display: none;
}

/* Upload icon */
.gfield--type-fileupload .gform_drop_area::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b6cff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7 16a4 4 0 01.88-7.903A5 5 0 1115.9 6L16 6a4 4 0 010 8m-4-4v6m0 0l-2-2m2 2l2-2'/%3E%3C/svg%3E") no-repeat center;
}

/* Select files button */
.gfield--type-fileupload .gform_button_select_files {
    display: inline-block;
    padding: 0 18px;
    font-size: 14px;
    color: #555;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

/* Accepted file types text */
.gfield--type-fileupload .gfield_description {
    margin-top: 12px;
    font-size: 13px;
    color: #666;
}

/* Uploaded file preview row */
.ginput_preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

/* Delete file button */
button.gform_delete_file {
    background: transparent;
    color: #ff0000;
    padding: 0;
    margin-left: 10px;
    line-height: 1em;
    border: 0;
    cursor: pointer;
}

/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: var(--max-width);
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
main.main-sections {
  padding: 0;
}
.rowLinks {
  display: flex;
  align-items: center;
}
.justify-content-center .rowLinks {
  justify-content: center;
}
.rowLinks .btnMore {
  display: inline-block;
  margin-left: 1.5em;
  color: #fff;
  font-size: 1.058rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1em;
  font-style: italic;
}
.rowLinks .btnMore a {
  display: inline-block;
  color: #fff;
}
.bg-image {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.bg-image:after,
.bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.bg-image.cover {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 177.78vh; /* 16:9 width based on height */
    height: 56.25vw; /* 16:9 height based on width */
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
}
section {
  padding: 4.65rem 0 3.7rem;
  position: relative;
  overflow-x: hidden;
}
section:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.inlineMedia {
  position: relative;
  overflow: hidden;
  border-radius: 1.411rem;
}
section h2 {
  font-size: 2.82rem;
  font-style: normal;
}
section h3 {
  font-size: 2.82rem;
  font-weight: 700;
  line-height: 1em;
  color: var(--moss-green);
}
section h3.text-alegreya {
  font-family: var(--alegreya);
  font-weight: 400;
  font-style: italic;
}
.text-niveau {
  font-family: var(--header-font);
}
section h3.sml {
  font-size: 2.46rem;
}
section h4 {
  font-size: 1.764rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}
section h5 {
  font-family: var(--body-font);
  color: #7d7d7d;
  font-size: 1.411rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
}
section h6 {
  font-family: var(--body-font);
  font-size: 1.411rem;
  font-style: normal;

  line-height: 1.2em;
}
main {
  padding: 3rem 0 2.5rem;
  overflow: hidden;
  position: relative;
}
.text-moss {
  color: var(--moss-green);
}

/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#topbar {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--moss-green);
  font-family: var(--body-font);
  font-size: 15.164px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  padding: 7px 12px 7px 11px;
  background: var(--mint);
}
#topbar span {
  margin-right: auto;
}
#topbar span a {
  color: var(--moss-green);
}
#topbar span a:hover {
  color: #222;
  text-decoration: none;
}
#topbar .button {
  margin-left: 12px;
}
header {
  position: relative;
  padding: 17px 17px;
  display: flex;
  align-items: center;
  z-index: 99;
  background: #fff;
}
#logo {
  max-width: 237px;
}
#header-search {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
}
.search-trigger {
	background: none;
	border: none;
	cursor: pointer;
	color: #949494;
	font-size: 1.85rem;
	padding: 0;
	height: auto;
	line-height: 1em;
}
.search-trigger:hover{
  background: transparent; color: var(--btn-color);
}
/* Overlay */
#asp-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}

#asp-search-overlay.is-active {
  display: flex;
}

/* Inner */
.asp-overlay-inner {
	width: 100%;
	max-width: 900px;
	padding: 2rem;
	position: relative;
	height: 90vh;
}

/* Close */
.asp-overlay-close {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
	padding: 0;
	height: auto;
	line-height: 1em;
}

/* Show input only in overlay */
#asp-search-overlay #ajaxsearchpro1_1 .proinput {
  display: block;
}

body #ajaxsearchpro1_1, body #ajaxsearchpro1_2, body div.asp_m.asp_m_1{
  background: var(--mint) !important;
}

/* Input text */
body #ajaxsearchpro1_1 .probox .proinput input.orig,
body #ajaxsearchpro1_2 .probox .proinput input.orig,
body div.asp_m.asp_m_1 .probox .proinput input.orig {
  color: var(--default);
  font-family: var(--body-font);
}

/* Placeholder text */
body #ajaxsearchpro1_1 .probox .proinput input.orig::placeholder,
body #ajaxsearchpro1_2 .probox .proinput input.orig::placeholder,
body div.asp_m.asp_m_1 .probox .proinput input.orig::placeholder {
  color: var(--default);
  font-family: var(--body-font);
  opacity: 1; /* Firefox fix */
}

/* Safari / older WebKit */
body #ajaxsearchpro1_1 .probox .proinput input.orig::-webkit-input-placeholder,
body #ajaxsearchpro1_2 .probox .proinput input.orig::-webkit-input-placeholder,
body div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
  color: var(--default);
  font-family: var(--body-font);
}

/* Firefox (older) */
body #ajaxsearchpro1_1 .probox .proinput input.orig::-moz-placeholder,
body #ajaxsearchpro1_2 .probox .proinput input.orig::-moz-placeholder,
body div.asp_m.asp_m_1 .probox .proinput input.orig::-moz-placeholder {
  color: var(--default);
  opacity: 1;
}

/* IE / Edge (legacy) */
body #ajaxsearchpro1_1 .probox .proinput input.orig:-ms-input-placeholder,
body #ajaxsearchpro1_2 .probox .proinput input.orig:-ms-input-placeholder,
body div.asp_m.asp_m_1 .probox .proinput input.orig:-ms-input-placeholder {
  color: var(--default);
}

body #ajaxsearchprores1_1.vertical, 
body #ajaxsearchprores1_2.vertical, 
body div.asp_r.asp_r_1.vertical{
  border-color: var(--moss-green);
}
#navigation {
  position: relative;
  padding-right: 0.62rem;
  margin-left: auto;
  z-index: 9;
}
#navigation ul.desktopMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul.desktopMenu > li {
  display: inline-block;
  position: relative;
  margin-left: 1.06rem;
}
#navigation ul.desktopMenu > li.menu-item-has-children {
  padding-right: 0;
}
#navigation ul.desktopMenu > li > a {
  display: block;
  font-family: var(--body-font);
  padding: 3px;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  color: var(--gray);
  font-size: 0.963rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
}

#navigation ul.desktopMenu > li > a > i {
  font-size: 1em;
  display: inline;
  margin-left: 0.2em;
  color: var(--green);
}
#navigation ul.desktopMenu > li > a:hover {
  text-decoration: none;
  color: var(--green);
}
#navigation ul.desktopMenu > li > ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 200px;
  position: absolute;
  right: 0;
  display: none;
  background: var(--mint);
}
#navigation ul.desktopMenu > li > ul > li {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  display: block;
}
#navigation ul.desktopMenu > li > ul > li > a {
  display: block;
  color: var(--gray);
  font-family: var(--body-font);
  padding: 10px 15px;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}
#navigation ul.desktopMenu > li > ul > li:hover > a {
  text-decoration: none;
  color: var(--moss-green);
}

#navigation ul.desktopMenu > li:hover > a,
#navigation ul.desktopMenu > li.current-menu-item > a,
#navigation ul.desktopMenu > li.current-menu-parent > a,
#navigation ul.desktopMenu > li.current_page_parent > a {
  font-weight: 800;
  color: #4a504e;
}

.custom-search-form {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.custom-search-form .search-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #949494;
  font-size: 1.855rem;
  line-height: 1.2em;
  z-index: 3;
}

.custom-search-form .search-field {
  position: absolute;
  top: 100%; /* ↓ place below icon */
  right: 0;
  width: 220px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  display: none; /* important, jQuery will slideDown */
  z-index: 2;
}

/*------------------------------------------------*/
/*----------------------[BANNER]------------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  padding: 1.25rem 0 2.85rem;
  border: 0;
}
#banner .bg-image {
  border-radius: 0;
}
.bannerTitle_h1,
.bannerTitle_h2,
section h2 {
  color: var(--moss-green);
  font-family: var(--header-font);
  font-size: 3.82rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.18em;
  text-transform: uppercase;
  padding-bottom: 0;
}
.bannerTitle_h2 span,
section h2 span,
.bannerTitle_h1 span {
  font-family: var(--alegreya);
  color: #6f8f7a;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.07em;
}
section h2 span {
  font-size: 0.9em;
}
.bannerTitle_h2 span::first-letter,
section h2 span::first-letter,
.bannerTitle_h1 span::first-letter {
  font-size: 1.25em;
}

.bannerTitle_h1 {
  font-size: 5.88rem;
}
#banner h4 {
  color: #222;
  font-family: var(--body-font);
  font-size: 1.588rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}
.bannerTxt {
  color: #333;
  font-size: 1.176rem;
  font-weight: 400;
  line-height: 1.55em;
  padding-top: 5px;
}
.bannerTxt p {
  font-size: 1em;
  line-height: 1.55em;
  margin-bottom: 0;
  margin-top: 0.45em;
}
.bannerTxt p a {
  color: #333;
  text-decoration: underline;
}
.bannerTxt p a:hover {
  color: var(--moss-green);
}
.bannerBtns {
  padding-top: 1.25rem;
}

/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
footer {
  position: relative;
  padding: 4rem 0 10rem;
  background: #fff;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
}
#footerLeft {
  width: 50%;
  flex-grow: 1;
}
#footerRight {
  width: 23.5%;
}
#footerBtns {
  display: flex;
  align-items: center;
}
#footerBtns .button {
  margin-right: 12px;
}
#footerWidgets {
  display: flex;
  padding-top: 2rem;
}
#footerWidgets {
  display: flex;
  padding-top: 2.2rem;
}
.footerWidgetArea {
  position: relative;
  padding-right: 4.2rem;
}
.footerWidgetArea .widget-container {
  padding-bottom: 1.75rem;
  position: relative;
}
.footerWidgetArea .widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerWidgetArea .widget_nav_menu ul.menu > li {
  color: #505050;
  font-family: var(--header-font);
  font-size: 1.647rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}
.footerWidgetArea .widget_nav_menu ul.menu > li > a {
  color: #505050;
}
.footerWidgetArea .widget_nav_menu ul.menu > li > a:hover,
.footerWidgetArea .widget_nav_menu ul.menu > li > ul > li > a:hover {
  color: var(--moss-green);
  text-decoration: none;
}
.footerWidgetArea .widget_nav_menu ul.menu > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerWidgetArea .widget_nav_menu ul.menu > li > ul > li {
  color: #595959;

  font-family: var(--body-font);
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.44em;
  padding-top: 0.65em;
  padding-bottom: 0.1em;
}
.footerWidgetArea .widget_nav_menu ul.menu > li > ul > li > a {
  color: #595959;
}
#footerSocial {
  padding-top: 1.8rem;
  color: #333;
  font-size: 1.88rem;
  line-height: 1.2em;
  display: flex;
  align-items: center;
}
#footerSocial > a {
  color: #333;

  margin-right: 2px;
  font-size: 1em;
}
#footerSocial > a:hover {
  color: var(--moss-green);
  text-decoration: none;
}
#footerAddress {
  padding-top: 1.55rem;
  position: relative;
  color: #000;

  font-size: 1.294rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44em;
}
#footerPhone {
  padding-top: 2rem;
  color: var(--green);
  font-size: 1.294rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44em;
}
#footerPhone > a:hover {
  color: var(--moss-green);
  text-decoration: none;
}
#accreditions {
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#accreditions img {
  margin: 2px;
}
#copyright {
  width: 100%;
  padding-top: 4.8rem;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}
#copyright a {
  color: #000;
}
#copyright a:hover {
  color: var(--moss-green);
  text-decoration: none;
}
#copyrightTxt {
  max-width: 807px;
}
/*------------------------------------------------*/
/*------------------------[HOME]------------------*/
/*------------------------------------------------*/
#page-home #banner {
  position: relative;
  padding: 1.15rem 0 2rem;
  background: #fff;
}

#page-home .banner-bottom {
  position: relative;
  padding-top: 27rem;
  margin-top: calc(var(--line-height-desktop) / -2);
}
#page-home .banner-top {
  position: relative;
  z-index: 9;
}
#page-home .banner-bottom .bg-image {
  width: 100%;
  height: 27rem;
}
#page-home .banner-bottom .bg-image::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
	z-index: 9;
}
#page-home .banner-top .container::after {
  width: 150px;
  height: 150px;
  background-image: url(images/badge_38_years.svg);
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  bottom: -48px;
}

#page-home .bannerSubTitle {
  font-size: 26px;
  font-weight: 300;
}
#exclusive-distributor {
  padding: 1.1rem 0 1.1rem;
  position: relative;
  background: #fff;
}
#exclusive-distributor .container {
  max-width: 100%;
  padding: 0;
}

@keyframes logoslides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logo_wrapper {
  padding-top: 0px;
  position: relative;
}

.logos {
  overflow: hidden;
  padding-top: 1rem;
  white-space: nowrap;
  position: relative;
}

.logo_items {
  display: inline-block;
  animation: 35s logoslides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  max-height: 115px; /* Do NOT exceed 115px */
  height: auto; /* Preserve aspect ratio */
  width: auto; /* Prevent unwanted stretching */
  object-fit: contain; /* Ensures no cropping or distortion */
  margin: 0 2rem;
  vertical-align: middle; /* Helps maintain even alignment */
}

#home-grow-greener {
  padding: 2.4rem 0 10px;
  position: relative;
  background: #fff;
}
#home-crafted-purpose {
  padding: 2.9rem 0 2.2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%),
    var(--mint);
}
#home-crafted-purpose h2 {
  line-height: 0.95em;
}
section.justify-content-end,
section.justify-content-start {
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}
section.justify-content-end .bg-image {
  width: 46.2%;
  border-radius: 0 1.41rem 1.41rem 0;
  overflow: hidden;
}
section.justify-content-start .bg-image {
  width: 46.2%;
  border-radius: 1.41rem 0 0 1.41rem;
  overflow: hidden;
  left: inherit;
  right: 0;
}
#home-greenhouses {
  border-top: solid 5px transparent;
  border-bottom: solid 10px transparent;
  position: relative;
  padding: 3.25rem 0 3.05rem;

  background: var(--mint);
}
#home-garden-room-structure {
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  position: relative;
  padding: 5.15rem 0 2.85rem;

  background: var(--mint);
}
#home-yard-garden {
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  position: relative;
  padding: 3.95rem 0 4.37rem;

  background: var(--mint);
}
#home-greenhouse-accessories {
  border-top: solid 55px transparent;
  border-bottom: solid 20px transparent;
  position: relative;
  padding: 5rem 0;

  background: var(--mint);
}
#home-browse-products-btn {
  padding: 3rem 0 4.9rem;
  position: relative;
  background: var(--mint);
}
#home-testimonials {
  position: relative;
  padding: 4.35rem 0 5.5rem;

  background: #fff;
}
#home-testimonials h2 {
  line-height: 1.1em;
}
#home-testimonials h2 span {
  letter-spacing: 0;
}
.testimonialImg.inlineMedia {
  width: 100%;
  height: 100%;
  margin-top: 8px;
  max-height: 318px;
}
.testimonialImg.inlineMedia .bg-image {
  width: 100%;
}

/* 1. The main container */
.video-placeholder {
  position: relative;
  cursor: pointer;
  max-width: 100%;
  transition: transform 0.2s ease;
  height: 100%;
}

.video-placeholder:hover {
  transform: scale(1.02);
}

.video-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

/* 3. The CSS-only play button (circle + triangle) */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

/* The triangle inside the circle */
.play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%; /* Positioned slightly to the right to center the triangle */
  transform: translate(-50%, -50%);

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px; /* Creates the triangle shape */
  border-color: transparent transparent transparent #ffffff;
}

/* Hover effect for the play button */
.video-placeholder:hover .play-button {
  background-color: rgba(255, 0, 0, 0.8); /* YouTube Red */
}

/* 4. CSS for the responsive iframe wrapper (16:9 aspect ratio) */
.video-responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio ( (9 / 16) * 100 ) */
  height: 0;
  overflow: hidden;
}

.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#testimonialPosts {
  position: relative;
}
#testimonialPosts ul.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rating-stars {
  display: flex;
  align-items: center;
}
.rating-stars i {
  color: var(--green);
  font-size: 3.05rem;
  line-height: 1.35em;
  margin-right: 0.1em;
}
.testimonialTxt {
  color: #333;
  font-size: 1.529rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.35em;
  padding-top: 1em;
  letter-spacing: 0.02em;
}
.testimonialTxt > p {
  display: inline;
}
.flex-control-paging {
  margin: 0;
  padding: 1.5rem 0 0 0;
  list-style: none;
  display: flex;
}
.flex-control-paging > li {
  margin-right: 8px;
}
.flex-control-paging > li > a {
  display: block;
  text-indent: -9999px;
  width: 72px;
  height: 15px;
  border-radius: 40px;
  background: #dbdbdb;
  cursor: pointer;
}
.flex-control-paging > li > a.flex-active {
  background: #588554;
}
#home-quality-craft {
  position: relative;
  padding: 4rem 0 4.3rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 72.73%, #fff 100%),
    #d8e2dc;
}
#home-quality-craft h2 {
  font-size: 3.5rem;
  padding-top: 3.1rem;
  color: var(--forest);
}
#home-quality-craft h2 span {
  color: var(--forest);
}
.entries-row {
  margin: 0 -10px;
}
.entries-row .col {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 37px;
}
.craft-row .col .entry {
  height: 100%;
}
.entries-row .entry {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.entry {
  position: relative;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.entryMeta {
  width: 60%;
  padding: 2.74rem 1.7rem;
  flex-grow: 1;
}
.entryImg {
  width: 35%;
  position: relative;
}
.entryImg .bg-image {
  width: 100%;
  left: inherit;
  right: 0;
  position: relative;
}
.entryImg .bg-image img {
  object-fit: contain;
}
.entry-title {
  color: var(--moss-green);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.2em;
}
.entry-title a {
  color: var(--moss-green);
}
.quality-row {
  position: relative;
  margin: 0 -12px;
}
.quality-row .col {
  padding-top: 2.5rem;
  padding-left: 12px;
  padding-right: 12px;
}
.quality-tile {
  padding: 0.85rem 1.6rem;

  position: relative;
  height: 100%;
}
.quality-tile-in {
  padding-bottom: 46px;
  position: relative;
  height: 100%;
}
.quality-tile h3 {
  text-align: center;
  padding-bottom: 0.45em;
  line-height: 1.05em;
}
.quality-tile .button {
  margin-top: 1rem;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#home-about,
#home-easy-reach,
#home-visit-austin {
  border-top-width: 60px;
  border-bottom-width: 78px;
  padding: 2.35rem 0 5px;
  background: #fff;
}
#home-about .bg-image,
#home-visit-austin .bg-image {
  width: 49.3%;
}
#home-easy-reach .bg-image img{
  object-position: top center;
}
#home-about .sectionTxtBx,
#home-easy-reach .sectionTxtBx {
  max-width: 565px;
}
#home-easy-reach {
  position: relative;
  padding: 0px 0 5px;
  border-bottom-width: 5px;
}
#home-easy-reach .sectionTxtBx {
  margin-left: auto;
}
#home-visit-austin {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 70px;
}
/*------------------------------------------------*/
/*-------------------[RETAILERS]------------------*/
/*------------------------------------------------*/
#page-retailers {
  position: relative;
}
#retail-locations {
  padding: 2.9rem 0 3.92rem;
  position: relative;
  background: var(--mint);
}
#retail-partners {
  padding: 3rem 0 3.25rem;
  position: relative;
  background: #fff;
}
.retailers-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.retailers-row .col {
  padding-top: 2rem;
  padding-bottom: 2.3rem;
}
.retailerTile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.retailerLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 260px;
  max-height: 100px;
}
.icon-selection {
  position: absolute;
  right: -2%;
  top: 0;
}
#retailer-locations {
  align-items: inherit;
}
#retailer-locations .col {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
#retailer-locations .retailerTile {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
  padding: 21px;
  display: block;
  text-align: center;
}

#retailer-locations .retailerLogo {
  min-height: 185px;
  max-height: 185px; /* ensure container height is fixed */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* prevents image from leaking out */
}

#retailer-locations .retailerLogo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.retailerAddress {
  font-size: 1.058rem;

  font-style: normal;
  font-weight: 400;
  line-height: 1.55em;
  padding-top: 10px;
  padding-bottom: 13px;
}
#join-mailing-list {
  padding: 5.8rem 0 6.25rem;
  position: relative;

  background: var(--mint);
}
#join-mailing-list h2,
#product-retailers h2 {
  font-size: 3.54rem;
  font-weight: 700;
  text-shadow: none;
  padding-bottom: 0.4em;
}

#join-mailing-list form {
  padding-top: 5px;
  max-width: 470px;
  margin-left: auto;
}
#join-mailing-list form .button {
  width: 100%;
  display: block;
}

/*------------------------------------------------*/
/*-----------------[PARTNER PORTAL]---------------*/
/*------------------------------------------------*/

#page-partner-portal #banner {
  position: relative;

  padding: 2.25rem 0 15px;
}
#page-partner-portal #banner .bannerTxt {
  padding-top: 1em;
}
#page-partner-portal #banner .bannerTxt a {
  color: var(--green);
  text-decoration: none;
  font-weight: 700;
}
#partner-portal-downloads {
  padding: 2px 0 2.9rem;

  position: relative;
  background: #fff;
}
ul.downloadList {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.downloadList > li {
  display: flex;
  align-items: center;
  padding: 1.125rem 0;
  border-bottom: solid 1px #ccc;
}
ul.downloadList > li .entry-title {
  margin-right: auto;
  padding-bottom: 0;
}

.download-timestap {
  padding-right: 0.8rem;
  color: #333;
  text-align: right;
  font-size: 1.058rem;
  line-height: 1.35em;
  letter-spacing: 0.02em;
}

#partner-media-kits {
  padding: 3.2rem 0 1.2rem;
  position: relative;
  background: #d8e2dc;
}
.heading-bar h3 {
  margin-right: 3.3rem;
  padding-bottom: 0.2em;
}

.heading-bar {
  display: flex;
  align-items: center;
  padding-bottom: 1.1rem;
}
.mediaKitNote {
  display: flex;
  padding: 0.5rem 0.95rem;
  border-radius: 8px;
  border: 2px solid #44956e;
  color: var(--forest);

  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.95rem;
}
.mediaKitNote i {
  color: #44956e;
  font-size: 2.166em;
  margin-top: 0.1em;
}
.mediaKitNote span {
  padding-left: 7px;
  max-width: 1060px;
  letter-spacing: 0.004em;
}
#mediakits-row {
  position: relative;
  margin: 0 -18px;
}
#mediakits-row .col {
  padding-bottom: 35px;
  padding-left: 18px;
  padding-right: 18px;
}
.mediaCategoryName {
  color: var(--moss-green);
  line-height: 1em;
  font-weight: 700;
  font-size: 1.94rem;
  padding-top: 0.45em;
  padding-bottom: 5px;
  padding-bottom: 0.2em;
}

.mediakit-entry.entry {
  display: block;
}

.mediaKitHeader {
  text-align: center;
  padding: 0.9rem 1.5rem;
  border-bottom: solid 1px #ccc;
}
.mediaKitCatLogo {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mediaKitCatLogo img {
  max-height: 90px;
  width: auto;
}
.mediakitItems {
  padding: 1.1rem 20px 2rem;
  text-align: center;
  color: var(--moss-green);
  font-family: var(--header-font);
  font-size: 1.117rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}
.mediakitItems a {
  color: var(--moss-green);
  text-decoration: none;
}
.mediakitItems a:hover {
  color: #000;
  text-decoration: underline;
}
.mediakitItems p,
.mediakitItems ul {
  margin: 0;
  font-size: 1em;
  padding: 0;
  list-style: none;
}
.mediakitItems ul li {
  padding: 0.35em 0;
}
/*------------------------------------------------*/
/*-----------------[PRODUCT DETAIL]---------------*/
/*------------------------------------------------*/
.single-ptype_products #banner {
  position: relative;
  padding: 5.4rem 0 5.6rem;
  background: #fff;
}
#bannerImgs {
  width: 51.25%;
  right: 0;
  top: 0;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
#bannerImgs:before {
  content: "";
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    272deg,
    rgba(255, 255, 255, 0) 69.66%,
    rgba(255, 255, 255, 0.83) 83.55%,
    #fff 95.93%
  );
}
#bannerImgs ul.slides {
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
}
#bannerImgs ul.slides > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#bannerImgs .flex-control-paging {
  position: absolute;
  z-index: 99;
  right: 10px;
  bottom: 20px;
}
.backBtn .button {
  font-size: 1.058rem;
  font-weight: 700;
  text-transform: capitalize;
}
.backBtn {
  padding-bottom: 0.9em;
}
.single-ptype_products #banner .bannerTitle_h2 {
  line-height: 1em;
}
.single-brand {
  padding-top: 0.9rem;
  color: #222;
  font-family: var(--body-font);
  font-size: 1.588rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}
.single-brand a {
  font-weight: 700;
  color: #528452;
}
.single-ptype_products #banner .bannerTxt {
  padding-top: 0.55rem;
}
.bannerCTA {
  position: relative;
  padding-top: 1.7rem;
}
.bannerCTA p {
  margin: 0;
  color: var(--forest);
  font-family: var(--header-font);
  font-size: 1.058rem;
  font-weight: 900;
  line-height: 1.08em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.bannerCTA p img {
  vertical-align: middle;
  margin-right: 0.2em;
}
.content-title,
#product-retailers .content-title {
  color: var(--forest);
  font-family: var(--alegreya);
  font-size: 2.588rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0.57em;
}
.content-title.big,
#product-retailers .content-title.big {
  font-size: 2.82rem;

  text-transform: none;
}
.single-ptype_products main {
  padding: 4.05rem 0 3.3rem;
  background: #fff;
}
#product-detail-nav {
  padding: 28px 0;
  color: #fff;
  background: #44956e;
}
#product-detail-nav .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#product-detail-nav .container span {
  font-size: 1.176rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  padding-right: 1.15rem;
}
#product-nav-btns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 50%;
	flex-grow: 1;
	gap: 5px;
}
#product-nav-btns .button {
  font-family: var(--body-font);
  font-size: 1.058rem;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #fff;
  height: 38px;
  line-height: 36px;
  text-transform: none;
  padding: 0 0.86em;
  margin: 0 2px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
}
.mini-gallery {
  position: relative;
  margin: 0 -9px;
}
.mini-gallery .col {
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 31px;
}
.galleryImg {
  position: relative;
  padding-top: 77.8%;
  border-radius: 16px;
  overflow: hidden;
}
.galleryImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  top: 0;
}
#product-features {
  padding: 5rem 0 5rem;
  position: relative;

  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 88.06%, #fff 100%),
    #d8e2dc;
}
.productKeyFeatures {
  margin: 0 -18px;
}
.productKeyFeatures .col {
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 33px;
}
.featureBox.entry {
  position: relative;
  height: 100%;
}
.featureImg {
  width: 100%;
  height: 215px;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #e3e1e2;
}
.featureImg:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50.23%,
    rgba(0, 0, 0, 0.13) 100%
  );
}
.featureImg img {
  width: 100%;
  height: 100%;
  object-position: center;
  transition: object-fit 0.3s ease;
  object-fit: cover;
}

/* default */
.featureImg img.fit-cover {
  object-fit: cover;
}

/* for smaller images */
.featureImg img.fit-contain {
  object-fit: contain;
}
.featureMeta {
  padding: 1.65rem 1.8rem 2rem;
}
.featureTitle {
  color: var(--forest);

  padding-bottom: 0.25em;
}
.featureSummary {
  font-size: 1.058rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55em;
}
.lightbox {
  display: none;
}
.lightbox.fancybox-content {
  max-width: 1000px;
}
.featureInfoBtn {
  padding-top: 1rem;
}
#product-specifications-accessories {
  padding: 2.75rem 0 8px;
  background: #fff;
}

#product-specifications {
  padding: 1.7rem 0;
  position: relative;
}
#product-accessories {
  padding: 1.7rem 2.15rem 15px;
  position: relative;

  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 39.63%, #fff 104.41%),
    #d8e2dc;
}
#product-specifications .content-title,
#product-accessories .content-title {
  padding-bottom: 0.72em;
}
.specItem {
  padding-top: 1.15rem;
  position: relative;
}
.specItem h4 {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0.6em;
  padding-bottom: 0.55em;
  color: var(--moss-green);
}
.specItem p {
  line-height: 1.33em;
}
.accessoryItem h4 {
  padding-bottom: 0.55em;
  color: var(--moss-green);
}
.accessoryItem ul {
  line-height: 1.55em;
}

.accessoryItem {
  padding-bottom: 0.65rem;
}

#product-gallery {
  padding: 1.4rem 0 3.78rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 72.73%, #fff 100%),
    #d8e2dc;
}

#product-gallery .content-title {
  padding-bottom: 0.35em;
}
#product-gallery .content-title + p {
  color: #7b7b7b;
}

.full-gallery {
  position: relative;
  justify-content: center;
  margin: 0 -17px;
}
.full-gallery .col {
  padding-top: 1.9rem;
  padding-left: 17px;
  padding-right: 17px;
}

#product-faqs {
  position: relative;
  padding: 2.9rem 0 3.17rem;
  background: #d8e2dc;
}

/*------------------------------------------------*/
/*------------------------[FAQs]------------------*/
/*------------------------------------------------*/
#faqsBlock {
  position: relative;
}
.faqCategory {
  position: relative;
  margin-top: 1.3rem;
}
.faqCategory .faqBx {
  border-radius: 0.9411rem;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
  padding: 1.55rem 1.85rem 1.68rem;
  margin-bottom: 1.45rem;
}
.faqCategory .faqBx .faqQ {
  color: var(--moss-green);
  font-family: var(--header-font);
  font-size: 1.88rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  padding-left: 2.3em;
  padding-bottom: 0.25em;
  padding-top: 0.1em;
}
.faqCategory .faqBx .faqQ::before {
  content: "+";
  width: 2.7em;
  height: 2.7em;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px solid #44956e;
  font-size: 0.5em;
  position: absolute;
  left: 0;
}
.faqCategory .faqBx .faqQ a {
  color: var(--moss-green);
}
.faqCategory .faqBx .faqQ a:hover {
  color: var(--green);
  text-decoration: none;
}
.faqCategory .faqBx .faqQ.active-faq:before {
  background: #44956e;
  content: "-";
  color: #fff;
}
.faqCategory .faqBx .faqA {
  position: relative;
  padding-top: 0.85rem;
  padding-bottom: 1.15em;
  padding-left: 4.3rem;
}
.faqCategory .faqBx .faqA p:last-child {
  margin-bottom: 0;
}
#product-resources {
  padding: 4.65rem 0 4.55rem;
  position: relative;
  background: #fff;
}
.resources-list {
  margin: 0;
  padding: 0.55rem 0 0 0;
  list-style: none;
}
.resources-list li {
  border-bottom: solid 1px #ccc;
  display: flex;
  padding: 1.625em 0;
}
.resources-list li i {
  color: #6f8f7a;
  text-align: center;
  font-size: 1.411rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2em;
}
.resources-list li h4 {
  color: var(--moss-green);
  padding-bottom: 0;
}
.resources-list li h4 a {
  color: var(--moss-green);
  text-decoration: none;
}
.resources-list li h4 a:hover {
  color: var(--green);
}
.res-icon {
  width: 3.35rem;
  position: relative;
}
.res-content {
  width: 30%;
  flex-grow: 1;
}
#product-testimonials {
  position: relative;
  padding: 4.65rem 0 5.25rem;
  background: #d8e2dc;
}
#product-testimonials .container {
  max-width: 840px;
}
#product-testimonials .testimonialBx {
  margin-top: 11px;

  text-align: center;
  padding: 2.15rem 4.5rem 4rem;
  position: relative;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
#product-testimonials .rating-stars {
  justify-content: center;
}
#product-testimonials .flex-control-paging {
  justify-content: center;
  padding-top: 2.75rem;
}

#product-testimonials .flex-control-paging > li > a {
  background: #fff;
}
#product-testimonials .flex-control-paging > li > a.flex-active {
  background: #588554;
}

#product-retailers {
  padding: 4.45rem 0 3.3rem;
  position: relative;
  background: #fff;
}
#product-retailers p.font24 {
  line-height: 1.35em !important;
}
#product-retailers .button {
  margin-top: 0.88em;
}

/*------------------------------------------------*/
/*-------------------[CATEGORY PAGE]--------------*/
/*------------------------------------------------*/
#archive-product-category #banner {
  position: relative;
  padding: 4.4rem 0 4.28rem;
  background: #fff;
}
#archive-product-category #banner .bg-image {
  width: 48.75%;
}
#archive-product-category #banner .bg-image:before,
#single-blog #banner .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(
      272deg,
      rgba(255, 255, 255, 0) 69.69%,
      rgba(255, 255, 255, 0.83) 83.56%,
      #fff 95.93%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 70.1%, #fff 100%);
}

#archive-product-category #banner .bannerTitle_h2,
#page-assembly-instructions #banner .bannerTitle_h2 {
  line-height: 1em;
}
#archive-product-category #banner .bannerSubTitle {
  color: #222;
  padding-top: 0.45em;
  padding-bottom: 0.1em;
}
#archive-product-category #banner h5 {
  text-transform: capitalize;
  padding-top: 1.1em;
  font-weight: 800;
}

#product-category-nav {
  position: relative;
}
#product-category-nav ul {
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#product-category-nav ul li {
  margin: 10px 6px 3px;
}
#archive-product-category #banner .bannerBtns {
  padding-top: 1.5rem;
}
.term-section-head {
  position: relative;
  padding: 4.65rem 0 3.7rem;
  border-style: solid;
  border-color: transparent;
  border-top-width: 24px;
  border-bottom-width: 24px;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.term-section-body {
  position: relative;
  border-style: solid;
  border-color: transparent;
  border-top-width: 24px;
  border-bottom-width: 0px;
}
#child-sections section.justify-content-end,
#child-sections section.justify-content-start {
  border: none;

  padding: 0;
}
#child-sections section h3 {
  padding-bottom: 0.25em;
}
.term-description p {
  margin-bottom: 0.46em;
}

#child-sections section.justify-content-start .bg-image {
  width: 48.75%;
}

.product-tiles {
  padding-top: 2px;
}
.product-tiles .col {
  padding-bottom: 45px;
}
.productTile.entry {
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  align-items: center;
}
.productTileImg {
  width: 47%;
  position: relative;
  height: 100%;
}
.productTileImg .bg-image {
  width: 100% !important;
  border-radius: 1rem !important;
}
.productTileMeta {
  width: 50%;
  flex-grow: 1;
  padding: 1.55rem 15px 1.55rem 1.8rem;
}

section h4.productTile-title {
  color: var(--moss-green);
  font-size: 1.88rem;
  line-height: 1em;
  padding-bottom: 0;
  margin-right: 8px;
}
section h4.productTile-title a {
  color: var(--moss-green);
  text-decoration: none;
}
section h4.productTile-title a:hover {
  color: var(--green);
  text-decoration: none;
}
.category-brand {
  color: #000;
  font-size: 1.058rem;
  line-height: 1.55em;
}
.category-brand a {
  font-weight: 700;
  color: #528452;
}
.category-brand a:hover {
  color: #000;
  text-decoration: none;
}

.category-shape-sizes {
  display: flex;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
  row-gap: 0.5em; /* top + bottom spacing */
  column-gap: 0.9em; /* left + right spacing */
}
.category-shape {
  color: #000;

  font-size: 0.94rem;
  font-style: normal;
  font-weight: 400;
  height: 29px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0 0.45em;
}
.category-sizes {
  color: #000;

  font-size: 1.0588rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55em;
}
.productTile-btn {
  padding-top: 1rem;
  margin-bottom: 4px;
}

#child-sections {
  position: relative;
  padding-bottom: 12px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 96.85%, #fff 100%),
    #d8e2dc;
}
#category-design-greenhouse {
  padding: 3.65rem 0 2.84rem;
  position: relative;
  background: #fff;
}
#category-design-greenhouse .bg-image {
  left: inherit;
  right: 0;
  width: 53.3%;
}
#category-design-greenhouse .bg-image:before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 73.05%, #fff 100%);
}

/*------------------------------------------------*/
/*-------------[ASSEMBLY INSTRUCTIONS]------------*/
/*------------------------------------------------*/
.bannerLogo {
  margin-bottom: 15px;
}
.single-ptype_instructions .bannerTitle_h2 {
  line-height: 1em;
}
#page-assembly-instructions #banner {
  position: relative;
  padding: 5rem 0 3.73rem;
  background: #fff;
}
.single-ptype_instructions #banner {
  position: relative;
  padding: 4.7rem 0 5.78rem;
  background: #fff;
}
#page-assembly-instructions #banner .bg-image,
.single-ptype_instructions #banner .bg-image {
  width: 51.25%;
  left: inherit;
  right: 0;
}
#page-assembly-instructions #banner .bg-image:before,
.single-ptype_instructions #banner .bg-image:before {
  background: linear-gradient(
    272deg,
    rgba(255, 255, 255, 0) 69.66%,
    rgba(255, 255, 255, 0.83) 83.55%,
    #fff 95.93%
  );
}
#page-assembly-instructions #banner .bannerSubTitle {
  padding-top: 0.7em;
  color: #222;

  padding-bottom: 0.4em;
}
#page-assembly-instructions #banner .bannerTxt p a,
.single-ptype_instructions #banner .bannerTxt p a {
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
}

#page-assembly-instructions #banner .bannerBtns {
  padding-top: 0.9rem;
}

#assembly-instructions-search {
  padding: 20px 0;
  position: relative;
  color: #fff;
  background: var(--green);
}

#assembly-search-bx {
  display: flex;
  align-items: center;
}
#assembly-search {
  position: relative;
  width: 488px;
  max-width: 100%;
  border-radius: 6px;
  line-height: var(--line-height-desktop);
  height: var(--line-height-desktop);
  margin-left: 2rem;
}
#assembly-instructions-brands {
  padding: 2.9rem 0 3px;
  position: relative;
  background: var(--mint);
}
#instructions-product-section h3.text-alegreya {
  padding-bottom: 0.85em;
}
#instructions-product-section {
  padding: 3.35rem 0 1px;
  position: relative;
  background: var(--mint);
}
.view-all-btn {
  padding-top: 0;
}
.view-all-btn a {
  font-size: 1.176rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55em;
}
.instruction-btns {
  padding-top: 1rem;
}
.instruction-btns .button {
  margin-bottom: 0.95rem;
}

.product-cat-section {
  position: relative;
  padding-bottom: 1.6rem;
}
.assembliesBlock {
  padding-bottom: 1.85rem;
}
.assemblies-row {
  padding-top: 11px;
  position: relative;
}
.assemblies-row .col {
  padding-bottom: 40px;
}
.assemblyBx.entry {
  padding: 1.5rem;
  height: 100%;
}
.assembly-term-head {
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
}
.assembly-logo {
  width: 47%;
  height: 100px;
  padding-right: 4%;
}
.assembly-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.assembly-title {
  color: var(--moss-green);
  width: 50%;
  flex-grow: 1;
  font-size: 1.529rem;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1em;
}
.assembly-title a {
  color: var(--moss-green);
  text-decoration: none;
}
.assembly-title a:hover {
  color: var(--green);
  text-decoration: none;
}

.assembly-term-body {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 15px;
}
.assemblyBx.entry.withoutImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.assemblyBx.withoutImg .assembly-title {
  font-size: 1.647rem;
  text-align: center;
  padding-top: 0.35em;
  padding-bottom: 0.2em;
}

/*------------------------------------------------*/
/*------------------------[BLOG]------------------*/
/*------------------------------------------------*/
#page-blog #banner {
  padding: 4.3rem 0 0;
  position: relative;
  background: #fff;
}
#page-blog .bannerTitle_h2 {
  text-transform: capitalize;
}
#page-blog .bannerTxt {
  padding-top: 0;
}
#blog-categories {
  position: relative;
  padding-top: 1.5rem;
}
.category-list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.category-list li {
  margin: 5px;
}
.category-list .button {
  text-transform: none;
  font-size: 1.058rem;
  letter-spacing: 0;
  padding: 0 1.32em;
}
#page-blog main {
  padding: 3.3rem 0 2px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 96.85%, #fff 100%),
    #d8e2dc;
}
#blogposts {
  position: relative;
  margin: 0 -18px;
}
#blogposts .col {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 3rem;
}
#blogposts .entry {
  position: relative;
  padding-bottom: 6.7rem;
  height: 100%;
}
#blogposts .entry-img {
  height: 251px;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
#blogposts .entry-img .bg-image {
  width: 100%;
  height: 100%;
}
#blogposts .entry-img .bg-image img {
  transition: transform 0.4s ease;
}
#blogposts .entry-img .bg-image:hover img {
  transform: scale(1.05);
}
.linkOver {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
#blogposts .entry-summary {
  padding: 1.75rem 2.5rem 1.75rem;
  position: relative;
}
#blogposts .entry-summary.withoutImg {
  padding-top: 2.74rem;
}
.post-summary {
  padding-top: 0.85rem;
  color: #333;
  font-size: 1.058rem;
  line-height: 1.35em;
}
.post-title {
  color: var(--moss-green);
  font-size: 1.588rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.5em;
}
.post-title a {
  color: var(--moss-green);
}
.post-title a:hover {
  color: var(--green);
  text-decoration: none;
}
.post-author {
  color: #222;
  font-family: var(--body-font);
  font-size: 1.058rem;
  font-weight: 500;
  line-height: 1.2em;
}
.post-author a {
  color: #528452;
  font-weight: 700;
}
.entry-btns {
  position: absolute;
  bottom: 2.3rem;
  width: 100%;
  padding: 0 2.5rem;
}
.post-btn {
  padding-bottom: 8px;
}
.post-categories {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.post-categories a {
  margin: 10px 10px 0 0;
  color: #000;

  height: 29px;
  line-height: 27px;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 0.94rem;
  font-weight: 400;
  padding: 0 9px;
}

#paginationWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}
#paginationWrapper .page-item {
  width: 142px;
}
#paginationWrapper .page-item .button {
  width: 100%;
  padding: 0 10px;
}
#paginationWrapper .page-item .button i {
  font-size: 0.7em;
}
.wp-pagenavi {
  position: relative;
  margin: 0px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: var(--green);
  font-size: 1.411rem;
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-mobile);
  width: var(--line-height-mobile);
  text-align: center;
  margin: 0 6px;
  background: #fff;
  border-radius: 7px;
}
.wp-pagenavi span.current {
  background: var(--green);
  color: #fff;
}

#single-blog #banner {
  padding: 3.7rem 0 2.55rem;
  background: #fff;
}
#single-blog #banner .bg-image {
  width: 51.25%;
}
#single-blog #banner h2 {
  color: var(--moss-green);
  font-size: 3.47rem;
  font-weight: 900;
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 0.25em;
}
#banner h4.post-author {
  padding-bottom: 0.2em;
}
#banner .post-categories {
  padding-top: 6px;
}
.breadcrumb {
  color: #595959;
  font-family: var(--body-font);
  font-size: 1.176rem;
  font-weight: 600;
  line-height: 1.35em;
  display: flex;
  align-items: center;
}
.breadcrumb i {
  font-size: 1rem;
  line-height: 1em;
  margin: 0 0.75em 0 0.55em;
}
.breadcrumb a {
  color: #595959;
}
.breadcrumb a:hover {
  color: var(--moss-green);
  text-decoration: none;
}
#single-blog main,
main.page-main {
  padding-bottom: 5px;
  background: var(--mint);
}
#single-blog main .container,
main.page-main .container {
  max-width: 940px;
}
.entry.single-entry,
main.page-main .entry {
  position: relative;
  padding: 2.35rem 2.9rem;
}
.entry.single-entry h2,
.entry.single-entry h3,
.entry.single-entry h4,
.entry.single-entry h5 {
  color: var(--moss-green);
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 0.5em;
}
.entry.single-entry h2 {
  font-size: 1.94rem;
}
.entry.single-entry h3 {
  font-size: 1.64rem;
}
.entry.single-entry h4 {
  font-size: 1.41rem;
}
.entry.single-entry h5 {
  color: #666;
  font-size: 1.176rem;
  padding-bottom: 0.8em;
}
.entry.single-entry {
  color: #000;
  font-size: 1.0588rem;
  font-weight: 400;
  line-height: 1.55em;
}

/*------------------------------------------------*/
/*---------------------[CONTACT]------------------*/
/*------------------------------------------------*/
#section-contact {
  padding: 3.4rem 0 4rem;
  position: relative;
  background: #fff;
}
#section-contact::before {
  content: "";
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 77.79%, #fff 100%),
    #d8e2dc;
  top: inherit;
}
#section-contact p.font20 {
  line-height: 1.55em;
}
.contact-map {
  position: relative;
  border-radius: 2.35rem;
  overflow: hidden;
}
.contact-col {
  max-width: 477px;
  margin: 0 auto;
  text-align: center;
}
.contact-map .button {
  position: absolute;
  bottom: 1.8rem;
  width: 87%;
  left: 0;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.contact-address {
  padding-top: 1.5rem;
  position: relative;
  text-align: center;
}
.contact-address .assembly-title {
  text-align: center;
  width: 100%;
}
#input_2_1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.3rem;
  padding-bottom: 3px;
}
#input_2_1 .gchoice {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-top: 11px;
}
.contact-form .gform_fields > .gfield {
  padding-bottom: 20px;
}

#section-meet-staff {
  padding: 2.9rem 0 2.2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%),
    var(--mint);
}
#meet-kim-andrew {
  background: var(--mint);
}

.teamTile .productTileImg {
  aspect-ratio: 1/1;
}

#sections-password {
  padding: 2.9rem 0 2.2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%),
    var(--mint);
  text-align: center;
}
#sections-password input[type="password"],
#sections-password input[type="submit"] {
  height: var(--line-height-mobile);
  line-height: calc(var(--line-height-mobile) - 4px);
}

.post-password-form p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px; flex-wrap: wrap;
}

.productTile.entry.accTile {
	display: block;
	padding: 1.5rem;
}
.productTile.entry.accTile .productTileMeta{
  padding: 0;
}
.productTileImgs {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.accTile .productTileImg {
	width: 100%;
	height: auto;
}
.accTile .productTileImg .bg-image{
  position: relative;
}
.accTile .productTileMeta{
  width: 100%;
}

body.tax-accessories_category .term-section-head {
	min-height: auto;
	padding: 1rem 0 0 0;
}
.productTile.entry.accTile .col{
  padding-bottom: 0;
  padding-top: 0;
}

#section-all-gallery-select {
	padding: 1rem 0;
	background: #44956E;
}
#section-all-gallery-select .container{
  display: flex; justify-content: center; align-items: center;
}
#section-all-gallery-select span {
	color: #fff;
	font-size: 1.176rem;
	font-weight: 500;
	margin-right: 1rem;
}
#section-all-gallery-select select{
  width: 488px; max-width: 100%;
  font-size: 1.176rem; color: #666;
}

#section-submit-images {
	background: #44956E;
	position: relative;
}
#section-submit-images .content-title{
color: #fff;
}
#section-submit-images .gform_wrapper{
  max-width: 470px; margin: 0 auto;
}
#section-submit-images .gform_footer .button{
  background: #000; color: #fff; width: 100%;
}


#page-product-gallery .product-gallery img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

#page-product-gallery .product-gallery img[loading="lazy"] {
    opacity: 1;
}