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


/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1250px) {
body.ez-home.override .site-inner {
	padding-bottom: 0;
}
#home-hook-wrap {
	padding: 0;
}
#ez-home-top-container,
#ez-home-bottom-container {
	background-attachment: scroll;
	padding: 20px;
}
#ez-home-middle-container .ez-home-wrap {
	margin: 30px 20px;
}
}

@media only screen and (min-width: 840px) and (max-width: 1250px) {
#ez-home-top-container .ez-widget-area h4,
#ez-home-bottom-container .ez-widget-area h4 {
	font-size: 50px; font-size: 5rem;
}
#ez-home-top-container .ez-widget-area,
#ez-home-bottom-container .ez-widget-area {
	font-size: 26px; font-size: 2.6rem;
}
}

@media only screen and (min-width: 480px) and (max-width: 1250px) {
.author-box, #comments, #respond {
	margin-left: 0;
	margin-right: 0;
}
}

@media only screen and (max-width: 839px) {

}

@media only screen and (min-width: 480px) and (max-width: 839px) {
#ez-home-top-container .ez-widget-area h4,
#ez-home-bottom-container .ez-widget-area h4 {
	margin-bottom: 0;
	font-size: 40px; font-size: 4rem;
}
#ez-home-top-container .ez-widget-area,
#ez-home-bottom-container .ez-widget-area {
	font-size: 22px; font-size: 2.2rem;
}
}

@media only screen and (max-width: 479px) {
body.override .site-inner {
	padding: 0;
}
.author-box {
	margin-left: 20px;
	margin-right: 20px;
}
#comments, #respond {
	padding: 0 20px;
}
#ez-home-top-container .ez-widget-area h4,
#ez-home-bottom-container .ez-widget-area h4 {
	margin-bottom: 0;
	font-size: 30px; font-size: 3rem;
}
#ez-home-top-container .ez-widget-area,
#ez-home-bottom-container .ez-widget-area {
	font-size: 16px; font-size: 1.6rem;
}
}