/* Custom CSS
------------------------------------------------------------ */
/* header */
.months_program {
	padding: 7px 0;
	background: #0F4E8C;
	z-index: 1000;
}
.months_program a {
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.responsiveheader {
display: none;
}
.site-header {
	background-color: rgba(255, 255, 255, .65);
	position: fixed;
	top: 40px;
}
.header-image.freshly-full-header .scrolled-header .wrap .title-area {
    height: 100px !important;
    background-size: 67%;
}
.fixed_footer_cta {
display: none;
}
/* phone number in header */
.site-header .widget-area {
	font-size: 30px;
}
header .widgettitle {
	color: #C4121A;
	text-shadow: 1px 1px 1px #222;
	margin: 20px 20px 5px 0;
	}
/* forms */
.contact_form {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	    background: rgba(255, 255, 255, .5);
}
.home_form_background {
	margin: 2% 11%;
	background-color: rgba(255, 255, 255, .65);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.homeform {
	padding: 0 5% 2%;
}
.sidebarform {
	margin: 0;
	padding: 0 15px;
}
/* end forms*/

/* home */
html {
scroll-behavior: smooth;
}

.content-sidebar #ez-feature-top-container {
    max-width: 100%;
}
.mobile_service_links {
	display: none !important;
}
/*.homecontent {
	padding: 0 5%;
}
#navpics {
	padding: 0 8%;
}*/
#navpics img {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    -o-border-radius: 50%;
	border-radius: 50%;
	}
#navpics img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
/*.homereviewsrow {
	padding: 0 8%;
}*/
.reviews {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    -o-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, .65);
	padding: 25px 25px 10px;
	font-size: 22px;
	line-height: 145%;
	font-style: italic;
}
.sociallinksrow {
	padding: 0 20%;
}
.homepage .content {
	float: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 1140px;
	margin: 0 auto;
}
.full-width-content .content {
	float: none !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 1140px !important;
	margin: 0 auto !important;
}
.homepage .full-width-content, .homepage .content-sidebar-wrap, .full-width-content .content-sidebar-wrap {
	width: 100% !important;
}
.homepage .entry-title {
	display: none;
}
.homepage #page_header {
	display: none;
}
.homepage .site-inner {
	padding: 0 !important;
}
.homepage .full-width-content, .homepage .site-inner, .full-width-content .site-inner {
	max-width: 100% !important;
}
/* end home */

/* general */

h1, h2, h3 {
	font-weight: 600 !important;
}
.content .page h1, .content h1.entry-title {
	padding-top: 20px;
}
iframe, object, embed {
	max-width: 100%;
}

.site-inner {
	padding: 160px 20px 0 20px;
}

/* service page reviews */
.review-stars2 {
	float: left;
	color: #ed8600;
	font-size: 20px;
	margin: 12px 8px;
}
.reviews_servicepages {
	font-style: italic;
	color: #333;
	font-size: 18px;
	background: #ffffff9e;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	border: 1px #333 solid;
	padding: 20px;
	border-radius: 25px;
}
.reviewtitle {
	font-size: 35px;
	color: #000;
	float: left;
	font-style: italic;
}
.review_button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 25px;
    width: 200px;
    background: #ed8600;
    text-align: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease-out;
}
.review_button:hover {
	background: #063F78;
}
.review_button a {
	color: #fff !important;
}
/* end general */

/* call to action */
.calltoaction {
	margin: 0;
	color: #000000;
	font-size: 25px;	
	font-weight: 400;
}
.ctanumber {
	color: #F26522;
}
.cta_button_mobile {
	display: none;
	background: #0F4E8C;
	padding: 5px;
	text-align: center;
	font-size:	13px;
	color: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 105px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
   	 -o-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 60px;
	right: 0;
}
.cta_button {
	background: #0F4E8C;
	padding: 5px;
	text-align: center;
	font-size:	18px;
	color: #ffffff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 215px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
   	 -o-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 5px;
	right: 40px;
}
.cta_button a, .cta_button_mobile a {
	color: #fff !important;
	text-decoration: none;
}
.cta_button:hover {
	-moz-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	 -webkit-transform: scale(1.05);
 	 -moz-transform: scale(1.05);
 	 -o-transform: scale(1.05);
 	 transform: scale(1.05);
}
/* end call to action */

/* footer */
.footer {
	color: #1f1f1f;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
}
.footer .serviceareas {
	font-size: 16px;
	color: #c4121a;
}
#ez-fat-footer-2 {
	text-align: center;
	font-size: 25px !important;
	text-transform: none !important;
}
/* end footer */



/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {
.content .override {
    padding: 0 20px !important;
}
}

@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) {
.slider {
display: none !important;
}
.cta_button_mobile {
display: inline;
}
.cta_button {
display: none;
}

header .widgettitle {
	text-align: center !important;
	margin: 5px auto;
}
.site-header {
	position: relative;
    top: 0 !important;
}
body .userway.userway_p7 {
    top: 50px !important;
}
.site-inner {
	padding: 0 20px !important;
}
.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;
}

/* removes desktop  homepage service pics and inserts mobile version */
.dt_nav_pics {
	display: none !important;
}
.mobile_service_links {
	display: flex !important;
	padding: 0 5%;
}
.mobile_service_links img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 50%;
}
.sociallinksrow {
    padding: 0 5% !important;
}
/* displays tap buttons */
.fixed_footer_cta {
display: inline !important;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
}

/* creates button effect */
.responsivecta {
padding: 10px 0;
color: #fff;
text-align: center;
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
-webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
}

/* tap-to-call background color*/
#call {
background: #C4121A;
float: left;
width: 50%;
}

/* change Give Us a Call font */
#call p {
color: #ffffff !important;
font-size: 20px;
font-weight: 400;
text-shadow: 1px 1px 1px #333;
}

/* tap-to-text background color */
#text {
background: #0F4E8C;
float: left;
width: 50%;
}

/* change Send Us a Text font */
#text p {
color: #ffffff !important;
font-size: 20px;
font-weight: 400;
text-shadow: 1px 1px 1px #333;
}

/* phone & mobile phone icons */
.icon {
float: left;
padding-left: 10px;
width: 20px;
margin-top: -3px;
}

/* adds margin to footer so you can access all info with the buttons */
.footer {
margin: 0 0 50px 0 !important;
}

.content, body.content-sidebar .sidebar-primary {
	margin-top: 0;
}
#ez-fat-footer-container .ez-widget-area {
    text-align: center;
}
}

@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;
}
.nav-header {
display: none !important;
}
.site-header .widget_nav_menu {
   display: block !important;
}

header .widgettitle {
	font-size: 25px;
}
#call p, #text p {
	font-size: 18px;
}
}