/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	font-size:16px;
	line-height:20px;
}
p {
	line-height:1.8;
}
strong, b {
	font-weight:bold;
}
h1,h2,h3,h4,h5 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform:uppercase;
}
h1 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}
#header {
	width:100%;
	padding:10px 20px;
}
.flex {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
#quick-quote a, a.btn {
	display:inline-block;
	background-color:#00B838;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-transform:uppercase;
	color:#fff;
	padding:0 20px;
	line-height:40px;
	font-size:20px;
	text-decoration:none;
}
#logo img {
	display:inline-block;
	width:300px;
	height:auto;
}
img.header-icon {
	display:inline-block;
	width:auto;
	height:30px;
}
img.header-icon.phone {
	height:25px;
	margin-top:3px;
	margin-right:20px;
}
#menu-main-menu-1 {
	text-align:center;
	list-style:none;
}
#menu-main-menu-1 li {
	display:inline-block;
	padding:5px 10px;
}
#menu-main-menu-1 li a {
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	transition:.3s;
}
#menu-main-menu-1 li a:hover { 
	color:#00B838;
	transition:.3s;
}
nav#menu {
	    margin-top: 20px;
}
#banner {
	position:relative;
}
#banner img {
	display:block;
	width:100%;
	max-height: 70vh;
    object-fit: cover;
}
#banner .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 40px;
}
#banner .overlay a {
	display:inline-block;
	background-color:#000;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-transform:uppercase;
	color:#fff;
	padding:0 20px;
	line-height:40px;
	font-size:20px;
	text-decoration:none;
}
.content {
	padding: 60px 0;
    text-align: center;
}
.content p {
	position:relative;
	width:90%;
	max-width:800px;
	margin: auto;
}
.promo {
	display:flex;
}
.promo-box img {
	width:100%;
}
.promo-box {
	position:relative;
}
.promo-box .overlay {
	position: absolute;
	/*top: 0;*/
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 20px;
	width:100%;
	height:auto;
}
.promo-box .promo-title {
	text-align:center;
	color:#fff;
	font-size:30px;
	text-shadow: 0 0 10px #000000;
}
.testimonials {
	width:100%;
	padding:30px 50px;
}
.lower-banner img {
	width:100%;
}
.slick-prev {
    left: 20px !important;
}
.slick-next {
    right: 20px !important;
}
.slick-prev:before, .slick-next:before {
    color: #000 !important;
}
.testimonial {
	padding-top:40px;
	background-image: url("images/speechmarks--icon.svg");
	background-size:40px;
	background-position:top center;
	background-repeat:no-repeat;
}
.testimonial  p {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size:20px;
	line-height:25px;
	text-align:center;
	color:#000;
	margin:20px auto;
	width:80%;
	max-width:800px;
}
.testimonial p.giver {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:40px;
	background-image: url("images/review-stars.svg");
	background-size:150px;
	background-position:bottom center;
	background-repeat:no-repeat;
}
.lower-banner {
	position:relative;
}
.lower-banner img {
	max-height:60vh;
	object-fit: cover;
}
.lower-banner .text {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	/*display:flex;
	justify-content: center;
	align-items:center;*/
	box-sizing: border-box;
	padding:20px 40px;
}
.lower-banner .text div {
	width:100%;
}
.lower-banner .text div h2 {
	font-size: 40px;
	line-height:1;
	margin-bottom:30px;
	color:#fff;
	text-shadow: 0 0 5px #000;
}
.lower-banner a {
	margin-top:30px;
    display: inline-block;
    background-color: #00B838;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    font-size: 20px;
    text-decoration: none;
}
#lower-deets {
	display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
}
#lower-deets a, #lower-deets div, #mm-deets a, #mm-deets div {
	font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
	color:#000;
	text-decoration:none;
}
#mm-deets a {
	color:#fff;
	font-size:22px;
}
.deet {
	padding:10px 0 10px 40px;
	background-size:20px;
	background-position:left center;
	background-repeat:no-repeat;
}
.deet-phone {
	background-image:url("images/phone-icon.svg");
}
.deet-email {
	background-image:url("images/email-icon.svg");
}
.deet-location {
	background-image:url("images/location-icon.svg");
}

#mm-deets .deet-phone {
	background-image:url("images/mm-phone-icon.svg");
}
#mm-deets .deet-email {
	background-image:url("images/mm-email-icon.svg");
}
footer {
	background-color:#000;
	padding:40px;
	box-sizing: border-box;
}
#footer-logo img { 
	display:inline-block;
	height:40px;
}
#footer h2 {
	color:#fff;
}
#footer p {
	color:#fff;
	font-size:14px;
}
#footer-text {
	max-width:75%;
}
.lower-content {
	background-color:#00B838;
	color:#fff;
	padding:20px 0;
}

