/*!
Theme Name: Alese Watson Photography
Theme URI: http://underscores.me/
Author: Kiara Melissa
Author URI: https://kiaramelissa.com
Description: Custom designed theme for Alese Watson
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alesewatson
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.

Alese Watson Photography 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 */
	overflow-x:hidden;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0;
}

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: #fff;
	/* 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;
}

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

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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


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

@media screen and (min-width: 37.5em) {
	.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;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}

/*--- CUSTOM STYLES ----*/

body {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:14px;
	letter-spacing:0.5px;
	font-weight:500;
	color:#363636;
	background:#fff;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
h1 {
	font-family: benton-modern-display, serif;
	color:#fff;
	font-size:calc(30px + 1vw);
	font-weight:300;
	margin:0;
}
h2 {
	font-family: benton-modern-display, serif;
	color:#111;
	font-size:calc(30px + 1vw);
	font-weight:300;
	text-align:center;
}
h3 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:11px;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#111;
	margin:0;
}
h3.homepage-break {
	font-family: benton-modern-display, serif;
	color:#111;
	font-size:calc(20px + 0.5vw);
	font-weight:300;
	text-align:center;
	text-transform:unset;
}
h4 {
	font-family: benton-modern-display, serif;
	color:#fff;
	font-size:calc(30px + 1vw);
	font-weight:300;
	text-align:center;
	margin:0;
}
.site-content {
	width:100vw;
}
@media (min-width:1024px) {
.site-content {
	overflow-x:hidden;
}
}

@media (min-width:1800px) {
	body {
		font-size:16px;
	}
}
/*--- LOGO ---*/

.site-branding {
	position:fixed;
	left:30px;
	top:50px;
}
.invert {
	filter:invert(1);
}
.site-branding-white {
	display:none;
	position:fixed;
	left:40px;
	top:60px;
}
.site-branding img,
.site-brading-white img {
	width:190px;
	height:auto;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
@media (max-width: 1024px) {
	.site-branding {
		position:fixed;
		left:15px;
		top:15px;
	}	
	.site-branding img {
		width:130px;
		height:auto;
		image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
	}
	.site-branding-white {
		display:none;
	}
}

/*--- LINKS ---*/

a, a:visited {
	color:#aaa;
	text-decoration: none;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing:2px;
}
a:hover {
	color:#111;
}

a {
	display: inline;
	position: relative;
	overflow: hidden;
  }
a:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	width: 0;
	bottom: -4px;
	background: #E54F25;
	height: 1px;
	transition-property: width;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
  }
  a:hover:after,
  a:focus:after,
  a:active:after {
	left: 0;
	right: auto;
	width: 100%;
  }

.current_page_item a,
.current_page_item a:visited {
	color:#000;
}
.difference .current_page_item a,
.difference .current_page_item a:visited {
	color:#fff;
}
/*--- MENU ---*/

.main-navigation {
	position:fixed;
	top:50%;
	left:60px;
	transform:translateY(-50%);
}
.main-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
.main-navigation ul li {
display:block;
margin:0;
padding:5px 0;
}
.the-menu {
	min-height:200px;
}
.difference a:hover {
color:#fff;
}
.site-header {
	width:250px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:99;
}

.account {
	position:fixed;
	left:60px;
	bottom:10%;
	display:none;
}
@media (min-width:1024px) {
.mobile-toggle {
	display:none;
}
.close-toggle {
	display:none;
}
.orange-book-button {
	display:none;
}
}
@media (max-width:1024px) {
	.site-header {
		width:100%;
		height:100px;
		position:fixed;
		left:0;
		top:0;
		z-index:99;
		background:#fff;
		transition:0.4s ease-in-out;
	}
	.shadow {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	}
	.main-navigation {
		position:fixed;
		top:0;
		left:0;
		transform:unset;
		width:100%;
	}
	.the-menu {
		min-height:unset;
		display:none;
		width:100vw;
		height:100vh;
		background:#fff;
		z-index:999;
		position:fixed;
		padding:180px 50px;
		text-align:center;
	}
	.account {
		display:none;
		text-align:center;
		left:unset;
		width:100%;
		bottom:150px;
	}
	.account a {
		font-size:26px;
		font-family: benton-modern-display, serif;
text-align:center;
text-transform:capitalize;
color:#111;
	}
	.the-menu ul li a {
		font-size:26px;
		font-family: benton-modern-display, serif;
text-align:center;
text-transform:capitalize;
color:#111;
	}
	.mobile-toggle {
		position:fixed;
		right:20px;
		top:40px;
	}
	.close-toggle {
		position:fixed;
		left:48%;
		top:40px;
	}
	.orange-book-button {
		background:#E54F25;
		position:fixed;
		width:95vw;
		left:2.5vw;
		bottom:2.5vw;
		z-index:99999;
		padding:10px 30px;
	}
	.orange-book-button a {
		color:#fff;
		font-size:10px;
		letter-spacing:2px;
	}
}
@media (max-width:320px) {
	.the-menu {
		padding:100px 50px;
	}
}
@media (max-width:1024px) {
	.orange-book-button a {
		display:block;
		padding:3px;
	}
}
/*--- CONTENT ---*/

