/* # Genesis Framework
Theme Name: Red Sentence Custom Theme  
Theme URI: http://www.redsentence.co.uk  
Description: RedSentence custom child theme using the Genesis Framwork.  
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Version: 3.3.3.
Template: genesis
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* # Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'CooperHewitt_Light';
    src: url('/drive/wp-content/themes/redsentence/fonts/CooperHewitt-Light.oft') format('oft');
    src: url('/drive/wp-content/themes/redsentence/fonts/CooperHewitt-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CooperHewitt_Bold';
    src: url('/drive/wp-content/themes/redsentence/fonts/CooperHewitt-Bold.oft') format('oft');
    src: url('/drive/wp-content/themes/redsentence/fonts/CooperHewitt-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700;font-family: CooperHewitt_Bold, sans-serif;}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.scrolled-header:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.scrolled-header:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */
.gform_title {
	display: none;
}
html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: white;
	color: #292828;
	font-family: CooperHewitt_Light, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #fff;
	text-decoration: none;
	 transition:  all 0.25s ease-in-out;
}

a:hover,
a:focus {
	color: #292828;
	text-decoration: none;
	 transition:  all 0.25s ease-in-out;
}

.banner-content p {
	font-family: CooperHewitt_Bold, sans-serif;
	color: #fff;
}

p, .contact-info a {
	margin: 0 0 20px;
	padding: 0;
	color: #292828;
	font: 16px/30px CooperHewitt_Light, sans-serif;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
	position: relative;
}

blockquote::before {
	background: url('/wp-content/uploads/2022/08/quote-left-solid.svg') no-repeat center center;
	background-size: contain;
	content: "";
	position: absolute;
    width: 23px;
    display: block;
    height: 87px;
    left: -71px;
    top: -56px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #292828;
	font-family: CooperHewitt_Light, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 33px;
	line-height: 33px;
	color: #fff;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	color: #292828;
	font-family: CooperHewitt_Bold, sans-serif;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

#video1 {
	height: 90vh;
    object-fit: cover;
    width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #292828;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #292828;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #292828;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button, .wp-block-button a {
	background-color: #fff;
	border: 2px solid #292828;
	color: #292828;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	width: auto;
	font-family: CooperHewitt_Bold, sans-serif;
	border-radius: 0;
	padding: 12px 20px 8px;
    line-height: 1;
    height:38px;
}



button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"] {
	color:#fff;
	background:#222;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.entry-content {
    padding-top: 50px;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #292828;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.site-container {
	overflow-x: hidden;
}

.site-inner, 
.wrap, 
.banner-text-block {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 5%;
	padding-right: calc(5% + 40px);
}

.site-inner .wrap {
	padding-left: 0;
	padding-right: 0;
}

.site-inner {
	clear: both;
	padding-top: 0px;
	position: relative;
}

.home .site-inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 300px;
    display: block;
    background: url(images/drive_black.png) center center no-repeat;
    background-size: 1200px auto;
    opacity: 0.1;
    background-position: center 50px;
    pointer-events: none;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
}
.breadcrumb:before {
	position: absolute;
	content: "You are here → ";
    color: #fff;
	width: 112px;
	height: 50px;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
    margin-left: 112px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #292828;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #fff;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}



/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #292828;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap,
.scrolled-header .wrap {
	padding: 20px 5%;
}

.site-header .wrap .title-area,
.scrolled-header .wrap .title-area {
	width: 210px;
	float: left;
	transition: all 0.1s ease-in-out;
}

.scrolled-header .wrap .title-area {
	width: 150px;
	transition: all 0.1s ease-in-out;
}

.site-header .wrap .widget-area,
.scrolled-header .wrap .widget-area {
	float: right;
    text-align: right;
    width: 40px;
}

a#sidr-left-link {
    color: #fff;
    font-size: 40px; 
    position: fixed;
    width: 50px;
    height: 50px;
}

.sidr-open a#sidr-left-link {
	color: #292828;
	padding-top:20px;
}

.site-header, .scrolled-header {
	background-color: transparent;
	/*min-height: 125px;*/
	z-index: 999999;
       position: absolute;
	width: 100%;
	transition: background 0.6s;
	width: 100%;
	margin: auto;
	display: block;
	/*mix-blend-mode: difference;*/
}

.sidr-open .site-header,
.sidr-open .scrolled-header  {
	mix-blend-mode: normal;
}

