/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

body.home {
  background-image: url('/wp-content/themes/Avada-Child-Theme/images/kimuda-bg-2.jpg')
}

[class^='select2'] {
  border-radius: 0px !important;
}
.select2-results__options {
  background-color: #fff;
  color: #000;
}
.select2-results__option--selectable {
  color: #000!important;
}
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #eee!important;
  color: #000!important;
}
.kmp-product-filter .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;  
  height: auto;
}
.kmp-product-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  padding: 10px;
}
.kmp-product-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: -13px;
  top: 50%;
}

.kmp-product-filter-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.kmp-product-filter-wrapper {
  background-color: #000;
  width: 16.666666666%;
}
.kmp-product-filter {
  border: solid 1px #ddd;
}
.kmp-product-filter-label {
  background-color: #ff6459;
  color: #fff;
  font-weight: 400;
  height: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.kmp-product-filter button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 60px; 
  padding: 14px 30px;  
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .kmp-product-filter-wrapper {
    width: 33.3333%;
  }
  .kmp-product-filter-wrapper--full-mobile {
    width: 66.6666%;
  }
  .kmp-product-filter-wrapper--button {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .kmp-product-filter-wrapper {
    width: 50%;
  }
  .kmp-product-filter-wrapper--full-mobile, .kmp-product-filter-wrapper--button {
    width: 100%;
  }
}


.kmp-product-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.kmp-product-item-wrapper {
  /* text-align: center; */
  width: 25%;
}
.kmp-product-item {
  margin: 0 10px;
}
.kmp-product-item a {
  color: #ffffff;
}
.kmp-product-item-image {

}
.kmp-product-item-title {
  font-size: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .kmp-product-item-wrapper {
    width: 25%;
  }
  .kmp-product-item-title {
    font-size: 20px;
  }
  .kmp-product-item-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .kmp-product-item-wrapper {
    width: 50%;
  }
  .kmp-product-item-title {
    font-size: 20px;
  }
  .kmp-product-item-description {
    font-size: 14px;
  }
}


/* Home Menu */
.home-menu-container {
  display: block;
}

.home-menu-item-wrapper {
  float: left;
  padding: 10px;
  width: 50%;
}

.home-menu-item {
  background: #646464;
  background: rgba(100,100,100,0.5);
  background: linear-gradient(45deg, rgba(100,100,100,0.5) 0%, rgba(80,80,80,0.5) 10%, rgba(109,109,109,0.5) 90%, rgba(120,120,120,0.5) 100%);
  border: solid 1px #aaa;
  border-radius: 10px;
  height: 200px;
  height: 20vh;
  min-height: 100px;  
  text-align: center;
}

.home-menu-item a {
  position: relative;
}

#home-menu-item-about-us {
  height: 420px;
  height: 40vh;
  height: calc(40vh + 19px);
  min-height: calc(200px + 19px);
}

.home-menu-item:hover {
  background: #787878;
  background: rgba(120,120,120,0.5);
  background: linear-gradient(45deg, rgba(120,120,120,0.5) 0%, rgba(100,100,100,0.5) 10%, rgba(129,129,129,0.5) 90%, rgba(140,140,140,0.5) 100%);
}

.home-menu-item a {
  align-items: center;
  color: #cccccc;
  display: flex;
  font-size: 1.3em;
  height: 100%;
  justify-content: center;
  padding: 30px;
  text-transform: uppercase;
}

.home-menu-item a:hover {
  color: #ffffff;
}

.home-menu-item-icon {
  font-size: 0;
  height: 100%;
  white-space: nowrap;
}

.home-menu-item-icon:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.home-menu-item-icon img {
  height: 100%;
  max-height: 100px;
  max-width: 100%;
  vertical-align: middle;
}

@media (orientation: portrait) {
  .home-menu-item-icon img {
    height: auto;
  }
}

.home-menu-item-text {
  bottom: 0;
  font-size: 0.7em;
  position: absolute;  
  left: 10px;
}

@media only screen and (max-width: 800px) {
  .home-menu-item {
      height: 150px;
  }
  #home-menu-item-about-us {
      height: 320px;
  }
  .home-menu-item a {
      font-size: 0.9em;
  }
}


/* Home Logo */
#home-logo-container {
  margin-top: 30px;
  text-align: center;
}

.home-logo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#home-logo-container img {
  min-width: 120px;
  vertical-align: middle;
  width: 20%;
}


/* Breadcrumbs */
#header-breadcrumb {
  padding: 10px 0;
}
.kimuda-breadcrumb-item {
  /* border: solid 1px #000; */
  float: left;
  width: 80px;
}
.kimuda-breadcrumb-item-top {
  position: relative;
  height: 80px;
}      
.kimuda-breadcrumb-item-top-bg {
  /* border: solid 1px #f00; */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.kimuda-breadcrumb-item-top-bg-left {        
  border-top: solid 1px #aaa;
  position: absolute;
  top: 50%; bottom: 50%; left: 0; right: 50%;
}
.kimuda-breadcrumb-item:first-child .kimuda-breadcrumb-item-top-bg-left {
  border: none;
}
.kimuda-breadcrumb-item-top-bg-right {        
  border-top: solid 1px #aaa;
  position: absolute;
  top: 50%; bottom: 50%; left: 50%; right: 0;
}
.kimuda-breadcrumb-item:last-child .kimuda-breadcrumb-item-top-bg-right {
  border: none;
}
.kimuda-breadcrumb-item-top-image {
  
}
.kimuda-breadcrumb-item-bottom {
  font-size: 0.8em;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 520px) {
  .kimuda-breadcrumb-item {
    width: 50px;
  }
  .kimuda-breadcrumb-item-top {
    height: 50px;
  } 
  .kimuda-breadcrumb-item-bottom {
    font-size: 0.6em;
    line-height: 16px;
  }
}