.site-footer {
padding-left:250px;
}

.footer-menu .current_page_item a,
.footer-menu .current_page_item a:visited {
	color:#fff;
}
/*--- LOADING ---*/

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-track .slick-track { display: none; }
.logos {
    overflow: inherit;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
  
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background:#fff;
	height:100vh;
	width:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
transition:0.3s ease-in-out;
  }
  
  .pace-inactive {
	display: none;
  }
  
  .pace .pace-progress {
	background: #E54F25;
	position: fixed;
	z-index: 2000;
	top: 50%;
	right: 100%;
	width: 100%;
	height: 2px;
  }

  
  .pace .pace-progress:after {
	display: none;
	position: absolute;
	top: 0;
	right: .5rem;
	content: attr(data-progress-text);
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 100;
	font-size: 5rem;
	line-height: 1;
	text-align: right;
	color: rgba(0, 0, 0, 0.19999999999999996);
  }

  /*---MASONRY GRID---*/

.white-side-panel {
	position:absolute;
	left:0;
	top:0;
	width:250px;
	background: #ffffff;
	height:100vh;
}
.blackarrow{
	fill:none;
	stroke:#231f20;
	stroke-miterlimit:10;
}
.masonry-right {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 9999;
    cursor: pointer;
}
.masonry-left {
	position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 20%;
    z-index: 9999;
    cursor: pointer;
}
.masonry-right-svg {
	width:50px;
	height:50px;
}
.masonry-home {
	width:100vw;
	height:100vh;
	margin-left:250px;
	overflow-x:scroll;
	overflow-y:hidden;
}

.home-grid {
	width:200vw;
}

/* clear fix */
.home-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.element-home,
.home-grid-sizer {
  width: 20%;
}

.element-home {
  float: left;
  height: auto;
	padding:10px;
}

.element-home-img img {
	width:100%;
	height:auto;
}


@media (max-width:1024px) {
	.masonry-home {
		height:auto;
		padding:50px 0 0 0;
		width:100vw;
	}
	.white-side-panel {
		display:none;
	}
	.masonry-left {
		left: 0%;
	}
	.home-sizer {
		width:100%;
	}  
}
  .masonry-work {
	  padding-left:250px;
	  margin-bottom:20px;
	  width:100vw;
  }
  .masonry-work .grid {
	position:relative;
}
.work-sizer {
	width:33%;
}

.masonry-work .element-item {
  float: left;
  padding: 25px;
  width:33%;
}

