/*
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:*/

.form-thank-you-img{
	border-radius: 20px;
}

.mc4wp-response .mc4wp-alert.mc4wp-success{
	border: 2px solid #04ac95;
    padding: 0 5px;
    text-align: center;
}

.highlighted{
	background: yellow;
}

#menu-search-menu li.menu-item-125{
	background: #feb12c;
	color: #fff;
	margin-right: 20px;
}

#menu-search-menu li.menu-item-126{
	background: #04ac95;
	color: #fff;
	margin-right: 20px;
}

#menu-search-menu li.menu-item-127{
	background: #eb295b;
	color: #fff;
	margin-right: 20px !important;
}

@media (max-width: 520px){
	#menu-search-menu li.menu-item-125,
	#menu-search-menu li.menu-item-126,
	#menu-search-menu li.menu-item-127{
		margin-right: 10px;
    	padding: 0 10px!important;
	}
}