/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

html, body {
	overflow-x: hidden;
}

.site-tagline {
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}

.nav-aligned-center .main-navigation {
  border-top: 1px solid rgba(255,255,255,0.13);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width: 100%;
}

.main-navigation:not(.toggled) ul li.menu-button a {
    margin-top: 8px;
	color: #d54342;
	font-size: 15px;
}

#footer-widgets .widget {
    margin: 0 0 10px;
}

hr.small {
    margin: auto auto 1em auto !important;
    height: 2px;
    width: 36px;
    background: #d54342;
}

.social-icons i {
	font-size: 2em;
	padding: 3px;
}

.footer-widget-3 p {
	margin-bottom: 1.2em;
}

.widget.widget_nav_menu ul li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #fff;
}

.widget.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

.footer-widget-1 p {
	font-size: 14px;
}

a.review:before {
	content: "\f1a0";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.hours strong:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.address strong:before {
	content: "\f3c5";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.email strong:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.phone strong:before,
.menu-button a:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.contact strong:before,
.contact a:before,
a.contact:before {
	content: "\f1d8";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.newsletter strong:before,
.newsletter a:before,
a.newsletter:before,
.estimate strong:before,
.estimate a:before,
a.estimate:before {
	content: "\f658";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.clean strong:before,
.clean a:before,
h3.clean:before {
	content: "\f51a";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.repair strong:before,
.repair a:before,
h3.repair:before {
	content: "\f6e3";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.drop strong:before,
.drop a:before,
h3.drop:before {
	content: "\f043";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.house strong:before,
.house a:before,
h3.house:before {
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.rain strong:before,
.rain a:before,
h3.rain:before {
	content: "\f73d";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

.facebook strong:before,
.facebook a:before,
h3.facebook:before {
	content: "\f39e";
	font-family: FontAwesome;
	margin-right: 5px;
	font-weight: 400;
}

a.outline {
	background-color: rgba(0,0,0,0.5) !important;
}

.boxes {
	margin-top: 50px;
}

.boxes h3 {
	padding: 2em 1em;
	background-color: #06536a;
	color: #fff;
}

div.wp-block-spacer {
	margin-bottom: 0 !important;
}

h3.service-areas,
h3.title-bg {
    padding: 1em;
    background-color: #06536a;
    color: #fff;
    margin-bottom: 0;
}

ul.service-areas {
    margin: 0 0 2em 0;
	list-style-type: none;
	background-color: #eee;
	padding: 1em 1em 0em 1em;
	columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
	text-align: center;
}

.content-bg {
    margin: 0;
	background-color: #eee;
	padding: 1em 1em 1em 1em;
}

.contact-triptych.content-bg {
	padding: 2em 1em 0 1em;
}

div.wpcf7 {
    margin: 0;
	background-color: #eee;
	padding: 0 1em 0.5em;
}

ul.service-areas li {
	color: #fff;
	background-color: #076682;
	padding: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

.contact-triptych {
	margin-bottom: 0;
}

.call-to-action {
	background-color: #06536a;
	padding: 2em;
	margin-bottom: 0;
}

.call-to-action .wp-block-column:nth-child(1) {
	max-width: 825px;
	margin: 0 0 0 auto;
}

.call-to-action .wp-block-column:nth-child(2) {
	text-align: right;
	max-width: 275px;
	margin: 0 auto 0 0;
}

.call-to-action h3 {
	color: #fff;
	margin-bottom: 10px;
}

.call-to-action p {
	color: #fff;
	margin-bottom: 0;
}

.zero-mb {
	margin-bottom: 0 !important;
}

.wp-block-image figure {
    position: relative;
}

.services-moss {
	position: relative;
}

.services .wp-block-image figcaption,
.services-moss figcaption {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 0.5em;
    position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	font-size: 18px;
	line-height: 1.75;
	min-width: 200px;
}

.services .wp-block-image figcaption a,
.services-moss figcaption a {
    color: #fff;
	min-width: 200px;
}

.page-id-236.one-container .site-content,
.page-id-238.one-container .site-content,
.page-id-234.one-container .site-content,
.page-id-488.one-container .site-content,
.page-id-393.one-container .site-content {
	padding-bottom: 0;
}

.home.one-container .site-content {
    padding-top: 0;
	padding-bottom: 0;
}

.services-list {
	background-color: #EEEEEE;
	padding: 2em 0em 2em 1em;
}

.services-list .wp-block-column:first-child {
	max-width: 550px;
	margin-left: auto;
}

.services-list .wp-block-column:last-child {
	max-width: 550px;
	margin-right: auto;
}


.services-list ul {
	margin-bottom: 0;
}

.services-list li {
	font-weight: bold;
}

.page-id-434 .entry-content p {
	text-align: center;
}

.page-id-434 .entry-content p {
	font-size: 1.25rem;
	background: #eee;
    padding: 1.5rem;
    border: 5px solid #ccc;
}

.page-id-434 .entry-content p strong,
.page-id-434 .entry-content p em {
	font-size: 1rem;
}

.page-id-434 .entry-content p strong:first-child {
	background: #06536A;
	padding: 10px;
	border-radius: 50%;
	color: #fff;
	margin: 0 auto 10px auto;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}

.page-id-434 .entry-content p em:first-child {
	font-weight: bold;
}

.call-to-action a {
	color: #fff;
}

.zero-mb {
	margin-bottom: 0 !important;
}



div.site-logo.mobile-header-logo img {
    height: 75px;
    width: auto;
}

.top-bar i {
	font-size: 2em;
	padding: 3px;
}

div.inside-top-bar {
    padding: 10px 10px 6px 10px;
}

.bottom-blocks {
	background-color: #eee;
	padding-top: 50px;
	padding-bottom: 20px;
}

.bottom-blocks .wp-block-column {
	max-width: 534px;
}

.bottom-blocks .wp-block-column:first-child {
	margin-left: auto;
}

.bottom-blocks .wp-block-column:last-child {
	margin-right: auto;
}

.home div.wpcf7,
.page-id-639 div.wpcf7 {
    background-color: #fff;
	text-align: center;
	max-width: 700px;
	margin: 0 auto 10px auto;
}

.page-id-639 .wpcf7-recaptcha {
    text-align: center;
}

.page-id-639 .wpcf7-recaptcha > div {;
    margin: 0 auto 14px;
}

.home .wpcf7-submit,
.page-id-639 .wpcf7-submit {
	width: 150px;
}

.home .newsletter-heading {
	margin-top: 40px;
}

.triptych {
	margin-top: 50px;
	margin-bottom: 50px !important;
}

.home .wp-block-media-text__content {
	padding-top: 75px;
	padding-bottom: 75px;
}

.home .wp-block-cover {
	margin-bottom: 0 !important;
}

.home .bottom-blocks {
	margin-bottom: 0 !important;
}

.page-hero .contact {
	margin-bottom: 10px;
}

body div.newsletter-block {
	background-color: #06536A;
	margin-bottom: 0 !important;
}

.newsletter-block h2,
.newsletter-block p {
	color: #ffffff;
}

.aligncenter {
    text-align: center;
}

.wp-block-media-text.adjust {
	margin-bottom: 0 !important;
}

img.img-shadow {
	box-shadow: 8px 8px 0px #D54342;
}

.img-shadow img {
	box-shadow: 8px 8px 0px #06536A;
}

.gb-block-image {
    position: relative;
}

.gb-block-image figcaption {
	display: inline-block;
    position: absolute;
    bottom: 35px;
    left: 0;
    background-color: rgba(255,255,255,0.65);
    padding: 0.5rem 2rem;
    color: #d54342;
}

.constrain {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

hr.wp-block-separator {
    border: none;
    background-color: #d1d1d1;
}

.page-id-102 div.wpcf7 {
    background-color: transparent;
	    padding: 0;
}

.payment-types-accepted {
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	background-color: #000;
}

.payment-types-accepted img {
	margin: 0 auto;
	max-width: 200px;
}

.payment-types-accepted p {
	color: #fff;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
}





.responsive-list {
  column-count: 1;
  column-gap: 2rem;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .responsive-list {
    column-count: 3;
  }
}


/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (min-width: 781px) and (max-width: 1225px) {

	.bottom-blocks .wp-block-column:first-child {
		margin-left: 50px;
	}

	.bottom-blocks .wp-block-column:last-child {
		margin-right: 50px;
	}

}

@media (max-width: 979px) {

	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
		line-height: 40px;
	}
	
	.page-hero .contact {
		margin-bottom: 10px;
	}



}

@media (min-width: 768px) and (max-width: 979px) {


}


@media (max-width: 781px) {
	div.wp-block-column {
		flex-basis: 100%!important;
	}
	div.wp-block-column {
		flex-grow: 1;
		min-width: 0;
		margin-bottom: 2.5em;
	}
	.boxes div.wp-block-column{
		margin-bottom: 0;
	}
	div.wp-block-columns {
		flex-wrap: wrap;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.hide-mobile {
		display: none;
	}
	.wp-block-button .wp-block-button__link {
		padding: 10px 20px;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.mobile-only {
		display: initial;
	}
	.topbar a {
		display: inline-block;
	}
	.copyright-bar span {
		display: block;
	}
	.copyright-bar span.divider {
		display: none;
	}
	.entry-content > [class*="wp-block-"]:not(:last-child) {
		margin-bottom: 0;
	}
	.call-to-action .wp-block-column:nth-child(1) {
		text-align: center;
		max-width: 100%;
		margin: 0 auto;
	}

	.call-to-action .wp-block-column:nth-child(2) {
		text-align: center;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.call-to-action p {
		margin-bottom: 1em;
	}
	
	.page-hero a {
		width: 100%;
		box-sizing: border-box;
	}
	
	ul.service-areas {
		columns: 1;
	   -webkit-columns: 1;
	   -moz-columns: 1;
	}
	
	.services-list .wp-block-column:first-child {
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}

	.services-list .wp-block-column:last-child {
		max-width: 100%;
		margin-right: 0;
	}
	
	.triptych {
		margin-top: 20px;
	}
	
	.bottom-blocks .wp-block-column:first-child {
		margin-right: 40px;
		margin-left: 40px;
		max-width: 100%;
	}

	.bottom-blocks .wp-block-column:last-child {
		margin-right: 40px;
		margin-left: 40px;
		max-width: 100%;
	}
	
	.top-bar .widget_custom_html {
		display: none !important;
	}
	
}

@media (max-width: 550px) {

	div.site-logo.mobile-header-logo  {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		margin-left: 0;

	}
	
	div.site-logo.mobile-header-logo a,
	div.site-logo.mobile-header-logo img {
		margin: 0 auto;

	}
	
	#mobile-header .menu-toggle {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.services-list ul {
		margin: 0 20px 0 35px;
		box-sizing: border-box;
	}
	

}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 

	.site-logo {
		padding-top: 17px;
	}

}

@media (min-width: 1200px) {



}