.masonry-work .element-item img {
  width:100%;
  height:auto;
}

  .grid:after {
	content: '';
	display: block;
	clear: both;
  }
  .element-content h1 {
	  color:#111;
	  line-height:1.1;
	   -webkit-font-smoothing:antialiased;
  }
  .masonry-work .element-item.element-content {
	padding:100px;
	font-family: benton-modern-display, serif;
	font-size:26px;
	  -webkit-font-smoothing:initial;
}
@media (min-width:1900px) {
	.work-sizer {
		width:0%;
	}
	.masonry-work .element-item {
	  float: left;
	  padding: 25px;
	  width:25%;
	}
	.masonry-work .element-item.element-content {
		padding:60px;
		 -webkit-font-smoothing:initial;
	}
}
@media (max-width:1440px) {
	.masonry-work .element-item.element-content {
		padding:50px;
		font-size:22px;
		 -webkit-font-smoothing:initial;
	}
}
@media (max-width:1024px) {
	.masonry-work {
		padding-left:0;
		margin-top:120px;
	}
	.work-sizer {
		width:50%;
	}
	.masonry-work .element-item.element-content {
		padding:20px;
		 -webkit-font-smoothing:initial;
	}
	.masonry-work .element-item {
		width:50%;
		padding:10px;
	  }
}
  /*---BLACK FULL SECTION---*/

  .black-full-section {
	  width:100%;
	  position:relative;
	  padding:10vw 0;
	  background:#111;
	  text-align:center;
	  color:#fff;
  }
  .black-full-section h2 {
	  color:#fff;
  }
  .black-inner {
	  max-width:50vw;
	  margin:auto;
  }
  .main-button {
	text-align:center;
	display:table;
	margin:40px auto 0 auto;
  }
  .main-button a {
	  padding:20px 40px;
	  font-size:11px;
	  letter-spacing:2px;
	  color:#111;
	  background:#EDEDE8;  
	  display:table;
    text-align:center;
    /* Old browsers */
    background: linear-gradient(to right, #E54F25 50%, #EDEDE8 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition: 0.3s ease-in-out;
  }
  .main-button a:hover {
	background-position:left bottom;
	  border-bottom:0;
	  color:#fff;
  }
 
  .main-button .button-text {
	display:inline-block;
	vertical-align: middle;
  }
  .main-button svg {
	  display:inline-block;
	  vertical-align: middle;
	  margin-left:20px;
	  fill:none;
	  stroke:#111;
  }
  .main-button a:hover svg {
	stroke:#fff;
  }
@media (max-width:1024px) {

	.black-full-section {
		padding:50px 0;
		margin-bottom:0px;
		margin-top:0;
	}
	.black-full-section h1,
	.black-full-section h2 {
		font-size:26px;
	}
	.black-inner {
		max-width:80vw;
	}
	.main-button {
		margin-top:20px;
	}
	.main-button a {
		padding:15px 30px;
		font-size:10px;
	}
}
  /*---ORANGE CTA---*/

  .orange-cta {
	width:100%;
	position:relative;
	padding:5vw 0;
	text-align:center;
	font-size:calc(30px + 1vw);
	color:#E54F25;
	font-family: benton-modern-display, serif;
	font-weight:300;

}

.orange-inner {
	max-width:50vw;
	margin:auto;
}

.orange-button {
  text-align:center;
  display:table;
  margin:auto;
}
.orange-button a {
	padding:20px 40px;
	font-size:11px;
	letter-spacing:2px;
	color:#fff;
	background:#E54F25;
	font-family: neue-haas-grotesk-display, sans-serif;
	background: linear-gradient(to right, #EDEDE8 50%, #E54F25 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition: 0.3s ease-in-out;
}
.orange-button a:hover {
	background-position:left bottom;
	  color:#111;
  }
  .orange-button a:after {
	  background:transparent;
  }
.orange-button .button-text {
  display:inline-block;
  vertical-align: middle;
}
.orange-button svg {
	display:inline-block;
	vertical-align: middle;
	margin-left:20px;
	fill:none;
	stroke:#fff;
}
.orange-button a:hover svg {
	stroke:#111;
  }
  @media (max-width:1024px) {
	.orange-cta {
		padding:50px 0;
	}
	
	.orange-inner {
		max-width:90vw;
	}
	.orange-inner p {
		margin:0;
	}
	  .orange-button {
		  position:relative;
		  z-index:2;
	  }
	.orange-button a {
		padding:15px 30px;
		font-size:10px;
			display: block;
    width: 100%;
    height: 100%;
		margin-top:20px;
	}
  }
/*--- ICON IMAGE GRID ---*/
.services-title {
	margin-top:5vw;
}
@media(max-width:1024px) {
	.services-title {
		margin-top:50px;
	}
}
.icon-grid {
	width:100%;
	padding:5vw 0 0 0;
}
.icon-grid-inner {
	font-size:0px;
	max-width:60vw;
	margin:auto;
}

.individual-grid-icon {
	width:45%;
	display:inline-block;
	vertical-align: top;
	margin-bottom:5vw;
}
.individual-grid-icon h3 {
	margin-bottom:20px;
}
.individual-grid-icon:nth-of-type(odd) {
	margin-right:5%;
}

.icon-left {
	display:inline-block;
	width:25%;
	vertical-align: top;
	font-size:14px;
	color:#585858;
	margin-right:5%;
}
.icon-left img {
	max-width:100px;
	max-height:100px;
}
@media (max-width:1440px) {
	.icon-left img {
		max-width:80px;
		max-height:80px;
	}	
}
.icon-right {
	display:inline-block;
	width:60%;
	vertical-align: top;
	font-size:14px;
	color:#585858;
}
@media (max-width:1024px) {
	.icon-grid {
		padding:50px 0 0 0;
	}
	.icon-grid-inner {
		max-width:90vw;
	}
	
	.individual-grid-icon {
		width:100%;
		display:block;
		margin-bottom:50px;
	}
	.individual-grid-icon h3 {
		margin-bottom:20px;
	}
	.individual-grid-icon:nth-of-type(odd) {
		margin-right:5%;
	}
	
	.icon-left {
		display:inline-block;
		width:25%;
		vertical-align: top;
		font-size:14px;
		color:#585858;
		margin-right:10px;
	}
	.icon-left img {
		max-width:90px;
		max-height:90px;
		width:100%;
		height:auto;
	}
	.icon-right {
		display:inline-block;
		width:70%;
		vertical-align: top;
		font-size:14px;
		color:#777777;
		padding-left:20px;
	}	
}

/*---TESTIMONIAL---*/
.testimonial {
	background:#F8F8F7;
	width:100%;
	padding:10vw 0;
}
.testimonial-inner {
	max-width:50vw;
	margin:auto;
	position:relative;
}
.testimonial-photo {
	display:inline-block;
	width:30%;
	vertical-align: middle;
	margin-right:4%;
}
.testimonial-text {
	display:inline-block;
	width:65%;
	vertical-align: middle;
	position:relative;
}
.quote-mark {
	font-family: benton-modern-display, serif;
	font-size:300px;
	margin:0;
	color:#111;
	position:relative;
	top:-170px;
	height:60px;
}

.testimonial-author {
	display:block;
	color:#E54F25;
	margin-top:30px;
}
@media (max-width:1024px) {
	.testimonial {
		padding:50px 0;
		margin-top:50px;
	}
	.testimonial-inner {
		max-width:90vw;
	}
	.testimonial-photo {
		width:24%;
		margin-right:10px;
	}
	.testimonial-text {
		width:72%;
	}
	.quote-mark {
		top:-170px;
		left:60%;
		transform:translateX(-50%);
		height:50px;
		font-size:250px;
	}
	.quote {
		padding-left:20px;
	}
	
	.testimonial-author {
		margin-top:20px;
		padding-left:20px;
	}
}

/*---BLOG---*/
.the-blog {
	padding:50px 250px 0 250px;
}
.the-blog h1 {
	color:#111;
	text-align:center;
}
.individual-post {
	display:inline-block;
	width:32%;
	vertical-align: top;
	margin-right:1%;
	font-family: benton-modern-display, serif;
	text-align:left;
}
.individual-date {
	color:#767676;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:10px;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0;
	font-style:normal;
	margin-bottom:10px;
}
.post-title .individual-date {
	text-align:center;
}
.individual-post a {
	text-transform: unset;
	letter-spacing:0;
	color:#111;
	font-size:22px;
	font-style:italic;
}
.individual-post img {
	width:100%;
	height:15vw;
	object-fit:cover;
}

.detail-wrapper {
	padding:20px 0;
}
.blog-category-nav ul {
	list-style:none;
	margin:30px 0;
	padding:0;
	text-align:center;
}
.blog-category-nav ul li {
	display:inline-block;
	padding:0 10px;
}
@media (max-width:1024px) {
	.the-blog {
		padding:150px 5vw 0 5vw;
	}

	.individual-post {
		display:block;
		width:100%;
		margin-right:0;
		font-family: benton-modern-display, serif;
		text-align:left;
		margin-bottom:30px;
	}
	
	.individual-post img {
		width:100%;
		height:200px;
		object-fit:cover;
	}
	
	.detail-wrapper {
		padding:10px;
	}

}
/*--- SINGLE BLOG POST---*/
.post-image {
	width:100%;
	margin-bottom:50px;
}
.post-image img {
	width:100%;
	height:70vh;
	object-fit:cover;
}
.blog-content {
	max-width:550px;
	margin:100px auto;
}
#dpsp-content-top {
	margin-bottom:100px;
}
@media (max-width:1024px) {

	.post-image img {
		width:100%;
		height:300px;
		object-fit:cover;
	}
	.blog-content {
		max-width:80vw;
		margin:50px auto;
	}
	#dpsp-content-top {
		margin-bottom:50px;
	}
}
/*---COMMENTS---*/
.comments-area {
	margin:100px 0;
}
ol.comment-list {
	list-style:none;
	margin:0;
	padding:0;
}
li.comment {
	background:#F8F8F7;
	padding:30px 0;
	margin:50px 0;
}
li ol li.comment {
	background:#F8F8F7;
	padding:30px 0;
	margin:50px 0 0 0;
	border-top:2px solid #fff;
}
li.comment article {
	max-width:550px;
	margin:auto;
}
li.comment article {
	position:relative;
}
.comment img {
	background:#fff;
	position:absolute;
	left:-150px;
	top:50%;
	transform:translateY(-50%);
	width:100px;
	height:100px;
padding:10px;
	border-radius:50%;
}
.comment-metadata {
	display:none;
}
b.fn a {
	color:#E54F25;
	font-size:14px;
}
b.fn {
	color:#E54F25;
	text-transform:uppercase;
	letter-spacing:2px;
}
.says {
	display:none;
}
.reply {
	margin-top:20px;
}
.comment-author {
	margin-bottom:10px;
}
.comment-respond {
	margin:50px auto;
	max-width:550px;
}
h3.comment-reply-title {
	font-family: benton-modern-display, serif;
    color: #111;
    font-size: calc(30px + 1vw);
    font-weight: 300;
	text-align: center;
	text-transform:capitalize;
}
.logged-in-as {
	text-align:center;
	margin:30px 0;
}