.site-header {
	mix-blend-mode: none;
	transition: all 0.25s ease-in-out;
	transition-delay: 1s;
	opacity:1;
}

.scrolled-header {
	mix-blend-mode: difference;
	transition: all 0.1s ease-in-out;
	transition-delay: 25s;
}

header.site-header .title-area {
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

.sidr-open header.site-header .title-area {
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

#wpadminbar {
	z-index:9999999;
}

/* ## Title Area
--------------------------------------------- */

.header-full-width .title-area {
	width: 100%;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #292828;
}

/* Featured Image to Page Header CSS */
.featured-page-image {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: auto;
	height: 80vh;
	margin: 0 auto;
	background-color: rgba(0,0,0,.3);
	background-blend-mode: multiply;
	position: relative;
}

section.featured-page-image:after,
.featured-page-image.single-post.grad:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
}

.homeicon a {
    font-size: 0!important;
    height: 130px;
    width: 240px;
}

.homeicon {
	background: url('images/logo_black.svg') no-repeat left top;
    height: 130px;
    background-size: 240px;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 80px;
	width: 100%;
	background-size: 100% auto;
	outline: none;
	mix-blend-mode: normal;
}

.header-image .scrolled-header .site-title > a {
    min-height: 60px;
    transition: all 0.1s ease-in-out;
    display: none;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #292828;
	text-decoration: none;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #292828;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #292828;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 30px;
	/*padding: 50px 60px;*/
}

.content .entry {
	/*background-color: #fff;*/
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 20px;
}

.entry-content ul li {
	/*font-size: 22px;*/
	line-height: 35px;
}
.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li:before { 
	content: '→'; 
	margin-left: -20px; 
	margin-right: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #292828;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #292828;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #fff;
	text-decoration: none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	padding: 60px 40px 30px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #292828;
	font-size: 14px;
	line-height: 1;
	padding: 20px 0 40px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

.site-footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 300px;
    display: block;
    background: url(images/drive_white.png) center center no-repeat;
    background-size: 1200px auto;
    opacity: 0.1;
    background-position: center 50px;
    pointer-events: none;
}

.site-footer p,
.site-footer a {
	color: #fff;
	text-decoration: none;
    margin: 0 auto;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
}

#menu-social-menu #menu-item-48 a {
	position: relative;
    top: 65px;
	border: 2px solid #fff;
	padding: 10px;
}

/*footer widgets
-------------------------------------------------------------------------------------------------------*/

.footer-widgets {
	background-color: #292828;
	padding: 60px 0 20px;
}

.footer-widgets .wrap {
    padding-left: 5%;
    padding-right:calc(5% + 40px);
    display: flex;
}

.footer-widgets a,
.footer-widgets p {
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #ccc;
}

.widget-area.footer-widgets-1.footer-widget-area,
.widget-area.footer-widgets-2.footer-widget-area {
	margin: 0;
	font-family: 'CooperHewitt_Light', sans-serif;
	width:  50%;
}

.footer-widgets-1 {
	text-align: left;
}

.footer-widgets-2 {
	text-align: right;
}

.footer-widgets img {
	width: 200px;
}

.widget-title {
	color: #fff;
	text-transform: uppercase;
	font-family: 'CooperHewitt_Bold', sans-serif;
}

ul#menu-social-menu li {
    display: inline-block;
    margin-left: 10px;
}


ul#menu-footer-menu li {
    margin-bottom: 7px;
}


/*includes
---------------------------------------------------------------------------------------------------------*/

/*banner.php
-------------------------------------------------------------------------------------------------------*/

.banner-content {
	width:  100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.banner-inner {
	width: 100%;
	position: relative;
	line-height:0;
}

.banner-text-block {
	padding-top: 400px;
}

.banner {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.banner-outer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 60px;
    z-index: 5;
}


/* # Homepage customisations
---------------------------------------------------------------------------------------------------- */

.block-intro {
    background: #292828;
    padding: 50px 0 50px;
}

.section {
	margin-bottom: 40px;
}

.section h2,
.banner-content h1 {
    color:#fff;
    text-transform:uppercase;
    font-size:22px;
    font-family: 'CooperHewitt_Bold', sans-serif;
}

.single-projects .banner-content h1 span {
	font-family: 'CooperHewitt_Bold', sans-serif;
}

#our-work-container .wrap {
	opacity: 1 !important;
}

