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

.active_sticky .logo_sticky {
    margin: 70px 0 35px 0;
}
.icon-shadow-cust .elementor-icon {
    box-shadow: 0px 0px 10px 1px #fff;
}
.ova-heading .bg-title {
    opacity: 0.2;
}

/* menu style */
.menu-tabs .image {
    width: 30%;
}
.menu-tabs .image .img-menu {
    width: 100%;
    height: 95px;
    object-fit: cover;
}
.menu-tabs .info {
    width: 70%;
	padding-right: 0;
}
.menu-tabs .content {
    margin: -10px 0 0 0;
}
.menu-tabs .content .title {
    margin: 0;
}
.menu-box-height .ova-category-simple {
    height: 370px;
}
.menu-box-height .ova-category-simple .content {
    height: 180px;
    border: 0;
}
.ova-ctfrom7 .form-booking-home1 .ova-submit input[type=submit] {
    border-radius: 10px;
    color: #fff;
    background-color: #432314 !important;
    border: 1px solid #432314;
	font-family: "Jost", Sans-serif;
}
.ova-ctfrom7 .form-booking-home1 .ova-submit input[type=submit]:hover {
    color: #432314;
    background-color: #fff !important;
    border: 1px solid #432314;
}
#just-for-height {
    height: 80px !important;
}

#scrollUp {
    background-color: #432314 !important;
}
.cust-image-carasoule .swiper-slide-image {
    object-fit: cover;
    width: 100%;
    height: 250px;
}


/* conract form */
.franchise-col p {
    margin: 0;
}
.franchise-col .wpcf7-radio {
    display: flex;
    flex-direction: column;
}
.form-row {
    display: flex;
    gap: 40px;
}
.form-left-col {
    width: 50%;
}
.form-right-col {
    width: 50%;
}

@media(max-width: 767px){
	.form-row {
		display: block;
		gap: 40px;
	}
	.form-left-col {
		width: 100%;
	}
	.form-right-col {
		width: 100%;
	}
}