/* Utility */
.box-shadow-yellow {
  box-shadow: -15px 15px 0px #bb935c!important;
  margin-left: 10px;
}

.do-not-show {
  display: none;
}

/* Dual Image Blurb Sections */

.overlay-image-container, .overlay-image-container-alt {
	margin: 20px auto!important;
}

/* Override Swatch API Styles */
.swatch-api-column .viz-swatches-container {
  max-width: 100%;
  width: 100%;
}

.swatch-api-column .filter-block .filter-group:last-child {
  display: none;
}
.swatch-api-column .filter-block .filter-group:first-child .filter-label-div {
  margin-bottom: 0px !important;
}

.show-popup{
  display: block !important;
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
  position: relative;
  margin: 7% auto;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  background-color: white;
  border-radius: 10px;
  z-index: 9999;
}

.popup iframe {
  width: 1000px;
  height: 700px;
  border: none;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

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

@media (max-width: 980px) {
  .popup-content {
    position: relative;
    width: 100%;
    max-width: 700px;
    max-height: 400px;
    background-color: white;
    border-radius: 10px;
    z-index: 9999999;
  }

  .popup iframe {
    width: 700px;
    height: 300px;
    border: none;
  }
}

.made-by-button {
	display: none;
}

/* Single Product */
.single-product .type-product{
  margin-top: 100px;
}

.woocommerce .products .type-product h2{
  font-family: 'objektiv-mk1', sans-serif;
}

select:invalid {
  font-weight: bold;
}

#color-dropdown {
  appearance: none; /* Removes default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #ccc;
  font-size: 22px;
  border-radius: 5px;
  cursor: pointer;
  
  /* Add space for the custom arrow */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20"><path fill="black" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 35px;
}


.sort-by-wood-species-button .wp-block-button__link:hover::after, .sort-by-color .wp-block-button__link:hover::after  {
  opacity: 0;
  width: 0;
}

#color-dropdown{
  background-color: #ededed;
}

/* Stain Comparison */
.sort-by-color-container p.mb-0{
  font-weight: 600;
}

.woocommerce ul.products{
  justify-content: flex-start !important;
}
.desktop-title{
  font-size: 20px;
  font-weight: bold;
  color: #242b48;
}

.compare-left-title{
  text-align: left;
}

.compare-right-title{
  text-align: right;
 
}

.compare-right-title:after{
  content: "▶";
  margin-left: 10px;
}

.compare-left-title:before{
  content: "◀";
  margin-right: 10px;
}

.compare-left-description{
  text-align: left;
}

.compare-right-description{
  text-align: right;
}

.product-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  display: none;
}

.overlay-arrow {
  color: white;
  z-index: 9999;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px 10px;
  user-select: none;
}

.stain-container{
  max-width: 100%;
  margin: auto;
}
.color-compare{
  margin-bottom: 50px;
  margin-top: 50px;
  position: sticky;
  top: 0px;
  z-index: 9999;
  background-color: #fff;
}
.color-compare p{
  margin-bottom: 0px;
}
.color-compare .compare-container{
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
}
.compare-container .compare-left,
.compare-container .compare-right{
  width: 750px;
  max-width: 750px;
  text-align: center;
}
.compare-container .compare-left{
  margin-right: 30px;
}
.compare-left .compare-left-image,
.compare-right .compare-right-image{
  width: 100%;
  padding-top: 300px;
  background-size: cover;
  background-position: center;
}

/* Swatches Grid Layout */
.swatches-grid-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  max-width: 100%;
}
.swatches-grid-container .swatch{
  text-align: center;
  position: relative;
}
.swatches-lightbox-link img{
  cursor: pointer;
}
.swatches-grid-container .swatch p{
  color: #333;
}
.swatch .compare-bar{
  background-color: #333;
  display: flex;
  justify-content: space-between;
}
.swatch .compare-bar p{
  color: white;
  margin-bottom: 0px;
}
.swatch .compare-bar p.mobile-arrow{
  display: none;
}
.compare-left p.mobile-title,
.compare-right p.mobile-title{
  display: none;
}
.swatch .arrow{
  padding: 15px;
  cursor: pointer;
}

.swatch .arrow-left{
  left: 5px;
}

.swatch .arrow-right{
  right: 5px;
}