#our-work-container .section {
	margin-bottom: 0;
}

#our-work-container .project {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    /* flex-wrap: wrap; */
    width: 33%;
    padding-bottom: 30px;
}

.black-font, 
#our-work-container .project-nav, 
#our-work-container .more, 
#our-work-container .content a {
	color: #292828 !important;
}

#our-work-container .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 30px;
}

#our-work-container .content a {
	text-transform: uppercase;
	font-size: 22px;
    font-family: 'CooperHewitt_Bold', sans-serif;
	line-height: 28px;

}

#our-work-container .more {
	border: 2px solid #000;
}

.section h3,
.banner-content h2 {
    color:#fff;
    font-size:60px;
    text-transform:uppercase;
    line-height:1.1;
    margin-bottom: 40px;
    font-family: 'CooperHewitt_Light', sans-serif;
}

.banner-content h2 {
	margin-bottom: 20px;
	font-size: 65px;
}

.section h3 span,
.banner-content h2 span {
    display:block;
    font-family: 'CooperHewitt_Bold', sans-serif;
}

a.more,
.more a,
.pagination a {
	background: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 12px 20px 8px;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
    font-family: 'CooperHewitt_Bold', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    height: 38px;
    display: inline-block;
}

a.more:hover,
.more a:hover,
.pagination a:hover {
	background: #fff;
    border: 2px solid #fff;
    color: #292828;
}

.quote {
    margin-top: 80px;
    position:relative;
}

.quote:before {
    content:'“';
    font-family: 'CooperHewitt_Bold', sans-serif;
    font-size:80px;
    position: absolute;
    top: -60px;
}

#our-work {
	overflow: hidden;
}

.page-template-template-our-work #our-work-container #project-slider {
	width: 100%;
	margin-top: 50px;
}

#project-slider {
    width: 140%;
    margin-top: -70px;
}

/*#project-slider .slick-list {
    overflow: visible;
}*/

#project-slider .slick-list .slick-slide {
/*    opacity:0;*/
    transition: all 0.25s ease-in-out;
    pointer-events:none;
}

#project-slider .slick-list .slick-slide.slick-active,
#project-slider .slick-list .slick-slide.slick-active + .slick-slide {
/*    opacity:1;*/
    transition: all 0.25s ease-in-out;
    pointer-events:auto;
}

.project {
	padding: 0 30px 0 0;
}

.project a {
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}

.project a p {
    text-transform: none;
}

#our-work .project a img,
#our-news a img {
	border-bottom: 4px solid transparent;
	padding-bottom:4px;
}

#our-work .project a:hover img,
#our-news a:hover img {
	border-bottom: 4px solid #222;
}

.project a.link {
	width: auto;
}


.project a.link:hover {
    text-decoration: none;
    border-bottom: 2px solid #222;
}

.project a h4 span, .drive h4 {
	font-family: 'CooperHewitt_Bold', sans-serif;
}

.project-nav, 
.blog-nav,
.service-nav {
    color: #fff;
    font-size: 40px;
    text-align:right;
    font-family: sans-serif;
    padding-right: 60px;
    width:120px;
}

.project-nav div,
.blog-nav div,
.service-nav div {
	display:inline-block;
	cursor: pointer;
}

.project-nav div:hover,
.blog-nav div:hover,
.service-nav div:hover {
	color: #ccc;
}

.project-nav .right,
.blog-nav .right,
.service-nav .right {
    margin-left:20px;
}

#our-news {
	overflow: hidden;
}

#blog-slider {
    width: calc(100% + 20px);
}

#blog-slider img {
	width:  100%;
}

.number {
	font: 80px/80px CooperHewitt_Light, sans-serif;
	color: #292828;
	margin-top: 5px;
}

#drive-way,
#five-ways {
    position: relative;
    z-index: 2;
}

#drive-way .section h3 span, #our-work-container .section h3 span {
	display: inline;
}

#our-culture {
/*    background: url('images/people.jpg') center center no-repeat fixed;
    background-size: cover;*/
    padding: 240px 0 0;
    position: relative;
}

#our-culture:after {
	content:'';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

#our-culture .section {
	position: relative;
	z-index: 2;
}

.wrap.filters a.isotope-reset {
    float:right;
    font-size: 18px;
    margin-top:15px;
}

