/**
	@Author:	Paul Strandoo
	@Date:		11/2025
	@Notes:		Cole Roofing
*/

@import url("font-awesome.min.css");
:root {
	--display-font: "Nata Sans", sans-serif;
	--body-font: "Nata Sans", sans-serif;
	
	--display-light: 300;
	--display-regular: 400;
	--display-medium: 500;
	--display-semibold: 600;
	--display-bold: 700;
	--display-extrabold: 800;
	
	--body-light: 300;
	--body-regular: 400;
	--body-medium: 500;
	--body-semibold: 600;
	--body-bold: 700;
	--body-extrabold: 800;
			
	--accent: #C01D30;
	--light-blue: #E7ECED;

	--grey: #cfcfcf;
	--grey-1: #EBEBEB;
	--grey-2: #f7f7f7;
	
	--dark-grey: #252525;
	--white: #ffffff;	
	--black: #000000;
	
	--bg-tint: #F7F6F2;
	
	--section-pad-large: 7em;
	--section-pad-med: 5em;
	--section-pad-small: 3em;
	--section-pad-x-small: 1.5em;
	
	--header-height: 220px;
	
    --inner: 1260px; /* 1320 */
    --inner-narrow: 960px;
    --inner-narrow: 1060px;
    --inner-large: 1150px;
    --inner-wide: 1500px;
    --inner-very-wide: 1970px;
    --inner-full: 100%;
    
    --offset: 60px;
    
    /*--section-default-padding: 70px 0;
    --section-mobile-padding: 40px 0;*/
	}
/**
 * Reset stylesheet to normalize styles across browsers
 */
/* ----- [ Reset ] ----- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
	}
fieldset,img {  
	border:0; 
	}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	}
ol,ul,li { 
	list-style:none; 
	margin: 0;
	padding: 0;
	}
caption,th { 
	text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr,acronym { 
	border:0; 
	} 
a {
	text-decoration: none;
	}
img {
	display: block;
	vertical-align: middle;
	max-width: 100%;
	}

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px; /* for gallery */
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

body, input, textarea, table {
	font-family: var(--body-font);
	font-weight: var(--body-regular);
	font-style: normal;
	color: var(--black);
	}

/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: var(--body-font);
	font-weight: var(--body-regular);
	font-style: normal;
	font-optical-sizing: auto;
	font-size: 1.1rem;
	line-height: 1.6em;
	margin: 0 0 1em;
	}
	
ul {
	margin: 1em 0;
	}

li {
	margin: 0;
	}
em {
	font-style: italic;
	}
strong, b {
	font-weight: 700;
	}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	}

a { 
	color: inherit;
	text-decoration: underline;
	}

a:hover {
	color: var(--accent);
	/*text-decoration: underline;*/
	}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--display-font);
	font-weight: var(--display-medium);
	font-style: normal;
	color: var(--black);
	line-height: 1.1;
	}

h1,.h1 {
	font-family: var(--display-font);
	font-weight: var(--display-bold);
	font-size: 2.2rem;
	font-size: clamp(2rem, 10vw, 5rem);
	line-height: 1.2;  
	letter-spacing: 0.02em;
	margin: 0 0 0.5em;
	width: 100%;
	}

h2,.h2 {
	font-family: var(--display-font);
	font-weight: var(--display-medium);
	color: var(--black);
	font-size: 1.8rem;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 0.5em;
	}
	
h3,.h3 { 
	font-family: var(--body-font);
	font-weight: var(--body-medium);
	/*color: var(--accent);*/
	font-size: 1.3rem;
	line-height: 1.3;
	margin: 0;
	}

h4,.h4 { 
	font-family: var(--body-font);
	font-weight: var(--body-semibold);
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 0 0 0.2em;
	}
	
h5,.h5 { 
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 0 0.2em;
	}

h6,.h6 { 
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	font-size: 1rem;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
	}

@media screen and (min-width: 600px) {
	h1,.h1 {
		font-size: 2.4rem;
		}
	
	h2,.h2 {
		font-size: 2rem;
		}
	
	h3,.h3 {
		font-size: 1.8rem;
		}
	h4,.h4 { 
		font-size: 1.4rem;
		}
}

p + h2,
p + .h2,
ul + h2,
ul + .h2 {
	margin-top: 1em;
	}

figure {
	margin: 0;
	}
img {
	vertical-align: middle;
	}

/* ----- [ Structure ] -----------------*/
.page-wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
	min-height: 100%;
	min-height: 100vh;
	padding-top: 0;
	/*z-index: 2;*/
	/*overflow: hidden;*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: var(--grey1);
	z-index: 600;
	opacity: 0;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-top: 120px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.page-overlay.is-open {
	position: fixed;
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
	}

@media screen and (min-width: 750px) {
	.page-overlay {
		align-items: center;
		padding: 0.9;
		}
}

/* ----- [ Sections; revisit? ] ------- */
header,
section,
footer {
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	margin: 0;
	padding: var(--section-pad-small) 0;
	position: relative;
	}

.inner {
	max-width: calc(var(--inner) + 32px);
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	}
.inner-narrow {
	max-width: var(--inner-narrow);
	}
.inner-large {
	max-width: var(--inner-large);
	}
.inner-wide {
	max-width: var(--inner-wide);
	}
.inner-full {
	max-width: 100%;
	margin: 0;
	padding: 0 !important;
	}
	
@media screen and (min-width: 450px) { 
	.inner {
		padding: 0 30px;
		}
}

@media screen and (min-width: 600px) {
	section {
		padding: var(--section-pad-med) 0;
		}
}

/* ----- [ Strandoo Flex Grid System v1 ] ------ */
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	/*justify-content: stretch;*/
	list-style: none;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	position: relative;
	}

.col {
	flex: 1;
	padding: 0;
	max-width: 100%;
	}

/* grid-removed; see ps-flex-grid.css */
.row.text-center > .col {
	text-align: center;
	}

.col > img {
	max-width: 100%;
	}

img.full {
	width: 100%;
	}
img.half {
	width: 50%;
	float: left;
	}

.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}

@media screen and (min-width: 600px) {
	.row,
	.flex-row,
	.flex-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		column-gap: 2em;
		}
	.flex-row {
		justify-content: space-between;
		align-content: flex-start;
		}
	.flex-row > * {
		/*flex: 1;*/
		}
	.flex-col {
		flex-direction: column;
		}
		
	.one-column .col,
	.one-one .col {
		flex: 1;
		}
	.two-one .col:first-child {
		flex: 2;
		}
	.two-one .col:last-child {
		flex: 1;
		}
		
	.flex-1 {
		flex: 1;
		}
	.flex-2 {
		flex: 2;
		}
	.flex-3 {
		flex: 3;
		}
}

