/*!
Theme Name: Lively Dev Theme
Theme URI: http://underscores.me/
Author: Jason Lively
Author URI: http://livelyproductions.com
Description: Description
Version: 51.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lively-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Lively Dev Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color:#5c413d;
}

p {
	margin-bottom: 1.5em;
	color:#5c413d;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color:white;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color:#5c413d;
	text-decoration: underline;
}

header a,
footer a {
	text-decoration: none;
	color:#5c413d;
}

a:visited {
	color:#5c413d;
}

a:hover, a:focus, a:active {
	color:#5c413d;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 50px 0 0;
	padding-left: 0;
}

footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 4px 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 99999;
	background-color: white;
	margin: -25px 0px 0px;
	left: calc(100% + 20px);
	top: 0;
	border: rgba(0,0,0,0.3) 1px solid;
	padding: 5px;
	transition: all .3s .5s ease-in-out;
	visibility: hidden;
	opacity: 0;
	display: block;
}

.main-navigation ul ul a {
	width: max-content;
	max-width: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.menu-item-has-children:hover:after,
.menu-item-has-children:focus:after {
	transition: all .3s .1s ease-in-out;
	visibility: visible;
	opacity: 1;
}

.menu-item-has-children:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: calc(100% + 5px);
	top: 50%;
	bottom: 50%;
	border-top: rgba(0,0,0,.3) 1px solid;
	width: 15px;
	transition: all .3s .5s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.main-navigation .sub-menu li {
	font-size: 14px;
    letter-spacing: 1.1px;
    margin: 18px;
}

.main-navigation li {
	position: relative;
	font-size: 18px;
    letter-spacing: 2.1px;
    margin: 20px;
    text-transform: uppercase;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1841px) {

}

@media screen and (min-width: 1068px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
*/
.gallery {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}


