/* 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) {
.site-header {
	position: relative;
	z-index: 1;
}
.admin-bar .site-header {
	top: 0;
}
.nav-secondary {
	margin-top: 0;
}
#ez-feature-top-container .ez-widget-area {
	padding-bottom: 0;
}
.freshly-home-banner {
	margin-bottom: 20px;
}
.content-sidebar .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary {
	border-left: none;
}
#home-hook-wrap {
	padding: 10px 30px 5px;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {
.site-header .genesis-nav-menu {
	padding-bottom: 10px;
}
}

@media only screen and (max-width: 479px) {
.freshly-home-banner {
	font-size: 22px;
	font-size: 2.2rem;
}
#ez-home-container-wrap .post {
	background: none;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.content h1.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
}
}