/* ----- [ Color variants ] ----------- */
.dark {
	color: #fff !important;
	background: #414141;
	}
.dark h2,
.dark h3,
.dark p,
.dark li,
.dark a {
	color: #fff;
	}
.dark a:hover {
	}

/* ----- [ Page Header ] -----------------*/
.page-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background: #fff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-top: 8px solid var(--accent);
	box-shadow: 0 3px 7px rgba(0,0,0,0.1);
	}
.page-header .inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* justify-content: flex-start; */
	align-items: center;
	width: 100%;
	max-width: var(--inner-very-wide);
	margin: 0 auto;
	padding: 10px 15px;
	overflow: visible;
	}

.head-logo-wrapper,
.head-meta-wrapper {
	flex: 1;
	}
.head-nav-wrapper {
	flex: 3;
	}
.logo-wrapper {
	display: block;
	max-width: 130px;
	text-decoration: none;
	border: none;
	margin: 3px 0 5px;
	/*margin-right: auto;*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}	
.head-meta-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 1em;
	display: none;
	}
.head-phone {
	font-weight: var(--body-medium);
	}
	
.is-small .logo-wrapper {
	/*max-width: 90px;*/
	}

@media screen and (min-width: 600px) {
	.logo-wrapper {
		max-width: 180px;
		}
}

/* ----- [ Navigation / Search ] ------ */
.head-nav-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	margin: 0;
	/*padding: 100px 10% 20px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: unset;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	z-index: -1;
	opacity: 0;
	}

.is-fixed .head-nav-wrapper {
	min-height: 100vh;
	opacity: 1;
	overflow: scroll;
	}
	
.main-navigation ul {
	margin: 0 0.5em;
	}
.level-2 {
	font-weight: var(--body-medium);
	margin: 0.6em 0;  
	text-decoration: none;
	}
	
.menu-item {
	margin: 0.5em 0;
	text-decoration: none;
	}
.menu-link,
.head-phone {
	font-weight: var(--body-extrabold);
	font-size: 1.6rem;
	line-height: 1.4;
	color: var(--black);
	text-decoration: none;
	text-transform: uppercase;
	}

.head-phone svg {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	fill: #ffffff;
	}
.head-phone:hover svg {
	fill: var(--accent);
	color: var(--accent);
	}

.menu-link:hover,
.menu-link.on {
	color: var(--black);
	text-decoration: none;
	}

@media screen and (min-width: 600px) {
	.head-meta-wrapper {
		display: block;
		margin-left: auto;
		margin-right: 1em;
		text-align: right;
		}
}

@media screen and (min-width: 1020px) {
	.logo-wrapper {
		max-width: 180px;
		}
		
	.head-meta-wrapper {
		margin: auto;
		}

	.head-nav-wrapper {
		position: relative;
		display: block;
		opacity: 1;
		z-index: 1;
		height: auto;
		}
	.main-navigation {
		display: flex;
		flex-direction: row;
		position: relative;
		justify-content: center;
		align-items: center;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		flex-basis: 34%;
		opacity: 1;
		z-index: 1;
		}

	.menu-item {
		position: relative;
		display: inline-block;
		margin: 0 1em;
		white-space: nowrap;
		}
	.menu-item.mobile-only {
		display: none;
		}

	.menu-link,
	.head-phone {
		font-size: 1.1rem;
		line-height: 1.2;
		font-weight: var(--body-extrabold);
		letter-spacing: 0.05em;
		padding: 0;
		border-bottom: 3px solid transparent;
		/*background-color: transparent;*/
		}
	.head-phone {
		color: #fff;
		background: var(--accent);
		padding: 12px 22px;
		border-radius: 25px;
		}

	.menu-link:hover,
	.menu-link.on {
		text-decoration: none;
		border-bottom: 3px solid var(--accent);
		}
	.head-phone:hover {
		color: #fff;
		}

	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 150%;
		left: -20px;
		/* left: -50%; */
		text-align: left;
		background: #fff;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		padding: 15px 20px;
		box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
		white-space: nowrap;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: translateX(0px);
		-o-transform: none;
		transform: none;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
	.menu-item:hover .dropnav {
		top: 120%;
		visibility: visible;
		opacity: 1;
		}
	
	.dropnav ul {
		margin: 0;
		}
	.dropnav .menu-item {
		display: block;
		text-align: left;
		margin: 0;
		padding: 0 0 3px;
		}

	.dropnav .menu-link {
		color: inherit;
		font-weight: var(--body-medium);
		margin: 0;
		padding: 0;
		text-transform: none;
		text-decoration: none;
		border-bottom: 2px solid transparent;
		}

	.dropnav .menu-link:hover,
	.dropnav .menu-link.on {
		text-decoration: none;
		border-bottom: 2px solid var(--accent);
		}

	.submenu-toggle {
		position: relative;
		top: -1px;
		z-index: 2;
		display: inline-block;
		height: 12px;
		line-height: 12px;
		font-size: 12px;
		}

	.submenu-toggle:before {
		content: '\f107';
		font-family: 'FontAwesome', sans-serif;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---- */
.menu-toggle {
	/*position: absolute;
	right: 1em;*/
	position: relative;
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	cursor: pointer;
	}
.menu-toggle a {
	display: none;
	}
.menu-toggle .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 26px;
	height: 2px;
	background-color: #fff;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-toggle .menu-icon::before, 
.menu-toggle .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-toggle .menu-icon::before {
	bottom: 8px;
	}
.menu-toggle .menu-icon::after {
	top: 8px;
	}
.menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: #fff;
	}
.menu-toggle.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-toggle.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

/* was prefaced by 'is-small' class */	
.menu-toggle .menu-icon {
	background-color: #222;
	}
.menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.menu-toggle.is-clicked .menu-icon::before, 
.menu-toggle.is-clicked .menu-icon::after {
	background-color: #222;
	}

@media screen and (min-width: 1020px) {
	.menu-toggle {
		display: none;
		}
	.menu-toggle .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-toggle .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}

/* ----- [ Home Hero ] --------------- */
.home-hero {
	margin: 0 auto;
	padding: 0;
	height: auto;
	min-height: 300px;
	}

.home-hero .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0.3);
	}
.home-hero .inner {
	padding-block: var(--section-pad-med);
	}