/* Swatches Lightbox */
.swatches-lightbox {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.swatches-lightbox .helper{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.swatches-lightbox-link img{
  width: 100%;
}

.swatches-lightbox  .swatches-lightbox-content{
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: relative;
}

.swatches-lightbox .swatches-lightbox-content a{
  position: relative;
  left: 310px;
}

.swatches-lightbox .swatches-lightbox-content a{
  font-size: 35px;
  color: #fff;
}

.swatches-lightbox-content p{
  color: white;
}

.swatch-error-container{
  text-align: center;
}

.swatch-error-container p{
  color: red;
}

@media(max-width: 1050px){
  .swatches-grid-container{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media(max-width: 959px){
  .swatches-grid-container{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px){
  .swatches-lightbox img{
    width: 650px;
  }
}

@media screen and (max-width: 768px){
  .swatches-grid-container{
    grid-template-columns: 1fr;
  }
  .swatch .compare-bar p.mobile-arrow{
    display: block;
  }
  .swatch .compare-bar p.desktop-arrow{
    display: none;
  }
  .compare-left p.mobile-title,
  .compare-right p.mobile-title{
    display: block
  }
  .compare-left p.desktop-title,
  .compare-right p.desktop-title{
    display: none;
  }
  .swatches-lightbox .swatches-lightbox-content a{
    left: 43%;
  }
  .swatches-lightbox img{
    max-width: 450px;
  }
  .stain-container{
    max-width: 95%;
  }
  .color-compare .compare-container{
    flex-direction: column;
  }
  .compare-container .compare-left{
    margin-right: 0px;
  }
  .compare-container .compare-left, .compare-container .compare-right{
    width: 100%;
    max-width: 100%;
  }
  .compare-left .compare-left-image, .compare-right .compare-right-image{
    padding-top: 150px;
  }
}

@media screen and (max-width: 455px){
  .swatches-lightbox img{
    max-width: 315px;
  }
}

/* Font */
#mega-menu-primary .mega-menu-item a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "big-caslon-fb", serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1px;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 30px;
}

body, p, .mega-menu-primary  li > a {
font-family: "objektiv-mk1", sans-serif;
font-weight: normal;
font-style: normal !important;
font-size: 18px;
}

.font-cofo {
  font-family: 'ApotekExtraWideExtraLight', sans-serif;
}

.wp-custom-logo .site-container .title-area {
  max-width: 250px;
}

.menu-indicator-hide{
  display: none !important;
}


.nav-primary .menu > .menu-item:hover::after,
.nav-primary .menu > .menu-item.current-menu-item::after {
  width: 100%;
}

/* Site Header
---------------------------------------------------------------------------- */
header.site-header {
  border-bottom: 9px solid #bb935c;
  background-color: #fff;
}

.main-nav{
  padding-left: 50px;
}

/* Wrap adjustments */
.site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}

.site-header .main-nav {
  width: 60%;
}

.site-header .main-nav ul#menu-main-menu {
  display: flex;
}

@media(max-width: 980px) {
  .site-header .wrap {
    justify-content: space-between;
    padding: 0px;
    width: 85%;
    margin: auto;
  }

  .site-header .main-nav {
    display: none;
  }

  .site-header .left-section-header img {
    width: 50% !important;
  }

  .site-header .left-section-header {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin-left: 0px;
  }
  .site-header .right-section-header {
    display: flex;
    justify-content: flex-end;
    width: 50%;
  }
  button.mobile-menu-toggle {
    outline: none;
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .admin-bar .site-header {
    top: 0px;
  }
}

@media(max-width: 600px) {
  .site-header .left-section-header img {
    width: 75% !important;
  }
}

@media(max-width: 350px) {
  .site-header .left-section-header img {
    width: 100% !important;
  }
}

@media(min-width: 981px) {
  .site-header .main-nav ul#menu-main-menu > li {
    margin-right: 15px;
  }
}

.left-section-header {
  width: 10%;
}

.right-section-header {
  width: 30%;
  flex: 1;
}

.left-section-header {
  display: flex;
  color: white;
  justify-content: flex-start;
  margin-left: 50px;
}

.right-section-header {
  color: white;
  display: flex;
  justify-content: flex-end;
}

.left-nav,
.right-nav {
  flex: 1;
  align-items: center;
  display: flex;
  width: 25%;
}

.site-logo {
  flex: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 30%;
}

.site-logo img {
  max-width: 95%;
  height: auto;
  display: block;
}

/* Inside .left-nav and .right-nav */
.left-nav .nav-menu,
.right-nav .nav-menu {
  display: flex;
  justify-content: space-around; /* Equal space around items */
  width: 100%; /* Ensures it takes full width of parent */
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap; /* Prevent wrapping */
}

.nav-menu li {
  position: relative;
  margin: 0; /* Remove fixed margin to let flex handle spacing */
  flex-shrink: 0; /* Prevent shrinking too much */
}

.nav-menu a {
  text-decoration: none;
  color: #231f20;
  padding: 10px;
  display: block;
  white-space: nowrap; /* Keep text and arrow on one line */
}

.nav-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 10px;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: auto;
  min-width: 150px;
  white-space: nowrap;
  z-index: 9;
}

.nav-menu li:hover > ul {
  display: block;
}

.nav-menu .menu-item-has-children > a::after {
  content: " ▾";
  margin-left: 5px;
  display: inline; /* Ensure arrow stays inline */
}

.nav-menu ul li {
  margin: 0;
}

.nav-menu ul a {
  padding: 8px 15px;
  color: #555;
}

.mobile-menu-toggle,
.mobile-nav {
  display: none;
}

/* Mobile Nav */
.mobile-nav {
  display: none; /* Hidden by default */
  width: 100%; /* Full width */
  background: #231f20;
  position: absolute;
  top: 99%; /* Right below header  weird thing, border showing up if i dont do this*/
  left: 0;
  z-index: 1000;
}

.mobile-nav .mobile-menu {
  flex-direction: column;
  width: 100%;
  padding: 10px 30px;
  display: flex;
}

.mobile-nav .mobile-menu a {
  color: white;
  display: block;
  padding: 7px 0;
}

.mobile-nav .mobile-menu li {
  width: 100%;
}

.mobile-nav .mobile-menu ul {
  position: static;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.mobile-nav ul.sub-menu {
  margin-left: 20px;
}

.mobile-nav .mobile-menu li.active > ul {
  display: block; /* Show submenu when active */
}

.mobile-menu .has-children .sub-menu {
  display: none;
}

.mobile-menu .has-children .children_indicator {
  float: right;
  /* width: 30px;*/
  padding: 0 10px; 
}


.mobile-menu .has-children.active .children_indicator {

  transform: rotate(180deg);

}

.vz_mobile_search {
  display: none;
}


/* Search container styling */

.relevanssi-live-search-result-status {
  display: none;
}

.site-header .search-form {
  width: 95%;
}

.search-container {
  position: relative;
  max-width: 325px; /* Adjust width as needed */
  width: 100%; /* Adjust width as needed */
  margin: 20px 0; /* Center the search bar */
}

/* Input field styling */
.search-input {
  width: 100%;
  padding: 10px 40px 10px 10px; /* Padding for the button on the right */
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #231f20;
  outline: none;
  background: transparent;
  color: #231f20;
  caret-color: #231f20;
}

/* Placeholder text styling */
.search-input::placeholder {
  color: #231f20;
  font-weight: 500;
}

/* Focus state for the input */
.search-input:focus {
  border-bottom: 1px solid #231f20;
  background: rgba(255, 255, 255, 0.1);
}

/* Search button styling */
.search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  color: #231f20;
}

/* Ensure the icon inside the button inherits the button's styling */
.search-icon {
  color: inherit;
}

/* Hide the screen reader text visually but keep it accessible */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Remove default button focus outline if desired */
.search-button:focus {
  outline: none;
}
 .search-button:hover{
  background-color: #231f20 !important;
 }

@media (max-width: 980px) {

  header.site-header {
    border-bottom: none;
  }

  .site-header .right-section-header,
  .site-header .left-nav,
  .site-header .right-nav  {
    display: none;
  }

  /* .mobile-nav {
    display: block;
  } */

  .mobile-menu-toggle {
    display: flex;
    justify-content: flex-end;
    background: transparent;
    font-size: 42px;
    padding: 0;
    color: #231f20;
    width: 49px;
  }

  .mobile-menu-toggle::before {
    content: "☰"; /* Hamburger icon */

}

.mobile-menu-toggle.active::before {
  content: "✕"; /* X icon */
}

  .mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
    background: transparent;
    color: #231f20;
  }
   

  .site-logo {
    flex: 1;
    text-align: center; 
    /* justify-content: center; */
    /* align-items: center;
    /* width: 90%; */
    justify-content: flex-start;
  }

  .site-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.left-nav,
.right-nav,
.right-section-header {
    display: none; /* Hide all except logo and toggle */
}

.mobile-nav.active {
    display: flex; /* Show when toggled */
}

.vz_mobile_search {
  display: block;
  border-bottom: 9px solid #bb935c;
}

.search-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 10px 0;
}

