/*
Theme Name: Lawrence Living
Theme URI: https://lawrenceliving.com.au
Description: A customised theme for Lawrence Living Constructions
Author: Penweb
Author URI: https://penweb.com.au
Version: 1.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

/*Fonts*/

@font-face {
    font-family: 'Archive';
    src: url('_/fonts/archive-webfont.eot');
    src: url('_/fonts/archive-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/archive-webfont.woff') format('woff'),
         url('_/fonts/archive-webfont.ttf') format('truetype'),
         url('_/fonts/archive-webfont.svg#archiveregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Norwester';
    src: url('_/fonts/norwester.eot');
    src: url('_/fonts/norwester.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/norwester.woff') format('woff'),
         url('_/fonts/norwester.ttf') format('truetype'),
         url('_/fonts/norwester.svg#archiveregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {font: 16px 'Open Sans', Freesans, sans-serif;}

body, select, input, textarea {color: #333;}

a {color: #333;text-decoration: none;font-weight: bold;transition: ease color 0.3s;}
a:hover {color: #888;/* position: relative; */}

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

a:link {}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/*-------------------------------------------------------------------------------*/

/* Start sticky footer */

html, body {
	/*display: flex;*/
	min-height: 100vh;
	flex-direction: column;
	overflow-x: hidden;
	z-index: -999;
}

.wrapper {
	flex: 1;
	z-index: -999;
	background: #fff;
}

/* End Sticky Footer */

/*Fonts*/

h1 {
	font-family: 'Archive';
}

h2 {
	font-family: 'Archive';
}

h2 a {
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

a {
	color: #333;
}

header {
	background: #333;
	/* z-index: -999; */
	overflow: visible;
}

.header-wrap {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
}

header h1 {
	flex: 0 0 75%;
	text-align: center;
}

header i.fa {
	color: #fff;
	padding: 0.7em;
	font-size: 1.5em;
}

header a {
	color: #fbfbfb;
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

header img {
	/* max-width: 300px; */
	padding: 1em;
	width: 100%;
}

header nav {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 998;
	width: 100%;
	background: #333;
	text-align: right;
}

header nav.active {
	display: inline-block;
}

aside.overlay-menu {
	display: none;
}

header nav ul li a, aside.overlay-menu nav ul li a {
	padding: 1em;
	display: inline-block;
	text-align: right;
	/*width: 100%;*/
	color: #fff;
}

ul.sub-menu {
	display: none;
}

.menu-item-has-children:before {
	content: '\f067';
	font-family: 'FontAwesome';
	display: inline;
	color: #fff;
	/* margin-right: 0.5em; */
}

header .menu-item-has-children:before {
	/* margin-right: 0.5em; */
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	right: auto;
	left: 0;
}

.menu-item-has-children.active:before {
	content: '\f068';
}

ul.sub-menu > * {
	margin-right: 1em;
}

footer .menu-item-has-children:before {
	display: none;
}

header .menu-toggle {
	font-size: 1em;
	z-index: 200;
	/* position: absolute; */
	cursor: pointer;
	transition: ease 0.3s all;
	flex: 0 0 25%;
	text-align: right;
	padding: 1em;
}

header .menu-toggle svg {
	width: 50px;
	height: 50px;
	transition: ease all 0.3s;
}

header .menu-toggle:hover {
	/* transform: scale(2.5); */
}

a.phone.mobile {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-self: center;
	padding: 0 0 1em;
}

a.phone.mobile i {
	padding: 0 0.5em;
}

footer a.phone.mobile {
	text-align: right;
	display: inline-block;
	margin-bottom: 1em;
	flex: none;
	padding: 0;
}

.menu-toggle rect {
	fill: #fff;
}

/*Front page slider*/

.front-page-slider {
	text-align: center;
	position: relative;
}

.front-page-slider .slides li:not(:first-of-type), .front-page-slider .titles li:not(:first-of-type) {
	display: none;
}
.front-page-slider .slides.slick-initialized li:not(:first-of-type), .front-page-slider .titles.slick-initialized li:not(:first-of-type) {
	display: block;
}

.front-page-slider img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	max-height: 75vh;
}

.slides li {
	height: 100vw;
}

.slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 30%;
	background-position: 10% 10%;
	background-repeat: no-repeat;
	opacity: 0.05;
	z-index: 999;
	pointer-events: none;
}

.home .slider-overlay {
	background-position: 10% 50%;
	/* position: fixed; */
}

.front-page-slider h2, .front-page-slider h1 {
	font-family: 'Archive';
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	color: #fff;
	z-index: 500;
	text-align: center;
	width: 100%;
	padding: 0 1em;
	font-size: 60px;
	text-shadow: 2px 2px 2px #333;
}

.slide-nav {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	z-index: 500;
	text-align: left;
	display: flex;
	opacity: 0.99;
	align-items: baseline;
	visibility: hidden;
}

.slide-nav:after {
	display: inline-block;
	/* width: 100%; */
	content: '';
	height: 2px;
	background: #fff;
	flex: 8;
	margin-right: 2em;
}

.slide-nav .slick-arrow {
	display: flex;
	font-size: 2em;
	margin: 0.5em 0.3em;
	/* flex: 0; */
	cursor: pointer;
}

ul.titles {
	position: absolute;
	bottom: 0;
	z-index: 999;
	color: #fff;
	opacity: 0.99;
	width: 100%;
	text-align: right;
	flex: 2;
	padding-right: 2em;
	margin-bottom: 2em;
}

ul.titles h6 {
	padding-right: 2em;
}

.content-buffer {
	display: none;
}

.container {
	padding: 0 2em;
	max-width: 1180px;
	margin: 0 auto;
}

.feature .container {
	padding: 2em;
	background-repeat: no-repeat;
	background-position: 10% center;
	/* background-size: 20%; */
}

.single-project .container {
	padding-bottom: 2em;
}

.breadcrumbs .container {
	padding-bottom: 0;
}

.feature.Right .container {
	background-position: 95% center;
}

.feature .container.cta {
	font-weight: bold;
}

.feature .cta, .gform_wrapper input[type=submit] {
	position: relative;
	padding: 1em 0;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	/* font-family: 'Montserrat'; */
	margin-bottom: 1em;
}

.feature .cta:after {
	display: block;
	content: '';
	background: #fef01b;
	 width: 100%; 
	position: absolute;
	 height: 3px; 
	 margin: 1em 0;
	z-index: 999;
	opacity: 0.99;
	color: black;
}

.feature .container.cta a:after {
	/* content: ''; */
	background: #fef01b;
	height: 2px;
	width: 30px;
	display: block;
	margin: 1em 0 0;
	position: absolute;
	z-index: 999;
	bottom: -1em;
	left: 0;
}

.feature h2, .contact h2 {
	font-size: 2em;
	position: relative;
	color: #333;
	width: auto;
	display: block;
}

.feature .feature-title-wrap, .contact .feature-title-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.feature .feature-title-underline, .contact .feature-title-underline {
	content: '';
	background: #333;
	height: 2px;
	width: 180px;
	display: inline-block;
	margin: 1em 0;
	padding: 0 15px;
	opacity: 0.35;
	/* position: absolute; */
}

.feature .feature-title-underline.right {
	display: none;
}

.feature .feature-description p:nth-child(2) {
	font-weight: bold;
}

.feature-images .image-wrap {
	width: 100%;
	position: relative;
	pointer-events: initial;
}

.feature-images .image-wrap:after {
	padding-top: 75%;
	display: block;
	content: '';
}

.feature-images img {
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-ms-transform: translateZ(0); /* IE 9 */
	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
	transform: translateZ(0);
}

.feature-images .slick-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	font-size: 3em;
	z-index: 999;
	margin: 0 15px;
}

.feature-images .slick-arrow.next-arrow {
	right: 0;
	left: auto;
}

/*Title Blocks*/

.title-blocks ul li {
	margin-bottom: 2em;
}

.title-blocks ul li .block-wrap {
	position: relative;
}

.title-blocks ul li a {
	width: 100%;
	padding-bottom: 100%;
	display: block;
}

.title-blocks ul li .block-wrap img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.title-blocks ul li .block-wrap span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	z-index: 999;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Archive';
	font-size: 1.2em;
	left: 0;
}

.title-blocks ul li .block-wrap .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}

/*Image over text*/

.feature.image-over-text img {
	margin: 1em 0;
}

.projects-wrap > section:last-child {
	/* margin-bottom: 2em; */
}

.single-project section:nth-child(odd) {
	background: #f7f7f7;
}

.single-project section.feature:first-child{
	background: #fff;
}

.feature.project-details .project-features {
	background: #fff;
	margin: 0 auto;
}

.single-project section:nth-child(even).project-details .project-features {
	background: #f7f7f7;
}

.feature.project-details .feature-description {
	margin-bottom: 2em;
	width: 100%;
	max-width: none;
}

.feature.project-details .project-features ul {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 2em;
}

.feature.project-details .project-features ul li {
	padding: 2em;
	margin-bottom: 2em;
}

.feature.project-details .project-features ul li:last-child {
	margin-bottom: 0;
}

.feature.project-details .project-features ul li:after {
	content: '';
	background: #ddd;
	width: 85%;
	height: 1px;
	display: inline-block;
	margin: 2em 0 0;
}

.feature.project-details .project-features ul li:last-child:after {
	display: none;
}

.feature.project-details .project-features ul li span {
	display: block;
}

.feature.project-details .project-features ul li span.number {
	font-family: 'Archive';
	font-size: 3em;
	margin-bottom: 0.25em;
}

.feature.project-details .project-features ul li span.detail {
	font-size: 1.75em;
}

.feature.gallery .gallery-slider-wrap {
	position: relative;
}

.feature.gallery ul li {
	width: 100%;
}

.feature.gallery img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
}

.single-project .front-page-slider .slide-nav {
	visibility: hidden;
}

/*Contact Section*/

section.contact {
	background-size: cover;
	background-position: center center;
	position: relative;
	padding: 2em 0;
	z-index: 0;
}

section.contact .contact-overlay {
	background: #fff;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: -500;
}

section.contact .contact-details-box {
	padding: 2em;
	display: none;
	background: #fff;
	width: 100%;
	/* box-shadow: 0 0 10px #3c3c3c; */
}

section.contact .contact-details-box.mobile {
	display: inline-block;
}

section.contact .gform_wrapper {
	padding: 2em;
	background: #fff;
}

section.contact .social-links {
	font-size: 2em;
}

section.contact h3 {
	font-family: 'Archive';
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

.contact .gfield {
	margin-bottom: 1em;
}

.contact input, .contact textarea {
	width: 100%;
	border: none;
	border-bottom: 2px solid #adadad;
	padding: 1em;
	margin: 0;
	display: block;
}

.contact input[type=text]::placeholder, .contact textarea::placeholder {
	font-family: 'Archive';
	color: #adadad;
}

.contact input[type=text]::placeholder-shown, .contact textarea::placeholder-shown  {
	font-family: initial;
	color: #333;
}

.gform_wrapper input[type=submit] {
	background: transparent;
	border-bottom: 2px solid #fef01b;
	transition: ease all 0.3s;
	width: auto;
	color: #333;
	align-self: right;
	display: block;
	margin: 0 0 0 auto;
	font-family: 'Open Sans', Freesans, sans-serif;
}

.gform_wrapper input[type=submit]:hover {
	padding-bottom: 2em;
}

.gform_footer {
	text-align: right;
	display: flex;
	width: auto;
}

.gform_wrapper .validation_error, .gform_wrapper .validation_message {
	font-size: 0.85em;
	padding: 1em;
	display: inline-block;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	background: #ffefef;
	color: #333;
	margin-bottom: 1em;
	width: 100%;
}

.gform_wrapper .validation_message {
	border-top: none;
}

.contact label {
	display: none;
}

.contact-details-box p {
	margin-bottom: 1em;
	line-height: 1.8em;
	font-size: 0.8em;
}

.contact-details-box a {
	font-weight: normal;
}

.fa-heart {
	color: #ff8383;
}

footer {
	font-family: 'Montserrat';
	background: #333;
	color: #fff;
	text-align: center;
	padding: 2em;
}

footer a {
	color: #fff;
}

footer .design-by {
	color: #a0a0a0;
	font-weight: bold;
	margin-bottom: 1em;
}

footer .copyright {
	margin-bottom: 1em;
}

footer .design-by a {
	letter-spacing: -2px;
}

footer a:hover {
	color: #929292;
}

footer nav ul li a {
	text-transform: uppercase;
	margin: 2em 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75em;
}

footer .footer-social-links {
	font-size: 2.2em;
	margin-bottom: 0.7em;
}

footer .footer-social-links a {
	margin: 0.2em;
}

footer .copyright p, footer .additional-links a {
	font-family: 'Open Sans';
	font-size: 0.85em;
	font-weight: 700;
}

.bottom-footer {
	display: flex;
	flex-direction: column-reverse;
}

.instagram-items-wrap {
	display: flex;
	flex-direction: column;
}

.insta-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
	margin: 0;
	padding: 0;
	flex: 1 0 auto;
}

.insta-img a {
	display: block;
	overflow: hidden;
}

.insta-img img {
	width: 100%;
	margin: 0;
	height: auto;
	display: block;
}

.insta-img span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 1em;
	pointer-events: none;
}

.insta-img i.fa-comment-o {
	margin-right: 0.5em;
}

.instafeed-title-wrap h2 {
	font-family: 'Montserrat';
	font-weight: bold;
	letter-spacing: -1px;
}

.follow-button {
	background: #3897f0;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 4px;
	display: inline-block;
	width: unset;
	margin: 1em 0 2em;
}

a.follow-button:hover {
	color: #fff;
	text-shadow: 0px 0px 0px #2e71b1;
}

/* -- Projects --*/

section.page-header {
	/* position: relative; */
	background: #333;
	color: #fff;
	padding: 1em 0;
	z-index: -999;
}

.feature.project ul.bullet-points li {
	margin-bottom: 0.5em;
}

section.breadcrumbs {
	border-top: 1px solid #ddd;
	padding: 1em 0;
}

#breadcrumbs {
	font-family: 'Montserrat';
	text-transform: uppercase;
	font-size: 0.75em;
	margin: 0;
}