.home-hero-content {
	max-width: 42em;
	padding: 2em;
	/*min-width: 600px;*/
	border-radius: 15px;
	background: rgba(255,255,255,0.6);
	backdrop-filter: blur(6px);
	}
.home-hero-content h1,
.home-hero-content h2 {
	color: var(--black);
	font-size: 2rem;
	font-size: 3.5rem;
	font-weight: var(--display-medium);
	line-height: 1.1;
	margin-bottom: 0.3em;
	}
.home-hero-content h1 strong,
.home-hero-content h2 strong {
	font-weight: var(--display-medium);
	color: var(--accent);
	}
	
.home-hero-content p {
	color: var(--white);
	margin-bottom: 1em;
	}
.home-hero-content p:last-child {
	margin-bottom: 0;
	}
	
@media screen and (max-width: 450px) {
	.home-hero,
	.home-hero.jarallax {
		height: 75vh;
		}
}
@media screen and (min-width: 540px) {
	.home-hero {
		padding-top: 0;
		}
}
@media screen and (min-width: 600px) {
	.home-hero {
		margin: 0 auto;
		padding: 0;
		/*padding-top: 20px;*/
		height: auto;
		height: calc(90vh - 100px);
		min-height: 300px;
		max-height: 720px;
		}
}
@media screen and (min-width: 1620px) {
	.home-hero .inner {
		max-width: 100%;
		margin-inline: 8vw;
		}
}

/* ----- [ Hero Images ] -----------------*/
/* ----- [ Slick Slider ] -----------------*/
.slick-slider .slick-list,
.slick-slide > div {
	height: 100%;
	}

/* basic page slider */
.slick-dots {
	bottom: 20px;
	}
.slick-dots li button:before {
	font-size: 1rem;
	color: white;
	color: black;
	}
.slick-dots li.slick-active button:before {
	color: var(--accent);
	}

.home-slide {
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	/*background-position: 50% 0;*/
	}

.hero-slider,
.hero-slider .slick-track,
.hero-slider .slick-wrapper,
.hero-slider .slick-slide {
	margin: 0;
	height: 100%;
	width: 100%;
	}
/*
@media all and (max-width:599px){
	.product-img-col {
		display: block;
		}
}
*/
	
.hero-slider .slick-prev,
.hero-slider .slick-next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 80px;
	margin-top: -20px;
	padding: 0;
	left: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	border-radius: 0;
	outline: none;
	background: rgba(255,255,255,0.5) url('../images/thin-previous.png') 35% 50% no-repeat;
	background-size: 70%;
	z-index: 5;
	opacity: 0.5;
	}
	
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
	content: "";
	}
.hero-slider .slick-next {
	position: absolute;
	right: 0;
	left: auto;
	background: rgba(255,255,255,0.5) url('../images/thin-next.png') 65% 50% no-repeat;
	background-size: 70%;
	}
.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
	opacity: 1;
	}


/* ----- [ Home ] ----------------- */
.home-intro {
	background: #fff url('../images/houses-1.png') 98% bottom no-repeat;
	background-size: 1600px;
	padding-block: var(--section-pad-small);
	border-bottom: 2px solid #C4C4C4;
	position: relative;
	}
	
.home-intro h2 {
	font-size: 2.3rem;
	color: #6D6E70;
	max-width: 32ch;
	}

.roof-angle,
.home-roof-angle {
	display: none;
	}

@media screen and (min-width: 600px) {
	.home-intro {
		background: #fff url('../images/houses-1.png') 105% bottom no-repeat;
		background-size: 1600px;
		}
	
	.roof-angle,
	.home-roof-angle {
		display: block;
		position: absolute;	
		top: -190px;
		left: 0;
		right: 0;
		height: 170px;
		background: url('../images/roof-lines-2.png') 95% top no-repeat;
		background-size: contain;
		z-index: 1;
		top: clamp(-320px, -20vw, -180px);
		height: clamp(170px, 50vw, 280px);
		transition: top 0.3s ease, height 0.3s ease;
		pointer-events: none; /* clickthrough */
		}
}

/* ----- [ Other Sections ] ----------------- */
.page-intro,
.cta-section {
	margin: 0;
	padding: 1em 0;
	background: #ffffff url('../images/houses-1.png') 98% bottom no-repeat;
	background-size: 1600px;
	border-bottom: 2px solid #C4C4C4;
	}
.cta-section {
	height: auto;
	padding: 0 0 3em;
	}

.page-intro .inner,
.cta-section .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	min-height: 350px;
	}
.cta-section .inner {
	min-height: 180px;
	}
	
.page-intro-content {
	max-width: 45em;
	padding: 2em 5px;
	z-index: 5;
	}
.cta-text {
	padding: 2em 5px;
	}
.page-intro-content h1,
.page-intro-content h2,
.cta-text h1,
.cta-text h2 {
	color: var(--black);
	font-size: 3.2rem;
	font-size: clamp(2.8rem, 2.35rem + 2.27vw, 3.2rem);
	font-weight: var(--display-medium);
	line-height: 1;
	margin-bottom: 0.5em;
	}
.page-intro-content h1 strong,
.page-intro-content h2 strong,
.cta-text h1 strong,
.cta-text h2 strong {
	font-weight: var(--display-medium);
	color: var(--accent);
	}
	
.page-intro-content p {
	font-size: 2.2rem;
	line-height: 1.2;
	margin-bottom: 0.8em;
	}
	
@media screen and (min-width: 600px) {
	.page-intro,
	.cta-section {
		background: #ffffff url('../images/houses-1.png') 105% bottom no-repeat;
		background-size: 1600px;
		border-bottom: 2px solid #C4C4C4;
		}
	.page-intro-content,
	.cta-text {
		padding: 2em;
		}
}

/* ----- [ Services ] -----------------*/	
.services-section {
	position: relative;
	padding-top: 0;
	}
.services-page .services-section {
	padding-bottom: 0;
	}

.service-row {
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;	
	}
.section-head + .service-row {
	margin-top: 0;
	}

.service-row.bg1 {
	background: var(--white);
	}	
.service-row.bg2,
.service-row.bg2 h2,
.service-row.bg2 h3 {
	color: var(--white);
	background: #6d6e70;
	}
.service-row.bg3,
.service-row.bg3 h2,
.service-row.bg3 h3 {
	color: var(--white);
	background: var(--accent);
	}

.service-col,
.service-summary {
	position: relative;
	width: 100%;
	}

.service-row:nth-of-type(even) {
	flex-direction: row-reverse;
	}
.service-row:nth-of-type(odd) .service-col {
	text-align: right;
	}

