/*-------------------------------------------------*\
    GENERAL STYLES
\*-------------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  position: relative;
}
body {
  height: 100%;
  position: relative;
  /* font-size: 4.25vw; */
  /* height: 100%; */
  /* font-family: 'Lato', sans-serif;
	color: #ADADAD; */
}
p {
  /* font-family: inherit;
	font-size: 1em;
	color: black; */
  /* line-height: 1.8; */
  margin: 0;
  margin-bottom: 15px;
}
p:last {
  margin-bottom: 0;
}

a {
  color: #39472c;
  text-decoration: none;
}

a:visited {
  color: #39472c;
  text-decoration: none;
}

a.btn-primary {
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  height: 48px;
  border-radius: 4px;
  background: #ffc943;
  color: #fff;
  padding: 8px;
  display: block;
  text-transform: uppercase;
}

.centerd-horizontal {
  margin: 0 auto;
}

.wrapper {
  padding: 35px 15px 0px;
}

section:last-child > .wrapper:not(.section-heading) {
  padding-bottom: 35px;
}

h1 {
  font-family: inherit;
  font-size: 2em;
}

h1,
h2 {
  /* font-family: inherit;
	font-size: 36px;
	font-weight: 400; */
  margin: 0 0 15px;
  /* color: #A3A3A3;
	line-height: 48px; */
}

/* input[type="text"], input[type="email"], input[type="url"], 
input[type="password"], input[type="search"], input[type="number"], 
input[type="tel"], input[type="range"], input[type="date"], 
input[type="month"], input[type="week"], input[type="time"], 
input[type="datetime"], input[type="datetime-local"], input[type="color"], 
textarea {
	border: solid 1px #99b898 !important;
} */
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px !important;
  }

  .footer-logo img {
    max-width: 200px;
  }
}
.page-title-heading {
  background: #f2f2f2;
}
.page-title-heading > .wrapper {
  padding: 18px 0;
}

.page-title-heading h2,
.page-title-heading h1 {
  text-align: center;
  margin-bottom: 0;
}

h3 {
  /* font-family: inherit;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 2px; */
}
ul {
  margin: 2em 0;
  padding-left: 2em;
}
ul li {
  padding-left: 1em;
}

#wpadminbar {
  display: none;
}
.post,
.page {
  margin: 0;
}
#page {
  overflow: hidden;
  position: relative;
  display: block;
}

.desktop {
  display: none;
}
.mobile {
  display: block;
}
a.button {
  display: block;
  text-align: center;
  margin: 0.5em 0;
  background: transparent;
  border: 1px solid #a4916d;
  text-decoration: none;
  color: #a4916d;
  line-height: 2em;
  padding: 0.5em 0;
  width: 100%;
  max-width: 16.5em;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}
a.button.centered {
  margin: 0.5em auto;
}
img {
  display: block;
}
.desktop-centered {
  text-align: left;
}
.mobile-centered {
  text-align: center;
}
.columns.reverse-columns .wrapper {
  flex-direction: column-reverse;
}
.flex-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-images img {
  width: 48%;
}
.no-padding-top .wrapper {
  padding-top: 0;
}

.phone_cta_container {
  background-color: blue;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
.phone_cta {
  margin-right: 55px;
}
.phone_cta a {
  color: #fff;
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

.wrapper.section-heading {
  color: #39472c;
  font-family: 'Lato';
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

/*-------------------------------------------------*\
    MAIN NAV
\*-------------------------------------------------*/
#masthead {
  display: none;
}

.hamburger {
  padding: 20px 0;
  height: 75px;
  position: absolute;
  right: 15px;
}

.hamburger-box {
  width: 34px;
  height: 34px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 34px;
  height: 7px;
  border-radius: 0;
  background-color: #39472c;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #39472c;
}

#masthead-mobile {
  height: 75px;
}

#masthead-mobile {
  display: block;
  position: relative;
  z-index: 99;
}
.logo-hamburger-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  height: 75px;
}
.logo-mobile {
  padding: 1.25em 0;
  max-width: 200px;
}
.logo-mobile img {
  width: auto;
}
#site-navigation-mobile {
  position: absolute;
  background-color: #ffffff;
  /* height: 100%; */
  width: 100%;
  left: -100%;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  transition: left 0.5s ease;
  z-index: 99;
}
#mobile-menu {
  margin: 0;
  padding: 0;
}
#mobile-menu > li {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em;
  color: #39472c;
}
#mobile-menu > li.menu-item-has-children {
  overflow: hidden;
  max-height: 3.5em;
  background-image: url('images/dropdown-arrow.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 15%;
  background-position-y: 30%;
}
#mobile-menu > li.menu-item-has-children > a {
  width: 100%;
  display: block;
}
#mobile-menu > li.menu-item-has-children.is-open {
  max-height: none;
  background-position-y: 3%;
}
#mobile-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #39472c;
  font-weight: 700;
}
#mobile-menu ul.sub-menu {
  margin: 1em 0 0;
  padding-left: 10px;
  list-style: none;
}
#mobile-menu ul li {
  padding: 15px 0 15px 10px;
}