/*** CUSTOM STYLES ***/
body .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
}
.next-slide.slick-arrow {
    margin-left: 110px;
    font-size: 40px;
}
.slider-content h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
	letter-spacing: 1.2px;
	color:white;
}
.slider-content {
    /* animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    align-self: flex-start; */
    margin-top: 0px;
    position: relative;
    transform: scale(.8);
    opacity: 0;
    transition: .3s;
    display:none;
}
.slider:hover .slider-content {
    transform: scale(.81);
    opacity: .8;
    transition: .3s;
}
.slider-content a {
    text-decoration: none;

}
.slider-content a.button {
    font-size: 13px;
    padding: 6px 9px;
}
@keyframes fadein {
  from {
	  opacity:0;
  }
  to {
	  opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
	  opacity:0;
  }
  to {
	  opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
	  opacity:0;
  }
  to {
	  opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
	  opacity:0;
  }
  to {
	  opacity: 1;
  }
}
.prev-slide.slick-arrow i {
    display: none;
}
.site-header {
    max-width: 300px;
    padding: 30px;
    z-index: 5;
    position: absolute;
    width: auto;
}
.site-branding {
    max-width: 175px;
}
.slider.fade.slick-slider,
.slider.fade.slick-slider a {
	color: white;
}
.slide.slick-slide {
    padding-left: 6%;
    height: 750px;
    background-size: cover;
	text-align: right;
	padding-right: 1%;
	background-position: center;
}
.image-mosaic .single-image:first-of-type {
    display: none;
}
.slider {
	
	height: 750px;
}
.home main#main {
    position: relative;
}
.slick-overlay {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    top: 0;
    left: 0;
    height: 750px;
    width: 250px;
    z-index: 3;
	display: none;
}/*
.hero-overlay {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 400px;
	background-size: cover;
	z-index:3;
}
.banner-overlay {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	width: 400px;
	background-size: cover;
	z-index:3;
}*/
.overl-contain {
    position: relative;
    margin-left: -352px;
	z-index:3;
}
.home-hero-copy {
    font-size: 20px;
    line-height: 45px;
    margin-right: 5%;
    margin-left: 33%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
}
.dark-text {
    max-height: 172px;
    overflow: hidden;
}
.light-text-1 {
	height: 502px;
    align-items: flex-end;
}
.light-text {
    display: flex;
}
.home-hero-copy h2 {
	margin:0;
}
.hero-headline {
	width:100%;
}
.light-text h2 {
	color:white;

}
.current-menu-item,
.current-cat,
.post-type-archive-project .menu-item-50,
.archive.category .menu-item-50,
.single-project .menu-item-50 {
	font-weight:bold;
	color: rgb(61, 44, 41);
}
div#content {
    margin-left: 250px;
    margin-right: 20%;
}
.single div#content {
    margin-right: 0px;
}
.home div#content {
	margin-right:0;
}
.site-footer {
    position: relative;
    z-index: 99999;
    background: white;
}
.nav-menu a {
    color: #5c413d;
}
a.button {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    background-color: #90b05b;
    padding: 11px 20px;
    font-size: 20px;
    letter-spacing: 1.2px;
    border-radius: 3px;
	transition: .3s;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
a.button:hover, a.button.open:hover {
    transition: .3s;
    box-shadow: 0 17px 14px -10px rgba(0,0,0,0.5);
	transform: scale(1.05);
}
.next-slide.slick-arrow {
	cursor: pointer;
	text-shadow: 0 0 10px rgba(0,0,0,0.7);
	opacity:.2;
	transition:.3s;
    display:none !important;
}
.slider:hover .next-slide.slick-arrow {
	opacity:.9;
	transition:.3s;
}
.slider p {
    font-size: 17px;
    margin-top: 10px;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
    color: white;
    margin-left: 100px;
}
.left-footer, .right-footer {
    width: 40%;
    margin: 5%;
	text-align: center;
}
.prefooter {
	display: flex;
	margin-left: 280px;
}
img.footer-logo {
    max-width: 240px;
    display: block;
    margin: 0 auto 30px;
}
a.footer-phone, a.footer-email {
    display: block;
    margin: 10px;
    font-weight: bold;
    font-size: 20px;
}
a.footer-phone span, a.footer-email span {
    background-color: #d1e2b6;
    font-size: 12px;
    padding: 1px 11px;
    margin-left: 10px;
    border-radius: 20px;
    border: rgba(0,0,0,0.2) thin solid;
    position: relative;
    top: -3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.prefooter p {
    font-size: 18px;
    padding: 20px 50px;
}
.right-footer h2 {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.2px;
    font-size: 28px;
}
.social-container a {
    background: #5c413d;
    margin: 10px;
    min-width: 62px;
    min-height: 62px;
    border-radius: 120px;
    color: white;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bottom-footer a {
    color: white;
}
.menu-footer-nav-container {
	display: inline-block;
}
.bottom-footer p {
    display: inline-block;
    margin: 0;
	text-align: right;
	color:white;
}
.bottom-footer {
    background: #5c413d;
    color: white;
    display: flex;
    padding: 20px;
}
.menu-footer-nav-container, .bottom-footer p {
    width: 50%;
}
a.button.solid {
    color: white;
}
a.button.open {
    background-color: transparent;
    border: #90b05b 2px solid;
    color: #90b05b;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.featured-three {
    display: flex;
    padding: 10px 0px 0px 0px;
}
.featured-single h2 {
    text-transform: uppercase;
    font-size: 16px;
	text-align: left;
	padding: 5px 20px;
}
.featured-single:first-of-type {
	margin-left:0;
}
.featured-single p {
    font-size: 13px;
    text-align: left;
    padding: 0 20px;
    margin: 0 0 20px 0;
}
.featured-projects {
    padding: 0px 50px 0px 0px;
    text-align: center;
	margin: 100px 0;
	position: relative;
    z-index: 4;
}
.image-box {
    height: 250px;
    background-size: cover;
    background-position: center center;
}
.featured-single {
    width: 30%;
    margin: 23px;
    border: rgba(0,0,0,.5) thin solid;
	text-decoration: none;
}
.featured-foot {
	font-size: 22px;
	margin: 0 16%;
}
.site-footer {
	margin-top:100px;
}
.site-info {
    border-top: rgba(0,0,0,.2) thin solid;
    margin-top: 0px;
}
.post-slide.slick-slide {
    min-height: 450px;
    background-size: cover;
}
.post-hero {
    min-height: 400px;
    background-size: cover;
    width: auto;
    z-index: 3;
	margin-right:3px;
}
.left-single-images {
    width: 50%;
	display:inline-block;
	margin-top: 50px;
}
.image-mosaic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.type-project h2 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.1px;
	margin-bottom:6px;
    line-height:31px;
}
a.single-image.fancybox.image img {
    min-height: 100%;
	width: 100%;
	display: block;
}
nav.navigation.post-navigation {
    margin: 40px;
}
nav.navigation.post-navigation a {
    text-decoration: none;
	color:#5c413d;
}
.type-project p {
    font-size: 18px;
	line-height: 40px;
	padding: 0;
}
.image-mosaic .single-image {
	max-width: 31.5%;
    margin-right: 7px;
    border: none;
	margin-bottom: 7px;
	width:100%;
}
.nav-previous a:before {
	content: '\27f5';
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: -1px;
}
.nav-next a:after {
	content: '\27f6';
	margin-left: 10px;
	font-size: 16px;
	position: relative;
	top: -1px;
}
.image-mosaic .single-image img {
    border: rgba(0,0,0,.1) 1px solid;
}


/*--------------------------------------------------------------
## HOME PAGES
--------------------------------------------------------------*/
.home .site-info {
    border-top: none;
    margin-top: 0px;
}
.home-content-right img {
    display: block;
	box-shadow: -8px 0px 26px -4px rgba(0,0,0,0.2);
}
.home-content-right {
    flex: 1 0 auto;
    margin: 0;
    padding: 0;
	width: 33%;
}
.entry-content.home-content {
    margin: 0;
    display: flex;
    border-top: rgba(0,0,0,.2) thin solid;
    border-bottom: rgba(0,0,0,.2) thin solid;
}
.home-content-left h2, .featured-projects > h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0;
    letter-spacing: 1.2px;
    text-align: left;
    border-bottom: rgba(0,0,0,.5) thin solid;
    padding-bottom: 5px;
}
.home article {
    margin: 0;
	background: white;
}
.home-content-left {
    padding: 130px;
    align-self: center;
	width: 70%;
}
.home-content-left p {
	font-size: 22px;
	line-height: 45px;
}
.home-content-left a.button.solid {
    margin-right: 30px;
}
/*--------------------------------------------------------------
## INTERNAL PAGES
--------------------------------------------------------------*/
.internal-page main#main article {
    padding: 30px 0px 0;
}
.single-project.internal-page main#main article {
    padding: 0 50px;
    width: 50%;
    float: right;
	margin:0;
}
.post-links {
    right: 40px;
    top: 48px;
    font-size: 23px;
    letter-spacing: 30px;
    text-align: right;
}
h1.entry-title, .archive header>h1 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.section-content {
    margin-bottom: 100px;
    line-height: 32px;
	z-index:4;
	position:relative;
}
.team-member {
    display: flex;
	margin-bottom: 20px;
}
.team h2 {
	margin-bottom:20px;
}
.team-member h3 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.team-member h3 span {
    font-weight: normal;
    font-size: .9em;
	color:#5c413d;
}
.team-member:last-of-type {
	margin-bottom:0px;
}
.team-member p {
    font-size: .9em;
    margin-top: 5px;
	opacity:.8;
}
.team-member-info {
    flex: 1 10 auto;
}
.team-member-photo {
    width: 200px;
    flex: 1 1 auto;
    margin-right: 40px;
	position: relative;
    top: 7px;
}
.team {
    margin-top: 60px;
    padding-top: 60px;
    border-top: rgba(0,0,0,0.2) thin solid;
}
.section-content:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.short-wysiwyg .acf-input iframe {
	height: 200px!important;
}
.section-content.full-width {
    background-size: cover;
    height: 500px;
    background-position: center;
    margin-right: -302px;
    margin-left: -395px;
	position:inherit;
}
.section-content.full-width * {
	display:none;
}
.section-image {
    float: right;
    max-width: 330px;
    margin: 0 0 25px 25px;
}
.section-image img {
    border: rgba(0,0,0,0.6) thin solid;
}
/**
.single ul.post-categories {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.single ul.post-categories li:first-of-type {
    margin-left: 0;
}
.single ul.post-categories li {
    display: inline-block;
    margin: 5px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.single ul.post-categories li a {
    text-decoration: none;
    padding: 5px 11px;
    border: rgba(0,0,0,.25) thin solid;
    border-radius: 7px;
	color:#5c413d;
}
*/

