/*

Theme Name: Bellavita Child

Theme URI: http://modeltheme.com/mt_bellavita/

Template: bellavita
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Bellavita - Insurance and Finance WordPress Theme
Version: 1.8
Text Domain: bellavita
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* cauta header */
	
	.cauta-header {
		position:relative!imporant;
	}
	
	.relevanssi-live-search-results{
		top:60px!important;
		left:auto!important;
	}
	
	.relevanssi-live-search-instructions{
		display:none!important;
	}

.cauta-header .search-form{
/* 	display:flex;
	align-items:center; */
}

.cauta-header .search-submit{
	display:none;
}

.modeltheme-search{
	max-width:400px!important;
}

@media(max-width:967px){
	.cauta-header {
		margin:20px 0;
	}
	
	.cauta-header input{
		min-height:40px;
	}
	
	header #navbar > div:first-child{
		display:block!important;
	}
}

/* arata rand */

@media(min-width:991px){
    .rand-mobil{
        display:none!important;
    }
}

@media(max-width:991px){
    .rand-desktop{
        display:none!important;
    }
}