/*
Theme Name: Divi Child
Theme URL: http://yourdomain.com
Description:Child of Divi
Theme Author: Kendrick Byler
Author URL: http://yourdomain.com
Template: Divi
Version: 1.0.1
Text Domain: divi-child
*/

.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: 0px;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.reuseable-padding {
  padding: 50px;
}

.reuseable-background-color {
  background-color: #fff;
}

.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;
}

mark.count {
display: none;
}

/* Force 4-column product grid */
.et_pb_column_woo_new_products .products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
    margin: 40px 0;
}

/* Product item */
.page-id-4558 .products .product {
    list-style: none;
    background: #fff;
    padding: 15px;
    text-align: center;
    transition: box-shadow .2s ease;
}

/* Product image */
.page-id-4558 .products .product img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Product title */
.page-id-4558 .products .product .woocommerce-loop-product__title {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Price */
.page-id-4558 .products .product .price {
    display: block;
    margin: 10px 0;
    font-size: 16px;
}

/* Add to cart button */
.page-id-4558 .products .product a.button {
    margin-top: 10px;
    width: 100%;
}

/* Pagination center */
.page-id-4558 .woocommerce-pagination {
    text-align: center;
    margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .page-id-4558 .products.columns-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .page-id-4558 .products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .page-id-4558 .products.columns-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}
  

.woocommerce ul.products li.product .woocommerce-loop-category__title {
 text-align: center;
}

.et_right_sidebar #left-area {
    float: none;
    padding-right: 0;
    width: 100%;
}

.et_right_sidebar #main-content .container:before {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  text-align: center;
}

.w3eden a {
  color: black;
}
.et-cart-info span {
  display: none;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea, body .gform_wrapper select, body .gform_wrapper.gf_browser_chrome select  {
  background: #eee;
  border: none;
  padding: 10px;
}
body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 0px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  padding: 10px 15px 10px 15px;
  background-color: #a08065;
  color: black;
  font-size: 20px!important;
  border: none;
  float: right;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #bfa793;
  cursor: pointer;
}
.woocommerce-MyAccount-navigation-link .woocommerce-MyAccount-navigation-link--orders {
  display: none!important;
}

.search #sidebar, #main-content .container:before {
  display: none;
}

.search #left-area {
  width: 100%;
  padding-right: 0;
}
.search article {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 30.75%;
    margin-left: 0;
    clear: none;
}
.search article p {
  display: none;
}
.search article h2.entry-title {
  
 font-size: 15px;
 font-weight: bold;
 padding-top: 10px;
 text-align: center;
 
    text-transform: uppercase;
}


.search article:nth-child(3n) {
  margin-right: 0;
}

.logged-in-button{
  display: none;
}

.gf_login_links{
  display: none;
}

.logged-in .logged-in-button{
  display: initial;
  background-color: #a08065;
  color: black;
  padding: 10px;
}

@media (max-width: 1326px) {

  #main-header .container {
    width: 90%;
  }
}
@media (max-width: 1299px) {

  #logo{
    max-height: 60%!important;
  }
}
@media (max-width: 980px) {

  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 85px !important;
}

.et_secondary_nav_only_menu #main-header, .et_secondary_nav_only_menu #main-header {
  top: 46px !important;
}

.et_fixed_nav.et_secondary_nav_only_menu.admin-bar .custom_top_header {
  top: 46px;
}


.et_fixed_nav.et_secondary_nav_only_menu .custom_top_header {
  top: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
.custom_top_header a {
  color: black;
  font-weight: bold;
}

  .et_header_style_left #main-header .et-search-form {
    width: 100% !important;
    max-width: 100% !important;
  }
  .et_pb_menu_hidden img#logo {
    visibility: hidden;
  }  
  h1 {
    font-size: 40px !important;
  }
  .flip-mobile .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }
#main-header .et_mobile_menu .menu-item-has-children > a:after { font-size: 16px; content: '\50'; top: 13px; right: 10px; }
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { content: '\4f'; }
  #top-header .container span {
    display: block;
    text-align: center;
  }
#main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;}
.et_header_style_left #logo, .et_header_style_split #logo {
      max-width: 100%;
      max-height: 90%;
    }
}

@media (max-width: 768px) {
  .w3eden .media {
    flex-direction: column;
    align-items: center;
}
  #footer-widgets .footer-widget {
    text-align: center;
  }
  #footer-widgets .footer-widget div {
    width: 100%;
  }
  .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;
  }
}
@media (max-width: 500px) {
.search article:nth-child(n) {
  margin: 0 0 11.5%!important;
  width: 100%!important;
}
  .et_pb_slides .et_pb_slide {
    padding: 0 5% !important;
  }
}