.service-nav.black-font,
.blog-nav,
.project-nav  {
    padding-right: 28px;
    float: right;
    height: 60px;
    line-height: 50px;
    width:120px;
}

#drive-way h3.black-font,
.news-intro-titles {
    float:left;
    margin-bottom: 0!important;
    padding: 0;
}

.blog-nav {
    margin-top: 35px;
}

.service-nav .right,
.blog-nav .right,
.project-nav .right {
    margin-left:0;
}

.service-third,
.news-intro {
    width: 33.33333%;
/*    overflow: hidden;*/
}

#service-slider .slick-slide img {
	width: 100%;
}

/*  Isotope CSS Animations 
---------------------------------------------------------------------------------------------------- */

.filters {
    margin-bottom: 40px;
}

select.dropdown.filter-select {
    padding: 9px 16px 8px;
    width: auto;
    border: 2px solid #222;
    font-family: 'CooperHewitt_Bold', sans-serif;
    font-size: 14px;
    -webkit-appearance:none;
    border-radius:0;
    background:#fff;
    height:38px;
}

select.dropdown.filter-select:hover {
	cursor: pointer;
	background:#222;
	color:#fff;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s; 
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s; 
    -o-transition-duration: 0.6s; 
    transition-duration: 0.6s; 
}

.isotope { 
    -webkit-transition-property: height, width; 
    -moz-transition-property: height, width; 
    -ms-transition-property: height, width; 
    -o-transition-property: height, width; 
    transition-property: height, width;
}

.isotope .isotope-item { 
    -webkit-transition-property: -webkit-transform, opacity; 
    -moz-transition-property: -moz-transform, opacity; 
    -ms-transition-property: -ms-transform, opacity; 
    -o-transition-property: top, left, opacity; 
    transition-property: transform, opacity; 
}


/*  Case Studies
---------------------------------------------------------------------------------------------------- */

.quote-block {
	position: relative;
}

.quote-block img {
	object-fit: cover;
	height: 600px;
	object-position: center;
	width: 100%;
}

.three-images-row {
	padding:  40px 0;
}

.three-images-row ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.three-images-row ul li {
    flex: 1;
}

.three-images-row ul li img {
    width:100%;
    height:100%;
    object-fit:cover;
} 

.quote-text h5 {
	color: #fff;
}

.quote-text {
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	text-align: center;
}

.quote-text p {
	font: 50px/60px CooperHewitt_Light, sans-serif;
	color: #fff;
}

.gallery-content ul li:nth-child(3) {
	width: 100%;
}

.gallery-content ul li {
	width: 50%;
}

.gallery-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 1800px;
}

.gallery-content img {
    width: 100%;
    padding: 5px;
    max-height: fit-content;
        object-fit: cover;
    height: 400px;
    object-position: center;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.two-column-text {
	max-width:  1200px;
	margin:  0 auto;
}

/* ---- */

.drive-bg {
	background: #dedede;
	padding: 50px 0;
	position: relative;
}

#services.drive-bg {
	background: #fff;
	padding: 50px 0;
	position: relative;
}

#services.drive-bg:after {
    content:'';
    display:block;
    width:100%;
    height:50%;
    background:#ededed;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}


.drive-bg .project a h4:first-line {
    font-family: 'CooperHewitt_Bold', sans-serif;
}

.drive-bg .project a h4 {
	font-size: 30px;
    line-height: 38px;
    height: 2.3em;
}

.drive-bg .project a h4 span {
    display: flex;
}

#our-news {
	margin-bottom: 40px;
}

#our-news h4,
.project a h4 {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 28px;
    /*height: 2.3em;*/
}

#our-news a {
    font-family: 'CooperHewitt_Bold', sans-serif;
    color: #292828;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
}

#our-news a.link {
	border-bottom:2px solid transparent;
}

#our-news a.link:hover {
	text-decoration: none;
	border-bottom:2px solid #222;
}

.page-template-template-news .project h4 {
    height: 66px;
    margin: 10px 0;
    overflow: hidden;
}

.page-template-template-news .entry {
	margin-bottom:0;
}

p.excerpt {
    height: 55px;
    overflow: hidden;
}

/* # Blog posts
---------------------------------------------------------------------------------------------------- */

section.featured-page-image.single-post {
    background: #292828;
    height:60vh
}