.lower-content h2 {
	font-size: 30px;
	margin-bottom:30px;
}
.lower-content .wrapper {
	margin:40px auto;
	width:95%;
	max-width:1000px;
}
ul.ticks {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding:0 20px;
	list-style: none;
	text-align:left;
}
ul.ticks li {
	margin:10px 0;
}
ul.ticks li:before {
  content: '✓';
	padding-right:10px;
}
.work-snippets {
	text-align:center;
	padding:80px 40px;
	box-sizing:border-box;
	background-color:#fafafa;
}
.work-snippets .flex {
	flex-wrap:wrap;
} 
.work-snippets .project-tile {
	max-width:30%;
}
.work-snippets .project-tile img {
	width:100%;
	max-height:200px;
	object-fit:cover;
}
.work-snippets .project-tile a {
	text-decoration:none;
	color:#00B838;
}
.gallery {
	flex-wrap: wrap;
	justify-content: space-around
}
.gallery-image img {
	max-width:150px;
	max-height:150px;
	object-fit: cover;
}
.credits.flex {
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: center;
}
.credits.flex img {
	max-with:100px;
	margin:0 10px 10px 0;
}
.footer-logo {
	margin-bottom:20px;
}
.wpcf7 {
	width:95%;
	max-width:400px;
	box-sizing: border-box;
	padding:20px;
	margin:40px auto;
}
.wpcf7-text, .wpcf7-number, .wpcf7-select {
	border: none;
    width: 100%;
    height: 35px;
    background-color: #D9D9D9;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 35px;
    font-family: 'Open Sans';
    letter-spacing: .5px;
    color: #000000;
	margin-bottom:10px;
}
.wpcf7-select {
    padding: 0 5px;
}
.wpcf7-textarea {
	border: none;
    width: 100%;
    height: 125px;
    background-color: #D9D9D9;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 35px;
    font-family: 'Open Sans';
    letter-spacing: .5px;
    color: #000000;
	margin-bottom:10px;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
  color: #000;
}
.wpcf7-submit {
    width:100%;
    border: none;
    height: 35px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
	font-family: 'oswald';
	letter:1px;
	font-size:14px;
	margin:0
}
#mm-menu {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:-100vw;
	width:100vw;
	background-color:#00B838;
	color:#fff;
	padding:40px;
	box-sizing:border-box;
	background-image:url("images/mm-logo.svg");
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:90%;
	transition: .2s;
	z-index:9999;
}
#mm-menu ul {
	list-style:none;
	text-align:left;
}
#mm-menu ul li {
	margin:20px 0 ;
}
#mm-menu ul li a {
	font-family:'oswald';
	text-transform:uppercase;
	text-decoration:none;
	font-weight: 400;
    font-size: 30px;
    color: #fff;
}
#mobile-handle {
	display:none;
}
.text-wrapper {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
    align-items: center;
    text-align: center;
}
@media screen and (max-width:767px) {
	#mobile-handle {
		display:inline-block;
		cursor: pointer;
	}
	#mobile-handle img {
		display:inline-block;
		height:22px;
		width:auto;
	}
	nav#menu {
		display:none;
	}
	#mm-menu.open {
		left:0;
		transition: .2s
	}
	#close-me {
		position:absolute;
		top:20px;
		right:20px;
		height:20px;
		width:20px;
		background-image: url(images/close-me.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		cursor:pointer;
	}
	#logo img {
		width: 150px;
	}
	#quick-quote a {
		padding: 0 10px;
		line-height: 30px;
		font-size: 12px;
	}
	.quick-links {
		dispplay:none;
	}
	.promo {
		flex-wrap: wrap;
	}
	.lower-banner .text div {
		max-width: 100%;
	}
	.lower-banner .text div h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.lower-banner .text p {
		line-height:1.2;
	}
	.lower-banner a {
    	margin-top: 10px;
	}
	.lower-banner img {
    	height: 40vh;
	}
	#lower-deets {
		flex-wrap: wrap;
	}
	#footer .flex {
		align-items: flex-start;
	}
	.work-snippets .flex {
		flex-wrap:wrap;
	}
	.work-snippets .project-tile {
		max-width: 45%;
	}
	.work-snippets {
    	padding: 0px 40px;
	}
	.gallery-image img {
		max-width: 45vw;
		max-height: 150px;
		object-fit: cover;
		margin-bottom: 20px;
	}
}