.search-input {
  width: 100%;
  padding: 10px 40px 10px 30px;
  font-size: 18px;
  border: none;
  outline: none;
  background: transparent;
  color: #999;
  caret-color: #999;
}

.search-input:focus {
  border: none;
}

/* Placeholder text styling */
.search-input::placeholder {
  color: #231f20;
  
}

.search-button {
  color: black;
  right: 30px;
  font-size: 28px;
}

}

/* Custom Footer */

.custom-footer {
  position: relative;
  background-color: #231f20;
  width: 100%;
  min-height: 400px;
}

/* .custom-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 100%;
  background-image: url('https://autumn-mills.nyc3.digitaloceanspaces.com/wp-content/uploads/2025/03/Autumn-Mill-Logo-Icon-White.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
} */

.footer-widgets-container {
  position: relative; /* Keeps widgets above background image */
  z-index: 1;
  width: 80%;
  max-width: 1500px; /* Adjust as needed */
  margin: 0 auto; /* Centers the container */
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap; /* Allows columns to wrap on smaller screens */
  justify-content: space-between;
}

.footer-column {
  width: 23%; /* Slightly less than 25% to account for spacing */
  margin-bottom: 20px;
}

.logo-footer {
  display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.logo-footer img {
  position: relative;
  z-index: 2;
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .footer-column {
      width: 100%; /* One column on mobile */
  }
}

/* Optional: Style the widget content */
.footer-widget {
  color: #ffffff; /* White text for contrast against dark background */
  font-size: 18px; 
}

.footer-widget .widget-title {
  color: #bb935c;
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-widget .menu li {
  padding-bottom: 10px;
}

.footer-widget a {
  color: white;
}

/* Custom submenu */
.mobile-submenu{
  margin-left: 15px;
}
.hidden {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.visible {
  display: block;
  opacity: 1;
  height: auto;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.custom-submenu{
  position: absolute;
  background-color: #e7e7e7;
  top: 142px;
  z-index: 2;
  padding: 10px 50px 10px 10px;
}
.submenu-divider{
  color: black;
  height: 1px;
  background-color: black; 
}

.has-submenu{
  position: relative;
}

.has-submenu:after{
  content: ''; 
  position: absolute;
  right: -18px; 
  top: 45%; 
  transform: rotate(90deg); 
  border-width: 5px; 
  border-style: solid;
  border-color: transparent transparent transparent white; 
  pointer-events: none;
}

.has-submenu.active:after {
  border-color: #333 transparent transparent transparent; 
  transform: translateY(-50%) rotate(180deg);
}

.site-container .wp-block-button .wp-block-button__link{
  font-family: "objektiv-mk1", sans-serif!important;
}

/* Custom Header */
.dealer-locator{
  border: 2px solid #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.dealer-locator:hover{
  background-color: #bb935c;
  border-color: #bb935c;
  color: #fff;
}

.header-link {
  text-decoration: none;
  color: white; 
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.logo-container img {
  max-height: 60px; 
}

.left-main, .right-main {
  display: flex;
  gap: 100px; 
  align-items: center;
  position: static; 
  flex-direction: row;
}

.left-main {
  left: 0;
}

.right-main {
  left: 0;
}
.center-main{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}  

.viztech-header {
  background-color: #2E5A4A;
	padding: 30px 0px;
}

.viztech-header .header-container {
  width: 38%;
  margin: auto;
}

.viztech-header .header-top-container,
.viztech-header .header-main-container {
  display: flex;
  justify-content: space-between;
}

.viztech-header .header-top a,
.viztech-header .header-top p {
  color: white;
  margin: 5px 0px;
  display: flex;
  align-items: center;
}

.viztech-header .header-main .left-icon {
  width: 65px;
}

.viztech-header .header-main i {
  font-size: 40px;
  margin-right: 20px;
  color: white;
  cursor: pointer;
}
.viztech-header .header-main i.fa-brands:hover{
 color: #A87C4F;
}
.right-dropdown i.fa-x{
  z-index: 999999;
  position: absolute;
  right: -34px;
  top: 20px;
}

.viztech-header .header-main .logo-container {
  max-width: 400px;
  min-width: 200px;
  padding: 0 40px;
}

.viztech-header .second-level-main {
  position: absolute;
  top: 35px;
  left: 0px;
  background-color: white;
  z-index: 9999999;
  width: 100%;
  display: flex;
  justify-content: center;
}

.viztech-header .top-level-main li {
  padding: 5px 30px;
}

.viztech-header .second-level-main li {
  padding: 5px 15px;
  position: relative;
}

.viztech-header .top-level-main li a,
.viztech-header .top-level-main li i {
  color: white;
}


.viztech-header .right-dropdown li {
  width: 100% !important;
}

.viztech-header .right-dropdown li i {
  font-size: 18px;
  margin-right: 0px;
}

.viztech-header .right-dropdown li a {
  margin: 0 !important;
  width: 90% !important;
  margin: auto !important;
  text-align: center !important;
}

.header-button {
    background-color: transparent;
    color: #ffff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #fff; /* Optional border */
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-right: 40px;

}
#mega-menu-item-115949{
  transition: margin-bottom 0.2s ease !important;
} 

.header-button:hover, #mega-menu-primary li a.header-button-2:hover {
    background-color: #A87C4F;
    color: #000000;
	border:3px solid #A87C4F;
}

.header-button img, #mega-menu-primary li a.header-button-2 img {
    width: 20px; /* Set image width */
    height: 20px; /* Set image height */
    margin-right: 8px; /* Space between the image and the text */
    display: inline-block; /* Ensure proper alignment */
    vertical-align: middle; /* Align image with text */
}
#mega-menu-primary li a.header-button-2 {
  background-color: transparent;
  color: #ffff;
  text-decoration: none;
  padding: 5px 15px !important;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #fff; /* Optional border */
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: 40px;
  max-width: 9%;
}

.right-dropdown li a i.sub-icons{
  font-size: 2.5rem;
}

#submenu-overlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
  z-index: 9999; /* Ensure it covers everything */
}