/*--------------------------------------------------------------
## ARCHIVE PAGES
--------------------------------------------------------------*/
.archive main#main {
    padding: 30px 0px 0;
}
.archive ul.category-filters,
.archive ul.post-categories,
.single ul.post-categories {
    list-style: none;
    text-align: left;
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}
.archive ul.category-filters li,
.archive ul.post-categories li,
.single ul.post-categories li {
	display: inline-block;
	margin:5px;
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:0.4px;
}
.all-cat {
	border:rgba(0,0,0,.4) thin solid;
	border-radius:14px;
	padding:1px 7px;
}
.all-cat a:after {
    content: 'x';
    border: rgba(0,0,0,.2) thin solid;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 10px;
    position: relative;
    right: -2px;
    top: -1px;
}
.archive ul.category-filters li a,
.archive ul.post-categories li a,
.single ul.post-categories li a {
	text-decoration: none;
	opacity:.6;
	transition:.3s;
}
.archive ul.category-filters li a:hover,
.archive ul.post-categories li a:hover,
.single ul.post-categories li a:hover {
	opacity:.9;
	transition:.3s;
}
.archive ul.category-filters li:first-of-type,
.single ul.post-categories li:first-of-type {
    margin-left:0;
}
.tile a {
    text-decoration: none;
	color:#5c413d;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}
.gallery-tiles {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:100px;
	align-items: center;
	justify-content: left;
    margin-left:-10px;
}
.tile {
    max-width: 30%;
    margin: 10px;
    border: rgba(0,0,0,0.1) thin solid;
    display: grid;
    transition: .3s;
}
.tile h2 {
    font-size: 13px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 10px;
    width: 100%;
    background-color: white;
    opacity: 0;
    transition: .3s;
	border-top: rgba(0,0,0,.1) thin solid;
}
.tile:hover {
    transform: scale(1.05);
    transition: .3s;
    z-index: 100000;
    box-shadow: 0px 17px 20px -10px rgba(0, 0, 0, 0.4);
}
.tile img {
	display: block;
}
.tile:hover h2 {
    opacity: .8;
    transition: .3s;
}
.post-links {
    display: none;
}
.slick-dots {
	display: block;
    text-align: center;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
  }
  .slick-dots li {
	margin: 0 0.25rem;
  }
  .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: #364457 2px solid;
	border-radius: 100%;
	background-color: #364457;
	text-indent: -9999px;
	cursor: pointer;
  }
  .slick-dots li.slick-active button {
	background-color: white;
	border: #364457 2px solid;
  }
  section.error-404.not-found {
    margin: 140px 0;
}
.single-post .entry-content {
    width: 60%;
}
.single-post figcaption,
.single-post .wp-caption-text {
    font-size: 11px !important;
    text-align: left !important;
    line-height: 15px !important;
    font-style: oblique !important;
    opacity: .6;
}