section.featured-page-image.single-post h1 {
    text-transform:uppercase;
    font-family: 'CooperHewitt_Bold', sans-serif;
    font-size:40px;
    line-height:1.1;
}

section.featured-page-image.single-post p.meta {
    font-family: 'CooperHewitt_Light', sans-serif;
}

.single-post .banner-outer .wrap {
    max-width: 100%;
    padding-left:5%;
    padding-right:5%;
    max-width:1600px;
}

.single-post .site-inner .wrap {
    max-width: 100%;
    padding-left:0;
    padding-right:0;
}

/*.single-post .banner-outer .wrap {
	padding-left:0;
	padding-right:0;
}

.page .single-post .banner-outer .wrap {
    max-width: 1600px;
    padding-left: 5%;
    padding-right: 5%;
}*/

.sidebar a,
.single .entry-content a {
	color: #292828;
}

.single .entry-content a {
	text-decoration: underline;
	text-underline-offset:  3px;
}

.sidebar a:hover,
.single .entry-content a:hover {
	color: #ccc;
}

.single .entry-content ul {
	margin:  0 0 30px 30px;
	list-style-type: disc;
}

.single .entry-content ul li {
	list-style-type: disc;
}

.sidebar h4.widget-title,
.sidebar h2 {
	font-size: 28px;
    line-height: 28px;
    color: #292828;
    font-family: CooperHewitt_Bold, sans-serif;
    text-transform: uppercase;
}

.all-projects {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.all-projects img {
	width: 100%;
	border-bottom: 4px solid transparent;
	transition: all 0.25s ease-in-out;
	padding-bottom: 3px;
}

.all-projects img:hover {
	border-bottom: 4px solid #292828;
	transition: all 0.25s ease-in-out;
}

.project a {
    width: 100%;
}

#our-work-container {
    padding-bottom: 100px;
}

.project a {
	font-family: 'CooperHewitt_Bold', sans-serif;
    color: #292828;
   
    font-size: 18px;
    line-height: 28px;
}

.project a h4 {
    margin: 0 0 0;
}

.project :not(.service-intro) a:hover h4 {
	color:#dedede;
}

#project-slider .project a h4 {
    margin: 10px 0 0;
}

#drive-way-intro,
#service-slider,
#news-intro,
#work-intro {
    width: 150%;
}

.service-intro {
	overflow: hidden;
	margin-top: 50px;
	border-bottom: 4px solid transparent;
	transition:         all 0.1s ease-in-out;
}

.service-intro .one-fourth.first {
    width: 115px;
    margin:0;
}

.service-intro .three-fourths {
    width:calc(100% - 180px);
    margin:0;
}

.service-intro p.number {
	margin-bottom: 0;
}

.project:hover .service-intro {
    border-bottom: 4px solid #222;
    transition:         all 0.1s ease-in-out;
}

.single-post .entry-content img,
.wp-caption img,
.wp-caption {
    width: 100%!important;
}

.single #our-culture .one-half.first {
    margin-bottom: 40px;
}

.archive-pagination.pagination {
    position: absolute;
    bottom: -40px;
    width:100%;
}

.all-projects {
    padding-bottom: 120px;
/*    margin-bottom: 80px;*/
}

.title-block {
    width: calc(100% - 120px);
    float: left;
}

#work-intro h3 {
    white-space: nowrap;
}

.single-post .news-intro h3 {
    margin-bottom: 10px;
}

.single-post .news-intro a.more {
    margin-bottom:20px;
}

.single-post .blog-nav {
    margin-top: 0;
}

/* # Categories
---------------------------------------------------------------------------------------------------- */

.category .all-projects,
.tag .all-projects {
    padding-top: 50px;
}

/* # Pagination fixes
---------------------------------------------------------------------------------------------------- */

.page-template-template-our-work .all-projects {
	padding-bottom: 40px;
}

.page-template-template-news .content .pagination {
    display: none;
}

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

	.page-template-template-our-work .all-projects,
	.page-template-template-news .all-projects {
		width:calc(100% + 40px);
	}

	.archive-pagination.pagination {
    	right: 40px;
	}

}

.pagination-previous.alignleft {
    margin-left: 40px;
}



/* # Entry content
---------------------------------------------------------------------------------------------------- */

.entry-content h3 {
    font-size: 60px;
    line-height: 1.1;
    margin:0;
    text-transform: uppercase;
}

