/* Custom CSS
------------------------------------------------------------ */
/* responsive header */
.phonebutton {
	display: none;	
}
.rephead {
	background-image: url("https://homepriderugcleaning.com/wp-content/uploads/dynamik-gen/theme/dynamik-custom.css?ver=1550869122")
}
/* end responsive header */

/* estimate form*/
.freeestimate {
	margin: -30px;
    padding: 15px 30px 20px 15px;
	font-size: 15px;
	line-height: 200%;
}
/* end estimate form*/

#ez-feature-top-1 .widget-area ez-widget-area ez-only {
	height: auto !important;
}

/* call to action */
.calltoaction {
	margin: 0px 0px 0px 0px;
	font-family: 'HK Grotesk', sans-serif;
	color: #004F9B;
	font-size: 25px;	
}
.ctanumber {
	color: #F26522;
}
/* end call to action */

/* circle nav */
.navcircles {
	margin: -10px 0 0 0;
}
/* end circle nav */

h2 {
	margin: 0px 0px 18px 0px !important;
}
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 */

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@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) {

}

@media only screen and (min-width: 480px) and (max-width: 839px) {
#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) {
#header .wrap {
	display:none;
} 
.phonebutton {
        display:inline;
}
.navcircles {
	display: none;
}
.FreeEstimate {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



}