@import url("https://use.typekit.net/ocy0yek.css");
@import "nice.css";
@import "select2.css";
.centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.mobile-only {
  display: none;
}
@media (max-width: 759px) {
  .mobile-only {
    display: block;
  }
}
.desktop-only {
  display: none;
}
@media (min-width: 1200px) {
  .desktop-only {
    display: block;
  }
}
.shadow {
  box-shadow: 0px 1px 7px -1px rgba(132, 128, 128, 0.72);
}
.filter {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.grayscale {
  filter: grayscale(0.64);
}
.grayscale.brighten {
  filter: grayscale(0.14);
}
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+14,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.white-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.blue-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfedf8+0,000000+100&0.65+0,0+69 */
  background: -moz-linear-gradient(top, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cfedf8', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.kalam {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.montserrat-bold {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.source-serif {
  font-family: 'Source Serif Pro', 'arial';
  font-style: normal !important;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.lora {
  font-family: 'Lora', serif;
}
.playfair {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: normal !important;
}
.playfair-bold {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: bold !important;
}
.playfair-fancy {
  font-family: 'Playfair Display SC', 'Georgia';
  font-style: italic;
  font-weight: bold !important;
}
.ikaros {
  font-family: 'ikaros_sansregular', sans-serif;
  font-weight: normal !important;
}
.ikaroslight {
  font-family: 'ikaros_sanslight', sans-serif;
  font-weight: normal !important;
}
.fast {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.icon-text {
  padding-bottom: 40px;
  position: relative;
}
.icon-text:after {
  font-family: 'bakery-icons';
  content: '\e911';
  font-weight: normal !important;
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 110px;
  line-height: 20px;
  transform: translate(-50%, 0%);
  color: #444;
}
.dark-mask {
  position: relative;
}
.dark-mask > * {
  z-index: 2;
}
.dark-mask:before {
  top: 0;
  content: '';
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.border-title {
  position: relative;
  padding: 20px 20px;
  text-align: center;
  font-family: 'Lora', serif;
}
@media (max-width: 759px) {
  .border-title {
    padding: 20px 10px;
  }
}
.border-title:before {
  content: '';
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  border-color: inherit;
  border-style: solid;
  border-width: 2px 0px 0 0px;
}
.border-title:after {
  content: '';
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: inherit;
  border-style: solid;
  border-width: 0 0px 2px 0px;
}
.skew {
  transform: rotate(4deg);
}
.skew-reverse {
  transform: rotate(-4deg);
}
.tan-bg {
  background-color: #dedacf;
}
.blue-bg {
  background-color: #aed9ef;
}
.green-bg {
  background-color: #406325;
  color: #fff;
  background-image: url('../img/green_wave_bg.jpg');
  background-size: cover;
}
.green-bg .acf-innerblocks-container > h2 {
  color: #fff;
}
.green-bg h2 {
  color: #fff !important;
}
.green-bg .block-link {
  background-color: #dedacf;
  color: #406325;
}
.navy-bg {
  background-color: #224289;
  color: #fff;
}
.navy-bg .acf-innerblocks-container > h2 {
  color: #fff;
}
.ice-bg {
  background-image: url('../img/ice.png');
  background-repeat: repeat;
}
.snow-bg {
  background-image: url('../img/snow.png');
  background-repeat: repeat;
}
.angled {
  overflow: visible;
}
.angled:after {
  content: '';
  width: 105%;
  height: 60px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  transform: rotate(2deg);
  left: -2.5%;
  z-index: 6;
}
.custom-shape-divider-top-1675368334 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-top-1675368334 svg {
  position: relative;
  display: block;
  width: calc(132.3%);
  height: 160px;
}
.custom-shape-divider-top-1675368334 .shape-fill {
  fill: #DEDACF;
}
.custom-shape-divider-bottom-1675370945 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1675370945 svg {
  position: relative;
  display: block;
  width: calc(132.3%);
  height: 160px;
}
.custom-shape-divider-bottom-1675370945 .shape-fill {
  fill: #FFFFFF;
}
.border-after {
  text-align: center;
}
.border-after:after {
  content: '';
  position: relative;
  display: block;
  width: 250px;
  height: 10px;
  margin: 20px auto 20px;
  background-image: url('../img/natural_wood.jpg');
}
.in-quotes:before {
  content: '\201c';
}
.in-quotes:after {
  content: '\201d';
}
.triangle-panel {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -50px;
}
.triangle-panel .pane {
  width: 47.85%;
  background: #fff;
  height: 50px;
  position: relative;
  display: block;
}
.triangle-panel .pane.right {
  float: right;
}
.triangle-panel .pane.right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
}
.triangle-panel .pane.left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
  position: absolute;
  right: -50px;
}
.triangle-left {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
}
.triangle-right {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
}
header.header {
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1900;
  background: #400a06;
  box-shadow: 0px -1px 10px -5px #000000;
  position: fixed;
  top: 0;
  left: 0;
}
header.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
header.header .logo {
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 8px 0 8px 0;
}
header.header .logo a {
  display: block;
}
header.header .menu-toggle {
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  font-family: 'Lora', serif;
  margin: 0 10px;
  color: #fff;
  display: none;
  font-weight: bold;
  text-transform: uppercase;
}
header.header .menu-toggle span {
  vertical-align: middle;
}
header.header .menu-toggle span.icon-menu {
  display: inline-block;
  font-size: 0.75em;
  margin-right: 4px;
}
header.header .main-head {
  justify-content: space-between;
  position: relative;
  z-index: 1600;
  padding: 0 2%;
}
header.header .nav {
  z-index: 1100;
  width: 100%;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
}
header.header .nav.full-row {
  justify-content: space-between;
}
header.header .nav.center-row {
  justify-content: center;
}
header.header .nav ul.header-menu {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1100;
  justify-content: center;
  padding: 0px 0;
}
header.header .nav ul.header-menu > li.menu-item {
  font-size: 16px;
  margin: 0 10px;
  text-align: center;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .nav ul.header-menu > li.menu-item:last-child {
  border: none;
}
header.header .nav ul.header-menu > li.menu-item a {
  display: block;
  padding: 0px 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  line-height: 1.1em;
  letter-spacing: 1.5px;
}
header.header .nav ul.header-menu > li.menu-item > a:hover:before {
  content: '';
  height: 2px;
  width: 80%;
  background: #406325;
  position: absolute;
  bottom: -20px;
  left: 10%;
}
header.header .nav ul.header-menu ul.sub-menu {
  display: none;
  position: absolute;
  top: -900px;
  padding: 0px;
  background: #ccd2c5;
  border-bottom: 4px solid #5c8727;
  transition: top 0.26s ease-in;
  transition: opacity 0.26s ease-in 0.24s;
  z-index: 900;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item {
  line-height: 45px;
  position: relative;
  min-width: 150px;
  border: 0;
  padding: 0;
  margin: 0 4px;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item:after {
  display: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a {
  line-height: 1.2em;
  font-size: 12px;
  padding: 11px 15px;
  color: #58595f;
  text-align: center;
  margin: 0px;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a:hover {
  text-decoration: underline;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a:hover:before {
  display: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a .menu-image-title {
  float: left;
  width: 75%;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a:after {
  display: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item-has-children > a:after {
  font-size: 0.5em;
  margin-left: 7px;
  font-family: 'tla';
  content: ">";
  transform: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item-has-children:nth-child( n+4 ) li a {
  text-align: right;
}
header.header .nav ul.header-menu ul.sub-menu li:hover ul.sub-menu {
  display: block;
  right: -170px;
  position: absolute;
  background: red;
  top: 0;
  width: 170px;
}
header.header .nav ul.header-menu ul.sub-menu li:hover ul.sub-menu li {
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}
header.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 10% !important;
  position: relative;
  box-shadow: none;
  justify-content: space-between;
}
header.header.full-row {
  justify-content: space-between;
}
header.header.center-row {
  justify-content: center;
}
header.header .logo {
  width: 230px;
}
header.header .logo img {
  max-height: 90px;
  width: auto;
}
header.header .nav {
  z-index: 1100;
  width: calc(100% - 350px);
}
header.header .nav ul.header-menu {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1100;
  justify-content: space-between;
  padding: 0px 0;
}
header.header .nav ul.header-menu > li.menu-item {
  margin: 0 0px;
  text-align: center;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .nav ul.header-menu > li.menu-item:last-child {
  border: none;
}
header.header .nav ul.header-menu > li.menu-item a {
  display: block;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  position: relative;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
header.header .nav ul.header-menu > li.menu-item a[href*="cart"] {
  position: relative;
  padding: 10px 10px;
  display: flex;
  align-items: center;
}
header.header .nav ul.header-menu > li.menu-item a[href*="cart"]:after {
  content: '';
}
header.header .nav ul.header-menu > li.menu-item a[href*="cart"] span:before {
  color: #fff;
  top: -4px;
  position: relative;
}
header.header .nav ul.header-menu > li.menu-item a[href*="cart"] .cart-amount {
  font-size: 0.65em;
  display: inline-block;
}
header.header .nav ul.header-menu > li.menu-item > a:hover:before {
  content: '';
  height: 2px;
  width: 80%;
  background: #406325;
  position: absolute;
  bottom: -20px;
  left: 10%;
}
header.header .menu-toggle {
  margin: 0;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
header.header#header-2 {
  top: -200px;
  position: fixed;
  transition: all 0.3s ease;
  width: 100%;
  left: 0;
  z-index: 1500;
  box-shadow: 0px 2px 8px -5px #000000;
}
header.header#header-2 .logo img {
  max-height: 70px;
  margin: 5px 0;
}
@media (max-width: 759px) {
  header.header#header-2 .logo img {
    max-height: 60px;
  }
}
header.header#header-2.fixed {
  top: 0px;
}
header.header#header-2.fixed.footer-fixed {
  top: -200px;
}
@media (min-width: 771px) {
  header.header {
    border-bottom: 0px;
    padding: 0 5% !important;
    align-items: center;
  }
  header.header nav.nav {
    order: 3;
    margin: 0;
  }
  header.header nav.nav ul.header-menu li.menu-item.cart {
    margin: 0;
    display: flex;
    padding: 0;
  }
  header.header nav.nav ul.header-menu li.menu-item.cart a {
    font-size: 24px;
  }
  header.header a.menu-toggle {
    display: none;
  }
  header.header a.menu-toggle span.icon-menu {
    font-size: 1em;
  }
}
@media (max-width: 1199px) {
  header.header {
    padding: 0 5% !important;
  }
  header.header div.logo {
    width: 40%;
  }
  header.header .logo a {
    text-align: center;
  }
  header.header .logo a img {
    display: inline-block;
  }
  header.header a.menu-toggle {
    display: flex;
    align-items: center;
    width: 30%;
    font-size: 34px;
  }
  header.header a.menu-toggle span:last-child {
    display: none;
  }
  header.header nav.nav {
    justify-content: flex-end;
    column-gap: 10px;
    width: 30%;
    margin: 0;
  }
  header.header nav.nav ul.header-menu {
    width: auto;
  }
  header.header nav.nav ul.header-menu li.menu-item {
    display: none;
  }
  header.header nav.nav ul.header-menu li.menu-item.cart {
    display: flex;
  }
  header.header nav.nav ul.header-menu li.menu-item.cart a {
    font-size: 24px;
  }
}
#slide-nav {
  position: fixed;
  height: auto;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  padding: 60px 0 15px;
  background: #400a06;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 800;
  top: -1000%;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#slide-nav:after {
  display: none;
  content: '';
  position: absolute;
  background: #ccd2c5;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  opacity: 0;
}
#slide-nav.open {
  left: 0;
  top: 0;
  text-align: center;
}
#slide-nav .logo {
  width: 90%;
  margin: 10px auto;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
}
#slide-nav .logo img {
  max-width: 80%;
}
#slide-nav h2 {
  width: 100%;
  padding: 10px 20px;
  font-size: 2.35em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  color: #000000;
}
#slide-nav .menu-toggle {
  position: absolute;
  font-size: 35px;
  font-weight: bold;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: block;
  right: 5px;
  top: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#slide-nav .menu-toggle:hover {
  color: #f98e1a;
}
#slide-nav ul {
  margin-top: 0px;
  justify-content: space-between;
}
#slide-nav ul:before {
  display: none;
}
#slide-nav ul li {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  text-transform: uppercase;
  width: 100%;
  padding: 0px 00px;
}
#slide-nav ul li:hover > a:after {
  left: 20px;
}
#slide-nav ul li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  padding: 10px 10px;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}
#slide-nav ul li.order a {
  background: #406325;
}
#slide-nav ul.sub-menu {
  display: none;
  top: 0;
  width: 100%;
  min-width: 240px;
  height: 100%;
  transition: opacity 0.01s ease-in, left 0.35s ease-in 0.1s;
  z-index: -1;
  padding-top: 0px;
  margin: 0;
}
#slide-nav ul.sub-menu.open {
  opacity: 1;
  left: 100%;
}
#slide-nav ul.sub-menu li {
  margin-bottom: 10px;
}
#slide-nav ul.sub-menu li a {
  font-size: 14px;
  color: #406325;
  padding: 5px 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 759px) {
  #slide-nav ul li.menu-item a {
    font-size: 18px;
  }
  #slide-nav ul.sub-menu {
    min-width: 170px;
  }
  #slide-nav ul.sub-menu li {
    width: 85%;
    margin: 0 auto;
  }
  #slide-nav ul.sub-menu li a {
    font-size: 13px !important;
    line-height: 20px;
    width: 100%;
  }
}
.slide-bg {
  right: -200%;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.slide-bg .modal-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #444;
  font-size: 32px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: none;
}
.slide-bg .modal-toggle:hover {
  color: #406325;
}
aside.shop-sub-nav {
  position: fixed;
  top: -200%;
  border-top: 2px solid #dedacf;
  padding: 50px 0;
  background-color: #fff;
  z-index: 500;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
aside.shop-sub-nav.closed {
  top: -200%;
}
@media (max-width: 759px) {
  aside.shop-sub-nav.closed {
    top: -2000%;
  }
}
aside.shop-sub-nav h3 {
  color: #406325;
  font-size: 20px;
}
aside.shop-sub-nav > div {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
aside.shop-sub-nav .subnav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #dedacf;
  cursor: pointer;
}
aside.shop-sub-nav .subnav-toggle:hover {
  color: #406325;
}
aside.shop-sub-nav div.shop-menu > div {
  align-items: flex-start;
}
aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"] {
  padding: 0 20px;
}
aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"] figure {
  margin: 0 auto;
}
aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"] .block-link {
  background-color: transparent;
  margin: 0 auto;
  width: 100%;
}
aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"] .block-link a {
  color: #406325;
  text-decoration: none;
}
aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"]:last-child {
  position: relative;
}
aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"]:last-child:before {
  content: '';
  width: 2px;
  background-color: #dedacf;
  height: calc(100% - 20px);
  position: absolute;
  left: -12%;
}
@media (max-width: 759px) {
  aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"]:last-child:before {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 770px) {
  aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"] {
    padding: 0 40px;
  }
  aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"]:last-child {
    position: relative;
  }
  aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"]:last-child:before {
    content: '';
    width: 2px;
    background-color: #dedacf;
    height: calc(100% - 20px);
    position: absolute;
    left: -8%;
  }
}
@media (max-width: 759px) {
  aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"] {
    padding: 0 40px;
  }
  aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"]:last-child {
    position: relative;
  }
  aside.shop-sub-nav div.shop-menu > div > [class*="wp-block"]:last-child:before {
    content: '';
    display: none !important;
  }
}
aside.shop-sub-nav div.shop-menu ul {
  padding: 0;
  margin-bottom: 20px;
}
aside.shop-sub-nav div.shop-menu ul li {
  border: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
aside.shop-sub-nav div.shop-menu ul li a .wc-block-grid__product-title {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
aside.shop-sub-nav div.shop-menu ul li a .wc-block-grid__product-title:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  aside.shop-sub-nav {
    z-index: 2001;
    top: -2000%;
  }
}
aside.shop-sub-nav.mobile-open {
  top: 0;
  height: 100%;
  overflow: auto;
}
aside.shop-sub-nav.mobile-open div.acf-innerblocks-container > div.wp-block-group {
  width: 48% !important;
}
aside.shop-sub-nav.mobile-open div.acf-innerblocks-container > div.wp-block-group:first-child {
  width: 100% !important;
}
@media (max-width: 759px) {
  aside.shop-sub-nav.mobile-open div.acf-innerblocks-container > div.wp-block-group {
    width: 100% !important;
  }
  aside.shop-sub-nav.mobile-open div.acf-innerblocks-container > div.wp-block-group:first-child {
    width: 100% !important;
  }
}
@font-face {
  font-family: 'Nanum Brush Script';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjg.ttf) format('truetype');
}
@font-face {
  font-family: 'IM Fell DW Pica';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/imfelldwpica/v16/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQ.ttf) format('truetype');
}
@font-face {
  font-family: 'IM Fell DW Pica';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZA.ttf) format('truetype');
}
.proxima-black {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
}
.proxima-extrabold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
}
.im-fell {
  font-family: 'IM Fell DW Pica', serif;
}
.brush {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
.proxima-bold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.bourbon {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
.bourbonShort {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.heading {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
.groto {
  font-family: 'Grota Sans Alt';
  font-weight: 900;
}
.body-copy {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gotham {
  font-family: 'GothamMedium';
}
.gotham-book {
  font-family: 'GothamBook';
}
.gotham-bold {
  font-family: 'GothamBold';
}
.gotham-black {
  font-family: 'GothamBlack';
}
.mirasol {
  font-family: 'Mirasol';
  font-weight: normal !important;
}
.proxima {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.palm {
  font-family: 'Joyride STD', 'arial';
}
.proxima-thin {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.lora {
  font-family: 'Lora', serif;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
}
.source {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
.futura {
  font-family: futura-pt, sans-serif;
}
.riffic {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
.source-bold {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
}
.nexa-bold {
  font-family: 'Nexa Bold', 'arial';
}
.nexa-light {
  font-family: 'Nexa Light', 'arial';
}
.joyride {
  font-family: 'Joyride STD', 'arial';
}
@font-face {
  font-family: 'Joyride STD';
  src: url('../fonts/JoyrideSTD.woff2') format('woff2'), url('../fonts/JoyrideSTD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirasol';
  src: url('../fonts/MirasolRegular.woff2') format('woff2'), url('../fonts/MirasolRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.eveleth {
  font-family: 'Eveleth Clean';
}
@font-face {
  font-family: 'Eveleth Clean';
  src: url('../fonts/EvelethCleanRegular.woff2') format('woff2'), url('../fonts/EvelethCleanRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.eot');
  src: url('../fonts/GothamBook.eot') format('embedded-opentype'), url('../fonts/GothamBook.woff2') format('woff2'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/GothamMedium.eot');
  src: url('../fonts/GothamMedium.eot') format('embedded-opentype'), url('../fonts/GothamMedium.woff2') format('woff2'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot') format('embedded-opentype'), url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
}
@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/GothamBlack.eot');
  src: url('../fonts/GothamBlack.eot') format('embedded-opentype'), url('../fonts/GothamBlack.woff2') format('woff2'), url('../fonts/GothamBlack.woff') format('woff'), url('../fonts/GothamBlack.ttf') format('truetype'), url('../fonts/GothamBlack.svg#GothamBlack') format('svg');
}
@font-face {
  font-family: 'Grota Sans Alt';
  src: url('../fonts/GrotaSansAltHeavy.woff2') format('woff2'), url('../fonts/GrotaSansAltHeavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ecomm-icons';
  src: url('../fonts/ecomm-icons.eot?ymy290');
  src: url('../fonts/ecomm-icons.eot?ymy290#iefix') format('embedded-opentype'), url('../fonts/ecomm-icons.ttf?ymy290') format('truetype'), url('../fonts/ecomm-icons.woff?ymy290') format('woff'), url('../fonts/ecomm-icons.svg?ymy290#ecomm-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ecomm-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-scissors:before {
  content: "\e90d";
}
.icon-cut:before {
  content: "\e90d";
}
.icon-thin-chevron-right:before {
  content: "\e907";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-thin-chevron-left:before {
  content: "\e909";
}
.icon-quote-right:before {
  content: "\e90b";
}
.icon-quote-left:before {
  content: "\e90c";
}
.icon-arrow:before {
  content: "\e906";
}
.icon-tiktok:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e908";
  color: #f00;
}
.icon-home:before {
  content: "\e905";
}
.icon-house:before {
  content: "\e905";
}
.icon-target:before {
  content: "\e902";
}
.icon-goal:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e900";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram1:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-user:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e903";
}
.icon-shopping-bag:before {
  content: "\e904";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-cart:before {
  content: "\f07a";
}
.icon-instagram:before {
  content: "\f16d";
}
.home-slider .slick-prev,
.home-slider .slick-next {
  top: 55%;
  z-index: 900;
}
.home-slider .slick-prev:before,
.home-slider .slick-next:before {
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.home-slider .slick-next {
  right: 25px;
  width: 50px;
  height: 50px;
}
.home-slider .slick-next:before {
  font-size: 50px;
}
.home-slider .slick-prev {
  left: 25px;
  width: 50px;
  height: 50px;
}
.home-slider .slick-prev:before {
  font-size: 50px;
}
.home-slider .slick-slide {
  margin-bottom: -2px;
}
.home-slider ul.slick-dots {
  bottom: 25px;
}
.home-slider ul.slick-dots li button:before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}
.home-slider ul.slick-dots li.slick-active button:before {
  color: #5c8727;
}
.home-head {
  position: relative;
}
.home-head .slick-slider {
  width: 100%;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-bottom: -5px;
}
div.home-slide.page-head {
  position: relative;
  max-height: 1000px;
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
  margin-bottom: -3px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 759px) {
  div.home-slide.page-head {
    min-height: 500px;
    max-height: 100%;
    height: 90vh;
  }
}
@media (min-width: 2000px) {
  div.home-slide.page-head {
    height: 65vh;
  }
}
div.home-slide.page-head.no-banner {
  background-repeat: repeat;
  background-size: auto;
}
div.home-slide.page-head .home-slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  top: 0;
  left: 0;
}
div.home-slide.page-head.gear .home-slide-img {
  object-position: left top;
}
div.home-slide.page-head:before {
  opacity: 0.47;
  z-index: 2;
}
div.home-slide.page-head div.slide-content {
  position: relative;
  z-index: 100;
  display: block;
  width: 90%;
  max-width: 1020px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0em auto;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
}
div.home-slide.page-head div.slide-content h1,
div.home-slide.page-head div.slide-content h2,
div.home-slide.page-head div.slide-content h3 {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 4.45em;
  margin-top: 0;
  color: #fff;
}
div.home-slide.page-head div.slide-content h1 {
  text-transform: none;
  letter-spacing: 2px;
  font-size: 4.75em;
  margin: 0 0 10px;
  display: inline-block;
}
div.home-slide.page-head div.slide-content h2 {
  font-size: 2em;
  margin: 5px 0;
  line-height: 1.15;
}
@media (max-width: 759px) {
  div.home-slide.page-head div.slide-content h2 {
    font-size: 1.75em;
  }
  div.home-slide.page-head div.slide-content h2 br {
    display: none;
  }
}
@media (max-width: 375px) {
  div.home-slide.page-head div.slide-content h2 {
    font-size: 1.5em;
  }
}
div.home-slide.page-head div.slide-content h2 span {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6em;
  line-height: 1.2;
  display: block;
}
div.home-slide.page-head div.slide-content a {
  color: #0b3c4b;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.home-slide.page-head div.slide-content a:hover {
  color: #013c4b;
}
div.home-slide.page-head div.slide-content a:hover:before {
  color: #013c4b;
}
div.home-slide.page-head div.slide-content a span {
  font-size: 3.25em;
  margin-left: 8px;
}
div.home-slide.page-head div.slide-content .slide-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.home-slide.page-head div.slide-content .slide-row.full-row {
  justify-content: space-between;
}
div.home-slide.page-head div.slide-content .slide-row.center-row {
  justify-content: center;
}
div.home-slide.page-head div.slide-content .slide-row .text {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  div.home-slide.page-head div.slide-content .slide-row .text {
    width: 100%;
  }
}
@media (min-width: 760px) {
  div.home-slide.page-head div.slide-content .slide-row .text {
    width: 58%;
  }
}
div.home-slide.page-head div.slide-content .slide-row .image-block {
  max-width: 400px;
}
@media (min-width: 760px) {
  div.home-slide.page-head div.slide-content .slide-row .image-block {
    width: 40%;
  }
}
div.home-slide.page-head div.slide-content a.block-link {
  font-family: 'IM Fell DW Pica', serif;
  font-size: 25px;
  background-color: #dedacf;
  border: none;
  text-decoration: none;
  display: inline-block;
  min-width: 300px;
  padding: 5px 30px;
  text-align: center;
  margin-top: 20px;
}
div.home-slide.page-head div.slide-content a.block-link:hover {
  color: #ecd50f;
}
@media (max-width: 759px) {
  div.home-slide.page-head div.slide-content h1 {
    font-size: 3.75em;
  }
  div.home-slide.page-head div.slide-content h2 {
    font-size: 1.61em;
    margin-bottom: 0;
  }
}
body.home .page-content .contain {
  width: 90%;
  max-width: 1020px;
}
@media (max-width: 759px) {
  body.home .page-content .contain {
    width: 90%;
  }
}
body.home article.page .intro {
  padding: 7em 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
body.home article.page .intro p strong {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
}
body.home article.page .intro.contain {
  width: 80%;
  max-width: 1040px;
}
body.home article.page .intro div.image-block {
  min-height: 0;
}
body.home article.page .intro .wp-block-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
body.home article.page .intro div.wp-block-column.text {
  padding: 0 0 0 2.5%;
  color: #406325;
}
body.home article.page .intro div.wp-block-column.text h2 {
  color: #8f2a2a;
}
body.home article.page .intro div.wp-block-column.text p {
  max-width: 500px;
}
@media (max-width: 759px) {
  body.home article.page .intro div.wp-block-column.text {
    margin-bottom: 0;
  }
}
body.home div.product-panel .wp-block-group {
  text-align: center;
}
body.home div.product-panel .block-link {
  width: 400px;
}
body.home .wp-block-columns a.block-link {
  margin: 10px 0 0;
}
body.home .product-panel ul.wc-block-grid__products li span.price,
body.home .product-panel ul.wc-block-grid__products li .wc-block-components-product-title {
  display: none;
}
body.home .product-panel ul.wc-block-grid__products li .wp-block-button {
  display: none;
}
body.home .intro .contain {
  width: 90%;
  max-width: 1440px;
}
body.home .intro .contain h2 {
  margin-bottom: 10px;
}
body.home .intro .better-row .acf-innerblocks-container {
  align-items: center;
}
body.home .intro .wp-block-image {
  margin-bottom: 0;
}
@media (min-width: 771px) {
  body.home .intro div.wp-block-column.wp-container-1 {
    flex-grow: 0.65;
  }
}
section.intro h2 {
  margin-bottom: 10px;
}
body.home .page-content .contain {
  width: 80%;
}
@media (max-width: 759px) {
  body.home .page-content .contain {
    width: 90%;
  }
}
@media (max-width: 770px) {
  body.home .kernels > div.acf-innerblocks-container {
    width: 80% !important;
  }
}
body.home ul.service-list {
  max-width: 80%;
  margin: 3vh auto 0;
}
@media (max-width: 759px) {
  body.home ul.service-list {
    margin: 0 auto;
    width: 100%;
  }
}
body.home ul.service-list li {
  background: #000000;
  padding: 20px;
  color: #fff;
}
body.home ul.service-list li span[class*="icon"] {
  font-size: 7em;
  color: #5c8727;
}
body.home .fancy-slider {
  background-color: blue;
}
body.home .fancy-slider:before {
  content: '';
  width: 100%;
  height: 240px;
  z-index: 60;
  background-image: url('../img/memories_tagline.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.panel.wavey-panel {
  padding-top: 0px;
  padding-bottom: 0px;
}
section.panel.wavey-panel .divider {
  position: absolute;
  width: 101%;
  overflow: hidden;
  z-index: 10;
}
section.panel.wavey-panel .divider.top {
  top: 0;
}
section.panel.wavey-panel .divider.bottom {
  bottom: 0;
}
section.panel.wavey-panel .divider.bottom svg {
  bottom: -10px;
  position: relative;
}
.full-slider .slick-slide {
  height: calc(50vh + 600px);
}
@media (min-width: 2000px) {
  .full-slider .slick-slide {
    height: calc(65vh + 600px);
  }
}
.full-slider .slick-slide > div {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}
.full-slider .slick-slide > div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  top: 0;
}
@media (max-width: 770px) {
  .full-slider .slick-slide {
    height: calc(60vh + 50px);
  }
}
.wavey-panel {
  position: relative;
}
.wavey-panel.pad-top {
  padding-top: calc(260px + 6em);
}
@media (min-width: 2000px) {
  .wavey-panel.pad-top {
    padding-top: calc(660px + 6em);
  }
}
@media (max-width: 770px) {
  .wavey-panel.pad-top {
    padding-top: 20vh;
  }
}
section.panel.social-panel {
  color: #224289;
}
section.panel.social-panel h2 {
  color: #224289;
}
section.panel.social-panel ul.foot-social li a {
  font-size: 24px;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  background-color: #224289;
}
section.panel.social-panel ul.foot-social li a span:before {
  vertical-align: middle;
}
.border-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 4em 3em;
}
.notifications {
  background: #dedacf;
  color: #406325;
  text-align: center;
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 1900;
  padding: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 16px;
}
.notifications div.contain > * {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 14px;
  margin: 0;
}
.notifications a {
  color: #ffc107;
  text-decoration: none;
}
.notifications .notice-toggle {
  position: absolute;
  top: 5px;
  right: 1%;
  font-weight: normal;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
@media (max-width: 770px) {
  .notifications {
    top: 0;
  }
  .notifications .notice-toggle {
    top: 1px;
  }
}
@media (max-width: 759px) {
  .notifications {
    position: relative;
  }
}
body .page-head nav.breadcrumbs {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  background: none;
  color: #fff;
  margin-top: 0;
  bottom: inherit;
  top: 0;
}
body .page-head nav.breadcrumbs span[class*="icon"] {
  transform: none;
}
body h1.page-title,
body h1 {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 3.75em;
}
@media (max-width: 759px) {
  body h1.page-title,
  body h1 {
    font-size: 2.75em;
    margin: 0;
  }
}
.row {
  display: flex;
  flex-direction: row;
}
.row.full-row {
  justify-content: space-between;
}
.row.center-row {
  justify-content: center;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper {
  overflow: hidden;
}
.topfix {
  margin-top: 191px;
}
@media (max-width: 1199px) {
  .topfix {
    margin-top: 220px;
  }
}
.menu-toggle {
  display: none;
}
.contain {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wide-contain {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.panel {
  padding: 8em 0;
  position: relative;
  border: none;
}
.panel.center-align {
  text-align: center;
}
.panel.background-image {
  background-position: center center;
  background-size: cover;
}
.panel.intro,
.panel.thin {
  padding: 4em 0;
}
@media (max-width: 770px) {
  .panel {
    padding: 4em 0;
  }
}
.panel.pad-top {
  padding-top: 10em;
}
.hidden {
  opacity: 0;
}
.delay {
  animation-delay: .75s;
}
.slow {
  animation-duration: 2.75s;
}
iframe {
  max-width: 100%;
}
p {
  font-size: 22px;
  line-height: 1.65em;
}
.grecaptcha-badge {
  display: none !important;
}
.page-content {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.page-template-default section.page-content {
  padding-top: 20px;
}
.page-head {
  padding: 4em 0;
  position: relative;
}
.page-head > * {
  z-index: 2;
}
.page-head:before {
  top: 0;
  content: '';
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.page-head:before {
  opacity: 0;
}
.page-head.has-img {
  background-position: center;
  padding: 6em 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-head.no-img {
  background-color: #400a06;
  padding: 6em 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 759px) {
  .page-head.no-img {
    padding: 6em 5%;
  }
}
.page-head.shop-head {
  background-color: #400a06;
  color: #fff;
  text-align: center;
  padding: 6em 0;
}
.page-head.shop-head .term-description {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-head.shop-head .term-description h1 {
  color: #fff;
}
.page-head .banner-image {
  position: absolute;
  object-fit: cover;
  object-position: center;
  margin: 0;
  height: 100%;
  width: 100%;
}
.page-head .banner-image.placeholder:before {
  top: 0;
  content: '';
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.page-head h1.page-title {
  margin: 0 auto;
  color: #fff;
  width: 85%;
  text-align: center;
}
.page-head p {
  max-width: 840px;
  margin: 10px auto;
}
.page-head .breadcrumbs {
  font-family: 'Lato', sans-serif;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #ccd2c5;
  padding: 7px 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.page-head .breadcrumbs span[class*="icon"] {
  display: inline-block;
  transform: rotate(-90deg);
}
.page-head .breadcrumbs a {
  font-weight: bold;
}
@media (max-width: 759px) {
  .page-head .breadcrumbs {
    width: 50%;
  }
}
.content-row {
  justify-content: space-between;
}
@media (min-width: 760px) {
  .content-row aside.sidebar {
    order: 0;
    width: 22%;
  }
  .content-row article[class*="type-"] {
    order: 1;
    width: 77%;
    padding: 20px 5% 20px 5%;
  }
}
@media (max-width: 770px) {
  .content-row {
    flex-wrap: wrap;
  }
  .content-row aside.sidebar {
    order: 2;
    width: 100%;
  }
  .content-row article[class*="type-"] {
    order: 0;
    width: 100%;
    padding: 20px 5% 20px 5%;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
}
h1.page-title {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
h1 {
  font-size: 20px;
}
@media (max-width: 759px) {
  h1 {
    font-size: 1.65em;
  }
}
article.page h3 {
  font-size: 2.25em;
  margin: 12px 0;
}
ul {
  list-style-type: none;
  margin: 0;
}
article.page,
article.post {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
article.page ul,
article.post ul {
  list-style-type: disc;
  margin: inherit;
  padding-left: 1.5em;
}
article.page ul li,
article.post ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
.block {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .block {
    width: 100%;
  }
}
.page-content .block.image-block {
  background-size: cover;
  background-position: center;
}
.page-content .block.text {
  padding: 40px 40px;
}
.page-content .block.text > :first-child {
  margin-top: 0;
}
article.page h2,
article.post h2,
article.tribe_events h2 {
  font-size: 2.026em;
}
article.page h2:first-child,
article.post h2:first-child,
article.tribe_events h2:first-child {
  margin-top: 0;
}
@media (max-width: 759px) {
  article.page h2,
  article.post h2,
  article.tribe_events h2 {
    font-size: 1.95em;
  }
}
article.page h3,
article.post h3,
article.tribe_events h3 {
  font-size: 1.76em;
}
article.page h3:first-child,
article.post h3:first-child,
article.tribe_events h3:first-child {
  margin-top: 0;
}
article.page h4,
article.post h4,
article.tribe_events h4 {
  font-size: 1.26em;
  margin-bottom: 5px;
}
p a {
  text-decoration: underline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.product-list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}
.product-list > li {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .product-list > li {
    width: 32%;
  }
}
.product-list > li h3 {
  font-size: 38px;
}
.product-list > li .prod-deets {
  margin-top: 10px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}
.product-list > li .prod-deets h2 {
  font-size: 16px;
  max-width: 200px;
}
.product-list > li .prod-deets p.price {
  text-align: right;
  margin: 0;
  line-height: 1;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  color: #406325;
}
li.service .view-article {
  display: none !important;
}
li.service .loop-link {
  text-decoration: none;
}
li.service .loop-link p {
  text-decoration: none;
}
@media (min-width: 760px) {
  .item-row.half > li {
    width: 48%;
  }
}
@media (min-width: 760px) {
  .item-row.third > li {
    width: 30%;
  }
}
@media (min-width: 760px) {
  .item-row.quarter > li {
    width: 20%;
  }
}
article.page ul.info-list,
article.post ul.info-list,
section.panel ul.info-list {
  margin-top: 20px;
  padding: 0 0 0 0;
  justify-content: center;
}
article.page ul.info-list li,
article.post ul.info-list li,
section.panel ul.info-list li {
  font-weight: normal !important;
  font-family: 'Montserrat', 'arial';
  font-size: 16px;
  margin-bottom: 5px;
  width: 40%;
  margin: 0 2% 20px;
  text-align: left;
}
article.page ul.info-list li .item-image,
article.post ul.info-list li .item-image,
section.panel ul.info-list li .item-image {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 759px) {
  article.page ul.info-list li,
  article.post ul.info-list li,
  section.panel ul.info-list li {
    width: 100%;
  }
}
article.page ul.info-list li span,
article.post ul.info-list li span,
section.panel ul.info-list li span {
  margin-right: 10px;
}
article.page ul.info-list li .text,
article.post ul.info-list li .text,
section.panel ul.info-list li .text {
  margin-top: 10px;
  text-align: left;
}
article.page ul.info-list li .text h3,
article.post ul.info-list li .text h3,
section.panel ul.info-list li .text h3 {
  margin: 0;
  font-size: 1.45em;
  font-weight: 400;
}
article.page ul.row,
article.post ul.row,
section.panel ul.row {
  list-style-type: none !important;
}
.content-header {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto 40px;
}
@media (min-width: 760px) {
  .content-header {
    margin: 0 auto 90px;
  }
}
.item-image {
  min-height: 100px;
  min-width: 100px;
  background-size: cover;
}
.content-list {
  list-style-type: none;
  padding: 0;
}
.content-list {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content-list.full-row {
  justify-content: space-between;
}
.content-list.center-row {
  justify-content: center;
}
.content-list li {
  width: 20%;
  text-align: center;
}
.list-item.icon span[class*="icon"] {
  font-size: 6.45em;
}
.tab-content {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tab-content.current {
  display: block;
  opacity: 1;
}
.tab-contain {
  min-height: 20vh;
}
.award-item .award-image {
  width: 170px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.award-list ul {
  flex-wrap: wrap;
}
.award-list ul li {
  width: 16.56%;
  text-align: center;
  margin-bottom: 4em;
}
.award-list ul li h3 {
  display: none;
}
body.woocommerce .accordion-content,
body.page .accordion-content {
  display: none;
}
.testimonials {
  padding: 8em 0;
  position: relative;
  border: none;
}
.testimonials.center-align {
  text-align: center;
}
.testimonials.background-image {
  background-position: center center;
  background-size: cover;
}
.testimonials.intro,
.testimonials.thin {
  padding: 4em 0;
}
@media (max-width: 770px) {
  .testimonials {
    padding: 4em 0;
  }
}
.testimonials.pad-top {
  padding-top: 10em;
}
.testimonials .text {
  font-style: italic;
  width: 70%;
  margin: 20px auto;
  font-weight: normal !important;
  font-family: 'Montserrat', 'arial';
  font-size: 1.46em;
}
.testimonials .customer-info {
  margin-top: 4em;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.testimonials .customer-info.full-row {
  justify-content: space-between;
}
.testimonials .customer-info.center-row {
  justify-content: center;
}
.testimonials .customer-info span {
  font-weight: normal !important;
  font-family: 'Montserrat', 'arial';
}
.testimonials .customer-info h4 {
  margin: 0 8px 0 0;
}
article.page ul.foot-social {
  display: flex;
  justify-content: center;
}
body.photo-gallery .page-title,
body.video-gallery .page-title {
  text-align: center;
}
body.photo-gallery article.gallery-content,
body.video-gallery article.gallery-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.photo-gallery article.gallery-content.full-row,
body.video-gallery article.gallery-content.full-row {
  justify-content: space-between;
}
body.photo-gallery article.gallery-content.center-row,
body.video-gallery article.gallery-content.center-row {
  justify-content: center;
}
div.fancybox-caption {
  font-size: 25px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  padding-top: 15px;
}
div.fancybox-caption a.caption-link {
  background: #fff;
  color: #444;
  display: inline-block;
  padding: 5px 8px;
  font-family: 'Oswald', sans-serif;
  margin-top: 5px;
  margin-left: 15px;
}
.sl9-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sl9-gallery.full-row {
  justify-content: space-between;
}
.sl9-gallery.center-row {
  justify-content: center;
}
.sl9-gallery br {
  display: none;
}
.sl9-gallery a {
  padding: 8px;
  min-width: 120px;
}
.sl9-gallery a img {
  margin: 0;
}
article.page ul.gallery-list {
  list-style-type: none;
  margin-top: 4em;
}
article.page ul.gallery-list li {
  display: flex;
  width: 30%;
  margin-bottom: 40px;
}
article.page ul.gallery-list li a {
  margin-left: 10px;
}
body aside.email-form {
  background-image: url('../img/fish_bg.jpg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #013c4b;
  text-align: center;
  padding: 10px;
  color: #224289;
  padding: 10em 0 12em;
}
body aside.email-form h2 {
  font-size: 2.4em;
  text-transform: uppercase;
}
body aside.email-form h3 {
  margin: 0 0 5px;
}
body aside.email-form div.row {
  justify-content: space-between;
  margin: 0 auto;
}
body aside.email-form h2 {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
}
body aside.email-form form.wpcf7-form {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 840px;
}
body aside.email-form label {
  color: #0b3c4b;
  height: 0;
  font-size: 0;
}
body aside.email-form input[type="text"],
body aside.email-form input[type="email"] {
  background-color: #fff;
  text-align: center;
  border: none;
  color: #224289;
  font-size: 20px;
  box-shadow: none;
}
body aside.email-form input[type="text"]::placeholder,
body aside.email-form input[type="email"]::placeholder {
  color: #000000;
  opacity: 1;
  font-style: italic;
}
body aside.email-form input[type="submit"] {
  background-color: #400a06;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 7px 40px;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  min-width: 250px;
  text-decoration: none;
  margin: 40px auto 0;
  display: block;
  border-radius: 25px;
  line-height: inherit;
  max-width: 200px;
}
body aside.email-form input[type="submit"]:hover {
  background-color: #0b3c4b;
  color: #fff;
}
body aside.email-form input[type="submit"]:hover {
  background-color: #0b3c4b;
  color: #fff;
}
body aside.email-form .divider {
  top: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
body aside.email-form .divider svg {
  width: 101%;
  top: -1px;
  position: relative;
}
@media (min-width: 2000px) {
  body aside.email-form {
    min-height: 900px;
  }
}
@media (max-width: 770px) {
  body aside.email-form {
    padding: 4em 0 6em;
    background-size: cover;
    background-position: center bottom;
  }
}
body.faq article.page h4 {
  color: #406325;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 30px;
}
body.faq .widget_block section.block-panel {
  border-bottom: 1px solid #eee;
}
.question {
  display: block;
  overflow: auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.question h3 {
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #000000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 20px !important;
}
.question h3 span {
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 20px;
}
.question .answer {
  display: none;
}
.question .answer p {
  font-size: 16px;
}
.question .answer p:first-child {
  margin-top: 0;
}
@media (max-width: 759px) {
  .question {
    overflow: visible;
  }
}
body.error404 article[id*="post"] {
  min-height: 60vh;
}
body.blog article.post,
body.page-template-blog article.post,
.tax-page article.post,
body.blog article.page,
body.page-template-blog article.page,
.tax-page article.page,
body.blog article.tribe_events,
body.page-template-blog article.tribe_events,
.tax-page article.tribe_events,
body.blog article[class*="post"],
body.page-template-blog article[class*="post"],
.tax-page article[class*="post"] {
  margin-bottom: 4em;
  width: 90%;
  max-width: 840px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}
body.blog article.post img,
body.page-template-blog article.post img,
.tax-page article.post img,
body.blog article.page img,
body.page-template-blog article.page img,
.tax-page article.page img,
body.blog article.tribe_events img,
body.page-template-blog article.tribe_events img,
.tax-page article.tribe_events img,
body.blog article[class*="post"] img,
body.page-template-blog article[class*="post"] img,
.tax-page article[class*="post"] img {
  margin-bottom: 15px;
}
body.page-template-blog .page-head,
.blog-page .page-head {
  display: none;
}
body.page-template-blog .posts-loop .posts,
.blog-page .posts-loop .posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto 10px;
}
body.page-template-blog .posts-loop .posts li,
.blog-page .posts-loop .posts li {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0;
}
@media (max-width: 759px) {
  body.page-template-blog .posts-loop .posts li,
  .blog-page .posts-loop .posts li {
    width: 100%;
  }
  body.page-template-blog .posts-loop .posts li .thumb,
  .blog-page .posts-loop .posts li .thumb {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 760px) {
  body.page-template-blog .posts-loop .posts li div.column,
  .blog-page .posts-loop .posts li div.column {
    width: 70%;
  }
}
body.page-template-blog .posts-loop .posts li .loop-image,
.blog-page .posts-loop .posts li .loop-image {
  background-size: cover;
  width: 100%;
  height: 150px;
  display: block;
}
body.page-template-blog .posts-loop .posts li .thumb,
.blog-page .posts-loop .posts li .thumb {
  margin-right: 20px;
  width: 30%;
}
body.page-template-blog .posts-loop .posts li p,
.blog-page .posts-loop .posts li p {
  font-size: 14px;
}
body.page-template-blog .posts-loop .posts li .view-article,
.blog-page .posts-loop .posts li .view-article {
  display: block;
  max-width: 300px;
  text-align: center;
  color: #fff;
  margin-top: 8px;
  text-decoration: none;
}
body.page-template-blog .posts-loop .posts h3,
.blog-page .posts-loop .posts h3 {
  margin: 10px 0 0;
  font-size: 20px;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-blog .posts-loop .posts h3 a,
.blog-page .posts-loop .posts h3 a {
  text-decoration: none;
  color: #000000;
}
body.page-template-blog .posts-loop .posts .post-deets,
.blog-page .posts-loop .posts .post-deets {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  text-transform: uppercase;
}
a.placeholder {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #ccd2c5;
  min-height: 175px;
  text-transform: uppercase;
  font-size: 15px;
}
body.single .page-title {
  margin-bottom: 0.45em;
  margin-top: 0;
}
body.single .content-row {
  justify-content: space-between;
}
@media (min-width: 770px) {
  body.single .content-row aside.sidebar {
    order: 0;
  }
  body.single .content-row aside.sidebar .side-container {
    margin-top: 0;
  }
  body.single .content-row article.post {
    order: 1;
    margin-left: 5%;
    width: 70%;
  }
}
body.single .content-row article.post {
  padding-right: 5%;
}
@media (min-width: 770px) {
  body.single .content-row article.post {
    width: 75%;
  }
}
article.post .date,
article.page .date,
article.tribe_events .date,
article[class*="post"] .date {
  margin-top: 10px;
  display: block;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 14px;
}
article.post .view-more,
article.page .view-more,
article.tribe_events .view-more,
article[class*="post"] .view-more {
  clear: both;
  display: block;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}
.pagination {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.pagination .page-numbers {
  margin-right: 5px;
  background: #406325;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  padding: 5px 14px;
  display: inline-block;
}
.pagination .page-numbers:hover {
  background: #777;
}
.pagination span.page-numbers {
  background: #406325;
}
body.single-portfolio .content-row {
  flex-direction: column;
}
body.single-portfolio .content-row .sl9-gallery {
  justify-content: flex-start;
}
body.single-portfolio .sidebar {
  width: 100%;
  margin-top: 6em;
}
body.single-portfolio .sidebar:before {
  width: 100%;
  height: 1px;
  top: -3em;
}
body.single-portfolio .sidebar .side-product-cats {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}
body.single-portfolio .sidebar .side-product-cats.full-row {
  justify-content: space-between;
}
body.single-portfolio .sidebar .side-product-cats.center-row {
  justify-content: center;
}
body.single-portfolio .sidebar .side-product-cats li {
  width: 30%;
}
div.fancybox-container .fancybox-bg {
  background: #fbf7f7;
}
div.fancybox-container .fancybox-bg:after {
  content: '';
  background: url(../img/sheds_for_sale.png);
  width: 200px;
  display: block;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 10px;
}
.course-results.loading > * {
  opacity: 0.2;
}
.course-results.loading:before {
  content: "Loading Results";
  padding: 22px;
  background: #5c8727;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  display: block;
  top: 60px;
  text-align: center;
  text-transform: uppercase;
}
.results-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.results-bg.open {
  right: 0;
  opacity: 0.97;
}
.results-bg .modal-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #444;
  font-size: 32px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: none;
}
.results-bg .modal-toggle:hover {
  color: #406325;
}
.head-results {
  position: fixed;
  width: 70%;
  right: -2000px;
  top: 10%;
  height: 80%;
  background-color: #fff;
  z-index: 2000;
  color: #000000;
  min-width: 300px;
  overflow: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.head-results > * {
  z-index: 4;
  position: relative;
}
@media (min-width: 950px) {
  .head-results {
    min-width: 500px;
    width: 70%;
  }
}
@media (max-width: 759px) {
  .head-results {
    width: 85%;
  }
  .head-results h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.head-results.open {
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
}
section.product_panels article.product {
  width: 30%;
}
section.product_panels article.product figure.product-image {
  position: relative;
  width: 100%;
  height: 300px;
}
section.product_panels article.product figure.product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
section.product_panels article.product h2 {
  padding: 0;
  font-size: 24px;
}
section.product_panels article.product h2 span {
  font-size: 14px;
}
section.product_panels article.product a.button {
  background: #0b3c4b;
  float: none;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  display: block;
  text-align: center;
  font-size: 1.35em;
  flex-grow: 1;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #eee;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
section.product_panels article.product a.button:hover {
  background-color: #013c4b;
}
section.product_panels article.product .screen-sm h2 {
  min-height: 95px;
}
section.product_panels article.product .screen-phone-only {
  width: 100%;
}
.woocommerce-pagination li .page-numbers {
  font-weight: bold;
  font-family: 'GothamMedium';
  font-size: 20px;
}
.woocommerce ul.products li.product,
div.wp-block-handpicked-products ul.products li.product,
.woocommerce ul[class*="products"] li.product,
div.wp-block-handpicked-products ul[class*="products"] li.product,
.woocommerce ul.products li[class*="product"],
div.wp-block-handpicked-products ul.products li[class*="product"],
.woocommerce ul[class*="products"] li[class*="product"],
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
.woocommerce ul.products li.product figure,
div.wp-block-handpicked-products ul.products li.product figure,
.woocommerce ul[class*="products"] li.product figure,
div.wp-block-handpicked-products ul[class*="products"] li.product figure,
.woocommerce ul.products li[class*="product"] figure,
div.wp-block-handpicked-products ul.products li[class*="product"] figure,
.woocommerce ul[class*="products"] li[class*="product"] figure,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] figure {
  position: relative;
}
.woocommerce ul.products li.product figure.product-image,
div.wp-block-handpicked-products ul.products li.product figure.product-image,
.woocommerce ul[class*="products"] li.product figure.product-image,
div.wp-block-handpicked-products ul[class*="products"] li.product figure.product-image,
.woocommerce ul.products li[class*="product"] figure.product-image,
div.wp-block-handpicked-products ul.products li[class*="product"] figure.product-image,
.woocommerce ul[class*="products"] li[class*="product"] figure.product-image,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] figure.product-image {
  position: relative;
  width: 100%;
  height: 300px;
}
.woocommerce ul.products li.product figure.product-image img,
div.wp-block-handpicked-products ul.products li.product figure.product-image img,
.woocommerce ul[class*="products"] li.product figure.product-image img,
div.wp-block-handpicked-products ul[class*="products"] li.product figure.product-image img,
.woocommerce ul.products li[class*="product"] figure.product-image img,
div.wp-block-handpicked-products ul.products li[class*="product"] figure.product-image img,
.woocommerce ul[class*="products"] li[class*="product"] figure.product-image img,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] figure.product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  background-color: transparent;
}
.woocommerce ul.products li.product span.price,
div.wp-block-handpicked-products ul.products li.product span.price,
.woocommerce ul[class*="products"] li.product span.price,
div.wp-block-handpicked-products ul[class*="products"] li.product span.price,
.woocommerce ul.products li[class*="product"] span.price,
div.wp-block-handpicked-products ul.products li[class*="product"] span.price,
.woocommerce ul[class*="products"] li[class*="product"] span.price,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] span.price {
  color: #8f2a2a;
  font-size: 20px;
}
.woocommerce ul.products li.product a.add_to_cart_button,
div.wp-block-handpicked-products ul.products li.product a.add_to_cart_button,
.woocommerce ul[class*="products"] li.product a.add_to_cart_button,
div.wp-block-handpicked-products ul[class*="products"] li.product a.add_to_cart_button,
.woocommerce ul.products li[class*="product"] a.add_to_cart_button,
div.wp-block-handpicked-products ul.products li[class*="product"] a.add_to_cart_button,
.woocommerce ul[class*="products"] li[class*="product"] a.add_to_cart_button,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] a.add_to_cart_button {
  background-color: #0b3c4b;
  color: #224289;
  border-radius: 30px;
  font-size: 18px;
  display: block;
}
.woocommerce ul.products li.product .prod-deets,
div.wp-block-handpicked-products ul.products li.product .prod-deets,
.woocommerce ul[class*="products"] li.product .prod-deets,
div.wp-block-handpicked-products ul[class*="products"] li.product .prod-deets,
.woocommerce ul.products li[class*="product"] .prod-deets,
div.wp-block-handpicked-products ul.products li[class*="product"] .prod-deets,
.woocommerce ul[class*="products"] li[class*="product"] .prod-deets,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] .prod-deets {
  margin-top: 10px;
  justify-content: space-between;
  text-align: left;
  display: flex;
  flex-direction: row;
}
.woocommerce ul.products li.product .prod-deets h2,
div.wp-block-handpicked-products ul.products li.product .prod-deets h2,
.woocommerce ul[class*="products"] li.product .prod-deets h2,
div.wp-block-handpicked-products ul[class*="products"] li.product .prod-deets h2,
.woocommerce ul.products li[class*="product"] .prod-deets h2,
div.wp-block-handpicked-products ul.products li[class*="product"] .prod-deets h2,
.woocommerce ul[class*="products"] li[class*="product"] .prod-deets h2,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] .prod-deets h2 {
  font-size: 16px;
  width: 200px;
}
.woocommerce ul.products li.product .prod-deets p.price,
div.wp-block-handpicked-products ul.products li.product .prod-deets p.price,
.woocommerce ul[class*="products"] li.product .prod-deets p.price,
div.wp-block-handpicked-products ul[class*="products"] li.product .prod-deets p.price,
.woocommerce ul.products li[class*="product"] .prod-deets p.price,
div.wp-block-handpicked-products ul.products li[class*="product"] .prod-deets p.price,
.woocommerce ul[class*="products"] li[class*="product"] .prod-deets p.price,
div.wp-block-handpicked-products ul[class*="products"] li[class*="product"] .prod-deets p.price {
  text-align: right;
  margin: 0;
  line-height: 1;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  color: #406325;
}
aside.sidebar {
  width: 100%;
  float: none;
  background: inherit;
}
aside.sidebar .side-container {
  min-height: auto;
  padding: 0;
  background: initial;
}
body.archive.post-type-archive-product #primary,
body.woocommerce.archive #primary {
  float: none;
  margin-bottom: 0;
}
body.archive.post-type-archive-product div.contain,
body.woocommerce.archive div.contain {
  width: 80%;
  overflow: auto;
  clear: both;
}
body.archive.post-type-archive-product .storefront-sorting,
body.woocommerce.archive .storefront-sorting {
  margin: 2em 0;
}
body.archive.post-type-archive-product #main,
body.woocommerce.archive #main {
  margin-bottom: 0;
  background-color: #fff;
}
body.archive.post-type-archive-product .about-panel,
body.woocommerce.archive .about-panel {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.archive.post-type-archive-product .about-panel .row,
body.woocommerce.archive .about-panel .row {
  align-items: center;
  width: 80%;
  column-gap: 20px;
}
body.archive.post-type-archive-product .about-panel h2,
body.woocommerce.archive .about-panel h2 {
  color: #224289;
}
body.archive.post-type-archive-product .about-panel div.block:first-of-type,
body.woocommerce.archive .about-panel div.block:first-of-type {
  text-align: right;
}
body.archive.post-type-archive-product .about-panel div.block:first-of-type img,
body.woocommerce.archive .about-panel div.block:first-of-type img {
  display: inline-block;
}
body.archive.post-type-archive-product .about-panel .block-link,
body.woocommerce.archive .about-panel .block-link {
  color: #fff;
}
body.archive.post-type-archive-product aside.email-form,
body.woocommerce.archive aside.email-form {
  display: none;
}
body.shop .panel.testimonials {
  margin-top: 10em;
}
body.single-product.woocommerce {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.single-product.woocommerce .site-main {
  margin-bottom: 0;
  overflow: hidden;
}
body.single-product.woocommerce .content-area {
  background-color: #fff;
  float: none;
  width: 100%;
  margin-bottom: 0;
  overflow: auto;
}
body.single-product.woocommerce .shop-head .page-title {
  margin-bottom: 0;
}
body.single-product.woocommerce nav.breadcrumbs {
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  color: #406325;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
body.single-product.woocommerce nav.breadcrumbs a {
  color: #406325;
}
body.single-product.woocommerce div.product-row {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-bottom: 4em;
}
body.single-product.woocommerce div.type-product,
body.single-product.woocommerce div.product {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  width: 80%;
  margin-top: 40px;
  overflow: visible;
  display: block;
}
body.single-product.woocommerce div.type-product nav.breadcrumbs,
body.single-product.woocommerce div.product nav.breadcrumbs {
  width: 100%;
}
body.single-product.woocommerce div.type-product div.woocommerce-product-gallery,
body.single-product.woocommerce div.product div.woocommerce-product-gallery {
  width: 53%;
  margin: 0;
}
@media (min-width: 760px) {
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-viewport,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-viewport {
    width: calc( 100% - 80px );
    float: right;
  }
}
body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-viewport a img,
body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-viewport a img {
  width: 100%;
}
@media (max-width: 759px) {
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-control-thumbs,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
    column-gap: 5px;
    justify-content: flex-start;
  }
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-control-thumbs.full-row,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs.full-row {
    justify-content: space-between;
  }
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-control-thumbs.center-row,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs.center-row {
    justify-content: center;
  }
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-control-thumbs li,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li {
    width: 60px;
  }
}
@media (min-width: 760px) {
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-control-thumbs,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs {
    width: 80px;
    float: left;
  }
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-control-thumbs li img,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none;
    margin: 0 10% 10% 0%;
  }
}
body.single-product.woocommerce div.type-product div.woocommerce-product-gallery .flex-control-thumbs li,
body.single-product.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs li {
  margin-bottom: 10px;
}
@media (max-width: 770px) {
  body.single-product.woocommerce div.type-product div.woocommerce-product-gallery,
  body.single-product.woocommerce div.product div.woocommerce-product-gallery {
    width: 100%;
  }
}
body.single-product.woocommerce div.type-product div.summary,
body.single-product.woocommerce div.product div.summary {
  width: 43%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #000000;
  margin-bottom: 0;
}
body.single-product.woocommerce div.type-product div.summary h1.product_title,
body.single-product.woocommerce div.product div.summary h1.product_title {
  margin: 5px 0;
  color: #000000;
  font-size: 1.75em;
}
body.single-product.woocommerce div.type-product div.summary ul,
body.single-product.woocommerce div.product div.summary ul {
  font-size: 20px;
  margin-bottom: 15px;
}
body.single-product.woocommerce div.type-product div.summary h3,
body.single-product.woocommerce div.product div.summary h3 {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 0;
  color: #000000;
}
body.single-product.woocommerce div.type-product div.summary p,
body.single-product.woocommerce div.product div.summary p {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.single-product.woocommerce div.type-product div.summary p strong,
body.single-product.woocommerce div.product div.summary p strong {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
body.single-product.woocommerce div.type-product div.summary p.price,
body.single-product.woocommerce div.product div.summary p.price {
  font-size: 24px;
  margin: 5px 0;
  font-weight: normal;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  color: #406325;
}
body.single-product.woocommerce div.type-product div.summary a,
body.single-product.woocommerce div.product div.summary a {
  color: #406325;
}
body.single-product.woocommerce div.type-product div.summary .woocommerce-product-rating,
body.single-product.woocommerce div.product div.summary .woocommerce-product-rating {
  margin: 0;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 16px;
  font-weight: normal;
}
body.single-product.woocommerce div.type-product div.summary .woocommerce-product-rating div.star-rating,
body.single-product.woocommerce div.product div.summary .woocommerce-product-rating div.star-rating {
  font-size: 16px;
}
body.single-product.woocommerce div.type-product div.summary .woocommerce-product-rating div.star-rating span:before,
body.single-product.woocommerce div.product div.summary .woocommerce-product-rating div.star-rating span:before {
  color: #406325;
}
body.single-product.woocommerce div.type-product div.summary .woocommerce-product-rating a,
body.single-product.woocommerce div.product div.summary .woocommerce-product-rating a {
  color: #406325;
  font-weight: normal;
}
body.single-product.woocommerce div.type-product div.summary #purchase-options,
body.single-product.woocommerce div.product div.summary #purchase-options {
  margin-top: 20px;
  font-size: 16px;
}
body.single-product.woocommerce div.type-product div.summary #purchase-options tr,
body.single-product.woocommerce div.product div.summary #purchase-options tr {
  display: block;
}
body.single-product.woocommerce div.type-product div.summary #purchase-options th.label,
body.single-product.woocommerce div.product div.summary #purchase-options th.label {
  font-weight: normal;
}
@media (min-width: 760px) {
  body.single-product.woocommerce div.type-product div.summary #purchase-options th.label,
  body.single-product.woocommerce div.product div.summary #purchase-options th.label {
    flex-grow: 1;
    width: 200px;
    margin-bottom: 10px;
  }
}
body.single-product.woocommerce div.type-product div.summary #purchase-options td.value,
body.single-product.woocommerce div.product div.summary #purchase-options td.value {
  flex-grow: 1;
}
body.single-product.woocommerce div.type-product div.summary div.variations_button,
body.single-product.woocommerce div.product div.summary div.variations_button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.single-product.woocommerce div.type-product div.summary div.variations_button table.thwepo-extra-options td,
body.single-product.woocommerce div.product div.summary div.variations_button table.thwepo-extra-options td {
  padding-left: 0;
}
body.single-product.woocommerce div.type-product div.summary form.cart,
body.single-product.woocommerce div.product div.summary form.cart {
  margin-bottom: 10px;
  font-size: 16px;
}
body.single-product.woocommerce div.type-product div.summary form.cart .select2,
body.single-product.woocommerce div.product div.summary form.cart .select2 {
  width: 100%;
}
body.single-product.woocommerce div.type-product div.summary form.cart table.variations tr,
body.single-product.woocommerce div.product div.summary form.cart table.variations tr {
  display: block;
}
body.single-product.woocommerce div.type-product div.summary form.cart table.variations tr td.label,
body.single-product.woocommerce div.product div.summary form.cart table.variations tr td.label {
  margin-bottom: 10px;
}
body.single-product.woocommerce div.type-product div.summary div.quantity input.qty,
body.single-product.woocommerce div.product div.summary div.quantity input.qty {
  background-color: #fff;
  border: 1px solid #000000;
}
body.single-product.woocommerce div.type-product div.summary button.button,
body.single-product.woocommerce div.product div.summary button.button {
  background-color: #400a06;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 18px;
  border: none;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 7px 40px;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  min-width: 250px;
  text-decoration: none;
  border-radius: 30px;
  text-transform: uppercase;
  margin: 0;
}
body.single-product.woocommerce div.type-product div.summary button.button:hover,
body.single-product.woocommerce div.product div.summary button.button:hover {
  background-color: #0b3c4b;
  color: #fff;
}
body.single-product.woocommerce div.type-product div.summary button.button:hover,
body.single-product.woocommerce div.product div.summary button.button:hover {
  background-color: #0b3c4b;
  color: #fff;
}
@media (max-width: 759px) {
  body.single-product.woocommerce div.type-product div.summary button.button,
  body.single-product.woocommerce div.product div.summary button.button {
    min-width: 0;
    padding: 10px 30px;
  }
}
body.single-product.woocommerce div.type-product div.summary .statement,
body.single-product.woocommerce div.product div.summary .statement {
  font-size: 22px;
}
body.single-product.woocommerce div.type-product div.summary .product_meta,
body.single-product.woocommerce div.product div.summary .product_meta {
  display: none;
  padding-top: 10px;
}
body.single-product.woocommerce div.type-product div.summary .edit-link,
body.single-product.woocommerce div.product div.summary .edit-link {
  display: none;
}
@media (max-width: 770px) {
  body.single-product.woocommerce div.type-product div.summary,
  body.single-product.woocommerce div.product div.summary {
    width: 100%;
  }
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs,
body.single-product.woocommerce div.product div.woocommerce-tabs {
  display: block;
  width: 100%;
  color: #000000;
  overflow: hidden;
  clear: both;
  padding: 0em 0 6em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs h2,
body.single-product.woocommerce div.product div.woocommerce-tabs h2 {
  color: #000000;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs p,
body.single-product.woocommerce div.product div.woocommerce-tabs p {
  font-size: 16px;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs a,
body.single-product.woocommerce div.product div.woocommerce-tabs a {
  color: #000000;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs div.star-rating,
body.single-product.woocommerce div.product div.woocommerce-tabs div.star-rating {
  font-size: 16px;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs div.star-rating span:before,
body.single-product.woocommerce div.product div.woocommerce-tabs div.star-rating span:before {
  color: #0b3c4b;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs ul.tabs,
body.single-product.woocommerce div.product div.woocommerce-tabs ul.tabs {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs ul.tabs li,
body.single-product.woocommerce div.product div.woocommerce-tabs ul.tabs li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs .panel,
body.single-product.woocommerce div.product div.woocommerce-tabs .panel {
  padding: 0;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs p.stars,
body.single-product.woocommerce div.product div.woocommerce-tabs p.stars {
  margin-right: 10px;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs p.stars a:before,
body.single-product.woocommerce div.product div.woocommerce-tabs p.stars a:before {
  color: #000000;
}
body.single-product.woocommerce div.type-product div.woocommerce-tabs .select2,
body.single-product.woocommerce div.product div.woocommerce-tabs .select2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.single-product.woocommerce div.type-product #comment,
body.single-product.woocommerce div.product #comment {
  max-height: 200px;
}
body.single-product.woocommerce div.type-product .form-submit input,
body.single-product.woocommerce div.product .form-submit input {
  background-color: #0b3c4b;
  color: #224289;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 25px;
}
body.single-product.woocommerce nav.storefront-product-pagination,
body.single-product.woocommerce aside.sidebar {
  display: none !important;
}
body.single-product.woocommerce section.related {
  padding: 8em 0;
  border: none;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
  border-top: 1px solid #eee;
}
body.single-product.woocommerce section.related.center-align {
  text-align: center;
}
body.single-product.woocommerce section.related.background-image {
  background-position: center center;
  background-size: cover;
}
body.single-product.woocommerce section.related.intro,
body.single-product.woocommerce section.related.thin {
  padding: 4em 0;
}
@media (max-width: 770px) {
  body.single-product.woocommerce section.related {
    padding: 4em 0;
  }
}
body.single-product.woocommerce section.related.pad-top {
  padding-top: 10em;
}
body.single-product.woocommerce section.related h2 {
  color: #000000;
}
body.single-product.woocommerce section.related ul.products {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 1220px;
}
@media (max-width: 759px) {
  body.single-product.woocommerce section.related ul.products {
    width: 85%;
  }
}
body.single-product.woocommerce section.related ul.products li .woocommerce-loop-product__title {
  display: none;
}
body.single-product.woocommerce .about-panel {
  background-color: #0b3c4b;
}
body.single-product.woocommerce .about-panel .row {
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.single-product.woocommerce .about-panel .row h2 {
  color: #224289;
}
body.single-product.woocommerce .about-panel .row .block:first-child {
  width: auto;
}
.product-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-icons li {
  display: block;
  min-height: 50px;
  width: 50px;
}
.product-icons li svg * {
  fill: #0b3c4b;
}
body.single.single-product[class*="red"] .product-icons li svg * {
  fill: #8f2a2a;
}
body.single.single-product[class*="blue"] .product-icons li svg * {
  fill: #0b3c4b;
}
body.single.single-product[class*="everything"] .product-icons li svg * {
  fill: #f98e1a;
}
body.single.single-product[class*="cheesy"] .product-icons li svg * {
  fill: #ecd50f;
}
.howto-kernels svg > * {
  fill: #0b3c4b;
}
.howto-popcob svg > * {
  fill: #8f2a2a;
}
.step-list {
  text-align: center;
  margin-top: 4em;
}
.step-list > div {
  padding: 20px 20px;
}
@media (min-width: 771px) {
  .step-list > div {
    border: solid #eee;
    border-width: 0px 1px 0px 0px;
  }
}
.step-list > div figure.svg {
  height: 200px;
}
.step-list > div svg {
  max-height: 100px;
}
.step-list > div h3 {
  margin: 0 0;
  font-size: 2em;
}
.step-list > div:last-of-type {
  border: 0px;
}
.step-list p {
  font-size: 16px;
}
div.woocommerce-notices-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer.footer {
  background: #33313f;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 2em 0;
  font-family: 'GothamMedium';
}
footer.footer .contain {
  width: 90%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 770px) {
  footer.footer .contain {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
footer.footer .contain > * {
  width: 30%;
}
footer.footer .contain h3 {
  color: #fff;
}
footer.footer .contain p {
  font-size: 16px;
}
footer.footer .contain a {
  color: #fff;
}
footer.footer div.copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
footer.footer div.copyright.full-row {
  justify-content: space-between;
}
footer.footer div.copyright.center-row {
  justify-content: center;
}
@media (max-width: 759px) {
  footer.footer div.copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
footer.footer div.copyright .foot-menu {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-left: 5px;
  align-items: center;
}
footer.footer div.copyright .foot-menu.full-row {
  justify-content: space-between;
}
footer.footer div.copyright .foot-menu.center-row {
  justify-content: center;
}
footer.footer div.copyright .foot-menu li {
  border-left: 1px solid #000000;
  padding: 0 0 0 5px;
}
@media (max-width: 440px) {
  footer.footer div.copyright .foot-menu {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
  footer.footer div.copyright .foot-menu li {
    border: none;
  }
}
footer.footer div.copyright a {
  color: black;
}
footer.footer .foot-logo {
  font-family: 'GothamMedium';
  max-width: 760px;
  margin: 0 auto 40px;
}
footer.footer .foot-logo:after {
  content: '';
  width: 80%;
  height: 1px;
  background-color: #ddd;
  display: block;
  position: relative;
  margin: 30px auto 0;
}
@media (max-width: 770px) {
  footer.footer .foot-logo {
    width: 80%;
    max-width: 300px;
  }
}
ul.foot-social {
  justify-content: center;
  margin: 20px auto 20px;
  display: block;
  text-align: center;
}
ul.foot-social li {
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  position: relative;
}
ul.foot-social li a {
  position: relative;
  z-index: 200;
  text-align: center;
  display: block;
  font-size: 20px;
  background-color: #fff;
  color: #400a06;
  height: 40px;
  width: 40px;
  line-height: 45px;
  border-radius: 50%;
}
ul.foot-social li span:before {
  color: #400a06 !important;
}
body.single section.page-content {
  padding: 40px 0;
  width: 80%;
}
body.single section.page-content .wp-post-image {
  margin-bottom: 40px;
}
body.single .breadcrumbs .col-full {
  padding: 0;
  margin: 0;
}
body.single .breadcrumbs .storefront-breadcrumb {
  margin: 0;
  padding: 0;
}
body.single .breadcrumbs .storefront-breadcrumb nav a:first-child:before {
  display: none;
}
.page-content article.recipe .half {
  justify-content: space-between;
}
.page-content article.recipe .half > div .screen-sm {
  width: 48%;
}
.page-content article.recipe .desc {
  margin-bottom: 20px;
  color: #8f2a2a;
}
.page-content article.recipe .desc p {
  line-height: 1em;
}
.page-content .ingredient-list h2 {
  margin-bottom: 0;
  font-size: 2em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-content .ingredient-list ul {
  margin-top: 10px;
}
.page-content .ingredient-list ul li {
  align-items: center;
  margin-bottom: 7px;
  flex-wrap: nowrap;
  flex-direction: row !important;
  justify-content: flex-start;
}
.page-content .ingredient-list ul li.checked-off {
  position: relative;
}
.page-content .ingredient-list ul li.checked-off p {
  color: #888;
  text-decoration: line-through;
}
.page-content .ingredient-list ul li p {
  margin: 0;
  font-style: normal !important;
  line-height: 1;
}
.page-content .ingredient-list ul li input {
  margin-right: 8px;
}
@media (max-width: 759px) {
  .page-content .ingredient-list {
    margin-bottom: 20px;
  }
}
.page-content .instruction-list h2 {
  margin: 0 0 10px;
  font-size: 2em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-content .instruction-list p {
  line-height: 1em;
}
.page-content .instruction-list li.step {
  margin-bottom: 15px;
}
.page-content .instruction-list li.step h3 {
  font-size: 1.85em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.page-content div.actions {
  margin: 20px 0;
}
.page-content div.actions .a2a_kit a {
  background-color: #8f2a2a;
  border-radius: 0px;
  margin-right: 10px;
  height: 32px;
}
body.archive section.page-content article.contain {
  max-width: 80%;
}
.archive-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 4%;
  row-gap: 40px;
}
.archive-row.full-row {
  justify-content: space-between;
}
.archive-row.center-row {
  justify-content: center;
}
.archive-row > article {
  text-align: center;
}
@media (min-width: 760px) {
  .archive-row > article {
    width: 48%;
  }
}
.archive-row > article figure {
  margin-bottom: 20px;
  text-align: center;
}
.archive-row > article figure.loop-image {
  height: 300px;
  position: relative;
}
.archive-row > article figure.loop-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.archive-banner {
  margin: 20px auto;
  text-align: center;
}
.placeholder {
  background-color: #ccd2c5;
  text-align: center;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.placeholder img {
  width: auto !important;
  display: inline-block;
  height: auto !important;
}
body.page-template-blog {
  background-color: #fff;
}
body.page-template-blog .contain {
  width: 90%;
}
body.page-template-blog .posts-loop ul.posts {
  display: flex;
  flex-direction: row;
  row-gap: 2em;
}
body.page-template-blog .posts-loop ul.posts.full-row {
  justify-content: space-between;
}
body.page-template-blog .posts-loop ul.posts.center-row {
  justify-content: center;
}
body.page-template-blog .posts-loop ul.posts .featured {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-template-blog .posts-loop ul.posts .featured.full-row {
  justify-content: space-between;
}
body.page-template-blog .posts-loop ul.posts .featured.center-row {
  justify-content: center;
}
body.page-template-blog .posts-loop ul.posts .featured .view-more {
  background-color: #406325;
  color: #dedacf;
  margin-top: 20px;
  font-size: 16px;
}
body.page-template-blog .posts-loop ul.posts .featured h2 {
  margin: 0;
}
body.page-template-blog .posts-loop ul.posts .featured h2 a {
  color: #000000;
}
body.page-template-blog .posts-loop ul.posts .featured > a {
  width: 48%;
}
body.page-template-blog .posts-loop ul.posts .featured > a .loop-image {
  height: 100%;
}
body.page-template-blog .posts-loop ul.posts .featured > a .loop-image.has-image img {
  height: 100%;
  object-fit: cover;
}
body.page-template-blog .posts-loop ul.posts .featured > a .loop-image.place-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 759px) {
  body.page-template-blog .posts-loop ul.posts .featured > a {
    width: 100%;
  }
}
body.page-template-blog .posts-loop ul.posts .featured .post-content {
  width: 48%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.page-template-blog .posts-loop ul.posts .featured .post-content .post-deets {
  margin-bottom: 20px;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  display: block;
  color: #000000;
}
body.page-template-blog .posts-loop ul.posts .featured .post-content p {
  font-size: 16px;
}
@media (max-width: 759px) {
  body.page-template-blog .posts-loop ul.posts .featured .post-content {
    width: 100%;
    margin: 20px 0;
  }
}
body.page-template-blog .posts-loop ul.posts li {
  width: 30%;
  text-align: center;
}
body.page-template-blog .posts-loop ul.posts li .loop-image {
  height: 200px;
}
body.page-template-blog .posts-loop ul.posts li .loop-image.placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-blog .posts-loop ul.posts li .loop-image.has-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 759px) {
  body.page-template-blog .posts-loop ul.posts li {
    width: 100%;
  }
}
.pagination {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
.pagination .page-numbers {
  background-color: #406325;
}
body[class*="blog"] article.post {
  max-width: 100%;
  width: 100%;
}
main.tax-page div.tax-row {
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3%;
  row-gap: 40px;
}
main.tax-page div.tax-row > article {
  width: 30%;
  text-align: center;
  border-bottom: 0px;
  margin-bottom: 0;
  padding: 0;
}
main.tax-page div.tax-row > article h3 {
  font-size: 24px;
}
@media (max-width: 759px) {
  main.tax-page div.tax-row > article {
    width: 100%;
  }
}
main.tax-page div.tax-row > article figure {
  margin-bottom: 20px;
  text-align: center;
}
main.tax-page div.tax-row > article figure.loop-image {
  height: 200px;
  position: relative;
}
main.tax-page div.tax-row > article figure.loop-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
body {
  color: #000000;
}
body img {
  border-radius: 0;
}
body p {
  margin: 10px 0 8px;
}
@media (max-width: 759px) {
  body p {
    font-size: 18px;
  }
}
.framed-image {
  position: relative;
}
.framed-image:before {
  content: '';
  position: absolute;
  border: 4px solid #fff;
  left: 2.5%;
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
}
.slide-bg {
  right: -1000%;
}
#map-block .acf-innerblocks-container .map .wp-block-group__inner-container {
  height: 100%;
  display: block;
}
#map-block .acf-innerblocks-container .map div.gmw-map-wrapper {
  height: 100%;
}
div.better-row .acf-innerblocks-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
div.better-row .acf-innerblocks-container.full-row {
  justify-content: space-between;
}
div.better-row .acf-innerblocks-container.center-row {
  justify-content: center;
}
div.better-row.half .acf-innerblocks-container > [class*="wp-block"] {
  width: 48%;
}
div.better-row.third .acf-innerblocks-container > [class*="wp-block"] {
  width: 32%;
}
div.better-row.quarter .acf-innerblocks-container > [class*="wp-block"] {
  width: 22%;
}
@media (max-width: 770px) {
  section.panel div.better-row.block-row div.acf-innerblocks-container > *,
  section.panel div.better-row.block-row div.acf-innerblocks-container > div[class*="wp-block"] {
    width: 100%;
  }
  section.panel div.better-row.block-row div.acf-innerblocks-container .wp-block-image figure {
    float: none;
    margin: 10px auto;
  }
}
.panel.block-panel {
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.panel.block-panel.contain-panel > div.acf-innerblocks-container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1200px) {
  .panel.block-panel.contain-panel > div.acf-innerblocks-container {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .panel.block-panel.contain-panel > div.acf-innerblocks-container {
    width: 90%;
  }
}
.panel.imageBanner {
  text-align: center;
}
.panel.imageBanner .background-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.panel.imageBanner .background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.panel.imageBanner > div {
  position: relative;
  z-index: 10;
}
.blog-panel {
  color: #fff;
  padding: 12em 0;
}
.blog-panel h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.25em;
}
.blog-panel p {
  margin: 0;
}
.panel.kernels:before {
  content: '';
  width: 420px;
  height: 325px;
  position: absolute;
  background-image: url('../img/kernel_1.jpg');
  background-size: cover;
  z-index: 20;
  background-position: -83px -85px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.panel.kernels:after {
  content: '';
  width: 320px;
  height: 250px;
  position: absolute;
  background-image: url('../img/kernel_2.jpg');
  background-size: cover;
  z-index: 20;
  background-position: 118px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -150px;
  right: 0;
}
@media (max-width: 1199px) {
  .panel.kernels:after {
    bottom: -3%;
  }
}
@media (max-width: 759px) {
  .panel.kernels:after {
    bottom: 3%;
    width: 250px;
    height: 185px;
  }
}
.panel.kernels > div.acf-innerblocks-container {
  z-index: 40;
  position: relative;
}
@media (max-width: 759px) {
  .panel.kernels {
    padding-bottom: 8em;
  }
}
nav.breadcrumbs {
  text-align: center;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  margin-top: 20px;
  color: #888;
}
nav.breadcrumbs a {
  color: #0b3c4b;
}
.block-link {
  background-color: #400a06;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 7px 40px;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  min-width: 250px;
  text-decoration: none;
}
.block-link:hover {
  background-color: #0b3c4b;
  color: #fff;
}
.view-more,
.block-link {
  background-color: #400a06;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 7px 40px;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  min-width: 250px;
  text-decoration: none;
}
.view-more:hover,
.block-link:hover {
  background-color: #0b3c4b;
  color: #fff;
}
article.page div.gmw-form-wrapper {
  color: #fff;
  padding: 10px 8px 10px 12px;
  margin: 0;
  background-color: #ddd;
}
article.page div.gmw-form-wrapper .gmw-form-field-wrapper {
  margin-top: 0;
}
article.page div.gmw-form-wrapper form {
  margin: 0;
  padding: 10px;
  background-color: #000000;
}
article.page div.gmw-form-wrapper form .gmw-field-label {
  display: none;
}
article.page div.gmw-form-wrapper form .gmw-submit {
  background-color: #8f2a2a;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  font-size: 26px;
  color: #000000;
}
body.where-to-buy nav.breadcrumbs {
  display: none;
}
body.where-to-buy article.page {
  padding: 0;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100%;
}
article.page div.gmw-results-wrapper .gmw-results-message {
  display: none;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper {
  border: none;
  padding: 10px 8px 10px 12px;
  background-color: #ddd;
  margin: 0;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li {
  background-color: #fff;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li .top-wrapper {
  color: #000000;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li .top-wrapper h2.post-title {
  width: 100%;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li .top-wrapper h2.post-title a {
  color: #000000 !important;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li .top-wrapper .address-wrapper {
  width: 100%;
  float: none;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-content {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-content a {
  color: #000000;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-content .right-col {
  order: -1;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-content .right-col h3,
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-content .right-col span.label {
  display: none;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-content .right-col .gmw-location-meta-wrapper {
  margin: 0;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-content .gmw-get-directions {
  background-color: #8f2a2a;
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
}
article.page div.gmw-results-wrapper ul.posts-list-wrapper li div.post-thumbnail {
  display: none;
}
.shop-callout figure {
  text-align: center;
}
.shop-callout figure img {
  display: inline-block;
}
.call-out {
  text-align: center;
}
.memories-panel {
  position: relative;
}
.memories-panel > div {
  max-width: 960px !important;
  z-index: 100;
}
.memories-panel:after {
  content: '';
  position: absolute;
  width: 24%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url('../img/child_toss.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.memories-panel:before {
  top: 0;
  content: '';
  position: absolute;
  width: 29%;
  height: 100%;
  background-image: url('../img/father_toss.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
@media (min-width: 1600px) {
  .memories-panel {
    min-height: 600px;
  }
  .memories-panel p br {
    display: none;
  }
  .memories-panel:after {
    max-width: 500px;
  }
}
@media (max-width: 770px) {
  .memories-panel p {
    width: 80%;
    margin: 0 auto;
  }
  .memories-panel p br {
    display: none;
  }
}
@media (max-width: 759px) {
  .memories-panel {
    padding-bottom: 250px;
  }
  .memories-panel:before {
    display: none;
  }
  .memories-panel:after {
    width: 100%;
    height: 200px;
    display: block;
  }
}
body.wholesale aside.email-form,
body.contact aside.email-form {
  display: none;
}
body.wholesale ul.form-row,
body.contact ul.form-row {
  margin-top: 0;
}
body.wholesale article.page.contain,
body.contact article.page.contain {
  width: 80%;
}
@media (min-width: 771px) {
  body.wholesale .panel.contain-panel > div.acf-innerblocks-container,
  body.contact .panel.contain-panel > div.acf-innerblocks-container {
    max-width: 1040px;
  }
}
body.wholesale .wpcf7 {
  margin-top: 40px;
}
body.wholesale .wpcf7 span.big {
  height: 2em;
  display: block;
  width: 100%;
}
body.wholesale .wpcf7 ul.form-row li.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}
body.wholesale .wpcf7 ul.form-row li.centered:after {
  content: '';
  width: 110%;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: -5%;
}
body.wholesale .wpcf7 ul.form-row li.centered .wpcf7-checkbox {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
body.wholesale .wpcf7 ul.form-row li.centered .wpcf7-checkbox:after {
  content: 'or';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 8px;
}
@media (max-width: 759px) {
  body.wholesale .wpcf7 ul.form-row li.centered .wpcf7-checkbox {
    flex-direction: column;
    row-gap: 40px;
  }
  body.wholesale .wpcf7 ul.form-row li.centered .wpcf7-checkbox:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body.wholesale .wpcf7 ul.form-row li.centered .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
body.wholesale .wpcf7 ul.form-row li.centered .wpcf7-list-item label input {
  margin: 0 8px 5px 0;
  height: inherit;
  line-height: inherit;
}
body.wholesale .wpcf7 ul.form-row li span.qty {
  margin-top: 15px;
  display: block;
  font-size: 12px;
}
body.wholesale .wpcf7 ul.form-row li input[type="number"] {
  width: 35px;
  height: 35px;
  padding: 0 0 0 5px;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}
body.wholesale .wpcf7 input[type="submit"] {
  display: block;
  margin: 40px auto 0;
}
body.about div.better-row .acf-innerblocks-container {
  align-items: flex-start;
}
div.contact-row {
  margin-top: 4em;
}
div.contact-row .acf-innerblocks-container {
  align-items: flex-start;
}
@media (min-width: 771px) {
  div.contact-row .acf-innerblocks-container [class*="wp-block"]:first-child {
    width: 35%;
  }
}
div.contact-row .acf-innerblocks-container [class*="wp-block"]:last-child {
  order: -1;
  margin-bottom: 20px;
}
@media (min-width: 771px) {
  div.contact-row .acf-innerblocks-container [class*="wp-block"]:last-child {
    order: 2;
    width: 60%;
  }
}
aside.sidebar .page-section {
  position: relative;
  z-index: 40;
}
.sidebar-icon {
  display: block;
  text-align: center;
  font-size: 8.5em;
}
aside.sidebar {
  display: block;
  overflow: visible;
  background: #eee;
}
aside.sidebar .side-container {
  padding-right: 20px;
  padding: 20px;
  z-index: 200;
  position: relative;
  overflow: hidden;
  background: #eee;
  min-height: 50vh;
}
aside.sidebar .side-container ul.form-row li {
  width: 100%;
}
aside.sidebar .side-container div.sidebar-widget {
  z-index: 20;
  position: relative;
}
@media (min-width: 760px) {
  aside.sidebar .side-container {
    margin-top: -55px;
  }
}
@media (max-width: 770px) {
  aside.sidebar .side-container {
    margin-top: 0px;
    min-height: auto;
  }
}
@media (max-width: 759px) {
  aside.sidebar {
    margin-top: 40px;
    padding: 0;
  }
  aside.sidebar .side-container {
    margin-bottom: 0;
    margin-top: 0;
    min-height: initial;
  }
}
aside.sidebar h3 {
  font-size: 1.75em;
  margin-bottom: 5px;
}
aside.sidebar h3:first-of-type {
  margin-top: 0;
}
aside.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 760px) {
  aside.sidebar:before {
    right: 0;
    left: initial !important;
  }
}
aside.sidebar .widget_nav_menu {
  background: #ecdfd9;
  margin-bottom: 20px;
  padding: 5px;
}
@media (max-width: 759px) {
  aside.sidebar .widget_nav_menu {
    margin-bottom: 0;
  }
}
aside.sidebar ul {
  padding: 0;
  list-style-type: none;
}
aside.sidebar ul > li {
  font-size: 16px;
  border-bottom: 1px solid rgba(29, 27, 27, 0.33);
  padding: 7px;
}
aside.sidebar ul > li:last-child {
  border: none;
}
aside.sidebar ul > li a {
  padding: 0px 0;
  display: inline-block;
  font-weight: normal;
}
aside.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  font-family: 'fire-icons';
  content: "\e911";
  transform: rotate(90deg);
  display: inline-block;
}
aside.sidebar ul li {
  color: #000000;
}
aside.sidebar ul li a {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  color: #000000;
}
aside.sidebar ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.65em;
  margin-left: 4px;
}
aside.sidebar ul .sub-menu {
  display: none;
}
aside.sidebar iframe {
  max-width: 100%;
}
aside.sidebar .search {
  margin-top: 20px;
  font-size: 16px;
}
aside.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}
aside.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border: 1px solid;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
aside.sidebar .courses {
  margin-bottom: 20px;
}
aside.sidebar .courses ul.item-row {
  display: block;
}
aside.sidebar .courses ul.item-row h3 {
  font-size: 14px;
}
aside.sidebar .courses ul.item-row .the-date {
  display: none;
}
aside.sidebar .courses ul.item-row .block-link {
  display: none;
}
aside.sidebar .sidebar-widget.contact {
  padding: 10px;
  background: #ccd2c5;
}
aside.sidebar .sidebar-widget.contact ul li {
  padding: 0;
  border: none;
  margin-bottom: 8px;
}
aside.sidebar .sidebar-widget.contact ul li label {
  text-transform: uppercase;
  font-size: 14px;
}
aside.sidebar .sidebar-widget.contact ul li input {
  max-width: 100%;
  border: none;
}
aside.sidebar .sidebar-widget.contact textarea {
  max-height: 85px;
}
aside.sidebar .sidebar-widget.contact input[type="submit"] {
  background: #716f77;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Nexa Bold', 'arial';
  font-size: 16px;
}
aside.sidebar .sidebar-widget.contact p {
  margin-top: 0;
  border-top: 1px solid #444;
  padding-top: 5px;
}
.sidebar {
  position: relative;
  width: 25%;
}
@media (min-width: 770px) {
  .sidebar {
    padding-bottom: 2em;
  }
}
.sidebar h3 {
  font-size: 2.25em;
  margin-bottom: 5px;
}
.sidebar h3:first-of-type {
  margin-top: 0;
}
.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
}
.sidebar ul {
  list-style-type: square;
}
.sidebar ul > li {
  font-size: 16px;
  color: #406325;
}
.sidebar ul > li a {
  padding: 0px 0;
  display: inline-block;
  color: #406325;
}
.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  transform: rotate(90deg);
  display: inline-block;
}
.sidebar ul .sub-menu {
  display: none;
}
.sidebar .search {
  margin-top: 20px;
  font-size: 16px;
}
.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
}
.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 4px;
  background: #224289;
  color: #fff;
}
.side-product-cats li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
.side-product-cats li.full-row {
  justify-content: space-between;
}
.side-product-cats li.center-row {
  justify-content: center;
}
.side-product-cats .cat-image {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  border: 1px solid #eee;
  margin-right: 10px;
}
.call-toggle {
  transform: rotate(90deg);
  display: inline-block;
  display: none;
  position: fixed;
  width: 140px;
  right: -44px;
  top: 50%;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #aed9ef;
  padding: 15px 10px 10px;
  z-index: 1000;
  font-weight: bold;
  font-size: 22px;
  color: #eee;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.call-toggle:hover {
  background: #f98e1a;
  color: #eee;
}
.call-toggle a {
  color: #eee;
}
.modal-form {
  position: fixed;
  width: 70%;
  right: -1000px;
  top: 0;
  height: 100%;
  background-color: #0b3c4b;
  padding: 20px;
  z-index: 2000;
  color: #000000;
  min-width: 300px;
  box-shadow: 0px -5px 7px 2px rgba(62, 60, 60, 0.72);
  overflow: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form > * {
  z-index: 4;
  position: relative;
}
@media (min-width: 950px) {
  .modal-form {
    min-width: 500px;
    width: 30%;
  }
}
@media (max-width: 759px) {
  .modal-form {
    width: 85%;
  }
  .modal-form h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.modal-form.open {
  right: 0;
}
.modal-form .modal-toggle {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #ddd;
  font-size: 32px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form .modal-toggle:hover {
  color: #0b3c4b;
}
.modal-form h2 {
  color: #fff;
  margin: 0 auto 10px;
  text-align: center;
}
.modal-form input,
.modal-form select {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 0 0 8px;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
}
.modal-form input[type="submit"],
.modal-form select[type="submit"] {
  border: transparent;
  background: #f98e1a;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.45em;
}
.modal-form textarea {
  width: 100%;
  padding: 8px 8px 0;
  max-height: 80px;
  font-size: 14px;
}
.modal-form ul {
  justify-content: space-between;
}
.modal-form ul:before {
  display: none;
}
.modal-form ul li {
  margin-bottom: 5px;
}
.modal-form h3 {
  margin: 10px 0 0;
}
.modal-form p {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 2px 10px;
}
.modal-form .call-us {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.modal-form .call-us h3 {
  margin: 0;
}
.modal-form .call-us a {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.45em;
  color: #fff;
}
.modal-form .healcode h1 {
  display: none;
}
.modal-form select[id*="staff"] {
  display: none;
}
.modal-form a.action_icon.my_account_version,
.modal-form a.action_icon.cart_version {
  display: none;
}
.form-bg {
  right: -2000%;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.form-bg.open {
  right: 0;
  opacity: 0.85;
}
.wpcf7 p:last-of-type {
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  margin-top: 0px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: red;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #f7e700;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
  margin-right: 16px;
  vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
  content: ":)";
}
div.wpcf7-validation-errors:before {
  content: "!";
}
form.wpcf7-form {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}
form.wpcf7-form ul.form-row {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 760px) {
  form.wpcf7-form ul.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  form.wpcf7-form ul.form-row.full-row {
    justify-content: space-between;
  }
  form.wpcf7-form ul.form-row.center-row {
    justify-content: center;
  }
}
form.wpcf7-form ul.form-row li {
  margin-bottom: 15px;
}
form.wpcf7-form ul.form-row li label {
  font-family: 'Nanum Brush Script', cursive;
  font-family: 'IM Fell DW Pica', serif;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #000000;
}
@media (min-width: 760px) {
  form.wpcf7-form ul.form-row li {
    width: 48%;
  }
  form.wpcf7-form ul.form-row li.full-row {
    width: 100%;
  }
}
form.wpcf7-form li {
  padding: 0;
}
form.wpcf7-form li textarea {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: none;
}
form.wpcf7-form input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 8px;
  background-color: #fff;
  box-shadow: none;
}
form.wpcf7-form input[type="submit"] {
  background: #ecd50f;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Joyride STD', 'arial';
  font-size: 16px;
  border: none;
}
.wpcf7-spinner {
  position: absolute;
  margin: 0;
}
body[class*="contact"] article.page form.wpcf7-form {
  background: none;
  margin: 0;
  padding: 0;
}
form.wpcf7-form {
  width: 100%;
}
form.wpcf7-form ul,
form.wpcf7-form ul.form-row li label {
  font-size: 22px;
  margin-bottom: 0;
}
form.wpcf7-form input {
  border: 1px solid #eee;
  background-color: #fff;
}
form.wpcf7-form input[type="submit"] {
  background-color: #406325;
  color: #dedacf;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  margin-top: 20px;
  border-radius: 20px;
  max-width: 300px;
}
form.wpcf7-form textarea {
  border: 2px solid #000000;
  background-color: inherit;
}
form.wpcf7-form span.caption {
  font-size: 14px;
}
form.wpcf7-form div.row {
  justify-content: space-between;
}
@media (min-width: 760px) {
  form.wpcf7-form div.row span {
    width: 48%;
  }
}
ul.foot-social {
  justify-content: center;
  gap: 10px;
}
ul.foot-social li {
  font-size: 28px;
}
ul.foot-social li span:before {
  color: #fff;
}
@media only screen and (max-width: 1350px) {
  header.header .nav ul > li.menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content-list li {
    min-width: 280px;
  }
  .location-list li {
    min-width: 0;
  }
}
@media only screen and (max-width: 1199px) {
  header.header .extra-menu {
    display: none;
  }
  header.header .main-head .nav {
    order: 2;
    flex-grow: 0;
  }
  header.header .main-head .column {
    order: 0;
  }
  .desktop-only {
    display: none !important;
  }
  body.home .home-slide article div.row {
    width: 85%;
    margin: 0 auto;
  }
  body.home .home-slide article div.row nav {
    flex-direction: column;
  }
  body.home .home-slide article div.row nav a {
    height: inherit;
    line-height: 1.1em;
    padding: 10px;
  }
  .award-list ul {
    justify-content: space-between;
  }
  .award-list ul li {
    padding: 0 10px;
    width: 24.65%;
  }
  .award-list ul li .award-image {
    max-width: 100%;
  }
  body.woocommerce .call-toggle {
    display: none;
  }
  .shop-row .product-cats {
    width: 20%;
  }
  #cat-images li {
    width: 48%;
    margin-bottom: 1em;
  }
  footer.footer ul.foot-social li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .row {
    flex-wrap: wrap;
  }
  .row .block {
    width: 100% !important;
  }
  body.home .home-slide article.slide-text {
    margin-top: 20px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
  }
  body.home .panel.welcome .page-section {
    margin-top: -35px;
    padding: 10px 20px 0;
  }
  body.home .info-list .big-image {
    order: -1;
    margin: 0;
  }
  body.home .info-list .big-image .item-image {
    min-height: 200px;
    background-size: cover;
  }
  header.header .phone {
    margin: 10px auto;
    font-size: 20px;
    justify-content: center;
  }
  header.header .main-head {
    width: 100%;
  }
  header.header .main-head .logo {
    display: block;
    margin: 5px auto 0px;
  }
  header.header .main-head .logo:after {
    left: 27px;
  }
  header.header .main-head .menu-toggle {
    line-height: 30px;
    text-align: center;
  }
  header.header .column {
    width: 100%;
    display: block;
    text-align: center;
  }
  header.header#header-2 .main-head {
    flex-direction: row;
    width: 100%;
    padding: 5px 10px;
    flex-wrap: nowrap;
  }
  header.header#header-2 .main-head .logo {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  header.header#header-2 .main-head .nav {
    width: 50%;
  }
  header.header#header-2 .main-head .column {
    display: none;
  }
  header.header#header-2 .second-nav {
    flex-direction: row;
    width: 50%;
  }
  header.header#header-2 .second-nav a {
    text-align: center;
  }
  .content-row article.page {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }
  .content-row aside.sidebar {
    width: 100%;
    border: none;
  }
  .content-row aside.sidebar:before {
    width: 100%;
    height: 1px;
  }
  #slide-nav .logo img {
    max-width: 80%;
  }
  #slide-nav ul li a {
    font-size: 26px;
    padding: 5px 10px;
  }
  body.home .call-toggle {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  body.home .call-toggle.active {
    opacity: 1;
  }
  body.home .slick-prev {
    left: 8px;
  }
  body.home .slick-next {
    right: 8px;
  }
  body.home .home-slide {
    background-position: center center;
  }
  body.home .home-slide article {
    width: 100%;
  }
  body.home .home-slide article h2 {
    font-size: 2.25em;
  }
  body.home .home-slide article p {
    font-size: 2em;
  }
  body.home .home-slide .extra-banner {
    display: none;
  }
  body.home .content-list,
  body.home .award-list {
    flex-direction: column;
  }
  body.home .content-list li,
  body.home .award-list li {
    width: 85%;
    margin: 0 auto 40px;
  }
  body.home iframe {
    max-width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .row.foot-social {
    flex-direction: row;
  }
  body.woocommerce .woocommerce-products-header h1.page-title,
  body.woocommerce-page .woocommerce-products-header h1.page-title {
    width: 80%;
    font-size: 3.5em;
  }
  .shop-results {
    padding: 0;
    flex-direction: column;
    text-align: center;
  }
  .shop-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-row ul.product-cats,
  .shop-row ul.products {
    width: 100%;
  }
  .shop-row ul.product-cats {
    margin-top: 20px;
  }
  .promotion h2 {
    font-size: 24px;
  }
  .woocommerce-pagination {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .woocommerce-pagination li {
    margin-bottom: 2px !important;
  }
  footer.footer .info > li {
    width: 100%;
  }
  footer.footer .info > li .foot-social li {
    margin: 10px 5%;
  }
  .page-section h2 {
    font-size: 1.85em;
  }
  .call-to-action {
    padding: 4em 0;
  }
  article.form-contain {
    width: 90% !important;
  }
  article.form-contain header,
  article.form-contain div.wpcf7 {
    width: 100%;
    padding-top: 0;
  }
}
