/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/



/*Esquinas de dropdown menu hover*/
.no-touch .menu-item:not(.level_1):hover>.w-nav-anchor {
    border-radius: 3px;
}

/*-----Caldera forms Styling---------*/

/*** FIELD STYLING ***/
.caldera-grid .form-control {
    background: #f0f5f5;
    border: none;
    border-radius: 5px;
}



/*Borde de submenus dropdown*/
.w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1) {
	border-radius: 2px 2px 5px 5px;
}

/*margin sticky menu*/
.vc_wp_custommenu.layout_hor .menu {
    margin: -7px 0px;
}