/* Custom CSS
------------------------------------------------------------ */
ul.menu-secondary {
	text-align: left !important;
	max-width: 1140px;
}

.UIImg-border {
	border: solid 1px #999;
}

body.home div.site-inner,
body.home div.site-inner main.content {
	padding: 0;
    margin: 0;
	width: 100% !important;
    max-width: 100% !important;
}

body.home .content-sidebar-wrap,
body.home .full-width-content .content,
body.home .full-width-content .site-inner {
	width: 100% !important;
}

.UIHome-width {
	max-width: 1200px;
	margin: 0 auto !important;
}

/* 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: 0;
}
.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;
}
}