.viztech-header .header-top .show-mobile {
  display: none;
}

/* Mobile Menu */
.subitem-1::after{
  content: ''; 
  position: absolute;
  right: 17px;
  top: 12%;
  transform: rotate(90deg); 
  border-width: 5px; 
  border-style: solid;
  border-color: transparent transparent transparent #000; 
  pointer-events: none;
}
.subitem-1.active:after {
  border-color: #333 transparent transparent transparent; 
  transform: translateY(-50%) rotate(180deg);
  top: 7% !important;
}
/* Utility */
.request-bid-form .gb-block-layout-column-inner.has-theme-secondary-background-color{
  border-radius: 30px;
}
#gform_submit_button_2, #gform_browse_button_2_94{
  background-color: #121212;
}

#gform_submit_button_2{
  text-transform: uppercase !important;
}
#gform_submit_button_4, #gform_browse_button_4_7{
  background-color: #bb935c;
}

.pl-0 ul{
  padding-left: 0 !important;
}



/* Footer */

.find-a-dealer-buttton a:hover {
  color: #fff !important;
}
.footer-button:hover{
  color: #fff;
  border-color: #a88b11;
  border-width:  2px !important;
}

.footer-widgets {
	background-color: black;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	width: 80%;
}

.footer-widget-area {
	margin-bottom: 40px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets a,
.footer-widgets a:hover {
	color: #ffffff;
}
.footer-widgets h1,.footer-widgets h2,.footer-widgets h3,.footer-widgets p {
	color: white;
}
.footer-button  {
	border: 2px solid white;
	background: black;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: normal;
	text-transform: unset
}
.site-footer {
	background-color: #231f20;
	font-size: 15px;
	line-height: 1.5;
}

.site-footer .wrap {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 10px 0;
  display: flex;
  justify-content: center;
}

.site-footer .copyrights {
	float: left;
	color: white;
}

.site-footer .social-icons {
	float: right;
}

.site-footer .social-icons a {
	margin-right: 10px;
}

.site-footer p {
	margin-bottom: 0;
	color: white;
}
.site-footer a {
	color: #bb935c;
}


/* Utility */
.mobile-button, .large-mobile-button{
  display: none !important;
}
@media (min-width: 982px) {
	.mobile-featured-colors-button {
		display: none !important;
	}
}
@media(max-width: 981px) {
  .committed-section a {
    display: none !important;
  }
}
.wp-block-button__link.has-theme-secondary-background-color.has-background.wp-element-button, .wp-block-button__link.has-background.wp-element-button{
  color: #fff !important;
}

.primary-button a,
.wp-block-button a, .wp-block-button__link a, .wp-element-button a,
.primary-button a, .button a {
    font-size: 18px!important;
    text-transform: none!important;
    border-radius: 5px!important
}



.blurb-container {
  max-width: 1400px;
  margin: auto;
}

.full-width,
.full-width img {
  width: 100%;
}

.full-height,
.full-height .gb-block-layout-column-inner,
.full-height img {
  height: 100%;
}

figure.full-height {
  margin-bottom: 0px;
}

.flex .gb-block-layout-column-inner {
  display: flex;
}

.flex-col .gb-block-layout-column-inner {
  flex-direction: column;
}

.justify-center .gb-block-layout-column-inner {
  justify-content: center;
}

.pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.hidden-desktop {
  display: none;
}

.flex .gb-block-layout-column-inner {
  display: flex;
}

.flex-col .gb-block-layout-column-inner {
  flex-direction: column;
}

.justify-center .gb-block-layout-column-inner {
  justify-content: center;
}

.color-secondary {
  color: #282728;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.8);
}

.is-bold {
  font-weight: 900;
}

.max-70 {
  max-width: 70%;
  margin: auto;
}

.max-80 {
  max-width: 80%;
  margin: auto;
}

.max-100 {
  max-width: 100px !important;
  margin: auto;
}

.max-600 {
  max-width: 600px;
  margin: auto;
}


.full-height,
.full-height .gb-block-layout-column-inner,
.full-height img {
  height: 100%;
}

figure.full-height {
  margin-bottom: 0px;
}

.full-width,
.full-width img {
  width: 100%;
}

.force-full {
  width: 100vw;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  padding: 20px;
}

.rounded-corners img {
  border-radius: 20px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.pl-0{
  padding-left: 0;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-20{
  margin-top: 20px !important;
}

.page-container {
  max-width: 1400px;
  margin: auto;
}

@media(max-width: 1400px) {
  .page-container {
    max-width: 90%;
    margin: auto;
  }
}

@media(max-width: 768px) {
  .hidden-desktop {
    display: block;
  }

  .tablet-full {
    width: 100% !important;
  }
  .right-menu-wrapper{
    margin-left: 50%;
  }

  /* .tablet-hidden {
    display: none;
  } */

  .tablet-flex .gb-layout-column-wrap {
    display: flex;
    flex-direction: column;
  }
}

@media(max-width: 600px) {
  .grid-reverse-2 .gb-layout-column-wrap {
    grid-template-columns:
      "col2"
      "col1" !important;
  }
}

/* Search Results Page */
.search-results .archive-description .archive-title {
  margin-top: 50px;
}
.search-results .search-results-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Header */
.custom-header {
  height: 183px;
}

.custom-header .header-inner-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 90%;
  width: 90%;
  margin: 20px auto;
  padding: 20px 0px;
  height: 54%;
}

.header-inner-wrap .inner-logo {
  max-width: 12%;
  width: 12%;
  display: flex;
  align-items: center;
}

.header-inner-wrap .inner-search-bar {
  max-width: 70%;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-search-bar .ws-search-form {
  width: 90%;
  border: 1px solid black;
  border-radius: 20px;
  position: relative;
}

.inner-search-bar .ws-search-form i.fa-search {
  position: absolute;
  top: 8px;
  left: 10px;
}

.inner-search-bar .ws-search-form .ws-search-field {
  border: none;
  border-radius: 20px;
  padding-left: 35px;
}

.header-inner-wrap .inner-dropdown {
  max-width: 10%;
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #282728;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}
.hamburger.open-menu   .bar1 {
  transform: rotate(45deg) translate(3px, 7px);
}

.hamburger.open-menu .bar3 {
  opacity: 0; 
}

.hamburger.open-menu .bar4 {
  opacity: 0; 
}

.hamburger.open-menu .bar2{
  transform: rotate(-45deg) translate(2.7px, -7px);
}
.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

.checkbox1:checked+label>.hamburger1>.bar1 {
  transform: rotate(45deg);
  transform-origin: 5%;
  width: 41px
}

.checkbox1:checked+label>.hamburger1>.bar2 {
  transform: translateX(-40px);
  background-color: transparent;
}

.checkbox1:checked+label>.hamburger1>.bar3 {
  transform: translateX(40px);
  background-color: transparent;
}

.checkbox1:checked+label>.hamburger1>.bar4 {
  transform-origin: 5%;
  transform: rotate(-45deg);
  width: 41px;
}

.inner-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 152px;
  right: 0;
  z-index: 99999;
  background-color: white;
  padding: 15px;
  width: 300px;
  border: 1px solid black;
}

.inner-dropdown{
  margin-top: 11px;
}

.dropdown-menu li {
  /* border-bottom: 1px solid black; */
  padding: 5px 0px;
  cursor: pointer;
}

.dropdown-menu li a {
  color: #333;
}

.dropdown-menu li .fa-chevron-down,
.dropdown-menu li .fa-chevron-up {
  float: right;
  padding-top: 5px;
}

.dropdown-menu .color-dropdown.open .fa-chevron-down {
  display: none;
}

.dropdown-menu .color-dropdown .fa-chevron-up {
  display: none;
}

.dropdown-menu .color-dropdown.open .fa-chevron-up {
  display: block;
}

.dropdown-menu .second-dropdown .fa-chevron-up {
  display: none;
}

.dropdown-menu .second-dropdown.open .fa-chevron-down {
  display: none;
}

.dropdown-menu .second-dropdown.open .fa-chevron-up {
  display: block;
}

.dropdown-menu ul ul ul li {
  padding-left: 20px;
}

.header-bottom-bar {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 35%;
}

.bottom-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  width: 90%;
  height: 100%;
  margin: auto;
}

.bottom-bar-wrapper .bottom-bar-item {
  padding: 10px 0px;
}

.bottom-bar-wrapper .mega-menu-item-has-children>a,
.bottom-bar-wrapper .mega-menu-item-12640 a,
.bottom-bar-wrapper .mega-menu-item-12760 a {
  color: black !important;
  font-weight: bold !important;
  font-size: 24px !important;
  margin: 0px !important;
}

.mobile_search {
  display: none !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #282728 !important;
}
.menu-indicator {
  border-radius: 5px;
  position: absolute;
  margin-top: 2px;
  height: 4px; 
  background-color: #027CFE; 
  transition: left 0.3s ease, width 0.3s ease;
  bottom: -2px; 
}
@media only screen and (min-width: 960px){
  div.right-menu-wrapper {
		width: 16%;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		position: relative;
    order: 2;
    width: 100%;
    text-align: center;
	}

	.ws_top_search {
		cursor: pointer;
	}
}
@media (max-width: 1600px){
  .inner-dropdown .dropdown-menu{
    right: 3%;
    top: 93px;
  }
}

@media(min-width: 769px) {
  #mega-menu-wrap-primary {
    width: 100%;
  }

  #mega-menu-primary {
    /* display: flex !important; */
    justify-content: space-around;
  }
  

  li.mega-menu-item-has-children ul.mega-sub-menu {
    max-width: 1500px !important;
  }

  li.mega-menu-item-has-children>ul.mega-sub-menu {
    margin-top: 11px !important;
  }

  li.mega-menu-item-has-children ul.mega-sub-menu .custom-html-widget {
    position: relative !important;
  }

  li.mega-menu-item-has-children ul.mega-sub-menu .custom-html-widget a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: white;
    background-color: #033063;
    border: 3px solid #8ea9c6;
    padding: 10px 30px;
    font-weight: bold;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item .custom-html-widget {
    padding: 150px 20px !important;
  }
}

