/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		16 March 2022
	@Notes:		A Brown
	
	Poppins
	roofing-red: var(--accent);
	mobile/desktop menu break: 1260px; 1112px; 1024px
	font-family: open-sans, sans-serif; font-weight: 400; font-style: normal;
	font-family: open-sans, sans-serif; font-weight: 600; font-style: normal;
	font-family: open-sans, sans-serif; font-weight: 400; font-style: italic;
	font-family: open-sans, sans-serif; font-weight: 700; font-style: normal;
	font-family: minion-pro-subhead, serif; font-weight: 700; font-style: normal;
*/
@import url("reset.css"); 
@import url("font-awesome.min.css");

:root {
	/* Colors: */
	--accent: #C99E67;
	--accent-light: #F2EBE1; 
	--accent-light2: #f9f5ef;
	--grey1: #706E6F;
	--grey2: #706E6F;
	--grey3: #c4c4c4;
	--grey4: #939393;
	--grey5: #242424;

	--black: #000000;
	--black2: #212121;
	--white: #FFFFFF;
    --inner: 1200px;
    --inner-narrow: 900px;
    --inner-wide: 1400px;
    --inner-max: 100%;
    --medium-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
	}

* {
	margin: 0;
	padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
	}

body {
	font-family: open-sans, sans-serif;
	font-size: 16px;
	line-height: 1.625;
	font-weight: 400; 
	font-style: normal;
	color: #686868;
	background-color: #fff;
	word-wrap: break-word;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	}

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

a {
	color: #316ccd;
	color: var(--accent);
	text-decoration: none;
	}

a:hover, a:focus {
	color: #686868;
	color: #a0ca46;
	color: var(--accent);
	text-decoration: none;
	}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}

strong, b {
	font-weight: 700;
	}

/* body links */
/*
.cms-text a {
	text-decoration: none;
	border-bottom: 1px solid #f0c5c6;
	box-shadow: inset 0 -2px 0 #f0c5c6;
	color: inherit;
	transition: background 0.1s cubic-bezier(.33,.66,.66,1);
	}

.cms-text a:hover {
	background: var(--accent);
	background: #f0c5c6;
	color: #000;
	}
*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: minion-pro-subhead, serif;
	font-weight: 700;
    font-style: normal;
	line-height: 1.1;
}

h1 { 
	color:  var(--black2);
	font-size: 2.3rem;
	line-height: 1.1em;
	margin: 0.6em 0;
	}

h2 { 
	color:  var(--black2);
	font-size: 2.5rem; 
	line-height: 1.25;
	line-height: 1;		/* mobile */
	font-weight: 500;
	margin: 0.6em 0;
	letter-spacing: -0.02em;
	}
	
h2:first-of-type {
	margin-top: 0;
	}
	
h3 { 
	color:  var(--black2);
	font-size: 1.9rem;
	line-height: 1.1em;
	font-weight: 500;
	margin: 0 0 0.4em;
	}

h4 { 
	font-family: open-sans, sans-serif;
	font-size: 1.5rem; 
	color:  var(--black2);
	font-weight: 700;
	margin: 0 0 0.4em;
	}

h5 {
	font-family: open-sans, sans-serif;
	font-size: 1rem; 
	color:  var(--black2);
	font-weight: 700;
	margin: 0 0 0.4em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
	}

h6 { font-size: 10px; }

h5 + h2,
h5 + h2:first-of-type {
	margin-top: 0.3em;
	}

p,
li {
	font-size: 1.125em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #4A4E53;
	margin: 0 0 1em;
	padding: 0;
	}
ul {
	margin: 1em 0;
	}
li {
	font-weight: 300;
	margin: 0;
	}

.hero-text h1,
.hero-text h2 {
	font-size: 3.5rem;
	max-width: 800px;
	line-height: 1em;
	color: #fff;
	font-weight: 500;
	margin: 0;
	}

.accent-color {
	color: var(--accent);
	}

@media only screen and (min-width: 600px) {
	h1 { 
		font-size: 2.8em;
		font-size: 84px;
		}

	.hero-text h1,
	.hero-text h2 {
		font-size: 80px;
		}

}


figure {
	margin: 0;
	}
img {
	vertical-align: middle;
	}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	}
.img-rounded {
	border-radius: 8px;
	}


@media screen and (min-width: 570px) {
	h1 {
		font-size: 3.5em;
		width: 100%;
		}
}


/* ----- [ Structure ] -----------------*/
.page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: var(--accent);
	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: 150px;
	-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;
	}
.page-overlay.is-open + .page-header {
	position: fixed;
	}
.page-overlay.is-open + .trannyfix {
	background: var(--accent);
	background: rgba(141, 36, 39, 1)!important;
	}

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

header,
section,
footer {
	width: 100%;
	}
section {
	margin: 20px 0;
	padding: 0;
	position: relative;
	}
.inner {
	max-width: 960px;
	margin: 20px auto;
	padding: 0 30px;
	position: relative;
	}
	
.inner-wide {
	max-width: 1500px;
	}
	