.menu-overlay {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 9;
}

.search-holder {
  width: 90%;
  height: 85px;
  background-color: #f2f2f2;
  z-index: 9999999;
  position: fixed;
  top: 80px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  justify-content: center;
  line-height: 85px;
  padding: 0px 15px;
  display: none;
}

.search-icon {
  font-weight: 900;
  font-size: 30px;
  color: #39472c;
}

.close-search {
  font-weight: 900;
  color: #39472c;
  font-size: 30px;
}
.search-form {
  height: 100%;
  width: 90%;
  padding-left: 10px;
}
a.shop-link:hover,
a.search-link:hover {
  border-top: 4px solid transparent !important;
}

.search_field::placeholder {
  color: #d8d8d8;
}
.search-field {
  border: 0px !important;
  border-bottom: 1px solid white !important;
  background-color: transparent;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: black !important;
  width: 90%;
}

/*-------------------------------------------------*\
    WYSIWYG
\*-------------------------------------------------*/
.home-subheading .wrapper {
  padding: 1em 1em 0;
}
.faq-section-title h2,
.faq-section-title h1 {
  margin: 0;
}
/*-------------------------------------------------*\
		GRAVITY FORMS
\*-------------------------------------------------*/
.banner-form-section {
  background: #f8f8f8;
}
.banner-container {
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 2.2em;
}
.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul li {
  padding: 0;
  margin-bottom: 0.33em;
}
.gform_wrapper ul li label {
  display: none;
}
::placeholder {
  color: #99b898;
}
:-ms-input-placeholder {
  color: #99b898;
}
::-ms-input-placeholder {
  color: #99b898;
}
input[type='text'],
input[type='email'] {
  font-family: 'Lato', serif;
  font-size: 1em;
  line-height: 1.8;
  padding: 0.8em 1em;
  width: 100%;
  border-radius: 0;
  border: none;
  color: #99b898;
}
.gform_footer {
  margin-top: 1em;
}
.gform_footer input[type='submit'] {
  -webkit-apperance: none;
  -moz-appearance: none;
  display: block;
  text-align: center;
  background: #ffc943;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  color: #fff;
  line-height: 2em;
  padding: 0.65em 0;
  width: 100%;
  max-width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

/* BLOG STYLES */
.meta-flex {
  display: flex;
  justify-content: space-between;
  color: #99b898;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
}

.single-post #blog-sidebar {
  display: none;
}
@media only screen and (max-width: 959px) {
  .blog-wrapper {
    padding: 35px 15px;
  }

  .related-posts.wrapper {
    display: block !important;
  }
  .related-post-single {
    padding-bottom: 35px;
  }

  .related-posts-section {
    padding-bottom: 0 !important;
  }

  .single-post .entry-content {
    margin-top: 10px;
  }
  .meta-flex {
    font-size: 20px;
    line-height: 24px;
  }
}

.related-posts-section {
  border-top: solid 1px #f2f2f2;
  padding-top: 35px;
  padding-bottom: 75px;
}

.related-post-single .meta-flex {
  font-size: 20px;
}
@media only screen and (min-width: 960px) {
  .related-post-single {
    max-width: 280px;
  }
}

.related-posts.wrapper {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}

h2.related-post-title,
h1.related-post-title {
  color: #39472c;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 15px 0 0;
}

@media only screen and (max-width: 767px) {
  h2.entry-title,
  h1.entry-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
}

a.read-more-btn {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  background: #ffc943;
  width: 187px;
  padding: 8px 0;
  display: block;
  margin: 15px auto 0 0;
}

.entry-content a,
.entry-content a:hover,
.entry-content a:visited {
  text-decoration: underline !important;
  color: #99b898 !important;
}

.single-post-row {
  padding: 35px 0;
}

h2.blog-listing-title,
h1.blog-listing-title {
  font-weight: 400 !important;
}

.list-of-posts.wrapper {
  padding-top: 0;
}

.single-post-row .blog-info h2,
.single-post-row .blog-info h1 {
  margin-bottom: 0;
}

.blog-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  h2.blog-listing-title,
  h1.blog-listing-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }

  .list-of-posts.wrapper {
    padding-bottom: 35px;
  }

  .single-post-row {
    padding: 35px 0 0;
  }

  div.single-post-row:last-child {
    padding-bottom: 35px;
  }

  .meta-flex {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .single-post-row {
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0px -1px #d8d8d8;
  }
  .single-post-row > div {
    max-width: 50%;
  }
  .blog-info {
    padding-left: 40px;
  }
}

