/*!
Theme Name: Bert Demasure Photography
Theme URI: https://www.thelist.media/
Author: The List Media
Author URI: https://www.thelist.media/
Description: /
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bert-demasure-photography
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.

Bert Demasure 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 */
}

/* 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-bottom: 1.5em;
}

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/******************** BERT DEMASURE PHOTOGRAPHY ********************/
/*********************************************/
/*********************************************/

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

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

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

@font-face {
	font-family: 'ITC Grouch';
	src: url('fonts/GrouchITCbyBT-Regular.eot');
	src: url('fonts/GrouchITCbyBT-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/GrouchITCbyBT-Regular.woff2') format('woff2'),
	url('fonts/GrouchITCbyBT-Regular.woff') format('woff'),
	url('fonts/GrouchITCbyBT-Regular.ttf') format('truetype'),
	url('fonts/GrouchITCbyBT-Regular.svg#GrouchITCbyBT-Regular') format('svg');
	font-weight: 900;
	font-style: normal;
}

/* Typography */
h1,
h2,
h3,
h4,
.et-db #et-boc .et-l .et_pb_module h1,
.et-db #et-boc .et-l .et_pb_module h2,
.et-db #et-boc .et-l .et_pb_module h3,
.et-db #et-boc .et-l .et_pb_module h4 {
	color: initial;
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: 1.25;
}

h1,
.et-db #et-boc .et-l .et_pb_module h1 {
	font-family: 'ITC Grouch', serif;
	font-weight: 900;
	font-size: 56px;
	text-transform: initial;
	letter-spacing: 0;
}

h2,
.et-db #et-boc .et-l .et_pb_module h2 {
	font-family: 'ITC Grouch', serif;
	font-weight: 900;
	font-size: 48px;
	text-transform: initial;
	letter-spacing: 0;
}

h3,
.et-db #et-boc .et-l .et_pb_module h3 {
	font-family: 'Brown', sans-serif;
	font-weight: bold;
	font-size: 36px;
	text-transform: initial;
	letter-spacing: 0;
}

h4,
.et-db #et-boc .et-l .et_pb_module h4 {
	font-family: 'Brown', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

p,
a,
.et-db #et-boc .et-l .et_pb_module p,
.et-db #et-boc .et-l .et_pb_module a {
	color: initial;
	margin: 0;
	padding: 0;
	font-family: 'Brown', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	line-height: 2;
}

a,
.et-db #et-boc .et-l .et_pb_module a {
	transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
}

a:focus,
a:hover,
a:active,
.et-db #et-boc .et-l .et_pb_module a:focus,
.et-db #et-boc .et-l .et_pb_module a:hover,
.et-db #et-boc .et-l .et_pb_module a:active {
	outline: 0;
}

strong {
	color: #faba4d !important;
}

blockquote,
blockquote p,
.et-db #et-boc .et-l .et_pb_module blockquote,
.et-db #et-boc .et-l .et_pb_module blockquote p {
	color: initial;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'ITC Grouch', serif;
	font-weight: 900;
	font-style: normal;
	font-size: 56px;
	text-transform: initial;
	letter-spacing: 0;
	line-height: 1.25;
	border: none !important;
}

/* Default */
* {
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	color: #ffffff;
	background: #faba4d;
}

::selection {
	color: #ffffff;
	background: #faba4d;
}

/* General */
body {
	background: #f7f7f7;
}

table {
	margin: 0;
}

.post,
.page,
.hentry,
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.entry-content,
.site-footer {
	margin-left: 356px !important;
}

.site-footer .site-footer-container {
	z-index: 998;
	position: relative;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 48px;
}

.overlap.top {
	margin-top: -96px;
}

.overlap.right {
	margin-right: -96px;
}

.overlap.bottom {
	margin-bottom: -96px;
}

.overlap.left{
	margin-left: -96px;
}

.float-left {
	float: left !important;
}

/* Header */
.site-header,
.site-header .site-header-container,
.site-header .site-header-container .site-header-wrapper,
.site-header .site-header-container .site-header-wrapper .flex-wrapper {
	height: 100vh;
}

.site-header {
	z-index: 999;
	background: #ffffff;
	position: fixed;
	width: 356px;
	height: 100vh;
}

/** Site-branding **/
.site-branding {
	margin-bottom: 48px;
	padding: 48px 48px 0 48px;
}

/*** Logo ***/
.site-branding .custom-logo,
.site-branding .custom-logo img,
.site-branding .custom-logo svg {
	height: 48px;
}

