/* Custom CSS
------------------------------------------------------------ */


/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {
.widget_search {
	width: 270px;
	margin: -20px auto 20px;
	overflow: hidden;
}
#ez-feature-top-container .ez-widget-area {
	letter-spacing: 0;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {
#ez-feature-top-container .ez-widget-area {
	font-size: 26px; font-size: 2.4rem;
}
}

@media only screen and (max-width: 479px) {
#ez-feature-top-container .ez-widget-area {
	font-size: 22px; font-size: 2rem;
}
#ez-home-container-wrap .ez-widget-area h4 {
	font-size: 16px; font-size: 1.6rem;
}
}