/* Custom CSS
------------------------------------------------------------ */
#ez-feature-top-container {
	padding: 5px 0px 0px 0px;
}
#ez-home-top-container {
	background: #E50424;
	padding: 5px 0px 5px 0px;
			

}
#ez-home-middle-container {
	padding: 5px 0px 0px 5px;
				
}
#ez-home-bottom-container .ez-widget-area {
	background-color: rgba(000, 000, 000);
	background-color: rgba(000, 000, 000, 0);
	color: #333333;
	font-size: 20px;
	text-align: left;
}	
#ez-home-bottom-container {
padding: 5px 0px 5px 0px;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {
body.ez-home.override .site-inner {
	padding-bottom: 0;
}
#ez-feature-top-container,
#ez-home-bottom-container {
	padding: 20px;
}
#home-hook-wrap {
	padding: 0;
}
.ez-home-container-area .ez-home-wrap {
	margin: 0 20px;
}
#ez-home-bottom-container.ez-home-container-area .ez-home-wrap {
	margin: 0;
}
.header-image .site-header .wrap .title-area{
width:100%;
height:auto;
background-size:100% auto;
}
}

@media only screen and (min-width: 840px) and (max-width: 1140px) {
.header-image .site-header .wrap .title-area{
width:100%;
height:auto;
background-size:100% auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 1140px) {
.header-image .site-header .wrap .title-area{
width:100%;
height:auto;
background-size:100% auto;
}
}

@media only screen and (max-width: 839px) {
.ez-home-container-area {
	padding: 30px 0;
}
#ez-home-container-wrap .ez-widget-area {
	padding: 20px 0;
}
.header-image .site-header .wrap .title-area{
width:100%;
height:auto;
background-size:100% auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {
#ez-feature-top-container .ez-widget-area h4,
#ez-home-bottom-container .ez-widget-area h4 {
	font-size: 46px; font-size: 4.6rem;
}
#ez-feature-top-container .ez-widget-area,
#ez-home-bottom-container .ez-widget-area {
	font-size: 24px; font-size: 2.4rem;
}
.header-image .site-header .wrap .title-area{
width:100%;
height:auto;
background-size:100% auto;
}
}

@media only screen and (max-width: 479px) {
#ez-feature-top-container .ez-widget-area h4,
#ez-home-bottom-container .ez-widget-area h4 {
	font-size: 36px; font-size: 3.6rem;
}
#ez-feature-top-container .ez-widget-area,
#ez-home-bottom-container .ez-widget-area {
	font-size: 18px; font-size: 1.8rem;
}
.header-image .site-header .wrap .title-area{
width:100%;
height:auto;
background-size:100% auto;
}
}