/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We'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 and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
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}
/*** Updates ***/
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura.woff2') format('woff2'),
        url('fonts/Futura.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: 'Open Sans', sans-serif;
}
p, ul {
	font-size:14px;
	letter-spacing:.5px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5 {
	font-family: 'Futura';
}
h1, h2.heading {
	font-size:30px;
	letter-spacing:2px;
	color:#383436;
	margin-bottom:20px;
	text-transform: uppercase;
}
#header {
	background-color:#22272B;
	background-image:url("images/header-bg-logo.svg");
	background-size:200px;
	background-position:left center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
	padding:10px 50px;
	justify-content: space-between;
}
#logo {
	flex: 1;
}
#logo img {
	display:block;
	height:100px;
	width:auto;
}
#nav {
	margin-right:30px;
}
#nav ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	text-align:right;

}
#nav ul a {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
	color:#fff;
	
}
#header_links img {
	display: inline-block;
    width: 20px;
    max-width: 20px;
    margin: 0 2px;
    max-height: 20px;
}
#banner img {
	display: block;
    width: 100%;
	max-height: 70vh;
    object-fit: cover;
}
.intro {
    position: relative;
    margin: 50px auto;
    max-width: 600px;
    text-align: center;
}
.intro ul {
	text-align:left;
	margin:30px 0;
	list-style:disc;
}
#latest-work {
	background-color:#D9D9D9;
	padding:50px;
	box-sizing: border-box;
	text-align:center;
}
.ow-wrapper {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.news-tile {
    width: calc(100% / 3);
    padding: 20px;
	box-sizing:border-box;
}
.news-tile img {
	display:block;
	width:100%;
	height: 200px;
    object-fit: cover;
}
.primary_btn {
	display:table;
	padding:10px 30px;
	background-color:#368098;
	color:#fff;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	margin:0 auto;
	font-family: 'Futura';
}
#testimonial {
	margin:50px 50px;
}
#testimonial p {
	font-family: 'Baskervville', serif;
	font-size:30px;
	color:#4D4D4D;
	text-align:center;
}
#contact-section {
	background-color:#22272B;
	padding:50px;
	box-sizing: border-box;
	text-align:center;
}
#contact-section h2 {
	color:#fff;
}
.flex-content {
	display: flex;
}
.wpcf7-form .flex-content  div {
	width:50%;
	box-sizing: border-box;
	padding:20px;
}
.wpcf7-text, .wpcf7-number {
	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-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-submit {
    width: calc(100% - 40px);
    border: none;
    height: 35px;
    line-height: 1;
    background-color: #368098;
    color: #fff;
    text-transform: uppercase;
	font-family: 'Futura';
	letter:1px;
	font-size:14px;
}
#contact-section-lower {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:0 20px;
}
.contact-logo {
	display: inline-block;
    height: 80px;
}
.contact-icons img {
	display: inline-block;
    height: 20px;
}
.contact-icons li {
	display:inline;
	margin:0 5px;
}
.contact-icons li:last-of-type {
	margin-right:0;
}
#footer {
	background-color:#1E191C;
	position: relative;
	margin-top:10px;
	padding: 30px;
}
#footer-logo {
	position: absolute;
    top: -30px;
    right: 50px;
    width: 200px;
}
#footer-logo img {
	width: 100%;
    height: 170px;
    object-fit: cover;
}
#footer-menu {
	margin-left:50px;
	max-width: 50%;
}
#footer-menu ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	text-align:left;
}
#footer-menu ul li a {
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
	color:#fff;
}
#copyright {
	margin-top:20px;
	color:#fff;
	text-align:center;
	font-size:12px;
}
#video video {
	display:block;
	width:100%;
	height:auto;
}
.full-listing h2, .news-tile h2  {
	text-transform:uppercase;
	margin-top:20px;
}
.full-listing h2 a, .news-tile h2 a {
	text-decoration:none;
	color:#368098;
}
.testo {
	display:block;
	position:relative;
	width:100%;
	padding:20px 40px;
	border-radius:30px;
	background-color:#D9D9D9;
	color:#000;
	margin:30px auto;
	max-width:800px;
}
.testo a {
	text-decoration:none;
	color:#000;
}
.testo:after {
	position: absolute;
    bottom: -20px;
	left:50px;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #D9D9D9;
}
.testo:nth-of-type(odd):after {
	left:auto;
	right:50px;
}
ul.contact {
	list-style:none;
	text-align: center;
}
ul.contact li {
}
ul.contact li.email a {
	text-decoration:none;
	color:#368098;
	padding:10px 10px 10px 30px;
	display:inline-block;
	background-image:url("images/contact-email.svg");
	background-position:left center;
	background-size:15px;
	background-repeat:no-repeat;
}
ul.contact li.phone a {
	text-decoration:none;
	color:#368098;
	padding:10px 10px 10px 30px;
	display:inline-block;
	background-image:url("images/contact-phone.svg");
	background-position:left center;
	background-size:20px;
	background-repeat:no-repeat;
} 
#mobile-handle {
	/*display:none;*/
	display:block;
	top:35px;
	left:20px;
	z-index:999;
	padding-right:30px;
	cursor:pointer;
}
#mobile-handle img {
	display:block;
	width:25px;
}
#mm-menu {
	display:none;
}

#mm-menu.open {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width:100%;
	max-width:400px;
	background-color: #22272B;
	padding: 50px;
	background-image: url(images/footer-logo.svg);
	background-position: bottom center;
	background-size: 50%;
	background-repeat: no-repeat;
	z-index: 99999;
}
#mm-menu ul li a {
	text-decoration:none;
	color:#fff;
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#mm-menu ul {
	list-style:none;
}
#mm-menu ul li {
	margin: 20px 0;
}

#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;
}
.mobile-show {
	display:none;
}
.slider img {
	width:100%;
	height:70vh;
	object-fit:cover;
}
.slick-dots {
    bottom: 10px !important;
}
/*** Mobile ***/
@media screen and (max-width:767px) {
	.mobile-hide {
		display:none;
	}
	.mobile-show {
		display:block;
	}
	#header {
		padding: 10px 20px;
		position:relative;
	}
	#nav {
		display: none;
	}
	#logo {
		padding-left: 20px;
	}
	#logo img {
		height: 80px;
		width: auto;
		margin: 0 auto;
	}
	#mobile-handle {
		display:block;
		position:absolute;
		top:35px;
		left:20px;
		z-index:999;
	}
	#mobile-handle img {
		display:block;
		width:25px;
	}
	.intro {
		padding: 0 20px;
	}
	#latest-work {
		padding: 50px 20px;
	}
	.news-tile {
		width: calc(100% / 2);
		padding: 10px;
	}
	.primary_btn {
		margin-top:20px;
	}
	.flex-content {
		display: flex;
		flex-wrap: wrap;
	}
	.wpcf7-form .flex-content div {
    	width: 100%;
		padding:0 20px;
	}
	#contact-section {
		background-color: #22272B;
		padding: 50px 20px;
	}
	#contact-section-lower {
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer-menu {
		margin-left: 0px;
		max-width: 100%;
	}
	#footer-logo {
		display:none;
	}
	#testimonial-block {
		padding:0 20px;
	}
	.slider img {
		height:60vh;
	}
	#banner img {
		display: block;
		width: 100%;
		height: 50vh;
	}