/**** Midnight ****/
.midnightHeader {
	transition: background .2s ease-in !important;
	-webkit-transition: background .2s ease-in !important;
}

#menu-toggle .midnightHeader.default {
	background: #231f1f;
}

#menu-toggle .midnightHeader.dark {
	background: transparent;
}

.midnightHeader.dark .burger span {
	z-index: 999;
	background: #231f1f !important;
}

.midnightInner {
	padding: 27px 24px;
}

/** Navigation **/
.main-navigation {
	width: auto;
}

#site-navigation,
#social-media-navigation,
#quick-contact-navigation {
	margin-left: 48px;
}

ul.menu,
.sidr ul.menu {
	margin: -18px;
}

ul.menu li,
.sidr ul.menu li {
	margin: 18px;
	text-align: left;
	list-style: none;
	transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
}

ul.menu li a {
	color: initial;
	display: block;
	font-family: 'Brown', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-transform: initial;
	text-decoration: none;
	line-height: 1.5;
}

.menu-item i._mi,
.menu-item img._mi,
.menu-item img._before,
.rtl .menu-item img._after {
	width: 18px;
	height: 18px;
}

/*** Main menu ***/
ul#main-menu {
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

/*** Secondary menu ***/
.secondary-menu-wrapper {
	width: 100%;
	margin-top: auto;
}

.secondary-menu-wrapper nav ul.menu li a {
	color: rgba(35, 31, 31, .5);
}

/**** Social media menu ****/
#social-media-navigation {
	margin-bottom: 12px;
}

#social-media-navigation ul.menu {
	flex-direction: row;
	-webkit-flex-direction: row;
	margin: -6px;
}

#social-media-navigation ul.menu li {
	margin: 6px;
}

#social-media-navigation ul.menu li a {
	opacity: .5;
}

/**** Quick contact menu ****/
#quick-contact-navigation {
	margin-bottom: 48px;
}

#quick-contact-navigation ul.menu {
	margin: -6px;
}

#quick-contact-navigation ul.menu li {
	margin: 6px;
}

/**** Call to action menu ****/
#call-to-action-navigation,
#call-to-action-navigation ul.menu,
#call-to-action-navigation ul.menu li {
	width: 100%;
}

#call-to-action-navigation ul.menu li a {
	color: #ffffff !important;
	background: #faba4d !important;
}

/*** Mobile menu ***/
#mobile-menu-toggle-navigation,
#mobile-menu-toggle-navigation #menu-toggle,
#mobile-menu-toggle-navigation #menu-toggle .midnightHeader {
	width: 48px !important;
	height: 72px !important;
	top: 0;
	right: 0;
	left: initial !important;
}

#mobile-menu-toggle-navigation {
	cursor: pointer;
	position: absolute;
	display: none;
}

#mobile-menu-toggle-navigation #menu-toggle {
	position: absolute !important;
}

#mobile-menu-toggle-navigation #menu-toggle .burger {
	position: relative;
	width: 24px !important;
	height: 18px !important;
	margin-top: 36px;
}

#mobile-menu-toggle-navigation #menu-toggle .burger span {
	background: #ffffff;
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	right: 0;
	transition: .4s ease-in;
	-webkit-transition: .4s ease-in;
	animation: grow .4s forwards;
	transition-timing-function: ease-in;
	-webkit-animation: grow .4s forwards;
	-webkit-transition-timing-function: ease-in;
}

#mobile-menu-toggle-navigation #menu-toggle span:nth-child(1) {
	top: 2px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

#mobile-menu-toggle-navigation #menu-toggle span:nth-child(2),
#mobile-menu-toggle-navigation #menu-toggle span:nth-child(3) {
	top: 8px;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

#mobile-menu-toggle-navigation #menu-toggle span:nth-child(4) {
	bottom: 2px;
	animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}

#mobile-menu-toggle-navigation #menu-toggle.active span:nth-child(1) {
	width: 0;
	top: 8px;
	transform: translate(9px);
	-webkit-transform: translate(9px);
	-ms-transform: translate(9px);
}

#mobile-menu-toggle-navigation #menu-toggle.active span:nth-child(2) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#mobile-menu-toggle-navigation #menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

#mobile-menu-toggle-navigation #menu-toggle.active span:nth-child(4) {
	width: 0;
	bottom: 8px;
	transform: translate(9px);
	-webkit-transform: translate(9px);
	-ms-transform: translate(9px);
}

