/* Custom CSS
------------------------------------------------------------ */
#gform_submit_button_1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 40px;
    background-color: #20B3D3;
    color: #fff;
    text-transform: uppercase;
}

/* For displaying 2 columns on tablet 
@media only screen and (max-width: 800px) {
 #gallery-2 .gallery-item {
     width: 50% !important;
 }
}

/* For displaying single column on mobile 
@media only screen and (max-width: 480px) {
 #gallery-2 .gallery-item {
     width: 100% !important;
 }
}

#gallery-2 .gallery-item:nth-child(5n+1) {
     clear: none !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;
}
}