.inner-full {
	max-width: 100%;
	/*height: 250px;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

@media only screen and (min-width: 200px) {
	.flex-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
		max-width: 100%;
		height: 100%;
		padding: 0 20px;
		}
}
@media only screen and (min-width: 200px) {

}
@media only screen and (min-width: 974px) {
	.flex-inner {
		margin: 20px 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;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	}

.col {
	flex: 1;
	}


.row.no-padding,
.row.padding-0 {
	margin-left: 0;
	margin-right: 0;
	}
.row.padding-1 {
	margin-left: -1px;
	margin-right: -1px;
	}
.row.padding-5 {
	margin-left: -5px;
	margin-right: -5px;
	}
.row.padding-10 {
	margin-left: -10px;
	margin-right: -10px;
	}
.row.padding-15 {
	margin-left: -15px;
	margin-right: -15px;
	}
.row.padding-20 {
	margin-left: -20px;
	margin-right: -20px;
	}
.row.padding-30 {
	margin-left: -30px;
	margin-right: -30px;
	}

.no-padding > .col,
.padding-0 > .col {
	padding: 0;
	}
.padding-1 > .col {
	padding-left: 1px;
	padding-right: 1px;
	}
	
.padding-5 > .col {
	padding-left: 5px;
	padding-right: 5px;
	}
.padding-10 > .col {
	padding-left: 10px;
	padding-right: 10px;
	}
.padding-15 > .col {
	padding-left: 15px;
	padding-right: 15px;
	}
.padding-20 > .col {
	padding-left: 20px;
	padding-right: 20px;
	}
.padding-30 > .col {
	padding-left: 30px;
	padding-right: 30px;
	}

.row.text-center > .col {
	text-align: center;
	}

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

.width-marker { color: grey; }


@media only screen and (min-width: 100px) and (max-width: 599px) {  /* 400 */
	.base-row.row {
		flex-direction: row;
		}

	.base-row .m-1of2,
	.base-row .m-2of4,
	.base-row .m-50 {
		width: 50%;
		flex: none;
		}
	.base-row .m-1of3,
	.base-row .m-33 {
		width: 33.3333%;
		flex: none;
		}
}

@media only screen and (min-width: 600px) { 
	.row {
		flex-direction: row;
		}

	.m-auto {
		width: auto;
		}
	.m-full,
	.m-1of1,
	.m-2of2 {
		width: 100%;
		flex: auto;
		}
	.m-1of2,
	.m-50 {
		width: 50%;
		flex: none;
		}
	.m-1of3,
	.m-33 {
		width: 33.3333%;
		flex: none;
		}
	.m-2of3,
	.m-66 {
		width: 66.6667%;
		flex: none;
		}
	.m-1of4,
	.m-25 {
		width: 25%;
		flex: none;
		}
	.m-3of4,
	.m-75 {
		width: 75%;
		flex: none;
		}
	.m-1of5,
	.m-20 {
		width: 20%;
		flex: none;
		}
		
	.m-hidden { display: none; }
	.width-marker { color: red; }
}

@media only screen and (min-width: 770px) { /* 768? */
	.t-auto {
		width: auto;
		}
	.t-full,
	.t-2of2,
	.t-3of3,
	.t-4of4,
	.t-5of5 {
		width: 100%;
		flex: none;
		}
	.t-1of2,
	.t-2of4,
	.t-3of6,
	.t-50 {
		width: 50%;
		flex: none;
		}
	.t-1of3,
	.t-2of6,
	.t-33 {
		width: 33.3333%;
		flex: none;
		}
	.t-2of3,
	.t-4of6,
	.t-66 {
		width: 66.6667%;
		flex: none;
		}
	.t-1of4,
	.t-25 {
		width: 25%;
		flex: none;
		}
	.t-3of4,
	.t-75 {
		width: 75%;
		flex: none;
		}
	.t-1of5,
	.t-3of6,
	.t-20 {
		width: 20%;
		flex: none;
		}
	.t-2of5,
	.t-40 {
		width: 40%;
		flex: none;
		}
	.t-3of5,
	.t-60 {
		width: 60%;
		flex: none;
		}
	.t-4of5,
	.t-80 {
		width: 80%;
		flex: none;
		}
	.t-hidden { display: none; }
	.width-marker { color: green; }
}
@media only screen and (min-width: 1200px) { 
	.d-auto {
		width: auto;
		}
	.d-full,
	.d-1of1,
	.d-2of2,
	.d-3of3,
	.d-4of4,
	.d-5of5,
	.d-6of6 {
		width: 100%;
		flex: none;
		}
	.d-1of2,
	.d-2of4,
	.d-3of6,
	.d-50 {
		width: 50%;
		flex: none;
		}
	.d-1of3,
	.d-2of6,
	.d-33 {
		width: 33.3333%;
		flex: none;
		}
	.d-2of3,
	.d-4of6,
	.d-66 {
		width: 66.6667%;
		flex: none;
		}
	.d-1of4,
	.d-25 {
		width: 25%;
		flex: none;
		}
	.d-3of4,
	.d-75 {
		width: 75%;
		flex: none;
		}
	.d-1of5,
	.d-20 {
		width: 20%;
		flex: none;
		}
	.d-2of5,
	.d-40 {
		width: 40%;
		flex: none;
		}
	.d-3of5,
	.d-60 {
		width: 60%;
		flex: none;
		}
	.d-4of5,
	.d-80 {
		width: 80%;
		flex: none;
		}
	.d-1of6,
	.d-16 {
		width: 16.6666%;
		flex: none;
		}
		
	.d-5of6,
	.d-8 {
		width: 8.3333%;
		flex: none;
		}
		
	.d-hidden { display: none; }
	.width-marker { color: blue; }
}