/**** Sidr ****/
.sidr {
	right: -100%;
	color: #010101 !important;
	background: #ffffff !important;
	width: calc(100vw - 72px) !important;
	max-width: 480px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.sidr .main-navigation {
	position: absolute;
	top: 50%;
	left: 48px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.sidr ul.menu,
.sidr ul.menu li {
	border: none;
}

.sidr ul.menu li a,
.sidr ul.menu li span {
	padding: 0;
}

.sidr ul.menu li a {
	color: #231f1f;
}

.sidr ul.menu li a:hover,
.sidr ul.menu li a:focus,
.sidr ul.menu li a:active {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

/**** Slidebar ****/
[off-canvas] {
	background: initial !important;
}

/* Content */
/** Revolution slider **/
.title-wrapper h1 {
	color: #ffffff !important;
}

/*** Tabs ***/
.tp-tabs .tp-tab-mask,
.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper {
	display: flex !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	height: 60px !important;
	max-width: 100% !important;
	left: 0 !important;
	text-align: left !important;
	transform: none !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab {
	position: relative !important;
	display: flex !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	justify-content: center !important;
	padding-top: 0 !important;
	padding-bottom: 48px !important;
	left: 0 !important;
}

.tp-tab {
	position: relative;
	flex: 1 1 auto !important;
	height: 60px !important;
	/*width: 33.3% !important;*/
}

.tp-tab .tp-tab-desc,
body #rev_slider_1_1_wrapper .hebe .tp-tab-desc {
	color: #231f1f !important;
	height: 60px !important;
	font-family: 'ITC Grouch', serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	font-size: 24px !important;
	text-transform: lowercase !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	text-align: center !important;
}

.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab .tp-tab-desc {
	opacity: 1 !important;
}

/** Essential grid **/
.esg-filters {
	padding: 72px 0;
}

.esg-filter-wrapper {
	margin: -12px !important;
	justify-content: center;
}

.esg-filter-wrapper .esg-filterbutton {
	margin: 12px !important;
	line-height: 1.5 !important;
	transition: .2s ease-in !important;
	-webkit-transition: .2s ease-in !important;
}

.esg-filter-wrapper .esg-filterbutton:not(.selected):hover,
.esg-filter-wrapper .esg-filterbutton:not(.selected):focus,
.esg-filter-wrapper .esg-filterbutton:not(.selected):active {
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
}

.esg-filter-wrapper .esg-filterbutton span {
	color: #ffffff !important;
	font-family: 'Brown', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 1.5;
}

.esg-filter-wrapper .esg-filterbutton:hover span,
.esg-filter-wrapper .esg-filterbutton:focus span,
.esg-filter-wrapper .esg-filterbutton:active span,
.esg-filter-wrapper .esg-filterbutton.selected span {
	color: #faba4d !important;
}

.esg-filter-wrapper .esg-filterbutton span.eg-el-amount {
	display: none;
}

.esg-grid .mainul {
	margin: 0 !important;
}

.esg-entry-media-wrapper .esg-media-poster {
	background-size: cover !important;
	background-position: center !important;
}

.esg-entry-cover .esg-overlay {
	z-index: 0 !important;
	background: rgba(35, 31, 31, .9) !important;
}

.esg-bottom {
	padding: 36px 18px !important;
}

.esg-loadmore-wrapper {
	display: none;
}

/*** Services ***/
.et-db #et-boc .et-l .et_pb_module #services {
	margin: -12px;
	padding: 72px 48px !important;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.et-db #et-boc .et-l .et_pb_module #services:after {
	content: 'a passion for';
	color: rgba(255, 255, 255, .1);
	position: absolute;
	margin: -36px 0 0 -24px;
	font-family: 'ITC Grouch', serif;
	font-weight: 900;
	font-style: normal;
	font-size: 42px;
	text-transform: lowercase;
	line-height: 1.25;
}

.et-db #et-boc .et-l .et_pb_module #services a {
	z-index: 1;
	cursor: pointer;
	color: #ffffff;
	margin: 12px;
	padding: 0;
	font-family: 'Brown', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 1.5;
}

.et-db #et-boc .et-l .et_pb_module #services a:hover,
.et-db #et-boc .et-l .et_pb_module #services a:focus,
.et-db #et-boc .et-l .et_pb_module #services a:active {
	color: #faba4d !important;
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
}

/*** Load more ***/
.et-db #et-boc .et-l .et_pb_module .load-more-wrapper {
	background: #faba4d;
}

.et-db #et-boc .et-l .et_pb_module #load-more {
	margin: -12px;
	padding-top: 150%;
	align-items: center;
	-webkit-align-items: center;
}