@media (max-width:1024px) {
	.comments-area {
		margin:50px 0;
	}
	li.comment {
		background:#F8F8F7;
		padding:20px;
		margin:20px 0;
	}
	li ol li.comment {
		background:#F8F8F7;
		padding:20px 0;
		margin:20px 0 0 0;
		border-top:2px solid #fff;
	}
	li.comment article {
		max-width:90vw;
		margin:auto;
	}
	.comment img {
		background:#fff;
		position:relative;
		left:0px;
		top:0;
		transform:unset;
		width:50px;
		height:50px;
	padding:10px;
		border-radius:50%;
	}

	b.fn a {
		font-size:12px;
	}
	b.fn {
		color:#E54F25;
		text-transform:uppercase;
		letter-spacing:1px;
		position:relative;
		top:-20px;
		left:10px;
	}
	
	
}
/*---FOOTER---*/

.the-footer {
	width:100%;
	background:#111;
	padding:100px 0 30px 0;
}
.newsletter {
	max-width:50vw;
	margin:auto;
	text-align:center;
}
.copyright {
	text-align:center;
	text-transform: uppercase;
	font-size:10px;
	color:#898989;
	letter-spacing:2px;
	font-weight:400;
	margin-top:50px;
}
.footer-menu {
	max-width:50vw;
	margin:50px auto 0 auto;
	text-align:center;
}
.footer-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.footer-menu ul li {
	display:inline-block;
	padding:0;
	margin:0 10px;
}
.footer-menu ul li a {
	color:#fff;
}
.terms-menu {
	margin-top:2vw;
}
.terms-menu a,
.terms-menu a:visited {
	color:#888;
}
@media (max-width:1024px) {
	.footer-menu ul li {
		display:block;
		margin:5px 10px;
	}
	.terms-menu {
		margin-top:20px;
	}
	.the-footer {
	padding:100px 0 110px 0;
}
}
/*---NEWSLETTER---*/
.mc-field-group {
	text-align:center;
	margin:4vw 0;
}
.mc-field-group input[type=email] {
	border:0!important;
	border-radius:0!important;
	border-bottom:1px solid #fff!important;
	background:#111;
	color:#fff;
	display:inline-block!important;
	width:calc(99% - 100px)!important;
	vertical-align: middle;
	height:auto!important;
	padding:15px!important;
}
.mc-field-group ::placeholder {
	color:#fff!important;
}
.subscribe-button {
	display:inline-block;
	width:100px;
	vertical-align: middle;
    margin-left: -5px;
}
.subscribe-button input[type=submit] {
	background:#fff!important;
	border:0!important;
	border-radius:0!important;
	color:#000!important;
	font-size:12px!important;
	height:auto!important;
	margin:unset!important;
}
.subscribe-button input[type=submit]:focus {
	border:1px dotted #E54F25!important;
	outline:0;
}
#mc_embed_signup div.response {
    margin: 0!important;
    padding: 0!important;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
    color: #E54F25!important;
}
.social-icons {
	text-align:center;
	margin-bottom:5vw;
}
.insta,
.facebook {
	display:inline-block;
	vertical-align: middle;
	width:50px;
}
.social-icons svg {
	fill:#FFF;
}
@media (max-width:1024px) {
	.newsletter {
		max-width:90vw;
	}
	.mc-field-group {
		margin:40px 0;
	}
	.mc-field-group input[type=email] {
		width:240px!important;
	}
	.subscribe-button {
		width:60px;
	}
	.social-icons {
		margin-bottom:50px;
	}
	.subscribe-button input[type=submit] {
		font-size:10px!important;
	}
}
/*---ABOUT---*/ 