@media(max-width: 768px) {
  .mobile_search {
    display: block !important;
  }

  div.right-menu-wrapper{
    display: none;
  }

  .custom-header {
    height: 120px;
  }

  .custom-header .header-inner-wrap {
    height: 100%;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .header-inner-wrap .inner-logo {
    margin-left: 10px;
    max-width: 30%;
    width: 30%;
  }

  .header-inner-wrap .inner-search-bar {
    display: none;
  }

 

  .header-inner-wrap .inner-dropdown {
    padding-right: 30px;
  }

  .header-bottom-bar {
    display: none;
  }
}

.archive ul.products .product,
.relatedCollections li.product,
section.related.products li.product {
  border: 1px solid rgba(0, 0, 0, .6) !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* Logo */
.wp-custom-logo .site-container .title-area {
  padding-top: 0 !important;
  order: 1;
}

.color-options-div .wp-block-cover__inner-container,
.color-options-div .wp-block-cover__inner-container p.color-options-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 100%;
  
}

.color-options-div .wp-block-cover__inner-container p.color-options-link a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mega-menu-item-44{
  background-color: #027CFE !important;
  border-radius: 5px !important;
  
}
#mega-menu-item-44 > a {
  color:#fff !important;
}
.custom-logo-link{
  margin: 10% 0;
}