.et-db #et-boc .et-l .et_pb_module #load-more a {
	color: #ffffff;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	font-family: 'Brown', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 1.5;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/** Divi **/
.overlay-bottom:after {
	z-index: 0;
	content: '';
	background: #f7f7f7;
	position: absolute;
	width: 100%;
	height: 96px;
	bottom: 0;
}

/*** Person ***/
.et-db #et-boc .et-l .et_pb_module .et_pb_team_member_image {
	max-width: 100%;
}

/** Masonry **/
.grid {
	padding: 0 0 18px 18px;
}

.grid-item {
	width: calc(33.34% - 24px);
	margin-bottom: 11px;
}

/* Forms */
::-webkit-input-placeholder {
	color: #ffffff;
	text-transform: lowercase;
}

::-moz-placeholder {
	color: #ffffff;
	text-transform: lowercase;
}

:-moz-placeholder {
	color: #ffffff;
	text-transform: lowercase;
}

:-ms-input-placeholder {
	color: #ffffff;
	text-transform: lowercase;
}

.et-db #et-boc .et-l .et_pb_module input select,
.et-db #et-boc .et-l .et_pb_module select,
.et-db #et-boc .et-l .et_pb_module input textarea,
.et-db #et-boc .et-l .et_pb_module textarea,
.et-db #et-boc .et-l .et_pb_module input.text,
.et-db #et-boc .et-l .et_pb_module input.title,
.et-db #et-boc .et-l .et_pb_module input[type=email],
.et-db #et-boc .et-l .et_pb_module input[type=password],
.et-db #et-boc .et-l .et_pb_module input[type=tel],
.et-db #et-boc .et-l .et_pb_module input[type=text],
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
	color: #ffffff !important;
	background: transparent;
	width: 100% !important;
	padding: 24px 0px !important;
	font-family: 'Brown', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	border: none !important;
	border-bottom: 1px solid #ffffff !important;
	border-radius: 0;
	transition: .2s ease-in !important;
	-webkit-transition: .2s ease-in !important;
}

textarea {
	resize: none;
}

/** Gravity forms **/
.gform_wrapper {
	text-align: center !important;
}

.gform_wrapper form {
	width: 100%;
}

.gform_wrapper .gform_footer,
.gform_wrapper form .gform_body .gform_page_footer {
	margin-top: 36px !important;
}

/*** Input fields ***/
body .gform_wrapper ul.gform_fields {
	flex-direction: column;
	-webkit-flex-direction: column;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: -12px !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	margin: 12px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
	width: calc(50% - 24px) !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	color: initial;
	font-family: initial;
	font-weight: initial;
	font-style: normal;
	font-size: 14px;
	text-transform: initial;
	text-decoration: none;
	text-decoration: 1.5;
	text-align: left;
}

.et-db #et-boc .et-l .et_pb_module textarea {
	height: 267px;
}

.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100% !important;
	margin: -12px !important;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li,
.image-choices-admin-field.image-choices-use-images .image-choices-choice,
.image-choices-field .image-choices-choice {
	margin: 12px !important;
}

/*** Buttons ***/
a.button,
.button a,
.et-db #et-boc a.et_pb_button,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
	cursor: pointer;
	color: #faba4d !important;
	background: #ffffff !important;
	position: relative;
	padding: 24px 36px !important;
	font-family: 'Brown', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 16px;
	text-transform: lowercase !important;
	text-decoration: none;
	line-height: 1.5;
	text-align: center !important;
	border: none !important;
	border-radius: 0 !important;
	transition: .2s ease-in !important;
	-webkit-transition: .2s ease-in !important;
}

/*** Image choices extension ***/
/*** Validation messages ***/
.gform_wrapper div.validation_error {
	color: red !important;
	font-family: initial !important;
	font-weight: initial !important;
	font-style: normal !important;
	font-size: 14px !important;
	text-transform: initial !important;
	text-decoration: none !important;
	line-height: 1.5 !important;
	text-align: center !important;
}

/* Cookie notice */

/* Hustle */
/** Pop-ups **/
/** Slide-ins **/

/* Footer */
.site-footer {
	background: initial;
}

/** Navigation **/
/** Site info **/
.site-footer .site-info {
	width: 100%;
}

.site-footer .site-info .copyright,
.site-footer .site-info .made-by {
	color: rgba(35, 31, 31, .5);
	font-family: 'Brown', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: initial;
	text-decoration: none;
	line-height: 1.5;
}