.about-header {
	color:#111;
	text-align:left;
	margin-bottom:40px;
}
.about-photo {
	min-height:100vh;
	padding-left:350px;
}
.alese-photo {
	display:inline-block;
	width:auto;
	vertical-align: middle;
	height:80vh;
	object-fit:cover;
	margin-top:10vh;
	max-width:40vw;
}
.alese-description {
	display:inline-block;
	max-width:30vw;
	vertical-align: middle;
	padding-left:5vw;
}
@media (max-width:768px) {
	.about-header {
	margin-top:40px;
text-align:center;
}
.about-photo {
	min-height:auto;
	padding-left:0;
	max-width:80vw;
	margin:120px auto 0 auto;
}
.alese-photo {
	display:block;
	width:100%;
	vertical-align: middle;
	height:auto;
	object-fit:cover;
	margin-top:10vh;
	max-width:100%;
}
.alese-description {
	display:block;
	max-width:100%;
	vertical-align: middle;
	padding-left:0;
	margin-bottom:50px;
}
}
/*---LOGIN---*/
.login {
	min-height:100vh;
	margin-left:250px;
	background-repeat:no-repeat;
	background-size:cover;
}
.login-inner {
	max-width:40vw;
	margin:auto;
	position:relative;
	top:50vh;
	transform:translateY(-50%);
	background:rgba(255,255,255,0.8);
	padding:30px 60px;
}
.login-heading {
	color:#111;
	text-align:center;
}
@media (max-width:1024px) {
	.login {
		min-height:100vh;
		margin-left:0;
	}
	.login-inner {
		max-width:90vw;
		margin:auto;
		position:relative;
		padding:20px 30px;
	}
	.login-heading {
		color:#111;
		text-align:center;
	}
}
/*---FORM FIELDS---*/

