/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html {
    scroll-behavior: smooth;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.625em;
    color: #001900;
}

::-moz-selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0;
    color: #000;
    background: #ccc;
}

.faux-h4 {
    text-align: left;
    font-size: 34px;
    font-weight: bold;
    color: #6b5140;
    margin-bottom: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.mediumwrap {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.miniwrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.row {
    clear: both;
}

@media only screen and (max-width: 1170px){
	.wrap {
		max-width: 900px;
	}
}

@media only screen and (max-width: 980px){
	.wrap,
	.mediumwrap {
		max-width: 700px;
	}
}

@media only screen and (max-width: 768px){
 	.wrap,
	.mediumwrap,
	.miniwrap {
		max-width: 480px;
	}
}

@media only screen and (max-width: 500px){
	.wrap,
	.mediumwrap,
	.miniwrap {
		max-width: 90%;
	}
}

@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;

        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }

    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }

    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }

    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }

    .grid-1:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-1:nth-child(6n) {
        margin-right: 0;
    }

    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }

    .grid-2:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-2:nth-child(3n) {
        margin-right: 0;
    }

    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }

    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }

    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%;
    }

    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }

    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }

    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83.0%;
    }

    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }

    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }

    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }

}

  .list-grid-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}


/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

a {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    text-decoration: none;
}

main a {
    color: #3f9b8f;
    border-bottom: 1px solid;
}

main a:hover {
    color: #ee8d4d;
}

.button {
    font-family: 'Work Sans',sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    padding: 17px 35px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ee8d4d;
    -webkit-box-shadow: 2px 2px 8px -2px rgb(0 0 0 / 40%);
            box-shadow: 2px 2px 8px -2px rgb(0 0 0 / 40%);
	border: none;
	border-radius: 12px;
}

.button + .button {
    margin-top: 5px;
}

.button--secondary {
	background-color: #d57b3f;
	color: #fff;
}

.button:hover,
.button--secondary:hover {
    background-color: #d57b3f;
	color: #fff;
}

.main__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625em;
    display: block;
    margin-bottom: 30px;
}

.main__content p:last-child {
    margin-bottom: 0;
}

.main__content .cursive-title {
    font-family: 'Satisfy', cursive;
    font-size: 22px;
    line-height: 1.5em;
    display: block;
    margin-bottom: 5px;
    color: #467f67;
}

.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4,
.main__content h5,
.main__content .title {
    font-family: 'Work Sans',sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1em;
    display: block;
    margin-bottom: 5px;
    color: #6b5140;
}

.main__content ul,
.main__content ol {
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
}

.main__content ul:last-child,
.main__content ol:last-child,
.main__content ul li:last-child {
    margin-bottom: 0;
}

.main__content ul li {
    font-family: 'Work Sans',sans-serif;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 25px;
    list-style: none;
}

.main__content ul li:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    position: absolute;
    left: 0;
    content: '\f058';
    color: #6b5140;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	align-items
}
.section__resources .flex-row{
	justify-content: center;
}
.flex-row:before,
.flex-row:after {
    display: block;
    clear: both;
    content: '';
}

.flex-col {
    float: left;
}

@media only screen and (max-width: 980px){
	.main__content h1,
	.main__content h2,
	.main__content h3,
	.main__content h4,
	.main__content h5,
	.main__content .title {
		font-size: 30px;
	}

	.main__content .cursive-title {
		font-size: 20px;
	}

	.main__content p,
	body {
		font-size: 15px;
	}
}

@media only screen and (max-width: 500px){
	.button {
		font-size: 15px;
		padding: 15px 30px;
	}
}

/*! Header
//////////////////////////////////////////////*/
.mobile__nav__wrap,
.mobile__button {
	display: none;
}

.top__links .top-link {
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 40px;
    color: #467f67;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__links .top-link:hover {
    color: #ee8d4d;
}

.top__links .top-link > i {
    font-size: 8px;
    line-height: 18px;
    width: 18px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background-color: #467f67;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.top__links .top-link:hover > i {
    background-color: #ee8d4d;	
}

.top__links .top-link > i:before {
    display: block;
}

header .top__links {
    display: block;
    text-align: right;
    padding: 10px 0;	
    position: relative;
    z-index: 1;
}

header .logo__area > a {
    display: block;
    width: 230px;
    margin-top: -43px;
    margin-left: -10px;
    padding: 0 10px;
    background-color: #fff;
}

header .logo__area > a img {
    display: block;
}

.header__nav {
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 16px;
    background-color: #eee9da;
    height: 75px;
}
@media screen and (min-width: 980px) {
  .header__nav .wrap {
    max-width: 1440px;
  }
}

.header__nav .logo__area {
    height: 75px;
}

.header__nav .nav__area {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.header__nav .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav .nav__area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
/*     justify-content: end; */
    margin-right: -20px;
}

.header__nav .nav__area ul > li a {
    font-weight: 700;
    display: block;
    padding: 25px 20px;
    text-transform: uppercase;
    color: #6b5140;
    border-left: 2px solid #fff;
    height: 75px;
}
@media screen and (max-width: 1440px){
	.header__nav .nav__area ul > li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 1260px){
	.header__nav .nav__area ul > li a{
		font-size: 11px;
	}
}
.header__nav .nav__area ul > li:first-child a {
    border-left: 0;
}

.header__nav .nav__area ul > li a:hover,
.header__nav .nav__area ul > .current-menu-item a {
    background-color: #e5ddc6;
}

/* ============================= *\
 * MOBILE MENU
\* ============================= */
.mobile-nav .mobile__button {
    font-size: 20px;
    display: none!important;
    padding: 1.25em 1.75em;
    cursor: pointer;
    text-align: center;
    border-bottom: 7px solid rgba(0,0,0,.3);
    background: #1b1e3a;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav {
    display: none;
}