.site-footer .site-info ul.menu li a {
	color: rgba(35, 31, 31, .5);
	font-weight: normal;
}

.site-footer .site-info ul.menu li a[href] {
	font-weight: bold;
}

.site-footer .made-by {
	margin-left: auto;
}

/* Responsive */
@media screen and (max-width: 1440px) {
	#rev_slider_1_1_wrapper {
		margin-bottom: 360px !important;
	}
	
	.tp-tabs .tp-tab-mask,
	.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper,
	rs-tabs {
		min-height: 360px !important;
	}
	
	.tp-tabs-inner-wrapper .tp-tab {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 1400px) {
	.grid-item {
		width: calc(50% - 27px);
	}
}

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

}

@media screen and (max-width: 980px) {
	.site-header, .site-header .site-header-container,
	.site-header .site-header-container .site-header-wrapper,
	.site-header .site-header-container .site-header-wrapper .flex-wrapper {
		background: transparent;
		width: 100%;
		height: 96px;
	}

	.site-branding {
		padding: 24px 0 0 18px;
	}

	#site-navigation,
	#call-to-action-navigation,
	#social-media-navigation,
	#quick-contact-navigation {
		display: none;
	}

	#mobile-menu-toggle-navigation {
		display: flex;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		margin-left: auto;
	}

	.entry-content,
	.site-footer {
		margin-left: 0 !important;
	}

	.rev_column {
		display: block !important;
		width: 100% !important;
	}

	.rev_column .rev_column_inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.site-footer .flex-wrapper.row,
	.esg-filter-wrapper {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.tp-span-wrapper,
	.tp-tab-mask,
	.tp-tabs-inner-wrapper {
		height: auto !important;
		max-height: 480px !important;
	}

	.tp-tabs-inner-wrapper {
		margin-bottom: 48px !important;
	}

	.tp-tabs-inner-wrapper .tp-tab {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		margin-bottom: 24px !important;
	}

	.tp-tabs-inner-wrapper .tp-tab:last-child {
		margin-bottom: 0 !important;
	}

	.site-footer .site-info {
		align-items: center !important;
	}

	.site-footer .site-info .copyright,
	.site-footer .site-info .menu-disclaimer-menu-container {
		margin-bottom: 24px;
		text-align: center;
	}

	.site-footer .site-info #disclaimer-menu {
		padding-left: 0;
	}

	.site-footer .site-info #disclaimer-menu li {
		width: 100%;
		text-align: center;
	}

	.site-footer .site-info .made-by {
		margin-left: 0;
	}
	
	.tp-tabs-inner-wrapper .tp-tab {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 778px) {
	.grid-item {
		width: calc(100% - 36px);
	}
}

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

}

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

}

@media screen and (max-width: 640px) {
	.gform_wrapper .top_label li.gfield.gf_left_half,
	.gform_wrapper .top_label li.gfield.gf_right_half,
	.gform_wrapper .top_label li.gfield .ginput_container {
		width: calc(100% - 12px) !important;
	}
}

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

}

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

}

/* Flexbox */
.flex-wrapper,
ul.menu,
.main-navigation a,
.sidr ul.menu,
.tp-tabs .tp-tab-mask,
.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper,
.esg-filter-wrapper,
.esg-filter-wrapper .esg-filterbutton,
.gform_wrapper ul.gform_fields,
.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio,
.image-choices-admin-field.image-choices-use-images .image-choices-choice label,
.image-choices-field .image-choices-choice label {
	display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
}

.flex-wrapper.row,
.flex-wrapper.column,
ul.menu,
.tp-tabs .tp-tab-mask,
.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.flex-wrapper.row,
.tp-tabs .tp-tab-mask,
.tp-tabs .tp-tab-mask .tp-tabs-inner-wrapper,
#disclaimer-menu {
	flex-direction: row;
	-webkit-flex-direction: row;
}

.flex-wrapper.column,
ul.menu,
.sidr ul.menu {
	flex-direction: column;
	-webkit-flex-direction: column;
}

/* Woocommerce flexbox first row filled. */
.woocommerce ul.products:before,
.woocommerce ul.products:after {
	content: normal;
}

/* Animations */
@-webkit-keyframes grow {
	100% {
		width: 100%;
	}
}

@keyframes grow {
	100% {
		width: 100%;
	}
}


.sidr li a::before {
    content: "→";
    border: 1px solid #bdbcbc;
    border-radius: 100px;
    padding: 2px 5px;
    margin-right: 5px;
    transition: 0.5s;
}

.sidr li a:hover::before {
	border-color: black !important;
}