/* Custom CSS
------------------------------------------------------------ */
/* responsive header */
.phonebutton {
	display: none;	
}
/*.rephead {
	background-image: url("https://www.greencarpetcleaningmemphis.com/wp-content/uploads/dynamik-gen/theme/images/mobile-header_new.png")
}*/

/* end responsive header */

/* estimate form*/
.freeestimate {
	padding: 15px;
	font-size: 15px;
	line-height: 200%;
	width: 215px;
	text-align: left;
}
/* end estimate form*/

.full-width-content .content-sidebar-wrap {
	width: 100% !important;
}
.full-width-content .site-inner {
    max-width: 100% !important;
}
.full-width-content .content {
    padding: 0 !important;
    float: none !important;
    margin: 0 auto !important;
	max-width: 1140px;
}
.homepage .site-inner {
	padding: 0 20px !important;
}
.homepage h3 {
	font-size: 2.2rem !important;
}
.widget-title {
	text-align: center;
}
#housecall-spacer {
    height: 30px;
}

.admin-bar #housecall-spacer {
    height: 0px !important;
}

/* call to action */
.calltoaction {
	margin: 0px 0px 0px 0px;
	font-family: 'HK Grotesk', sans-serif;
	color: #015918;
	font-size: 25px;	
}
.ctanumber {
	color: #A10000;
}
/* end call to action */

/* circle nav */
.navcircles {
	margin: -10px 0 0 0;
}
/* end circle nav */
iframe, object, embed {
	max-width:	100%;
}
/* footer */
.footer {
	color: #1f1f1f;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
}
.footer .serviceareas {
	text-decoration: underline;	
	font-weight: 600;
	font-size: 14px;
	color: #000000;
}

/* end footer */

.nav-secondary {
    margin-top: 0px;
}

/* 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) {
.one-fifth {
	margin-left: 75px;
	margin-right: -100px;
}
.FreeEstimate {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {
#housecall-spacer {
    height: 50px;
}

.admin-bar #housecall-spacer {
    height: 00px;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {
.site-header .wrap {
	display:none;
} 
.phonebutton {
        display:inline;
}
.navcircles {
	display: none;
}

.FreeEstimate {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

}

@media only screen and (max-width: 479px) {
.site-header .wrap {
	display:none;
} 
.phonebutton {
        display:inline;
}
.navcircles {
	display: none;
}
.FreeEstimate {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



}