label {
	display:none;
}

input[type=text],
input[type=email],
input[type=password] {
	background:#fff;
	border:0;
	border-radius:0;
	padding:20px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	font-weight:500;
	color:#111;
	width:100%;
}
.post-password-form label {
	display:block;
}
.post-password-form input[type=password] {
	border:1px solid #111;
}
textarea {
	background:#fff;
	border:0;
	border-radius:0;
	padding:20px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	font-weight:500;
	color:#111;
	width:100%;
}
::placeholder {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:10px;
	letter-spacing:2px;
	font-weight:500;
	color:#111;
	text-transform:uppercase;
}
input[type=submit] {
	background:#fff;
	border:0;
	border-radius:0;
	padding:15px 30px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:10px;
	letter-spacing:2px;
	font-weight:500;
	color:#E54F25;
	text-transform:uppercase;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
}
.comments-area input[type=text],
.comments-area input[type=password],
.comments-area textarea {
	background:#fff;
	border:1px solid #111;
	border-radius:0;
	padding:10px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	font-weight:500;
	color:#111;
	width:100%;
}
.comments-area input[type=submit] {
	background:#F8F8F7;
}
/*---PORTFOLIO---*/
.staggered-photos {
	padding-left:250px;
	font-size:0;
	min-height:100vh;
	padding-top:10vh;
}