.related-wrap a {
	display: block;
	padding-bottom: 40%;
	min-height: 100%;
	margin-bottom: 2em;
	box-shadow: 0 0 15px #0000005c;
}

.related {
	position: relative;
}

.related:last-child {
	margin-bottom: 0;
}

.related h2 {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	position: absolute;
	color: #fff;
	width: 100%;
	padding: 0 2em;
	z-index: 999;
}

.related .overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.related img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	flex: 0 0 auto;
	display: block;
	height: 100%;
}

.post-type-archive-project section.project {
	background: #fff;
}

.post-type-archive-project section.project:nth-child(even) {
	background: #f8f8f8;
}

/* ipad-ish size */
@media only screen and (min-width: 768px) {

	.header-wrap {
		max-width: 1200px;
		margin: 0 auto;
		align-items: center;
		z-index: 0;
		padding: 0 1em;
	}
	header i.fa {
		display: none;
	}
	a.phone.mobile {
		/*padding: 0 0.5em;*/
		padding: 0;
	}
	header a.phone i {
		display: flex;
	}
	header h1 {
		flex: 0 0 20%;
	}
	header nav {
		flex: 8;
		position: relative;
		display: flex;
		justify-content: center;
	}

	header nav ul.sub-menu {
		position: absolute;
		background: rgba(51, 51, 51, 0.3);
		left: 50%;
		transform: translateX(-50%);
		top: 100%;
		z-index: 9999;
		text-align: center;
	}
	header nav ul.sub-menu > * {
		margin: 0;
		display: inline-block;
	}
	header nav ul.sub-menu a, header nav ul.sub-menu a:hover {
		/* width: 100%; */
		/* padding: 1em 0; */
		text-align: center;
	}

	header nav ul li {
		display: inline-block;
		position: relative;
	}

	header .menu-toggle {
		display: none;
		font-size: 2.5em;
		z-index: 200;
		position: fixed;
		/* width: 30px; */
		left: 100%;
		cursor: pointer;
		/* transform: scale(2); */
		transition: ease 0.3s all;
		padding: 0;
		top: 5%;
		background: #333;
		height: 50px;
		width: 50px;
		display: inline-block;
	}

	header nav ul li a, aside.overlay-menu nav ul li a {
		font-size: 0.85em;
		padding: 0.5em;
		position: relative;
	}

	aside.overlay-menu .menu-item-has-children, aside.overlay-menu .sub-menu {
		margin-left: -0.8em;
	}

	.feature.project img {
		width: 100%;
		max-height: 455px;
		object-fit: cover;
	}

	.feature-title-wrap {
		display: inline-block;
	}

	.feature.Right {
		text-align: right;
	}

	.feature .feature-title-underline, .contact .feature-title-underline {
		display: inline-block;
		margin: 1em 15px 0.5em 0;
		width: 26%;
		max-width: 178px;
	}

	.feature.plain-text .feature-title-underline {
		max-width: none;
	}

	.feature.plain-text .feature-description {
		width: 100%;
		margin-left: 0;
		margin-top: 0.5em;
	}

	.feature.plain-text.Right .feature-description {
		margin-right: 0;
	}

	.feature h2, .contact h2 {
		display: block;
		vertical-align: top;
	}

	.feature .feature-description {
		display: inline-block;
		width: 49%;
		vertical-align: text-top;
		z-index: 999;
		opacity: 0.99;
	}

	.feature.Left .feature-title-underline.right {
		display: none;
	}

	.feature.Right .feature-title-underline.right {
		display: inline-block;
		margin: 1em 0 0.5em 15px;
	}

	.feature.Right .feature-title-underline.left {
		display: none;
	}

	.title-blocks ul {
		text-align: center;
		overflow: hidden;
	}

	.title-blocks ul li {
		display: inline-block;
		width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	

	.contact-boxes-wrap {
		display: flex;
	}

	section.contact .contact-details-box.mobile {
		flex: 0 0 30%;
		position: relative;
	}

	section.contact .contact-details-box.mobile:after {
		position: absolute;
		right: 0;
		width: 1px;
		background: #ddd;
		content: '';
		height: 50%;
		top: 50%;
		transform: translateY(-50%);
	}

	.insta-img img {
		max-height: 40vh;
		object-fit: cover;
		object-position: 50% 50%;
	}

	.related-wrap a {
		display: inline-block;
	}

	.related {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		z-index: 1;
	}

	.related-wrap .related:last-child {
		padding-bottom: 30%;
		margin-left: -5%;
		z-index: 0;
		display: inline-block;
		vertical-align: middle;
		margin-top: -5%;
		z-index: 1;
	}

	.related-wrap {
		max-height: 75vh;
		margin: 2em 0;
		text-align: center;
	}

}

/* Desktop-ish size */
@media only screen and (min-width: 1180px) {

	.header-wrap {
		position: static;
	}

	header h1 {
		flex: 0 0 30%;
	}

	header nav {
		flex: 0 0 50%;
	}

	header nav ul li {
		padding: 1em;
	}

	a.phone.mobile {
		flex: 0 0 20%
	}

	header nav ul li a, aside.overlay-menu nav ul li a {
		padding: 0;
	}

	header .menu-toggle {
		font-size: 2.5em;
		z-index: 200;
		position: fixed;
		/* width: 30px; */
		left: 100%;
		cursor: pointer;
		/* transform: scale(2); */
		transition: ease 0.3s all;
		padding: 0;
		top: 5%;
		background: #333;
		height: 50px;
		width: 50px;
		display: inline-block;
	}

	header .menu-toggle.slid-in {
		left: 95%;
	}

	.admin-bar header .menu-toggle.slid-in {
		top: 1em;
	}

	header .menu-toggle:hover {
		/* transform: scale(2); */
	}

	header .menu-toggle:hover svg {
		transform: scale(1.2);
	}



	.menu-toggle rect {
		fill: #fff;
	}

	aside.overlay-menu {
		position: fixed;
		right: -30vw;
		height: 100vh;
		top: 0;
		width: 30vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #333;
		z-index: 500;
		text-align: left;
		transition: ease 0.3s all;
	}

	aside.overlay-menu.active {
		right: 0;
		position: fixed;
		z-index: 9999;
		transition: ease all 0.3s;
	}

	aside.overlay-menu > * {
		z-index: 999;
	}

	aside .overlay-wrap {
		flex: 1;
		width: 100%;
		justify-content: center;
		flex-direction: column;
		display: flex;
		padding: 2em;
	}

	aside.overlay-menu header {
		width: 100%;
		border-bottom: 1px solid #868686;
		text-align: right;
		display: flex;
		background: transparent;
	}

	aside.overlay-menu .menu-close {
		margin: 0 0 0 auto;
		display: block;
		border-left: 1px solid #ddd;
		width: 8em;
	}

	aside.overlay-menu header svg {
		height: 118px;
		text-align: right;
		padding: 2em;
		margin: 0 0 0 auto;
		cursor: pointer;
		transition: ease all 0.3s;
	}

	aside.overlay-menu .menu-close:hover svg {
		transform: rotate(90deg);
	}

	aside.overlay-menu header line {
		stroke: white;
	}

	aside.overlay-menu nav ul li a {
		padding: 1em;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		width: auto;
		transition: ease padding-bottom 0.3s;
		font-family: 'Montserrat';
	}

	aside.overlay-menu nav ul li.current_page_item a, aside.overlay-menu nav ul li:hover a {
		padding-bottom: 2em;
	}

	aside.overlay-menu nav ul li.current_page_item > a:after, aside.overlay-menu nav ul li:hover > a:after, aside.overlay-menu nav ul > a:hover:after {
		content: '';
		background: #fef01b;
		width: 100%;
		height: 3px;
		display: block;
		margin: 1em 0 0;
	}

	header nav ul li a:hover:after {
		content: '';
		background: #fef01b;
		width: 100%;
		height: 0;
		/* display: block; */
		/* margin-top: 3px; */
		border-bottom: 3px solid #fef01b;
		clear: both;
		bottom: -1em;
		position: absolute;
		left: 0;
	}

	aside.overlay-menu footer {
		display: flex;
		width: 100%;
		flex-direction: column;
		padding: 2em;
		background: transparent;
		align-items: flex-start;
	}

	aside.overlay-menu a.phone {
		margin-bottom: 1em;
	}

	aside.overlay-menu a.phone i {
		margin-right: 0.5em;
	}

	aside.overlay-menu footer ul {
		display: flex;
	}

	aside.overlay-menu footer ul li {
		margin: 0 1em 0 0;
	}

	aside.overlay-menu ul li ul.sub-menu {
		margin-left: 2em;
	}
	/*
	aside.overlay-menu ul li.menu-item-has-children:hover > ul.sub-menu {
		visibility: visible;
		margin-left: 2em;
		max-height: 999px;
	}*/

	aside.overlay-menu footer ul li a {
		color: #ddd;
		transition: ease all 0.3s;
	}

	.overlay-social-links a {
		font-size: 2em;
		transition: ease 0.3s all;
	}

	.overlay-social-links a:hover {
		color: #fef01b;
		font-size: 2.1em;
	}

	.overlay-social-links a i:hover {
		font-size: 1.1em;
	}

	.overlay-menu .overlay-image {
		position: absolute;
		opacity: 0.1;
		height: 100%;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		filter: grayscale(0.8);
		/* -webkit-filter: grayscale(100%); */
		z-index: 500;
	}

	/*Slides*/
	.front-page-slider {
		display: flex;
		flex-direction: row;
		background: #333!important;
		justify-content: flex-start;
		align-items: stretch;
		flex: 1 0 auto;
	}
	.front-page-slider .slide-nav-wrap {
		flex: 3;
		position: relative;
		/* flex-direction: column; */
		width: 30%;
		display: flex;
		align-items: baseline;
	}
	.front-page-slider .slides {
		/* flex: 7 0 auto; */
		/* display: flex!important; */
		flex-direction: column;
		width: 60%;
		z-index: 111;
		opacity: 0.99;
		height: 75vh;
	}

	.slick-initialized .slick-slide {
		height: auto;
	}

	ul.titles {
		/* top: 0; */
		display: inline-block;
		/* left: 100%; */
		z-index: 9999;
		opacity: 0.99;
		font-weight: bold;
		right: 0;
		width: 89%;
		text-align: right;
	}
	ul.titles h6 {
		font-weight: bold;
		text-shadow: 2px 2px 2px #333;
		text-transform: uppercase;
		font-size: 1.1em;
		padding-right: 0;
		/* text-align: left; */
	}
	.front-page-slider .slide-nav .slick-arrow {
		font-size: 3em;
		margin: 0.25em 0.15em;
	}
	.front-page-slider .slide-nav {
		left: 60%;
		top: 50%;
		bottom: auto;
		right: auto;
	}
	.front-page-slider .slide-nav:after {
		width: 100%;
		flex: 1;
		top: 0;
		left: 100%;
		height: 1px;
	}
	.content-buffer {
		background: #fff;
		height: 15%;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: left;
		z-index: 1;
		display: inherit;
	}
	.front-page-slider .slick-slide img {
		width: 100%;
		height: 75vh;
		object-fit: cover;
	}

	.content-buffer .cta-wrap {
		width: 40%;
		text-align: center;
	}

	.content-buffer .cta-link {
		width: 35%;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
		color: #333;
		margin: 2em 0 0;
		position: relative;
		border-bottom: 2px solid #fef01b;
		padding-bottom: 0.75em;
	}
	
	.content-buffer .cta-link svg {
		max-width: 30px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 1em;
	}

	/*Two Image Feature*/

	.feature a:after {
		transition: ease all 0.3s;
	}

	.feature a:hover:after {
		margin-top: 2em;
	}

	.feature, section.contact {
		padding: 5em 0;
		/* overflow: hidden; */
		background: #fff;
		background-size: cover;
		background-position: 50% 50%;
	}

	.feature, section.more-projects {
		padding: 2em 0;
	}

	.feature-description {
		max-width: 33%;
		line-height: 1.75em;
		padding: 0 15px;
	}

	.feature-images {
		max-width: 1180px;
		margin: 0 auto;
		position: relative;
		margin-top: -4.4em;
		z-index: 1;
		overflow: hidden;
		opacity: 0.99;
		pointer-events: none;
	}

	.feature-images .image-wrap {
		width: 48.33%;
		height: auto;
		float: right;
		overflow: hidden;
	}

	.feature-images .image-wrap:nth-child(2) {
		margin-top: 13.89%;
		margin-right: -13.89%;
	}

	.feature.Right .feature-images .image-wrap {
		float: left;
	}

	.feature.Right .feature-images .image-wrap:nth-child(2) {
		margin-top: 13.89%;
		margin-left: -13.89%;
	}

	.feature-images .image-wrap {
		transition: ease all 0.5s;
		z-index: 0;
	}

	.feature-images .image-wrap:hover {
		z-index: 999;
		transform: scale(1.05);
	}

	.title-blocks ul li {
		max-width: 300px;
		float: left;
	}

	.title-blocks ul li {
		margin-top: 17%;
		margin-left: -15%;
		z-index: 0;
		transition: ease 0.5s all;
		cursor: pointer;
		position: relative;
	}

	.title-blocks {
		overflow: hidden;
		margin-top: -4em;
	}

	.title-blocks ul li:nth-child(odd) {
		margin-top: 2%;
		margin-left: -5%;
	}

	.feature.Left .title-blocks ul li:nth-child(odd) {
		margin-left: inherit;
		margin-right: -15%;
	}

	.title-blocks ul li:first-child {
		margin-left: 0;
	}

	.feature.Left .title-blocks ul li:first-child {
		margin-right: 0;
	}

	.feature.Left .title-blocks ul li {
		float: right;
		margin-left: 0;
		margin-right: -5%;
	}

	.feature .title-blocks ul li:hover {
		z-index: 2;
		transform: scale(1.05);
	}

	.title-blocks ul li .block-wrap {
		position: static;
	}

	.image-over-text-wrap {
		display: inline-block;
		width: 72%;
		vertical-align: top;
		text-align: center;
	}

	.image-over-text-wrap .feature-description {
		padding: 0;
		max-width: 100%;
		text-align: left;
		width: 70%;
		margin-left: 30%;
	}

	.image-over-text.Right .feature-description {
		margin-left: auto;
		margin-right: 30%;
	}

	.image-over-text-wrap .image-wrap {
		display: flex;
	}

	.feature.image-over-text img {
		object-fit: cover;
		width: 100%;
		max-height: 335px;
		object-position: center 60%;
		margin-bottom: 5em;
	}

	.feature.project a.cta {
		margin-top: 3em;
	}

	.feature.project-details .project-features ul {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.feature.project-details .project-features ul li {
		flex: 0 0 33%;
		display: flex;
		margin-bottom: 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.feature.project-details .project-features ul li:after {
		position: absolute;
		width: 1px;
		height: 75%;
		top: 50%;
		right: 0;
		margin: 0;
		transform: translateY(-50%);
	}

	.feature.project-details .project-features ul li:nth-child(3):after {
		display: none;
	}

	.feature.gallery img {
		height: 500px;
	}

	.gallery-slider-wrap {
		display: inline-block;
		width: 67%;
		vertical-align: top;
		margin: 15px;
	}

	.gallery .slide-nav {
		left: -25%;
		color: #333;
	}

	.gallery .slide-nav:before {
		display: inline-block;
		content: '';
		height: 2px;
		background: #333;
		flex: 6;
		position: absolute;
		bottom: 0;
		margin-bottom: 1.25em;
		width: 11%;
		right: 0;
		margin-right: 75%;
		text-align: right;
		margin-bottom: 2em;
	}

	.gallery .slide-nav:after {
		display: inline-block;
		content: '';
		height: 2px;
		background: #fff;
		flex: 6;
		position: absolute;
		bottom: 0;
		margin-bottom: 1.25em;
		width: 89%;
		right: 0;
		text-align: right;
		margin-bottom: 2em;
		z-index: -999;
		left: 14%;
	}

	.gallery .slick-arrow:after {
		margin-bottom: 1em;
	}

	.gallery ul.titles {
		margin-bottom: 2.5em;
	}

	.feature.project .container {
		padding: 4em 2em;
	}

	section.contact {
		padding: 8em 0;
	}

	section.contact .contact-details-box.mobile {
		visibility: hidden;
	}

	section.contact .contact-details-box.desktop {
		display: inline-block;
		visibility: visible;
		flex: none;
	}

	section.contact .contact-details-box.mobile:after {
		display: none;
	}

	.contact-boxes-wrap {
		display: block;
		/* width: 70%; */
		vertical-align: top;
		margin: 1em;
		padding: 3em 2em;
	}

	section.contact .contact-details-box {
		width: 30%;
		box-shadow: 0 0 10px #ddd;
		z-index: 999;
		display: inline-block;
		opacity: 0.99;
	}

	section.contact .gform_wrapper {
		width: 69%;
		display: inline-block;
		vertical-align: top;
		margin-left: -6em;
		z-index: 0;
		margin-top: -5em;
		box-shadow: 0 0 10px #ddd;
		padding: 3em 8em;
	}

	section.contact .gform_wrapper textarea {
		height: 123px;
	}

	input[type="text"], input[type="password"], input[type="email"], textarea {
		transition: ease all 0.3s;
		outline: none;
	}

	input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover {
	    box-shadow: 0 0 0 1px #fef01b;
	}

	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	    box-shadow: 0 0 0 2px #fef01b;
	    border-bottom-color: #fef01b; 
	}

	footer .top-footer, footer .bottom-footer {
		display: flex;
		flex-flow: wrap;
		align-items: center;
	}

	footer .top-footer > *, footer .bottom-footer > * {
		flex: 0 0 50%;
		margin-bottom: 0;
	}

	.phone-wrap {
		text-align: right;
	}

	.top-footer:after {
		width: 100%;
		content: '';
		height: 1px;
		background: #ddd;
		margin-bottom: 2em;
		margin-top: 2em;
		display: block;
	}

	.footer-menu {
		align-self: center;
		text-align: left;
	}

	.footer-social-links {
		align-self: center;
		text-align: right;
	}

	footer .footer-menu ul li {
		display: inline-block;
	}

	footer .footer-menu ul li a {
		padding: 1em;
	}

	footer .footer-menu ul li a:first-child {
		padding-left: 0;
	}

	.bottom-footer .design-by {
		text-align: left;
		font-size: 0.85em;
	}

	.bottom-footer .copyright {
		text-align: right;
		font-size: 0.85em;
	}

	.bottom-footer .copyright a {
		padding-left: 1em;
	}

	.bottom-footer .copyright a:before {
		padding-left: 1em;
		content: '';
		display: inline-block;
		width: 1px;
		height: 80%;
		background: #fff;
	}

	section.instagram {
		padding: 0;
	}

	/*.instafeed-title-wrap {
		display: inline-block;
		width: 70%;
		vertical-align: top;
		margin-top: 0.5em;
	}*/

	section.instagram .instagram-items-wrap {
		display: flex;
		position: relative;
		flex-direction: row;
	}

	.insta-img {
	flex: 1;
	}

	.insta-img span {
		position: absolute;
		/* display: none; */
		opacity: 0;
		bottom: 0;
		transition: ease all 0.5s;
		width: auto;
		transform: translateX(-50%);
		left: 50%;
	}

	.insta-img:hover span {
		opacity: 1;
		/* display: block; */
		bottom: 100%;
	}

	.insta-img {
		transition: ease all 0.3s;
		-webkit-backface-visibility: hidden;
		position: static;
	}

	.insta-img:hover img {
		opacity: 0.8;
	}

	/* -- Projects --*/

	.post-type-archive-project section.page-header {
		padding-bottom: 10em;
	}

	section.page-header h1 {
		/* font-family: 'Norwester'; */
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.post-type-archive-project .wrapper .projects-wrap {
		margin-top: -10em;
		z-index: 1;
		opacity: 0.99;
	}

	.post-type-archive-project .wrapper .projects-wrap section:first-child {
		background: transparent;
	}

	.feature.project .project-title-spacer {
		width: 9%;
		max-width: 178px;
		display: inline-block;
		margin: 1em 15px 0.5em 0;
	}

	.feature.project {
		padding: 0;
		/* margin-bottom: 2em; */
	}

	.feature.project h2 {
		display: inline-block;
		white-space: pre-line;
		padding: 0 15px;
		/* z-index: -999; */
		margin-top: -0.38em;
		font-size: 3em;
		max-width: 89%;
	}

	.feature-project .clear {
		clear: both;
	}

	.feature.project img {
		object-fit: cover;
		width: 100%;
		height: 50vh;
		max-height: 455px;
		object-position: center center;
		/* margin-bottom: -1em; */
		z-index: 999;
	}

	.feature.project .feature-description {
		width: 67%;
		max-width: 100%;
		overflow: visible;
	}

	.feature.project-details .feature-description {
		width: 70%;
	}

	.feature.project ul.bullet-points {
		display: flex;
	}

	.feature.project ul.bullet-points li {
		flex: 1 0 50%;
	}

	.related-wrap img {
		height: 300px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.related-wrap a {
		padding: 0;
		width: 30%;
	}

	.related-wrap .related:last-child {
		padding: 0;
		margin-top: -25px;
		/* margin-left: -2%; */
	}

	.related-wrap .related:last-child img {
		height: 250px;
	}

}

/* Stop Zoom on iOS selects, inputs and textareas */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select, textarea, input {
    font-size: 16px;
  }
}


/* Print styles!
---------------------------------------------------------------------