/* Theme Name: Yachbat Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of yachbat
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: yachbat
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  yachbat-child
*/
.header_sticky.sticky_bg_dark.active_sticky {
  background-color: #fff;
}
.active_sticky ul.menu > li > a {
  color: #000!important;
}
.elementor-374 .elementor-element.elementor-element-76909a7 ul.menu > li > a:hover {
  color: #b9952f;
}
.menu-canvas .container-menu {
  background-color: #fff;
  color: #000;
}
.menu-canvas .container-menu .close-menu {
  color: #000;
}
.menu-canvas .dropdown-toggle::after {
  color: #000;
}
.menu-canvas ul li a {
  color: #000;
  padding: 0.6180469716em 0;
  display: block;
  border-bottom: 1px solid #333;
}
.ova-special-offer.ova-special-offer-version_5:hover .special-offer-content .btn-special-offer {
  background-color: #b9952f;
  color: #fff;
}
.ova-testimonial .slide-testimonials .client_info .client {
  width: 100%;
  max-height: 100px;
  max-width: 100px;
  display: none;
}
.ova-testimonial .slide-testimonials .client_info {
  padding: 60px 40px;
  display: flex;
  position: relative;
  height: 480px;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], input[type="date"], textarea, .input-text {
  border-radius: 5px;
  padding: 12px 15px;
  border-color: #444;
  background-color: #ffffff;
  color: var(--text);
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 1em;
  width: 100%;
}
input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, textarea::placeholder, .input-text::placeholder {
  color: #000;
}
input::placeholder, textarea::placeholder {
  opacity: 0.8;
}
.ova-wpcf7.ova-service-form .ova-text-email input {
  border: 1px solid #444;
  border-radius: 5px !important;
}
.ova-wpcf7.ova-service-form .ova-textarea textarea {
  border: 1px solid #444;
  max-height: 123px;
  border-radius: 5px;
  font-family: var(--secondary-font);
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-weight: 400;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 1em;
  border-color: #B9952F;
  background-color: #B9952F;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #DFB744;
  border-color: #DFB744;
  color: #fff;
}
.ova-wpcf7.ova-service-form .ova-text-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
ul.menu > li > a {
  color: #FFFFFF; text-transform:uppercase!important;
}
#gallery-1 .gallery-item {
  margin-top: 0px!important;
  padding: 0 15px 6px 0;
}
.menu-toggle::before {
  background-color: #b9952f!important;
}
.menu-toggle span::before {
  background-color: #b9952f!important;
}
.menu-toggle::after {
  background-color: #b9952f!important;
}






@media only screen and (max-width: 600px) {
 
	.ova-testimonial .slide-testimonials .client_info {
  padding: 20px 10px;
  display: flex;
  position: relative;
  height: auto;
}
	
}