.mobile-nav .mobile__nav ul li:nth-of-type(1) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(2n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(3n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(4n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(5n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(6n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:last-of-type {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li a,
.mobile-nav .mobile__nav ul li span {
    display: block;
    padding: 1em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav ul li.has-submenu a,
.mobile-nav .mobile__nav ul li.has-submenu span {
    position: relative;
    cursor: pointer;
}

.mobile-nav .mobile__nav ul li.has-submenu a:after,
.mobile-nav .mobile__nav ul li.has-submenu span:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    padding: 0 1px;
    content: '\f105';
    -webkit-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-nav .mobile__nav ul li.has-submenu a.submenu-open:after,
.mobile-nav .mobile__nav ul li.has-submenu span.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.mobile-nav .mobile__nav ul li ul {
    display: none;
    padding-left: 1em;
    background: #545e75; /*rgba(0,0,0,.30)*/
}

.mobile-nav .mobile__nav ul li ul li {
    background: none !important;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li a:after {
    content: none;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li ul {
    padding-left: 0;
}

.mobile__nav__wrap {
    display: none;
}

.mobile__nav__wrap ::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 1170px){
	.header__nav .nav__area ul {
		margin-right: -10px;
	}
}

@media all and (max-width: 980px) {
    .mobile__nav__wrap {
        display: block;
    }

    .mobile__nav ul .menu--catalog a {
        text-transform: uppercase;
        border-bottom: none;
        background-color: #754baa;
    }

    .mobile__nav ul .menu--dealer a {
        text-transform: uppercase;
        border: none;
        background-color: #f05a92;
    }

    .mobile__nav ul .menu--catalog a i,
    .mobile__nav ul .menu--dealer a i {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile__button p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ffc401;
    }

    .mobile__button .mb-line {
        display: -webkit-box;
        height: 4px;
        margin-bottom: 5px;
        border-radius: 50px;
        background-color: #6b5140;
    }

    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
        text-transform: uppercase;
        color: #6b5140;
        display: block;
        line-height: 1em;
    }

}

.mobile__nav {
    position: fixed;
    z-index: -5!important;
    top: 0;
    right: -240px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0);
        -ms-transform: translateZ(0);
        -ms-transform: translateX(0);
            transform: translateZ(0);
            transform: translateX(0);
    background: #eee9da;
    /*-webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    transition: visibility 0s .3s;*/
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    padding: 20px 18px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    background: #6b5140;
}

.mobile__nav .close i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav .close span {
    font-weight: 700;
}

.mobile__nav .close:hover {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.zindex {
    z-index: 99999!important;

    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.visible {
    visibility: visible;
    right: 0;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul {
    font-size: 16px;
    font-weight: 700;
}

.mobile__nav ul li {
    position: relative;
}

.mobile__nav ul li.hidden > a {
    visibility: hidden;
}

.mobile__nav ul li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #6b5140;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile__nav  ul li a:hover {
    opacity: .7;
}

.mobile__nav  ul li.menu-item-has-children a::after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.mobile__nav  ul li a i {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav  ul li a.active i {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mobile__nav  ul li .sub-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -240px;
    overflow: auto;
    width: 239px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background: #eee9da;
}

.mobile__nav  ul li .sub-menu.visible {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

.mobile__nav  ul li .sub-menu li.nav__back a {
    color: #fff;
    background: #7E6D4E;
}

.mobile__nav  ul li .sub-menu li.nav__back a i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav  ul li .sub-menu li a::after,
.mobile__nav  ul li .sub-menu li a::before {
    display: none;
}

.mobile__nav ul .mobile__phone a {
    font-weight: 500;
    border: none;
    background-color: #414c46;
}

.mobile__nav ul .mobile__phone a  i {
    font-size: 15px;
    margin-right: 5px;
}

#page__wrap {
    position: relative;
    z-index: 500;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    overflow-x: hidden;
}

.mobile__contact {
    display: none;
    margin-top: 10px;
    padding: 10px;
}

.mobile__contact .top-link {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    background-color: #467f67;
}

.mobile__contact .top-link .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    text-align: center;
    color: #fff;
    background-color: #2e684f;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile__contact .top-link span:last-child {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7em;
    display: block;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 1170px){
	.header__nav .nav__area ul > li a {
		font-size: 14px;
		line-height: 1em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top__links .top-link {
		font-size: 14px;
	}

	.top__links .top-link {
		font-size: 14px;
		margin-left: 20px;
	}

	.top__links .top-link > i {
		font-size: 7px;
		line-height: 15px;
		width: 15px;
		margin-right: 5px;
	}
}

@media all and (max-width: 980px) {
    .mobile__button, .mobile__nav {
		display: inline-block;
	}
	
	.mobile__button {
		margin-top: 5px;
	}
	
	.header__nav .nav__area nav {
		display: none;
	}

    #page__wrap.active {
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
             -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }

    #page__wrap.fixed {
        z-index: 20;
    }

    #page__wrap > .overlay {
        position: fixed;
        z-index: 10;
        z-index: 101;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
        opacity: 0;
        background-color: rgb(0 0 0 / 50%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }

    #page__wrap > .overlay.is-visible {
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
        /*-webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);*/
        opacity: 1;
    }
}

@media only screen and (max-width: 768px){
	.top__links .top-link > span {
		display: none;
	}

	.top__links .top-link > i {
		font-size: 11px;
		width: 30px;
		line-height: 30px;
		margin: 0;
	}

	.top__links .top-link {
		margin-left: 5px;
	}
}

.header__nav .nav__area ul > li {
    position: relative;
}

.header__nav {
    position: relative;
    z-index: 1000;
}


.header__nav .nav__area ul .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; 
    background-color: #eee9da; 
    padding: 10px 0;
    min-width: 200px;
    z-index: 1100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.header__nav .nav__area ul > li:hover > .sub-menu {
    display: block;
}

.header__nav .nav__area ul .sub-menu li {
    display: block;
}

.header__nav .nav__area ul .sub-menu li a {
    padding: 10px 20px;
    color: #6b5140;
    text-decoration: none;
    background-color: #f5f5f5;
    font-weight: 500;
    text-transform: none;
    display: block;
    white-space: nowrap;
}

.header__nav .nav__area ul .sub-menu li a:hover {
    background-color: #e5ddc6; 
    color: #333;
}

.slider {
    position: relative;
    z-index: 5;
}

.header__nav, .nav__area, .slider-container {
    overflow: visible; 
}




/*! Content Area
//////////////////////////////////////////////*/
.hero__slider .primary-image {
    display: block;
    width: 70%;
    height: 100%;
    padding-right: 10px;
    background-color: #fff;
}

.hero__slider .secondary-image {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #6b5140;
}

.hero__slider {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.hero__slider .slider {
    height: 710px;
}

.hero__slider .slider .slick-list,
.hero__slider .slider .slick-track,
.hero__slider .slider .flex-row {
    height: 100%;
}

.hero__slider .slider .flex-col {
	height: 710px;
}

.hero__slider .primary-image .img-wrap,
.hero__slider .secondary-image .img-wrap {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.hero__slider .primary-image .img-wrap img,
.hero__slider .secondary-image .img-wrap img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.hero__slider .slider-content {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    padding: 45px;
    text-align: center;
    z-index: 2;
}

.hero__slider .slider-content .button {
    margin-top: 25px;
}

.hero__slider .slick-dots {
    padding-top: 15px;
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.hero__slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 0;
}

.hero__slider .slick-dots li:before {
    display: none;
}

.hero__slider .slick-dots li > button {
    font-size: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 0;
    color: transparent;
    border: none;
    border-radius: 100px;
    background-color: #c6b784;
}

.hero__slider .slick-dots .slick-active > button,
.hero__slider .slider-col:nth-child(2) .slick-dots li:nth-child(2) > button,
.hero__slider .slider-col:nth-child(3) .slick-dots li:nth-child(3) > button,
.hero__slider .slider-col:nth-child(4) .slick-dots li:nth-child(4) > button,
.hero__slider .slider-col:nth-child(5) .slick-dots li:nth-child(5) > button,
.hero__slider .slider-col:nth-child(6) .slick-dots li:nth-child(6) > button,
.hero__slider .slider-col:nth-child(7) .slick-dots li:nth-child(7) > button,
.hero__slider .slider-col:nth-child(8) .slick-dots li:nth-child(8) > button,
.hero__slider .slider-col:nth-child(9) .slick-dots li:nth-child(9) > button,
.hero__slider .slider-col:nth-child(10) .slick-dots li:nth-child(10) > button {
    background-color: #fff;
}

.hero__slider .slider-content p {
    font-family: 'Satisfy', cursive;
    font-size: 35px;
    line-height: 1.3em;
    display: block;
    color: #fff;
    text-shadow: 2px 2px 7px rgb(0 0 0 / 60%);
    margin-bottom: 0;
}

.hero__slider .slider-content p strong {
    font-family: 'Work Sans',sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: .85em;
    display: block;
    text-transform: uppercase;
}

.hero__slider .slick-slider {
	overflow: hidden;
	visibility: hidden;
}

.hero__slider .slick-slider.slick-initialized {
	visibility: visible;
}

.hero__slider .slick-slider .slick-slide {
	overflow: hidden;
	visibility: hidden;
}

.hero__slider .slick-slider .slick-slide:first-of-type {
	visibility: visible;
}

.hero__slider .slick-slider.slick-initialized .slick-slide {
	visibility: visible;
}

@media only screen and (max-width: 1366px){
	.hero__slider .slider-content {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 1170px){
	.hero__slider .slider-content p {
		font-size: 30px;
	}

	.hero__slider .slider-content p strong {
		font-size: 60px;
	}
	
	.hero__slider .slider .flex-col,
	.hero__slider .slider {
		height: 550px;
	}
}

@media only screen and (max-width: 980px){
	.hero__slider .secondary-image {
		width: 40%;
	}

	.hero__slider .primary-image {
		width: 60%;
	}
}

@media only screen and (max-width: 768px){
 	.hero__slider .slider .flex-col {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.hero__slider .primary-image .img-wrap {
		background-image: none !important;
	}

	.hero__slider .primary-image .img-wrap img{
		display: block;
	}

	.hero__slider .slider .flex-col,
	.hero__slider .slider {
		height: auto;
	}

	.hero__slider .slider-content {
		position: relative;
		padding: 40px 0;
		max-width: 480px;
		width: 100%;
	}
	
	.hero__slider .secondary-image .img-wrap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.7;
	}

	.hero__slider .slider-content p strong {
		font-size: 50px;
		margin-bottom: 10px;
		display: block;
	}
}

@media only screen and (max-width: 500px){
	.hero__slider .slider-content {
		max-width: 90%;
		padding: 40px 0 30px;
	}
	
	.hero__slider .slider-content p {
		font-size: 25px;
	}

	.hero__slider .slider-content p strong {
		font-size: 40px;
	}
}

.section__guarantee {
    position: relative;
    z-index: 0;
    display: block;
    background-color: #eee9da;
}

.section__guarantee .icon > img {
    display: block;
    height: 38px;
}

.section__guarantee .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section__guarantee .group .grid-2 {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 20px 40px;
    border-right: 2px solid #fff;
}

.section__guarantee .group .grid-2:last-child {
    border-right: none;
	padding-right: 0;
}

.section__guarantee .group .grid-2:first-child {
	padding-left: 0;
}

.section__guarantee .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25em;
    color: #001900;
}

.section__guarantee .content-wrap {
    position: relative;
    z-index: 0;
    display: block;
    padding-left: 54px;
}

.section__guarantee .content-wrap .icon {
    position: absolute;
    left: 0;
    display: block;
}

@media only screen and (max-width: 1170px){
	.section__guarantee .group .grid-2 {
		padding: 20px;
	}
}

@media only screen and (max-width: 768px){
 	.section__guarantee .group .grid-2 {
		width: 100%;
		padding: 20px 0;
		border-right: none;
		border-bottom: 2px solid #fff;
	}

	.section__guarantee .group .grid-2:last-child {
		border-bottom: none;
	}

}

.section__image-content .image-wrap {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-bottom: 20px;
}

.section__image-content .image-wrap img {
    position: relative;
    z-index: 1;
    display: block;
}

.section__image-content .image-wrap:before {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 30px;
    display: block;
    content: '';
    border-right: 10px solid #eee9da;
    border-bottom: 10px solid #eee9da;
    background-color: #fff;
}

.section__image-content {
    position: relative;
    z-index: 0;
    display: block;
    padding: 50px 0;
}

.section__image-content .group .grid-2 {
    width: 30%;
    margin-right: 0;
    margin-bottom: 0;
}

.section__image-content .group .grid-4 {
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 50px;
}

.section__image-content .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__image-content.image-right .flex-row {
        flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.section__image-content.image-right .group .grid-4 {
    padding-right: 50px;
    padding-left: 0;
}

.page-id-11 .section__image-content .flex-row{
	align-items:normal;
}

@media only screen and (max-width: 1170px){
	.section__image-content .group .grid-4 {
		padding-left: 70px;
	}
	
	.section__image-content.image-right .group .grid-4 {
		padding-right: 70px;
		padding-left: 0;
	}
}

@media only screen and (max-width: 980px){
	.section__image-content {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 768px){
 	.section__image-content .group .grid-4 {
		padding-top: 40px;
		padding-left: 0;
	}
	
	.section__image-content.image-right .group .grid-4 {
		padding: 20px;
	}

	.section__image-content .group .grid-2 {
		width: 100%;
	}

	.section__image-content .image-wrap {
		height: 350px;
	}

	.section__image-content .image-wrap img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}

}

.section__parallax-content {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
	margin-bottom: 10px;
}

.section__parallax-content:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    opacity: .15;
    background-color: #fff;
}

.section__parallax-content h1,
.section__parallax-content h2,
.section__parallax-content h3,
.section__parallax-content h4,
.section__parallax-content h5,
.section__parallax-content .title,
.section__distributor .title {
    font-size: 60px;
    font-weight: 900;
    line-height: .9em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 40%);
}

.section__parallax-content .content-wrap p {
    color: #fff;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 40%);
}

.section__parallax-content .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__parallax-content .flex-row > .grid-3 {
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
}

.section__parallax-content .flex-row .content-col {
    padding-right: 95px;
}

.section__parallax-content .flex-row .showcase-col {
    padding-left: 55px;
}

.section__parallax-content .image-showcase {
    display: block;
    width: auto;
    margin: 0 -15px;
}

.section__parallax-content .image-showcase .grid-3 {
    display: block;
    float: left;
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 15px;
}

.section__parallax-content .image-showcase .inner-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
    cursor: pointer;
}

.section__parallax-content .image-showcase .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    background-color: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__parallax-content .image-showcase .content p {
    font-family: 'Satisfy', cursive;
    font-size: 22px;
    line-height: 1em;
    display: block;
    margin-bottom: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    color: #6b5140;
}

.section__parallax-content .image-showcase .content p i {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

.section__parallax-content .image-showcase .inner-wrap:hover .content {
    height: 75px;
}

.section__parallax-content .image-showcase .inner-wrap:hover .content p {
    color: #3f9b8f;
}

.section__parallax-content .image-showcase .link-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
	border: none;
}

.section__parallax-content.content-right .flex-row {
        flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.section__parallax-content.content-right .content-col {
    padding-right: 0;
    padding-left: 95px;
}

.section__parallax-content.content-right .showcase-col {
    padding-right: 55px;
    padding-left: 0;
}

@media only screen and (max-width: 1170px){
	.section__parallax-content {
		padding: 95px 0;
	}

	.section__parallax-content .flex-row .content-col {
		padding-right: 45px;
	}

	.section__parallax-content .flex-row .showcase-col {
		padding-left: 25px;
	}

	.section__parallax-content.content-right .content-col {
		padding-right: 0;
		padding-left: 45px;
	}

	.section__parallax-content.content-right .showcase-col {
		padding-right: 25px;
		padding-left: 0;
	}

	.section__parallax-content h1,
	.section__parallax-content h2,
	.section__parallax-content h3,
	.section__parallax-content h4,
	.section__parallax-content h5,
	.section__parallax-content .title,
	.section__distributor .title {
		font-size: 45px;
	}

	.section__parallax-content .image-showcase .content p {
		font-size: 20px;
	}

	.section__parallax-content .image-showcase .content p i {
		font-size: 14px;
		display: inline-block;
		margin-left: 5px;
	}
}

@media only screen and (max-width: 980px){
	.section__parallax-content .image-showcase .grid-3 {
		padding: 0 5px;
	}

	.section__parallax-content .image-showcase {
		margin: 0 -5px;
	}

	.section__parallax-content .image-showcase .inner-wrap:hover .content {
		height: 60px;
	}

	.section__parallax-content .flex-row .content-col {
		padding-right: 20px;
	}

	.section__parallax-content.content-right .content-col {
		padding-left: 20px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 768px){
 	.section__parallax-content .flex-row > .grid-3 {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.section__parallax-content .flex-row .showcase-col {
		padding-top: 40px;
	}

	.section__parallax-content {
		padding: 75px;
	}

	.section__parallax-content {
		padding: 50px 0;
		background-attachment: scroll;
	}

	.section__parallax-content h1,
	.section__parallax-content h2,
	.section__parallax-content h3,
	.section__parallax-content h4,
	.section__parallax-content h5,
	.section__parallax-content .title,
	.section__distributor .title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 380px){
	.section__parallax-content .image-showcase .content p {
		font-size: 17px;
	}

	.section__parallax-content .image-showcase .content p i {
		font-size: 12px;
	}
}

.section__project-gallery {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 95px 0 40px 0;
    text-align: center;
}

.section__project-gallery .button-wrap {
    display: block;
    padding-top: 30px;
    text-align: center;
}

.section__project-gallery .button-wrap .button {
    margin: 2px;

    -webkit-box-shadow: none;
            box-shadow: none;
}

.project-gallery .flex-row {
    margin: 0 -5px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.project-gallery .flex-row .gallery-col {
    display: block;
    padding: 5px;
}

.project-gallery .gallery-row:nth-child(even) .flex-row {
        flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.project-gallery .gallery-row {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.project-gallery .gallery-row .gallery-title {
    font-family: 'Satisfy', cursive;
    font-size: 22px;
    line-height: 1em;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 0;
    display: block;
    min-width: 250px;
    margin-bottom: 0;
    padding: 13px 30px;
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    color: #6b5140;
    background-color: #fff;
}

.project-gallery .gallery-row .gallery-title i {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

.project-gallery .gallery-row:nth-child(even) .gallery-title {
    right: 0;
    left: auto;
}

.project-gallery {
    display: block;
    padding-top: 20px;
}

.project-gallery .gallery-col > a {
    display: block;
    background-color: #fff;
	border: none;
}

.project-gallery .gallery-col > a > img {
    display: block;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    opacity: 1;
}

.project-gallery .gallery-col > a:hover > img {
    opacity: .6;
}

#our-gallery > .gallery-col {
    display: none;
    height: 355px;	
}

#our-gallery > .gallery-col.show {
    display: block;
    width: 33.33%;
}

#our-gallery > .gallery-col a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}

#our-gallery > .gallery-col a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

#filterBtnContainer > button {
    font-family: 'Satisfy', cursive;
    font-size: 20px;
    display: inline-block;
    padding: 5px 30px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    vertical-align: middle;
    color: #6b5140;
    border: none;
    background-color: #eee9da;
}

#filterBtnContainer {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

#filterBtnContainer > button:hover,
#filterBtnContainer > button.active {
    padding: 7px 30px;
    color: #3f9b8f;
}

@media only screen and (max-width: 1170px){
	.project-gallery .gallery-row .gallery-title {
		font-size: 20px;
		min-width: 200px;
	}
}

@media only screen and (max-width: 980px){
	.section__project-gallery {
		padding: 50px 0;
	}
	
	#our-gallery > .gallery-col {
		height: 230px;
	}
}

@media only screen and (max-width: 768px){
 	.section__project-gallery {
		text-align: left;
	}
	
	.project-gallery .flex-row {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.project-gallery .gallery-row:nth-child(even) .flex-row {
			flex-direction: unset;
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
	}

	.project-gallery .flex-row .gallery-col.col--1 {
		width: 100%;
	}

	.project-gallery .flex-row .gallery-col.col--2,
	.project-gallery .flex-row .gallery-col.col--3 {
		width: 50%;
	}

	.project-gallery .gallery-row .gallery-title {
		right: 0;
		left: auto;
	}

	.project-gallery .gallery-row:nth-child(even) .gallery-title {
		right: auto;
		left: 0;
	}
	
	#filterBtnContainer > button {
		font-size: 17px;
		padding: 5px 20px;
	}

	#filterBtnContainer > button:hover, 
	#filterBtnContainer > button.active {
		padding: 7px 20px;
	}
	
	#our-gallery > .gallery-col.show {
		width: 50%;
	}
}

@media only screen and (max-width: 500px){
	#our-gallery > .gallery-col {
		height: 180px;
	}
}

.section__page-title {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 133px;
    text-align: center;
    background-image: url(https://www.prestigewoodproducts.com/beta/wp-content/uploads/2022/10/laundry-6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__page-title:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    opacity: .65;
    background-color: #6b5140;
}

.section__page-title .title {
    font-size: 45px;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

@media only screen and (max-width: 980px){
	.section__page-title .title {
		font-size: 35px;
	}
	
	.section__page-title {
		height: 120px;
	}
}

@media only screen and (max-width: 768px){
 	.section__page-title {
		height: 110px;
	}
	
	.section__page-title .title {
		font-size: 30px;
	}
}

.section__primary .mediumwrap {
    display: block;
    text-align: center;
}

.section__primary {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding-top: 95px;
}

.section__primary h1{
	margin-top:25px;
	margin-bottom:15px;
}

.section__primary .properties-lists .property-list {
    display: block;
    margin: 0;
    padding: 12px 20px;
    background-color: #f1edec;
}

.section__primary .properties-lists .property-list:nth-child(even) {
    background-color: #f8f6f6;
}

.section__primary .properties-lists {
    display: block;
    padding-top: 15px;
    padding-left: 95px;
}

@media only screen and (max-width: 980px){
	.section__primary .properties-lists {
		padding-left: 40px;
	}
	
	.section__primary {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 768px){
 	.section__primary .grid-3 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.section__primary .properties-lists {
		padding-top: 40px;
		padding-left: 0;
	}
}

.section__inner-gallery {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 95px 0;
    background-color: #e2dcd9;
}

.section__inner-gallery .inner-gallery-row .title {
    font-size: 45px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 10px rgb(0 0 0 / 40%);
}

.section__inner-gallery .inner-gallery-row > .flex-row > .grid-25 {
    position: relative;
    z-index: 0;
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 15px;
}

.section__inner-gallery .inner-gallery-row > .flex-row {
    margin: -15px -15px 0;
}

.section__inner-gallery .inner-gallery-row {
    margin-top: 85px;
    position: relative;
}

.section__inner-gallery .inner-gallery-row:first-child {
    margin-top: 0;
}

.section__inner-gallery .link-overlay {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
	border: none;
}

.section__inner-gallery .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 10px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__inner-gallery .link-overlay:hover .content {
    height: 75px;
}

.section__inner-gallery .content > p {
    font-family: 'Satisfy', cursive;
    font-size: 22px;
    line-height: 1em;
    display: block;
    margin-bottom: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    color: #6b5140;
}

.section__inner-gallery .link-overlay:hover .content > p {
    color: #3f9b8f;
}

.section__inner-gallery .image {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.section__inner-gallery .image .zoom-icon {
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 25px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
         -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__inner-gallery .link-overlay:hover .image .zoom-icon {
    visibility: visible;
    opacity: 1;
}

.main__content .anchor-link {
    position: absolute;
    top: -95px;
    display: block;
}

@media only screen and (max-width: 1170px){
	.section__inner-gallery .inner-gallery-row > .flex-row > .grid-25 {
		width: 33.33%;
	}
}

@media only screen and (max-width: 980px){
	.section__inner-gallery .content > p {
		font-size: 18px;
	}

	.section__inner-gallery .inner-gallery-row > .flex-row > .grid-25 {
		padding: 10px;
	}

	.section__inner-gallery .inner-gallery-row > .flex-row {
		margin: -10px -10px 0;
	}

	.section__inner-gallery {
		padding: 50px 0;
	}

	.section__inner-gallery .inner-gallery-row .title {
		margin-bottom: 30px;
	}

	.section__inner-gallery .inner-gallery-row {
		margin-top: 50px;
	}

	.section__inner-gallery .inner-gallery-row .title {
		font-size: 35px;
	}
	
	.main__content .anchor-link {
		top: -50px;
	}
}

@media only screen and (max-width: 768px){
 	.section__inner-gallery .inner-gallery-row > .flex-row > .grid-25 {
		width: 50%;
	}
}

@media only screen and (max-width: 380px){
	.section__inner-gallery .inner-gallery-row > .flex-row > .grid-25 {
		width: 100%;
	}
}

.section__image-content .button {
    box-shadow: none;
}

.page__error404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50vh;
    padding: 95px 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 980px){
	.page__error404 {
		padding: 50px 0;
	}
}

/* ============================================ *\
 * GALLERY PAGE TEMPLATE
\* ============================================ */
.section__project-gallery .gallery-slider .slick-list {
    margin: -5px;
}

.section__project-gallery .gallery-slider .gallery-col {
    padding: 5px;
}

.section__project-gallery .gallery-slider .slick-prev {
    display: none !important;
}

.section__project-gallery .gallery-slider-row {
    margin-bottom: 10px;
}

.project-gallery .gallery-row .gallery-title:hover {
    color: #3f9b8f;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ============================================ *\
 * RESOURCES
\* ============================================ */

.section__resources {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 95px 0;
}

.section__resources .grid-2 {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 20px;
}

.section__resources .flex-row {
    margin: -20px;
}

.section__resources .grid-2  .inner-wrap {
    display: block;
    height: 100%;
    padding: 20px;
    text-align: center;
    background-color: #eee9da;
    -webkit-box-shadow: 10px 10px 0 #6b5140;
            box-shadow: 10px 10px 0 #6b5140;
}

.section__resources .flex-row .title {
    font-size: 25px;
    margin-bottom: 10px;
}

.section__resources .grid-2 .inner-wrap {
    display: block;
    height: 100%;
    padding: 50px 25px;
    text-align: center;
    background-color: #f1edec;
    -webkit-box-shadow: 10px 10px 0 #6b5140;
            box-shadow: 10px 10px 0 #6b5140;
}

.section__resources .grid-2 .inner-wrap a {
    border: none;
}

.resources-contents {
	display: block;
	margin-bottom: 30px;
}

@media only screen and (max-width: 980px){
	.section__resources {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 768px){
 	.section__resources .grid-2 {
		width: 50%;
	}
}

@media only screen and (max-width: 480px){
	.section__resources .flex-row {
		margin: -20px;
		padding-right: 10px;
	}
	
	.section__resources .grid-2 {
		width: 100%;
	}
}

/* ============================================ *\
 * DISTRIBUTOR
\* ============================================ */
.section__distributor {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 70px 0 0 0;
    text-align: center;
    background-color: #e2dcd9;
}

.distributor__lists .flex-row {
    margin: -10px;
}

.distributor__lists .distributor-list {
    position: relative;
    z-index: 0;
    display: block;
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
}


.distributor__lists .inner-wrap {
    position: relative;
    z-index: 0;
    display: block;
    height: 100%;
    padding: 30px;
    text-align: left;
    border-left: 10px solid #6b5140;
    background-color: #fff;
}

.distributor__lists .inner-wrap .direction {
    font-weight: 700;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #ee8d4d;
    border: 2px solid #ee8d4d;
    margin-top: 30px;
}

.distributor__lists .type--1 .inner-wrap .direction {
    color: #467f67;
    border: 2px solid #467f67;
}

.distributor__lists .inner-wrap .direction:hover {
    color: #fff;
    background-color: #ee8d4d;
}

.distributor__lists .type--1 .inner-wrap .direction:hover {
    color: #fff;
    background-color: #467f67;
}

.distributor__lists .distributor-contact-info {
    font-size: 15px;
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
}

.distributor__lists .distributor-contact-info > i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    color: #ee8d4d;
}

.distributor__lists .type--1 .distributor-contact-info > i {
    color: #467f67;
}

.distributor__lists .name {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #ee8d4d;
}

.distributor__lists .type--1 .name {
    color: #467f67;
}

.distributor__lists  .distributor-type {
    font-size: 14px;
    line-height: 1em;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #6b5140;
}

.distributor__map #map {
    display: block;
    height: 500px;
    margin-top: 40px;
}

.distributor__lists  .address {
    max-width: 200px;
    width: 100%;
}

@media only screen and (max-width: 980px){
	.section__distributor {
		padding: 50px 0;
	}
	
	.distributor__lists .inner-wrap {
		border-left-width: 10px;
		padding: 20px;
	}

	.distributor__lists  .name {
		line-height: 1em;
		padding-top: 10px;
		font-size: 25px;
	}
}

@media only screen and (max-width: 768px){
 	.distributor__lists .distributor-list {
		width: 100%;
	}
}


/*//////////////////////////////////////////////
 * Footer
//////////////////////////////////////////////*/
.main__footer {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 95px 0;
    background-color: #eee9da;
}

.main__footer:before {
    position: absolute;
    z-index: 0;
    top: 30px;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 600px;
    content: '';
    opacity: .13;
    background-image: url(https://www.prestigewoodproducts.com/beta/wp-content/uploads/2022/10/prestige-wood-products-icon.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.top__footer {
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 35px;
    border-bottom: 2px solid #fff;
}

.top__footer .footer-logo {
    display: inline-block;
    margin-top: -42px;
}

.top__footer .footer-logo > img {
    display: block;
    width: 100%;
    max-width: 210px;
}

.top__footer .col--1 {
    display: block;
    width: 24%;
    padding-right: 70px;
}

.top__footer .col--2 {
    display: block;
    width: 30%;
    padding-right: 65px;
}

.top__footer .col--3 {
    display: block;
    width: 18%;
    padding-right: 65px;
}

.top__footer .col--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__footer p {
    font-weight: 500;
    line-height: 1em;
    display: block;
    margin-bottom: 18px;
    letter-spacing: .55px;
    color: #001900;
}

.top__footer p a {
    color: inherit;
}

.top__footer p a:hover {
    color: #c6b784;
}

.top__footer p:last-child {
    margin-bottom: 0;
}

.top__footer .title {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    color: #6b5140;
}

.top__footer em {
    font-family: 'Satisfy', cursive;
    font-size: 22px;
    line-height: 1.6em;
    display: block;
    color: #467f67;
	font-style: normal;
}

.bottom__footer {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 25px;
}

.bottom__footer .social-links {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom__footer .social-links > li {
    display: inline-block;
    vertical-align: middle;
}

.bottom__footer .social-links > li a {
    line-height: 29px;
    display: block;
    width: 33px;
    text-align: center;
    color: #6b5140;
    border: 2px solid #6b5140;
    border-radius: 100px;
}

.bottom__footer .social-links > li a:hover {
    color: #fff;
    border-color: #c6b784;
    background-color: #c6b784;
}

.bottom__footer p {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    letter-spacing: .55px;
    color: #001900;
}

.bottom__footer p > a {
    color: inherit;
}

.bottom__footer p > span {
    display: inline-block;
    margin: 0 10px;
}

.bottom__footer p > a:hover {
    color: #c6b784;
}

.bottom__footer .flex-col:last-child img {
    display: inline-block;
    height: 33px;
}

.bottom__footer .flex-col:nth-child(2) {
    display: block;
    padding: 0 30px;
}

.bottom__footer .flex-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1170px){
	.top__footer .flex-col {
		width: 50%;
		padding-right: 0 !important;
		margin-bottom: 40px;
	}

	.bottom__footer .flex-row .flex-col {
		width: 100%;
		text-align: center;
	}

	.bottom__footer .flex-col:nth-child(2) {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 980px){
	.bottom__footer p {
		letter-spacing: 0;
	}

	.top__footer .flex-col {
		width: 100%;
		text-align: center;
	}

	.top__footer .flex-col {
		display: block;
	}

	.top__footer .footer-logo > img {
		display: inline-block;
	}

	.top__footer .footer-logo {
		text-align: center;
		margin-top: 0;
	}

	.main__footer {
		padding: 50px 0;
	}

	.top__footer .flex-col:last-child {
		margin-bottom: 0;
	}
	
	.top__footer p {
		letter-spacing: 0;
	}
}





/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
    display: table;
    content: '';
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

input[type='text'],
input[type='email'],
textarea {
    font-family: 'Work Sans',sans-serif;
    display: block;
    width: 100%;
    padding: 15px;
    border: 2px solid #6b5140;
}

.contact-form {
    text-align: left;
}

.contact-form .wpcf7-list-item:first-child {
    margin-left: 0;
}

input[type='checkbox'],
input[type='radio'] {
    width: 20px;
    height: 20px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1em;
    margin-top: 5px;
}

.wpcf7-list-item input,
.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
}

input[type='checkbox'],
input[type='radio'] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wpcf7-submit,
input[type='submit'] {
    font-family: 'Work Sans',sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    padding: 17px 35px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #ee8d4d;
	border-radius: 12px;
}

.wpcf7-submit:hover,
input[type='submit']:hover {
    color: #fff;
    background-color: #467f67;
}

.contact-form .checkbox,
.contact-form .btn-wrap {
    position: relative;
    text-align: center;
}

.contact-form .btn-wrap  .wpcf7-spinner {
    position: absolute;
    z-index: 1;
    top: 10px;
    margin-right: 0;
    margin-left: 10px;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

@media only screen and (max-width: 768px){
	.contact-form .group > div[class^=grid] {
		display: block;
		margin-bottom: 10px;
	}
	
	.wpcf7-submit, input[type='submit'] {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px){
	.wpcf7-list-item input,
	.wpcf7-list-item .wpcf7-list-item-label {
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
	}

	input[type='checkbox'],
	input[type='radio'] {
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}

	.wpcf7-submit,
	input[type='submit'] {
		max-width: 200px;
	}
}


/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
    * {
        color: black !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.logobyline {
	position: relative;
}
.logobyline img {
	position: absolute;
	bottom: -68px; 
	left: 0;
}
.col--4 p {
	margin: 0 auto;
}
.col--4 img {
	max-width: 165px;
	margin: 10px auto 10px auto;
	text-align: center;
	display: block;
}
.col--1 em {
	margin: 10px auto 0 auto;
	text-align: center;
}
.section__zipcode {
  padding-bottom: 70px;
  padding-top: 35px;
}

.page-template-page-distributors input[type='submit'] {
  width: auto;
  display: inline-block;
}
.ziplookup__distributor__name {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #ee8d4d;
    border: none;
}
.ziplookup__distributor-list {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
}
.ziplookup__distributor-list .button {
  padding: 17px 26px;
}
.ziplookup__distributor-contact-info__line1 {
    font-size: 15px;
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 0px !important;
    padding-left: 20px;
}
.ziplookup__distributor-contact-info__line2 {
    font-size: 15px;
    position: relative;
    z-index: 0;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
}
.ziplookup__distributor-contact-info__line1 i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    color: #ee8d4d;
}
.ziplookup__page__hero {
  position: relative;
  overflow: hidden;
  min-height: 275px;
  max-height: 425px;
  height: 35vw;
}
.ziplookup__page__hero iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ziplookup__main__content {
    padding: 95px 0;
}
.ziplookup__main__content a {
  border-bottom: 0;
}
.ziplookup__main__content ul li:before {
  display: none;
}
.ziplookup__main__content i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 28px;
}
.ziplookup__main__content ul li {
  line-height: 34px;
  position: relative;
  padding: 0 0 0 2.5em;
  margin-bottom: 16px;
}
.ziplookup__main__content iframe {
  width: 100%;
  height: 450px;
}
.dealers__map {
	height: 100%;
}
.section__distributor .grid-4 {
	padding-top: 10px;
    padding-bottom: 10px;
}
.zipcode__results__text {
  margin-top: 35px;
}
.newsearchbutton {
  display: block;
  width: fit-content;
  margin: -30px auto 20px auto;
}
@media screen and (max-width: 768px) {
	.page-template-page-distributors .grid-2 {
		width: 100%
	}
    .page-template-page-distributors .grid-4 {
      width: 100%
    }
    .dealers__map {
      height: 450px;
    }
    .ziplookup__distributor-list {
      padding: 10px 0 10px 0;
    }
    .ziplookup__main__content iframe {
      margin-top: 30px;
    }
}
/* Blog Styles */
.project__categories ul li {
      list-style: none;
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
    font-weight: bold;
  letter-spacing:2px;
    }
    
    @media screen and (max-width: 1080px) {
      .project__categories ul li {
        font-size:14px !important;
        margin-right:15px !important;	
      }
    } 
    
    
    .project__categories ul li:last-of-type {
    margin-right:0px;	
    }

    .project__categories ul li a {
      color:#467f67 !important;	
      padding-top:10px;
      padding-bottom:10px;
    }
    
    .project__categories ul li:hover a {
    color:#066ab3 !important;
    }
    
    
    
    
    .project__categories {
    text-align:center;	
      margin-top:16px;
    margin-bottom:16px;		
}
.mobile__blog__menu{
      display: none;
      margin: auto;
      max-width: 160px;
      /*border-radius: 25px;*/
      margin-bottom: 32px !important;
      margin-top: 32px !important;
      padding: 10px 0;
      background: #ee8d4d;
      color: white !important;
      font-weight: 500;
      font-size: 16px !important;
      text-align: center !important;
      cursor: pointer;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;}
      @media (min-width: 1080px){
        p.mobile__blog__menu {
          display: none;
        }
      }
      
      @media (max-width: 1080px){
     .mobile__blog__menu {
      display: block;
    margin-bottom:16px;
    }
      }
      
      @media screen and (max-width: 1080px) {
      .blog__categories {
        display:none;
      }
      .blog .main__content ul, .category ul {
        display: none;
      }
      }
      



.blog__sidebar--popup-trigger {
  display: none; }
.blog__sidebar--popup-trigger.device {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #456a44;
  overflow: visible !important;
  text-align: left;
  display: none; }
@media screen and (min-width: 769px) {
  .blog__sidebar--popup-trigger.device {
    display: none !important; } }
  .blog__sidebar--popup-trigger.device:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #0463ad; }
  .blog__sidebar--popup-trigger.device a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.45em;
    font-weight: 700;
    color: white;
    width: 50%;
    display: block;
    padding: .7em 0 .7em .7em;
    cursor: pointer;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
.blog__sidebar--popup-trigger.desktop {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; }
@media screen and (min-width: 769px) {
  .blog__sidebar--popup-trigger.desktop {
    display: none !important; } }
  .blog__sidebar--popup-trigger.desktop a {
    display: inline-block;
    vertical-align: bottom;
    background-color: #456a44;
    border-radius: 5px 5px 0 0;
    font-family: 'Lato','Open Sans',sans-serif;
    font-size: 15px;
    color: white;
    padding: .47em 1em;
    cursor: pointer;
    width: calc(100% - 255px);
    max-width: 225px;
    margin-left: .75em; }
    .blog__sidebar--popup-trigger.desktop a i {}
      .blog__sidebar--popup-trigger.desktop a i:before {
        font-family: 'Lato','Open Sans',sans-serif;
        font-weight: normal;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto; }


      .blog__archive__wrap {
      padding-top:15px;
      padding-bottom:15px;
        margin-top: 25px;
      background-color:#0565ae;	
      margin-bottom: 25px;
      }
      
      .blog__carchive__wrap span {
      color:white;	
      font-size: 14px;
      }
      
      .blog__archive__wrap span a {
      color:white;
      display:inline-block; 
      text-transform:uppercase;
      }
      
      .breadcrumb_last {
      color:#fff;
      font-weight:bold;	
      }
      
      .blog__archive__wrap .wrap span {
      color:white;	
      text-transform:uppercase;
      }
      
      #breadcrumbs .wrap span {
      display:inline-block;	
      font-size: 14px;
      }
      
      .product__breadcrumbs {
        background-color: #6b5140;
        opacity: .65;
        padding: 20px 0;
      }
      .product__breadcrumbs a {
        color: #eee9da;
        transition: .2s ease-in-out;
      }
      .product__breadcrumbs a:hover {
        color: #ee8d4d;
      }
      .product__breadcrumbs {
        color: #eee9da;
      }
      

.blog__preview h3 {
  font-size: 20px;
  text-transform: uppercase;
  color:#6b5140;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 15px;
}

.blog__preview h3 a {
  color: #6b5140;
}

.blog__preview__inner p {
  text-align: left;
  border-left: 3px solid #6b5140;
  padding-left: 15px;
  padding-right: 15px;
}
.blog__preview__inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.blog__preview__inner .button {
  display: inline-block;
  background: #ee8d4d;
    color: white;
    text-transform: uppercase;
    padding: 15px 35px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 600;
}


.blog__preview__inner .button:hover {
  background:#467f67;
  transition: all .3s ease-in-out;
}

.blog__preview {
  box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
  padding:25px;
}

.single-post .blog__content {
  text-align: left;
  /*padding-top: 25px;
  padding-bottom:35px;*/
}
.blog__content {
  margin-top: 50px;
  margin-bottom: 50px;
}
.blog__content p {
  text-align: left;
}

.blog__content h1 {
  text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #6b5140;
    margin-bottom: 24px;
    line-height: 1;
}

.blog__content h2 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #6b5140;
    margin-bottom: 24px;
    line-height: 1;
}
.blog__content h3 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #6b5140;
    margin-bottom: 24px;
    line-height: 1;
}

.blog__content h4 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #6b5140;
    margin-bottom: 24px;
    line-height: 1;
}

.blog__content h5 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #6b5140;
    margin-bottom: 24px;
    line-height: 1;
}
.blog__content .gallery {
    list-style: none;
    margin-left: 0; }
    .blog__content .gallery img{
      margin-bottom: 0px!important;}
    .blog__content .gallery *[class^="grid"] {
      margin-bottom: 16px; }
      .blog__content .gallery *[class^="grid"] a {
        position: relative;
        display: block; }
        .blog__content .gallery *[class^="grid"] a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255,255,255,0);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .blog__content .gallery *[class^="grid"] a:hover:before,
        .blog__content .gallery *[class^="grid"] a:focus:before {
          background: rgba(255,255,255,.5); }
  .blog__content .gallery.masonry {
    -moz-column-count: 4;
    -moz-column-gap: 8px;
    -moz-column-fill: balance;
    -webkit-column-count: 4;
    -webkit-column-gap: 8px;
    -webkit-column-fill: balance;    
    column-count: 4;
    column-gap: 8px;
    column-fill: balance; } 
    .blog__content .gallery.masonry .gallery-item {
      display: inline-block;
      width: 100%;
      margin: 0 0 8px 0;
      break-inside: avoid; }
      .blog__content .gallery.masonry .gallery-item a {
        position: relative;
        display: block; }
        .blog__content .gallery.masonry .gallery-item a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255,255,255,0);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .blog__content .gallery.masonry .gallery-item a:hover:before,
        .blog__content .gallery.masonry .gallery-item a:focus:before {
          background: rgba(255,255,255,.5); }
    .blog__content .gallery.slider {
      margin-bottom: 0; }	
    .blog__content .gallery .gallery-item img{
      object-fit: cover;
      width: 100%;
      margin-bottom: 0px!important;}	
      .blog__content .grid-4 .lSSlideOuter {
        margin-bottom: 32px;}

.blog__content .lSSlideOuter {
  margin-top: 32px;
  margin-bottom: 32px;
}

.blog__category {
  font-size: 14px;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  border: none !important;
  font-weight: 400;
  color:#467f67;
  letter-spacing: 2px;
}

.blog__content *.large__numbers {
  margin-bottom: 1em;}		
  .blog__content *.large__numbers ol{
            counter-reset: li;
        list-style: none;
            margin: 0; }
           
        .blog__content *.large__numbers li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #e2e7ed;
                font-size: 16px;
                line-height: 1.75;
        color: #636466;
        text-indent: 0px !important; }

.blog__content *.large__numbers li a {
  color: #cb8a00;
}
.blog__content *.large__numbers li a.button {
  color: #fff;
}
        @media all and (max-width: 640px) {
          .blog__content *.large__numbers li {
            padding: 6em 0em 2em 0em;}
        }
            .blog__content *.large__numbers li:last-of-type {
          border-bottom: none; }
        .blog__content *.large__numbers li:before {
          position: absolute;
          top: 50px;
          transform: translateY(-50%);
          left: 20px;
          content: counter(li);
          counter-increment: li;
          font-size: 38px;
          font-weight: 900;
          color: white;
          line-height: 60px;
          text-align: center;
          background-color: #6b5140;
          display: inline-block;
          width: 60px;
          height: 60px;
          border-radius: 100%;
          padding-right: 0px !important;}
    @media all and (max-width: 640px) {
      .subpage__main *.large__numbers li:before {
      left: 0;
      right: 0;	
      margin: auto;}	
    }
        
        .large__numbers li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .large__numbers li {
          text-indent: 0px !important;
        }
        
.block__title{
  display: block;
  padding: 12px;
  background: #6b5140;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
      border-radius: 5px;}

.big__list{}
  .big__list ul{
    line-height: 1.5;
    font-size: 1.2em;}
    
.bullseye{}
  .bullseye ul{
    list-style: none;}
    .bullseye ul li{
      position: relative;}
      .bullseye ul li::before{
        content: "\f140";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        left: -30px;
        top: 2px;}
    
.big__text{
  font-size: 1.2em;}

.blog__content *.check__list {
        list-style: none;
            margin: 0; }
      .blog__content *.check__list ul{
        margin-left: 0px!important;
        list-style-type: none;}
           
        .blog__content *.check__list li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #e2e7ed;
                font-size: 18px;
        text-indent: 0px !important; }
        @media all and (max-width: 640px) {
          .blog__content *.check__list li {
            padding: 6em 0em 2em 0em;
            text-align: center;}
        }
            .blog__content *.check__list li:last-of-type {
                border-bottom: none; }
            .blog__content *.check__list li:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f00c"; 
        position: absolute;
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 32px;
        font-weight: 900;
        color: white;
        line-height: 60px;
        text-align: center;
        background-color: green !important;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;}
        @media all and (max-width: 640px) {
          .blog__content *.check__list li:before {
            left: 0;
            right: 0;	
            margin: auto;}	
        }
        .check__list li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .check__list li {
          text-indent: 0px !important;
        }






.blog__content *.caret__list {
        list-style: none;
            margin: 0; }
      .blog__content *.caret__list ul{
        margin-left: 0px!important;
        list-style-type: none;}
           
        .blog__content *.caret__list li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #407EC9;
                font-size: 16px;
        text-indent: 0px !important; }
        @media all and (max-width: 640px) {
          .blog__content *.caret__list li {
            padding: 6em 0em 2em 0em;
            text-align: center;}
        }
            .blog__content *.caret__list li:last-of-type {
                border-bottom: none; }
            .blog__content *.caret__list li:before {
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 40px;
        font-weight: 900;
         --fa-primary-color: rgb(203, 138, 0);
          --fa-secondary-color: rgb(255, 255, 255);
        --fa-secondary-opacity: 1.0;
        --fa-primary-opacity: 1.0;
        line-height: 60px;
        text-align: center;
        background-color: #407EC9 !important;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;}

.blog__content *.caret__list li:after {
        --fa-primary-color: rgb(203, 138, 0);
          --fa-secondary-color: rgb(255, 255, 255);
        position: absolute;
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 40px;
        font-weight: 900;
        line-height: 60px;
        text-align: center;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;
}
        @media all and (max-width: 640px) {
          .blog__content *.caret__list li:before, .blog__content *.caret__list li:after {
            left: 0;
            right: 0;	
            margin: auto;}	
        }
        .caret__list li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .caret__list li {
          text-indent: 0px !important;
        }
.the__sidebar{}
        @media all and (max-width: 1034px) {
       .the__sidebar {
            position: fixed !important;
            z-index: 99999999999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 0;
            overflow-x: hidden;
            overflow-y: scroll;
            background-color: #414550;
            color: white;
            display: none; }
      
      #tawkchat-minified-container {
        left:50% !important;
      }
      
      .blog__content .grid-4 {
        width: 100%;
        display: block;
      }
            }
        @media all and (min-width: 1135px) {
             .the__sidebar{
                display: block;
                position: relative;}
        }
     .the__sidebar .sidebar__form{
      position: relative;}