.dark {
	color: #fff !important;
	background: #0e2835;
	}
.dark h2,
.dark h3,
.dark p,
.dark li,
.dark a {
	color: #fff;
	}


/* ----- [ Page Header / Masthead ] -----------------*/
.page-header {
	/* fixed or not */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	-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;
	}
	
/* Odd Safari bug
  see https://stackoverflow.com/questions/56008366/ */
.trannyfix {
	background: transparent;
	background: rgba(255,255,255,0);
	}
.is-solid .trannyfix {
	background: #fff;
	background: rgba(255,255,255,1);
	}
	
.page-header .inner {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px;
	}

.logo-wrap {
	display: block;
	max-width: 180px;
	margin: 0;
	margin-right: auto;
	text-decoration: none;
	border: none;
	}
.head-logo,
.head-logo-rev {
	width: 100%;
	}

.head-logo,
.is-solid .head-logo-rev {
	display: none;
	}
	
.is-solid .head-logo {
	display: block;
	}

@media screen and (min-width: 570px) {
	.page-header .inner {
		max-width: 1800px;
		padding: 15px 30px;
		justify-content: space-between;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---- */
.menu-toggle {
	display: block;
	background: transparent;
	width: 44px;
	height: 44px;
	margin-top: 20px;
	position: relative;
	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);
	}
	
.is-solid .menu-toggle .menu-icon {
	background-color: #222;
	}
.is-solid .menu-toggle.is-clicked .menu-icon {
	background-color: rgba(255, 255, 255, 0);
	}
.is-solid .menu-toggle.is-clicked .menu-icon::before, 
.is-solid .menu-toggle.is-clicked .menu-icon::after {
	background-color: #222;
	}
	
@media only screen and (min-width: 1112px) {		
	.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);
		}
}


/* ----- [ Navigation / Search ] ------ */
.main-navigation {
	display: none;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
	
.main-navigation.is-open {
	max-height: 1000px;
	}

.main-menu {
	text-align: left;
	margin: 0;
	}
	
.main-menu li {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin: 0 0 0.5em;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
	vertical-align: middle;
	}

.li-level-1 a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-weight: 700;
	position: relative;
	z-index: 5;
	}
	
.li-level-1 > a:before {
	content: "";
	position: absolute;
	height: 60px;
	width: 60px;
	top: -20px;
	left: calc(50% - 30px);
	border-radius: 50%;
	background: var(--accent);
	z-index: -1;
	opacity: 0;
	/*-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);*/
	-webkit-transform: scale(0.05);
	-moz-transform: scale(0.05);
	-o-transform: scale(0.05);
	-ms-transform: scale(0.05);
	transform: scale(0.05);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.li-level-1 > a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	vertical-align: middle;
	}
	
.li-level-1 > a:hover,
.li-level-1 > a.on {
	color: #fff;
	text-decoration: none;
	/*border-bottom: 2px solid #fff;*/
	}

.is-solid .li-level-1 a {
	color: #222;
	}
.is-solid .li-level-1 > a:hover,
.is-solid .li-level-1 > a.on {
	color: #000;
	text-decoration: none;
	/*border-bottom: 2px solid var(--accent);*/
	}

.nav-services {
	margin: 0.5em 0 1.5em 1em;
	}
.main-menu .level-2 {
	text-transform: none;
	}

.main-menu .head-phone {
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	}
.main-menu .head-phone a {
	font-size: 0.9em;
	}
.is-solid .main-menu .head-phone {
	color: #000;
	}


.main-menu .head-phone.mobile {
	display: none;
	}
	
.mobile-menu {
	padding-bottom: 50px;
	}

@media only screen and (min-width: 1248px) {
	.main-menu .head-phone.mobile {
		display: inline;
		}
}

@media only screen and (min-width: 1380px) {
	.main-menu .head-phone {
		font-size: 1.2em;
		}
}

