/*!
Theme Name: TFOH
Theme URI: http://underscores.me/
Author: Tim Darker maximus

Author URI: http://thefutureofhistory.co.uk/
Description: TFOH Starter Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tfoh
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.

TFOH 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
--------------------------------------------------------------*/
/*------------------------------------*  $VARS
\*------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/*------------------------------------*  $RESET

  A modified reset based on the work
  of Eric Myer.
  http://meyerweb.com/eric/tools/css/reset/
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*------------------------------------*  $MEDIA QUERIES
\*------------------------------------*/
/*------------------------------------*  $MIXINS
\*------------------------------------*/
/**
 * Target devices based on pixel ratio
 */
/**
 * Link states
 *
 * @include states {
 *   color: blue;
 * }
 */
/**
 * Style all headings at once
 *
 * @include headings {
 *   color: red;
 * }
 */
/**
 * Vertically align an element
 * inside its container
 *
 * .element {  @include align-vertical; }
 */
/**
 * Horizontally align an element
 * inside its container
 *
 * .element {  @include align-horizontal; }
 */
/**
 * Centrally align an element
 * inside its container
 *
 * .element {  @include align-center; }
 */
/**
 * Set the position and top, right, bottom, left values
 *
 * .classname {  @include position(relative, 0, 1px, 10%, auto); }
 */
/**
 * Add aspect ratio sized boxes for image containers
 * So height of boxes are maintained while content loads
 * And we therefore avoid content shifting
 *
 * .image-container { @include aspect-ratio(1600, 900); }
 */
/**
* A SCSS mixin for creating scrim gradients
* Inspired by Andreas Larson - https://github.com/larsenwork
* https://css-tricks.com/easing-linear-gradients/
*
* .gradient {  @include scrimGradient(#000000, 'to top'); }
*/
/**
 * Visually hide an element
 * Use this mixin, don't use @extand on the class
 * Useful for making forms accesible whilst maintaining design
 *
 * .thing {  @include visually-hidden; }
 */
/**
 * Add fallback polyfill for IE11 to support object-fit
 * Be careful with this mixin, it can sometimes be unpredictable,
 * you must test EXTENSIVELY in IE11
 * Must target the actual image you want to object-fit
 * Should be used together with @include aspect-ratio to provide the image's height
 *
 * .image {  @include object-fit-fallback(cover); }
 */
/*------------------------------------*  $FUNCTIONS
\*------------------------------------*/
/**
 * Quickly get an em value
 */
/**
 * Quickly get a rem value
 */
/**
 * Font sizing in rems
 */
/**
 * Output an image URL
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #d63031;
	text-decoration: none;
	position: relative;
}

h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
	color: #c52728;
}

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

h2 {
	font-size: 1.5rem;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17rem;
	margin: 1em 0;
}

h4 {
	font-size: 1rem;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83rem;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67rem;
	margin: 2.33em 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 1em;
}

p.intro {
	padding-left: 20px;
	border-left: 3px solid #d63031;
	color: #d63031;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}

.site-main p {
	max-width: 90%;
}

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

blockquote {
	margin: 0 1.5em;
	position: relative;
	font-weight: 600;
}

blockquote:before {
	height: 25px;
	width: 25px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38.3 31.1' enable-background='new 0 0 38.3 31.1'%3E%3Cg%3E%3Cpath fill='%23F07E14' d='M16.9,31.1H2.2C0.7,26.4,0,21.6,0,16.5s1.3-9,4-12C6.7,1.5,10.6,0,15.9,0v7.1c-4.2,0-6.3,2.6-6.3,7.7v2.4 h7.4V31.1z M38.3,31.1H23.6c-1.4-4.6-2.2-9.5-2.2-14.5s1.3-9,4-12C28.1,1.5,32,0,37.3,0v7.1c-4.2,0-6.3,2.6-6.3,7.7v2.4h7.4V31.1z' /%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px 25px;
	position: absolute;
	top: -10px;
	margin: auto;
	left: -30px;
	display: block;
	content: '';
	z-index: 10;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

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

sub {
	font-size: 50%;
}

b, strong {
	font-weight: bolder;
}

/*--------------------------------------------------------------
# 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. */
	display: block;
	/* remove container div font-size spacing */
}

img.lazyload, img.lazyloading {
	opacity: 0;
}

img.lazyloaded {
	opacity: 1;
	transition: opacity 0.4s;
}

img.lazysizes-display-clone + img.lazyloaded {
	display: none;
	position: absolute;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	clip: rect(0 0 0 0);
	border: 0;
}

figure {
	overflow: hidden;
}

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

.button, .featured--first .featured--post .post__link {
	padding: 0 30px 0 30px;
	font-size: 1.25rem;
	font-weight: 400;
	background-color: #d63031;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	line-height: 1;
	min-height: 50px;
	color: #fff;
	cursor: pointer;
	width: auto;
	border: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
}

.button:hover, .featured--first .featured--post .post__link:hover, .button:active, .featured--first .featured--post .post__link:active, .button:focus, .featured--first .featured--post .post__link:focus {
	background-color: #c52728;
	color: #fff;
}

.button:hover a:after, .featured--first .featured--post .post__link:hover a:after, .button:active a:after, .featured--first .featured--post .post__link:active a:after, .button:focus a:after, .featured--first .featured--post .post__link:focus a:after {
	transform: translateX(10px);
}

.button > a, .featured--first .featured--post .post__link > a {
	color: #fff;
	position: relative;
}

.button > a:after, .featured--first .featured--post .post__link > a:after {
	content: "\203A";
	width: 10px;
	height: 10px;
	color: #fff;
	top: -8px;
	position: absolute;
	right: -20px;
	font-size: 32px;
	transform: translateX(0px);
	transition: all 0.2s 0.1s ease-in-out;
}

.button > a:hover, .featured--first .featured--post .post__link > a:hover, .button > a:active, .featured--first .featured--post .post__link > a:active, .button > a:focus, .featured--first .featured--post .post__link > a:focus {
	color: #fff;
}

.button--disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.button--disabled:hover, .button--disabled:active, .button--disabled:focus {
	background-color: #d63031;
	color: #fff;
}

.button[disabled], .featured--first .featured--post [disabled].post__link {
	cursor: default;
	opacity: 0.4;
}

.button[disabled]:hover, .featured--first .featured--post [disabled].post__link:hover, .button[disabled]:active, .featured--first .featured--post [disabled].post__link:active, .button[disabled]:focus, .featured--first .featured--post [disabled].post__link:focus {
	background-color: #d63031;
	color: #fff;
}

.button--small, .woocommerce-Reviews .form-submit input[type="submit"] {
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	padding: 0 11.66667px;
	background-color: #d63031;
	color: #fff;
	font-size: 0.875rem;
	padding: 0 20px;
	cursor: pointer;
}

.button--small:hover, .woocommerce-Reviews .form-submit input[type="submit"]:hover, .button--small:active, .woocommerce-Reviews .form-submit input[type="submit"]:active, .button--small:focus, .woocommerce-Reviews .form-submit input[type="submit"]:focus {
	background-color: #c52728;
	color: #fff;
}

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: #d63031;
	cursor: pointer;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #7b7b7b;
}

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

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

@media (max-width: 59.99em) {
	.main-navigation {
		position: absolute;
		max-width: 80%;
		width: 350px;
		z-index: 2;
		left: 100%;
		top: 90px;
		transition: all 0.4s ease-in;
		height: calc(100vh - 90px);
		transform: translateZ(0);
	}
	.has-mobile-nav .main-navigation {
		transform: translate3d(-100%, 0, 0);
	}
	.main-navigation > div {
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 100%;
		min-height: calc(100vh - 90px);
		background-color: #d63031;
		padding-bottom: 160px;
	}
}