/* Home Page Slideshow */
.faq.slider svg{
  background-color: transparent !important;
}
.home-slider-button {
  display: flex !important;
}

.home-slider-button .alignleft {
  margin-right: 0px !important;
}

.eedee-gutenslider-pagination {
  bottom: -5px !important;
}

.wp-block-buttons.button-align-center {
  display: flex;
  justify-content: center !important;
}

.wp-block-buttons.button-align-center div.wp-block-button {
  margin-right: 0px;
}

.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide .slide-content > :last-child{
  margin-right: 60%;
}

/*Text-only overlay*/
.entry-content .slogan-background {
  padding: 1.25em 2.375em;
  background-color: rgba(0, 0, 0, 0.59);
}

.wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap .cta-image {
  margin-bottom: 0px !important;
}

.gb-block-layout-column-inner .cta-link a {
  text-decoration: none;
}

.entry-content .see-more-reviews a {
  text-decoration: none;
}

.entry-content .products-footer a {
  text-decoration: none;
  color: black;
}

.entry-content .navigation-footer a {
  text-decoration: none;
  color: black;
}

/* Color Options */

#menu-item-724 ul ul {
  right: -200px;
  top: 0px;
}

#menu-item-724 ul ul li {
  text-align: left;
}

.wp-block-group.alignfull .wp-block-columns.color-options {
  padding: 2.5px 0;
  border: 2px solid #333;
}

.wp-block-group.alignfull .wp-block-columns.color-options .wp-block-navigation .wp-block-navigation-item__content {
  color: rgba(0, 0, 0, .6);
  font-size: 16px;
}

/* Single blog posts */
.more-blog-posts{
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #888;
  max-width: 1500px;
  margin: 0 auto;
  color: #232B48;
}

.more-blog-posts h3{
  margin-left: 20px;
  font-size: 40px;
}

.more-blog-posts .more-posts-grid{
  display: flex;
  justify-content: flex-start;
}

.more-blog-posts .more-posts-grid .more-post-item{
  margin: 20px;
  margin: 20px;
  background-color: #eaeaea;
  padding: 20px;
  border-radius: 5px;
  max-width: 340px;
  color: #232B48;
}

.more-post-item img{
  border-radius: 5px;
  margin-bottom: 10px;
}