.single-post p {
    line-height: 32px;
    font-size: 17px;
}
a.blog-post {
    display: flex;
    margin-bottom: 10px;
    border: solid thin rgba(92,65,61,0);
    border-radius: 4px;
    padding: 20px;
	background-color: rgba(241,235,223,0);
	transition: .3s;
}
a.blog-post:hover {
    border: solid thin rgba(92,65,61,1);
    background-color: rgba(241,235,223,0.3);
}
.blog-posts img {
    max-width: 300px;
    margin-right: 30px;
}
.blog-post {
	text-decoration: none;
}
.blog-posts h2 {
    margin-top: 0;
}
.single-post h1.entry-title {
	text-transform: initial;
	letter-spacing: .5px;
	margin-right: 40px;
}
.single-post .post-thumbnail img,
.blog-posts img {
    border: white 4px solid;
}
.single-post .post-thumbnail img {
    min-width: 100%;
}
div#page {
    margin: 0 auto;
}
a.custom-logo-link {
    max-width: 300px;
}

.page-id-53 .section-content p {
    overflow-wrap: break-word;
}

.page-id-1450 .site-footer,
.page-id-1450 .site-header {
	display: none;
}

.page-id-1450 div#content,
.page-id-1450 .page-content,
.page-id-1450 .entry-content,
.page-id-1450 article,
.page-id-1450.internal-page main#main article,
.page-id-1450 .section-content p {
    margin: 0px;
	padding: 0px;
}