.service-image-wrapper {
	height: 350px;
	position: relative;
	/*margin-bottom: 20px;*/
	}
.service-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.service-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	align-items: center;
	padding: 20px 30px;
	}
.service-summary {
	padding: 70px 5vw;
	}
.service-button {
	display: inline-block;
	}

@media screen and (min-width: 768px) {
	.service-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-block: 2em;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: nowrap;
		}
	.service-col {
		width: 55%;
		}
	.service-summary {
		width: 45%;
		}
	.service-image-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		height: auto;
		/*margin-bottom: 20px;*/
		}
	.service-image-wrapper img {
		object-fit: cover;
		height: 100%;
		width: 100%;
		}
}
@media screen and (min-width: 1024px) {
	.service-col {
		width: 66.666%;
		width: 55%;
		}
	.service-summary {
		width: 33.333%;
		width: 45%;
		}
}

/* ----- [ Call to Action section TBD ] -------------- */
/*
.call-to-action {
	text-align: center;
	color: #fff;
	background: var(--black);
	padding: 40px 30px;
	}
.call-to-action .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
.call-to-action h2,
.call-to-action h3 {
	font-size: 2.8rem;
	color: #fff;
	margin: 0 0.5em 0 0;
	}
	
@media screen and (min-width: 600px) {  
	.call-to-action .inner {
		flex-direction: row;
		}
}
*/

/* ----- [ About Page ] ----- */
.photo-grid {
	overflow: visible;
	}

.grid-image img,
.photo-frame {
	border: 13px solid #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
	margin-bottom: 1.5em;
	}
.photo-frame {
	margin-top: 20px !important;
	}
	
@media screen and (min-width: 600px) {  
	.photo-grid {
		display: grid;
		grid-template: repeat(6, [row] 1fr) / repeat(10, [col] 1fr);
		grid-gap: 10px;
		height: auto;
		margin: 0 auto;
		overflow: visible;
		width: 100%;
		/*grid-template: repeat(8, [row] 1fr) / repeat(12, [col] 1fr);*/
		}

	.grid-img1 {
		grid-column: col 1 / span 6;
		grid-row: row 1 / span 6;
		z-index: 0;
		}
	.grid-img2 {
		grid-column: col 5 / span 5;
		grid-row: row 3 / span 3;
		z-index: 1;  
		}
	.grid-img3 {
		grid-column: col 3 / span 3;
		grid-row: row 5 / span 3;
		z-index: 1;
		}
}

/* ----- [ Sponsor Logos TBD ] --------------- */
.sponsor-section {
	margin: 0;
	padding: 25px 0;
	background: #fff;
	}
.sponsor-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 100%;
	padding: 0;
	}
.sponsor-logo {
	margin: 0 3%;
	height: 72px;
	}
.sponsor-logo img {
	height: 100%;
	/*width: 200px; */
	max-width: 200px;
	object-fit: scale-down;
	}

/* ----- [ CMS Content ] -----------------*/
.large-text {
	font-size: 120%;
	font-weight: var(--body-medium);
	}

.cms-text p > img:not(.align_left) {
	max-width: 100%;
	display: block;
	margin: 0 0 1em;
	}

.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	position: relative;
	}
	
.cms-text ul li:before {
	content: "";
	position: absolute;
	height: 22px;
	width: 22px;
	left: -1.6em;
	top: 5px;
	}
	
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text a:not(.button) {
	color: var(--accent);
	}
.cms-text a:not(.button):hover {
	color: var(--brand-light);
	}
	
.cms-text hr {
	height: 2px;
	margin: 1em 0;
	border: none;
	background: var(--grey);
	clear: both;
	}

p.image-row-1,
p.image-row-2,
p.image-row-3 {
	margin: 0 0 20px 0;
	overflow: hidden;	
	}

p.image-row-2 > img,
p.image-row-3 > img {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	}

.child-links li {
	display: block;
	margin: 0 0 10px;
	}

@media screen and (min-width: 600px) { 
	/* CMS styles */
	p.image-row-2 > img {
		float: left;
		width: 48.75%;
		margin: 0 2.4% 0 0;
		}
	p.image-row-2 > img:nth-of-type(even) {
		float: right;
		margin-right: 0;
		}

	p.image-row-3 > img {
		float: left;
		width: 31.7%;
		margin: 0 2.4% 0 0;
		}
	p.image-row-3 > img:nth-of-type(3) {
		float: right;
		margin-right: 0;
		}

	p.image-row-4 > img {
		float: left;
		width: 23.2%;
		margin: 0 2.4% 0 0;
		}
	p.image-row-4 > img:nth-of-type(4) {
		float: right;
		margin-right: 0;
		}
}

/* ----- [ Flex Container ] ----------- */
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 20px;
	position: relative;
	/*height: auto;*/
	}
.flex-container > * {
	/*width: 100%;*/
	display: block;
	}
	
@media screen and (min-width: 600px) {
	/* Make this a Utility Class */
	.flex-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		}
	
	.f-left { justify-content: flex-start; }
	.f-right { justify-content: flex-end; }
	.f-center { justify-content: center; }
	.f-between { justify-content: space-between; }
	.f-stretch { justify-content: stretch; }
	.f-top { align-items: flex-start; }
	.f-middle { align-items: center; }
	.f-bottom { align-items: flex-end; }
}

/* ----- [ Contact Page ] --------------- */
/* ----- [ Include: Map/Contact Form ] -----------------*/
.map-section {
	padding: 0;
	}
.map {
	height: 500px; 
	position: relative;
	overflow: hidden;
	}
	
/* ----- [ Map ] ----------- */
#balloon h4,
#balloon p {
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 300;
	}
#balloon h4 {
	font-size: 0.9rem;
	font-weight: 700;
	}
/*
.contact-page dd {
	columns: 2;
	}
*/

.contact-meta {
	max-width: 100%;
	margin: 0 auto 50px;
	}
	
.contact-meta .fa,
.contact-info .fa {
	width: 30px;
	text-align: center;
	margin: 0 -10px 0 10px;
	}
	
.contact-meta li,
.contact-info li {
	padding: 0 0 0 30px;
	text-indent: -30px;
	}

.form-wrapper {
	margin: 0 auto;
	padding: 5% 10%;
	background: rgba(255,255,255,0.7);
	background: #fff;
	max-width: 800px;
	width: 100%;
	}

.form-wrapper h3 {
	margin-bottom: 1em;
	}