@media (min-width: 60em) {
	.main-navigation {
		width: auto;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
}

@media (min-width: 60em) {
	.is-sticky .main-navigation .nav-menu > li {
		height: 50px;
	}
	.is-sticky .main-navigation .nav-menu > li > a {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
}

.main-navigation .sub-menu {
	display: none;
}

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

.main-navigation li {
	position: relative;
}

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

.main-navigation .menu__toggle {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.main-navigation .menu__toggle span {
	position: absolute;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	clip: rect(0 0 0 0);
	border: 0;
}

@media (max-width: 59.99em) {
	.main-navigation a {
		color: #d63031;
		display: inline;
		position: relative;
	}
	.main-navigation a:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 1px;
		width: 0;
		background-color: #d63031;
		transition: width .4s ease-in-out;
	}
	.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
		color: #d63031;
	}
	.main-navigation a:hover:after, .main-navigation a:active:after, .main-navigation a:focus:after {
		width: 100%;
	}
	.main-navigation .nav-menu {
		padding-top: 7px;
		padding-bottom: 7px;
		display: none;
		background-color: #1B1B1C;
	}
	.mobile-nav-is-visible .main-navigation .nav-menu {
		display: block;
	}
	.main-navigation .subnav-li-level-1 {
		font-size: 0.875rem;
		display: block;
		margin-top: 1px;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 25px;
		padding-right: calc(25px + 50px);
	}
	.main-navigation .subnav-li-level-1[data-state="open"] {
		height: auto;
	}
	.main-navigation .subnav-li-level-1[data-state="open"] .menu__toggle {
		transform: rotate(180deg);
	}
	.main-navigation .subnav-li-level-1[data-state="open"] ul {
		display: block;
	}
	.main-navigation .subnav-ul-level-1 {
		margin-top: 14px;
	}
	.main-navigation .subnav-ul-level-2 {
		margin-top: 5px;
	}
	.main-navigation .subnav-li-level-2 {
		font-size: 0.875rem;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
	}
	.main-navigation .subnav-li-level-3 {
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 10px;
	}
	.main-navigation .menu__toggle {
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		width: 50px;
		cursor: pointer;
		background-size: 10px 6px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='svg--arrow' viewBox='0 0 10 6'%3E%3Cpolygon fill='%23d63031' points='5,5.6 0.1,1.1 1,0.2 5,3.8 9,0.2 9.9,1.1 '%3E%3C/polygon%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
		transition: transform 0.3s ease-in-out;
		transform: rotate(0deg);
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
	}
	.main-navigation .menu__toggle:hover, .main-navigation .menu__toggle:active, .main-navigation .menu__toggle:focus {
		background-color: #ddd;
	}
}

@media (min-width: 60em) {
	.main-navigation .nav-menu {
		display: -ms-flexbox;
		display: flex;
		height: 50px;
	}
	.main-navigation .nav-menu .subnav-ul-level-1 {
		background-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99999;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		max-height: calc(100vh - 150px);
		overflow-y: scroll;
		overflow-x: hidden;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-navigation .nav-menu .subnav-ul-level-1 a {
		width: 200px;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.main-navigation .nav-menu .subnav-ul-level-1 a:hover, .main-navigation .nav-menu .subnav-ul-level-1 a:active, .main-navigation .nav-menu .subnav-ul-level-1 a:focus {
		background-color: #d63031;
		color: #fff;
	}
	.main-navigation .nav-menu .subnav-li-level-1 {
		font-size: 0.875rem;
		padding: 0 10px;
		position: relative;
		height: 50px;
		width: auto;
	}
	.main-navigation .nav-menu .subnav-li-level-1 > a {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
	.main-navigation .nav-menu .subnav-li-level-1.current-menu-item, .main-navigation .nav-menu .subnav-li-level-1.current-page-ancestor {
		background-color: #d63031;
	}
	.main-navigation .nav-menu .subnav-li-level-1.current-menu-item > a, .main-navigation .nav-menu .subnav-li-level-1.current-page-ancestor > a {
		color: #fff;
	}
	.main-navigation .nav-menu .subnav-li-level-1.menu-item-has-children > a {
		margin-right: 30px;
	}
	.main-navigation .nav-menu .subnav-li-level-1.hovered {
		background-color: #d63031;
	}
	.main-navigation .nav-menu .subnav-li-level-1.hovered .sub-menu {
		display: block;
	}
	.main-navigation .nav-menu .subnav-li-level-1.hovered .menu__toggle {
		transform: rotate(180deg);
	}
	.main-navigation .nav-menu .subnav-li-level-1.hovered > a {
		color: #fff;
	}
	.main-navigation .nav-menu .subnav-li-level-3 a {
		padding-left: 30px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 0.8125rem;
	}
	.main-navigation .nav-menu .subnav-li-level-4 a {
		padding-left: 40px;
	}
	.main-navigation .nav-menu .menu__toggle {
		position: absolute;
		top: 5px;
		right: 5px;
		height: 40px;
		min-height: 40px;
		width: 30px;
		cursor: pointer;
		background-size: 10px 6px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='svg--arrow' viewBox='0 0 10 6'%3E%3Cpolygon points='5,5.6 0.1,1.1 1,0.2 5,3.8 9,0.2 9.9,1.1 '%3E%3C/polygon%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center center;
		border: none;
		transition: transform 0.3s ease-in-out;
		transform: rotate(0deg);
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		pointer-events: none;
	}
	.is-touch-enabled .main-navigation .nav-menu .menu__toggle {
		pointer-events: auto;
	}
}

@media (max-width: 59.99em) {
	.has-mobile-nav .nav-menu {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0;
	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%;
}

.overlay.nav__overlay {
	top: 90px;
	z-index: 1;
	position: absolute;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        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;
	-webkit-clip-path: none;
	        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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
	margin-bottom: 20px;
}

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

.post {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.post h1 a,
.post h2 a,
.post h3 a,
.post h4 .entry-meta a,
.post .tags-links a,
.post .cat-links a,
.post .comments-link a,
.post .posted-on a,
.post .byline a {
	position: relative;
	border: none;
	outline: none;
}

.post h1 a:after,
.post h2 a:after,
.post h3 a:after,
.post h4 .entry-meta a:after,
.post .tags-links a:after,
.post .cat-links a:after,
.post .comments-link a:after,
.post .posted-on a:after,
.post .byline a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #d63031;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.2s 0.1s ease-in-out;
}

.post h1 a:hover:after, .post h1 a:active:after, .post h1 a:focus:after,
.post h2 a:hover:after,
.post h2 a:active:after,
.post h2 a:focus:after,
.post h3 a:hover:after,
.post h3 a:active:after,
.post h3 a:focus:after,
.post h4 .entry-meta a:hover:after,
.post h4 .entry-meta a:active:after,
.post h4 .entry-meta a:focus:after,
.post .tags-links a:hover:after,
.post .tags-links a:active:after,
.post .tags-links a:focus:after,
.post .cat-links a:hover:after,
.post .cat-links a:active:after,
.post .cat-links a:focus:after,
.post .comments-link a:hover:after,
.post .comments-link a:active:after,
.post .comments-link a:focus:after,
.post .posted-on a:hover:after,
.post .posted-on a:active:after,
.post .posted-on a:focus:after,
.post .byline a:hover:after,
.post .byline a:active:after,
.post .byline a:focus:after {
	width: 100%;
}

.cat-links {
	margin-right: 20px;
}

.edit-link {
	margin-left: 20px;
	margin-right: 20px;
}

@media (min-width: 60em) {
	.blog--roll .post.category-development, .blog--roll .post.category-design, .blog--roll .post.category-tech {
		overflow: auto;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		    grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto 1fr auto;
		    grid-template-rows: auto 1fr auto;
		-ms-grid-column-align: start;
		    justify-items: start;
		-ms-flex-align: start;
		    align-items: start;
		grid-gap: 20px;
	}
	.blog--roll .post.category-development .entry-title, .blog--roll .post.category-design .entry-title, .blog--roll .post.category-tech .entry-title {
		margin: 0 0 10px;
		line-height: 32px;
		font-size: 1.75rem;
		position: relative;
	}
	.blog--roll .post.category-development .post-thumbnail, .blog--roll .post.category-design .post-thumbnail, .blog--roll .post.category-tech .post-thumbnail {
		grid-column: 2/3;
		grid-row: 1/4;
		margin: 0;
		font-size: 0;
		position: relative;
	}
	.blog--roll .post.category-development .post-thumbnail:after, .blog--roll .post.category-design .post-thumbnail:after, .blog--roll .post.category-tech .post-thumbnail:after {
		content: "";
		position: absolute;
		top: 50%;
		height: 20px;
		width: 20px;
		transform: translateY(-50%);
		left: 0;
		position: absolute;
		display: block;
		border-style: solid;
		border-width: 10px 0 10px 15px;
		border-color: transparent transparent transparent #fff;
		width: 0;
		height: 0;
	}
	.blog--roll .post.category-development .entry-content, .blog--roll .post.category-design .entry-content, .blog--roll .post.category-tech .entry-content {
		margin: 0;
		width: 100%;
	}
	.blog--roll .post.category-development .entry-content p, .blog--roll .post.category-design .entry-content p, .blog--roll .post.category-tech .entry-content p {
		margin: 0;
	}
	.blog--roll .post.category-development .entry-footer, .blog--roll .post.category-design .entry-footer, .blog--roll .post.category-tech .entry-footer {
		-ms-flex-item-align: end;
		    -ms-grid-row-align: end;
		    align-self: end;
		line-height: 1em;
	}
	.blog--roll .post.category-development img, .blog--roll .post.category-design img, .blog--roll .post.category-tech img {
		height: auto;
	}
	.blog--roll .post.category-development:nth-child(odd) .post-thumbnail, .blog--roll .post.category-design:nth-child(odd) .post-thumbnail, .blog--roll .post.category-tech:nth-child(odd) .post-thumbnail {
		grid-column: 1/2;
		grid-row: 1/4;
	}
	.blog--roll .post.category-development:nth-child(odd) .post-thumbnail:after, .blog--roll .post.category-design:nth-child(odd) .post-thumbnail:after, .blog--roll .post.category-tech:nth-child(odd) .post-thumbnail:after {
		right: 0;
		left: initial;
		border-width: 10px 15px 10px 0;
		border-color: transparent #fff transparent transparent;
	}
}

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

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.featured {
	margin-bottom: 20px;
}

.featured--post {
	padding: 0;
	width: 100%;
	position: relative;
}

.featured--post picture {
	position: relative;
	padding-bottom: 66.46667%;
	display: block;
}

.featured--post picture img,
.featured--post picture video,
.featured--post picture iframe,
.featured--post picture object,
.featured--post picture embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.featured--post .post__description {
	padding: 20px;
}

.featured--post .post__excerpt {
	margin-top: 0;
	margin-bottom: 0;
}

.featured--post .post__title {
	color: #d63031;
	margin: 0;
}

.featured--post .post__title a {
	display: block;
	position: static;
}

.featured--post .post__title a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.featured--first .featured--post {
	width: 100%;
	position: relative;
}

.featured--first .featured--post:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(214, 48, 49, 0.4);
	opacity: 0;
	transition: all 0.25s ease-in;
	z-index: 1;
}

.featured--first .featured--post picture {
	position: relative;
	padding-bottom: 99.8%;
	display: block;
}

.featured--first .featured--post picture img,
.featured--first .featured--post picture video,
.featured--first .featured--post picture iframe,
.featured--first .featured--post picture object,
.featured--first .featured--post picture embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.featured--first .featured--post .post__title {
	margin: 10px 10px;
	padding: 20px;
	line-height: 1.2;
}

.featured--first .featured--post .post__title a {
	font-size: 1.375rem;
	color: #fff;
}

.featured--first .featured--post .post__title a:after {
	display: none;
}

.featured--first .featured--post .post__description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.featured--first .featured--post .post__description p {
	color: #fff;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);
}

.featured--first .featured--post .post__description--wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.featured--first .featured--post .post__excerpt {
	font-size: 1.25rem;
	display: none;
}

.featured--first .featured--post .post__link {
	padding-right: 40px;
	margin-top: 20px;
}

.featured--first .featured--post:hover:before, .featured--first .featured--post:active:before, .featured--first .featured--post:focus:before {
	opacity: 1;
}

@media (min-width: 37.5em) {
	.featured--first .featured--post .post__title {
		background-color: #fff;
	}
	.featured--first .featured--post .post__title a {
		font-size: 1.625rem;
		color: #d63031;
	}
	.featured--first .featured--post .post__excerpt {
		display: block;
	}
}

@media (min-width: 48em) {
	.featured--first .featured--post picture {
		position: relative;
		padding-bottom: 66.46667%;
		display: block;
	}
	.featured--first .featured--post picture img,
	.featured--first .featured--post picture video,
	.featured--first .featured--post picture iframe,
	.featured--first .featured--post picture object,
	.featured--first .featured--post picture embed {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.featured--first .featured--post .post__title a {
		font-size: 2.75rem;
	}
	.featured--first .featured--post .post__excerpt {
		font-size: 1.625rem;
	}
}

.featured-category--post {
	width: 100%;
	position: relative;
	padding: 0;
}

.featured-category--post img {
	width: 100%;
	max-width: initial;
}

.featured-category--post picture {
	position: relative;
	padding-bottom: 66.46667%;
	display: block;
}

.featured-category--post picture img,
.featured-category--post picture video,
.featured-category--post picture iframe,
.featured-category--post picture object,
.featured-category--post picture embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.featured-category--post .post__title {
	color: #d63031;
	margin: 0;
	margin-top: auto;
}

.featured-category--post .post__title a {
	display: block;
	position: static;
}

.featured-category--post .post__title a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.featured-category--post .post__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	transition: 0.25s;
	z-index: 1;
}

.featured-category--post .post__overlay-description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 20px;
	width: 100%;
	height: 100%;
}

.featured-category--post .post__excerpt {
	margin-top: 5px;
	margin-bottom: 0;
	color: #fff;
}

.featured-category--post:hover .post__overlay, .featured-category--post:active .post__overlay, .featured-category--post:focus .post__overlay {
	opacity: 1;
}

.icons--panel {
	display: block;
	margin-bottom: 20px;
}

@media (min-width: 37.5em) {
	.icons--panel {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.icons--panel__icon {
	padding: 20px;
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
}

@media (min-width: 37.5em) {
	.icons--panel__icon {
		width: 32%;
		margin-bottom: 0;
	}
}

.icons--panel__icon hr {
	width: 20%;
	margin: 0 auto;
}

.icons--panel__icon span {
	margin: 40px auto 0;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 6px solid #fff;
	display: block;
	background-color: #d63031;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.icons--panel__icon span a {
	height: 100%;
	width: auto;
	display: -ms-flexbox;
	display: flex;
}

.icons--panel__icon svg {
	height: 40%;
	width: 40%;
	fill: #fff;
	margin: auto;
}

.flickity--wall {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.flickity--wall img {
	width: 100%;
	cursor: pointer;
}

.flickity--wall picture {
	background-color: #f2f2f2;
	position: relative;
	padding-bottom: 66.46667%;
	display: block;
}

.flickity--wall picture img,
.flickity--wall picture video,
.flickity--wall picture iframe,
.flickity--wall picture object,
.flickity--wall picture embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.flickity--wall-modal-gallery .main-carousel {
	width: 100%;
}

.flickity--wall-modal-gallery .main-carousel:after {
	content: 'flickity';
	display: none;
}

.flickity--wall-modal-gallery .main-carousel .carousel-cell {
	width: 100%;
	height: auto;
}

.flickity--wall-modal-gallery .main-carousel .carousel-cell img {
	width: 100%;
	height: auto;
}

[data-js="modal-box"] {
	overflow: hidden;
	position: fixed;
	padding: 40px 15px 15px 15px;
	width: 90%;
	max-width: 95%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: #eaeaea;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	animation-name: fade-in;
	animation-duration: .4s;
}

.modal-img {
	max-width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.modal-box__close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal-box__close svg {
	width: 13px;
	height: 12px;
	fill: #fff;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.modal {
	overflow: hidden;
	position: fixed;
	width: 800px;
	max-width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: #eaeaea;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	animation-name: fade-in-slide-down;
	animation-duration: .4s;
}

@media (min-width: 37.5em) {
	.modal {
		max-width: 95%;
	}
}

.modal__header {
	border-bottom: 1px solid grey;
	height: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 15px;
}

.modal__header p {
	margin: 0;
}

.modal__close {
	cursor: pointer;
	font-size: 28px;
	font-weight: bold;
}

.modal__close svg {
	width: 13px;
	height: 12px;
	fill: #fff;
}

.modal__body {
	padding: 20px;
	max-height: 60vh;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	animation-name: fade-in;
	animation-duration: .4s;
}

.overlay.is-visible {
	display: inherit;
	-ms-touch-action: none;
	    touch-action: none;
}

@keyframes fade-in-slide-down {
	from {
		transform: translate(-50%, -100%);
		opacity: 0;
	}
	to {
		transform: translate(-50%, -50%);
		opacity: 1;
	}
}

@keyframes fade-in-slide-up {
	from {
		transform: translate(-50%, 0%);
		opacity: 0;
	}
	to {
		transform: translate(-50%, -50%);
		opacity: 1;
	}
}

.has-modal {
	width: 100%;
	overflow: hidden;
}

.video__wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}

.video__wrap:before {
	content: "";
	display: block;
}

.video__wrap--16x9:before {
	padding-bottom: 56.25%;
}

.video__wrap--4x3:before {
	padding-bottom: 75%;
}

.video__wrap--3x2:before {
	padding-bottom: 66.66%;
}

.video__wrap--square:before {
	padding-bottom: 100%;
}

.video__wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share__link {
	display: block;
}

.loader {
	display: block;
	border: 3px solid transparent;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	position: relative;
	margin: 0 auto;
	animation: spin 1s infinite;
}

.loader:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 900;
	border: 5px solid #f2f2f2;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: -3px;
	bottom: 0px;
	left: -3px;
	right: 0px;
}

.loader:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 950;
	border: 5px solid transparent;
	border-top: 5px solid #3b5998;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: -3px;
	bottom: 0px;
	left: -3px;
	right: 0px;
	animation: spin 2s infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*------------------------------------*  $GRID
\*------------------------------------*/
.search--container {
	z-index: 99999;
	display: none;
	position: absolute;
	top: calc(60px * -1);
	left: 0;
	width: 100%;
	padding: 10px;
	height: 60px;
	background-color: #d63031;
	color: #404041;
}

@media (min-width: 60em) {
	.has-sticky-nav .search--container {
		display: none;
	}
}

.search-active .search--container {
	display: block;
}

.search--container input[type="search"] {
	width: calc(100% - 80px);
}

.search--toggle {
	margin-right: 10px;
	margin-left: 15px;
}

@media (min-width: 22.5em) {
	.search--toggle .svg__search {
		width: 20px;
		height: 20px;
	}
	.search--toggle a,
	.search--toggle div,
	.search--toggle svg {
		padding: 3px;
	}
}

@media (min-width: 30em) {
	.search--toggle {
		top: 30px;
	}
}

@media (min-width: 60em) {
	.search--toggle {
		position: absolute;
		right: 0;
		top: 5px;
	}
	.has-sticky-nav .search--toggle {
		display: none;
	}
}

.search--toggle .svg__wrapper {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 2px;
	margin-left: 0;
}

.search--toggle .svg__search {
	width: 30px;
	height: 30px;
}

.search--toggle .svg__search a,
.search--toggle .svg__search div,
.search--toggle .svg__search svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 3px;
	padding: 6px;
}

.search--toggle .svg__search svg {
	fill: #fff;
}

.search--toggle .svg__search:hover svg, .search--toggle .svg__search:active svg, .search--toggle .svg__search:focus svg {
	fill: #fff;
}

/*------------------------------------*  $ANIMATIONS
\*------------------------------------*/
.svg__wrapper {
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.svg__wrapper a,
.svg__wrapper div,
.svg__wrapper svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.svg__wrapper svg {
	fill: #d63031;
}

.svg__wrapper svg:hover, .svg__wrapper svg:active, .svg__wrapper svg:focus {
	fill: #b02324;
}

.svg__twitter,
.svg__facebook,
.svg__linkedin,
.svg__youtube,
.svg__pinterest,
.svg__share,
.svg__search,
.svg__menu {
	width: 20px;
	height: 20px;
}

.social {
	display: inline-block;
	float: right;
}

.site-header {
	background-color: #ededed;
	font-size: 0;
}

@media (max-width: 59.99em) {
	.site-header {
		background-color: #ededed;
		height: auto;
		padding-bottom: 0;
	}
}

.site-header .header--lower {
	padding: 0;
}

@media (min-width: 60em) {
	.site-header .header--lower {
		padding: 0 60px;
	}
}

.site-header .wrap {
	height: 100%;
	width: auto;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 60em) {
	.site-header .wrap {
		padding-top: 40px;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
}

@media (min-width: 60em) {
	.site-header.is-sticky {
		z-index: 99999;
		position: fixed;
		top: -80px;
		width: 100%;
		max-width: 2100px;
		height: 80px;
		display: block;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
		animation: header-slide-down 0.6s;
		animation-delay: 0;
		animation-fill-mode: forwards;
		transition: all .25s ease-out;
	}
	.site-header.is-sticky .wrap {
		padding-top: 30px;
	}
	.site-header.is-sticky .site-description {
		margin-bottom: 0;
		display: none;
	}
	.site-header.is-sticky .main-navigation {
		width: auto;
		right: 40px;
	}
	.site-header.is-sticky .site-logo {
		height: 40px;
		top: -7px;
	}
	.site-header.is-sticky .social {
		display: none;
	}
	.site-header.is-sticky .site-branding a {
		height: auto;
	}
	.site-header.is-sticky .search--toggle {
		bottom: 10px;
		top: initial;
	}
}

@media (max-width: 59.99em) {
	.site-header .site-branding {
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 20px;
		margin-right: auto;
	}
}

@media (min-width: 48em) {
	.site-header .site-branding {
		margin-left: 30px;
	}
}

@media (min-width: 60em) {
	.site-header .site-branding {
		margin-left: 0;
	}
}

@media (min-width: 60em) {
	.site-header .site-branding {
		max-width: 150px;
		max-height: 55px;
		margin-right: auto;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		display: inline-block;
	}
}

.site-header .site-title {
	font-size: 20px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	display: inline-block;
	margin: 15px 0;
}

@media (min-width: 60em) {
	.site-header .site-title {
		font-size: 4.375rem;
	}
}

.site-header .site-description {
	display: none;
	margin-left: 30px;
	margin-bottom: 0;
}

.site-header .site-logo {
	height: 100%;
	text-decoration: none;
	display: inline-block;
	height: 45px;
	max-width: 150px;
	transition: all 0.35s;
}

.site-header .site-logo path {
	fill: #2b2b2b;
}

@media (min-width: 30em) {
	.site-header .site-logo {
		height: 60px;
		max-width: 200px;
		width: 100%;
	}
}

@media (min-width: 60em) {
	.site-header .site-logo {
		height: 45px;
		display: block;
		width: 100%;
		max-width: 150px;
		top: -20px;
		position: relative;
	}
}

.site-header .site-logo:hover path, .site-header .site-logo:active path, .site-header .site-logo:focus path {
	fill: #d63031;
}

.site-header .header__cart {
	display: none;
	margin-top: 2px;
	font-size: 12px;
	cursor: pointer;
}

.site-header .header__cart svg {
	height: 10px;
	width: 10px;
	fill: #2b2b2b;
	margin-right: 3px;
}

.site-header .header__cart a {
	color: #2b2b2b;
}

.site-header .header__cart a span {
	animation: cart-fadein 1.2s;
}

.site-header .header__cart:hover svg, .site-header .header__cart:active svg, .site-header .header__cart:focus svg {
	fill: #d63031;
}

.site-header .header__cart:hover a, .site-header .header__cart:active a, .site-header .header__cart:focus a {
	color: #d63031;
}

@media (min-width: 37.5em) {
	.site-header .header__cart {
		display: block;
	}
}

@media (min-width: 60em) {
	.site-header .header__cart {
		display: block;
		position: absolute;
		right: 180px;
		top: 10px;
	}
}

.site-header .social {
	display: none;
}

@media (min-width: 30em) {
	.site-header .social {
		display: block;
		top: 40px;
	}
}

@media (min-width: 60em) {
	.site-header .social {
		position: absolute;
		top: 10px;
		right: 45px;
	}
}

.site-header .social .svg__wrapper {
	margin-left: 8px;
}

.site-header .social .svg__wrapper svg {
	fill: #2b2b2b;
}

.site-header .social .svg__wrapper svg:hover, .site-header .social .svg__wrapper svg:active, .site-header .social .svg__wrapper svg:focus {
	fill: #d63031;
}

.site-header .search--toggle {
	background-color: #2b2b2b;
}

.site-header .search--toggle .svg__wrapper svg {
	fill: #fff;
}

.site-header .search--toggle:hover, .site-header .search--toggle:active, .site-header .search--toggle:focus {
	background-color: #d63031;
}

.site-header .menu-toggle {
	display: block;
	line-height: 30px;
	min-height: 30px;
	font-size: 1.125rem;
	border: none;
	padding: 0 15px;
	margin-right: 20px;
	background: #2b2b2b;
	color: #fff;
}

.site-header .menu-toggle:hover, .site-header .menu-toggle:active, .site-header .menu-toggle:focus {
	background: #d63031;
}

@media (min-width: 60em) {
	.site-header .menu-toggle {
		display: none;
		float: right;
	}
}

/*------------------------------------*  $ANIMATIONS
\*------------------------------------*/
@keyframes header-slide-down {
	from {
		top: -80px;
	}
	to {
		top: 0px;
	}
}

@keyframes header-slide-down-with-search {
	from {
		top: 0;
	}
	to {
		top: 60px;
	}
}

@keyframes cart-fadein {
	from {
		opacity: 0;
		background-color: #2b2b2b;
		color: #fff;
	}
	to {
		opacity: 1;
		background-color: transparent;
		color: #2b2b2b;
	}
}

.block__full-sections .full {
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
}

.block__full-sections .full.first {
	background-color: #d63031;
}

.block__full-sections .full:nth-child(3n) {
	background-color: #d63031;
}

.block__full-sections .full:nth-child(4n) {
	background-color: #00aced;
}

.block__full-sections .full:nth-child(5n) {
	background-color: #3b5998;
}

.block__full-sections .full__caption {
	margin: auto;
}

.block__full-sections .full__caption h2 {
	color: #f2f2f2;
}

.block__full-sections .full__nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.block__full-sections .full__nav ul {
	margin-bottom: 0;
}

.block__full-sections .full__nav li {
	color: #e0e0e2;
	width: 20px;
	cursor: pointer;
}

.page-template-page-full-sections .site-header {
	background-color: transparent;
	position: absolute;
	width: 100%;
}

.page-template-page-full-sections .site-main {
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-page-full-sections .search--container {
	transform: translateY(-60px);
	transition: all 300ms;
}

.page-template-page-full-sections.search-active .search--container {
	transform: translateY(0px);
}

.page-template-page-full-sections.search-active .site {
	background-color: #d63031;
}

@media (min-width: 60em) {
	.page-template-page-full-sections {
		max-width: none;
	}
	.page-template-page-full-sections .site-header {
		position: absolute;
	}
	.page-template-page-full-sections .site-header.is-sticky {
		position: fixed;
		left: calc((100vw - 2100px) / 2);
	}
	.page-template-page-full-sections .site-header:not(.is-sticky) .subnav-li-level-1 > a {
		color: #fff;
	}
	.page-template-page-full-sections .has-sticky-nav .site-header {
		background-color: #ededed;
		position: fixed;
	}
	.page-template-page-full-sections .has-sticky-nav .site-content {
		padding-top: 0;
	}
	.page-template-page-full-sections.search-active .site.has-sticky-nav {
		padding-top: 60px;
	}
	.page-template-page-full-sections.search-active .site.has-sticky-nav .site-content {
		padding-top: 0;
	}
}

.cover-image {
	max-height: 300px;
	max-width: 100%;
	overflow: hidden;
	display: block;
	background-image: url(https://tympanus.net/Tutorials/CSSGlitchEffect/img/img1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	margin: 0 auto;
}

.cover-image:before {
	content: "";
	display: block;
}

.cover-image.aspect-2by1:before {
	padding-bottom: 50%;
}

.cover-image.aspect-16by9:before {
	padding-bottom: 56.2%;
}

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: #333;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.flickity--wrapper {
	width: 100%;
	background-color: #eaeaea;
	padding: 0;
	margin-bottom: 20px;
	clear: both;
}

.flickity--main-carousel {
	width: 100%;
}

.flickity--main-carousel:after {
	content: 'flickity';
	display: none;
}

.flickity--main-carousel .flickity--carousel-cell {
	width: 100%;
	height: auto;
}

.flickity--main-carousel .flickity--carousel-cell img {
	width: 100%;
	height: auto;
}

.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.glide * {
	box-sizing: inherit;
}

.glide__track {
	overflow: hidden;
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	transform-style: preserve-3d;
	-ms-touch-action: pan-Y;
	    touch-action: pan-Y;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	will-change: transform;
}

.glide__slides--dragging {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.glide__slide {
	width: 100%;
	height: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	white-space: initial;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.glide__slide a {
	-webkit-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.glide__arrows {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.glide--rtl {
	direction: rtl;
}

.glide__arrow {
	position: absolute;
	display: block;
	top: 50%;
	z-index: 2;
	color: white;
	text-transform: uppercase;
	padding: 9px 12px;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
	opacity: 1;
	cursor: pointer;
	transition: opacity 150ms ease, border 300ms ease-in-out;
	transform: translateY(-50%);
	line-height: 1;
}

.glide__arrow:focus {
	outline: none;
}

.glide__arrow:hover {
	border-color: white;
}

.glide__arrow--left {
	left: 2em;
}

.glide__arrow--right {
	right: 2em;
}

.glide__arrow--disabled {
	opacity: 0.33;
}

.glide__bullets {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	left: 50%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	transform: translateX(-50%);
}

.glide__bullet {
	background-color: rgba(255, 255, 255, 0.5);
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	line-height: 0;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
	margin: 0 0.25em;
}

.glide__bullet:focus {
	outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
	border: 2px solid white;
	background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
	background-color: white;
}

.glide--swipeable {
	cursor: grab;
	cursor: -webkit-grab;
}

.glide--dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.glide {
	overflow: hidden;
}

.glide:hover .glide__arrow, .glide:active .glide__arrow, .glide:focus .glide__arrow {
	margin-top: -9px;
}

.glide:hover .glide--card__arrows .glide__arrow.glide__arrow--prev, .glide:active .glide--card__arrows .glide__arrow.glide__arrow--prev, .glide:focus .glide--card__arrows .glide__arrow.glide__arrow--prev {
	left: 1.5rem;
	opacity: 1;
}

.glide:hover .glide--card__arrows .glide__arrow.glide__arrow--next, .glide:active .glide--card__arrows .glide__arrow.glide__arrow--next, .glide:focus .glide--card__arrows .glide__arrow.glide__arrow--next {
	right: 1.5rem;
	opacity: 1;
}

.glide__slides {
	margin: 0;
}

.glide__slide {
	border-radius: .16667em;
}

.glide__slide[class*=active] {
	box-shadow: none;
}

.glide__arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-top: -100px;
	border-radius: 50%;
	background-color: #818999;
	transition: all .2s ease-in-out;
	box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
	padding: 0;
}

.glide__arrow svg {
	padding-top: 2px;
}

.glide__arrow--prev {
	left: 1.5rem;
}

.glide__arrow--next {
	right: 1.5rem;
}

.glide__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.glide__hero {
	background: linear-gradient(25deg, #d63031, #d69e30);
	padding-top: 10px;
	padding-bottom: 10px;
}

.glide__hero figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 99.8%;
	display: block;
}

.glide__hero figure img,
.glide__hero figure video,
.glide__hero figure iframe,
.glide__hero figure object,
.glide__hero figure embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 30em) {
	.glide__hero figure {
		position: relative;
		padding-bottom: 44.24444%;
		display: block;
	}
	.glide__hero figure img,
	.glide__hero figure video,
	.glide__hero figure iframe,
	.glide__hero figure object,
	.glide__hero figure embed {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.glide__hero figure img {
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	height: 100%;
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover";
}

.ie .glide__hero figure img {
	position: absolute;
}

.glide__hero picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale(1);
	transition: all 8s ease-out;
}

.glide__hero .glide__slide {
	position: relative;
}

.glide__hero .glide__slide[class*=active] {
	box-shadow: none;
}

.glide__hero .glide__slide[class*=active] .hero--caption {
	opacity: 1;
}

.glide__hero .glide__slide[class*=active] picture {
	transform: scale(1.2);
}

.glide__hero .glide__bg {
	background-color: transparent;
}

.glide__hero .hero--caption {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	max-width: 80%;
	width: 80%;
	opacity: 0;
	transition: all 0.4s ease-in;
}

@media (min-width: 30em) {
	.glide__hero .hero--caption {
		width: 70%;
	}
}

@media (min-width: 37.5em) {
	.glide__hero .hero--caption {
		transform: translate(-50%, -50%);
		left: 50%;
		width: auto;
		border: 2px solid #fff;
		padding: 20px;
		background-color: rgba(64, 64, 65, 0.8);
	}
}

.glide__hero .hero--title {
	color: #fff;
	font-size: 1.25rem;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 1.3;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

@media (min-width: 30em) {
	.glide__hero .hero--title {
		font-size: 1.875rem;
		line-height: initial;
	}
}

.glide__hero .hero--subtitle {
	color: #fff;
	display: none;
	margin: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

@media (min-width: 30em) {
	.glide__hero .hero--subtitle {
		margin-top: 10px;
		display: block;
	}
}

.glide__hero .hero--button {
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
	margin-top: 10px;
	font-size: 1.125rem;
}

@media (min-width: 37.5em) {
	.glide__hero .hero--button {
		line-height: 50px;
		height: 50px;
		font-size: 1.375rem;
	}
}

.glide__hero .glide__bullets {
	display: none;
}

@media (min-width: 48em) {
	.glide__hero .glide__bullets {
		display: block;
	}
}

.glide--logo {
	background: none;
	font-size: 0;
	position: relative;
	padding: 0 20px;
}

.glide--logo a {
	margin: 0 auto;
}

.glide--logo svg, .glide--logo img {
	width: 100%;
}

.glide--logo[class*=active] svg g {
	fill: #59595b;
}

.glide--card {
	line-height: 1em;
	height: 320px;
	color: #fff;
	font-size: 1em;
	font-weight: 900;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
	text-align: center;
}

.glide--card svg g, .glide--card img g {
	fill: #fff;
}

.glide--card h4 {
	font-size: 1.5rem;
	margin-top: 50px;
}

.glide--card p {
	font-weight: 400;
}

.glide--card .card--price {
	font-weight: 600;
	font-size: 2.5rem;
	transition: all .2s ease-in-out;
}

.glide .glide--card {
	padding: 30px;
	background: linear-gradient(25deg, #d63031, #d69e30);
	transition: all .2s ease-in-out;
}

.glide .glide--card svg, .glide .glide--card img {
	width: 80%;
}

.glide .glide--card[class*=active] {
	box-shadow: none;
	background: linear-gradient(-45deg, #d63031, #d69e30);
}

.glide .glide--card[class*=active] .card--price {
	font-weight: 600;
	font-size: 2.875rem;
}

.glide--card__arrows .glide__arrow {
	margin-top: -9px;
	background-color: transparent;
	transition: all .2s ease-in-out;
	box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
	padding: 0;
}

.glide--card__arrows .glide__arrow svg {
	fill: #fff;
}

.glide--card__arrows .glide__arrow--prev {
	left: 2.5rem;
	opacity: 0.2;
}

.glide--card__arrows .glide__arrow--next {
	right: 2.5rem;
	opacity: 0.2;
}

.block {
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.block.block__parallax-image {
	/* The image used */
	background-image: url("media/images/bg9.jpg");
	/* Set a specific height */
	height: 400px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 29.99em) {
	.block.block__parallax-image {
		background-attachment: scroll;
		height: 300px;
	}
}

@media (min-width: 75em) {
	.block.block__parallax-image {
		height: 600px;
	}
}

.block.block__parallax-image .parallax-image__caption {
	margin: auto;
	display: inline-block;
	width: 60%;
	max-width: 600px;
}

.block.block__parallax-image .block__title {
	font-size: 2.5rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.block__contact {
	display: block;
}

.block__contact iframe,
.block__contact .gmap {
	width: 100%;
	height: 600px;
}

.block__team .team__member, .block__person .team__member {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
	background-color: #fff;
}

@media (min-width: 37.5em) {
	.block__team .team__member, .block__person .team__member {
		width: 32.20339%;
		float: left;
		margin-right: 1.69492%;
	}
	.block__team .team__member:nth-of-type(3n), .block__person .team__member:nth-of-type(3n) {
		float: right;
		margin-right: 0;
	}
}

.block__team .team__member a, .block__person .team__member a {
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	display: -ms-flexbox;
	display: flex;
}

.block__team .team__member address, .block__person .team__member address {
	font-style: normal;
	padding: 20px 30px 30px;
	margin-bottom: 0;
	-ms-flex: 1;
	    flex: 1;
	position: relative;
}

.block__team .team__image, .block__person .team__image {
	margin-bottom: 0;
	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
}

.block__team .team__member--name, .block__person .team__member--name {
	margin-bottom: 3px;
	font-size: 0.9375rem;
	font-weight: 500;
}

.block__team .team__member--role, .block__person .team__member--role {
	font-size: 0.9375rem;
	font-weight: 300;
	text-transform: none;
	margin-bottom: 40px;
}

.block__team .team__member--email-link, .block__person .team__member--email-link {
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	margin-bottom: 0;
	font-size: 1rem;
}

.block__team .team__member--email-link span, .block__person .team__member--email-link span {
	display: none;
}

.block__team .team__member--email-link:before, .block__person .team__member--email-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 340'%3E%3Cpath fill='none' stroke='%23333333' stroke-width='17' stroke-miterlimit='10' d='M17.481,59.146l141.846,108.983l86.279,66.29 c7.95,6.108,20.84,6.108,28.79,0l86.279-66.29L502.677,59.025'/%3E%3Cline fill='none' stroke='%23333333' stroke-width='17' stroke-miterlimit='10' x1='17.339' y1='277.221' x2='159.326' y2='168.129'/%3E%3Cline fill='none' stroke='%23333333' stroke-width='17' stroke-miterlimit='10' x1='502.825' y1='277.347' x2='360.674' y2='168.129'/%3E%3Cpath fill='none' stroke='%23333333' stroke-width='34' stroke-miterlimit='10' d='M502.677,59.025 c0.094,1.198,0.157,2.404,0.157,3.626v214.364c0,0.111-0.008,0.221-0.008,0.332c-0.179,25.059-20.55,45.32-45.662,45.32H63.004 c-25.154,0-45.554-20.328-45.666-45.445c0-0.069-0.005-0.137-0.005-0.206V62.652c0-1.181,0.059-2.347,0.147-3.505 C19.273,35.573,38.962,17,63.004,17h394.159C481.164,17,500.826,35.51,502.677,59.025z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px 22px;
	height: 22px;
	width: 35px;
}

.block__person .team__member {
	margin: 0 auto;
	float: none;
	width: 100%;
}

@media (min-width: 37.5em) {
	.block__person .team__member {
		width: 80%;
	}
}

.block .block__title {
	font-size: 1.875rem;
	margin-top: 50px;
	color: #fff;
}

.block__enquiry {
	margin: 80px 0;
	padding: 20px;
	background-color: #2d3436;
	color: #2d3436;
	border-radius: 10px;
	border: 4px solid #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.block__enquiry p,
.block__enquiry .block__title {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}

.block__enquiry .block__title {
	margin-top: 0;
}

.block__enquiry span {
	display: block;
}

.block__enquiry .enquiry--button {
	width: 100%;
	max-width: 220px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	padding: 0 25px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	background-color: #d63031;
	border: 1px solid transparent;
	position: relative;
	transition: background-color 0.3s;
}

.block__enquiry .enquiry--button:hover, .block__enquiry .enquiry--button:active, .block__enquiry .enquiry--button:focus {
	background-color: #b02324;
}

@media (min-width: 37.5em) {
	.block__enquiry p,
	.block__enquiry .block__title {
		max-width: 80%;
	}
}

.logo-slider, .card-slider {
	margin-top: 0;
	padding: 50px 0 60px;
}

.logo-slider .block__title, .card-slider .block__title {
	color: #d63031;
}

.logo-slider .wrap, .card-slider .wrap {
	padding: 0;
	overflow: visible;
	max-width: 86%;
}

.logo-slider__slides {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
}

.logo-slider__slides .flickity-viewport {
	overflow: hidden;
}

.logo-slider__slides.flickity-enabled {
	display: block;
}

.logo-slider__slide {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 37.5em) {
	.logo-slider__slide {
		width: 18.64407%;
		float: left;
		margin-right: 1.69492%;
	}
	.logo-slider__slide:last-child {
		margin-right: 0;
	}
}

.logo-slider__slide img,
.logo-slider__slide svg {
	margin: 0 auto;
	display: block;
	max-width: 75%;
	max-height: 80px;
}

.logo-slider__slide a {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.logo-slider .flickity-prev-next-button, .card-slider .flickity-prev-next-button {
	background-color: #fff;
}

.logo-slider .flickity-prev-next-button .arrow, .card-slider .flickity-prev-next-button .arrow {
	fill: #d63031;
}

.logo-slider .flickity-prev-next-button.previous, .card-slider .flickity-prev-next-button.previous {
	left: 0;
}

@media (min-width: 37.5em) {
	.logo-slider .flickity-prev-next-button.previous, .card-slider .flickity-prev-next-button.previous {
		left: -40px;
	}
}

.logo-slider .flickity-prev-next-button.next, .card-slider .flickity-prev-next-button.next {
	left: auto;
	right: 0;
}

@media (min-width: 37.5em) {
	.logo-slider .flickity-prev-next-button.next, .card-slider .flickity-prev-next-button.next {
		right: -40px;
	}
}

.flickity-enabled .logo-slider__slide:last-child {
	width: 18.64407%;
	float: left;
	margin-right: 1.69492%;
}

.site-footer {
	clear: both;
	width: 100%;
	background-color: #f2f2f2;
	padding: 20px 0 20px;
}

.site-footer .site-info {
	display: inline-block;
	width: auto;
}

.site-footer .footer--panel {
	width: 100%;
	border-bottom: 1px solid #d63031;
	padding: 20px 0;
}

@media (min-width: 48em) {
	.site-footer .footer--panel {
		border: none;
		width: 31.91489%;
		float: left;
		margin-right: 2.12766%;
	}
	.site-footer .footer--panel:nth-child(3) {
		width: 31.91489%;
		float: right;
		margin-right: 0;
	}
}

.site-footer .footer--panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer--panel ul > a {
	display: block;
}

.site-footer .footer--menu {
	display: block;
	overflow: auto;
	padding-bottom: 30px;
}

.site-footer .footer--menu h2 {
	margin-top: 0;
}

html {
	overflow-y: scroll;
	min-height: 100%;
	background-color: #fcfcfc;
}

body {
	overflow: hidden;
	font-style: normal;
	font-size: 1rem;
	width: 100%;
	background-color: #fff;
	max-width: 2100px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 59.99em) {
	body.has-mobile-nav {
		position: fixed;
		overflow: hidden;
	}
}

.site-main {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (min-width: 48em) {
	.site-main {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width: 60em) {
	.site-main {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.site {
	position: relative;
	z-index: 1;
}

.search-active .site {
	padding-top: 60px;
}

@media (min-width: 60em) {
	.search-active .site.has-sticky-nav {
		padding-top: 0;
	}
}

@media (min-width: 60em) {
	.has-sticky-nav .site-content {
		padding-top: 90px;
	}
}

@media (min-width: 60em) {
	.search-active .has-sticky-nav .site-content {
		padding-top: calc(90px + 60px);
	}
}

aside {
	padding: 20px 0 20px;
}

aside ul {
	padding-left: 10px;
	margin-left: 20px;
}

.site-main > .wrap > article:first-of-type h1:first-of-type,
.page-header > h1:first-of-type {
	margin-top: 0;
	padding-top: 1em;
}

html,
body,
.site {
	height: 100%;
}

html {
	overflow-x: hidden;
}

body {
	overflow-y: scroll;
	overflow-x: hidden;
}

@media (min-width: 60em) {
	body {
		overflow: visible;
	}
}

.site {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.site-content {
	-ms-flex: 1 0 auto;
	    flex: 1 0 auto;
	background-color: #fff;
}

.site-footer {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/*------------------------------------*  $ACF HERO IMAGE
\*------------------------------------*/
.header-acf {
	position: relative;
}

.header-acf picture {
	background: #f2f2f2;
	position: relative;
	padding-bottom: 99.8%;
	display: block;
}

.header-acf picture img,
.header-acf picture video,
.header-acf picture iframe,
.header-acf picture object,
.header-acf picture embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (min-width: 30em) {
	.header-acf picture {
		position: relative;
		padding-bottom: 56.05%;
		display: block;
	}
	.header-acf picture img,
	.header-acf picture video,
	.header-acf picture iframe,
	.header-acf picture object,
	.header-acf picture embed {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.header-acf__caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	color: #fff;
	-ms-flex-direction: column;
	    flex-direction: column;
	text-align: center;
}

.header-acf__caption--title {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

@media (min-width: 48em) {
	.header-acf__caption--title {
		font-size: 3.125rem;
	}
}

.header-acf__caption--subtitle {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (min-width: 48em) {
	.header-acf__caption--subtitle {
		font-size: 1.5rem;
	}
}

@media (min-width: 48em) {
	.header-acf__caption {
		padding: 30px;
	}
}

@media (min-width: 60em) {
	.header-acf__caption {
		padding: 60px;
	}
}

.site-header__image img {
	max-width: none;
	width: 100%;
}

/*------------------------------------*  $LAYOUT-CONTAINER
\*------------------------------------*/
.layout__container {
	padding: 0 20px;
}

@media (min-width: 48em) {
	.layout__container {
		padding: 0 30px;
	}
}

@media (min-width: 60em) {
	.layout__container {
		padding: 0 60px;
	}
}

/*------------------------------------*  $WRAPPERS
\*------------------------------------*/
.wrapper__content-xs {
	margin: 0 auto;
	max-width: 600px;
}

.wrapper__content-small {
	margin: 0 auto;
	max-width: 960px;
}

.wrapper__content-medium {
	margin: 0 auto;
	max-width: 1170px;
}

.wrapper__content-large {
	margin: 0 auto;
	max-width: 1440px;
}

.wrapper__content-xl {
	margin: 0 auto;
	max-width: 1660px;
}

.wrapper__content-full {
	margin: 0 auto;
	max-width: 100%;
}

/*------------------------------------*  $WRAPPERS
\*------------------------------------*/
.text__content {
	padding: 0 20px;
}

@media (min-width: 48em) {
	.text__content {
		padding: 0 30px;
	}
}

@media (min-width: 60em) {
	.text__content {
		padding: 0 60px;
	}
}

.text__content > * {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.text__content > ul,
.text__content > ol {
	padding: 0 20px 0 20px;
}

.text__content > ul li {
	list-style: none;
}

.text__content.text-align-center {
	text-align: center;
}

.text__content.text-align-right {
	text-align: right;
}

/*------------------------------------*  $CARD-LAYOUTS
\*------------------------------------*/
.layout--cards {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.layout--cards-2.grid__no-gap .post, .layout--cards-3.grid__no-gap .post, .layout--cards-4.grid__no-gap .post, .layout--cards-123.grid__no-gap .post, .layout--cards-124.grid__no-gap .post, .layout--cards-223.grid__no-gap .post, .layout--cards-224.grid__no-gap .post {
	margin-bottom: 0;
	margin-right: 0;
}

@media (min-width: 48em) {
	.layout--cards .post {
		padding: 0;
	}
	.layout--cards-2 .post, .layout--cards-3 .post, .layout--cards-4 .post {
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (min-width: 48em) {
	.layout--cards-2 .post, .layout--cards-3 .post, .layout--cards-4 .post {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (min-width: 60em) {
	.layout--cards-2 .post, .layout--cards-3 .post, .layout--cards-4 .post {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) {
	.layout--cards-2 .post {
		width: calc((99.99% - 20px) / 2);
	}
}

@media (min-width: 48em) and (min-width: 48em) {
	.layout--cards-2 .post {
		width: calc((99.99% - 20px) / 2);
	}
}

@media (min-width: 48em) and (min-width: 60em) {
	.layout--cards-2 .post {
		width: calc((99.99% - 20px) / 2);
	}
}

@media (min-width: 48em) {
	.layout--cards-2 .post:nth-child(2n + 2) {
		margin-right: 0;
	}
	.layout--cards-2 .post:nth-last-child(-n + 2):nth-child(2n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-2 .post:nth-last-child(-n + 2):nth-child(2n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-2.grid__no-gap .post {
		width: 50%;
	}
	.layout--cards-3 .post {
		width: calc((99.99% - (2 * 20px)) / 3);
	}
}

@media (min-width: 48em) and (min-width: 48em) {
	.layout--cards-3 .post {
		width: calc((99.99% - (2 * 20px)) / 3);
	}
}

@media (min-width: 48em) and (min-width: 60em) {
	.layout--cards-3 .post {
		width: calc((99.99% - (2 * 20px)) / 3);
	}
}

@media (min-width: 48em) {
	.layout--cards-3 .post:nth-child(3n + 3) {
		margin-right: 0;
	}
	.layout--cards-3 .post:nth-last-child(-n + 3):nth-child(3n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-3 .post:nth-last-child(-n + 3):nth-child(3n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-3.grid__no-gap .post {
		width: calc(99.99% / 3);
	}
	.layout--cards-4 .post {
		width: calc((99.99% - (3 * 20px)) / 4);
	}
}

@media (min-width: 48em) and (min-width: 48em) {
	.layout--cards-4 .post {
		width: calc((99.99% - (3 * 20px)) / 4);
	}
}

@media (min-width: 48em) and (min-width: 60em) {
	.layout--cards-4 .post {
		width: calc((99.99% - (3 * 20px)) / 4);
	}
}

@media (min-width: 48em) {
	.layout--cards-4 .post:nth-child(4n + 4) {
		margin-right: 0;
	}
	.layout--cards-4 .post:nth-last-child(-n + 4):nth-child(4n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-4 .post:nth-last-child(-n + 4):nth-child(4n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-4.grid__no-gap .post {
		width: 25%;
	}
}

.layout--cards-123 .post, .layout--cards-124 .post {
	margin-bottom: 20px;
}

@media (min-width: 48em) {
	.layout--cards-123 .post, .layout--cards-124 .post {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 47.99em) {
	.layout--cards-123 .post:last-child, .layout--cards-124 .post:last-child {
		margin-bottom: 0;
	}
}

.layout--cards-223 .post, .layout--cards-224 .post {
	margin-right: 10px;
	margin-bottom: 10px;
}

@media (min-width: 48em) {
	.layout--cards-223 .post, .layout--cards-224 .post {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 60em) {
	.layout--cards-123 .post, .layout--cards-223 .post {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 60em) {
	.layout--cards-124 .post, .layout--cards-224 .post {
		margin-right: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 48em) and (max-width: 60em) {
	.layout--cards-123 .post {
		width: calc((99.99% - 20px) / 2);
	}
	.layout--cards-123 .post:nth-child(2n + 2) {
		margin-right: 0;
	}
	.layout--cards-123 .post:nth-last-child(-n + 2):nth-child(2n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-123 .post:nth-last-child(-n + 2):nth-child(2n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-123.grid__no-gap .post {
		width: 50%;
		margin-right: 0;
	}
}

@media (min-width: 60em) {
	.layout--cards-123 .post {
		width: calc((99.99% - (2 * 20px)) / 3);
		margin-right: 20px;
	}
	.layout--cards-123 .post:nth-child(2n + 2) {
		margin-right: 20px;
	}
	.layout--cards-123 .post:nth-child(3n + 3) {
		margin-right: 0;
	}
	.layout--cards-123 .post:nth-last-child(-n + 3):nth-child(3n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-123 .post:nth-last-child(-n + 3):nth-child(3n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-123.grid__no-gap .post {
		width: calc(99.99% / 3);
		margin-right: 0;
	}
}

@media (min-width: 48em) and (max-width: 60em) {
	.layout--cards-124 .post {
		width: calc((99.99% - 20px) / 2);
	}
	.layout--cards-124 .post:nth-child(2n + 2) {
		margin-right: 0;
	}
	.layout--cards-124 .post:nth-last-child(-n + 2):nth-child(2n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-124 .post:nth-last-child(-n + 2):nth-child(2n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-124.grid__no-gap .post {
		width: 50%;
		margin-right: 0;
	}
}

@media (min-width: 60em) {
	.layout--cards-124 .post {
		width: calc((99.99% - (3 * 20px)) / 4);
		margin-right: 20px;
	}
	.layout--cards-124 .post:nth-child(2n + 2) {
		margin-right: 20px;
	}
	.layout--cards-124 .post:nth-child(4n + 4) {
		margin-right: 0;
	}
	.layout--cards-124 .post:nth-last-child(-n + 4):nth-child(4n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-124 .post:nth-last-child(-n + 4):nth-child(4n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-124.grid__no-gap .post {
		width: 25%;
		margin-right: 0;
	}
}

.layout--cards-223 .post {
	width: calc((99.99% - 10px) / 2);
}

@media (min-width: 48em) {
	.layout--cards-223 .post {
		width: calc((99.99% - 20px) / 2);
	}
}

.layout--cards-223.grid__no-gap .post {
	width: 50%;
	margin-right: 0;
}

@media (max-width: 60em) {
	.layout--cards-223 .post:nth-child(2n + 2) {
		margin-right: 0;
	}
	.layout--cards-223 .post:nth-last-child(-n + 2):nth-child(2n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-223 .post:nth-last-child(-n + 2):nth-child(2n + 1) ~ .post {
		margin-bottom: 0;
	}
}

@media (min-width: 60em) {
	.layout--cards-223 .post {
		width: calc((99.99% - (2 * 20px)) / 3);
		margin-right: 20px;
	}
	.layout--cards-223 .post:nth-child(2n + 2) {
		margin-right: 20px;
	}
	.layout--cards-223 .post:nth-child(3n + 3) {
		margin-right: 0;
	}
	.layout--cards-223 .post:nth-last-child(-n + 3):nth-child(3n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-223 .post:nth-last-child(-n + 3):nth-child(3n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-223.grid__no-gap .post {
		width: calc(99.99% / 3);
		margin-right: 0;
	}
}

.layout--cards-224 .post {
	width: calc((99.99% - 10px) / 2);
}

@media (min-width: 48em) {
	.layout--cards-224 .post {
		width: calc((99.99% - 20px) / 2);
	}
}

.layout--cards-224.grid__no-gap .post {
	width: 50%;
	margin-right: 0;
}

@media (max-width: 60em) {
	.layout--cards-224 .post:nth-child(2n + 2) {
		margin-right: 0;
	}
	.layout--cards-224 .post:nth-last-child(-n + 2):nth-child(2n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-224 .post:nth-last-child(-n + 2):nth-child(2n + 1) ~ .post {
		margin-bottom: 0;
	}
}

@media (min-width: 60em) {
	.layout--cards-224 .post {
		width: calc((99.99% - (3 * 20px)) / 4);
		margin-right: 20px;
	}
	.layout--cards-224 .post:nth-child(2n + 2) {
		margin-right: 20px;
	}
	.layout--cards-224 .post:nth-child(4n + 4) {
		margin-right: 0;
	}
	.layout--cards-224 .post:nth-last-child(-n + 4):nth-child(4n + 1) {
		margin-bottom: 0;
	}
	.layout--cards-224 .post:nth-last-child(-n + 4):nth-child(4n + 1) ~ .post {
		margin-bottom: 0;
	}
	.layout--cards-224.grid__no-gap .post {
		width: 25%;
		margin-right: 0;
	}
}

/*------------------------------------*  $CARDS
\*------------------------------------*/
.post picture {
	background-color: #f2f2f2;
}

.post--card {
	box-shadow: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	font-size: 0;
}

.post--card .post__image-link {
	display: block;
}

.post--card .post__image img {
	z-index: 1;
	transition: all 0.6s ease-in-out;
	transform: scale(1.01);
}

.post--card .post__category {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.75rem;
	color: #fff;
	z-index: 1;
}

.post--card .post__category + .post__title {
	margin-top: 2px;
}

.post--card .post__title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.3;
}

.post--card .post__title, .post--card .post__title-link {
	color: #fff;
	z-index: 1;
}

.post--card .post__title-link:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.post--card .post__description {
	margin-top: 5px;
}

.post--card .post__description-wrapper {
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	z-index: 2;
}

.post--card .post__description-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.post--card .post__description-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.post--card .post__excerpt {
	margin-bottom: 0;
}

.post--card:hover, .post--card:active, .post--card:focus {
	z-index: 1;
}

.post--card:hover .post__image img, .post--card:active .post__image img, .post--card:focus .post__image img {
	transform: scale(1.07);
}

.post--card:hover .post__title, .post--card:hover .post__title-link, .post--card:active .post__title, .post--card:active .post__title-link, .post--card:focus .post__title, .post--card:focus .post__title-link {
	color: #ededed;
}

.post--card:hover .post__description-wrapper:before, .post--card:active .post__description-wrapper:before, .post--card:focus .post__description-wrapper:before {
	opacity: 0.2;
}

.card--featured picture {
	position: relative;
	padding-bottom: 66.46667%;
	display: block;
}

.card--featured picture img,
.card--featured picture video,
.card--featured picture iframe,
.card--featured picture object,
.card--featured picture embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*
Theme Name: TFOH

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/*------------------------------------*  $VARS
\*------------------------------------*/
/**
 * Shop variables
 */
/**
 * Shop variables
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button, table.shop_table_responsive tr td.download-actions .featured--first .featured--post .post__link, .featured--first .featured--post table.shop_table_responsive tr td.download-actions .post__link {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	.cart-collaterals table.shop_table_responsive tr td {
		text-align: right;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
	overflow: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

ul.products li.product {
	list-style: none;
	position: relative;
	font-size: 0;
	margin-bottom: 4vw;
	width: 100%;
	background-color: #f7f7f7;
	padding: 20px;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

ul.products li.product a {
	width: 100%;
}

ul.products li.product a.added_to_cart {
	margin-top: 20px;
	font-size: 1rem;
	display: block;
}

ul.products li.product span {
	font-size: 1rem;
}

ul.products li.product .price {
	display: block;
	margin-bottom: 10px;
}

ul.products li.product img {
	display: block;
	width: 100%;
}

ul.products li.product .button, ul.products li.product .featured--first .featured--post .post__link, .featured--first .featured--post ul.products li.product .post__link {
	width: 100%;
	overflow: hidden;
}

@media (min-width: 37.5em) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.79667%;
	}
	.columns-4 ul.products li.product {
		width: 22.15%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
/**
 * Single Product
 */
@media (min-width: 37.5em) {
	.single-product .summary {
		width: 48%;
		display: inline-block;
	}
	.single-product .woocommerce-product-gallery {
		width: 48%;
		float: left;
		margin-right: 4%;
	}
	.single-product .product_title {
		margin-top: 0;
	}
}

.single-product .product_meta {
	margin-top: 30px;
}

.single-product .variations td {
	padding: 5px 0;
}

.single-product .variations td a {
	margin-left: 10px;
}

.single-product .shop_attributes {
	max-width: 66%;
	background-color: #fff;
	width: auto;
}

.single-product .shop_attributes th {
	font-weight: 600;
}

.single-product .shop_attributes th, .single-product .shop_attributes td {
	padding: 6px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-align: left;
}

.single-product .woocommerce-grouped-product-list-item__label {
	padding-left: 10px;
	padding-right: 10px;
}

.single-product .woocommerce-grouped-product-list td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.single-product figure {
	margin: 0;
}

.single-product div.product {
	display: block;
	position: relative;
}

.single-product div.product .quantity input {
	width: 50px;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 99;
	width: 60px;
	height: 60px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	position: absolute;
	top: 1em;
	right: 1em;
	height: 1.5em !important;
	width: 1.5em !important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Cart
 */
/**
 * Cart
 */
.woocommerce-cart article {
	padding: 0 30px;
}

.woocommerce .button.product_type_grouped, .woocommerce .featured--first .featured--post .product_type_grouped.post__link, .featured--first .featured--post .woocommerce .product_type_grouped.post__link, .woocommerce .button.product_type_external, .woocommerce .featured--first .featured--post .product_type_external.post__link, .featured--first .featured--post .woocommerce .product_type_external.post__link, .woocommerce .button.add_to_cart_button, .woocommerce .featured--first .featured--post .add_to_cart_button.post__link, .featured--first .featured--post .woocommerce .add_to_cart_button.post__link, .woocommerce .button.single_add_to_cart_button, .woocommerce .featured--first .featured--post .single_add_to_cart_button.post__link, .featured--first .featured--post .woocommerce .single_add_to_cart_button.post__link {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	padding: 0;
}

.shipping-calculator-button {
	position: relative;
}

.shipping-calculator-button svg {
	position: absolute;
	left: -20px;
	top: 5px;
	cursor: pointer;
	height: 8px;
	width: 14px;
	pointer-events: none;
	fill: #d63031;
}

.shipping-calculator-button:hover, .shipping-calculator-button:active, .shipping-calculator-button:focus {
	background-color: #f9f9f9;
}

.shipping-calculator-button:hover svg, .shipping-calculator-button:active svg, .shipping-calculator-button:focus svg {
	fill: #7b7b7b;
}

.shipping-calculator-form {
	overflow: auto;
}

.shipping-calculator-form > p {
	max-width: 75%;
}

.shipping-calculator-form .form-row {
	text-align: left;
}

.shipping-calculator-form .form-row .button, .shipping-calculator-form .form-row .featured--first .featured--post .post__link, .featured--first .featured--post .shipping-calculator-form .form-row .post__link {
	width: auto;
}

.cart-collaterals {
	border-top: 1px solid grey;
}

.cart-collaterals table {
	table-layout: fixed;
}

.cart-collaterals th {
	width: 25%;
}

.cart-collaterals td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart-subtotal {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

.woocommerce-shipping-totals p {
	margin-left: auto;
}

.woocommerce-shipping-totals ul {
	list-style: none;
}

.woocommerce-shipping-totals li label {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.woocommerce-Price-amount {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.order-total {
	border-top: 1px solid grey;
}

.order-total .woocommerce-Price-amount {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.wc-proceed-to-checkout {
	text-align: right;
}

@media (min-width: 60em) {
	.cart-collaterals {
		width: 600px;
		margin-left: auto;
	}
}

.woocommerce-cart-form .cart_item {
	border-bottom: 1px solid grey;
}

.woocommerce-cart-form td {
	margin-bottom: 10px;
}

.woocommerce-cart-form .product-remove {
	vertical-align: middle;
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 10px;
	padding: 0 10px;
	padding: 0;
	margin-top: 30px;
}

.woocommerce-cart-form .product-remove a {
	line-height: 30px;
	height: 30px;
	display: inline-block;
	font-size: 2.5rem;
}

.woocommerce-cart-form .product-remove span {
	font-size: 1rem;
	vertical-align: middle;
	display: inline-block;
	padding-top: 2px;
}

.woocommerce-cart-form .product-thumbnail:before {
	content: '';
}

.woocommerce-cart-form .product-thumbnail a {
	width: 100%;
}

.woocommerce-cart-form img {
	width: 100%;
}

.woocommerce-cart-form .product-name,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 8px;
}

.woocommerce-cart-form .product-quantity:before {
	padding-top: 3px;
}

.woocommerce-cart-form .product-quantity input {
	width: 50px;
}

.woocommerce-cart-form .cart__product-update {
	height: auto;
	background-color: transparent;
	padding: 0;
	color: #404041;
	min-height: initial;
	position: relative;
	font-size: 0.8125rem;
}

.woocommerce-cart-form .cart__product-update:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -15px;
	height: 10px;
	width: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M85.4,14.7C65.9-4.9,34.3-4.9,14.7,14.6s-19.6,51.2-0.1,70.7s51.2,19.6,70.7,0.1 c6.3-6.3,10.9-14.2,13.1-22.9h-13C78.5,82,57.1,92.2,37.6,85.3C18.1,78.4,7.9,57,14.8,37.5c5.3-15,19.5-25,35.3-25 c9.9,0,19.4,4,26.3,11.1L56.3,43.8h43.8V0L85.4,14.7z'/%3E%3C/svg%3E");
	background-repeat: none;
	background-position: center center;
	background-size: 10px 10px;
}

.woocommerce-cart-form .product-subtotal {
	margin-bottom: 30px;
}

.woocommerce-cart-form .coupon {
	position: relative;
}

.woocommerce-cart-form .coupon input {
	line-height: 50px;
	height: 50px;
	font-size: 17px;
	padding: 0 16.66667px;
	width: 100%;
}

.woocommerce-cart-form .actions .coupon {
	margin-top: 30px;
	text-align: left;
}

.woocommerce-cart-form .actions .coupon label {
	display: block;
}

.woocommerce-cart-form .actions .coupon .button, .woocommerce-cart-form .actions .coupon .featured--first .featured--post .post__link, .featured--first .featured--post .woocommerce-cart-form .actions .coupon .post__link {
	display: inline-block;
}

@media (min-width: 30em) {
	.woocommerce-cart-form .actions input {
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	.woocommerce-cart-form .actions .button, .woocommerce-cart-form .actions .featured--first .featured--post .post__link, .featured--first .featured--post .woocommerce-cart-form .actions .post__link {
		width: 48%;
		margin-top: 0;
		display: block;
		float: right;
	}
	.woocommerce-cart-form .actions .coupon + .button, .woocommerce-cart-form .actions .featured--first .featured--post .coupon + .post__link, .featured--first .featured--post .woocommerce-cart-form .actions .coupon + .post__link {
		margin-top: 30px;
		float: left;
	}
}

@media (min-width: 30em) and (max-width: 47.99em) {
	.woocommerce-cart-form .product-thumbnail {
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.woocommerce-cart-form .product-name,
	.woocommerce-cart-form .product-price,
	.woocommerce-cart-form .product-quantity,
	.woocommerce-cart-form .product-subtotal {
		display: inline-block;
		width: 48%;
	}
}

@media (min-width: 48em) {
	.woocommerce-cart-form img {
		width: 150px;
	}
	.woocommerce-cart-form .product-name,
	.woocommerce-cart-form .product-price,
	.woocommerce-cart-form .product-quantity,
	.woocommerce-cart-form .product-subtotal {
		vertical-align: middle;
		padding-bottom: 0;
		border-bottom: none;
	}
	.woocommerce-cart-form .product-name {
		width: 25%;
		padding-right: 10px;
	}
	.woocommerce-cart-form .product-thumbnail {
		font-size: 0;
		padding: 15px 0;
	}
	.woocommerce-cart-form thead {
		border-bottom: 1px solid grey;
		border-top: 1px solid grey;
	}
}

@media (min-width: 60em) {
	.woocommerce .actions input,
	.woocommerce .actions .button,
	.woocommerce .actions .featured--first .featured--post .post__link, .featured--first .featured--post
	.woocommerce .actions .post__link {
		width: 250px;
		margin-top: 0;
		float: none;
	}
	.woocommerce .actions .coupon {
		text-align: right;
		overflow: auto;
	}
	.woocommerce .actions .coupon label {
		position: absolute;
		top: 16px;
		right: 540px;
	}
	.woocommerce-cart-form .actions .coupon + .button, .woocommerce-cart-form .actions .featured--first .featured--post .coupon + .post__link, .featured--first .featured--post .woocommerce-cart-form .actions .coupon + .post__link {
		float: right;
	}
}

/**
 * Checkout
 */
/**
 * Checkout
 */
.checkout label {
	display: block;
}

.checkout input:not(.input-radio) {
	line-height: 50px;
	height: 50px;
	font-size: 17px;
	padding: 0 16.66667px;
	width: 100%;
}

.checkout .required {
	text-decoration: none;
}

.checkout table {
	background-color: #fff;
}

.checkout th {
	font-weight: 600;
}

.checkout th, .checkout td {
	padding: 6px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-align: left;
}

.checkout ul {
	list-style: none;
}

.checkout .woocommerce-checkout-payment label {
	display: inline-block;
	margin-left: 5px;
}

@media (min-width: 37.5em) {
	.checkout .form-row-first,
	.checkout .form-row-last {
		width: 48%;
	}
	.checkout .form-row-first {
		float: left;
		margin-right: 4%;
	}
	.checkout .form-row-last {
		float: right;
		width: 48%;
	}
}

@media (min-width: 48em) {
	.checkout .woocommerce-billing-fields,
	.checkout .woocommerce-shipping-fields,
	.checkout .woocommerce-additional-fields,
	.checkout .woocommerce-checkout-review-order {
		margin-right: 33%;
	}
}

@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

@media (min-width: 48em) {
	.woocommerce-order-details {
		margin-right: 33%;
	}
}

.woocommerce-order table {
	background-color: #fff;
}

.woocommerce-order th {
	font-weight: 600;
}

.woocommerce-order th, .woocommerce-order td {
	padding: 6px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	text-align: left;
}

.woocommerce-order ul {
	list-style: none;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Product order filtering
 */
.woocommerce-ordering {
	margin-bottom: 10px;
}

/**
 * Product page reviews
 */
.woocommerce-Reviews .form-submit {
	color: #d63031;
}

.woocommerce-Reviews .form-submit input[type="submit"] {
	width: 150px;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: royalblue;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	overflow: auto;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li svg {
	position: absolute;
	right: 20px;
	top: 24px;
	cursor: pointer;
	height: 8px;
	width: 14px;
	pointer-events: none;
	fill: #d63031;
}

.woocommerce-tabs ul.tabs li:hover, .woocommerce-tabs ul.tabs li:active, .woocommerce-tabs ul.tabs li:focus {
	background-color: #f9f9f9;
}

.woocommerce-tabs ul.tabs li:hover svg, .woocommerce-tabs ul.tabs li:active svg, .woocommerce-tabs ul.tabs li:focus svg {
	fill: #7b7b7b;
}

.woocommerce-tabs ul.tabs li.active {
	background-color: #f2f2f2;
}

.woocommerce-tabs ul.tabs li.active svg {
	transform: rotate(180deg);
	fill: #7b7b7b;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	padding-left: 20px;
	display: block;
}

@media (min-width: 37.5em) {
	.woocommerce-tabs {
		display: block;
		clear: both;
		margin-top: 30px;
	}
	.woocommerce-tabs li:not(.comment) {
		float: left;
		width: 31%;
	}
	.woocommerce-tabs li:not(.comment):nth-child(2) {
		width: 38%;
	}
	.woocommerce-tabs li:not(.comment) a {
		position: relative;
	}
}

@media (min-width: 48em) {
	.woocommerce-tabs {
		padding: 30px 30px 0;
		margin-top: 0;
	}
	.woocommerce-tabs li:not(.comment) {
		width: 33.33%;
	}
	.woocommerce-tabs li:not(.comment):nth-child(2) {
		width: 33.33%;
	}
}

.woocommerce-tabs .panel {
	clear: both;
	padding: 15px;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: table;
	table-layout: fixed;
	border: 3px solid #0f834d;
	clear: both;
	padding: 20px;
	list-style: none;
	color: #0f834d;
	margin: 0;
	margin-bottom: 30px;
	background-color: #fff;
}

.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
	padding: 5px 12px;
	margin-left: 5px;
}

.woocommerce-info .button, .woocommerce-info .featured--first .featured--post .post__link, .featured--first .featured--post .woocommerce-info .post__link,
.woocommerce-error .button,
.woocommerce-error .featured--first .featured--post .post__link, .featured--first .featured--post
.woocommerce-error .post__link,
.woocommerce-noreviews .button,
.woocommerce-noreviews .featured--first .featured--post .post__link, .featured--first .featured--post
.woocommerce-noreviews .post__link,
p.no-comments .button,
p.no-comments .featured--first .featured--post .post__link, .featured--first .featured--post
p.no-comments .post__link {
	margin-bottom: 30px;
	color: #fff;
	border-radius: 3px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	border-color: #3D9CD2;
	color: #3D9CD2;
	background-color: #fff;
}

.woocommerce-error {
	border-color: #e2401c;
	color: #e2401c;
	background-color: #fff;
}

.woocommerce-message {
	background-color: #fff;
}

.woocommerce-message {
	border: 3px solid #0f834d;
	padding: 20px;
	list-style: none;
	color: #0f834d;
	margin: 0;
	margin-bottom: 30px;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: center;
	    align-items: center;
}

.woocommerce-message .button, .woocommerce-message .featured--first .featured--post .post__link, .featured--first .featured--post .woocommerce-message .post__link {
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

@media (min-width: 30em) {
	.woocommerce-message {
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	.woocommerce-message .button, .woocommerce-message .featured--first .featured--post .post__link, .featured--first .featured--post .woocommerce-message .post__link {
		margin-right: 20px;
		margin-bottom: 0;
	}
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

.woocommerce-pagination .page-numbers {
	list-style: none;
	margin: 0;
	text-align: right;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
	margin-right: 10px;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

@media (min-width: 37.5em) {
	.woocommerce-ordering {
		float: right;
		margin-bottom: 0;
		margin-top: 1em;
	}
	.woocommerce-ordering + * {
		clear: both;
	}
	.woocommerce-result-count {
		float: left;
	}
}

@media (min-width: 48em) {
	.woocommerce-ordering {
		float: left;
		margin-left: 20px;
	}
}

/**
 * WooCommerce Account login page
 */
/**
 * Account variables
 */
/**
 * Account
 */
.woocommerce-form-login input {
	line-height: 50px;
	height: 50px;
	font-size: 17px;
	padding: 0 16.66667px;
	display: block;
	width: 100%;
}

.woocommerce-form-login label {
	display: block;
}

@media (min-width: 37.5em) {
	.woocommerce-form-login .form-row .button, .woocommerce-form-login .form-row .featured--first .featured--post .post__link, .featured--first .featured--post .woocommerce-form-login .form-row .post__link,
	.woocommerce-form-login .form-row input {
		width: 250px;
	}
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin-left: 10px;
}

.woocommerce-MyAccount-navigation li {
	padding-left: 20px;
	position: relative;
}

.woocommerce-MyAccount-navigation svg {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
}

.woocommerce-MyAccount-navigation-link--orders svg {
	top: 4px;
	height: 14px;
	width: 14px;
}

.woocommerce-MyAccount-content th, .woocommerce-MyAccount-content td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 1em;
}

@media (min-width: 48em) {
	.woocommerce-MyAccount-content .woocommerce-table--order-downloads .woocommerce-MyAccount-downloads-file {
		margin-top: 0;
	}
	.woocommerce-MyAccount-content .woocommerce-MyAccount-orders.shop_table .woocommerce-button {
		margin-top: 0;
	}
}

/**
 * WooCommerce breadcrumb
 */
/**
 * Breadcrumb
 */
.woocommerce-breadcrumb {
	margin-top: 10px;
}

.site-header .woocommerce-breadcrumb {
	display: none;
	position: absolute;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	bottom: -25px;
	left: 0;
	background-color: #fff;
	border-bottom: rgba(0, 0, 0, 0.1);
	font-size: 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	opacity: 0;
}

@media (min-width: 60em) {
	.has-sticky-nav .site-header .woocommerce-breadcrumb {
		display: block;
		animation: breadcrumb-slide-down 0.6s;
		animation-delay: 1s;
		animation-fill-mode: forwards;
	}
}

.site-header .woocommerce-breadcrumb:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #d63031 transparent transparent transparent;
	top: 0;
	right: -25px;
	border-width: 25px 25px 0 0;
}

.site-header .woocommerce-breadcrumb:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #d63031 transparent transparent transparent;
	top: 0;
	left: -25px;
	border-width: 25px 25px 0 0;
}

.site-content .woocommerce-breadcrumb {
	margin-bottom: 30px;
}

/*------------------------------------*  $ANIMATIONS
\*------------------------------------*/
@keyframes breadcrumb-slide-down {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: -25px;
		opacity: 1;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .featured--first .featured--post .post__link, .featured--first .featured--post .widget_price_filter .price_slider_amount .post__link {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: royalblue;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.onsale {
	background-color: #d60101;
	color: white;
	padding: 3px 6px;
}

.flash-banner {
	position: absolute;
	top: 0;
	left: 0;
}

/*# sourceMappingURL=../tfoh/sass/maps/style.css.map */