.page-id-1450 div#page {
    max-width: 100%;
}

.page-id-1450 iframe {
	width: 100vw;
	height: 100vh;
}

a.return-to-listings {
    font-size: 16px;
    opacity: .6;
    margin: 0;
    border: rgba(0,0,0,0.6) thin solid;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 4px;
}

.single-job-listing .entry-header h1 {
    text-transform: uppercase;
    font-size: 26px;
    margin: 107px 0 10px;
}

h3.entry-title {
    font-size: 32px;
	margin: 20px 0 0;
}

.single-job-listing .listing-description {
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: bold;
}

.single-job-listing div#content {
    margin-right: 20%;
}

.page-id-53 .page-header h1 {
    margin: 23px 0 0;
}

.page-id-53 .section-content {
	margin-bottom: 50px;
}

.job-listing h2 {
    font-size: 24px;
	margin-bottom: 10px;
}

.job-listing a {
	text-decoration: none;
}

.job-listing {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: rgba(0,0,0,.2) thin solid;
}

.job-listing:first-of-type {
    margin-top: 30px;
    padding-top: 30px;
    border-top: rgba(0,0,0,.2) thin solid;
}

.careers-open ul {
	margin-left: 0;
}

.job-listing h2:after {
    content: 'Active';
    text-transform: uppercase;
    color: #20ce20;
    font-size: 12px;
    margin-left: 15px;
    border: #20ce20 thin solid;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    top: -4px;
}

.listing-description span {
    margin-left: 15px;
}

.section-content ul,
.section-content ol {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.page-id-1834 .subtitle h4,
.parent-pageid-1834 .subtitle h4 {
	font-size: 20px;
	margin: 20px 0 0px;
	font-style: italic;
}

.page-id-1834 .subtitle, 
.parent-pageid-1834 .subtitle {
  padding: 40px;
  background-color: rgba(0,0,0,.1);
  margin: 30px 0px;
  border-radius: 6px;
}

.what-we-do-nav, 
.what-we-do-nav a, 
.what-we-do-nav ul, 
.what-we-do-nav li,
.what-we-do-nav span {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 13px;
}

.what-we-do-nav {
    background-color: #eee;
    border-radius: 4px;
    padding: 0px 20px;
    display: block;
}

.what-we-do-nav li {
    margin-right: 20px;
}

.what-we-do-nav .current-wwd {
    font-weight: bold;
}

.what-we-do-nav li:last-of-type {
    margin-right: 0px;
}

.what-we-do-nav p {
    display: inline;
}

.parent-pageid-1834 #content-block-1 {
    margin: 0px 0px 40px;
}