@media screen and (min-width: 900px) {
	.contact-meta {
		/*max-width: 750px;*/
		margin: 0 0 0 auto;
		}
	.map-col {
		padding-right: 0;
		position: relative;
		min-height: 500px;
		border-left: 8px solid #8d2427;
		}
	.map-canvas {
		height: 100%;
		margin: 0;
		}

	.map-address {
		bottom: auto;
		left: 55%;
		top: 45%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
		}
}

/* ----- [ Buttons ] ----- */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block;
	color: var(--white);
	font-size: 1rem;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
	font-weight: var(--body-extrabold);
	text-decoration: none !important;
	white-space: nowrap;
	background: var(--accent);
	border: 2px solid var(--accent);
	border-radius: 25px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0.6em 1.2em;
	margin: 0;
	cursor: pointer;
	/* transitions */
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	color: var(--accent);
	background: var(--white);
	border: 2px solid var(--accent);
	}
	
.map-section button,
.map-section button:hover {
	border-radius: 0;
	}
	
.button-small {
	font-size: 1.1rem;
	line-height: 1.2;
	border-radius: 25px;
	padding: 0.45em 1.2em;
	}
	
.button-large {
	font-size: 1.3rem;
	line-height: 1;
	padding: 0.4em 1em;
	margin: 0;
	}
	
.button-jumbo {
	font-size: 2rem;
	line-height: 1;
	padding: 0.2em 0.5em;
	margin: 0;
	}
	
.button-full {
	display: block;
	width: 100%;
	}
.button-text {
	font-size: 1.2rem;
	font-weight: var(--body-semibold);
	position: relative;
	text-decoration: none;
	}
.button-text:after {
	content: "";
	position: absolute;
	bottom: 2px;
	margin-left: 7px;
	height: 15px;
	width: 25px;
	background: url('../images/button-arrow.svg') no-repeat 0 0;
	background-size: contain;
	transition: all .3s ease;
	}
.button-text:hover:after {
	content: "";
	/*margin-left: 10px;*/
	stroke: var(--accent);
	color: var(--accent);
	transform: translateX(5px);
	}

.button .fa {
	margin: 0 0.5em 0 -0.3em; 
	}

@media screen and (min-width: 600px) { 
	button,
	.button {
		width: auto;
		white-space: nowrap;
		text-align: center;
		}
}	

/* ----- [ Tables ] ----- */
table {
	border-top: 1px solid var(--black);
	margin-bottom: 20px;
	}
td,th {
	border-bottom: 1px solid var(--black);
	padding: 10px 10px 10px 0;
	vertical-align: top;
	}
	
.cms-text table {
	border: none;
	border-top: 1px solid var(--black);
	width: 100%;
	}
	
.cms-text td,
.cms-text th {
	line-height: 1.4;  
	padding: 12px 0;
	border: none;
	border-bottom: 1px solid var(--black);
	}
	
td > img {
	padding-right: 8px;
	}

/*
.cms-text p + table {
	margin-top: -1em;
	}
*/

/* ----- [ Testimonials - Slick (Home Rolled) ] --------------- */
.testimonials-section {
	margin: 0;
	overflow: visible;
	padding: var(--section-pad-small) 0;
	background: #fff;
	}
.testimonials-section .inner {
	/* overflow: visible; */
	}
.testimonials-section .home-roof-angle2 {
	position: absolute;	
    top: -50px;
    left: -50px;
    right: 0;
    height: 150px;
	background: url('../images/roof-lines-2.png') -10px top no-repeat;
	background-size: contain;
	z-index: 9;
	}
	
.testimonials-section svg {
	display: inline;
	height: 1.2em;
	vertical-align: middle;
	color: var(--accent);
	}
.testimonials-section svg.star1 { width: 1em; }
.testimonials-section svg.star2 { width: 2em; }
.testimonials-section svg.star3 { width: 3em; }
.testimonials-section svg.star4 { width: 4em; }
.testimonials-section svg.star5 { width: 5em; }
	
@media screen and (min-width: 768px) {
	.testimonials-section .home-roof-angle2 {
		top: -90px; 
		left: 0;
		right: 0;
		height: 240px;
		}
}

.testimonials .slick-list {
	overflow: visible;
	}
/*
.testimonials-wrapper {
	margin-top: 2em;
	}

.testimonial.slick-slide {
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.3;
	}
.testimonial.slick-slide.slick-current {
	opacity: 1;
	}
*/
.slick-testimonials {
	width: 100%;
	overflow: hidden;
	}
.testimonial-wrapper {
	display: flex !important; /* overrides slick.css */
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	}

.testimonial {
	background: #fff;
	padding: 50px 0 20px;
	margin: 0 15px;
	height: auto!important;
	}

.testimonial blockquote {
	padding: 1em 0 2em;
	text-align: left;
	}

.testimonial h2,
.testimonial h3,
.testimonial p {
	font-family: var(--body-font);
	font-weight: var(--body-bold);
	font-size: 2.2rem;
	line-height: 1.2;
	margin-left: 0;
	margin-bottom: 0.35em;
	position: relative;
	text-align: left;
	letter-spacing: 0.03em;
	}

.testimonial p:first-child:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	position: absolute;

	top: -40px;
	left: 0;
	font-size: 4rem;
	line-height: 0.45;
	color: var(--accent);
	}
.testimonial p:nth-last-child(2):after {
	content: "\f10e";
	font-family: 'FontAwesome';
	margin-top: 0em;
	margin-left: 0.3em;
	font-size: 2rem;
	line-height: 0;
	color: var(--accent);
	}

.quote-citation {
	display: block;
	font-size: 2rem;
	text-align: right;
	}

@media screen and (min-width: 600px) {
	.testimonial {
		padding: 5%;
		}
	.testimonial h2,
	.testimonial h3,
	.testimonial p {
		line-height: 1.3;
		}
	.testimonial p:first-child:before {
		top: 10px;
		left: -1.2em;
		}
}

@media screen and (min-width: 768px) {
	.testimonial {
		flex-direction: row;
		align-items: flex-start;
		margin: 0 40px;
		margin: 0;
		}
	.testimonial-photo {
		max-width: 100px;
		}
	.testimonial blockquote {
		padding: 0 2em;
		}
	.testimonial blockquote .icon.fa {
		font-size:4rem;
		color: var(--accent);
		}
	.testimonial p {
		font-size: 2.6rem;
		line-height: 1.4;
		margin-left: 2em;
		}
}

/* ----- [ Slick Slider ] -----------------*/
.slick-slider .slick-list,
.slick-slide > div {
	height: 100%;
	}

/* fixes round corner image flash */
.slick-slide {
	z-index: 1;
	}