h1.page-title {
  margin: 0;
}

/* WOOCOMMERCE */

.woocommerce-breadcrumb {
  display: none;
}

.single-product #secondary {
  display: none;
}

.woocommerce div.product p.price {
  color: #39472c;
  font-family: 'Lato';
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.related.products .add_to_cart_button,
.related.products .price {
  display: none !important;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
  color: #39472c;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 15px;
  text-align: center;
}

.related.products {
  clear: both;
}

#main div.product.type-product {
  padding: 35px 15px;
}

.related.products ul li {
  margin-bottom: 35px !important;
}

.related.products ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
}

/* Categories button at the top */
#category-buttons-nav {
  display: flex;
  flex-wrap: wrap;
}

a.category-button {
  background: #f2f2f2;
  color: #39472c;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  height: 48px;
  padding: 15px 20px;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
}

a.category-button.active {
  background: #ffc943;
  color: #fff;
}

p.shop-categories {
  color: #39472c;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

@media only screen and (min-width: 960px) {
  .woocommerce ul.products.columns-6 li.product,
  .woocommerce-page ul.products.columns-6 li.product {
    width: 14.5% !important;
    margin-right: 30px !important;
  }

  .woocommerce-page ul.products.columns-6 li.product.last {
    margin-right: 0 !important;
  }
}

.woocommerce a.button {
  background: #ffc943;
  padding: 0.618em 0.25em;
  color: #fff;
  margin-top: 5px !important;
}

.woocommerce button.button.alt {
  background: #ffc943;
  color: #fff;
  height: 48px;
  line-height: 30px;
  font-family: 'Lato';
  text-align: center;
  margin-left: 15px;
  font-weight: 400;
  width: calc(100% - 109px);
  text-transform: uppercase;
}

.woocommerce .quantity .qty {
  width: 90px;
  text-align: center;
  height: 48px;
  border: 1px solid #99b898;
}

@media only screen and (min-width: 960px) {
  .single-product #primary {
  }

  .custom-tab-container {
    display: flex;
    justify-content: space-between;
  }

  .custom-tab-image,
  .custom-tab-content {
    max-width: 48.5%;
  }

  #main div.product.type-product.first {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 75px;
  }
  .woocommerce div.product div.summary {
    margin-top: 0;
  }

  .woocommerce div.product .product_title {
    color: #39472c;
    font-family: Lato;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px;
  }

  .woocommerce button.button.alt {
    max-width: 265px;
    height: 48px;
    line-height: 30px;
    margin-left: 15px;
  }

  .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 48px;
    border: 1px solid #99b898;
    width: 90px;
  }

  .product_meta,
  .product_meta a {
    color: #99b898 !important;
  }

  .related.products ul.products {
    margin-bottom: 75px;
  }
}
/*-------------------------------------------------*\
    SUBHEADER
\*-------------------------------------------------*/
.subheader-layer {
  margin-bottom: 1em;
  min-height: 325px;
}
.subheader-layer .wrapper {
  padding: 0;
}
.subheader-layer .wrapper .caption {
  text-align: left;
  color: #fff;
}
.subheader-layer h1 {
  font-weight: 400;
  padding: 0.4em 0;
  margin: 0;
  font-size: 48px;
  padding-bottom: 15px;
}

.subheader-layer.home-subheader {
  background-position: center top;
  min-height: 12.5em;
  margin-bottom: 23em;
}
.subheader-layer.home-subheader .caption h1 {
  font-weight: 700;
  font-size: 2.5em;
  color: #fff;
}
.subheader-layer.home-subheader .caption {
  padding: 0 1em;
  position: relative;
  top: 22em;
}

/*-------------------------------------------------*\
    PAGE HEADER
\*-------------------------------------------------*/
.page-header {
  height: 100%;
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  line-height: 85px;
  text-align: center;
}
.page-header > div {
}
.page-header-layer {
  background-color: #f2f2f2;
  line-height: 100%;
  /*border: 1px solid #979797;*/
}
.page-header-layer > .wrapper {
  padding-bottom: 0px;
  padding-top: 0px;
  height: 100%;
}

/*-------------------------------------------------*\
    SUBHEADER CAROUSEL
\*-------------------------------------------------*/

.subheader-carousel-slides {
  display: none;
  height: 100%;
}
.carousel-img {
  width: 100%;
  height: 100%;
}

/* Slideshow container */
.subheader-carousel-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 526px;
}

/* Next & previous buttons */
.subheader-carousel-prev,
.subheader-carousel-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 10;
  display: none;
}

a.subheader-carousel-prev:hover,
a.subheader-carousel-next:hover {
  color: #fff;
}
/* Position the "next button" to the right */
.subheader-carousel-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.subheader-carousel-prev:hover,
.subheader-carousel-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-caption {
  text-align: center;
  max-width: 520px;
  position: absolute;
  top: 100px;
  color: #fff;
  padding: 15px;
}

