/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-family: "Sailec W05", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 23px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  margin: 30px 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
  }
}

h2 {
  font: bold normal 50px/70px "Sailec W05", Helvetica, Arial, sans-serif;
  margin: 16px 0 6px 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 15px 0;
  }
}

h3 {
  font: bold normal 12px/20px "Sailec W05", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font: bold normal 10px/16px "Sailec W05", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
  }
}

h4 {
  font-size: 28px;
  line-height: 50px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 19px;
    line-height: 30px;
    margin: 15px 0;
  }
}

/* ------------------------------------
HEADER/NAV
------------------------------------ */
header.main {
  height: 100px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  font-size: 15px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  z-index: 990;
  /*DAMBURGER!*/
}
@media screen and (max-width: 1200px) {
  header.main {
    padding: 20px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header.main {
    padding: 12px 30px;
    height: 80px;
  }
  header.main .menu-top-level-menu-container, header.main .menu-secondary-menu-container {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header.main a.logo img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  header.main a.logo img {
    width: 120px;
  }
}

.mm-listitem__text {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}
header.main ul, header.main li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.main ul li, header.main li li {
  display: inline-block;
  position: relative;
}
header.main ul li a, header.main li li a {
  display: inline-block;
}
header.main .menu-top-level-menu-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
  text-align: center;
}
header.main .menu-top-level-menu-container a {
  padding: 18px 26px;
  font-size: 17px;
  font-weight: normal;
}
header.main .menu-top-level-menu-container a strong {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  header.main .menu-top-level-menu-container a {
    font-size: 13px;
    padding: 8px;
  }
}
header.main .menu-secondary-menu-container {
  text-align: right;
}
header.main .menu-secondary-menu-container li.menu-item {
  display: none;
}
.menu-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
header.main .menu-secondary-menu-container a {
  padding: 18px;
}
@media screen and (max-width: 1200px) {
  header.main .menu-secondary-menu-container a {
    padding: 8px;
  }
}
header.main a.desktop_hamburger {
  position: relative;
  top: 0;
  right: -20px;
  width: 70px;
  height: 70px;
  z-index: 999;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header.main a.desktop_hamburger {
    display: none;
  }
}
header.main a.desktop_hamburger .hamburger {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 24px;
  right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.main a.desktop_hamburger .hamburger div {
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: black;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
header.main a.desktop_hamburger .hamburger div.hamburger1 {
  top: 0;
}
header.main a.desktop_hamburger .hamburger div.hamburger2 {
  top: 10px;
}
header.main a.desktop_hamburger .hamburger div.hamburger3 {
  top: 20px;
}
header.main .nav_on .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px !important;
}
header.main .nav_on .hamburger div.hamburger2 {
  opacity: 0;
}
header.main .nav_on .hamburger div.hamburger2, header.main .nav_on .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px !important;
}

.side_menu {
  background: black;
  background: white;
  color: black;
  position: fixed;
  top: 100px;
  right: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  text-align: right;
  font-size: 17px;
  z-index: 900;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 767px) {
  .side_menu {
    display: none !important;
  }
}
.side_menu .side_menu_inner {
  width: 250px;
  padding: 30px 50px;
}
.side_menu .side_menu_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side_menu .side_menu_inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side_menu .side_menu_inner ul li.right {
  display: none;
}
.side_menu .side_menu_inner ul li a {
  display: block;
  padding: 12px 0;
}

.nav_on .side_menu {
  width: 350px;
}

.mega {
  display: none;
  position: fixed;
  top: 0;
  /* top: 100px; */
  background: white;
  z-index: 991;
  padding: 60px 90px;
  padding-top: 160px;
  width: 100%;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.9vw;
  line-height: 1.3vw;
}
@media screen and (min-width: 1600px) {
  .mega {
    font-size: 14.4px;
    line-height: 20.8px;
  }
}
@media screen and (max-width: 767px) {
  .mega {
    display: none !important;
  }
}
.mega > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 60vh;
  height: 500px;
}
.mega > div > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  padding: 0 20px 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.mega > div > ul > li.stacked {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.mega > div > ul > li ul {
  font-weight: normal;
}
.mega > div > ul > li ul li.bold {
  font-weight: bold;
}
.mega > div > ul a {
  padding: 6px 0;
  display: block;
}
.mega > div > ul a:hover {
  opacity: 0.6;
}
.mega ul, .mega li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega_tint {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  display: none;
  z-index: 989;
}

@media screen and (max-width: 767px) {
  .mega_tint {
    display: none !important;
  }
}

.header_spacer {
	display: none !important;
	height: 0;
}

@media screen and (max-width: 767px) {
  .header_spacer {
    display: none !important;
	 height: 0;
  }
}

/*MOBILE MENU*/
a.mm-btn_close {
  top: -120px;
}
a.mm-btn_close:before, a.mm-btn_close:after {
  border-color: black;
}

.mm-wrapper_opened a.nav_toggle {
  display: none !important;
}
.mm-wrapper_opened header .mm-btn_close {
  display: block;
}

.wpmm-menu {
  z-index: 991 !important;
  margin-top: 79px;
}
.wpmm-menu .mm-listitem {
  color: black;
}

.mm-btn:after, .mm-btn:before {
  border-color: black;
}

.mobile_menu_items {
  display: none;
}

/*DAMBURGER!*/
a.nav_toggle {
  position: absolute;
  top: 6px;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 767px) {
  a.nav_toggle {
    display: block;
  }
}

a.search_mobile {
  position: absolute;
  top: 6px;
  right: 70px;
  width: 40px;
  height: 20px;
  z-index: 999;
  padding: 27px 0;
  font-size: 15px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  a.search_mobile {
    display: block;
  }
}

.hamburger {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 24px;
  right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger div {
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: black;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.hamburger div.hamburger1 {
  top: 0;
}

.hamburger div.hamburger2 {
  top: 10px;
}

.hamburger div.hamburger3 {
  top: 20px;
}

.nav_on .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px !important;
}

.nav_on .hamburger div.hamburger2 {
  opacity: 0;
}

.nav_on .hamburger div.hamburger2, .nav_on .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px !important;
}

/*END OF DAMBURGER!*/
/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.content {
  padding: 90px;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 30px;
  }
}