.home .entry-content h3 {
	text-transform: uppercase;
	font-size: 52px;
	line-height: 1.1;
}

.entry-content h4 {
    line-height: 62px;
    font-size: 60px;
    font-family: 'CooperHewitt_Bold', sans-serif;
}

.entry-content .more a {
	background: none;
    border: 2px solid #292828;
    color: #292828;
    font-size: 14px;
    padding: 12px 20px 8px;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
    font-family: 'CooperHewitt_Bold', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    height:38px;
    display:inline-block;
}

.entry-content .more a:hover {
	background: #292828;
    border: 2px solid #292828;
    color: #fff;
}

/* # Child Services Page
---------------------------------------------------------------------------------------------------- */

.page-template-template-services-child .banner-content h2 span,
.single-projects .banner-content h2 span {
	display:inline-block;
}

.page-template-template-services-child .entry-content h2,
.single-projects .entry-content h2 {
    margin-bottom: 10px;
    font-size: 65px;
    line-height:65px;
    text-transform: uppercase;
}

.page-template-template-services-child .entry-content h3,
.single-projects .entry-content h3 {
    margin-bottom: 20px;
    font-size: 35px;
    text-transform: uppercase;
}

.wp-block-image img {
    width: 100%;
}

.wp-block-image .aligncenter {
    width: 100%;
}

.page-template-template-services-child .entry-content h2 {
    margin-bottom: 0;
}

/*.page-template-template-services-child .entry-content h2.paragraph-heading,
.single-projects .entry-content h2.paragraph-heading {
    margin-bottom: 0;
    font-size: 35px;
    text-transform: uppercase;
} 

.page-template-template-services-child .block-intro,
.single-projects .block-intro {
	background:#DEDEDE;
	color:#292828;
}

.page-template-template-services-child .block-intro h3,
.page-template-template-services-child .project-nav,
.single-projects .block-intro h3,
.single-projects .project-nav {
	color:#292828;
}*/

.page-template-template-services-child .entry-content h2.paragraph-heading,
.single-projects .entry-content h2.paragraph-heading {
    margin-bottom: 0;
    font-size: 35px;
    text-transform: uppercase;
    line-height:1.2;
} 

.page-template-template-services-child .block-intro {
	background:#DEDEDE;
	color:#292828;
}

.page-template-template-services-child .block-intro h3,
.page-template-template-services-child .project-nav {
	color:#292828;
}


.page-template-template-services-child #our-work a.more,
#cta a.more,
.pagination a,
a.more.reverse {
	background: none;
    border: 2px solid #292828;
    color: #292828;
}

.page-template-template-services-child #our-work a.more:hover,
#cta a.more:hover,
.pagination a:hover,
a.more.reverse:hover {
	background: #292828;
    border: 2px solid #292828;
    color: #fff;
}

#services-nav {
	padding: 20px 0 40px;
}

#services-nav a.left {
	float: left;
}

#services-nav a.right {
	float: right;
}

/* # Forms
---------------------------------------------------------------------------------------------------- */

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea {
    padding: 12px 9px 8px;
    text-transform: none;
    border: 1px solid #222;
    line-height: 1;
}

.gform_wrapper.gravity-theme .gfield label {
    font-size:18px;
}

/* # CTA
---------------------------------------------------------------------------------------------------- */

#cta.drive-bg {
	padding: 14px 0;
}

#cta h4 {
    font-family: CooperHewitt_Bold, sans-serif;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    margin:8px 0 0 0;
    line-height:1;
}

#cta h4 span {
     font-family: CooperHewitt_Light, sans-serif;
}

#cta h4 a {
	color: #292828;
    border-bottom: 2px solid #292828;
}

#cta .one-fourth {
	text-align:right;
}

/* # Logos
---------------------------------------------------------------------------------------------------- */

#logos {
    padding: 20px 0;
    background:#dedede;
}

#logos .wrap {
    padding: 0;
    max-width: 100%;
}

#logo-slider .slick-slide {
	    background: #dedede;
}

/*#logos .wrap {
    display:flex;
}
*/

.logo {
    width: 25%;
    margin: 0;
    padding: 0 30px;
    mix-blend-mode: multiply;
}

.logo img {
    opacity:0.6;
}

/* # Edge Fixes
---------------------------------------------------------------------------------------------------- */