/* Category Landing Page */
.page-template-category-landing-page .site-inner {
  padding-top: 0 !important;
}

.viz-banner-container {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  margin-bottom: 50px;
}

.viz-banner-overlay {
  background-color: rgba(0, 0, 0, .3);
  height: 100%;
  width: 100%;
}

.viz-banner-text {
  color: white;
  text-align: center;
  font-size: 60px;
  padding: 210px 0;
  font-weight: bold;
}

.subcat-grid-container {
  margin-bottom: 50px;
}

.subcat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 4em;
}

.subcat-div {
  border: 1px solid rgba(0, 0, 0, .6);
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sub_cat_link {
  text-align: center;
  padding-top: 25px;
}

.sub_cat_link p {
  margin-bottom: 0 !important;
  font-weight: bold;
}

.reuseable-blocks-container {
  margin-bottom: 100px;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.reuseable-padding {
  padding: 20px;
}

.reuseable-background-color {
  background-color: #ededed;
}

.term-bedroom .site-header,
.term-dining-kitchen .site-header,
.term-living-room .site-header,
.term-office .site-header,
.term-outdoor .site-header,
.term-children .site-header {
  margin-bottom: 0px;
}

body:not(.fullwidth).term-bedroom .site-inner,
body:not(.sort-by-wood-species-buttonfullwidth).term-dining-kitchen .site-inner,
body:not(.fullwidth).term-living-room .site-inner,
body:not(.fullwidth).term-office .site-inner,
body:not(.fullwidth).term-outdoor .site-inner,
body:not(.fullwidth).term-children .site-inner {
  padding-top: 0;
}

/* Dynamically added reviews */
.viz-reviews-container {
  width: 80%;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

.review-container-viz {
  background-color: #f5f5f5;
  padding: 30px;
  text-align: left;
}

.viz-quotes-container {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 20px;
}

.viz-star-rating-container {
  width: 40%;
  margin: 0 auto;
}

.viz-review-content {
  color: black;
}

.viz-review-author {
  color: black;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 15px;
}

.blue-review-link {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#review {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Style custom mobile home page slides */
#viz-jquery-slideshow-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#viz-jquery-slideshow-container #viz-jquery-slideshow {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

#viz-jquery-slideshow-container #viz-jquery-slideshow li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Vertically center our buttons */
#viz-jquery-slideshow-container #btn-prev,
#viz-jquery-slideshow-container #btn-next {
  position: absolute;
  top: 150px;
  z-index: 100;
  color: #ffffff;
  font-size: 2em;
  line-height: 1;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
}

#viz-jquery-slideshow-container #btn-prev {
  left: 15px;
}

#viz-jquery-slideshow-container #btn-next {
  right: 15px;
}

/* hide the text links */
#viz-jquery-slideshow-container #btn-prev span,
#viz-jquery-slideshow-container #btn-next span {
  display: none;
}

#viz-jquery-slideshow .viz-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: black;
  text-align: center;
  padding: 30px;
  z-index: 9;
  padding-bottom: 45px;
}

#viz-jquery-slideshow .viz-slide-content h2 {
  color: white;
}

#viz-jquery-slideshow .viz-slide-content a {
  padding: 15px 30px;
}

@media (min-width: 959px){
  .inner-dropdown{
    display: none;
  }
}
@media  (max-width: 2000px){
  .viztech-header .header-container{
    width: 48%;
  }
}
@media (max-width: 1800px) {
  .viztech-header .header-container {
    width: 51%;
  }
}  
@media  (max-width: 1600px){
  .viztech-header .header-container{
    width: 58%;
  }
}
@media  (max-width: 1400px){
  .viztech-header .header-container{
    width: 64%;
  }
}
@media (max-width: 1216px){
  #mega-menu-primary li a{
    font-size: 12px !important;
  }
}

@media (max-width: 1200px){
  #menu-main-menu li {
    padding: 10px !important;
  }
  #menu-main-menu li span {
    font-size: 14px;
  }
  .viztech-header .header-container{
    width: 65%;
  }
}
@media(max-width: 1099px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    /* padding: 0px 15px !important; */
    font-size: 17px !important;
  }  
}