.carousel-caption h1 {
  font-size: 42px;
}

.carousel-caption h3 {
  font-size: 23px;
}

.dots-holder {
  margin-top: -40px;
  z-index: 10;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 2px solid #fff;
}

.dot.active,
.dot:hover {
  background-image: radial-gradient(
    circle at center,
    #fff,
    #fff 37.5%,
    transparent 40%,
    transparent 100%
  );
}

/*-------------------------------------------------*\
    PRODUCT CAROUSEL SECTION
\*-------------------------------------------------*/

.product-carousel-wrapper {
  padding: 0 15px 75px;
  max-width: 1170px;
  margin: 0 auto;
}

/* The dots/bullets/indicators */
.product-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 2px solid #dddddd;
}

.product-dot.active,
.product-dot:hover {
  background-image: radial-gradient(
    circle at center,
    #dddddd,
    #dddddd 37.5%,
    #fff 40%,
    #fff 100%
  );
}

/*-------------------------------------------------*\
    WOOCOMMERCE SECTION
\*-------------------------------------------------*/
.woocommerce ul.products li.product .price {
  color: #a3a3a3;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
  padding: 0.2em 0;
  margin: 0;
  line-height: 1em;
}

/* .woocommerce ul.products li.product .woocommerce-loop-product__title{
	text-align: center;
	color: #A3A3A3;
	padding: 0px 0px;
	line-height: 24px;
} */

.woocommerce ul.products li.product a img {
  margin-bottom: 5px;
}

.woocommerce ul.products li.product {
  margin-bottom: 0px;
}
/*-------------------------------------------------*\
    IMAGES SECTION
\*-------------------------------------------------*/
.images-layer .wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.image-container {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 15em;
  display: flex;
  align-items: flex-end;
}
.image-container .caption {
  color: #fff;
  padding: 1em 6%;
}
/*-------------------------------------------------*\
    FAQS SECTION
\*-------------------------------------------------*/
.faq-layer {
  background-color: #fff;
}

.faq.open > .faq_question {
  background-color: #39472c;
  border-bottom: 1px solid #99b898;
  color: #fff;
}
.faq.open > .faq_answer_container {
  /*padding: 0px 95px; */
}
.faq_container {
  margin-bottom: 10px;
  border: 1px solid #99b898;
}