@media only screen and (min-width: 1112px) {
	.main-navigation {
		display: block;
		position: relative;
		width: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		overflow: visible;
		}
	.main-menu {
		text-align: right;
		margin: 0;
		}
	.main-menu li {
		position: relative;
		display: inline-block;
		margin: 0 0 0 2em;
		font-size: 17px;
		}
		
	.li-level-1 > a {
		padding: 0;
		background-color: transparent;
		line-height: 1.2;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;	
		}
		
	.main-menu li:hover .dropnav {
		top: 160%;
		visibility: visible;
		opacity: 1;
		}

	.dropnav {		
		display: block;
		position: absolute;
		width: auto;
		top: 210%;
		/* left: -50%; */
		text-align: left;
		background: #fff;
		z-index: 9999;
		visibility: hidden;
		opacity: 0;
		padding: 15px;
		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;
		}
		
	.dropnav ul,
	.nav-services {
		margin: 0;
		}
		
	.dropnav li {
		display: block;
		text-align: left;
		margin: 0;
		padding: 8px 15px;
		}
	.main-menu .level-2 {
		text-transform: none;
		}

	.dropnav li > a {
		color: #222;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.03em;
		text-transform: none;
		background-color: transparent;
		border-bottom: 2px solid transparent;
		}
		
	.dropnav li > a:hover,
	.dropnav li > a.on {
		color: #000;
		text-decoration: none;
		border-bottom: 2px solid var(--accent);
		}		
		
	.submenu-toggle {
		position: relative;
		top: 0;
		z-index: 2;
		display: inline-block;
		width: 12px;
		height: 12px;
		line-height: 1;
		font-size: 1em;
		color: #fff;
		font-weight: 700;
		}
	.is-solid .submenu-toggle {
		color: #222;
		}
	.submenu-toggle:before {
		content: '\f107';
		font-family: 'FontAwesome', sans-serif;
		}
}



/* ----- [ Hero Images ] -----------------*/
.hero {
	height: 570px;
	margin-top: 0;
	border-top: none;
	overflow: hidden;
	background-size: cover;
	}
.home-hero {
	min-height: 600px;
	height: 720px;
	height: 85vh;
	}
.hero-overlay {				
	/* z-index: 1; */
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0.3);
	}
.hero-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center; 
	align-items: center;
	height: 100%;
	padding: 0;
	position: relative;
	}
	
.home-hero .hero-inner {
	max-width: 1150px;
	/*align-items: flex-start;*/
	}

.hero-text {
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-top: 5%;
	}

.home-page .hero-text {
	text-align: left;
	max-width: 100%;
	}
	
.hero-text img {
	max-width: 100%;
	}
	
.hero-text h1:after {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	/*border-bottom: 8px solid var(--accent);*/
	text-align: center;
	margin: 20px auto;
	background: var(--accent);
	/*box-shadow: -56px 0 #fff, 56px 0 #fff;*/
	/*
	-webkit-animation: myAnimation 3s step-end;
	-moz-animation: myAnimation 3s step-end;
	animation: myAnimation 3s step-end;
	*/
	}
/*
@keyframes myAnimation {
	25% {
		background-color: #fff;
		box-shadow: -56px 0 var(--accent), 56px 0 #fff;
	}
	50% {
		background-color: var(--accent);
		box-shadow: -56px 0 #fff, 56px 0 #fff;
	}
	75% {
		background-color: #fff;
		box-shadow: -56px 0 #fff, 56px 0 var(--accent);
	}
	100% {
		background-color: #fff;
		box-shadow: -56px 0 #fff, 56px 0 #fff;
	}
}
*/
	
	
.hero-text p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0;
	}

.scroll-down {
	color: #fff;
	position: relative;
	margin: 0 0 20px;
	text-align: center;
	}

.hero-bricks {
	position: absolute;
	bottom: -25px;
	left: 15%;
	width: 1000px;
	height: 400px;
	opacity: 0.4;
	fill: #f6c94a;
	fill: #fff;
	}

@media only screen and (min-width: 760px) {
	.hero-bricks {
		left: 15%;
		width: 2000px;
		height: 400px;
	}
}

@media only screen and (min-width: 1080px) {
	.hero-bricks {
		left: 15%;
		width: 3000px;
		height: 400px;
	}
}

/* ----- [ Home: Services ] -----------------*/	
.service-row {
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
	}

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


.service-row:nth-of-type(even) {
	flex-direction: row-reverse;
	}
.service-row:nth-of-type(even) .service-col {
	text-align: right;
	}
.service-image {
	display: block;
	width: 100%;
	}

.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: 50px 5vw;
	}
.service-button {
	display: inline-block;
	}

.service-logo {
	width: 140px;
	margin: 0 auto;
	}

@media screen and (min-width: 768px) {
	.service-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 80px;
		margin-bottom: 80px;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		}
	.service-col {
		width: 60%;
		}
	.service-summary {
		width: 40%;
		}
}
@media screen and (min-width: 1024px) {
	.service-col {
		width: 66.666%;
		}
	.service-summary {
		width: 33.333%;
		}
}
	
/* ----- [ Home: Services NEW ] -----------------*/	
/*
.services-section {
	padding: 40px 0;
	}

.service-col {
	position: relative;
	}
.service-summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 25% 60px 10%;
	min-height: 420px;
	}
.service-summary h3,
.service-summary p {
	color: #fff;
	position: relative;
	}
.service-summary h3 {
	padding-bottom: 20px;
	}
.service-summary p {
	font-size: 1.05em;
	}
.service-summary h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 52px;
	border-bottom: 2px solid #a0ca46;
	}
*/
/* ----- [ Home: Intro ] -----------------*/
.home-headline {
	margin: 100px 0;
	}

.intro-text-section {
	padding: 5px 0 15px;
	}

.intro-text p {
	font-size: 1.2em;
	line-height: 1.8em;
	}

@media screen and (min-width: 570px) {
	.intro-text-section {
		padding: 40px 0 60px;
		}

}