.is_edge a.more,
.is_edge .more a,
.is_edge .pagination a {
	line-height: 0.8!important;
}

.is_edge select.dropdown.filter-select {
	padding: 6px 16px!important;
}

/* # Pop Up Video
---------------------------------------------------------------------------------------------------- */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
}

.video-container iframe, 
.video-container object, 
.video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#video {
	opacity:0;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.95);
    z-index: 999999;
    transition: all 0.25s ease-in-out;
    padding:50px;
}

#video-inner {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:90%;
	height:auto
}

#video.show {
	top:0;
	opacity:1;
	transition: all 0.25s ease-in-out;
}

#video-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor:pointer;
}

#video-close .line {
    width: 100%;
    height: 2px;
    background: white;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}

#video-close .line:nth-of-type(1) {
    transform: rotate(45deg);
    transition: transform 0.25s ease-in-out;
    background: #fff;
    margin-top:14px;
}

#video-close .line:nth-of-type(2) {
    display: none;
}

#video-close .line:nth-of-type(3) {
    transform:  rotate(-45deg);
    transition:  transform 0.25s ease-in-out;
    background: #fff;
    margin-left: 0;
    margin-top:-1px;
}

/* # Cookies
---------------------------------------------------------------------------------------------------- */

.cky-notice p {
    line-height: 1.2;
}

.cky-consent-container .cky-consent-bar {
    padding: 10px 15px 15px!important;
    border-radius: 0!important;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner, .wrap, .banner-text-block {
	    max-width: 1600px;
	}

}


@media only screen and (max-width: 1350px) {

	.number {
	    letter-spacing:-2px;
		font-size: 64px;
	    margin-top: 4px;
	    line-height: 64px;
	}

	.drive-bg .project a h4 {
	    font-size: 26px;
	    line-height: 1.2;
	}

	.service-intro .one-fourth.first {
    	width: 90px;
    	margin: 0;
 	}

	.service-intro .three-fourths {
	    width: calc(100% - 95px);
	    margin: 0;
	}

	.single-post .banner-outer .wrap {
	    padding-left: 5%;
	    padding-right: 5%;
	    max-width:100%;
	}

	.sidebar-primary {
    	width: 300px;
	}

}

@media only screen and (max-width: 1300px) {

	#work-intro h3 {
	    white-space: normal;
	}

}

@media only screen and (max-width: 1200px) {

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.banner-content h2,
	.section h3, 
	.banner-content h2,
	.page-template-template-services-child .entry-content h2, 
	.single-projects .entry-content h2 {
	    font-size: 50px;
	}

	.home .entry-content h3 {
    	font-size: 45px;
	}

	#cta h4 {
    	font-size: 26px;
	}

}

@media only screen and (max-width: 1080px) {

	.banner-content h2,
	.section h3, 
	.banner-content h2,
	.page-template-template-services-child .entry-content h2, 
	.single-projects .entry-content h2 {
	    font-size: 40px;
	    line-height:1.1;
	}

	.service-nav.black-font, .blog-nav, .project-nav {
	    line-height: 40px;
	}

	.home .entry-content h3 {
    	font-size: 40px;
	}

	#cta h4 {
    	font-size: 22px;
	}

	#our-work-container .project {
		width:50%;
	}

	.sidebar .widget {
	    padding: 40px 20px 20px;
	}

	.sidebar-primary {
	    width: 260px;
	}

	#our-culture {
    	background-attachment: scroll!important;
	}

}


@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.section h3, 
	.banner-content h2 {
		margin-bottom:20px;
	}

	.featured-page-image,
	#video1 {
		height:70vh;
	}

	.logo {
	    width: 25%;
	    margin: 0;
	    padding: 10px;
	}

	#services .one-half.service-nav.black-font {
	    width: 180px;
	    margin: 0;
	}

	#services .one-half.first,
	#our-culture .one-half.first {
	    width: calc(100% - 180px);
	}

	#our-work .project-nav,
	#our-culture .one-half.blog-nav  {
	    width: 180px;
	    float: right;
	    position: relative;
	    margin-top: -40px;
	}

	#our-culture .one-half.blog-nav {
		margin-top: 110px;
	}

	.service-third, .news-intro {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}

	#drive-way-intro, 
	#service-slider,
	#news-intro, 
	#work-intro {
	    width: 100%;
	}

	.title-block {
	    display: inline-block;
	    vertical-align: top;
	    float: none;
	    width: calc(100% - 200px);
	}

	#our-work .project-nav, #our-culture .one-half.blog-nav {
	    float: none;
	    display: inline-block;
	    vertical-align: top;
	    margin-top: 0;
	    padding-right: 0;
	}

	#project-slider {
    	width: 120%;
    	margin-top: 0;
	}

	#service-slider {
	    width: 120%;
	}

	section#cta {
	    text-align: center;
	}

	#cta h4 {
	    text-align: center!important;
	}

	#cta .one-fourth {
    	text-align: center;
    	margin: 20px auto;
	}

	.filters .one-half.project-nav {
    	display: none;
	}

	.sidebar .widget {
    	padding: 40px 0 20px;
	}

}


