/* Theme Name: Solume Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of solume
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: solume
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:  solume-child
*/

.site-brand img {
	width: 182px;
}
.ova-number-box .description, .ova-number-box .title{
	white-space: pre-line;
}
.ova-contact-page .contact-form .ova-submit .wpcf7-spinner {
	position: absolute;
}
.ova-contact-page .contact-form {
	padding: 50px 25px 25px 25px;
    height: auto;
    border-radius: 20px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
}
.ova-contact-page .contact-form span input {
	border-radius: 5px;
}

.ova-contact-page .contact-form span textarea {
	border-radius: 5px;
	height: 195px;
}

.ova-contact-page .contact-form .ova-submit button {
	border-radius: 5px;
}

.ova-contact-page .contact-form {
	border-radius: 12px;
}

.ova-contact-info-box .contact .info .item a {
    font-size: 16px;
}

.ova-title .title, .ova-title .description {
    white-space: pre-line;
}

.mc4wp-style-1 .ova-mc4wp-form .email input {
	border-radius: 0;
}

.mc4wp-style-1 .ova-mc4wp-form .submit button {
	border-radius: 5px;
}

body.home .header_sticky.active_sticky {
	background-color: #292929;
}

.ova-testimonial.version_1 .slide-testimonials .owl-nav {
    display:flex; 
	justify-content: center; 
	margin-top: 30px;
	position: static;
}

.ova-testimonial.version_1 .slide-testimonials .owl-item .item .client_info {
	box-shadow: 0 5px 40px rgba(0,0,0,0.06);
}

.ova-portfolio .portfolio-filter-button-wrapper {
	margin: 50px 0;
}

.k-list-text ul li {
	margin-bottom: 5px;
}
.k-primary-text {
	color: var(--primary);
}

@media (min-width: 1024px) {
    .main-navigation ul.menu ul.sub-menu li.menu-item-has-children > a::after, .main-navigation ul.menu ul.sub-menu li.page_item_has_children > a::after {        
	  float: none;
      position: absolute;
	  right: 18px;
  }
}