/* Custom CSS
------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

/* header */
.responsiveheader {
display: none;
}
.header-image.freshly-full-header .scrolled-header .wrap .title-area {
    height: 110px !important;
    background-size: 85%;
}
.site-header {
	background-color: rgba(255, 255, 255, .8);
}
.fixed_footer_cta {
display: none;
}
/* phone number in header */
.site-header .widget-area {
	font-size: 27px;
}
header .widgettitle {
	color: #79E81F;
	-webkit-text-stroke: 0.3px #000;
	margin: 30px 20px 5px 0;
	font-family: 'Alfa Slab One', cursive !important;
}
/* forms */
.contact_form {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
}

/* end forms*/

/* home */
html {
scroll-behavior: smooth;
}
.mobile_service_links {
	display: none !important;
}
.navpics {
	-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: 10px;
	-moz-border-radius: 10px;
    -o-border-radius: 10px;
	border-radius: 10px;
}
.navpics img {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.navpics: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;

}
.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);*/
	border: 1px solid #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    -o-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 15px 10px;
	font-size: 22px;
	line-height: 145%;
	font-style: italic;
}
.sociallinksrow {
	padding: 0 20%;
}
.homepage .site-inner {
	padding: 0 !important;
}
.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 .full-width-content, .homepage .site-inner, .full-width-content .site-inner {
	max-width: 100% !important;
}

/* general */
.content h1.entry-title {
	padding: 20px 0 20px 20px;
	max-width: 80%;
}
.entry-header {
	background: linear-gradient(45deg, #79E81F 0%, #79E81F 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
}
iframe, object, embed {
	max-width: 100%;
}
h1, h2 {
	font-family: 'Alfa Slab One', cursive !important;
	font-weight: 400;
	-webkit-text-stroke: 1.3px #000;
}
.site-inner {
	padding: 145px 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;
}

body .uwy.userway_p7 {
    top: auto !important;
    left: 13px !important;
    right: auto !important;
    bottom: 75px !important;
}
/* end general */

/* call to action */
.calltoaction {
	margin: 0;
	font-size: 25px;	
	font-weight: 400;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .65) 100%), url(https://moorethancleanllc.com/wp-content/uploads/callaction-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
	padding: 30px 0;
	color: #79E81F;
}
.calltoaction a {
	color: #fff;
	text-decoration: none;
}
.calltoaction a:hover {
	color: #79E81F;
}
.calltoaction .contact_button {
	padding: 5px 10px;
	border: 2px solid #fff;
	display: block;
	margin: 10px auto;
	width: 250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
}
.calltoaction .contact_button:hover {
	background: #79E81F;
	border: 2px solid #000;
}
.calltoaction .contact_button:hover a {
	color: #000;
}
.contact_page .calltoaction {
	display: none;
}
.ctanumber {
	color: #F26522;
}
.cta_button_mobile {
	display: none;
	background: #000;
	padding: 5px;
	text-align: center;
	font-size:	13px;
	color: #79E81F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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: 5px;
	right: 10px;
}
.cta_button {
	background: #000;
	padding: 5px;
	text-align: center;
	font-size:	18px;
	color: #79E81F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 180px;
	-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: #79E81F !important;
	text-decoration: none;
}
.cta_button:hover, .cta_button_slide:hover {
		-moz-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	 -webkit-transform: scale(.95);
 	 -moz-transform: scale(.95);
 	 -o-transform: scale(.95);
 	 transform: scale(.95);
}
.cta_button_slide {
	background: #79E81F;
	padding: 8px 15px;
	text-align: center;
	font-size:	18px;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 180px;
	-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);
	display: block;
}
.cta_button_slide a {
	color: #000 !important;
	text-decoration: none;
}
/* 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: #79E81F;
}
#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) {
.cta_button_mobile {
display: inline;
}
.cta_button {
display: none;
}

header .widgettitle {
	text-align: center !important;
	margin: 0 auto !important;
}
.site-header {
	position: relative;
}
.site-inner {
	padding: 0 20px !important;
}
.nav-secondary {
	margin-top: 0;
}

.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;
}
/* removes desktop  homepage service pics and inserts mobile version */
.dt_nav_pics {
	display: none !important;
}
.mobile_service_links {
	display: block !important;
}
.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: #79E81F;
float: left;
width: 50%;
}

/* change Give Us a Call font */
#call p {
color: #000 !important;
font-size: 20px;
font-weight: 400;
text-shadow: 1px 1px 1px #fff;
}

/* tap-to-text background color */
#text {
background: #468512;
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 */
.site-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) {
.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-image .site-header .wrap .title-area {
    margin: 35px auto 10px auto;
}
#call p, #text p {
	font-size: 18px;
}
header .widgettitle {
	font-size: 22px;
}
.entry-header {
	background: #79E81F !important;
}
.content h1.entry-title {
	padding: 10px;
	max-width: 100%;
}
}