.portfolio-link {
	display:inline-block;
	width:18%;
	margin-right:2%;
	position:relative;
	height:50vh;
}
.portfolio-link:last-child {
	margin-right: 0;
	}
.portfolio-link a:after {
	background:transparent;
}
.portfolio-link:hover h2 {
	color:#E54F25;
}
.portfolio-link img {
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:top;
}
.portfolio-title {
	text-transform:capitalize;
	font-size:calc(30px + 1vw);
}
.portfolio-link:nth-of-type(even) .portfolio-title {
position:absolute;
bottom:-5vh;
left:50%;
transform:translateX(-50%);
}
@media (min-width: 1025px) and (max-width: 1400px) {
.portfolio-title {
	text-transform:capitalize;
	font-size:calc(20px + 1vw);
}
}
.portfolio-link:nth-of-type(even) img {
	position:relative;
	top:-10vh;
	}
	@media (max-width:1024px) {
		.staggered-photos {
			padding-left:0px;
			font-size:0;
			min-height:100vh;
			padding-top:100px;
			width:90vw;
			margin:auto;
			margin-bottom:30px;
		}
		
		.portfolio-link {
			display:inline-block;
			width:48%;
			margin-right:1%;
			position:relative;
			height:300px;
		}
		.portfolio-link img {
			height:100%;
			width:100%;
			object-fit:cover;
		}
		.portfolio-link:nth-of-type(even) .portfolio-title {
		position:unset;
		bottom:unset;
		left:unset;
		transform:unset;
		}
		
		.portfolio-link:nth-of-type(even) img {
			position:unset;
			top:unset;
			}
	}
/*---WPGALLERY---*/
.wp-block-gallery {
	margin:100px 0;
}

/*---Login Form---*/
.lwa-form tbody {
    display: inline-block;
    width: 100%;
}
.lwa-form table, .lwa-remember {
	max-width: 400px;
	margin: auto !important;
}
input#mc-embedded-subscribe {
    color: #E54F25 !important;
}
tr.lwa-submit {
    display: inline-block;
    width: 100%;
}
td.lwa-submit-links input[type="checkbox"] {
	display: none;
}
.lwa-form tbody tr,
.lwa-form tbody tr td {
	display: inline-block;
	width: 100%;
}
a.lwa-links-remember-cancel {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
input.lwa-button-remember {
    margin-top: 10px;
}
.lwa-username-label,
.lwa-password-label {
	display: none;
}
td.lwa-submit-links {
    display: flex !important;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.lwa-submit-links {
	margin-top: 20px
}
.lwa-remember td strong {
	font-family: benton-modern-display, serif;	
    font-weight: normal;
    letter-spacing: 1px;
}
input.lwa-user-remember {
    outline: none !important;
    font-size: 10px;
}
/*---CONTACT PAGE---*/
.contact-page {
	max-width:600px;
	margin:100px auto;
}
.contact-page h1 {
	color:#111;
	text-align:center;
}
.frm_form_fields, 
.wpcf7-form {
	margin-top:30px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.frm_fields_container input[type=text],
.frm_fields_container input[type=email],
.frm_fields_container textarea
{
	border:1px solid #111!important;
	background: #fff!important;
    border-radius: 0!important;
    padding: 20px!important;
    font-family: neue-haas-grotesk-display, sans-serif!important;
    font-size: 12px!important;
    letter-spacing: 2px!important;
    font-weight: 500!important;
    color: #111!important;
    width: 100%!important;
	height:auto!important;
}
.frm_fields_container label {
	display:none!important;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .wpcf7-form input[type=submit] {
background:#E54F25!important;
color:#fff!important;
	border: 0!important;
    border-radius: 0!important;
    padding: 15px 30px!important;
    font-family: neue-haas-grotesk-display, sans-serif!important;
    font-size: 10px!important;
    letter-spacing: 2px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    cursor: pointer!important;
}
.contact-footer-title {
	color:#E54F25;
}
.contact-footer {
	font-family: benton-modern-display,serif!important;	
    font-weight: normal;
		font-size:26px;
}
.with_frm_style .frm_form_fields > fieldset {
	border:0!important;
}
@media (max-width:1024px) {
	.contact-page {
		max-width:90vw;
		margin:150px auto;
	}
	.contact-footer-title {
	color:#E54F25;
		display:block;
}
}
/*---NARROW CONTENT---*/
.narrow-content {
	margin:4vw auto 5vw auto;
	max-width:600px;
}
@media (max-width:1024px) {
	.narrow-content {
		margin:80px auto;
	max-width:80vw;
}
}
/*---INSTAGRAM---*/
#sb_instagram {
	padding-left:250px;
	padding-top:2vw;
}
.sb_instagram_header {
	margin-left:40%!important;
}
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	font-size:12px!important;
}
#sb_instagram .sb_instagram_header .sbi_header_img {
	width:30px!important;
	height:30px!important;
}
#sb_instagram .sb_instagram_header .sbi_header_text {
	padding-top:0!important;
}
@media (max-width:1024px) {
	#sb_instagram {
		padding-left:0;
		padding-top:50px;
	}
	.sb_instagram_header {
		margin-left:0%!important;
	}
	#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
		font-size:12px!important;
	}
	#sb_instagram .sb_instagram_header .sbi_header_img {
		width:30px!important;
		height:30px!important;
	}
	#sb_instagram .sb_instagram_header .sbi_header_text {
		padding-top:0!important;
	}
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
		width:50%;
	}
}

