/*
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.0
Text Domain: divi-child
*/

mark.count {
display: none;
}

.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;
  }
}