.gallery-section .image-wrapper {
	margin: 0 1em 2em;
	}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
	top: calc(50% - 30px);
    left: auto;
    right: -30px;
	bottom: auto;
    display: block;
    width: 60px;
    height: 60px;    
    padding: 0 0 0 2px;
    color: #fff;
    background: var(--white) url('../images/right-arrow.png') 50% 50% no-repeat;
    background-size: 100%;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    cursor: pointer;
    z-index: 9;
}
.slick-prev {
	right: auto;
	left: -30px;
	padding: 0 2px 0 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	}
/*
.slick-prev:hover,
.slick-next:hover {
	background: var(--accent) url('../images/right-arrow.png') 50% 50% no-repeat;
    background-size: 100%;
	}
*/

.slick-prev:before,
.slick-next:before {
	content: ""; /* ▸  › */ 
    font-family: 'FontAwesome';
    font-size: 60px;
    line-height: 0.5;
    opacity: 1;
    color: #414141;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
.slick-prev:before {
	}
	
.slick-dots {
	bottom: 20px;
	}
	
/* ----- [ Gallery Page & Sections / Isotope ] -----------------*/
/*
.slick-gallery {
	margin-bottom: 60px;
	}
.gallery-image {
	border-radius: 36px;
	overflow: hidden;
	margin: 0;
	box-shadow: 0px 30px 40px -24px rgba(0,0,0,0.2);
	}
.slick-gallery .caption {
	font-weight: var(--body-medium);
	margin: 1em 0 0;
	}
*/
.gallery-menu {
	position: sticky;
	top: 118px;
	padding-block: 2em;
	background: var(--light-blue);
	z-index: 1;
	}
.gallery-menu .flex-row {
	justify-content: flex-start;
	align-items: flex-start;
	}
	
.gallery-link {
	font-size: 1.2rem;
	font-weight: var(--body-semibold);
	text-decoration: none;
	}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1.5em;
	margin-bottom: 5em;
	}
.gallery-card {
	box-shadow: 0 2px 20px rgba(0,0,0,0.15);
	}
.gallery-card a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border: none;
	}
.gallery-card img {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease;
	}
.gallery-card-title {
	padding: 0.8em 1em;
	background: var(--white);
	}
.gallery-card-title h4 {
	}
	
.gallery-link:hover .gallery-icon {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

/* magnific */
.mfp-container button.mfp-arrow,
.mfp-container button.mfp-arrow:hover,
.mfp-image-holder button.mfp-close,
.mfp-image-holder button.mfp-close:hover {
	border: none;
	background: none;
	cursor: pointer;
	}
img.mfp-img {
	padding: 0;
	border: 15px solid #fff;
	}
.mfp-content {
    padding: 0 !important;
	}
.mfp-container {
    padding: 0 !important;
	}
.mfp-figure:after {
    background: none !important;
    box-shadow: none !important;
	}
.mfp-img {
    max-height: 85vh !important; /* or 80vh, anything you want */
    width: auto !important;
    height: auto !important;
	}
.mfp-bottom-bar  {
	margin-top: 5px;
	}
.mfp-image-holder .mfp-close {
	margin: -35px -20px 0 0;
	}
	
.mfp-title {
	display: none;
	}

/* ----- [ Site Map ] --------------- */
.sitemap li {
	list-style: none;
	margin:  0;
	font-size: 16px;
	line-height: 1.2em;
	padding: 0 0 0 1em;
	}
.sitemap li li {
	list-style: disc;
	}
.sitemap li li li {
	list-style: circle;
	}
.sitemap li li li li {
	list-style: square;
	}

/* ----- [ Footer ] --------------- */
.page-footer {
	color: #fff;
	clear: both;
	text-align: left;
	margin: 0;
	margin-top: auto;
	padding: 5em 0 0;
	background: var(--black);
	}
.page-footer .inner {
	overflow: visible;
	z-index: 1;
	}
	
.cta-section + .page-footer {
	margin-top: 20px;
	}

.page-footer .flex-row {
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 20px;
	}
.page-footer .flex-row .col {
	flex: 1;
	padding-inline: 30px;
	}
.page-footer .flex-row .col:first-child {
	flex: 2;
	margin-right: auto;
	}
.page-footer .col {
	}
.page-footer .col:not(:first-child) {
	padding-top: 2em;
	}

.page-footer p,
.page-footer li {  
	font-size: 1rem;
	font-weight: var(--body-light);
	}
.page-footer ul {
	margin: 0 0 1em;
	}
.page-footer li {
	margin: 0;
	}
.page-footer h3,
.page-footer h4 {
	font-size: 1.1rem;
	font-weight: var(--body-medium);
	color: #fff;
	margin: 0 0 1.5em;
	margin: 0 0 1em;
	}
.page-footer .col h4:not(:first-child) {
	margin-top: 3em;
	}

.page-footer a {
	text-decoration: none;
	border: none;
	}
.page-footer a:hover {
	color: inherit;
	text-decoration: underline;
	}

.footer-logo {
	max-width: 200px;
	margin: 0 0 20px;
	margin-left: -15px;
	padding: 0;
	}
.footer-logo img {
	margin: 0 auto;
	width: 100%;
	/*filter:hue-rotate(50deg);*/
	}
	
.footer-badge {
	display: inline-block;
	height: 60px;
	margin: 0 20px 15px 0;
	}

.footer-text {
	max-width: 21em;
	}

.copyright {
	margin: 4em 0 0;
	background: var(--accent);
	}	
.copyright .inner {
	margin: 0 auto;
	padding-block: 10px;
	font-size: 0.95rem;
	font-weight: var(--body-regular);
	color: #ffffff;
	}

@media screen and (min-width: 600px) {
	.footer-logo {
		margin-left: 0;
		}
}
@media screen and (min-width: 768px) {
	.page-footer {
		background: var(--black) url('../images/cole-large-house.png') 110% 20px no-repeat;
		background-size: 640px;
		}
		
	.page-footer .flex-row .col {
		padding: 0;
		}

	.page-footer-col,
	.page-footer-col p {
		text-align: left;
		}
	.page-footer-col:last-child,
	.page-footer-col:last-child p {
		text-align: right;
		}
	.copyright .inner {
		display: flex;
		justify-content: space-between;
		}
}

@media screen and (min-width: 900px) {
	.site-credit {
		display: inline-block;
		}
}

/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper .social-icon {
    display: inline-block;
    height: 20px;
	width: 20px;
    margin: 0 0.8em 0 0;
    white-space: nowrap;
	}

.social-icons-wrapper .social-icon a,
.social-icons-wrapper .social-icon a:visited {
    opacity: 1;
    border: none;
	}
.social-icons-wrapper .social-icon a:hover,
.social-icons-wrapper .social-icon a:active {
    color: var(--accent);
    opacity: 1;
    border: none;
	}

.social-icons-wrapper .social-icon svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
	}

