/*
Designed by Sean Holt for New World Digital Media - 2020
Theme Name - Futurama
Theme Version - 1.4
Business Details
Business Name         	- Woodfield Plumbing And Heating
Business Type         	- plumbing and heating
Address Line One      	- 44 Hengistbury Lane
Address Line Two      	- Milton Keynes
Address Line Three    	- Buckinghamshire
Primary Work Area     	- Buckinghamshire
Postal Code          	- MK4 3EL
Date Start          	- 8th December 2020
Domain Name          	- www.woodfieldplumbingandheating.co.uk
Company Mobile Number 	- 07961665393
Company Office Number 	- 01908387117
Company Email Address 	- woodfieldplumbing@yahoo.com
Facebook URL         	- https://www.facebook.com/woodfieldplumbingmk
Instagram URL         	- https://www.instagram.com/woodfieldplumbing/
Twitter URL         	- #twitter
Dark Colour             - #08353F
Mid Color               - #E6EAED
Accent Colour           - #0C8BAD
*/
.blogPostItem {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid #0C8BAD 2px;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap');
html,body {height:100%;}
ul.socials a[href*="#"], .social a[href*="#"], .creds a[href*="#"]{display: none!important;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6, nav ul li a, th, dt, summary{font-family: 'Barlow', sans-serif;}
p,ul,ol,td,dd, a, span{font-family: 'Barlow', sans-serif;}
.tar{text-align: right;} @media screen and (max-width: 64.9375em) {.tar{text-align: left;}}
.tac{text-align: center!important;}
.posrel{position: relative;}
.noMargin{margin: 0!important;}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {.slick-dots{display: none!important;}}
@media screen and (max-width: 39.9375em) {.noMobile{display: none;}}
/*TopBar*/
.topBar{
	transition: padding 0.5s;
	position: relative;
	width: 100%;
	padding: 30px;
	z-index: 1000;
	background: #000000;
	background-image: url('../images/patterns/hex.svg');
	background-size: cover;
}
.topBar:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 67%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 67%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 67%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	z-index: -1;
}
.logo img{
	height: 80px;
}
.price-box{
	padding: 2rem;
	background-color: rgba(0,0,0,0.1);
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 8px;
}
.gold{background-color: #d8c893;}
.silver{background-color: #c0ccd8;}
.bronze{background-color: #e3c3a3;}
.text ul li ul{margin-left: 1.5rem;}
.oneCol{
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.logo img{
		height: 60px;
	}
	.topBar{
		padding: 10px 20px;
		position: fixed;
		top: 0;
		border-bottom: 1px solid #DDDDDD
	}
}
.topBar .contact span, .topBar .contact a{
	display: block;
	text-align: right;
	margin: 0;
	letter-spacing: -1px;
	padding: 0;
}
.topBar .contact span{
	color: #0C8BAD;
	font-size: 17px;
	font-weight: bold;
}
.topBar .contact a{
	color: #ffffff;
	font-size: 17px;
	line-height: 100%;
}
.topBar .contact a:first-of-type{
	font-weight: bold;
	font-size: 30px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.topBar .contact{
		display: none;
	}
}
/*Navigation*/
nav ul{
	margin-left: 30px;
	text-align: left;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	font-weight: 600;
	padding: 0 12px;
	color: #eeeeee;
	display: inline-block;
	line-height: 64px;
}
nav ul li a.active{
	border-bottom: 2px solid #0C8BAD;
}
nav ul li a:hover{
	color: #0C8BAD;
}
nav ul li > a:after {
	content: '\f078';
	color: #0C8BAD;
	margin-left: 6px;
	width: 0;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
}
nav ul li > a:only-child:after { display: none;} 
nav ul li:hover .sub-menu{
	display: block;
}
.sub-menu{
	text-align: left;
	overflow: hidden;
	display: none;
	left: 0;
	position: absolute;
	background-color: #232323;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	padding: 20px;
	z-index: 100;
}
.sub-menu li a{
	line-height: 30px;
	display: block;
	color: #444444444;
}
.sub-menu li a:hover{
	color: #0C8BAD;
}
.sub-menu li{
	clear: both;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.showMenu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 80px;
	width: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
}
@media screen and (max-width: 64.9375em) {
	.showMenu{
		display: block;
	}
	nav ul li:hover .sub-menu{
		display: none;
	}
	nav{
		overflow: hidden;
		display: none;
		position: fixed;
		left: 0px;
		top: 80px;
		z-index: 100;
		padding: 30px;
		width: 100%;
		background-color: #222222;
	}
	nav ul{
		margin: 0;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li.social a span{
		display: inline-block;
	}
	nav ul li a{
		width: 100%;
		line-height: 40px;
		font-weight: bold;
	}
	.sub-menu li a{
		line-height: 40px;
	}
	.sub-menu{
		background-color: #FFFFFF;
		margin: 10px 0;
		padding: 10px;
		text-align: center;
		position: relative;
		box-shadow: none;
	}
}
/*Header*/

header:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.66) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.66) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.66) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a000000', endColorstr='#000000',GradientType=1 );
}
header{
	z-index: 12;
	position: relative;
	background-image: url('../images/head.jpg');
	background-color: #08353F;
	background-size: cover;
	padding: 0 20px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	header{
		padding: 0;
	}
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	header{
		margin-top: 80px;
	}
}
header .arrows{
	position: absolute;
	width: 120px;
	height: 60px;
	background-color: green;
	z-index: 100;
	bottom: -30px;
	right: 50px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	header .arrows{
		right: 0px;
	}
}
.imageSlider:before{
	content: '';
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 1;
}
.imageSlider:after{
	content: '';
	width: 100%;
	height: 90px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 1;
}
.arrows button:first-of-type{
	background-color: #0C8BAD;
}
.arrows{
	border-radius: 5px;
	overflow: hidden;
}
.arrows button{
	background: #08353F;
	line-height: 60px;
	width: 50%;
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}
.words{
	padding: 50px 20px 50px 0;
}
.words .icon{
	font-size: 60px!important;
	color: #0C8BAD;
}
.words span{
	color: #0C8BAD;
	margin-bottom: 5px;
	display: inline-block;
}
.words p{
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	line-height: 100%;
	font-size: 36px!important;
}
.words p ~ p{
	font-size: 20px!important;
	font-weight: 500;
	margin-top: 10px;
	opacity: 0.7;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.words p{
		font-size: 30px!important;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.words{
		padding: 30px;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.sliderBox{
		order: -1
	}
}
.words a{
	color: #FFFFFF;
	font-weight: 500;
	display: inline-block;
	font-size: 18px;
	padding: 10px 14px;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 3px;
	background-color: #0C8BAD;
}
.words a i{
	margin-left: 15px;
	right: 0;
	position: relative;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.words a{
		padding: 10px;
		font-size: 16px;
	}
}
@media screen and (max-width: 39.9375em) {
	header{
		padding: 0;
		background-size: cover;
		background-position: right center;
	}
	.headerText:before{
		display: none;
	}
	.headerText{
		padding-left: 0;
	}
	.headerText h1{
		font-size: 28px;
	}
	header p{
		font-size: 18px;
	}
}
/*Sections*/
section{
	padding: 140px 20px 140px 20px;
	position: relative;
	z-index: 1;
}
section.smallPad{
	padding: 80px 20px 80px 20px;
}
section.regular{
	background-color: #FFFFFF;
}
.regular .row ~ .row{
	margin-top: 150px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.regular .row ~ .row{
		margin-top: 50px;
	}
}
section.regular.pale{
	background-color: #E6EAED;
}
section.regular.picBg{
	background-image: url('../images/bigbackground.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	overflow: hidden;
}
section.regular.picBg:before,section.regular.picBg:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(left,  rgba(230,234,237,1) 0%, rgba(230,234,237,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(230,234,237,1) 0%,rgba(230,234,237,0) 100%);
	background: linear-gradient(to right,  rgba(230,234,237,1) 0%,rgba(230,234,237,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eaed', endColorstr='#00e6eaed',GradientType=1 );
	z-index: -1;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	section.regular.picBg:before,section.regular.picBg:after{
		width: 200%;
	}
}
section.regular.patternBg{
	background-image: url('../images/patterns/hex.svg');
	background-size: 1920px 1080px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
section.regular.patternBg:before,section.regular.patternBg:after{
	content: '';
	position: absolute;
	height: 100%;
	max-height: 1081px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index: -1;
}
section.feature{
	padding: 100px 20px;
	background-image: url('../images/feature.jpg');
	background-size: cover;
	position: relative;
	z-index: 1;
}
section.feature:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	z-index: -1;
}
.featureText{
	background-image: url('../images/patterns/hex.svg');
	border-radius: 5px;
	overflow: hidden;
	background-size: 1920px 1080px;
	background-position: bottom center;
	background-color: #FFFFFF;
	padding: 50px;
	position: relative;
	z-index: 1;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.featureText:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index: -1;
}
.featureHead{
	overflow: auto;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.featureHead p{
	float: left;
	margin: 0!important;
	padding-left: 16px;
	width: calc(100% - 60px);
	font-weight: 700;
	font-size: 28px!important;
	letter-spacing: -1px;
}
.featureHead i{
	display: inline-block;
	float: left;
	width: 60px;
	border-radius: 50%;
	font-size: 30px;
	color: #FFFFFF;
	height: 60px;
	background-color: #0C8BAD;
	text-align: center;
	line-height: 60px;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.intro{
		order: -2
	}
}
/*Blog*/
.blogItem{
	padding: 30px 30px 10px 30px;
	border-radius: 6px;
	background-color: #E6EAED;
	margin-top: 30px;
}
@media screen and (max-width: 64.9375em) {
	section{
		padding: 60px 20px;
	}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	section{
		padding: 40px 20px;
	}
}
section.callToAction:before{
	content: '';
	background-color: #0C8BAD;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.8;
}
section.callToAction{
	padding: 120px 20px;
	background-size: cover;
	background-position: center center;
	background-image: url('../images/calltoaction.jpg');
}
@media screen and (max-width: 39.9375em) {
	section.callToAction{
		padding: 120px 20px;
	}
}
.midBg{
	background-color: #E6EAED!important;
}
.darkBg{
	background-color: #08353F;
}
/*Cards*/
.numberBox{
	background-color: #08353F;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: -1px;
	position: relative;
	top: -33px;
	z-index: 100;
}
.text .card a.btn{
	color: #0C8BAD;
	background-color: #08353F;
	font-size: 14px;
	padding: 0 14px;
	line-height: 44px;
	margin-bottom: 0!important;
}
.text .card h3{
	font-size: 27px;
	color: #444444444;
}
.card p{
	font-size: 15px!important;
}
.card{
	margin-top: 33px;
	border-radius: 5px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	border-top: 3px solid #0C8BAD;
	position: relative;
	background-color: #E6EAED;
	padding: 0 30px 30px 30px;
}
/*Maps*/
.map{
	width: 100%;
	height: 400px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #0C8BAD;
}
.map iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	opacity: 0.8;
	top: -150px;
}
@media screen and (max-width: 64.9375em) {
	.map{
		margin-bottom: 30px;
		height: 250px;
	}
}
.fullMap{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 120px 20px 200px 20px;
	background-color: #E6EAED;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.fullMap{
		padding: 100px 20px;
	}
}
.fullMap:before{
	content: '';
	height: 100%;
	width: 50%;
	background-color: #FFFFFF;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 39.9375em) {
	.fullMap:before{
		width: 60%;
	}
}
.fullMap iframe{
	opacity: 0.8;
	position: absolute;
	width: 150%;
	height: calc(100% + 300px);
	z-index: -2;
	left: 0;
	top: -150px;
}
@media screen and (max-width: 39.9375em) {
	.fullMap iframe{
		width: 170%;
	}
}
@media screen and (max-width: 39.9375em) {
	.text ~ .text{
		margin-top: 20px;
	}	
}
/*Text Styles*/
.padRight{
	padding-right: 60px;
}
.padLeft{
	padding-left: 60px;
}
@media screen and (max-width: 64.9375em) {
	.padLeft{
		padding-left: 16px;
	}
	.padRight{
		padding-right: 16px;
	}
}
.infoBox{
	padding: 30px;
	border-radius: 6px;
}
.text{
	color: #333333;
}
.darkBg .text{
	color: #FFFFFF;
}
.contactDetails h3 i{
	color: #08353F;
	margin-right: 10px;
}
.contactDetails h3{
	margin-top: 20px!important;
}
@media screen and (max-width: 39.9375em) {
	.regular .sideBar{
		order: +1;
	}
}
/*Callback form*/
.callBack{
	border-radius: 6px;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.callBack .inner{
	padding: 30px;
}
.callBack textarea{
	width: 100%;
	height: 120px!important;
	border-radius: 5px!important;
	border: 1px solid #CCCCCC!important;
}
.callBack input[type="submit"]:hover{
	background-color: #08353F;
}
.callBack input[type="submit"]{
	background-color: #0C8BAD;
	border: none;
	width: 100%;
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
}
.fauxInput{
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: auto;
}
.fauxInput input{
	width: calc(100% - 44px)!important;
	float: left;
	border: none!important;
	line-height: 44px;
	height: 44px;
	margin-bottom: 0px!important;
}
.fauxInput i{
	font-size: 18px;
	color: #0C8BAD;
	display: inline-block;
	float: left;
	line-height: 50px;
	height: 50px;
	width: 44px;
	text-align: center;
}
/*Headings*/
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}
.text h1 span, .text h2 span, .text h4 span, .text h5 span, .text h6 span{
	position: relative;
	z-index: 1;
}
.text h1 span:before, .text h2 span:before, .text h4 span:before, .text h5 span:before, .text h6 span:before{
	content: '';
	position: absolute;
	height: 4px;
	bottom: 4px;
	z-index: -1;
	width: 100%;
	background-color: #0C8BAD;
}
.text h1{
	font-weight: 700;
	font-size: 34px;
	line-height: 100%;
	color: #444444;
}
.text h2{
	font-weight: 700;
	font-size: 34px;
	line-height: 100%;
	color: #444444;
}
.text h3{
	line-height: 100%;
	font-size: 26px;
	color: #0C8BAD;
}
.text h4{
	line-height: 100%;
	font-weight: 700;
	font-size: 20px;
	color: #444444;
}
.text .subHeading:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #0C8BAD;
	position: absolute;
	left: 0;
	top:calc(50% - 1px);
}
.text .subHeading{
	font-size: 18px;
	opacity: 0.8;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text h1{
		font-size: 27px;
	}
	.text h2{
		font-size: 27px;
	}
	.text h3{
		font-size: 23px;
	}
	.text h4{
		font-size: 21px;
	}
}
/*Images*/
.text .imageStack{
	position: relative;
	width: 100%;
	margin-top: -40px;
}
.text .imageStack img{
	width: calc(100% - 40px);
	margin: 0;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.text .imageStack img:first-of-type{
	position: absolute;
	right: 0;
	bottom: -40px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.text .imageStack {
		margin-top: 0;
		margin-bottom: 30px;
		border-radius: 5px;
		overflow: hidden;
	}
	.text .imageStack img{
		width: 50%;
		border-radius: 0px;
		bottom: 0!important;
	}
}
.text img{
	margin: 0 0 20px 0;
	border-radius: 5px;
}
.text .masonry img{
	margin-bottom: 30px!important;
}
.text img.pullLeft{
	max-width: 30%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullRight{
	max-width: 30%;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullLeft > *{}
/*Horizontal Rules*/
.text hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 3px;
	width: 100px;
	background-color: #0C8BAD;
	border: 0px!important;
}
/*Paragraphs*/
.text p{
	font-size: 17px;
	line-height: 155%;
	margin: 0 0 20px 0;
}
.text p.statement{
	font-size: 22px!important;
	letter-spacing: -1px;
	font-weight: bold;
	opacity: 0.8;
	margin-bottom: 40px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text p{
		font-size: 16px;
	}
}
.text p.smallPrint{
	font-size: 10px;
}
.text p a{
	color: #0C8BAD;
	text-decoration: underline;
}
.text a{
	overflow: auto
}
.text .icon{
	display: block;
	font-size: 42px;
	margin-bottom: 20px;
}
.text p .icon{
	font-size: 22px;
	color: #0C8BAD;
	width: 30px;
	line-height: 30px;
	margin: 0;
}
/*Address'*/
.main .text address{
	margin-bottom: 20px;
}
.text address p{
	font-style: initial;
}
/*Blockquotes*/
.text blockquote{
	display: block;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px 0;
	position: relative;
	padding: 30px;
	background-color: #E6EAED;
	border-top: 2px solid #0C8BAD;
	z-index: 1;
}
.darkBg .text blockquote{
	background-color: rgba(0,0,0,0.3);
}
.text blockquote:after{
	right: -20px;
	top: -40px;
}
.text blockquote:before{
	left: -20px;
	bottom: -40px;
	transform: rotate(180deg);
}
.text blockquote h3{
	margin-bottom: 12px;
}
.text blockquote p:last-of-type{
	margin-bottom: 0;
	opacity: 0.8;
	font-weight: 700;
}
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}
}
/*Buttons*/
.text .btn{
	font-size: 16px;
	padding: 0 20px;
	background-color: #0C8BAD;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	line-height: 52px;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	color: white;
	border-radius: 4px;
}
.text .btn:hover{
	opacity: 0.7;
}
.text .btn i{
	margin-left: 12px;
}
.darkBg .text .btn ~ .btn{
	color: #08353F;
	background-color: #FFFFFF;
}
.darkBg .text .btn ~ .btn:hover{
	box-shadow: inset 0 50px 0px #0C8BAD;
	color: #FFFFFF;
}
.darkBg .text .btn:hover{
	box-shadow: inset 0 50px 0px #FFFFFF;
	color: #0C8BAD;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text .btn{
		font-size: 18px;
	}
	.text .btn ~ .btn{
		margin-left: 3px;
	}
}
/*Tables*/
.text table{
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
	border-radius: 4px;
	border-collapse: collapse;
	overflow: hidden;
}
.text table tr:first-of-type{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #0C8BAD!important;
}
.text table tr:nth-of-type(even){
	background-color: rgba(0,0,0,0);
}
.text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.05);
}
.darkBg .text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.3);
}
.text table td, table th{
	padding: 10px;
	opacity: 0.8;
}
/*Unordered Lists*/
.text ul{
	font-size: 16px;
	margin-bottom: 20px;
}
.text ul.twoCols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ul li{
	line-height: 150%;
}
.text ul.notriangles li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #0C8BAD;
	display: inline-block;
	content: '•';
	font-weight: 300;
	font-family: '';
	margin-right: 10px;
}
/*Ordered Lists*/
.text ol{
	font-size: 16px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	opacity: 0.8;
	margin-bottom: 20px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	line-height: 150%;
	counter-increment: step-counter;
}
.text ol li:before{
	color: #0C8BAD;
	width: 10px;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
/*Unsplit OL's and UL's*/
.text ul.noSplit, .text ol.noSplit{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
/*Card style Lists*/
.text ul.cards li:before{
	display: none;
}
.text ul.cards li{
	background-color: #EEEEEE;
	width: 100%;
	border-radius: 5px;
	border-top: 2px solid #0C8BAD;
	display: inline-block;
	padding: 30px;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}
.text ul.cards li i{
	color: #0C8BAD;
	display: inline-block;
	margin-right: 10px;
}
.text ul.cards li h3{
	font-size: 27px;
	color: #444444444;
}
.darkBg .text ul.cards li{
	background-color: rgba(0,0,0,0.3);
}
.text ul.cards li p{
	margin-bottom: 0;
	opacity: 0.8;
}
/*Social Lists*/
.text ul.socials{
	overflow: auto;
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.text ul.socials li:before{
	display: none!important;
}
.text ul.socials li a i{
	transition: all 0.5s;
	margin-right: 10px;
}
.text ul.socials li a{
	color: #FFFFFF;
	padding: 20px;
	font-size: 17px;
	display: inline-block;
	float: left;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
}
.text ul.socials li{
	width: auto;
	float: left!important;
	margin-right: 10px;
}
.text ul.socials li a[href*="facebook"]{background-color: #4B69B0;}
.text ul.socials li a[href*="twitter"]{background-color: #37B1E1;}
.text ul.socials li a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.text ul.socials li a[href*="youtube"]{background-color: #E83F3A;}
.text ul.socials li a[href*="wa.me"]{background-color: #2BA63A;}
.text ul.socials li a[href*="linkedin"]{background-color: #0074B2;}
.text ul.socials li a[href*="yell"]{background-color: #FDDB00; transform: rotate(-90deg); color: #222222;}
.text ul.socials li a[href*="checkatrade"]{background-color: #eb1f40;}
.text ul.socials li a[href*="houzz"]{background-color: #4BB714;}
.text ul.socials li a[href*="mybuilder"]{background-color: #478bd8;}
@media screen and (max-width: 39.9375em) {
	.text ul, .text ul.twoCols, .text ol, .text ul.cards{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Definition Lists*/
.text dl {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}
.text dl > * {
	padding-top: 10px;
}
.text dt {
	opacity: 0.8;
	width: 25%;
	font-size: 20px;
	padding-right: 10px;
	line-height: 125%;
	font-weight: bold;
}
.text dd {
	width:75%;
	padding-left: 20px;
	opacity: 0.8;
	line-height: 125%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.text dd + dd {
	width: 100%;
	padding-left: calc(25% + 20px);
}
.text dt + dt {
	padding-right: 75%;
}
.text dt + dt + dd {
	margin-top: 20px;
	padding-left: calc(25% + 20px;);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text dl > * {
		padding-top: 10px;
	}
	.text dt {
		width: 100%;
		padding-right: 0px;
	}
	.text dd {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.text dd + dd {
		padding-left: 0;
	}
	.text dt + dt {
		padding-right: 75%;
	}
	.text dt + dt + dd {
		margin-top: 10px;
		padding-left: 0;
	}
}
/*Forms*/
.text form ::placeholder {color: #444444444;opacity: 1;}
.text form :-ms-input-placeholder {color: #444444444;}
.text form ::-ms-input-placeholder {color: #444444444;}
.text form{
	color: #606060;
}
.text form{
	margin-bottom: 20px;
}
.text form .btn{
	margin-top: 20px;
}
.text form label{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.6em;
	color: #0C8BAD;
}
.text form input[type='text'], .text form select{
	width: 100%;
	height: 50px;
	color: #333333;
	font-size: 14px;
	padding-left: 10px;
	box-shadow: 0px;
	outline: 0;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
	margin-bottom: 8px;
}
.text form textarea{
	border-radius: 5px;
	width: 100%;
	background-color: #FFFFFF;
	color: #333333;
	resize: none;
	padding: 1em;
	border: 1px solid #BBBBBB;
	height: 180px;
}
/*Modals*/
.modal{
	background-color: #E6EAED;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	display: none;
	padding: 36px;
	position: relative;
	overflow: hidden;
	background-image: url('../images/patterns/hex.svg');
	background-size: 1920px 1080px;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 1;
}
.modal:before,.modal:after{
	content: '';
	position: absolute;
	height: 100%;
	max-height: 1081px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index: -1;
}
.modal ::placeholder {color: #555555;opacity: 1;}
.modal :-ms-input-placeholder {color: #555555;}
.modal ::-ms-input-placeholder {color: #555555;}
.fancybox-close-small{
	color: #0C8BAD!important;
}
.modal h3{
	color: #08353F;
	font-weight: bold;
	letter-spacing: -1px;
}
.modal form{
	max-width: 560px;
}
.modal form .inner{
	overflow: auto;
}
.modal form textarea{
	border: none;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	height: 44px;
	float: left;
	height: 180px;
	border-radius: 0px;
	padding: 12px;
	background-color: rgba(0,0,0,0.2);
	outline: none!important;
	resize: none;
	color: #333333;
}
.modal .btn{
	width: 100%;
	border-radius: 0px;
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	background-color: #08353F;
}
.modal form input:nth-of-type(even){
	margin-left: 16px;
}
.modal form input{
	margin-bottom: 16px;
	border: none;
	color: #333333;
	font-size: 14px;
	background-color: rgba(0,0,0,0.2);
	outline: none!important;
	width: calc(50% - 8px);
	height: 50px;
	padding: 0 12px;
	float: left;
}
/* G A L L E R Y */
.fancybox-infobar{
	color: #FFFFFF;
	font-size: 20px;
}
.fancybox-content img{
	border-radius: 6px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.gallery{
	position: relative;
	z-index: 1;
}
.gallery .columns:hover{
	filter: grayscale(0.6);
}
.gallery .columns{
	transition: all 0.5s;
	border-radius: 5px;
}
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	height: 100%;
	width: 100%!important;
	opacity: 0;
}
.gallery .columns .caption p{
	font-size: 12px;
	margin: 0;
	color: rgba(255,255,255,0.9);
	line-height: 18px;
}
.gallery .columns:hover .caption{
	bottom: 0%;
}
.gallery .columns:before{
	content: '';
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	position: absolute;
	opacity: 1;
	left: 0;
	bottom: 0%;
	z-index: 1;
	pointer-events: none;
	transition: bottom 0.5s;
}
.gallery .columns .caption{
	-webkit-transition: bottom 0.4s;
	-o-transition: bottom 0.4s;
	transition: bottom 0.4s;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding: 20px 16px;
	bottom: -100%;
	left: 0px;
	z-index: 2;
	font-size: 13px;
}
.gallery .columns{
	overflow: hidden;
	position: relative;
	background-size: cover;
	width: calc(25% - 24px);
	margin: 12px;
	background-position: center center;
	overflow: hidden;
	float: left;
	z-index: 0;
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 24px);
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.gallery .columns{
		width: calc(50% - 24px);
	}
	.gallery .columns:nth-child(14n + 3),.gallery .columns:nth-child(14n + 8){
		width: calc(100% - 24px);
	}
}
/*Footer*/
footer{
	z-index: 1;
	position: relative;
	background-color: #08353F;
	padding: 140px 20px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer:after{
		top: -60px;
		height: 60px;
	}	
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer{
		padding: 60px 20px;
	}
}
.creds{
	margin-top: 30px;
}
.creds img{
	margin: 0!important;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.creds{
		margin-bottom: 30px;
	}
}
.creds p{
	font-size: 50px!important;
	margin: 0!important;
	color: #0C8BAD;
}
footer h3{
	font-size: 22px!important;
}
footer p, footer ul{
	font-size: 14px!important;
	line-height: 35px!important;
	margin: 0!important;
	opacity: 0.8;
}
footer hr{
	background-color: #FFFFFF!important;
}
footer ul li.social{
	display: none;
}
footer ul li{
	line-height: 35px!important;
}
footer ul{
	columns: 1!important;
	-webkit-columns: 1!important;
}
.copyBar:after{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0.3;
	z-index: -1;
}
.copyBar{
	background-color: #08353F;
	position: relative;
	padding: 20px 10px;
	z-index: 1;
}
.copyBar p{
	margin-bottom: 0!important;
	font-size: 12px!important;
	opacity: 0.6;
}
.copyBar ul{
	margin-bottom: 0!important;
	cursor: pointer;
}
.copyBar .text ul.socials li a i{
	margin-right: 0
}
.copyBar .text ul.socials li a{
	width: 40px!important;
	height: 40px!important;
	line-height: 40px;
	padding: 0!important;
}
