/*
Theme Name: RentacarWP Child
Theme URI: http://modeltheme.com/mt_rentacar
Template: rentacarwp
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Car Rental / Listing WordPress Theme [child-theme]
Version: 2.1.1
Text Domain: rentacarwp
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/

.header-nav-actions{
	display:none;
}

@media (min-width:1200px){
	#navbar .menu-item > a{
		font-size:17px !important;
		padding-left:15px;
		padding-right:15px;
	}
	.menu-iq-menu-container {
		width:100% !important
	}
	header nav ul{    
		width:100%;
		display:flex !important;
		justify-content:space-between
	}

	header nav ul > li{
		
	}
}



.dp-banner .vc_custom_heading {
    text-shadow:#000 0 0 30px, #000 0 0 5px;
}

/*.mt-car-search .col-md-3:has(.search-field.form-control){
    display:none !important
}*/

figure.effect-apollo figcaption::before{
	display:none;
}

.form-control{
	border-color:#fff
}

figure.effect-apollo:hover img{
	opacity:1
}

.vc_single_image-img[src*=".svg"] {
    width:50px;
}

.mt_cars--single-main-pic{
            width: 1170px;
    margin:0 auto;
    max-width:100%
}