/* Utility Classes */
.round-corners{
  border-radius: 20px;
}

/* 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  */


/* 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 */
.woocommerce-products-header__title{
  font-weight: 700;
  margin-bottom: -90px;
  margin-top: 50px;
  color: #707070;
  line-height: 1.4;
  font-style: normal;
  text-transform: none;
}
.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;
  margin-top: 100px;
}
.subcat-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 4em;
}
.sub_cat_link{
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #707070;
}
.sub_cat_link p{
  margin-bottom: 0 !important;
  font-weight: bold;
}
.subcat-div{
  background: white;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  border-width: 1px;
  padding-bottom: 30px !important;
  box-shadow: 0px 0px 5px 0px #d3d3d3;
  border-style: solid;
  border-color: #707070;
  margin: 0 0 2.992em 0;
}
.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-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 ;
}

/* Popup Styling */
.header-pop-up-wrapper,
.product-pop-up-wrapper {
  background:rgba(0,0,0,.4);
  display:none;
  height:100%;
  position:fixed;
  text-align:center;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width:100%;
  z-index:999999999;
}
.header-pop-up-wrapper .pop-up-content,
.product-pop-up-wrapper .pop-up-content {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 1600px;
  min-height: 100px;
  vertical-align: middle;
  width: 50%;
  position: relative;
  padding: 25px 5%;
  cursor: default;
  max-height: 95%;
}
.header-pop-up-wrapper .helper,
.product-pop-up-wrapper .helper{
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 20px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* Subcategory pages */
.woocommerce ul.products li.product{
  width: 30.75% !important;
  margin: 15px;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #d3d3d3;
  overflow: hidden;
}
.woocommerce ul.products li.product a{
  border-radius: inherit;
  overflow: hidden;
  padding: 30px;
  background-color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #707070;
}

/* 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;
}

@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%;
    overflow-y: scroll;
}

  .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){
  .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;
  }
}