@media only screen and (max-width: 600px) {

	.site-inner, 
	.wrap, 
	.banner-text-block {
	    padding-left: 4%;
	    padding-right: calc(4% + 40px);
	}

	.site-inner .wrap {
    	padding-left: 0;
    	padding-right: 0;
	}

	.banner-content h2,
	.page-template-template-services-child .entry-content h2,
	.single-projects .entry-content h2,
	.section h3, 
	.banner-content h2,
	.home .entry-content h3,
	section.featured-page-image.single-post h1 {
	    font-size: 33px;
	    line-height:1.1;
	}

	.page-template-template-services-child .entry-content h3,
	.single-projects .entry-content h3 {
	    line-height:1.1
	}

/*	#project-slider {
	    width: 180%;
	    margin-top: 0;
	}*/

	#video1 {
		height: 80vh;
	}

	section.featured-page-image.single-post {
		height: 70vh;
	}

	.section h2, 
	.banner-content h1 {
	    font-size: 16px;
	}

	#services .one-half.first, #our-culture .one-half.first {
	    width: calc(100% - 150px);
	}

	#services .one-half.service-nav.black-font {
    	width: 150px;
    	margin: 0;
	}

	.project-nav, 
	.blog-nav, 
	.service-nav,
	.service-nav.black-font {
	    padding-right: 0;
	}

	.service-nav.black-font, 
	.blog-nav, 
	.project-nav {
	    line-height: 30px;
	}

	.project-nav .right, 
	.blog-nav .right, 
	.service-nav .right {
    	margin-left: 5px;
	}

	#drive-way .section {
    	margin-bottom: 20px;
	}

	.project {
    	padding: 0 5px 0 0;
	}

	#cta a.more {
    	position: relative;
    	top: auto;
    	margin-top:10px;
	}

	.widget-area.footer-widgets-1.footer-widget-area,
	.widget-area.footer-widgets-2.footer-widget-area{
	    width: 100%;
	    text-align:center;
	    margin-bottom:30px
	}

	.page-id-23 section.featured-page-image {
    	background-position: left -200px center!important;
	}		

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height:1!important;
	}

	.quote {
    	margin-top: 40px;
    	position: relative;
	}


	#blog-slider {
    	width: calc(100% + 20px);
    	padding-right: 20px;
	}

	.footer-widgets .wrap,
	#cta .wrap,
	.site-footer .wrap {
    	padding-right: 4%;
	}

	.footer-widgets .wrap {
	    display: block;
	}

	.wrap.work-slider {
	    display: flex;
	    flex-direction: column-reverse;
	}


	#project-slider {
	    width: 120%;
	    margin-top: 20px;
	}

	#our-work .project-nav, 
	#our-culture .one-half.blog-nav,
	.service-nav.black-font, 
	.blog-nav, 
	.project-nav {
    	width: 80px;
    	font-size:30px;
	}

	.section h3 span, 
	.banner-content h2 span {
	    display: inline;
	}

	.page-id-19 .one-half.project-nav {
    	display: none;
	}		


	.title-block,
	#services .one-half.first, 
	#our-culture .one-half.first {
    	width: calc(100% - 90px);
	}

	#our-culture {
	    padding-top: 80px;
	}

	#our-work > .section {
		margin-bottom:0;
	}

	#our-work-container .project {
    	width: 100%;
	}

	#our-work-container > .section,
	.section  {
	    margin-bottom: 30px;
	}

	.sidebar .widget {
    	padding: 20px 0 20px;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: none;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}