/* Add new "Story Layout" option to Single Projects */
.single-project.internal-page main#main article.story-layout {
    float: none;
    width: 100%;
    padding: 0px;
    padding-right: 250px;
    display: block;
}
.single-project.internal-page main#main article.story-layout .entry-content {
    margin: 0;
}
.hero-image.hi-boxed {
    max-width: 80%;
    margin: 0px auto 20px;
    border: 1px #553230 solid;
    padding: 10px;
}
.hero-image.hi-boxed img {
    border: 1px #95B85C solid;
    display: block;
}
.story-layout.type-project p {
    font-size: 17px;
    line-height: 28px;
}
.story-block .fact {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: bold;
    padding: 10px 0px;
}
.fact .fa {
    font-size: 27px;
    color: #95B85C;
}
.story-block .fact h4 {
    border-top: #95B85C 1px solid;
    border-bottom: #95B85C 1px solid;
    padding: 5px;
    width: 100%;
    margin: 0;
}
.sb-text-content {
    margin: 60px 0px;
}

.story-layout figure {
    margin: 0px;
}

.story-layout figure img {
    display: block;
}

.story-layout .gallery {
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.story-layout .gallery-caption {
    display: none;
}

.sb-images-two-columns {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin: 80px 0px;
}

.sb-images-two-columns img {
    display: block;
    width: 100%;
}

.sb-images-two-columns .sbitc.sbitc-left {
    flex: 1 0 auto;
}

.sb-images-two-columns .layout-2575.sbitc-left {
    width: 25%;
    flex-basis: 25%;
}

.sb-images-two-columns .layout-3367.sbitc-left {
    width: 33%;
    flex-basis: 33%;
}

.sb-images-two-columns .layout-5050.sbitc-left {
    width: 50%;
    flex-basis: 50%;
}

.sb-images-two-columns .layout-6733.sbitc-left {
    width: 67%;
    flex-basis: 67%;
}

.sb-images-two-columns .layout-7525.sbitc-left {
    width: 75%;
    flex-basis: 75%;
}

#post-53 {
    display: flex;
}

#post-53 .left-col-career {
    flex: 0 1 auto;
}

#post-53 .right-col-career {
    flex: 1 0 30%;
}


@media screen and (min-width: 1450px) {
    div#page header,
    div#page #content {
        max-width: 1450px;
        margin: 0 auto;
    }
    div#page #content {
        padding-left: 250px;
    }
}

@media screen and (max-width: 1150px) {
    .home-hero-copy {
        font-size: 21px;
        margin-left: 30%;
    }
}

