/* Custom CSS
------------------------------------------------------------ */
#ez-home-top-2 {
	font-family: 'Lora', 'serif';
	font-size: 24px;
	color: #2D4D6D;
	text-align: left;
	line-height: 180%;
}

/* EZ Home Middle 2 */
#ez-home-middle-2 {
	background: #49629F;
	font-family: Ubuntu, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	line-height: 160%;
	margin: 10px 0px 10px 0px;
	padding: 30px 8px 30px 8px;

}


/* 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) {
.site-header .widget-area {
	text-align: center;
}
#ez-home-bottom-container .ez-widget-area {
	margin-bottom: 20px;
	padding-bottom: 0;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {
/* HTML5 5th @media query trigger point */
.site-header {
	min-height: 110px;
}
.header-image .site-header .wrap .title-area {
	width: 360px;
	height: 110px;
	background-size: 360px 110px;
}
#ez-feature-top-container .ez-widget-area h4 {
	font-size: 38px;
	font-size: 3.8rem;
}
#ez-feature-top-container .ez-widget-area {
	font-size: 22px;
	font-size: 2.2rem;
}
}

@media only screen and (max-width: 479px) {
/* HTML5 6th @media query trigger point */
.site-header {
	min-height: 83px;
}
.header-image .site-header .wrap .title-area {
	width: 270px;
	height: 83px;
	background-size: 270px 83px;
}
.site-header .widget-area {
	padding-bottom: 10px;
}
.content .post h1, .content .page h1, .content h1.entry-title, .content .entry-content h1 {
	font-size: 32px;
	font-size: 3.2rem;
}
#ez-feature-top-container .ez-widget-area h4 {
	font-size: 32px;
	font-size: 3.2rem;
}
#ez-feature-top-container .ez-widget-area {
	font-size: 18px;
	font-size: 1.8rem;
}
}