.clearfix {
  clear: both;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.animate-all, .page-template-template-2023-home .button {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.animate-shadow {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

/********************************************
*********************************************
******                                 ******
******          Flexbox Grid           ******
******      Author: Matthew Brand      ******
******                                 ******
*********************************************
********************************************/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex--justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex--justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.flex--justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.flex--justify-spacebetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex--justify-spacearound {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.flex--align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.flex--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex--align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--reverse {
  flex-direction: row-reverse;
}

.page-template-template-2023-home {
  background-color: #f05224;
  color: #2C2826;
}
.page-template-template-2023-home footer {
  margin-top: 0;
}
.page-template-template-2023-home .container {
  max-width: 1322px;
}
.page-template-template-2023-home .button {
  text-align: center;
  background-color: transparent;
  display: inline-block;
  color: white;
  border: 1px solid white;
  font-family: "Bourton Hand Base";
  font-size: 28px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .page-template-template-2023-home .button {
    font-size: 21px;
  }
}
.page-template-template-2023-home .button:hover, .page-template-template-2023-home .button:focus {
  background-color: white;
  color: #f05224;
}
.page-template-template-2023-home .main-banner img {
  max-width: initial;
  width: 100%;
}
.page-template-template-2023-home .main-banner .mobile {
  display: none;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .main-banner .mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .main-banner .desktop {
    display: none;
  }
}
.page-template-template-2023-home .intro {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .intro {
    padding-top: 60px;
  }
}
.page-template-template-2023-home .intro h1 {
  font-size: 95px;
  line-height: 1.18;
}
.page-template-template-2023-home .intro h1 span {
  color: white;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .intro h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .intro h1 {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .intro h1 {
    font-size: 25px;
  }
}
.page-template-template-2023-home .intro img {
  max-width: 150px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .intro img {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .intro img {
    max-width: 66px;
    margin-top: 30px;
  }
}
.page-template-template-2023-home .products-featured {
  padding-top: 50px;
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured {
    padding-top: 30px;
  }
}
.page-template-template-2023-home .products-featured h2 {
  color: white;
  font-size: 55px;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.page-template-template-2023-home .products-featured .product-flex {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-template-template-2023-home .products-featured .product-flex .product-box {
  flex-basis: 25%;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box {
    flex-basis: 50%;
    margin-bottom: 85px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box {
    margin-bottom: 50px;
  }
}
.page-template-template-2023-home .products-featured .product-flex .product-box > div {
  padding: 0 20px;
}
.page-template-template-2023-home .products-featured .product-flex .product-box > div a img {
  max-width: 100%;
}
.page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 {
  color: white;
  font-size: 28px;
  line-height: 1.05;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1395px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 {
    font-size: 14px;
  }
}
.page-template-template-2023-home .products-featured .product-flex .product-box > div a .button {
  padding-top: 20px;
  padding-bottom: 12px;
  display: block;
  background-color: #2C2826;
  color: white;
  border: none;
}
.page-template-template-2023-home .products-featured .product-flex .product-box > div a .button:hover, .page-template-template-2023-home .products-featured .product-flex .product-box > div a .button:focus {
  background-color: white;
  color: #f05224;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a .button {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a .button {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 7px;
  }
}
.page-template-template-2023-home .products-featured .see-all {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 135px;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured .see-all {
    padding-top: 45px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .see-all {
    padding-top: 0;
  }
}
.page-template-template-2023-home .products-featured .see-all .button {
  width: 100%;
  max-width: 542px;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .flex {
    display: block;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-image {
  width: 55%;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .flex .flex-image {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-image > div img {
  width: 100%;
  display: block;
}
.page-template-template-2023-home .two-col-section .flex .flex-content {
  width: 45%;
}
@media (min-width: 993px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-content > div {
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-template-2023-home .two-col-section .flex .flex-content > div h2 {
  color: white;
  font-size: 55px;
  line-height: 1.05;
}
@media (min-width: 993px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content > div h2 {
    margin-top: 0;
  }
}
@media (max-width: 1230px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content > div h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content > div h2 {
    font-size: 28px;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-content > div p {
  font-size: 20px;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content > div p {
    font-size: 28px;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-content > div .button {
  display: block;
  width: 100%;
  max-width: 522px;
  margin-top: 55px;
}
.page-template-template-2023-home .two-col-section .flex.flex--reverse .flex-content > div {
  padding-left: 20px;
  padding-right: 20px;
}
.page-template-template-2023-home .recipes {
  padding-top: 120px;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .recipes {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes {
    padding-top: 0;
  }
}
.page-template-template-2023-home .recipes h2 {
  text-align: center;
  color: white;
  font-size: 95px;
  line-height: 1.05;
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .recipes h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .recipes h2 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes h2 {
    font-size: 40px;
    margin-top: 0;
  }
}
.page-template-template-2023-home .recipes .lgx-section-inner {
  background-color: transparent !important;
}
.page-template-template-2023-home .recipes .owl-carousel .owl-item img {
  height: auto;
}
.page-template-template-2023-home .recipes .owl-carousel .owl-item h3 {
  font-size: 39px;
  color: white;
  line-height: 1.05;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .recipes .owl-carousel .owl-item h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .recipes .owl-carousel .owl-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes .owl-carousel .owl-item h3 {
    font-size: 16px;
  }
}
.page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot span {
  background-color: white;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
  }
}
.page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot.active span, .page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot:hover span {
  background-color: black;
}
.page-template-template-2023-home .recipes .owl-nav {
  display: none;
}
.page-template-template-2023-home .recipes .see-all {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 135px;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .recipes .see-all {
    padding-top: 60px;
    padding-bottom: 81px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes .see-all {
    padding-top: 30px;
  }
}
.page-template-template-2023-home .recipes .see-all .button {
  width: 100%;
  max-width: 458px;
}
.page-template-template-2023-home .honeycomb {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .honeycomb {
    padding-bottom: 50px;
  }
}
.page-template-template-2023-home .honeycomb.second {
  padding-top: 150px;
}
@media (max-width: 600px) {
  .page-template-template-2023-home .honeycomb.second {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .honeycomb img {
    width: 60px !important;
  }
}
.page-template-template-2023-home .products-featured.secondary {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured.secondary {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured.secondary {
    padding-top: 0;
  }
}
.page-template-template-2023-home .products-featured.secondary h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured.secondary h2 {
    margin-bottom: 70px;
  }
}
.page-template-template-2023-home .middle-man {
  padding-bottom: 100px;
}
.page-template-template-2023-home .middle-man h2 {
  font-size: 90px;
  line-height: 1.05;
  color: white;
  text-align: center;
}
@media (max-width: 992px) {
  .page-template-template-2023-home .middle-man h2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .middle-man h2 {
    font-size: 45px;
    text-align: left;
  }
}
.page-template-template-2023-home .honey-gives-hope {
  margin-top: 70px;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 143px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .honey-gives-hope {
    margin-top: 0;
    text-align: left;
  }
}
.page-template-template-2023-home .honey-gives-hope h2 {
  color: white;
  font-size: 55px;
  line-height: 1.05;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .honey-gives-hope h2 {
    font-size: 45px;
  }
}
.page-template-template-2023-home .honey-gives-hope p {
  color: white;
  font-size: 28px;
  line-height: 1.85;
  margin-bottom: 55px;
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-template-template-2023-home .honey-gives-hope p {
    font-size: 20px;
  }
}
.page-template-template-2023-home .honey-gives-hope .button {
  width: 100%;
  max-width: 431px;
}

.page-template-template-2023-home .main-banner {
  min-height: 53.69vw;
}

@media (max-width 992px) {
  .page-template-template-2023 .main-banner {
    min-height: 111.808vw;
  }
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4 {
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button,
.leadinModal.leadinModal-v3 .leadin-button {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.leadinModal.leadinModal-v3 .leadin-preview-wrapper-no-image p {
  text-align: center !important;
  margin-bottom: 20px;
}

.leadinModal .leadin-close-button {
  color: #f05224 !important;
}

.dark_header .optional-spacer {
  height: 90px;
}
@media (max-width: 600px) {
  .dark_header .optional-spacer {
    height: 82px;
  }
}

header .logo-wrapper {
  position: absolute;
  justify-content: center;
  width: 200px !important;
  background-color: white;
  border-radius: 50%;
  height: 153px;
  top: -15px;
  z-index: 100;
}
@media (max-width: 992px) {
  header .logo-wrapper {
    height: 104px;
    width: 157px !important;
    top: 0px;
  }
}
header .logo-wrapper img {
  max-height: 100px !important;
}
@media (max-width: 992px) {
  header .logo-wrapper img {
    max-height: 68px !important;
  }
}
header ul.nav-list li .sub-menu:before {
  content: "";
  height: 50px;
  width: 100%;
  display: block;
  background-color: white;
}
header ul.nav-list li .sub-menu li a {
  font-family: "Bourton Hand Base";
  font-size: 16px;
}
header ul.nav-list > li#menu-item-114152 ul li:last-child {
  width: 100%;
  text-align: center;
}
header ul.nav-list > li#menu-item-114152 ul li:last-child a {
  font-family: "Bourton Hand Base";
  background-color: #2C2826 !important;
  border: none;
  font-size: 16px;
  color: white;
  border-radius: 0;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: inherit;
  display: inline-block;
  width: 88%;
  margin-top: 27px;
}
header ul.nav-list > li#menu-item-114152 ul li:last-child a:hover, header ul.nav-list > li#menu-item-114152 ul li:last-child a:focus {
  background-color: #f05224 !important;
}
header ul.nav-list > li#menu-item-114140 {
  position: static;
}
header ul.nav-list > li#menu-item-114140:hover ul {
  max-height: 760px;
}
header ul.nav-list > li#menu-item-114140 ul {
  margin-left: 0;
  left: 0;
  width: 100vw;
  background-color: white;
  padding-left: 2vw;
  padding-right: 2vw;
}
header ul.nav-list > li#menu-item-114140 ul:before {
  content: "";
  height: 100px;
  width: 100%;
  display: block;
}
header ul.nav-list > li#menu-item-114140 ul li {
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 50px;
}
header ul.nav-list > li#menu-item-114140 ul li:nth-child(6) {
  clear: left;
}
header ul.nav-list > li#menu-item-114140 ul li a {
  display: block;
  max-width: 167px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
}
header ul.nav-list > li#menu-item-114140 ul li a img {
  height: 162px;
  width: auto;
  margin-bottom: 10px;
}
header ul.nav-list > li#menu-item-114140 ul li a span {
  display: block;
  font-family: "Bourton Hand Base";
}
header ul.nav-list > li#menu-item-114140 ul li:last-child {
  width: 100%;
  text-align: center;
}
header ul.nav-list > li#menu-item-114140 ul li:last-child a {
  font-family: "Bourton Hand Base";
  background-color: #2C2826 !important;
  border: none;
  font-size: 16px;
  color: white;
  border-radius: 0;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: inherit;
  display: inline-block;
}
header ul.nav-list > li#menu-item-114140 ul li:last-child a:hover, header ul.nav-list > li#menu-item-114140 ul li:last-child a:focus {
  background-color: #f05224 !important;
}

.dark_header ul.nav-list li.menu-item-has-children:after, .fixed ul.nav-list li.menu-item-has-children:after {
  display: none;
}

.dark_header header ul.nav-list > li > a {
  position: relative;
}

ul.nav-list li.menu-item-has-children > a:after {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: -2px;
  content: url("../assets/img/icon-arrow-down-dark.png");
}

.dark_header header ul.nav-list > li > a {
  font-family: "Bourton Hand Base";
  font-size: 20px;
  line-height: 1;
  color: #2C2826;
  font-weight: 400;
}

.dark_header ul.nav-list li a.button-header,
.fixed ul.nav-list li a.button-header {
  background-color: #2C2826 !important;
  border: none;
  font-size: 16px;
  color: white;
  border-radius: 0;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 50px;
  padding-right: 50px;
}
.dark_header ul.nav-list li a.button-header:hover, .dark_header ul.nav-list li a.button-header:focus,
.fixed ul.nav-list li a.button-header:hover,
.fixed ul.nav-list li a.button-header:focus {
  background-color: #f05224 !important;
  border: none;
}

ul.nav-list li:hover .sub-menu {
  box-shadow: 0px 63px 50px 0px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 992px) {
  header .right-nav-wrapper {
    width: 100% !important;
  }
}

footer {
  background-color: #272420;
  margin-top: 100px;
}
@media (max-width: 992px) {
  footer {
    background-color: #2D2A26;
  }
}
footer::before {
  display: none;
}
footer .footer-top {
  background-color: #2D2A26;
  padding-top: 30px;
}
footer .footer-top .social-wrapper {
  display: none;
}
footer .footer-nav > li > a {
  font-family: "Bourton Hand Base";
  font-size: 20px;
  line-height: 1;
}
footer .footer-nav > li .sub-menu a,
footer .footer-nav > li .sub-menu span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
footer .footer-nav > li .sub-menu a:hover, footer .footer-nav > li .sub-menu a:focus,
footer .footer-nav > li .sub-menu span:hover,
footer .footer-nav > li .sub-menu span:focus {
  color: white;
}
footer .social-wrapper .social-icon img {
  filter: brightness(0) invert(1);
}
footer .footer-bottom {
  padding-top: 60px;
}
footer .mobile-social {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  footer .mobile-social {
    margin-bottom: 80px;
    padding-top: 30px;
  }
}
@media (min-width: 993px) {
  footer .mobile-social {
    margin-top: 45px;
  }
}
@media (max-width: 992px) {
  footer .mobile-social .social-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer #footer-signup {
  max-width: 441px;
  text-align: left;
}
@media (max-width: 992px) {
  footer #footer-signup {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer #footer-signup > p {
  margin-top: 0;
  color: white;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  footer #footer-signup > p {
    font-size: 20px;
  }
}
footer #footer-signup form > div {
  width: 100%;
}
footer #footer-signup form input[type=email] {
  width: 100%;
  border-radius: 5px;
}
footer #footer-signup form .hs-error-msgs {
  margin-bottom: 10px;
  position: relative;
}
footer #footer-signup form .legal-consent-container {
  margin-left: 0;
  color: white;
}
footer #footer-signup form .legal-consent-container .hs-form-booleancheckbox-display > span {
  color: white;
  font-family: "gothambook";
}
footer #footer-signup form input[type=submit] {
  background-color: #F05224;
  font-family: "gothambook";
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
footer .desktop-links {
  margin-left: -10px;
}
@media (max-width: 992px) {
  footer .desktop-links {
    display: none;
  }
}
footer .desktop-links .menu-legal-nav-container {
  float: left;
  margin-right: 10px;
}
footer .desktop-links > p {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
}
footer .desktop-links .legal-nav li a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: underline;
  font-size: 14px;
}
footer .desktop-links .legal-nav li a:hover, footer .desktop-links .legal-nav li a:focus {
  color: white !important;
}
footer .legal-wrapper {
  display: none;
  float: none;
  clear: both;
  padding-left: 0;
  padding-top: 50px;
}
@media (max-width: 992px) {
  footer .legal-wrapper {
    display: block;
    font-size: 16px;
    text-align: left;
    max-width: 310px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-top: 50px !important;
  }
}
footer .legal-wrapper .legal-nav {
  margin-left: -10px;
}
footer .legal-wrapper a, footer .legal-wrapper span, footer .legal-wrapper p {
  color: rgba(255, 255, 255, 0.5) !important;
}
footer .legal-wrapper a {
  text-decoration: underline;
}
footer .legal-wrapper a:hover, footer .legal-wrapper a:focus {
  color: white !important;
}
@media (max-width: 992px) {
  footer .legal-wrapper a {
    font-size: 16px !important;
  }
}
@media (max-width: 992px) {
  footer .footer-bottom > .container > .m6 {
    width: 100% !important;
  }
}

@media (min-width: 993px) {
  .us-site .footer-nav > li {
    width: 25%;
  }
}

.hs-form-70725ff7-c2c6-4f62-81a9-8236309e6006_d4e2fd83-ac12-40d0-8afd-ea1e93f704f0.stacked .field {
  margin-bottom: 0;
}

/*# sourceMappingURL=new-theme.css.map */