/*----PORTAL-----*/

.portal {
	max-width:50vw;
	margin:auto;
	padding:5vw 0;
}
.portal-title {
	color:#000;
	text-align:center;
}
.portal-heading {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size:11px;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#111;
	margin:40px 0;
}
.folder-button {
	width:31%;
	margin:0 1%;
	display:inline-block;
	vertical-align:top;
	background:#000;
	height:15vw;
	position:relative;
}
.folder-button-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	filter: grayscale(1) brightness(0.5);
}
.folder-button-booking {
	width:31%;
	margin:0 1%;
	display:inline-block;
	vertical-align:top;
	background:#E54F25;
	height:15vw;
}
.folder-link {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
}
.folder-link:hover,
.folder-button-booking a:hover {
	color:#fff;
}
.folder-button-booking a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
}
p.folder-name {
	position:relative;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}

@media (max-width:768px) {
.portal {
	max-width:80vw;
}
.folder-button {
	width:100%;
	margin:0;
	display:block;
	background:#000;
	height:200px;
	margin-bottom:30px;
}
.folder-button-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	filter: grayscale(1) brightness(0.5);
}
.folder-button-booking {
	width:100%;
	margin:0;
	margin-bottom:30px;
	display:block;
	height:200px;
}
}
/*---CLIENTS---*/

.slick-track {
	padding: 1rem 0;
	display: flex !important;
    align-items: center;
}
.slick-track .each-logo {
	padding: 20px;
}
.slick-track .slick-slide {
	height: 100%;
}
.client-logos {
	background:#f2f2f2;
	width:100%;
	text-align:center;
	padding: 5vw 0;
	padding-left: 300px;
	padding-right: 100px;
}
.logos {
	margin: 0;
	padding: 0;
}
.each-logo img {
	filter:grayscale(1);
	transition:0.4s ease-in-out;
	margin: auto;
	width: 150px;
	height:150px;
}
.each-logo:hover img {
	filter:grayscale(0);
}
@media (max-width:1024px) {
.client-logos {
	padding: 5vw 0;
	padding-left: 5vw;
	padding-right: 5vw;
}	
	.each-logo img {
	width: 200px;
	height:100px;
		object-fit:contain;
}
}

/* 404 */
.error-404.not-found {
    max-width: 800px;
    margin: auto;
    padding: 20vh 0;
    text-align: center;
}
.error-404.not-found h1,
.thanks-header-one {
    color: #E54F25!important;
    text-align: center;
}
.thanks-header-one {
	margin-top:10vh;
}
.thanks-header-two {
	font-size:28px;
	margin-bottom:10vh;
}
@media(max-width:1024px) {
.error-404.not-found {
    max-width: 80vw;
    padding: 150px 0 100px 0;
}	
	.thanks-header-one {
	margin-top:50px;
}
.thanks-header-two {
	font-size:22px;
	margin-bottom:50px;
}
}