.faq_question {
  margin: 0px;
  /* border-bottom: 1px solid #979797; */
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.question {
  width: 100%;
  font-weight: 400;
  border-left: 1px solid #99b898;
  padding: 10px;
  vertical-align: middle;
}
.faq_answer_container {
  height: 0px;
  overflow: hidden;
  padding: 0px;
}
.faq_answer {
  padding: 15px 15px 20px 48px;
  box-sizing: border-box;
}
.accordion-button-icon {
  line-height: inherit;
  opacity: 1;
  filter: alpha(opacity = 50);
  padding: 10px 15px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  color: #99b898;
}
.faq.open .accordion-button-icon {
  color: #fff;
}
.faq-image {
  display: none;
}
/*-------------------------------------------------*\
    COLUMNS SECTION
\*-------------------------------------------------*/
.columns .wrapper {
  display: flex;
  flex-direction: column;
}
.services-section img {
  margin: 0 auto;
}
.services-section .column_1_4,
.services-section .column_2_4,
.services-section .column_3_4 {
  padding-bottom: 2.2em;
}
.services-section .column_1_4 h3,
.services-section .column_2_4 h3,
.services-section .column_3_4 h3,
.services-section .column_4_4 h3 {
  text-align: center;
  margin: 0.8em 0;
}
.services-section .column_1_4 p,
.services-section .column_2_4 p,
.services-section .column_3_4 p,
.services-section .column_4_4 p {
  text-align: center;
}
.team-section h3 {
  text-align: center;
}
.team-section p {
  text-align: center;
  margin-bottom: 2em;
}

.contact-us-section p {
  margin-bottom: 2em;
}

/*-------------------------------------------------*\
    FUNNELS CTA SECTION
\*-------------------------------------------------*/

.funnels .wrapper {
  padding: 0;
  position: relative;
}

.funnels .column_1_2,
.funnels .column_2_2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  min-height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

a.funnels {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

a.funnels {
  color: #fff;
}

/*-------------------------------------------------*\
  STEP SECTION
\*-------------------------------------------------*/
.step-container {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.step {
  background-color: #99b898;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  height: 75px;
  width: 75px;
  flex: 0 0 75px;
  /* border: 1px solid #979797; */
  font-family: 'Montserrat', sans-serif;
  margin-right: 15px;
}

.step-image {
  max-width: 100%;
}

.whole-step.columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 35px;
}
/*-------------------------------------------------*\
    TESTIMONIALS SECTION
\*-------------------------------------------------*/

.testimonials-layer .wrapper h2,
.testimonials-layer .wrapper h1 {
  font-size: 1.25em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #1a1817;
  font-weight: 700;
}
.testimonials-layer .wrapper {
  padding: 1em 9.5% 2.2em;
}
.testimonial-slider {
  text-align: center;
}
.single-testimonial {
  padding: 0.5em;
}
.single-testimonial p {
  margin-top: 0;
}
.single-testimonial img {
  margin: 0 auto 1em;
}
.single-testimonial cite {
  margin-top: 1em;
  display: block;
}
.testimonials-layer .slick-prev,
.testimonials-layer .slick-next {
  top: 60%;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
  color: #d8d8d8;
}
.slick-prev {
  left: -30px;
}
/*-------------------------------------------------*\
    CAROUSEL SECTION
\*-------------------------------------------------*/
.carousel .wrapper {
  padding: 2em 10%;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #000;
}
.carousel .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-image {
  padding: 0.5em;
}
.single-image img {
  margin: 0 auto;
}
/*-------------------------------------------------*\
    TABBED CONTENT SECTION
\*-------------------------------------------------*/
.tabbed-content .wrapper {
  padding: 0 0 1em;
}
.tab-container {
  margin: 0 auto;
}
.tab-container ul.tabs {
  margin: 0;
  padding: 1em;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.tab-title-container {
  padding: 0;
}
.tab-title {
  padding: 1.55em 1em;
  cursor: pointer;
  border-width: 2px 0;
  border-style: solid;
  border-color: #fff;
  font-size: 1.3em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  background-color: rgba(216, 216, 216, 0.5);
}
.tab-title:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.current .tab-title {
  background-color: rgba(0, 0, 0, 0.5);
}
.tab-content {
  display: none;
  border: 1px solid #979797;
  padding: 1em;
  margin: 1em;
  background: #f2f2f2;
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-content .intro-section img,
.tab-content .intro-section p {
  margin-bottom: 1em;
}
.tab-content .intro-section p:last-child {
  margin-bottom: 0;
}
.tab-content h2,
.tab-content h1 {
  margin: 0;
}
.tab-content span {
  font-size: 0.9em;
  font-family: 'Lato', sans-serif;
}
.intro-section .main-image img {
  width: 100%;
  margin-bottom: 0.3em;
}
.intro-section .sub-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro-section .sub-images img {
  max-width: 49%;
}
.tab-content.current {
  display: block;
  background: #fff;
}
.icons-container {
  padding-top: 2em;
}
.icon-holder {
  border-bottom: 1px solid #979797;
  padding-bottom: 1em;
}
.icon-holder:last-child {
  border-bottom: none;
}
.icon-holder img {
  max-width: 6.5em;
  margin: 3em auto 1.5em;
}
.icon-holder h2,
.icon-holder h1 {
  text-align: center;
}
.icon-holder h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0.7em 0;
  font-family: 'Lato', sans-serif;
}
.icon-holder p {
  text-align: center;
}

/*-------------------------------------------------*\
    GRAVITY FORMS
\*-------------------------------------------------*/
.gform_wrapper ul li {
  border: 1px solid #979797;
  margin-bottom: 18px;
}

/*-------------------------------------------------*\
    GALLERY CONTENT SECTION
\*-------------------------------------------------*/
.gallery-content .wrapper {
  padding: 0 0 1em;
}
.gallery-container {
  margin: 0 auto;
}
.gallery-container ul.gallery {
  margin-bottom: 30px;
  margin-top: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.gallery-title-container {
  padding: 0px 8px;
}
.gallery-title-container + .gallery-title-container {
  border-left: 2px solid #979797;
}

.gallery-title {
  cursor: pointer;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.gallery-title-container:hover {
  color: black;
}
.current .gallery-title {
  color: black;
}
.gallery-content {
  display: none;
  background: #f2f2f2;
  animation: fadeEffect 1s;
}
.gallery-image {
  margin: 7px;
}
.gallery-tab-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.gallery-content.current {
  display: block;
  background: #fff;
}

/* Gallery Modal */
.gallery-closeup-background {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  margin-top: 125px;
  padding: 0;
  width: 75%;
  box-sizing: border-box;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery-close {
  color: white;
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 50px;
  font-weight: bold;
}

.gallery-close:hover,
.gallery-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gallery-slides {
  display: none;
  width: 100%;
  height: 100%;
}

.cursor {
  cursor: pointer;
}

.gallery-full {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.gallery-prev,
.gallery-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  user-select: none;
  -webkit-user-select: none;
}
.gallery-prev:hover,
.gallery-prev:active,
.gallery-next:hover,
.gallery-next:active {
  color: rgba(255, 255, 255, 0.5);
}
.gallery-prev {
  left: -60px;
}

.gallery-next {
  right: -60px;
}

/*-------------------------------------------------*\
    GOOGLE MAPS
\*-------------------------------------------------*/
.acf-map {
  width: 100%;
  height: 400px;
  margin: 0;
}
.google-maps-layer .wrapper {
  padding: 0;
}
.address-bar {
  background-color: #ec008c;
  color: #fff;
  text-align: center;
  padding: 1em;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*-------------------------------------------------*\
    IMAGES W/HOVER
\*-------------------------------------------------*/
.images-hover .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-hover-container {
  position: relative;
  margin: 1em 0;
}
.image-hover-container .image {
  display: block;
  width: 100%;
  height: auto;
}
.image-hover-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.image-hover-container:hover .overlay {
  height: 100%;
}
.image-hover-container .caption {
  color: #fff;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*-------------------------------------------------*\
    ICON BOXES SECTION
\*-------------------------------------------------*/
.icon-boxes .icon-box {
  text-align: center;
  padding-top: 5em;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  margin-bottom: 35px;
  /* background-color: #FFF; */
}

.icon-boxes-container > .icon-box:last-child {
  margin-bottom: 0;
}

.icon-box h3 {
  margin: 15px 0;
}

.icon-boxes .icon-box p {
  padding: 0 0.5em;
}
/*-------------------------------------------------*\
    BLOG STYLES
\*-------------------------------------------------*/
.single-post #content::before {
  content: none;
}
.single-post .site-content {
  /* padding: 5em 6% 2em; */
}
.single-post .entry-header {
  margin-bottom: 1em;
}
.single-post #blog-sidebar {
  margin: 0;
  padding: 0;
}
h1.entry-title {
  margin-top: 0;
}

/*-------------------------------------------------*\
    FOOTER SECTION
\*-------------------------------------------------*/
footer {
  background-color: #39472c;
  padding: 35px 1em 20px;
  position: relative;
  width: 100%;
  bottom: 0;
}
.footer-logo img {
  margin: 0 auto;
}

.footer-logo {
  padding-bottom: 35px;
}
.footer-social-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2em 0;
  width: 50%;
  max-width: 275px;
  margin: 0 auto;
}
.footer-menu {
  text-align: center;
  color: #fff;
  padding: 0;
}
.footer-menu a {
  text-decoration: none;
  color: #fff;
}
.site-info {
  padding-top: 10px;
  text-align: center;
  color: #fff;
}
/*-------------------------------------------------*\
    MEDIA QUERIES
\*-------------------------------------------------*/
@media only screen and (min-width: 767px) {
  /******* GENERAL STYLES ********/
  body {
    font-size: 16px;
  }
  h1,
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h4 {
    margin: 15px 0;
  }

  section:last-child > .wrapper:not(.section-heading) {
    padding-bottom: 75px;
  }

  a.button {
    max-width: 265px;
    margin: 0.5em 0;
    padding: 7px 0;
  }
  .responsive-buttons {
    display: flex;
    justify-content: space-around;
  }
  /*============================*/
  /*========= NAV ==============*/
  /*============================*/
  #site-navigation-mobile {
    max-width: 350px;
  }
  .image-container {
    min-height: 30em;
  }
  /*==================================*/
  /*========= SUBHEADER ==============*/
  /*==================================*/
  .subheader-layer.home-subheader {
    margin-bottom: 17em;
  }
  .subheader-layer.home-subheader .caption {
    top: 14em;
  }

  /*-------------------------------------------------*\
		  STEP SECTION DESKTOP
		\*-------------------------------------------------*/
  .step-container {
    max-width: 65%;
    display: flex;
    flex-wrap: nowrap;
  }

  .step-image {
    max-width: 31%;
  }

  .whole-step.columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .whole-step.columns:last-child {
    padding: 0;
  }

  /*=============================*/
  /*======= ICON BOXES ==========*/
  /*=============================*/
  /* .icon-boxes .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 2.5em 8%;
	} */
  .icon-boxes-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 0 0;
  }

  .icon-boxes .icon-box {
    padding-top: 6em;
    margin-bottom: 0;
    /* background-color: #FFF; */
  }
  /*-------------------------------------------------*\
			SUBHEADER CAROUSEL
	\*-------------------------------------------------*/
  /* Next & previous buttons */
  .subheader-carousel-prev,
  .subheader-carousel-next {
    display: block;
  }
  .carousel-caption {
    text-align: left;
    max-width: 520px;
    position: absolute;
    top: 100px;
    right: 60px;
    color: #fff;
  }
}
@media only screen and (min-width: 960px) {
  /*-------------------------------------------------*\
	    GENERAL STYLES (DESKTOP)
	\*-------------------------------------------------*/
  #page {
    min-height: 100vh;
    /* padding-bottom: 240px; */
  }

  footer {
    /* position: absolute; */
  }

  .footer-logo > img {
    height: 35px;
    max-width: 290px;
  }
  .top-padding {
    padding-top: 60px;
  }
  .page-header {
    height: 100%;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    line-height: 85px;
    text-align: left;
  }
  .page-title-heading {
    background: #f2f2f2;
  }
  .page-title-heading > .wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 18px 0;
  }
  .page-title-heading h2,
  .page-title-heading h1 {
    text-align: left;
  }
  h1,
  h2 {
    margin-top: 0;
  }
  ul {
    margin: 30px 0;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  a.button.centered {
    margin: 0.5em 0;
  }
  .desktop-centered {
    text-align: center;
  }
  .mobile-centered {
    text-align: left;
  }
  .columns.reverse-columns .wrapper {
    flex-direction: row;
  }
  .subheading-intro .wrapper {
    max-width: 700px;
  }

  .wrapper.section-heading {
    padding-top: 75px;
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 0;
  }

  .wrapper.section-heading {
    font-size: 50px;
    line-height: 56px;
  }

  /*-------------------------------------------------*\
	    MAIN NAV (DESKTOP)
	\*-------------------------------------------------*/
  #wprmenu_bar {
    display: none;
  }
  #masthead-mobile {
    display: none;
  }
  #site-navigation-mobile {
    display: none;
  }
  #masthead {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
  }

  .box-shadow {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }

  #masthead .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    height: 80px;
  }
  #site-navigation {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  #site-navigation a {
    color: #39472c;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  #site-navigation a:active,
  #site-navigation a:hover,
  ul.primary-menu > .current_page_item > a,
  li.current-menu-item > a,
  li.current-menu-ancestor > a,
  .single-post #menu-item-741 > a {
    color: #39472c;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    border-top: 4px solid #99b898 !important;
  }
  .site-branding img {
    height: 35px;
    width: auto;
    max-width: 290px;
    margin-right: 60px;
  }
  ul.menu {
    height: 100%;
    box-sizing: border-box;
  }

  .main-navigation li {
    margin: 0 15px;
    padding-left: 0;
    height: 100%;
    line-height: 80px;
  }
  .main-navigation li:last-child {
    margin: 0 0 0 15px;
  }
  .main-navigation .sub-menu {
    background-color: #f2f2f2;
  }
  .main-navigation .sub-menu li {
    /*padding: 0px 0;*/
    line-height: 40px;
  }
  .wrapper {
    padding: 75px 0px 0px;
    max-width: 1170px;
    margin: 0 auto;
  }
  .vertical-centered .wrapper {
    align-items: center;
  }
  #content {
    margin-top: 80px;
    min-height: calc(100vh - 273px);
  }

  /*-------------------------------------------------*\
			GRAVITY FORMS (DESKTOP)
	\*-------------------------------------------------*/
  /*
	.gform_wrapper ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.gform_wrapper ul li {
		border: 1px solid #979797;
		margin-bottom: 18px;
	}
    */
  .gform_footer {
    max-width: 450px;
    margin-top: 0;
  }

  /*-------------------------------------------------*\
	    SUBHEADER (DESKTOP)
	\*-------------------------------------------------*/
  .subheader-layer {
    margin-bottom: 75px;
  }
  .subheader-layer .wrapper {
    padding: 0;
  }
  .subheader-layer h1 {
    font-size: 60px;
    line-height: 1;
    padding-top: 75px;
    padding-bottom: 15px;
    color: #fff;
  }
  .subheader-layer p {
    color: black !important;
  }
  .subheader-layer.home-subheader {
    margin-bottom: 0;
    min-height: 450px;
  }
  .subheader-layer.home-subheader .caption {
    text-align: left;
    top: 116px;
    max-width: 520px;
  }
  .subheader-layer.home-subheader .caption h1 {
    padding: 18px 0;
    font-weight: 400;
    color: #fff;
    font-size: 48px;
  }
  .subheader-layer.home-subheader .caption > p {
    color: #fff;
  }
  .subheader-layer.home-subheader h3 {
    margin: 0;
    font-weight: 400;
  }

  /*-------------------------------------------------*\
			WYSIWYG (DESKTOP)
	\*-------------------------------------------------*/
  .home-subheading .wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 15px 75px;
  }
  .banner-form-section .wrapper {
    padding: 75px 15px 0;
  }
  .banner-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
  }
  .banner-container h2,
  .banner-container h1 {
    max-width: 23%;
  }
  .banner-container .gform_wrapper {
    width: 100%;
    max-width: 75%;
  }
  .faq-section-title .wrapper {
    padding: 0 15px;
  }
  .faq-section-title h2,
  .faq-section-title h1 {
    margin-bottom: -48px;
  }
  /*-------------------------------------------------*\
      TABBED CONTENT SECTION (DESKTOP)
  \*-------------------------------------------------*/
  .tab-container ul.tabs {
    flex-direction: row;
    padding: 0 15px;
  }
  .tab-title-container {
    width: 100%;
    max-width: 25%;
  }
  .tab-title {
    width: 100%;
    border: none;
    font-size: 20px;
    padding: 80px 35px;
  }
  .tab-content {
    padding: 0;
    margin: 0 15px 75px;
  }
  .intro-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 30px;
  }
  .intro-section .tab-images {
    max-width: 540px;
  }
  .intro-section .main-image img {
    margin-bottom: 15px;
  }
  .intro-section .sub-images img {
    max-width: 48%;
  }
  .intro-section .content {
    max-width: 550px;
    margin-left: 30px;
  }
  .intro-section a.button {
    margin-top: 55px;
  }
  .tab-container img {
    margin-top: 0;
  }
  .icons-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 42px;
    padding: 0 35px 0;
  }
  .icon-holder {
    max-width: 380px;
    border: none;
    min-height: 330px;
    padding: 0 70px 35px;
  }
  .icon-holder:nth-child(2) {
    border-right: 2px solid #999998;
    border-left: 2px solid #999998;
    max-width: 380px;
  }
  .icon-holder h3 {
    margin: 0 0 20px;
  }
  .icon-holder img {
    margin: 0 auto 36px;
  }
  .icon-holder:last-child {
    border-right: none;
  }
  /*-------------------------------------------------*\
	    IMAGES SECTION (DESKTOP)
	\*-------------------------------------------------*/
  .images-layer .wrapper {
    flex-direction: row;
  }
  .image-container {
    min-height: 20em;
  }
  .image-container .caption {
    color: #fff;
    padding: 1em 12%;
  }

  /*-------------------------------------------------*\
	    COLUMNS (DESKTOP)
	\*-------------------------------------------------*/
  .columns .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .column_1_2,
  .column_2_2 {
    width: 100%;
    max-width: 48.5%;
  }
  .column_1_3,
  .column_2_3,
  .column_3_3 {
    width: 100%;
    max-width: 31%;
  }
  .column_1_4,
  .column_2_4,
  .column_3_4,
  .column_4_4 {
    width: 100%;
    max-width: 23%;
  }
  .team-section p {
    margin-bottom: 0;
  }
  .contact-us-section .column_1_2 {
    max-width: 65%;
  }

  .contact-us-section .column_2_2 {
    max-width: 32%;
  }

  .contact-us-section .gform_wrapper ul li {
    max-width: 49%;
    margin-bottom: 15px;
  }
  .contact-us-section .gform_footer {
    max-width: 190px;
  }
  /*-------------------------------------------------*\
	    TESTIMONIALS SECTION (DESKTOP)
	\*-------------------------------------------------*/
  .testimonials-layer .wrapper {
    padding: 0 0 75px;
  }
  .testimonials-layer .wrapper h2,
  .testimonials-layer .wrapper h1 {
    font-size: 24px;
  }
  .testimonial-slider {
    max-width: 750px;
    margin: 0 auto;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
  .single-testimonial {
    padding: 0 1.5em 1.5em;
  }
  /*-------------------------------------------------*\
	    IMAGES/HOVER SECTION (DESKTOP)
	\*-------------------------------------------------*/
  .images-hover .wrapper {
    flex-direction: row;
    justify-content: space-around;
  }
  .image-hover-container {
    max-width: 30%;
    margin: 0;
  }
  .masonry {
    column-count: 4;
  }
  /*-------------------------------------------------*\
			Funnels desktop
	\*-------------------------------------------------*/
  .funnels .column_1_2,
  .funnels .column_2_2 {
    max-width: 50%;
    padding: 0px 0px 36px 55px;
  }

  /*-------------------------------------------------*\
			FAQS (DESKTOP)
	\*-------------------------------------------------*/
  .faq-layer {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .faq-layer > .wrapper {
    margin: 0;
    min-width: 100%;
  }

  .faq-image {
    display: block;
    width: 100%;
    max-width: 48.5%;
  }

  .faq-container {
    border: 1px solid #979797;
  }

  .faq_answer {
    padding: 35px 75px;
    box-sizing: border-box;
  }
  /*-------------------------------------------------*\
	    BLOG (DESKTOP)
	\*-------------------------------------------------*/
  .single-post .site-content {
  }
  .blog-wrapper {
    max-width: 920px;
    margin: 0 auto;
  }

  .blog-wrapper > article > .post-thumbnail {
    padding: 35px 0;
  }

  .blog-wrapper .entry-content {
    padding-bottom: 75px;
  }
  .single-post #blog-sidebar {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  /********************/
  /*****Icon Boxes*****/
  /********************/
  .icon-boxes .icon-box p {
    padding: 0 35px;
  }
}

/* .single-product-additional-content{
	display: none;
} */