/* Utility */
.full-height,
.full-height .gb-block-layout-column-inner {
  height: 100% !important;
}

.font-hoefler {
  font-family: 'hoefler-text', sans-serif;
}

.font-helvetica {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'hoefler-text', sans-serif;
  font-size: 40px;
  color: #434447;
}

p,
a {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 18px;
}

.page-container {
  max-width: 1560px !important;
  width: 95% !important;
  margin: auto !important;
}
.mobile-content-container {
  width: 95% !important;
  margin: auto !important;
}

.text-max {
  max-width: 600px;
}

.primary-outline-button a {
  border: 3px solid #434447 !important;
  border-radius: 0px !important;
  color: #434447 !important;
  padding: 10px 20px !important;
  background-color: transparent !important;
}
.primary-outline-button a:hover {
  border-color: #1d3f5c !important;
  color: #1d3f5c !important;
}

.testimonials-columns {
  margin-bottom: 40px !important;
}
.testimonials-columns > .gb-layout-column-wrap {
  grid-gap: 2em 2em !important;
}
.testimonials-columns > .gb-layout-column-wrap .gb-block-layout-column,
.testimonials-columns > .gb-layout-column-wrap .gb-block-layout-column .gb-block-layout-column-inner,
.testimonials-columns > .gb-layout-column-wrap .gb-block-layout-column .gb-block-layout-column-inner .testimonial-class {
  height: 100% !important;
}
.testimonial-class {
  border: 1px solid #434447 !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}
.testimonial-class::before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Pro';
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
}

@media(max-width: 905px) {
  .mobile-flip .gb-layout-column-wrap {
    grid-template-columns: 1fr !important;
    grid-template-areas: "col2"
                         "col1" !important;
  }
}

/* Custom Header */
.vt-header-container {
  max-width: 1540px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 25px 0px;
}
.vt-header-logo,
.vt-header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vt-header-logo {
  width: 25%;
}
.vt-header-menu {
  width: 50%;
}
.vt-header-icons {
  width: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.vt-header-icons .mobile-menu {
  display: none;
}
.vt-header-icons i {
  font-size: 22px;
  color: #434447;
}
.vt-header-menu > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vt-header-menu li.top-level-li {
  cursor: pointer;
}
.vt-header-menu .furniture-submenu {
  position: absolute;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  z-index: 99;
  width: 1000px;
  max-width: 80%;
}
.vt-header-menu .furniture-submenu li {
  margin-bottom: 10px;
}
.vt-header-menu .furniture-submenu li > a {
  font-weight: bold;
  color: #434447;
}
.vt-header-menu .furniture-submenu .left-side-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.vt-header-menu .furniture-submenu .left-side {
  width: 30%;
  border-right: 2px solid #434447;
  margin-right: 20px;
}
.vt-header-menu .furniture-submenu .right-side {
  width: 70%;
}
.vt-header-menu .furniture-submenu .sub-menu-image {
  width: 30%;
}
.vt-header-menu .child-menu-div {
  display: none;
}
.hamburger {
  position: relative;
  width: 32px;
  height: 24px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hamburger:hover {
  background: transparent;
}
.hamburger:focus-visible,
.hamburger:focus {
  outline: none;
  background: transparent;
}
.hamburger-line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #434447;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}
.hamburger-line:nth-child(1) {
  top: 0%;
}
.hamburger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-line:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.hamburger.is-open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0.3);
}
.hamburger.is-open .hamburger-line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.hamburger-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 70px;
  border: 1px solid #434447;
  background-color: #fff;
  z-index: 99;
  padding: 15px;
  width: 200px;
}
.ws_search_wrap {
  width: 100% !important;
  background-color: #ededed !important;
}
.ws_search_wrap .ws_input_wrap {
  max-width: 1540px !important;
}
.ws_search_wrap form {
  position: relative !important;
}
.ws_search_wrap form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.ws_search_wrap input {
  border: none !important;
  background-color: #ededed !important;
  padding-left: 30px !important;
}
.ws_search_wrap input::placeholder {
  color: #bfbfbf;
}
@media(max-width: 1071px) {
  .vt-header-menu {
    width: 60%;
  }
}
@media(max-width: 959px) {
  .vt-header-menu {
    display: none;
  }
  .vt-header-icons {
    width: 20%;
  }
  .vt-header-icons .hamburger {
    display: none;
  }
  .vt-header-icons .mobile-menu {
    display: inline-block;
  }
  .vt-header-logo {
    width: 40%;
  }
}
@media(max-width: 425px) {
  .vt-header-logo {
    width: 60%;
  }
  .vt-header-icons {
    width: 39%;
  }
}

