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

/*Add your own styles here:*/

.w-ma-donate-button a, .w-ma-member-button a, .w-ma-mailsignup-button a {
	border-radius: 0px;
	float: right;
	line-height: 18px;
	margin: 0px;
}

.at_top .l-subheader-h.i-cf {
	height: 36px;
}

.w-ma-member-button a {
	color: #fff;
	background-color: #1b98e0;
}

.w-ma-mailsignup-button a {
	color: #fff;
	background-color: #FF9326;
}

.w-ma-member-button a:hover,
.w-ma-donate-button a:hover,
.w-ma-mailsignup-button a:hover {
	color: #fff;
}


/*code to fix empty space on top*/
.fix_buttons_mobile{	padding: 9px 19px !important;}
.fix_buttons_mobile_height{	height: auto !important;}

/*code to fix mobile menu*/
@media (min-width:320px) { .touch_enabled { float: none !important;} }
@media (min-width:480px) { .touch_enabled { float: none !important;} }
@media (min-width:600px) { .touch_enabled { float: none !important;} }