.content1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.module {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.module_textimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vw;
  background: #F4F5F5;
}
@media screen and (max-width: 767px) {
  .module_textimage {
    display: block;
  }
}
.module_textimage__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .module_textimage__image {
    height: 60vw;
  }
}
.module_textimage__text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .module_textimage__text {
    display: block;
  }
}
.module_textimage__text__inner {
  padding: 60px;
  max-width: 700px;
}
@media screen and (max-width: 1200px) {
  .module_textimage__text__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .module_textimage__text__inner {
    text-align: center;
    padding: 30px;
    max-width: none;
  }
}
.module_textimage.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.module_textonly {
  padding: 100px 60px;
}
@media screen and (max-width: 1200px) {
  .module_textonly {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .module_textonly {
    padding: 60px 20px;
  }
}
.module_textonly.center {
  text-align: center;
}
.module_textonly.right {
  text-align: right;
}
.module_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
}
.module_col3 .col3 {
  -ms-flex-preferred-size: 30.66%;
      flex-basis: 30.66%;
  width: 30.66%;
  margin: 0 1.33% 0 1.33%;
}
@media screen and (max-width: 767px) {
  .module_col3 .col3 {
    width: auto;
    margin: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .module_col3 {
    display: block;
    padding: 1px 0;
  }
}
.module_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
}
.module_col2 .col2 {
  -ms-flex-preferred-size: 47.33%;
      flex-basis: 47.33%;
  flex-basis: 47.33%;
  margin: 0 1.33% 0 1.33%;
}
@media screen and (max-width: 767px) {
  .module_col2 .col2 {
    width: auto;
    margin: 30px;
    text-align: center;
  }
  .module_col2 .col2 p, .module_col2 .col2 h2, .module_col2 .col2 h3, .module_col2 .col2 h4 {
    text-align: center !important;
  }
}
.module_col2 .col2 .col2_inner {
  max-width: 700px;
  margin: 0 0 0 auto;
}
.module_col2 .col2.last .col2_inner {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .module_col2 {
    display: block;
    padding: 1px 0;
  }
}
.module_col2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.module_col2.reverse .col2_inner {
  margin: 0 auto 0 0;
}
.module_col2.reverse .col2.last .col2_inner {
  margin: 0 0 0 auto !important;
}
.module_image {
  background: #eee none no-repeat center center;
  background-size: cover;
  height: 40vw;
}
.module_image.narrow {
  height: 25vw;
}
.module_gallery {
  font-size: 0;
  line-height: 0;
  background: #e4e5e5;
}
.module_gallery a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module_gallery a img {
  width: 25%;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .module_gallery a img {
    width: 50% !important;
    height: 50vw !important;
  }
}
.module_gallery a:hover {
  opacity: 0.7;
}
.module_gallery.rows_of_1 a img {
  width: 100%;
  height: 60vw;
}
.module_gallery.rows_of_2 a img {
  width: 50%;
  height: 50vw;
}
.module_gallery.rows_of_3 a img {
  width: 33.333%;
  height: 33vw;
}
.module_gallery.rows_of_4 a img {
  width: 25%;
  height: 25vw;
}
.module_gallery.rows_of_5 a img {
  width: 20%;
  height: 20vw;
}
.module_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .module_boxes {
    display: block;
  }
}
.module_boxes a.module_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  height: 23vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_boxes a.module_box {
    height: 220px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.module_boxes a.module_box .box_inner {
  padding: 50px;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .module_boxes a.module_box .box_inner {
    padding: 20px;
  }
  .module_boxes a.module_box .box_inner h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.module_boxes a.module_box:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module_boxes a.module_box:hover:after {
  opacity: 0.6;
}
.module.dark {
  background: #323438;
  color: white;
}
.module.dark a.button {
  background: white;
  color: black;
}
.module.dark a.button:hover {
  background: #C3663C;
  color: white;
}
.module.dark h1, .module.dark h2, .module.dark h3, .module.dark h4, .module.dark h5 {
  color: white;
}
.module p a:not(.button) {
  text-decoration: underline;
}

.home .module {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cat_header.page_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: -1px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cat_header.page_header {
    padding-bottom: 20px;
  }
}
.cat_header.page_header .catdesc {
  font-size: inherit;
  line-height: inherit;
}

/* ------------------------------------
PROJECTS LISTING
------------------------------------ */
.project_thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #eee;
}
.project_thumbs a.project_thumb, .project_thumbs .project_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  -ms-flex-preferred-size: 25;
      flex-basis: 25;
  height: 20vw;
  color: white;
  background-size: 150% auto;
  background-position: center center;
  position: relative;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project_thumbs a.project_thumb .project_thumb_inner, .project_thumbs .project_thumb .project_thumb_inner {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.project_thumbs a.project_thumb .project_thumb_inner h2, .project_thumbs .project_thumb .project_thumb_inner h2 {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1600px) {
  .project_thumbs a.project_thumb .project_thumb_inner, .project_thumbs .project_thumb .project_thumb_inner {
    padding: 30px;
  }
  .project_thumbs a.project_thumb .project_thumb_inner h2, .project_thumbs .project_thumb .project_thumb_inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project_thumbs a.project_thumb .project_thumb_inner, .project_thumbs .project_thumb .project_thumb_inner {
    padding: 20px;
  }
  .project_thumbs a.project_thumb .project_thumb_inner h2, .project_thumbs .project_thumb .project_thumb_inner h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.project_thumbs a.project_thumb:after, .project_thumbs .project_thumb:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project_thumbs a.project_thumb:hover, .project_thumbs .project_thumb:hover {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}
.project_thumbs a.project_thumb:hover:after, .project_thumbs .project_thumb:hover:after {
  opacity: 0.3;
}
@media screen and (max-width: 1200px) {
  .project_thumbs a.project_thumb, .project_thumbs .project_thumb {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    height: 33vw;
  }
}
@media screen and (max-width: 767px) {
  .project_thumbs a.project_thumb, .project_thumbs .project_thumb {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 50vw;
  }
}
.project_thumbs a.project_thumb.title, .project_thumbs .project_thumb.title {
  color: #323438;
  background: #F4F5F5;
}
.project_thumbs a.project_thumb.title:after, .project_thumbs .project_thumb.title:after {
  display: none !important;
}
.project_thumbs.recent_projects a.project_thumb h2 {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project_thumbs.recent_projects a.project_thumb:hover h2 {
  opacity: 1;
}
.project_thumbs.recent_projects a.project_thumb:after {
  opacity: 0;
}
.project_thumbs.recent_projects a.project_thumb:hover:after {
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .project_thumbs.recent_projects a.project_thumb:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project_thumbs.recent_projects a.project_thumb:nth-child(4) {
    display: block;
  }
  .project_thumbs.recent_projects a.project_thumb h2 {
    opacity: 1;
  }
  .project_thumbs.recent_projects a.project_thumb:after {
    opacity: 0.5;
  }
}

/* ------------------------------------
PROJECT DETAIL
------------------------------------ */
.cat_header.project_header {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: relative;
  padding: 80px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .cat_header.project_header {
    padding: 30px;
    height: 280px;
  }
}

.cat_header_text {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  h1 {
    padding-bottom: 1rem;
    font-size: 2rem;
  }
}
.cat_header.project_header .cat_header_text {
  position: relative;
  z-index: 1;
}
.cat_header.project_header .cat_header_text h3.project_credit a {
  text-decoration: underline;
}
.cat_header.project_header:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.4;
}
.cat_header.project_header .addtoany_list svg path {
  fill: white;
}

.legacy_content img {
  width: auto !important;
}

/* ------------------------------------
PRODUCT LISTING
------------------------------------ */
.cat_header {
  background: #F4F5F5;
  text-align: center;
  padding: 40px 40px 1px 40px;
}
@media screen and (max-width: 767px) {
  .cat_header {
    padding: 20px 20px 10px 20px;
  }
}
.cat_header.has_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0;
  background: white;
}
@media screen and (max-width: 767px) {
  .cat_header.has_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cat_header.has_image .cat_header_text {
  text-align: left;
  padding: 40px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cat_header.has_image .cat_header_text h1 {
  margin-top: 0;
}
.cat_header.has_image .cat_header_text > div {
  margin: 0 auto;
}
.cat_header.has_image .cat_header_text img.tax_image {
  width: auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .cat_header.has_image .cat_header_text {
    padding: 20px;
  }
}
.cat_header.has_image .cat_header_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  min-height: 35vw;
}
@media screen and (max-width: 767px) {
  .cat_header.has_image .cat_header_image {
    width: 100%;
    min-height: 50vw;
  }
}
.cat_header .catdesc {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .cat_header .catdesc {
    font-size: 12px;
    line-height: 20px;
  }
}
.cat_header .subcats {
  padding-top: 1rem;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cat_header .subcats {
    display: none;
  }
}
.cat_header .subcats h3 {
  /*
  white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     */
  margin: 0;
  line-height: 28px;
  letter-spacing: 2px;
}
.cat_header .subcats h3 span {
  margin: 0 10px;
}
.cat_header .subcats h3 span:last-child {
  display: none;
}
.cat_header .subcats h3 a {
  display: inline-block;
}
.cat_header .subcats h3 a:hover {
  text-decoration: underline;
}
.cat_header .subcats h3.revealed {
  white-space: normal;
  overflow: visible;
}
.cat_header .subcats .showmore {
  display: none;
}
.cat_header .subcats.truncated .showmore {
  display: block;
  font: bold normal 12px/28px "Sailec W05", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C3663C;
  text-align: right;
  cursor: pointer;
  background: url(../images/cats_gradient.png) repeat-y right top;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-size: 100% 100%;
}
.cat_header #breadcrumbs {
  font-size: 13px;
}
.cat_header #breadcrumbs i {
  font-size: 10px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .cat_header #breadcrumbs i {
    font-size: 8px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .cat_header #breadcrumbs {
    font-size: 11px;
  }
}