@media screen and (max-width: 1200px) {
	.image-mosaic .single-image {
		max-width: 31%;
		margin-bottom: 10px;
	}
	.blog div#content {
		margin-left: 350px;
		margin-right: 3%;
	}
}
@media screen and (max-width: 1067px) {
    #post-53 {
        display: block;
    }
    .single-project.internal-page main#main article.story-layout {
        padding-right: 0px;
    }

    .entry-content .story-block {
        margin: 0px 10%;
    }

    .entry-content .story-block.sb-hero-image {
        margin: 0px 0px;
    }

    .type-project .entry-content .story-block p {
        padding: 0px;
    }

	.single-job-listing .entry-header h1 {
		margin: 27px 0 10px;
	}

	.single-post h1.entry-title {
		letter-spacing: 0;
		line-height: 27px;
		margin: 0 0 50px;
		font-size: 20px;
	}
	span.posted-on {
		font-size: 12px;
		font-style: oblique;
	}
	.single-post .entry-content {
		width: auto;
	}
	.single-post div#content {
		margin-right: 30px;
	}
	
	.blog div#content {
		margin: 0 10% 50px;
	}
	.prefooter {
		margin-left: 0;
	}
	.site-header {
	    position: relative;
	    max-width: 100%;
	    width: 100%;
	    padding: 10px;
	    display: flex;
		/*background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 75%), url(https://siglogroup.com/wp-content/uploads/2019/01/halftone-4.png);*/
        background-color:white;
	    margin: 0;
		height: auto;
	    z-index: 9999;
		height: 80px;
	    align-items: center;
	}
	.hero-overlay {
	    display: none;
	}
	.post-hero {
	    margin-left: -50px;
	    margin-right: -50px;
	}
	.single .post-hero {
	    margin-right: 2px;
	}
	.site-branding {
		margin: 10px;
		width: 43%;
        position: relative;
        z-index: 9999;
	}
	.gallery-tiles {
		margin-left: 0px;
	}
	.archive main#main {
		padding: 30px 50px 0;
	}
	img.custom-logo {
		min-width: 120px;
		display: block;
	}
	body .slick-initialized .slick-slide {
		height: 340px;
	}
	.slider {
		height: inherit;
	}
    .slick-overlay {
        display:none;
    }
	.main-navigation {
	    align-self: center;
	}
	.main-navigation button {
	    background-color: transparent;
	    color: #5c413d;
	    border: none;
	    text-transform: uppercase;
	    font-size: 24px;
	    float:right;
	    right: 0;
		cursor:pointer;
        position: relative;
        z-index: 9999;
	}
	.main-navigation button:before {
	    content: '\f0c9';
	    font-family: fontawesome;
	    margin-right: 10px;
	}
	.slide.slick-slide {
	    padding-left: 20px;
	    height: 640px;
		text-align: center;
		padding-right: 20px;
	}
	ul.nav-menu {
		margin: 120px 0px;
		border-bottom: black thin solid;
		background-color: white;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	}
	.nav-menu li {
	    font-size: 22px;
	    letter-spacing: 1.2px;
		margin: 50px 30px;
	}
	.nav-menu li:first-of-type {
		margin-top: 0;
	}
	.main-navigation ul ul {
		box-shadow: none;
		position: relative;
		z-index: inherit;
		background-color: transparent;
		margin: 30px 0px 0px;
		left: 0;
		border: none;
		padding: 0px;
		transition: none;
		visibility: visible;
		opacity: 1;
		border-right: #5c413d 2px solid;
	}

	.main-navigation ul ul a {
		width: auto;
		max-width: 100%;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul,
	.menu-item-has-children:hover:after,
	.menu-item-has-children:focus:after {
		transition: none;
	}

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

	.main-navigation .sub-menu li {
		font-size: 17px;
		letter-spacing: 1.1px;
		margin: 20px 25px;
		text-align: capitalize;
	}
	.next-slide.slick-arrow {
	    display:none !important;
	}
	.prefooter {
	    display: block;
		margin-top:100px;
	}
	.left-footer, .right-footer {
	    width: auto;
	    margin: 20px;
	}
	.entry-content.home-content {
	    display: block;
	}
	.home-content-left {
	    padding: 0;
	    text-align: center;
	    margin: 40px;
		width:auto;
	}
	.home-content-right {
	    display:none;
	}
	.featured-three {
	    display: block;
	}
	.featured-single {
	    width: auto;
	    margin: 50px;
	    border: none;
	    text-decoration: none;
	}
	.featured-single h2 {
	    padding: 0;
	}
	.featured-single p {
	    padding: 0;
	    margin: 0 0 50px;
	}
    .menu-main-nav-container {
        position: absolute;
        right: 0;
        background-color: white;
        text-align: right;
        left: 0;
        top: 0;
        bottom: 0;
    }
	.toggled .menu-main-nav-container {
		height: 100%;
		min-height: 100vh;
	}
	.type-project p {
	    padding: 0 4%;
	}
	.home-hero-copy {
		line-height: 40px;
	}
	.light-text-1 {
	    height: 450px;
	}
	div#content {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.featured-projects {
		padding: 3%;
		margin: 0;
	}
	.image-box {
		height:450px;
	}
	.site-footer {
	    margin-left: 0;
	}
	.bottom-footer {
	    margin-left: 0;
	}
	.archive ul.category-filters li, .archive ul.post-categories li, .single ul.post-categories li {
	    font-size: 12px;
	    letter-spacing: 0;
		margin-top:0;
	}
	.overl-contain {
		display:none;
	}
}
@media screen and (max-width: 960px) {
	.light-text-1 {
		height: 275px;
	}
	.light-text, .light-text-1 {
		display:grid;
		z-index:10000;
	}
	.dark-text {
	    max-height: 1172px;
	    overflow: hidden;
	}
	.home-hero-copy h2 {
	    margin: 0;
	    color: white;
		text-shadow: 0 0 20px rgba(0,0,0,.5);
		font-size: 28px;
	}
	.home-hero-copy {
	    margin: 0 50px 0 0;
	    text-align: center;
	    justify-content: center;
	}
	.tile {
	    max-width: 29%;
	}
}
@media screen and (max-width: 768px) {
    .entry-content .story-block {
        margin: 0px 30px;
    }

    .entry-content .story-block .hero-image.hi-boxed {
        max-width: 100%;
        margin: 30px;
    }

    .story-layout .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
	
    a.blog-post {
		display: block;
	}
	.blog-posts img {
		max-width: 100%;
		margin-right: 0;
	}
	.single-project.internal-page main#main article {
	    padding: 0 50px;
	    display: inline-block;
	    width: 100%;
	    float: none;
	    margin: 0;
	}
	.left-single-images {
	    width: 100%;
	    display: inline-block;
	}
	.type-project p {
	    padding: 0;
	}
	.post-links {
	    text-align: left;
	}
	.image-mosaic {
	    justify-content: center;
	}
	.single div#content {
	    margin-right: 30px;
	}
	.post-hero, .single .post-hero {
	    margin-left: -30px;
	    margin-right: -30px;
	}
	div#content {
		margin-left: 30px;
		margin-right: 30px !important;
	}
	.archive ul.category-filters li:first-of-type,
	.single ul.post-categories li:first-of-type {
		margin-left:5px;
	}
	.archive main#main {
    	padding: 0;
		text-align: center;
	}
	.archive ul.category-filters li, .archive ul.post-categories li, .single ul.post-categories li {
	    font-size: 13px;
	    text-align: center;
	}
	.internal-page main#main article {
	    padding: 30px 30px 0;
	}
	.archive main#main {
	    padding: 30px 30px 0;
	}
	h1.entry-title, .archive header>h1, .page-content h2 {
	    text-align: center;
	}
	.section-image {
	    float: none;
	    text-align: center;
	    margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
    .story-layout .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
	.tile {
		max-width: 45%;
		text-align: center;
		margin: 10px auto;
	}
	div#content {
		margin-left: 0;
		margin-right: 0 !important;
	}
	.archive main#main {
		padding: 30px 10px 0;
	}
}
@media screen and (max-width: 500px) {
    .entry-content .story-block {
        margin: 0px 20px;
        font-size: 14px;
    }

    .type-project h2 {
        font-size: 19px;
    }

    .story-layout .gallery {
        grid-template-columns: repeat(1, 1fr);
    }

    .story-layout.type-project p {
        font-size: 15px;
        line-height: 25px;
    }

	.right-footer h2 {
		font-size: 18px;
	}

	.prefooter p {
	    font-size: 14px;
	    padding: 20px 40px;
	}

	.social-container a {
	    margin: 6px;
	    min-width: 30px;
	    min-height: 30px;
	    font-size: 14px;
	}
	img.footer-logo {
	    max-width: 180px;
	}
	a.footer-phone span, a.footer-email span {
	    display: block;
	    margin-top: 10px;
	    max-width: 200px;
	    margin: 10px auto 30px;
	}
	.team-member {
	    display: block;
	}
	.home-hero-copy h2 {
		font-size: 22px;
		line-height:30px;
	}
}