/* Bottom Call To Action */
.bottom-call-to-action div.gform_wrapper {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
.bottom-call-to-action div.gform_footer {
  justify-content: center;
}
div.gfield .ginput_container input{
  background-color: #fff !important;
}
input.gform_button {
  background-color: #F6F6F5 !important;
  border: 3px solid #434447 !important;
  color: #434447 !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  padding: 10px 28px !important;
  border-radius: 0px !important;
  max-width: 700px !important;
  width: 100% !important;
}
input.gform_button:hover {
  border-color: #1d3f5c !important;
  color: #1d3f5c !important;
}

/* Footer */
div.footer-widgets,
footer.site-footer {
  background-color: #f5f5f6 !important;
  border-top: none !important;
}
.footer-widgets h3 {
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
  font-weight: 800 !important;
}
.footer-widgets .widget-area section:first-child {
  min-height: 280px !important;
}
.footer-widgets-4 a {
  text-decoration: underline !important;
}
@media(max-width: 959px) {
  .footer-widgets .widget-area section:first-child {
    min-height: auto !important;
  }
  .footer-widgets .widget-area section:last-child {
    display: none !important;
  }
}

/* Product Page */
h1.product_title {
  font-size: 40px;
}
div.summary a.made-by-button {
  width: fit-content !important;
  border: none !important;
  text-decoration: underline !important;
  font-size: 18px !important;
  color: #434447 !important;
  font-weight: 400 !important;
}
.woocommerce div.product p.price {
  color: #1D3F5C !important;
  margin-bottom: 0px !important;
}
div.product_toggle,
tr.variation-label {
  background-color: #fff !important;
}

/* Home Page */
.home-hero-section > div.gb-layout-column-wrap {
  grid-gap: 0;
}
.home-hero-section .gb-layout-column-wrap > .full-height:first-child div.gb-block-layout-column-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  max-width: 445px !important;
  width: 90% !important;
  margin: auto !important;
  min-height: 600px !important;
}
.overflow-left img {
  margin-left: -100px;
}
@media(max-width: 905px) {
  .home-hero-section .gb-layout-column-wrap > .full-height:first-child div.gb-block-layout-column-inner {
    min-height: auto !important;
    padding: 50px 0px !important;
    max-width: none !important;
  }
  .home-hero-section.mobile-flip .gb-block-layout-column:nth-child(2) {
    width: 100% !important;
  }
}
@media(max-width: 425px) {
  .overflow-left img {
    margin-left: -40px;
  }
}

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

.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;
}

/* Home Page Slideshow */
.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;
}

/*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;
}

/* 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;
}
.sub_cat_link{
  background-color: #e2e2e2;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 30px;
}
.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: 50px;
}
.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(.fullwidth).term-dining-room .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;
}
  .pop-up-wrapper .pop-up-content {
    width: 60%;
    max-width: 90%;
    max-height: 95%;
    overflow-y: auto;
}

  .popupCloseButton {
    border-radius: 0;
    top: 0px;
    right: 0;
  }
@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 ) {

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


    


    .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){
  .viz-banner-container{
    max-height: 250px;
    background-size: 156%;
  }
  .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;
  }
}

@media(min-width: 861px){
  /* Default Woocommerce Category Pages */
  .woocommerce ul.products{
    justify-content: flex-start !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;
  }
  .eedee-gutenslider-prev{
    left: 30px !important;
  }
  .eedee-gutenslider-next{
    right: 30px !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;
  }
}