@media (max-width: 981px) {

  .woocommerce ul.products[class*=columns-] li.product{
    width: 100% !important;
  }

  .wp-block-cover__inner-container .wp-block-genesis-blocks-gb-columns{
    padding-left: 0 !important;
  }

   .box-shadow-blue, .box-shadow-orange{
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  .home-learn-more-blurb{
    padding: 0!important;
    margin-top: 357px !important;

  }

  .home-learn-more-blurb .gb-layout-column-wrap{
    max-width: 100% !important;

  }

  .semi-transparent-blue-background::after, .semi-transparent-blue-background, .semi-transparent-blue-background-right-down::after{
    content: none !important;
  }
  
    .sort-by-color-container p.mb-0{
      text-align: center;
    }
  
.semi-transparent-blue-background .gb-block-layout-column-inner, .semi-transparent-blue-background-right-down .gb-block-layout-column-inner {
    padding-left: 30px!important;
}


  .section-container,.retailer-cases-container,.builder-cases-container {
    justify-content: center !important;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .section-heading::after,.retailer-cases-heading::after,.builder-cases-heading::after{
    display: none !important;
  }

  .mobile-line{
    height: 2px;
    flex-grow: 1;
    background-color: #bb935c;
    width: 15%;
  }

  .section-container .button{
    display: none;
  }

  .mobile-section-container .mobile-button, .mobile-section-container .large-mobile-button {
    width: 60%;
    margin: 0 auto;
    display: flex !important;
	  font-size: 18px;
  }

  .mobile-section-container .mobile-button:after, .mobile-section-container .large-mobile-button:after{
    content: " →";
    opacity: 1;
    transform: translateX(-5px);
    transition: transform 0.3s ease;
  }

  .home-hero-content{
    padding-left: 25px !important;
  }

  .wood-species-column .wood-species{
    width: 80% !important;
  }

  .wood-species-column .wc-block-product-template__responsive{
    grid-template-columns: 1fr !important;
  }

  .pop-up-wrapper .pop-up-content {
    width: 90%;
    max-width: 90%;
    max-height: 95%;
    overflow-y: scroll;
  }

  #mega-menu-primary > #mega-menu-item-44{
    margin-left: 0 !important;
  }
  .popupCloseButton {
    border-radius: 0;
    top: 0px;
    right: 0;
  }

  .ws_input_wrap .close {
    display: inline;
    position: absolute;
    right: 15px;
    font-size: 34px;
    margin-top: 7px;
  }

  .ws_search_wrap {
    width: 100%;
  }


  .ws_search_icon:before {
    position: relative;
  }


  #ws_search_icon:before {
    position: inherit;
  }


  .flip-mobile .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mobile-menu-item {
    display: block;
  }

  #et_mobile_nav_menu {
    display: none;
  }

  .et_header_style_left #et-top-navigation,
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-bottom: 24px;
  }

}

@media(max-width:959px) {

  .color-library-button{
    display: none !important;
  }

  .product-btn-wrap a.inverse.button.alt, .product-btn-wrap a.get-quote-btn{ 
    font-size: 18px !important;
  }

  .woocommerce .custom-product-title {
    font-size: 30px;
}

  .sort-by-container{
    width: 80%;
    margin: 0 auto;
  }

  body:not(.fullwidth):not(.single-product) .site-inner{
    width: 100% ;
  }

  .site-logo img{
    max-width: 75% !important;
  }

  .box-shadow-yellow{
    box-shadow: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .box-shadow-yellow .wp-block-genesis-blocks-gb-columns{
    padding-top: 75% !important;
  }

  .compare-right-title:after{
    display: none;
  }

  .compare-right-title:before{
    content: "▼" !important;
    margin-right: 10px;
    font-size: 24px;
  }
  
  .compare-left-title:before{
    content: "▲" !important;
    margin-right: 10px;
    font-size: 24px;

  }

  .overlay-arrow{
    transform: rotate(90deg);
  }

  .compare-left-title, .compare-right-title, .compare-left-description, .compare-right-description{
    text-align: center !important;
  }

  .sort-by-color-button, .sort-by-wood-species-button{
    justify-content: center !important;
  }

  .single-product .woocommerce div.product div.images.woocommerce-product-gallery{
    position: relative;
  }

  .viztech-header .header-main .logo-container{
    margin-left: -35px;
    padding: 0 !important;
  }
  .viz-banner-container {
    max-height: 250px;
    background-size: 156%;
  }

  #mega-menu-item-44{
    background-color: #fff !important;
    border-radius: 5px !important;
  }

  #mega-menu-item-44 > a {
    color: #222 !important;
  }

  .custom-logo-link{
    width: 100px;
    margin-top: 0;
  }

  .viztech-header .header-container{
    width: 80%;
  }

  .top-menu{
    display: none;
  }

  .left-main, .right-main{
    display: none;
  }

  .center-main{
    margin-left: 0;
  }

  /* .custom-logo-link img{
    top: 0 !important;
  } */

  .viz-banner-overlay {
    max-height: 250px;
  }

  .viz-banner-text {
    padding: 108px 0;
  }

  .subcat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .viz-reviews-container {
    grid-template-columns: 1fr 1fr;
  }

  .reuseable-blocks-container .color-options .wp-container-3 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  header .title-area {
    width: 35% !important;
  }
  .right-menu-wrapper{
    display: none;
  }
  .mega-sub-menu{
    background-color: #f1f1f1 !important;
  }
  #mega-menu-primary{
    margin-top: 20px !important;
  }
}



@media (max-width: 768px) {


  .search article:nth-child(n) {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }

  .search article:nth-child(2n) {
    float: right;
    clear: none !important;
  }

  .viz-banner-text {
    font-size: 50px;
  }

}

@media(max-width: 600px) {

  .subcat-grid {
    grid-template-columns: 1fr;
  }

  .viz-reviews-container {
    grid-template-columns: 1fr;
  }

  .entry-content .slogan-background {
    padding: 50px 50px;
  }

  .faq-slider .eedee-gutenslider-prev {
    left: 0px !important;
  }

  .faq-slider .eedee-gutenslider-next {
    right: 0px !important;
  }
 
}

@media (max-width: 500px) {

  .search article:nth-child(n) {
    margin: 0 0 11.5% !important;
    width: 100% !important;
  }

  .viz-banner-text {
    font-size: 36px;
  }

}

@media(max-width:480px) {

  #business-slogan-goes-here {
    padding: 0;
  }

  .viz-slide-content div.wp-block-button {
    margin-right: 0;
  }
}

@media(max-width: 425px) {
  .swiper-slide .slide-content {
    padding: 50px 20px !important;
  }
	  .mobile-section-container .mobile-button{
    width: 70%;
    margin: 0 auto;
    display: flex !important;
  }
	.mobile-section-container .large-mobile-button {
        width: 80%;
        margin: 0 auto;
        display: flex !important;
}
}