.tax-leadtime .rank-math-breadcrumb {
  display: none !important;
}

body.search .subcats {
  display: none;
}

a.ordering_toggle {
  display: none;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #e4e7e7;
}
@media screen and (max-width: 767px) {
  a.ordering_toggle {
    display: block;
  }
}

.shop_ordering {
  background: #F4F5F5;
  text-align: center;
  padding: 20px 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  .shop_ordering {
    padding: 10px 20px 15px 20px;
  }
}
.shop_ordering .mobile_cats_wrapper {
  display: none;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .shop_ordering .mobile_cats_wrapper {
    display: block;
  }
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 767px) {
  ul.products li.product {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
ul.products li.product:hover {
  -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  z-index: 2;
}
ul.products li.product a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
ul.products li.product a img {
  width: 100%;
  height: auto;
}
ul.products li.product a .product_thumb_image {
  width: 100%;
  height: 25vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .product_thumb_image {
    height: 50vw;
  }
}
ul.products li.product a .thumb2 {
  opacity: 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 25vw;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .thumb2 {
    height: 50vw;
  }
}
ul.products li.product a:hover .thumb2 {
  opacity: 1;
}
ul.products li.product a .product_thumb_deets {
  text-align: center;
  padding: 12px;
  background: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.products li.product a .product_thumb_deets p {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .product_thumb_deets p {
    margin: 0;
  }
}
ul.products li.product a .product_thumb_deets .product_thumb_price {
  opacity: 0;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.products li.product a .product_thumb_deets h3 {
  color: #BCBEC3;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .product_thumb_deets h3 {
    margin-top: 0;
  }
}
ul.products li.product:hover .product_thumb_deets {
  background: #323438;
  color: white;
}
ul.products li.product:hover .product_thumb_deets .product_thumb_price {
  opacity: 1;
}
ul.products li.product:hover .product_thumb_deets h3 {
  color: #C3663C;
}
ul.products li.product a.product_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.related_products {
  padding: 100px 0;
  position: relative;
}
.related_products h2 {
  text-align: left;
  padding: 0 60px;
}
.related_products ul.products {
  display: block;
}
.related_products ul.products li.product.related_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  height: 22vw;
}
.related_products ul.products li.product.related_title:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}
.related_products ul.products li.product.related_title h2 {
  padding: 0 3vw;
  text-align: left;
}
.related_products ul.products li.product {
  width: 22vw !important;
}
.related_products ul.products li.product a .product_thumb_deets {
  white-space: normal;
}
.related_products ul.products li.product a .product_thumb_image {
  height: 22vw;
}
.related_products .slick-track {
  padding: 30px 0 80px 0;
}
.related_products button.slick-prev.slick-arrow {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12vw;
  text-align: right;
  color: black;
  background: url(../images/prev_gradient.png) no-repeat right top;
  background-size: 100% 100%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  text-align: left;
}
.related_products button.slick-prev.slick-arrow i {
  cursor: pointer;
}
.related_products button.slick-prev.slick-arrow.slick-disabled {
  display: none !important;
}
.related_products button.slick-next.slick-arrow {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 12vw;
  text-align: right;
  color: black;
  background: url(../images/next_gradient.png) no-repeat right top;
  background-size: 100% 100%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}
.related_products button.slick-next.slick-arrow i {
  cursor: pointer;
}
.related_products button.slick-next.slick-arrow.slick-disabled {
  display: none !important;
}
.related_products * {
  cursor: -webkit-grab;
  cursor: grab;
}
.related_products .mobile_heading {
  display: none;
  text-align: center;
  padding: 0 20px;
}

.touch .related_products ul.products {
  overflow-x: scroll;
  overflow-y: visible;
  white-space: nowrap;
  padding: 20px 0;
}
.touch .related_products ul.products li.product.related_title {
  display: none !important;
}
.touch .related_products ul.products li.product.related_title h2 {
  font-size: 4vw;
  line-height: 5vw;
}
.touch .related_products ul.products li.product {
  width: 250px !important;
  display: inline-block;
  vertical-align: top;
}
.touch .related_products ul.products li.product:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.touch .related_products ul.products li.product a .product_thumb_image {
  height: 250px;
}
.touch .related_products ul.products:after {
  content: " ";
  display: inline-block;
  width: 30vw;
  height: 20vw;
}
.touch .related_products .mobile_heading {
  display: block;
}
.touch .related_products:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100%;
  background: url(../images/next_gradient.png) no-repeat right top;
  background-size: 100% 100%;
}