/* ----- [ Home: News Headlines ] -----------------*/
.photo-section {
	padding: 80px 0;
	overflow: hidden;
	}

.photo-wrapper {
	/*max-width: 1140px;*/
	display: grid;
	grid-template-columns: repeat(1, 1fr);	
	gap: 10px;
	margin: 0 auto 60px;
	}
.photo-wrapper > div {
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	}
.photo-wrapper > div::before {
	content: "";
	padding-top: 100%;
	display: block;
	}

	
.photo-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	}
	
.photo-content img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	}
	
@media only screen and (min-width: 600px) {
	.photo-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);	
		gap: 15px;
		}
		
	.photo-wrapper > div.article-4::before	{
		padding-top: calc((100% / 2) - 5px)	
		}
}

@media only screen and (min-width: 740px) {
	.photo-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
		}

	.article-1 {
		grid-column: 1/3;
		grid-row: 1/5;
		}
	.article-2 {
		grid-column: 3/4;
		grid-row: 1/3;
		}
	.article-3 {
		grid-column: 4/4;
		grid-row: 1/3;
		}
	.article-4 {
		grid-column: 3/5;
		grid-row: 3/5;
		}
	.article-4 a {
		margin-top: -25%;
		}
}

.photo-section .big-right {
	margin-right: 5%;
	}

.photo-grid a {
	display: inline-block;
	position: relative;
	border: none;
	margin-bottom: 20px;
	}
.photo-grid-text {
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 15px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	}
	



/* ----- [ Home: Video Section ] -----------------*/
.video-section {
	padding: 30px 0 50px;
	}
	
.video-logo {
	width: 300px;
	margin: 0 auto 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #87949a;
	}
.video-logo img {
	max-width: 185px;
	margin-left: -10px;
	}

.video-text p {
	font-size: 2.2em;
	line-height: 1.8em;
	font-weight: 300;
	margin-bottom: 2em;
	}

.TextformatterVideoEmbed {
	margin-bottom: 80px;
	padding-top: 40px;
	border-bottom: 1px solid #87949a;
	}


/* ----- [ Home: Case Studies Section ] -----------------*/	
.case-studies-section {
	padding: 60px 0;
	}

.case-study-link {
	position: relative;
	display: block;
	overflow: hidden;
	}
.case-study-link img {
	width: 100%;
	}
.case-study-title {
	position: absolute;
	bottom: 60px;
	color: #fff;
	background: var(--accent);
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
	opacity: 0;
	left: -40px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	}
.case-study-link:hover .case-study-title {
	opacity: 1;
	left: 0;
	}
	
/* ----- [ Include: Client Logos ] -----------------*/
.logos-section {
	padding: 40px 0;
	}
.client-logo {
	display: inline-block;
	height: 60px;
	margin: 0 0 20px;
	}
.client-logo img {
	height: 100%;
	}

@media screen and (min-width: 570px) {
	.client-logo {
		margin: 0 20px;
		}
}



/* ----- [ About Us ] -----------------*/
.about-us-section {
	padding-top: 100px;
	padding-bottom: 100px;
	}

.about-row {
	margin-top: 20px;
	}

.about-image {
	text-align: right;
	}


/* ----- [ CMS Content ] -----------------*/
/* Case Studies: 2 or 3 placed image. New CMS-styles for paragraphs with images */
.cms-text p > img {
	max-width: 100%;
	display: block;
	}
	
.cms-text a:not(".button") {
	/*font-weight: 600;*/
    color: #4A4E53;
	}

.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;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}

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;
	}


/* 600px equivalent breakpoint */
@media only screen and (min-width: 37.5em) { 
	/* 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;
	}
}

/* ----- [ Contact Page ] --------------- */
/* ----- [ Include: Map/Contact Form ] -----------------*/
.contact-section {
	padding: 50px 0;
	}

.contact-row > .col {
	width: 100%;
	}

.contact-meta {
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 0 20px;
	}
/*
.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;
	}
*/
.map-contact-section {
	padding: 0;
	margin-bottom: 50px;
	}

.map-col {
	padding: 0 !important;
	position: relative;
	border-left: 8px solid var(--accent);
	}
.map-canvas {
	height: 450px;
	width: 100%;
	/*margin: 0 -10px 0 -10px;*/
	}

.map-address {
	position: absolute;
	bottom: 55%;
	left: 50%;
	width: auto;
	padding: 20px;
	background: rgba(255,255,255,0.9);
	z-index: 555;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	}
.map-address p {
	line-height: 1.2em;
	}
.map-address p:last-of-type {
	margin-bottom: 0;
	}

@media only screen and (min-width: 900px) {
	.contact-section {
		padding: 100px 0;
		}
	
	.contact-row > .col {
		width: 50%;
		}

	.contact-meta {
		max-width: 750px;
		margin: 0 0 0 auto;
		padding: 0 30px;
		}

	.map-col {
		padding-right: 0;
		position: relative;
		min-height: 500px;
		border-left: 8px solid var(--accent);
		}
	.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%);
		}
}


.contact-form-section {
	padding: 50px 0;
	background: #f6f6f6;
	}
 
 /* ----- [ Contact Page ]----------------------- */