.the__sidebar .close {
      position: absolute;
            z-index: 10;
      top: .25em;
      right: .25em;
      font-size: 1.25em;
      cursor: pointer; }
       .the__sidebar .close .background {
        color: #413d3a; }
    @media screen and (min-width: 1034px) {
       .the__sidebar .close {
        display: none; } }
       .sidebar__form .sidebar__color{
        padding: 20px;
        position: relative;
        z-index: 2;
        background: #6b5140;
        border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;}
         .sidebar__form .sidebar__color span{
          display: block;
          margin-bottom: 16px;
          color: #fff;
          font-size: 22px;
          font-weight: 700;}
         .sidebar__form .sidebar__color .group{}
          .sidebar__form .sidebar__color .group *[class^="grid"]{
            margin-bottom: 0px!important;}
             .sidebar__form .sidebar__color .group *[class^="grid"] span{
              margin-bottom: 16px;
              font-size: 18px;}
             .sidebar__form .sidebar__color .group *[class^="grid"] input[type=email],
             .sidebar__form .sidebar__color .group *[class^="grid"] input[type=text]{
              height: 45px;}
               .sidebar__form .sidebar__color .group *[class^="grid"] input[type=email],
               .sidebar__form .sidebar__color .group *[class^="grid"] input[type=text],
             .sidebar__form .sidebar__color .group *[class^="grid"] textarea{
                padding: 10px;}
            .sidebar__form .sidebar__color .ajax-loader{
              height: 0px!important;
              width: 0px!important;
              display: none!important;
              margin: 0px!important;}
             .sidebar__form .sidebar__color p{
              margin-bottom: 0px;
              color: white;}
             .sidebar__form .sidebar__color input[type=submit]{
              display: block;
              width: 100%;
              max-width: 1000px;
              background: #eee9da;
              font-size: 18px;
              color: #001900;
               border: none;
               padding-top: 15px;
               padding-bottom: 15px;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              text-transform: uppercase;
              border-radius: 65px;}
               .sidebar__form .sidebar__color input[type=submit]:hover{
                background: #2f3232;
                color: #eee9da;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;}

.sidebar__form input[type="text"] {
  height: 40px;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
}

.sidebar__form input[type="email"] {
  height: 40px;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
}

.sidebar__form textarea {
  margin-top: 5px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 16px;
}

.sidebar__form .wpcf7-form-control-wrap {
  margin-bottom: 0px !important;
}

.sidebar__form p {
  color: white;
}

.sidebar__form label {
  color: white;
}

.main__content *.x__list {
        list-style: none;
            margin: 0; }
      .main__content *.x__list ul{
        margin-left: 0px!important;
        list-style-type: none;}
           
        .main__content *.x__list ul li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #407EC9;
                font-size: 18px;
        text-indent: 0px !important; }
        @media all and (max-width: 640px) {
          .main__content *.x__list ul li {
            padding: 6em 0em 2em 0em;
            text-align: center;}
        }
            .main__content *.x__list ul li:last-of-type {
                border-bottom: none; }
            .main__content *.x__list ul li:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f00d"; 
        position: absolute;
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 32px;
        font-weight: 900;
        color: white;
        line-height: 60px;
        text-align: center;
        background-color: #fa444b !important;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;}
        @media all and (max-width: 640px) {
          .main__content *.x__list ul li:before {
            left: 0;
            right: 0;	
            margin: auto;}	
        }
        .x__list ul li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .x__list ul li {
          text-indent: 0px !important;
        }
        
        
.blog__sidebar--popup-trigger {
  display: none; }
.blog__sidebar--popup-trigger.device {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #0463ad;
  overflow: visible !important;
  text-align: left;
  display: none; }
@media screen and (min-width: 1135px) {
  .blog__sidebar--popup-trigger.device {
    display: none !important; } }
/*
  .blog__sidebar--popup-trigger.device:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #eb8b4c; }
*/
  .blog__sidebar--popup-trigger.device a {
    font-size: 1.45em;
    font-weight: 700;
    color: white;
    width: 100%;
    display: block;
    padding: .9em 0;
    margin: 0 auto;
    text-align: left;
    cursor: pointer;
    padding-left: 25px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
.blog__sidebar--popup-trigger.desktop {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; }
@media screen and (min-width: 1135px) {
  .blog__sidebar--popup-trigger.desktop {
    display: none !important; } }
  .blog__sidebar--popup-trigger.desktop a {
    display: inline-block;
    vertical-align: bottom;
    background-color: #407EC9;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    color: white;
    padding: .47em 1em;
    cursor: pointer;
    width: calc(100% - 255px);
    max-width: 225px;
    margin-left: .75em; }
    .blog__sidebar--popup-trigger.desktop a i {}
      .blog__sidebar--popup-trigger.desktop a i:before {
        font-weight: normal;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto; }
.blog__content *.small__check__list {
        list-style: none;
          margin: 0; }
          .blog__content *.small__check__list ul{
            margin-left: 0px!important;
            list-style-type: none;}
           
          .blog__content *.small__check__list li {
            position: relative;
              padding: 2em 2em 2em 6em;
            border-bottom: 2px solid #f5f5f5;
            font-size: 18px;
            text-indent: 0px !important; }
            @media screen and (max-width: 640px) {
              .main__content *.small__check__list li {
                padding: 6em 0em 2em 0em;
                text-align:  center;}
            }
          .blog__content *.small__check__list li:last-of-type {
            border-bottom: none; }
          .blog__content *.small__check__list li:before {
            font-family: "Font Awesome 6 Pro";
            content: "\f00c"; 
            position: absolute;
            top: 47px;
            transform: translateY(-50%);
            left: 10px;
            font-size: 25px;
            font-weight: 900;
            color: white;
            line-height: 50px;
            text-align: center;
            background-color: #465d29 !important;
            display: inline-block;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            padding-right: 0px !important;}
            @media all and (max-width: 640px) {
              .blog__content *.small__check__list li:before {
                left: 0;
                right: 0;	
                margin: auto;}	
            }
            .small__check__list li:before {
              padding-right: 0px !important;
              text-indent: 0px !important;
            }
            
            .small__check__list li {
              text-indent: 0px !important;
            }

  .blog__content *.x__list {
            list-style: none;
              margin: 0; }
              .blog__content *.x__list ul{
                margin-left: 0px!important;
                list-style-type: none;}
               
              .blog__content *.x__list li {
                position: relative;
                  padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #f5f5f5;
                font-size: 18px;
                text-indent: 0px !important; }
                @media all and (max-width: 640px) {
                  .main__content *.x__list li {
                    padding: 6em 0em 2em 0em;
                    text-align:  center;}
                }
              .blog__content *.x__list li:last-of-type {
                border-bottom: none; }
              .blog__content *.x__list li:before {
                font-family: "Font Awesome 6 Pro";
                content: "\f00d"; 
                position: absolute;
                top: 47px;
                transform: translateY(-50%);
                left: 10px;
                font-size: 25px;
                font-weight: 900;
                color: white;
                line-height: 50px;
                text-align: center;
                background-color: #fa444b !important;
                display: inline-block;
                width: 50px;
                height: 50px;
                border-radius: 100%;
                padding-right: 0px !important;}
                @media all and (max-width: 640px) {
                  .blog__content *.x__list li:before {
                    left: 0;
                    right: 0;	
                    margin: auto;}	
                }
                .x__list li:before {
                  padding-right: 0px !important;
                  text-indent: 0px !important;
                }
                
                .x__list li {
                  text-indent: 0px !important;
                }
        
.blog a, .single-post a, .category a {
  border-bottom: none;
}
.blog .main__content ul li, .category ul li {
  padding-left: 0;
}
.blog .main__content ul li:before, .category ul li:before {
  display: none;
}
.single-post p {
  margin-bottom: 16px;
}
.single-post .blog__hero {
  margin-bottom: 16px;
}
.blog__content img {
  margin-bottom: 20px;
}
.blog__pagination {
  text-align: center;
  margin-top: 10px; 
}
  .blog__pagination .page-numbers {
    background-color: #ee8d4d;
    color: #fff;
    padding: 10px 12px;
  }
  .blog__pagination .page-numbers:hover {
    background-color: #467f67;
  }
  .blog__pagination .page-numbers.current {
    background-color: #467f67;
    color: #fff;
  }
@media screen and (max-width: 640px) {
  .x__list li {
    padding: 6em 0em 2em 0em !important;
    text-align:  center;
  }
  .small__check__list li {
    padding: 6em 0em 2em 0em !important;
    text-align:  center;
  }
}
/* End Blog Styles */
.newsletter__signup {
  background-color: #6b5140;
  margin: 20px 0 60px 0;
  padding: 30px 50px;
}
  .newsletter__signup .grid-25 {
    margin-bottom: 0;
  }
  .newsletter__signup .title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .55px;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .newsletter__signup .wpcf7-response-output {
    color: #fff;
  }
  .page-id-1410 ul li {
    text-align: left;
  }
.page-id-1410 .section__primary .grid-half:nth-of-type(2) {
	margin-top: -25px;
}


.content-wrap .grid-4 h2{
	padding-top: 20px;
    padding-bottom: 20px;
}

.content-wrap .group h3,
.content-wrap .group h2{
	padding-top: 20px;
    padding-bottom: 20px;
}

.content-wrap h4{
	padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    body:not(.home) .button {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}


.gallery-col .content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 10px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    text-align: center;
    background-color: #eee9da;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-col:hover .content {
    height: 75px;
}
.gallery-col .content > p {
    font-family: 'Satisfy', cursive;
    font-size: 22px;
    line-height: 1em;
    display: block;
    margin-bottom: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: #6b5140;
}
.gallery-col:hover .content > p {
    color: #3f9b8f;
}

.section__image-content .gallery {
    list-style: none !important;
    margin-left: 0; }
    .section__image-content .gallery img{
      margin-bottom: 0px!important;}
    .section__image-content .gallery *[class^="grid"] {
      margin-bottom: 16px; }
      .section__image-content .gallery *[class^="grid"] a {
        position: relative;
        display: block; }
        .section__image-content .gallery *[class^="grid"] a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255,255,255,0);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .section__image-content .gallery *[class^="grid"] a:hover:before,
        .section__image-content .gallery *[class^="grid"] a:focus:before {
          background: rgba(255,255,255,.5); }

.section__image-content .gallery.masonry {
    -moz-column-count: 4;
    -moz-column-gap: 8px;
    -moz-column-fill: balance;
    -webkit-column-count: 4;
    -webkit-column-gap: 8px;
    -webkit-column-fill: balance;    
    column-count: 4;
    column-gap: 8px;
    column-fill: balance;
} 
.section__image-content .gallery.masonry .gallery-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 8px 0;
    break-inside: avoid;
}
.section__image-content .gallery.masonry .gallery-item a {
    position: relative;
    display: block;
}
.section__image-content .gallery.masonry .gallery-item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.section__image-content .gallery.masonry .gallery-item a:hover:before,
.section__image-content .gallery.masonry .gallery-item a:focus:before {
    background: rgba(255,255,255,.5);
}
.section__image-content .gallery.slider {
    margin-bottom: 0;
}
.section__image-content .gallery .gallery-item img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 0px !important;
}
.section__image-content .grid-4 .lSSlideOuter {
    margin-bottom: 32px;
}