.products_footer {
  text-align: center;
  background: #F4F5F5;
  text-align: center;
  padding: 40px;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products_footer {
    padding: 20px;
  }
}
.products_footer .woocommerce-perpage {
  margin: 0 0 0 20px;
}

.shop_ordering .woocommerce-result-count, form.woocommerce-ordering {
  display: none;
}

.no_products_found {
  text-align: center;
  min-height: 400px;
  padding: 50px;
}

/*filtering*/
form.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  form.searchandfilter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
form.searchandfilter ul li {
  text-align: left;
  padding: 14px;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li {
    padding: 4px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li {
    padding: 5px 0;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax {
    float: left;
    width: auto;
    text-align: left;
    white-space: nowrap;
  }
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax input[type=number] {
  width: 100px;
  max-width: 100px;
  padding: 14px 8px 14px 8px;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax input[type=number] {
    padding: 10px 8px 10px 8px;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax input[type=number] {
    width: 80px;
  }
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax .sf-range-prefix {
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: normal;
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax div[data-start-min="0"] span:nth-child(2) {
  font-size: 0;
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax div[data-start-min="0"] span:nth-child(2):after {
  font-size: 12px;
  content: "POA";
  display: inline;
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax span, form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax input, form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax label {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax label {
    display: inline;
  }
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax select.sf-range-max, form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax select.sf-range-min {
  max-width: none;
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax select.sf-range-max, form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax select.sf-range-min {
    max-width: 120px;
  }
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax .sf-range-values-seperator {
  padding: 0 2px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 4px 0 6px;
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax .sf-range-values-seperator:after {
  font-size: 16px !important;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax .sf-range-values-seperator {
    padding: 0 2px;
  }
}
form.searchandfilter ul li.sf-field-taxonomy-product_cat {
  display: none !important;
}
form.searchandfilter ul li.sf-field-taxonomy-product_cat option.sf-level-2, form.searchandfilter ul li.sf-field-taxonomy-product_cat option.sf-level-3, form.searchandfilter ul li.sf-field-taxonomy-product_cat option.sf-level-4 {
  display: none;
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-sort_order {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li label {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li select {
    padding: 10px 30px 10px 10px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li select {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li input[type=number] {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li input[type=submit] {
    padding: 12px;
  }
}
form.searchandfilter ul li.sf-field-search {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  pointer-events: none;
}
form.searchandfilter ul li.sf-field-search label {
  display: none !important;
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-search {
    padding: 0;
  }
}
form.searchandfilter ul li.sf-field-submit {
  display: none;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 1100px) {
  form.searchandfilter ul li.sf-field-submit {
    padding-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-submit {
    padding: 0 10px;
    float: left;
  }
}
form.searchandfilter .noUi-connect {
  background-color: #555;
}
form.searchandfilter .meta-slider {
  height: 6px;
  margin-top: 7px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  form.searchandfilter .meta-slider {
    margin-right: auto;
    margin-left: auto;
  }
}
form.searchandfilter .noUi-horizontal .noUi-handle {
  top: -10px;
  cursor: pointer;
}

.tax-product_brand form.searchandfilter ul li.sf-field-taxonomy-product_cat, .tax-designer form.searchandfilter ul li.sf-field-taxonomy-product_cat, .tax-leadtime form.searchandfilter ul li.sf-field-taxonomy-product_cat {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .searchandfilter ul li.sf-field-taxonomy-product_brand, .searchandfilter ul li.sf-field-taxonomy-leadtime, .searchandfilter ul li.sf-field-post-meta-_price_inc_tax, .searchandfilter ul li.sf-field-sort_order, .searchandfilter ul li.sf-field-posts_per_page, .searchandfilter ul li.sf-field-submit {
    display: none;
  }
}
/*paginagion*/
ul.page-numbers {
  list-style: none;
  padding: 14px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

ul.page-numbers li {
  display: inline;
}

ul.page-numbers li a, ul.page-numbers li span {
  padding: 8px 14px;
}
@media screen and (max-width: 767px) {
  ul.page-numbers li a, ul.page-numbers li span {
    padding: 8px 10px;
  }
}

ul.page-numbers li .current {
  color: #C3663C;
}

nav.woocommerce-pagination {
  text-align: center;
  padding: 20px 0 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.shop_ordering nav.woocommerce-pagination {
  text-align: right;
}


.product_thumb_price.show_from bdi:before {
  content: "From ";
}

.woofrom {
  display: none !important;
}

.single_variation_wrap .single_variation .woocommerce-variation-price .price:before {
  display: none !important;
  content: "";
}

/* ------------------------------------
PRODUCT DETAIL
------------------------------------ */
.product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .product_wrap {
    display: block;
  }
}
.product_wrap .product_images {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #eee;
}
.product_wrap .product_images img {
  width: 100%;
  -webkit-touch-callout: default;
  -webkit-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}
.product_wrap .product_images .hidden_image {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_wrap .product_images .hidden_image {
    display: inline;
  }
}
.product_wrap .product_images a.open_gallery {
  display: block;
  width: 100%;
  text-align: center;
  background: #26282b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product_wrap .product_images a.open_gallery:hover {
  background: #C3663C;
}
@media screen and (max-width: 767px) {
  .product_wrap .product_images a.open_gallery {
    display: none;
  }
}
.product_wrap .summary {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  background: #f4f5f5;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary {
    width: auto;
  }
}
.product_wrap .summary .sticky_desc {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary .sticky_desc {
    padding: 20px;
  }
}
.product_wrap .summary .sticky_desc .price {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin: 12px 0;
}
.product_wrap .summary .sticky_desc .fromprice .price:before {
  content: "From ";
}
/*
.product_wrap .summary .sticky_desc .fromprice .price {
  font-weight: normal;
}
*/
.product_wrap .summary .sticky_desc table.variations {
  padding: 20px 0;
  width: 100%;
}
.product_wrap .summary .sticky_desc button.single_add_to_cart_button {
  padding: 32px;
  width: 100%;
  margin: 10px 0;
}
.product_wrap .summary .sticky_desc .woocommerce-variation-price {
  margin-bottom: 10px;
}
.product_wrap .summary .sticky_desc .variations td.label, .product_wrap .summary .sticky_desc a.reset_variations, .product_wrap .summary .sticky_desc p.stock.in-stock {
  display: none !important;
}
.product_wrap .summary .sticky_desc .product_desc {
  max-height: 320px;
  padding: 1px 0;
  overflow: hidden;
  position: relative;
  margin: 0 0 30px 0;
  line-height: 28px;
}
.product_wrap .summary .sticky_desc .product_desc a.readmore, .product_wrap .summary .sticky_desc .product_desc a.readless {
  display: none;
}
.product_wrap .summary .sticky_desc .product_desc.overflow * {
  pointer-events: none;
}
.product_wrap .summary .sticky_desc .product_desc.overflow a.readmore {
  pointer-events: all;
  display: block;
  position: absolute;
  text-decoration: none;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 36px;
  background: url(../images/readmore.png) no-repeat bottom left;
  background-size: 100% 100px;
  padding-top: 100px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  text-align: center;
  z-index: 2;
}
.product_wrap .summary .sticky_desc .product_desc.overflow a.readmore:hover {
  color: #C3663C;
}
.product_wrap .summary .sticky_desc .product_desc.revealed {
  max-height: none;
  overflow: visible;
}
.product_wrap .summary .sticky_desc .product_desc.revealed * {
  pointer-events: all;
}
.product_wrap .summary .sticky_desc .product_desc.revealed a.readless {
  pointer-events: all;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  text-align: center;
  z-index: 2;
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
}
.product_wrap .summary .sticky_desc .product_desc.revealed a.readless:hover {
  color: #C3663C;
}
.product_wrap .summary .sticky_desc .product_accordions {
  border-bottom: 1px solid #DEDEDE;
  margin: 20px 0;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion {
  border-top: 1px solid #DEDEDE;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion a.accordion_header {
  display: block;
  padding: 12px 0;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion a.accordion_header i {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion.open a.accordion_header i:before {
  content: "\f077";
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .accordion_content {
  display: none;
  padding: 0 0 10px 0;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .accordion_content p {
  margin: 3px 0;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .accordion_content a {
  text-decoration: none;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .accordion_content a i {
  margin-right: 5px;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .accordion_content iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary .sticky_desc .product_accordions .accordion .accordion_content iframe {
    height: 56vw;
  }
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .pdfprnt-button, .product_wrap .summary .sticky_desc .product_accordions .accordion .pdfprnt-button img, .product_wrap .summary .sticky_desc .product_accordions .accordion .pdfprnt-button-title {
  margin: 0;
  padding: 0;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .pdfprnt-button {
  margin: 3px 0;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion .pdfprnt-button:before {
  display: inline-block;
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  margin: 0 8px 0 2px;
}
.product_wrap .summary .sticky_desc select {
  width: 100%;
}
.product_wrap .summary .sticky_desc .gform_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_wrap .summary .sticky_desc .gform_wrapper ul li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_1 {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}
.product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_8 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_8 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.product_wrap .summary .sticky_desc .gform_wrapper label {
  display: none;
}
.product_wrap .summary .sticky_desc .gform_wrapper input[type=submit] {
  width: 100%;
}
.product_wrap .summary .sticky_desc .gform_wrapper textarea {
  height: 100px;
}
.product_wrap .summary .sticky_desc table.product_deets {
  width: 100%;
  margin: 20px 0;
}
.product_wrap .summary .sticky_desc table.product_deets th {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding: 5px;
  width: 100px;
}
.product_wrap .summary .sticky_desc table.product_deets td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
.product_wrap .summary .sticky_desc table.product_deets .payment th, .product_wrap .summary .sticky_desc table.product_deets .payment td {
  vertical-align: middle;
}

.product-type-simple form.cart, .product-type-variable .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-type-simple form.cart .quantity, .product-type-variable .woocommerce-variation-add-to-cart .quantity {
  position: relative;
}
.product-type-simple form.cart .quantity input[type=number], .product-type-variable .woocommerce-variation-add-to-cart .quantity input[type=number] {
  width: 100px;
  height: 76px;
  padding-right: 40px;
}
.product-type-simple form.cart .quantity a.increment, .product-type-variable .woocommerce-variation-add-to-cart .quantity a.increment {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-decoration: none;
  width: 38px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  padding: 12px 0 14px 0;
  cursor: pointer;
  border-left: 1px solid #eee;
}
.product-type-simple form.cart .quantity a.increment.increment_down, .product-type-variable .woocommerce-variation-add-to-cart .quantity a.increment.increment_down {
  top: auto;
  bottom: 0;
  border-top: 1px solid #eee;
}
#full_desc {
  display: none;
  max-width: 900px;
  background: #f4f5f5;
}
@media screen and (max-width: 767px) {
  #full_desc {
    padding: 20px;
  }
}

.stuck .sticky_desc {
  position: fixed;
}

.swipe_prompt {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .swipe_prompt {
    display: block;
    text-align: center;
  }
}

.slick-arrow {
  display: none !important;
}

/* ------------------------------------
BRANDS/DESIGNERS
------------------------------------ */
.content.shopby {
  text-align: center;
}

img.tax_image {
  width: 160px;
  height: 80px;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  img.tax_image {
    height: 60px;
  }
}

h1.has_logo, h2.has_logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.brand_feature .module_textimage__text {
  text-align: center;
}
.brand_feature .module_textimage__text .module_textimage__text__inner {
  margin: 0 auto;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
.logos a {
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa;
  margin: 0.5%;
  padding: 20px;
  max-width: 1200px;
  line-height: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logos a:hover {
  background: #eee;
}
@media screen and (max-width: 767px) {
  .logos a {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    width: 49%;
    height: 100px;
    font-size: 12px;
  }
}
.logos.designers a {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  height: 200px;
  color: white;
  background: #323438;
  font-weight: bold;
  position: relative;
}
.logos.designers a span {
  position: relative;
  z-index: 1;
}
.logos.designers a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.logos.designers a:hover {
  background: #222326;
}
.logos.designers a:hover img {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .logos.designers a {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    width: 49%;
    height: 100px;
    font-size: 12px;
  }
}

/* ------------------------------------
CART
------------------------------------ */
.woocommerce-cart h1, .woocommerce-checkout h1 {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

.woocommerce-message {
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.woocommerce-notices-wrapper a.button {
  padding: 1rem;
}

table.shop_table {
  width: 100%;
  margin: 0 auto;
}

td.product-thumbnail img {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

table.shop_table th {
  padding: 12px 0;
}

.woocommerce-cart .quantity input[type=number] {
  width: 40px;
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}

.woocommerce-cart tr.woocommerce-shipping-totals.shipping {
  display: none !important;
}

tr.shipping p.subheading {
  display: none !important;
}

p.return-to-shop {
  text-align: center;
}

.quantity label {
  display: none;
}

.product-subtotal, .product-price {
  text-align: right;
}

.product-subtotal {
  width: 60px;
}

.product-name {
  text-align: left;
}

a.remove:hover {
  color: red;
}

.cart_cats {
  font-size: 11px;
  line-height: 14px;
}

.cart_cats span:last-child {
  display: none;
}

.product-name .variation dd p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.product-name .variation {
  margin: 6px 0;
}

.form_table {
  border-top: none !important;
}

td.product-name dt {
  display: none;
}

td.product-name dd {
  display: inline;
  margin: 0;
}

table.shop_table .cart_item td {
  border-top: 1px solid #eee;
  padding: 8px;
}

table.shop_table .cart_item td.product-thumbnail {
  width: 180px;
}

table.shop_table .cart_item .quantity a.increment {
  display: none;
}

.woocommerce-cart .coupon {
  display: none !important;
}

.cart_totals {
  margin: 80px 0 30px 0;
  text-align: center;
}

.cart_totals table.shop_table {
  max-width: 300px;
  margin: 20px auto 40px auto;
}

.cart_totals td {
  text-align: right;
}

.cart_totals th {
  text-align: left;
}

.cart_totals th, .cart_totals td {
  border-top: 1px solid #eee;
}

ul#shipping_method, ul#shipping_method li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

table.shop_table .cart_item td.product-quantity {
  text-align: center;
}

/*cross sells*/
.cross-sells {
  text-align: center;
  margin-top: 80px;
}

a.crosssell_product {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
  vertical-align: top;
}

a.crosssell_product img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ------------------------------------
CHECKOUT
------------------------------------ */
.woocommerce-info, .checkout_coupon {
  text-align: center;
}

.woocommerce-info, .checkout_coupon {
  text-align: center;
}

.checkout_coupon button {
  margin: 0 0 0 5px;
  vertical-align: 0;
}

input#coupon_code {
  width: 180px;
}

.woocommerce-terms-and-conditions {
  text-align: left;
  padding: 0 20px;
  border: 1px solid #ddd;
}

a.woocommerce-terms-and-conditions-link {
  font-weight: bold;
  white-space: nowrap;
}

.stripe-pf-right {
  display: inline-block;
  float: none;
  margin-left: 10px;
  vertical-align: -2px;
}

/*checkout fields*/
form.woocommerce-checkout select, form.woocommerce-checkout textarea, form.woocommerce-checkout input[type=text], form.woocommerce-checkout input[type=email], form.woocommerce-checkout input[type=tel] {
  width: 100%;
  border: 1px solid #ccc;
}

.wc_payment_method.payment_method_paypal img {
  vertical-align: middle;
  margin: 0 10px;
}

abbr.required, #billing_country_field, #shipping_country_field {
  display: none !important;
}

.woocommerce-shipping-fields #ship-to-different-address label {
  display: inline;
}

#ship-to-different-address label {
  color: black;
  font-size: 14px;
}

p.form-row {
  margin: 8px 1%;
  display: block;
  width: 98%;
  float: left;
  text-align: left;
}

p.form-row#billing_first_name_field, p.form-row#billing_last_name_field, p.form-row#billing_email_field, p.form-row#billing_phone_field, p.form-row#shipping_first_name_field, p.form-row#shipping_last_name_field, p.form-row#shipping_email_field, p.form-row#shipping_phone_field {
  width: 48%;
}

p.form-row#billing_city_field, p.form-row#billing_state_field, p.form-row#billing_postcode_field, p.form-row#shipping_city_field, p.form-row#shipping_state_field, p.form-row#shipping_postcode_field {
  width: 31.333%;
}

p.form-row#order_comments_field {
  clear: both;
  margin: 8px 1% 60px 1%;
}

.woocommerce-checkout .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
}

.select2 {
  display: none !important;
}

.woocommerce-cart a.button.wc-forward {
  margin: 8px auto;
}

.woocommerce-cart .content {
  padding: 0 30px 30px 30px;
}

form.checkout_coupon {
  line-height: 40px;
}

.woocommerce-billing-fields:after {
  display: block;
  content: " ";
  clear: both;
}

.apple-pay-button-wrapper {
  margin-top: 80px;
}

.woocommerce-checkout .woocommerce-message .button.wc-forward {
  display: none;
}

ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#payment.woocommerce-checkout-payment {
  padding: 60px 0;
}

label[for=payment_method_stripe] {
  font-weight: 700;
}

label[for=payment_method_stripe] img {
  vertical-align: middle;
}

table.woocommerce-checkout-review-order-table td, table.woocommerce-checkout-review-order-table th {
  padding: 8px;
}

table.woocommerce-checkout-review-order-table th {
  font-weight: 700;
}

table.shop_table.woocommerce-checkout-review-order-table p {
  margin: 0;
}

ul.woocommerce-error {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  color: red;
}

.woocommerce-checkout ul.woocommerce-error {
  text-align: center;
  margin-top: 8px;
}

.woocommerce-invalid input[type=text], .woocommerce-invalid input[type=tel], .woocommerce-invalid input[type=email] {
  border-color: red;
}

.checkout {
  text-align: center;
}

button#place_order {
  margin-top: 20px;
  display: inline-block;
}

table.shop_table td.actions {
  border-bottom: none;
  text-align: center;
  padding: 50px 0 0 0;
}

td.actions input[disabled] {
  display: none;
}

td.product-total, th.product-total, .cart-subtotal td, .order-total td {
  text-align: right;
}

.woocommerce-checkout .quantity input.qty {
  padding: 4px;
  width: 40px !important;
  color: black;
  background: transparent;
  text-align: center;
}

tr.shipping td {
  text-align: right;
  padding: 0 0 10px 0;
}

tr.order-total small.includes_tax {
  display: block;
  line-height: 20px;
  white-space: nowrap;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  text-align: left;
  padding: 12px 0 !important;
}

.single .apple-pay-button-wrapper {
  display: none !important;
}

.apple-pay-button-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.checkout .apple-pay-button-wrapper {
  max-width: none;
  margin-top: 50px;
}

#payment {
  max-width: 500px;
  margin: 0 auto;
}

#order_review table.shop_table {
  max-width: 500px;
}

#order_review table.shop_table .cart-subtotal th, #order_review table.shop_table .shipping th, #order_review table.shop_table .order-total th {
  text-align: left;
}

#order_review table.shop_table td, #order_review table.shop_table th {
  border-top: 1px solid #eee;
  padding: 8px 0;
}

#order_review table.shop_table td.product-name {
  padding-left: 8px;
}

.form-row.place-order {
  padding: 20px 0;
}

.payment_method_ppec_paypal label img {
  vertical-align: -7px;
}

li.wc_payment_method {
  padding: 8px 0;
}

.woocommerce-privacy-policy-text {
  font-size: 13px;
  line-height: 22px;
}
.woocommerce-privacy-policy-text a {
  font-weight: bold;
}

.woocommerce-terms-and-conditions-wrapper p.form-row {
  text-align: center;
}

/*thank you*/
.thankyou-order-screen {
  text-align: center;
  padding-bottom: 80px;
}

ul.woocommerce-thankyou-order-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

h3.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin: 20px 0 60px 0;
}

tr.shipping td label {
  padding-left: 0;
  display: inline-block;
  width: 90%;
  vertical-align: top;
}

a.showcoupon {
  text-decoration: underline;
  font-weight: bold;
  color: #3d75ff;
}

.checkout_coupon {
  margin: 20px 0 50px 0;
}
.checkout_coupon p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .checkout_coupon p {
    margin: 0 0 10px 0;
  }
}
.checkout_coupon p.form-row-first {
  display: inline;
  text-align: right;
  width: auto;
  float: none;
}
@media screen and (max-width: 767px) {
  .checkout_coupon p.form-row-first {
    margin: 0 0 10px 0;
  }
}
.checkout_coupon p.form-row-last {
  display: inline;
  width: auto;
  text-align: right;
  float: none;
}
.checkout_coupon input#coupon_code {
  height: 41px;
}

/*login*/
.woocommerce-checkout .woocommerce-form-login {
  text-align: center;
  max-width: 500px;
  margin: 30px auto;
  padding: 20px 30px;
  background: white;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .woocommerce-form-login label {
  display: block;
}

.woocommerce-checkout .woocommerce-form-login input[type=text], .woocommerce-checkout .woocommerce-form-login input[type=password] {
  width: 100%;
}

/*thank you*/
.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details {
  display: none !important;
}

.woocommerce-order-received .woocommerce {
  text-align: center;
}

@media screen and (max-width: 900px) {
  table.shop_table .cart_item td.product-thumbnail, table.shop_table th.product-thumbnail, table.shop_table th.product-price, table.shop_table td.product-price {
    display: none !important;
  }
  table.shop_table {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .woocommerce-cart .content {
    padding: 0 20px 20px 20px;
  }
  table.shop_table .cart_item td, table.shop_table th {
    padding: 6px;
  }
  table.shop_table .cart_item td.product-remove {
    padding-right: 8px;
  }
  .woocommerce-cart .quantity input[type=number] {
    width: 30px;
    padding: 5px;
  }
  .cart_totals {
    margin: 40px 0 30px 0;
  }
  table.shop_table td.actions {
    padding-top: 30px;
  }
  .cart_totals a.button {
    padding: 18px 30px;
  }
  form.woocommerce-checkout select, form.woocommerce-checkout textarea, form.woocommerce-checkout input[type=text], form.woocommerce-checkout input[type=email], form.woocommerce-checkout input[type=tel] {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 0;
  }
  p.form-row#billing_city_field, p.form-row#billing_state_field, p.form-row#billing_postcode_field, p.form-row#shipping_city_field, p.form-row#shipping_state_field, p.form-row#shipping_postcode_field, p.form-row#billing_first_name_field, p.form-row#billing_last_name_field, p.form-row#billing_email_field, p.form-row#billing_phone_field, p.form-row#shipping_first_name_field, p.form-row#shipping_last_name_field, p.form-row#shipping_email_field, p.form-row#shipping_phone_field {
    width: 98%;
  }
  #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 20px !important;
  }
  .tawcvs-swatches .swatch {
    width: 20px !important;
    height: 20px !important;
    margin-right: 6px !important;
  }
  .woocommerce-cart th.product-quantity {
    visibility: hidden;
  }
}
/* ------------------------------------
FOOTER
------------------------------------ */
.insta {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.insta .insta_head {
  padding: 40px 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.insta .insta_head.right {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .insta .insta_head {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .insta .insta_head {
    padding: 50px 20px 20px 20px;
    text-align: center;
  }
  .insta .insta_head.right {
    display: none;
  }
}
.insta .insta_pics {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  background: #ccc;
}

body.woocommerce-checkout .insta, body.woocommerce-cart .insta {
  display: none;
}

footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
  line-height: 27px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px;
    text-align: center;
    line-height: 22px;
  }
}
footer .footer_inner {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    display: block;
  }
}
footer .footer_col {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .footer_col {
    padding: 5px;
  }
}
footer .footer_col.first {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
footer .footer_col.first a {
  font-weight: bold;
}
footer .footer_col.first img {
  width: 60%;
}
footer .footer_col.first .fineprint {
  margin-top: 80px;
  font-size: 13px;
}
footer .footer_col ul, footer .footer_col li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer p.social {
  font-size: 25px;
  letter-spacing: 10px;
  margin: 16px 0 0 0;
}

@media screen and (max-width: 767px) {
  .footer_menu_col {
    display: none;
  }
}
footer .menu-secondary-menu-container li.right {
  display: none;
}

/* ------------------------------------
FORMS
------------------------------------ */
fieldset {
  border: none;
}

input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
  font: 16px "Sailec W05", Helvetica, Arial, sans-serif;
  padding: 14px 20px;
  border-radius: 0;
  border: none;
  width: 100%;
  background: white;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#phone-d1a206a4-39bd-47e0-8614-4c865ea57f8f, #mobilephone-d1a206a4-39bd-47e0-8614-4c865ea57f8f {
  background: #f4f5f5 !important;
}

select {
  background: white url(../images/select.png) no-repeat right center;
  color: black;
  background-size: 30px auto;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 14px 40px 14px 20px;
}
select:hover {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

/* ------------------------------------
BUTTON STYLES
------------------------------------ */
input[type=submit], input[type=button], button, a.button {
  width: fit-content;
  display: inline-block;
  font: 12px "Sailec W05", Helvetica, Arial, sans-serif !important;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  font-weight: 600 !important;
  color: white;
  background: #323438;
  padding: 18px 25px 19px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover {
  background: #C3663C;
}
input[type=submit].disabled, input[type=button].disabled, button.disabled, a.button.disabled {
  opacity: 0.2 !important;
  cursor: not-allowed;
}
input[type=submit].disabled:hover, input[type=button].disabled:hover, button.disabled:hover, a.button.disabled:hover {
  background: #323438;
}
input[type=submit].white, input[type=button].white, button.white, a.button.white {
  background: white;
  color: #323438;
}
input[type=submit].white:hover, input[type=button].white:hover, button.white:hover, a.button.white:hover {
  color: #323438;
  background: #C3663C;
}
@media screen and (max-width: 767px) {
  input[type=submit], input[type=button], button, a.button {
    padding: 18px 20px;
    margin: 10px 0;
  }
}

p input[type=submit], p input[type=button], p button, p a.button {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  p input[type=submit], p input[type=button], p button, p a.button {
    margin: 10px 0;
  }
}

.dark input.gform_button {
  background: white;
  color: #323438;
}
.dark input.gform_button:hover {
  color: #C3663C;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper li {
  padding: 5px 0;
}

.validation_error {
  color: red;
  font-size: 13px;
}

.validation_message {
  display: none;
}

.gfield_error input, .gfield_error select {
  border: 1px solid red;
}

.hidden_label label {
  display: none;
}

#gform_confirmation_message_3 h4 {
  margin: 0;
}

.hbspt-form fieldset {
  max-width: none !important;
  padding: 2px 0;
}
.hbspt-form .hs-input {
  width: 100% !important;
  margin: 4px 0 !important;
}
.hbspt-form input[type=submit] {
  width: 100%;
}
.hbspt-form .hs_submit {
  padding: 8px 0;
}
.hbspt-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
  color: red;
}
.hbspt-form ul.hs-error-msgs label {
  display: block !important;
}

.col2 .hbspt-form input[type=submit] {
  background: #C3663C;
}

footer .hbspt-form label {
  display: flex;
}
footer .hbspt-form input[type=email] {
  background: #f4f5f5;
}
footer .hbspt-form ul.inputs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  footer .hbspt-form ul.inputs-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .hbspt-form ul.inputs-list li.hs-form-checkbox .hs-input {
  width: auto !important;
  margin: 0 4px 0 0 !important;
  vertical-align: 2px;
}
footer .hbspt-form .hs_interested_in > label, footer .hbspt-form .hs_email > label {
  display: none !important;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/*search popup*/
.search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  color: white;
  z-index: 995;
  color: black;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  .search_popup {
    background: rgba(255, 255, 255, 0.96);
  }
}
.search_popup .search_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.search_popup .search_inner .search_center {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
.search_popup .search_inner .search_center form {
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: white;
}
.search_popup .search_inner .search_center form input[type=search] {
  font: 16px "Sailec W05", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 22px;
  border: 1px solid #A9A9A9;
  border-radius: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 20px 0 !important;
  border: none;
  border-bottom: 2px solid black !important;
  background: transparent;
  width: 100%;
  color: black !important;
  -webkit-appearance: none !important;
}
@media screen and (max-width: 767px) {
  .search_popup .search_inner .search_center form input[type=search] {
    font-size: 20px;
    line-break: 20px;
  }
}
.search_popup .search_inner .search_center form input[type=search]::-webkit-search-decoration, .search_popup .search_inner .search_center form input[type=search]::-webkit-search-cancel-button, .search_popup .search_inner .search_center form input[type=search]::-webkit-search-results-button, .search_popup .search_inner .search_center form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search_popup a.search_close {
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  padding: 36px 0;
  text-align: center;
  height: 130px;
  width: 120px;
  -webkit-transition: none;
  transition: none;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search_popup a.search_close {
    height: 76px;
    width: 49px;
    font-size: 24px;
    padding: 9px 0;
  }
}

.search_on .mobile_menu {
  display: none !important;
}
body.term-ton .catdesc .wp-video, 
body.term-ton .catdesc .mejs-container {width: 100%!important;}

@media screen and (max-width: 767px) {
  a.search_close {
    font-size: 40px;
    padding: 10px 0;
    height: 80px;
    width: 60px;
  }
  .search_popup input[type=search] {
    font-size: 20px;
  }
}
/* ------------------------------------
MEDIA QUERIES
------------------------------------ */
@media screen and (max-width: 767px) {
  .homebanner ul.slick-dots button {
    width: 48px;
    height: 48px;
    margin: 0;
  }
}

/* Jimmy's Styling */

h1, h2, h3, h4, h5, h6, a {
  font-weight: 100;
  margin: 0;
}

.menu a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

strong {
  font-weight: bold;
}

u {
  text-decoration: none;
}

input[type="checkbox"] {
  accent-color: #323438;
  background-color: #323438;
  border-radius: 0 !important;
}
a.button {
  text-decoration: none;
}
.mega > div > ul > li a {
  font-weight: bold;
}
.mega > div > ul > li ul a {
  font-weight: 100;
}



.column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.row-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.2rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hs-form label {
  display: none;
}