.form-wrapper {
	color: #fff;
	margin: 0 -15px;
	padding: 20px;
	background: rgba(0,0,0,0.3);
	}
.form-wrapper h3 {
	color: #fff;
	}
.form-wrapper a {
	color: #fff;
	text-decoration: underline;
	}

@media only screen and (min-width: 900px) {
	.form-wrapper {
		margin: 0;
		padding: 30px 40px;
		}
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
input[type=submit],
input.button {
    -webkit-appearance: none;
	}

input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 4px 7px;
    margin: 0 0 10px;
	color: #333;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    }

input:focus, 
textarea:focus {
	outline: 0;
	box-shadow: 0 0 0 1px var(--accent-1);
	border-color: var(--accent-1);
	}

/* ----- [ SCF Contact Page ] --------------- */
.InputfieldForm {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	}
.form__item {
	margin-bottom: 5px;
	flex: 1 0 100%;
	padding: 0 5px;
	position: relative;
	}
	
.form__item input,
.form__item textarea {
	border: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	padding: 6px 10px;
	border-radius: 0;
	}

/*
.form__item--label:not(.form__item--c_terms_consent label) {
	display: inline-block;
	font-size: 0.9em;
	margin: 0 0 4px;
	position: absolute;
	top: 12px;
	left: 15px;
	font-size: 1em;
	color: #999;
	}
.form__item--label.display-label:not(.form__item--c_terms_consent label) {
	font-size: 0.85em;
	color: #333;
	top: -11px;
	left: 13px;
	padding: 0 6px;
	background: #fff;
	}
*/
.form__item--c_terms_consent label {
	font-size: 0.8em;
	}

.field__header--hidden,
.form__item--scf-website {
	display: none !important;
	}

.form__item--c_contact_consent,
.form__item--c_terms_consent {
	line-height: 1.1em;
	margin-bottom: 0.5em;
	}
	
.form__item--submit {
	text-align: left;
	}

/* checkbox */
input[type=checkbox].FieldtypeCheckbox {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
	outline: none;
    background: #f2f2f2;
    background: #fff;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    -webkit-transition: 0.15s;
    cursor: pointer;
	}

input[type=checkbox].FieldtypeCheckbox:hover {
	}

input[type=checkbox].FieldtypeCheckbox:before, 
input[type=checkbox].FieldtypeCheckbox:checked:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 5px;
    height: 12px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    opacity: 0;
	}
input[type=checkbox].FieldtypeCheckbox:checked:before {
    opacity: 1;
	}
	
.ui-button-text {
	padding: 0 !important;
	}
	

	
/* errors */
.field--error--message {
	float: right;
	color: #f36617;
	font-weight: 300;
	font-size: 0.8em;
	margin: 0;
	display: none;
	}
	
.field--error > label:after {
	content: " *";
	color: var(--accent-1);
	font-size: 1em;
	}

.form__item--c_terms_consent .field--error--message {
	float: none;
	}
	
.form--error--message,
.form--success--message {
	text-align: center !important;
	font-weight: 400;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	margin: 5px auto 20px;
	width: calc(100% - 10px);
	}

.form--success--message {
	/*font-size: 1.1em;
	color: #222;
	background: var(--tan-2);
	border: none;
	padding: 20px;
	text-align: left !important;*/
	}


button,
.button {
	width: 100%;
	font-size: 1em;
	font-weight: 600;
	padding: 10px 15px;
	color: #fff;
	white-space: nowrap;
	background: var(--accent);
	border: none;
	cursor: pointer;
	}

.button:after {
	content: '→';
	margin-left: 5px;
	margin-right: 0;
	}

.button:hover:after {
	margin-left: 8px;
	margin-right: -3px;
	}

.button:hover {
	color: #fff;
	background: var(--accent);
	opacity: 0.9;
	}
	
.button-full {
	display: block;
	width: 100%;
	}
	
.button-reverse,
.cta-banner .button {
	color: #222;
	background: #fff;
	}
	
.cta-banner p {
	margin-bottom: 0;
	}

@media only screen and (min-width: 37.5em) { 
	button,
	.button {
		width: auto;
		}
}	

/* ----- [ Testimonials ] --------------- */
.section-testimonials {
	margin: 0;
	padding: 50px 0 60px;
	background: var(--accent-light2);
	}
	
.service-page .section-testimonials {
	background: none;
	}

.quote-icon {
	width: 32px;
	margin: 0 auto 20px;
	}
.testimonial p {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 1em;
	}

.testimonial-name {
	font-size: 1.1em;
	font-style: italic;
	}
.testimonial-title {
	font-size: 1em;
	/*display: block;*/
	font-style: italic;
	}
	
.section-testimonials .fa {
	font-size: 3em;
	color: var(--accent);
	margin: -10px auto 30px;
	}

.col .testimonial-image {
	max-width: 95%;
	margin: 0;
	}

	
@media only screen and (min-width: 600px) { 
	blockquote {
		margin: 0;
		}
	.col .testimonial-image {
		max-width: 350px;
		margin: 0 auto;
		padding: 0 10px;
		}
}