.social-icons-wrapper .social-icon svg:hover {
	fill: var(--accent);
	}

.social-icon span {
	display: none;
	}

.top-link {
	display: none;
    position: fixed;
    bottom: -20px;
    right: 2%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9;
	}
.top-link a {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
    background: #8d2427;
    display: block;
    height: 30px;
    width: 30px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    }
.top-link a:hover {
	border: none;
	background: #8d2427;
	}
.top-link.show {
	opacity: 1;
	bottom: 20px;
	}
	
.top-link .fa {
	margin: 0 0 0 2px;
	line-height: 25px;
	}
	
@media screen and (min-width: 768px) {
	.social-icons-wrapper {
		text-align: left;
		}
}
/*
.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	z-index: 99;
	}
.whatsapp-button:hover img {
	transform: scale(1.05);
	}
*/

/* ----- [ Utility ] --------------- */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.hidden {
	display: none;
	}

.full-height {
	height: 100%;
	}
.cover-image,
.object-fit-cover {
	object-fit: cover;
	height: 100%;
	width: 100%;
	}
	
.overflow-visible {
	overflow: visible;
	}
.overflow-hidden {
	overflow: hidden;
	}
	
.text-right {
	text-align: right;
	}
.text-left {
	text-align: left;
	}

hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 1.5em 0 1em;
	}
	
.show_hide {
	display: inline-block;
	margin-bottom: 1em;
	}

p.dropcap:first-child:first-letter {
	font-family: var(--display-font);
	float: left;
	font-size: 3rem;
	line-height: 1;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 2px;
	}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold;
	z-index: 99;
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}

.quickedit {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	opacity: 0.5;
	}

.align_left {
	text-align: left;
	}
.align_right {
	text-align: right;
	}
.align_center {
	text-align: center;
	}

img.align_left {
	float: left;
	margin: 0 1em 1em 0;
	}
img.align_right {
	float: right;
	margin: 0 0 1em 1em;
	}

img.align_center {
	text-align: center;
	display: block;
	margin: 2em auto;
	}

.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}

.image {
	border: 0;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	}

.image img {
	display: block;
	border-radius: 4px;
	}

.image.left, 
.image.right {
	width: 40%;
	max-width: 10rem;
	}

.image.left img, 
.image.right img {
	width: 100%;
	}

.image.left {
	float: left;
	margin: 0 1.5rem 1rem 0;
	top: 0.25rem;
	}
.image.right {
	float: right;
	margin: 0 0 1rem 1.5rem;
	top: 0.25rem;
	}

.image.fit {
	display: block;
	margin: 0 0 2rem 0;
	width: 100%;
	}

.image.fit img {
	width: 100%;
	}

.image.main {
	display: block;
	margin: 0 0 3rem 0;
	width: 100%;
	}

.image.main img {
	width: 100%;
	}
	
.bg-grey {
	background: var(--grey4);
	}
	
@media screen and (min-width: 600px) {
	.row-reverse {
		flex-direction: row-reverse;
		}
}

/* ----- [ COMPONENTS ] -----------------*/

/* ----- [ Third-party plugins ] -----------------*/
#termly-code-snippet-support p,
#termly-code-snippet-support li,
#termly-code-snippet-support td {
	font-size: 1em;
	line-height: 1.3;
	}
#termly-code-snippet-support img {
	display: inline;
	}

/* ---- [ Specifics ] ---------- */
@media screen and (max-width: 780px) {
	.home .section-image2 {
		margin-bottom: 2em !important;
		}
}

/* ---- [ Home Services ] ---------- */
.home-services {
	padding: var(--section-pad-small) 0;
	padding-bottom: var(--section-pad-med);
	}
.home-services > .flex-row {
	align-items: flex-start;
	column-gap: 1.5em;
	overflow: visible;
	}
.home-services-text {
	flex: 1;
	}
.home-services-grid {
	flex: 2;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1.5em;
	margin-bottom: 2em;
	}
.services-card {
	background: var(--accent);
	box-shadow: 0 2px 20px rgba(0,0,0,0.15);
	}
.services-card a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border: none;
	}
.services-card a div {
	overflow: hidden;
	}
.services-card img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
	}
.services-card a:hover img {
	transform:scale(105%);
	}
.services-card-title {
	padding: 0.5em 1em;
	color: var(--white);
	background: var(--accent);
	}
.services-card-title h4 {
	color: var(--white);
	}

/* Scroller */
figure {
	margin: 0;
	}

/* ----- [ Gallery Page ] ----------- */
.filter-button-group {
	text-align: center;
	margin: 0 auto 30px;
	}
.filter-button-group li  {
	display:  inline-block;
	margin: 0 15px 10px;
	}

.portfolio-caption,
.portfolio-overlay {
    z-index: 1;
    width: 100%;
    position: absolute;
	}

.row-portfolio {
    margin-left: -11px;
    margin-right: -11px;
	}
.portfolio-item {
    float: left;
    width: 100%;
    padding: 10px;
	}
.portfolio-item .portfolio-img-wrap {
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-top: 100%;
	}
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
	}