.section__image-content .lSSlideOuter {
    margin-top: 32px;
    margin-bottom: 32px;
}

.section__image-content .lSPrev, .section__image-content .lSNext{
	display:none;
}

li.gallery-item.lslide.active::before{
	display:none !important;
}

.lSSlideOuter li::before{
	display: none !important;
}

.heading-center {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:65px;
}


.section__image-content .large__numbers {
  margin-bottom: 1em;
}

.section__image-content .large__numbers ol {
  counter-reset: li;
  list-style: none;
  margin: 0;
}

.section__image-content .large__numbers li {
  position: relative;
  padding: 2em 2em 2em 6em;
  border-bottom: 2px solid #e2e7ed;
  font-size: 16px;
  line-height: 1.75;
  color: #636466;
  text-indent: 0px !important;
}

.section__image-content .large__numbers li a {
  color: #cb8a00;
}

.section__image-content .large__numbers li a.button {
  color: #fff;
}

@media all and (max-width: 640px) {
  .section__image-content .large__numbers li {
    padding: 6em 0em 2em 0em;
  }
}

.section__image-content .large__numbers li:last-of-type {
  border-bottom: none;
}

.section__image-content .large__numbers li:before {
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  left: 20px;
  content: counter(li);
  counter-increment: li;
  font-size: 38px;
  font-weight: 900;
  color: white;
  line-height: 60px;
  text-align: center;
  background-color: #6b5140;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding-right: 0px !important;
}