/* ----- [ Service Pages ] --------------- */
@media only screen and (min-width: 800px) {
	.services-text {
		padding-right: 5% !important;
		}
}

.sidebar-image {
	margin: 0 0 20px;
	}
	
.slick-gallery img {
	margin: 0;
	padding: 0 10px 0 0;
	max-height: 300px;
	}
.slick-track {
	/*margin-left: 10px;*/
	}
	
.slick-gallery .gallery-link:before {
	right: 10px;
	}

.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	}
.slick-dots li button:before {
	font-size: 12px;
	color: var(--accent);
	}
	
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    left: auto;
    right: 50px;
    top: -40px;
    display: block;
    width: 40px;
    height: 40px;    
    padding: 0 0 0 4px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: 2px solid #222;
}
.slick-prev {
	right: 100px;
	padding: 0 4px 0 0;
	}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 36px;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	

/* ----- [ Gallery Page ] --------------- */
/* ----- [ Gallery Page & Sections / Isotope ] -----------------*/
.gallery-section {
	padding: 30px 0 40px;
	}

.gallery-link {
	display: block;
	position: relative;
    }
.gallery-link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    z-index: 1;
	}

.gallery-link:hover {
	opacity: 0.8;
	opacity: 1;
	border-bottom: none;
	}
	
.gallery-link:hover:before {
	opacity: 0.5;
	}

.gallery-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 999;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out;
	}
.gallery-link:hover .gallery-icon {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
	}


.filter-button-group {
	text-align: center;
	margin: 2em 0 3em;
	}
.filter-button-group li {
	display: inline-block;
	margin: 0 1em;
	}
.filter-link {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	}

.filter-link:hover,
.is-checked {
	color: #000;
	text-decoration: underline;
	}

.grid-sizer,
.grid-item { 
	/*width: calc(33.333% - 20px);*/
	width: 100%;
	margin: 0 0 20px;
	}

.gutter-sizer {
	width: 2%;
	width: 0;
	width: 20px;
	}

.grid-item img {
	width: auto;
	width: 100%;
	vertical-align: middle;
	}
	
@media screen and (min-width: 570px) {
	.grid-sizer,
	.grid-item,
	.grid-item--width2 { 
		width: calc(33.333% - 20px);
		/*width: 32%;
		width: 33.333%*/
		margin: 0 0 20px;
		}
	.grid-item.width2 {
		width: 66.666%;
		width: calc(66.666% - 20px);
		}
}


/* ----- [ Section: Gallery (Featherlight) ] --------  */
.featherlight-next,
.featherlight-previous {		
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 0;
	left: 80%;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*background: rgba(0, 0, 0, 0);*/
	background: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.featherlight-previous {
	right: 80%;
	left: 25px;
	}
.featherlight-next span,
.featherlight-previous span {
	display: block;
	position: absolute;
	top: 50%;
	left: 8%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-image: url('../images/arrow-left.png');
	background-size: 100%;
	text-indent: -9999px;
	opacity: 0.8;
	}
.featherlight-next span {
	left: auto;
	right: 8%;
	background-image: url('../images/arrow-right.png');
	background-size: 100%;
	}
.featherlight-next:hover,
.featherlight-previous:hover {
	background: none;
	opacity: 0.8;
	}
.featherlight-next span:hover,
.featherlight-previous span:hover {
	opacity: 1;
	}



.service-gallery-section {
	background: var(--accent-light);
	padding: 50px 0;
	}
.view-larger {
	position: absolute;
	bottom: 20px;
	left: -100%;
	background: #fff;
	padding: 20px;
	}


/* ----- [ 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 {
	clear: both;
	text-align: left;
	background: var(--accent);
	margin: 0;
	padding: 30px 0 0;
	}
.page-footer .inner {
	max-width: 1500px;
	}

.page-footer p,
.page-footer li {
	color: var(--black);
	font-weight: 400;
	font-size: 0.95em;
	margin: 0;
	}
.page-footer h5 {
	margin: 0.8em 0 1em;
	}
	
.footer-links {
	margin: 0 0 1em;
	}

.page-footer a {
	color: var(--black);
	text-decoration: none;
	}
.page-footer a:hover {
	color: inherit;
	text-decoration: underline;
	}

.footer-logo {
	max-width: 100%;
	margin: 0 auto 50px;
	}
.foot-logo{
	margin-left: -5px;
	width: 100%;
	/* it's a visual thing */
	}
	
.footer-meta-row2 {
	justify-content: space-between;
	align-items: stretch;
	}

.footer-meta2 {
	margin: 0 auto;
	padding: 0 0 20px;
	flex-grow: 1;
	min-width: 270px;
	overflow-wrap: break-word;
	overflow-wrap: word-wrap;
	}
.site-copyright {
	font-size: 0.9em;
	margin: 2em 0 0;
	padding: 15px;
	clear: both;
	background: var(--black2);
	}
.site-copyright p {
	color: #fff;
	font-size: 0.9em;
	max-width: 1470px;
	margin: 0 auto;
	}
.site-copyright a {
	color: #fff;
	}

