/**
 *	Header
 */
#header_wrapper {

}
#header_wrapper p.phone {
	font-size:1.4em;
	margin-top:1.2em;
	margin-bottom:0;
}
#header_wrapper p.phone a {
	display: inline-block;
	background: #231f20;
	color: #fff;
	padding: 0.5em 1em;
	text-transform: uppercase;
	text-decoration: none;
	width: 186px;
	text-align: center;
}
#header_wrapper p.phone a:hover {
	background:#000;
}
#header_wrapper p.phone i {
	font-style:inherit;
}
#header_wrapper .footer-social .fab {
	font-size:35px;
	margin-right:26px;
	margin-top: 11px;
}
#header_wrapper .footer-social a:last-child .fab {
	margin-right:0;
}
@media only screen and (max-width: 479px) {
	#header_wrapper p.phone {
		margin-bottom:0;
	}
	#header_wrapper .footer-social {
		display:none;
	}
}
@media only screen and (min-width: 480px) and (max-width: 769px) {
	#header_wrapper .footer-social .fab {
		font-size:30px;
	}
}
@media only screen and (min-width: 479px) and (max-width: 550px) {
	#header_wrapper p.phone i {
		display:none;
	}
}
@media only screen and (min-width: 700px) {
	#header_wrapper p.phone {
		margin-top:0.5em;
		font-size: 1.0em;
	}
}

/**
 *	Mobile Menu
 */
ul#mobile_menu ul.sub-menu {
	display:none !important;
}


/**
 *	Sparkling Clean Floor Tiles offer on homepage
 */
@media only screen and (max-width: 700px) {
	.vb-offer h1 {
		font-size:3em;
	}
	.vb-offer h2 {
		font-size:2.5em;
	}

}


/**
 *	Entry area
 */
.et_mobile_device .entry {
	padding-left:15px;
	padding-right:15px;
}

/**
 *	Template: Service
 */
#container {
	height:auto !important;
}
.template-service #container {
	overflow:visible;
	width:1200px !important;
	max-width:95%;
	margin:0 auto;
}
.template-service #content {
	width:auto;
}


.template-service .entry {
	font-size:1.3em;
	line-height:1.4;
}
.template-service .entry:first-child {
	padding-top:0;
}
.template-service .entry > :first-child {
	margin-top:0;
}
.template-service .entry h1,
.template-service .entry h2 {
	font-size:2em;
	padding:0;
	margin:0 0 1em;
	color:#1d1d1d;
}
.template-service .entry h1:after,
.template-service .entry h2:after {
	display:block;
	content:"";
	border-bottom:4px solid #FFD100;
	border-radius:4px;
	width:200px;
	max-width:80%;
	margin:0.5em 0;
}
.template-service .entry h1.has-text-align-center:after,
.template-service .entry h2.has-text-align-center:after {
	margin-left:auto;
	margin-right:auto;
}
.template-service .entry p {
	line-height:inherit;
	padding:0;
	margin:0 0 1.5em;
}


.service-footer {
	background:#ccc;
	padding:30px 0;
	max-width:calc(100vw - 9px);
}
.service-footer .wrap {
	display:grid;
	grid-template-columns:1fr;
	grid-gap:1em;
	align-items: center;
	width:1200px;
	max-width:90%;
	margin:0 auto;
}
.service-footer #home_qq_form {
	margin-top:0;
}
@media only screen and (min-width: 700px) {
	.service-footer .wrap {
		grid-template-columns:1fr 400px;
		grid-gap:1.5em;
	}
}



/**
 *	Customer Logos block
 */
.customer-logos {
	padding:3em 0 3em;
}
.customer-logos .wrap {
	text-align:center;
	width:1140px;
	max-width:85%;
	margin:0 auto;
}
.customer-logos .gallery {
	display:grid;
	grid-template-columns:repeat(6, 1fr);
	grid-gap:2em;
	justify-items: center;
	align-items:center;
}
.customer-logos .gallery img {
	max-width:100%;
	height:auto;
}


/**
 *	Footer Widgets
 */
#footer-content #footer-widgets h4.widgettitle {
	min-height:20px;
}

/**
 *	Fix a footer appearance issue on mobile view
 */
@media screen and ( max-width: 999px ) {
	#footer #container_footer {
		text-align:center;
		padding:1em 0;
	}
	#footer #container_footer #AFFLOGO img {
		float:none !important;
	}
	#footer #container_footer #specLoginform {
		margin-top:2em;
	}
	#footer #container_footer #specLoginform form.pull-right {
		float:none;
	}
}

/**
 *	Footer
 */
#footer p.phone {
	font-size:1.3em;
	clear:both;

}
#footer p.phone a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow:none;
}
#footer p.phone a:hover {
}

#footer .footer-social {
	text-align:right;
	font-size:2.5em;
}
#footer .footer-social a {
	color:#ccc;
	margin-left:0.2em;
}
#footer .footer-social a:hover {
	color:#fff;
}

#footer .footer-social.mobile-only {
	padding:0.5em 0 0;
	text-align:center;
}
@media screen and ( min-width: 769px ) {
	#footer .footer-social.mobile-only {
		display:none;
	}
}