@media all and (max-width: 640px) {
  .subpage__main .large__numbers li:before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.large__numbers li:before {
  padding-right: 0px !important;
  text-indent: 0px !important;
}

.large__numbers li {
  text-indent: 0px !important;
}

.section__primary h1{
	padding-top:10px;
}

.collection_note{
	margin-bottom:15px;
	font-size:14px;
}

/* Fix for grid-50 shortcode in ACF content areas */
.section__image-content .content-wrap .group .grid-3 {
    width: 49.24242% !important;
    margin-right: 1.51515% !important;
    margin-bottom: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: top !important;
}

.section__image-content .content-wrap .group .grid-3:nth-child(2n) {
    margin-right: 0 !important;
}

.section__image-content .content-wrap .group .grid-3:last-child {
    margin-right: 0 !important;
}

/* Fix spacing for content within grid-3 */
.section__image-content .content-wrap .group .grid-3 p {
    margin-bottom: 20px !important;
}

.section__image-content .content-wrap .group .grid-3 ul,
.section__image-content .content-wrap .group .grid-3 ol {
    margin-bottom: 20px !important;
}

.section__image-content .content-wrap .group .grid-3 img {
    margin-bottom: 20px !important;
    max-width: 100% !important;
    height: auto !important;
}

.section__image-content .content-wrap .group .grid-3 .button {
    margin-top: 20px !important;
    display: inline-block !important;
}

/* Fix spacing between sections */
.section__image-content .content-wrap h1,
.section__image-content .content-wrap h2,
.section__image-content .content-wrap h3,
.section__image-content .content-wrap h4 {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

.section__image-content .content-wrap h1:first-child {
    margin-top: 0 !important;
}

.section__image-content .content-wrap .group {
    margin-bottom: 40px !important;
}

/* Mobile responsive for grid-3 in ACF content */
@media only screen and (max-width: 640px) {
    .section__image-content .content-wrap .group .grid-3 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .section__image-content .content-wrap .group .grid-3:last-child {
        margin-bottom: 0 !important;
    }
}

.warranty-hero {
  padding: 20px;
}

.warranty-hero__inner {
  display: flex;
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}

.warranty-hero__image img {
  max-width: 500px;
  border-radius: 8px;
  height: auto;
  display: block;
}

.warranty-hero__content {
  max-width: 600px;
}

.warranty-hero__content h1 {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.3;
}

.warranty-hero__content p {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .warranty-hero__inner {
    flex-direction: column;
    text-align: center;
  }
  .warranty-hero__image img {
    max-width: auto;
  }
}

body.page-id-4006 .section__image-content .content-wrap .group .grid-3 h2,
body.page-id-4006 .content-wrap .group h2 
{
	margin-top: 0!important;
	padding-top: 0!important;
}

/* Scope to your content wrapper */
.main__content .section__image-content .content-wrap .list-image {
  display: flex;
  align-items: center;
}

/* Force each grid-50 to split width 50/50 on desktop */
.main__content .section__image-content .content-wrap .list-image > .grid-3 {
  flex: 1 1 50%;
}

.main__content .section__image-content .content-wrap .list-image > .grid-3 img {
	margin-top: 229px;
}

/* On mobile, stack columns */
@media (max-width: 768px) {
  .main__content .section__image-content .content-wrap .list-image {
    flex-direction: column;
  }
  .main__content .section__image-content .content-wrap .list-image > .grid-3 {
    flex: 1 1 100%;
  }
	
  .main__content .section__image-content .content-wrap .list-image > .grid-3 img {
	margin-top: 0;
	}
	
	.section__image-content .content-wrap .group .grid-3 img {
		margin-bottom: 0!important;
	}
	
	.main__content .section__image-content .content-wrap .list-image h3 {
		margin-top: 0!important;
		padding-top: 0!important;
	}
	
	body.page-id-4006 .section__image-content .content-wrap .group .grid-3 h4 {
		margin-top: 0!important;
		padding-top: 0!important;
	}
}


.section__primary .group:has(ul) {
  display: flex;
  justify-content: center;
}
.grid-3 ul li{
	text-align: left;
}

.section__image-content .content-wrap .group:has(~ a) {
  margin-bottom: 0 !important;
}