@media screen and (min-width: 800px) {
	.footer-meta2 {
		margin: 0 auto;
		padding: 0 0 20px;
		}
}
@media screen and (min-width: 900px) {
	.site-credit {
		display: inline-block;
		}
}
@media screen and (max-width: 900px) {
    /*Set tap-target sizes*/
    .about-menu > ul > li > a {
        line-height: 48px;
    }
    .services-menu > ul > li > a {
        line-height: 48px;
    }
}


/* ----- [ SVG Social Media Icons ] --------------- */
.social-icons-wrapper {
	margin: 5px auto 30px;
	}
.social-icons-wrapper .social-icon {
    color: var(--black);
    display: inline-block;
    height: 24px;
	width: 24px;
    margin: 0 10px 10px 0;
	}

.social-icons-wrapper .social-icon:last-of-type {
	margin-right: 0;
	}

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

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

.social-networks a:hover {
	opacity: 1;
	}

/* contact page */
.contact-meta .social-icons-wrapper .social-icon a,
.contact-meta .social-icons-wrapper .social-icon a:visited {
	opacity: 0.7;
	}
.contact-meta .social-icons-wrapper .social-icon a:hover,
.contact-meta .social-icons-wrapper .social-icon a:active {
	color: var(--black2);
	opacity: 1;
	}

.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: var(--accent);
    display: block;
    height: 30px;
    width: 30px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    }
.top-link a:hover {
	border: none;
	background: var(--accent);
	}
.top-link.show {
	opacity: 1;
	bottom: 20px;
	}
	
.top-link .fa {
	margin: 0 0 0 2px;
	line-height: 25px;
	}

/* ----- [ Instagram (footer) ] -------------- */
.instagram {
	display: none;
	}
.instafeed {
	margin-top: 0;
	max-width: 260px;
	}
.instafeed img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
.insta-caption {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	display: none;
	}

.instagram-block {
	display: none;
	}

.instafeed .col {
	display: block;
	padding: 0;
	padding-bottom: 33.333% !important;
	/*padding-bottom: calc(33.333% - 5px);*/
	height: 0;
	overflow: hidden;
	}
.insta-link {
	padding: 5px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}
.insta-col {
	position: relative;
	}
.insta-col img {
	object-fit: cover;
	}

@media only screen and (min-width: 760px) {  
	.instagram-block,
	.instagram {
		display: block;
		}
}

/* ----- [ Utility ] --------------- */
/*  utility classes */
.f-column { flex-direction: column; }
.f-top { align-items: flex-start; }
.f-middle { align-items: center; }
.f-bottom { align-items: flex-end; }
.f-left { justify-content: flex-start; }
.f-right { justify-content: flex-end; }
.f-center { justify-content: center; }
.f-stretch { justify-content: stretch; }
.f-rowreverse { flex-direction: row-reverse; }
.f-between { justify-content: space-between; }

/* global section centering */
.centered,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}

.text-left,
.text-left p,
.text-left li,
.text-left h2,
.text-left h3 {
	text-align: left;
	}
.text-right,
.text-right p,
.text-right li {
	text-align: right;
	}
.text-center {
	text-align: center;
	}


.uppercase {
	text-transform: uppercase !important;
	}
.lowercase {
	text-transform: none !important;
	}
	
.overflow-visible {
	overflow: visible !important;
	}
	
img.right {
	float: right;
	}
img.inline {
	display: inline !important;
	}

.align_left {
	float: left;
	margin: 0 1em 0.25em 0;
	}

.align_right {
	float: right;
	margin: 0 0 0.25em 1em;
	}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.hidden {
	display: none;
	}

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

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

/* 06/09/23 */

.topbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-right: 5vw;
    background-color: var(--accent);
    display: flex;
    justify-content: center;
}
.topbar > *:not(:last-child) {
    margin-right: 1.5rem;
}
.topbar a {
    color: white;
}
.topbar a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 600px) {
    .topbar {
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 1112px) {
    .topbar {
        display: none;
    }
}

.back-to-top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 12000;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: white;
}

.service-btns {
    /*visibility: hidden;*/

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: flex-end;
}
.service-btn {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-width: 190px;
    background-color: var(--accent);
    font-size: 1.3rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-btn:hover {
    min-height: 65px;
    background-color: #d6ad7a;
    color: white;
}
.service-btn:not(:last-of-type) {
    margin-right: 1.5rem;
}

@media only screen and (max-width: 715px) {
    /*Mobile styles here*/
    .home-hero .hero-inner {
        max-width: 1150px;
        align-items: center;
        justify-content: flex-start;
        padding-top: 110px;
    }
    .service-btn {
        margin-bottom: 1rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        min-width: 100%;
        background-color: var(--accent);
        font-size: 1.3rem;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .service-btns {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .service-btn:not(:last-of-type) {
        margin-right: 0;
    }
}

/* 08/09/23 -- Brute force cookie consent styling */

#mCCForm {
    background: var(--accent);
    z-index: 12001;
}
.mCCF--dark .mCCF__accept {
    background: white;
    color: #1d290a;
}
.mCCF--dark .mCCF__accept:hover {
    color: white;
    background: #1d290a;
}
.mCCF--dark .mCCF__link {
    color: white;
    text-decoration: underline;
}