/*
Theme Name: Smart Klosets
Description: Child theme of Avada theme
Author: Jeffrey Li
Author URI: https://bbdata.ca
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Remove Italic Style from Product Titles */
.fusion-woo-product-design-clean .products .product-title, .fusion-woo-product-design-clean .slides .product-title {
  font-style: normal;
}

/* H6 Uppercase */
h6 {
  text-transform: uppercase;
}

/* Hero White Button */
.custom-hero-button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding: 32px 64px;
}

/* Subscribe Form - Submit Button Style */
#dark-style {
  padding: 20px 20px;
  background-color: #181B20;
}

#dark-style:hover {
  padding: 20px 0px;
  color: #ffffff;
  background-color: rgba(24,27,32,0.92);
}

/* Header Cart Counter BG color and size*/
.fusion-widget-cart-number {
  background-color: transparent;
}

.fusion-widget-cart-counter>a:before {
  margin-right: 4px;
  font-size: 16px;
}

/* Overrides */
.topbar .fusion-button {
  background-color: transparent;
  font-weight: 400;
  margin-right: 1.5rem;
}

.fusion-body .fusion-builder-column-0.topbar--contact {
  width: auto !important;
  flex-grow: 1;
}

.fusion-body .fusion-builder-column-1.topbar-special {
  width: 104px !important;
}

.fusion-body .fusion-builder-column-2.topbar-social {
  width: 72px !important;
  margin-right: 1%;
}

.topbar--contact .fusion-button {
  padding: 0;
}

.topbar > .fusion-builder-row {
  flex-wrap: nowrap;
}

.sk-testimonials .review {
  display: flex;
  flex-direction: column;
}

.sk-testimonials .review blockquote {
  order: 2;
}

.sk-testimonials .review .author {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  order: 1;
}

.fusion-title strong {
  font-weight: 800;
}

.fusion-tabs.clean .nav-tabs li.active .fusion-tab-heading {
  color: #75c252;
}

.fusion-tabs.clean .nav-tabs li .tab-link {
  padding: 0 15px !important;
}

.fusion-tabs.clean .nav-tabs li + li {
  border-left: 1px solid #181b20;
}

.fusion-slider-sc .flex-direction-nav a {
  background-color: #75c252 !important;
  margin-top: 0 !important;
}

.fusion-slider-sc:not(.fusion-has-margin) .flexslider,
.fusion-slider-sc.flexslider {
  margin-bottom: 0 !important;
}

.fusion-slider-sc .flex-control-paging li a {
  background: transparent;
  border: 3px solid #fff;
  box-shadow: none;
  width: 14px;
  height: 14px;
}

.fusion-slider-sc .flex-control-paging li a.flex-active {
  background: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 800px) {
  .nav {
    display: block !important;
  }
  .fusion-mobile-tab-nav {
    display: none !important;
  }
  .fusion-tabs .nav-tabs li{
    display: inline-block !important;
  }
  .fusion-tabs.clean .nav-tabs{
    text-align: center;
  }
}

/* Utility Classes */
.layer-text strong.bolder {
  font-weight: 800;
}

.zindex9999 {
  z-index:9999;
}

.text-bold {
  font-weight: bold !important;
}

.text-shadow {
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, .25));
}

.parallax-white .parallax-inner {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: color;
}