.portfolio-wrapper .portfolio-img-wrap {
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-caption {
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
    vertical-align: bottom;
    padding: 20px 30px;
    opacity: 0;
    bottom: 0;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.portfolio-subtitle,
.portfolio-title {
    letter-spacing: .6px;
    color: #fff;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform-style: preserve-3d!important;
	}
.comment-reply,
.post-tags a,
.tagcloud>a {
    letter-spacing: 1px;
    text-transform: uppercase;
	}
.portfolio-title {
    font-size: 15px;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-title {
    font-size: 2rem;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-subtitle {
    font-size: 13px;
    display: block;
    opacity: .5;
    -webkit-transition: all .6s cubic-bezier(.3,.1,.58,1);
    transition: all .6s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-overlay {
    background: rgba(192,29,48,0.8);
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
    transition: all .3s cubic-bezier(.3,.1,.58,1);
	}
.portfolio-link {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border: none;
	}
	
.gallery-icon {
	font-size: 2rem;
	}

.portfolio-link:hover {
	border: none;
	}
.portfolio-item: hover .portfolio-img-wrap {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	}
.portfolio-item:hover .portfolio-caption,
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
	}
.portfolio-item:hover .portfolio-caption .portfolio-subtitle,
.portfolio-item:hover .portfolio-caption .portfolio-title {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
	}
.row-portfolio .grid-sizer,
.row-portfolio .portfolio-item {
    width: 33.333333%;
	}
.row-portfolio .grid-sizer.tall .portfolio-img-wrap,
.row-portfolio .portfolio-item.tall .portfolio-img-wrap {
    padding-top: 200%;
    padding-top: calc(200% + 20px);
	}
.row-portfolio .grid-sizer.large,
.row-portfolio .portfolio-item.large {
    width: 66.666666%;
	}
	
.row-portfolio .grid-sizer.wide,
.row-portfolio .portfolio-item.wide {
	/*padding-top: calc(200% + 20px);*/
	width: 66.666666%;
	}
.row-portfolio .grid-sizer.wide .portfolio-img-wrap,
.row-portfolio .portfolio-item.wide .portfolio-img-wrap {
    padding-top: 200%;
    padding-top: calc(50% - 10px);
	}
	
@media (max-width: 991px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .grid-sizer.large,
    .row-portfolio .grid-sizer.wide,
    .row-portfolio .portfolio-item,
    .row-portfolio .portfolio-item.wide,
    .row-portfolio .portfolio-item.large {
        width: 50%
    	}
    .row-portfolio .grid-sizer.tall .portfolio-img-wrap,
    .row-portfolio .portfolio-item.tall .portfolio-img-wrap {
        padding-top: 200%;
        padding-top: calc(200% + 20px);
    	}
    .row-portfolio .grid-sizer.wide .portfolio-img-wrap,
	.row-portfolio .portfolio-item.wide .portfolio-img-wrap {
		aspect-ratio: 1 / 1;
		}
}
@media (max-width: 601px) {
    .row-portfolio .grid-sizer,
    .row-portfolio .grid-sizer.large,
    .row-portfolio .grid-sizer.wide,
	.row-portfolio .portfolio-item.wide,
	.row-portfolio .portfolio-item,
    .row-portfolio .portfolio-item.large {
        width: 100%;
    	}
}

.portrait {
	margin: 0 auto;
	max-height: 100%;
	}
.landscape {
	margin: 0 auto;
	max-width: 100%;
	}
	
/* Modal Version */
.gallery-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	outline: 0;
	}
.gallery-modal h3,
.gallery-modal p,
.gallery-modal a {
	color: #fff;
	}
.gallery-modal h3 {
	font-weight: 300;
	margin-bottom: 0;
	}
.caption-more,
.caption-less {
	opacity: 0.8;
	margin: 10px 0 0;
	}
.caption-more:hover {
	opacity: 1;
	}
	
.modal-caption {
	padding: 0;
	}
.caption-body {
	}
.caption-body.is-open {
	height: auto;
	margin-top: 20px;
	visibility: visible;
	display: block !important;
	}
	
.caption-body p {
	font-weight: 300;
	}
	
.gallery-slider {
	height: 100%;
	}
.slide-holder {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	}

.gallery-modal-bottom {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	color:#fff;
	padding: 10px 0;
	background:rgba(0,0,0,0.8);
	z-index: 10;
	}

.modal-close {
	position: absolute;
	top: -10px;
	right: 5px;
	font-size: 50px;
	line-height: 1;
	margin: 0 0 0 auto;
	}
.modal-close .close,
.modal-close .close:hover {
	text-decoration: none;
	}

@media only screen and (min-width: 780px) {
	.gallery-modal-bottom {
		position: absolute;
		top: auto;
		bottom: 0;
		padding: 15px 30px;
		}
		
	.modal-close {
		position: absolute;
		bottom: 10px;
		top: auto;
		right: 20px;
		font-size: 50px;
		line-height: 1;
		margin: 0 0 0 auto;
		}

	.caption-more,
	.caption-less {
		opacity: 0.8;
		margin: 0 0 0 2em;
		}
	.modal-caption {
		padding: 0 10em 0 3em;
		}
	.caption-body {
		column-count: 2;
		column-gap: 40px;
		orphans: 4;
  		column-fill: auto;
		}
	.caption-body.is-open {
		min-height: 140px;
		}
}
	
/* ----- [ Text/Images section ] -------------- */	
.text-image-section {
	padding-top: 0;
	padding-bottom: 0;
	margin: 5vw 0;
	margin: 60px 0;
	margin: 0;
	}
.text-image-section .inner {
	padding: 0;
	}
.text-image-section .col {
	position: relative;
	}
	
.flex-img-col {
	/*flex: 1 0 auto;*/
	flex: 1;
	}
.flex-text-col {
	/*flex: 0 0 50%;*/
	/*padding-inline: 30px !important;*/
	}
.bg-tint {
	background: var(--bg-tint);
	}

/* Section Spacers/Margin */
.spacer-none { margin-bottom: 0; }
.spacer-small { margin-bottom: 3em; }
.spacer-medium { margin-bottom: 5em; }
.spacer-large { margin-bottom: 7em; }

/* ----- [ Hero Sections ] ----- */
.hero-section {
	position: relative;
	padding: 1.5em 0;  
	}
.hero-overlay {				
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 60%);
	}
.hero-section .inner {
	min-height: 200px;
	}
.hero-section h2,
.hero-section h3 {
	font-size: 2.8rem;
	line-height: 1.2;
	margin-bottom: 0;
	}
.hero-section h3 {
	font-size: 2.5rem;
	}
.hero-section p {
	font-size: 2rem;
	line-height: 1.35;
	margin: 0.5em 0;
	}
	
@media screen and (min-width: 600px) {
	.hero-section .inner {
		}
}


/* ----- [ Print ] ----- */
@media print {
    header, footer, aside, form {
        display: none;
    	}
	section {
		width:100%!important;
		padding:0!important;
		margin:0!important;
		width: 800px!important;
		}
	img {
		max-width: 500px !important;
		max-height: 300px !important;
		}
	h1 {
		font-size: 24pt;
		margin: 0 !important;
		padding: 0 !important;
		}
	.hero {
		min-height: 100px!important;
		height: auto;
		}
	.image {
		display: none;
		}
}
@page {
	margin: 2cm;
}
@page:first {
    margin: 0cm;
}
@page:last {
    margin: 5cm;
}
@page:left {
    margin: 2cm 1.5cm 2cm 2cm;
}
@page:right {
    margin: 2cm 2cm 2cm 1.5cm;
}
@media print {
  a:after {
    content: "("attr(href)")";
  }
}
