/*!
Theme Name: Cherry & White
Author: Athena Web Designs Ltd
Author URI: https://www.athenawebdesigns.co.uk/
Description: A bespoke theme create for Cherry & White by Athena Web Designs
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: cherry-white

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	scroll-behavior: smooth;
	box-sizing: border-box;
}

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

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

ul, ol {
	margin-top: 0;
}

li {
	margin: 0.7em 0;
	padding: 0;
}


ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

a {
	color: #ba2a30;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1.5em 0;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.2;
	margin-bottom: 18px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
	margin-top: 32px;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.75em;
}

h5 {
	font-size: 1.5em;
}

h6 {
	font-size: 1em;
}


.cs-section h1 {
	font-size: 3em;
}

.cs-section h2 {
	font-size: 2em;
}

.cs-section h3 {
	font-size: 1.6em;
}

.cs-section h4 {
	font-size: 1.4em;
}

.cs-section h5 {
	font-size: 1.25em;
}


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

	p + h1,
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	p + h6,
	ul + h1,
	ul + h2,
	ul + h3,
	ul + h4,
	ul + h5,
	ul + h6 {
		margin-top: 24px;
	}

}

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

	h1 {
		font-size: 3em;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.4em;
	}

	h5 {
		font-size: 1.25em;
	}

	h6 {
		font-size: 1em;
	}

}

.img-blk img {
	display: block;
	width: 100%;
}

.trim-first > :first-child, .trim-content > :first-child {
	margin-top: 0;
}

.trim-last > :last-child, .trim-content > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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;
	margin-top: 1.2em;
}

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

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



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

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


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear-float {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

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

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


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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: 1em 1.8em;
	border-radius: 100px;
	background: #ba2a30;
	border: solid 2px #ba2a30;
	outline: none;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	text-align: center;
	line-height: 1;
	font-size: 1.1em;
	font-weight: 300;
	color: #ffffff;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ffffff;
	color: #ba2a30;
	text-decoration: none;
}

a.button:after,
button:after {
	content: ' \00BB';
}

.button.alt,
button.alt {
	background-color: #ffffff;
	color: #ba2a30;
}

.button.alt:hover,
button.alt:hover {
	background-color: #ba2a30;
	color: #ffffff;
	border-color: #ffffff;
}


.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 200px;
	max-height: 600px;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

:root {
	--admin-bar-space: 0px;
	--header-height: 14.4em;
	--header-space: calc(var(--header-height) + var(--admin-bar-space));
}

body {
	background-color: #fff;
	word-wrap: break-word;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333333;
	margin: 0;
	overflow-x: hidden;
}

body.admin-bar {
	--admin-bar-space: 32px;
}

.wrapper {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}

.wrapper-large {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.full-screen {
	width: 90%;
	margin: 0 auto;
}

.page-section {
	margin-bottom: 4em;
}

.page-section.bg-grey {
	padding: 4em 0;
	background-color: #f5f5f5;
}

.page-section h2.section-title {
	position: relative;
	display: table;
	width: auto;
	margin: 0 auto;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

.page-section h2.section-title.main-title {
	margin-bottom: 1.5em;
}

.page-section h2.section-title:after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 2px;
	background-color: #ba2a30;
}

.page-section h2.section-title .pre {
	display: block;
	text-align: center;
	margin: 0 auto -0.2em;
	font-weight: 400;
	font-size: 0.625em;
}


.page-section ul {
	list-style: none;
	padding-left: 0;
}

.page-section li {
	position: relative;
	padding-left: 1em;
	margin-left: 0;
}

.page-section ul:first-child li:first-child {
	margin-top: 0;
}

.page-section li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7.5px;
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
	width: 10px; height: 10px;
	background-image: url(images/list-icon.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}



/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site {
	padding-top: var(--header-space);
}

.site-header {
	position: fixed;
	z-index: 10;
	top: var(--admin-bar-space);
	width: 100%;
	background-color: #fff;
	transition: all 1s;
}

.scrolled-down .site-header {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 1.5em 0;
	border-bottom: #ccc solid 1px;
}

.scrolled-down #header-top {
	padding: 1em 0;
}

#header-left {
	width: auto;
	min-width: 320px;
}

#header-left .c-item {
	float: left;
	margin-right: 7%;
	white-space: nowrap;
	color: inherit !important;
}

#header-left .c-item:last-child {
	margin-right: 0;
}

.c-item span {
	display: block;
	font-weight: 300;
}

.c-item a {
	color: inherit !important;
}

#logo {
	width: 175px;
	transition: all 200ms;
}

.scrolled-down #logo {
	width: 80px;
}

#logo img {
	display: block;
	margin: 0;
	transition: all 200ms;
}

#header-right {
	width: auto;
	min-width: 320px;
}

#header-right .c-item {
	float: right;
	margin-left: 7%;
}

#header-right .c-item:last-child {
	margin-left: 0;
}

#header-right .c-item a {
	color: inherit;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	padding: 1em 0;
	font-weight: bold;
	position: relative;
	transition: all 200ms;
}

#header-linkedin {
	position: absolute;
	right: 0;
	top: 1.5em;
	width: 32px;
	height: 32px;
	padding: 0 !important;
	background: #ffffff;
	border-radius: 5px;
	z-index: 9;
}

#header-linkedin:hover {
	opacity: 0.8;
}

.scrolled-down #header-linkedin {
	display: none;
}

#header-linkedin img {
	display: block;
	margin: 0;
}

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

	#header-linkedin {
		top: auto;
		bottom: -2.9em;
	}

}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-navigation li {
	position: relative;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

.main-navigation a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	color: inherit;
}



.main-navigation li.menu-item-9503 {
	border: #ba2a30 solid 2px;
	border-radius: 15px;
	padding: .3em 1.3em;
}

.main-navigation li.menu-item-9503 a {
	padding: 0;
}

.main-navigation ul ul {
	display: none;
	background-color: #ffffff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	z-index: 99999;
}

.main-navigation ul ul ul {
	display: none;
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	width: auto;
	white-space: nowrap;
	padding-right: 1em;
}

.main-navigation ul ul li {
	float: none;
}

.main-navigation li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: -6px;
	top: 15px;
	width: 6px;
	height: 6px;
	background-image: url(images/down-caret.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.main-navigation li.menu-item-has-children .sub-menu a:after {
	 display: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {

}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.menu-toggle {
	display: none;
	background-color: transparent;
	color: #333333;
	border: none;
	padding: 0;
	outline: 0;
	margin: 0 auto;
	z-index: 99;
	box-shadow: none;
}

.menu-toggle:after {
	display: none;
}

.menu-toggle:hover {
	background-color: transparent;
	opacity: 0.8;
}

.menu-toggle .menu-icon {
	display: block;
	width: 25px;
	height: 24px;
	position: relative;
	margin: 0;
	border-radius: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.menu-toggle .menu-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #333333;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle .menu-icon span:nth-child(1) {
  top: 0px;
}

.menu-toggle .menu-icon span:nth-child(2),
.menu-toggle .menu-icon span:nth-child(3) {
  top: 10px;
}

.menu-toggle .menu-icon span:nth-child(4) {
  top: 20px;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

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

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

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


/*--------------------------------------------------------------
Page Section: Sliding Banner
--------------------------------------------------------------*/

.section-type-sliding-banner {
	position: relative;
}

.section-type-sliding-banner:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24%;
	background-image: url(images/arches-white.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1400px;
}

.section-type-sliding-banner .slides {
	width: 100%;
	height: auto;
}

.section-type-sliding-banner .slide {
	width: 100%;
	min-height: 30em;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.home .section-type-sliding-banner .slide {
	min-height: 15em;
}

.section-type-sliding-banner .image {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.section-type-sliding-banner .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
}

.section-type-sliding-banner .video {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 1;
	overflow: hidden;
}

.section-type-sliding-banner video {
	display: block;
	margin: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.section-type-sliding-banner .content {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}

.section-type-sliding-banner h1 {
	text-align: center;
	color: #ffffff;
}

.section-type-sliding-banner a.button {
	font-size: 1.25em;
	font-weight: 400;
}


#scroll-down {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 12px;
	background-color: transparent;
	border: solid 1px #ffffff;
	border-radius: 50%;
	padding: 0;
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
}

#scroll-down:after {
	display: none;
}

#scroll-down img {
	display: block;
	margin: 0;
	width: 10px;
	height: 12px;
}



/*--------------------------------------------------------------
Page Section: Page Banner
--------------------------------------------------------------*/

.section-type-page-banner {
	position: relative;
	padding: 1em 0;
}

body.single-post .section-type-page-banner {
	background-color: #444444;
}

.section-type-page-banner .image {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.section-type-page-banner .image:after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: #000000;
	opacity: 0;
}

.section-type-page-banner .image.darkening-25:after {
	opacity: 0.25;
}

.section-type-page-banner .image.darkening-50:after {
	opacity: 0.5;
}

.section-type-page-banner .image.darkening-75:after {
	opacity: 0.75;
}

.section-type-page-banner .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
}

.section-type-page-banner .wrapper {
	position: relative;
	z-index: 2;
}

.section-type-page-banner h1.title {
	display: table;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
	padding: 1.25em 0;
	color: #ffffff;
}

.section-type-page-banner .custom-breadcrumbs {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
}

.section-type-page-banner .custom-breadcrumbs li {
	display: inline-block;
	padding: 0;
	margin: 0 0.25em;
}

.section-type-page-banner .custom-breadcrumbs li:before {
	display: none;
}

.section-type-page-banner .custom-breadcrumbs a {
	color: #ffffff;
}

.section-type-page-banner .custom-breadcrumbs strong {
	font-weight: inherit;
	color: #cccccc;
}




/*--------------------------------------------------------------
Page Section: Featured Text
--------------------------------------------------------------*/

.section-type-featured-text {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.section-type-featured-text:before {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-image: url(images/arches-grey.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 700px;
	opacity: 0.5;
}

.section-type-featured-text h2.title {

}

.section-type-featured-text .text {
	font-size: 1.25em;
	font-weight: 300;
	padding-bottom: 10px;
}


/*--------------------------------------------------------------
Page Section: Text
--------------------------------------------------------------*/

.section-type-text .wrapper {
}

.section-type-featured-text + .section-type-text .wrapper,
.section-type-2-columns + .section-type-text .wrapper,
.section-type-list + .section-type-text .wrapper,
.section-type-tiles + .section-type-text .wrapper,
.section-type-text + .section-type-text .wrapper {
	padding-top: 4em;
	border-top: solid 1px #e5e5e5;
}

/*--------------------------------------------------------------
Page Section: 2 Columns
--------------------------------------------------------------*/

.section-type-2-columns .wrapper{
	/*overflow: hidden;*/
}

.section-type-featured-text + .section-type-2-columns .wrapper,
.section-type-2-columns + .section-type-2-columns .wrapper,
.section-type-list + .section-type-2-columns .wrapper,
.section-type-tiles + .section-type-2-columns .wrapper,
.section-type-text + .section-type-2-columns .wrapper {
	padding-top: 4em;
	border-top: solid 1px #e5e5e5;
}

.section-type-2-columns .inner {
	display: block;
	width: 100%;
}

.section-type-2-columns .col {
	position: relative;
	z-index: 1;
}

.section-type-2-columns.align-col-middle .col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-type-2-columns .left {
	width: 48%;
	float: left;
}

.section-type-2-columns .right {
	width: 48%;
	float: right;
}

.section-type-2-columns .left.ratio-30,
.section-type-2-columns .right.ratio-30 {
	width: 30%;
}

.section-type-2-columns .left.ratio-70,
.section-type-2-columns .right.ratio-70 {
	width: 66%;
}

.section-type-2-columns.page-section h2.section-title {
	margin-left: 0;
	text-align: left;
}

.section-type-2-columns .button {
	margin-top: 2em;
}

.section-type-2-columns .image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto 0 0;
}

.section-type-2-columns .image img {
	display: block;
}

.section-type-2-columns .image,
.section-type-2-columns .image img {
	margin: 0 auto 0 0;
	max-height: 350px;
}

.section-type-2-columns .col.right .image,
.section-type-2-columns .col.right .image img {
	margin: 0 0 0 auto;
}

.section-type-2-columns .image.circle-image {
	max-width: 80%;
}

.section-type-2-columns .circle-image img,
.section-type-2-columns .second-circle-image img {
	border-radius: 50%;
	border: solid 3px #ffffff;
}

.section-type-2-columns .second-circle-image {
	/*
	position: absolute;
	top: 0;
	width: 50%;
	left: -30%;
	z-index: -1;
	*/
	position: relative;
	z-index: -1;
	margin: -1.5em auto 0 0;
	max-width: 80%;
	max-height: 350px;
}

.section-type-2-columns .second-circle-image img {
	display: block;
	max-width: 250px;
	margin: 0 auto;
}

.section-type-2-columns .col.right .second-circle-image {
	/*
	left: auto;
	right: -30%;
	*/
}

body.home #section-2.section-type-2-columns .text {
	font-size: 1.0625em;
}

body.home #section-2.section-type-2-columns .right {
	width: 51%;
}

.section-type-2-columns .button-container {
	display: block;
	width: 100%;
	float: left;
	clear: left;
	margin: 2em auto;
}

.section-type-2-columns .button-container .button {
	display: table;
	margin: 0 auto;
}


/*--------------------------------------------------------------
Page Section: List
--------------------------------------------------------------*/

.section-type-list {

}

.section-type-featured-text + .section-type-list .wrapper:first-child,
.section-type-2-columns + .section-type-list .wrapper:first-child,
.section-type-list + .section-type-list .wrapper:first-child {
	padding-top: 4em;
	border-top: solid 1px #e5e5e5;
}

.section-type-list.page-section h2.section-title {

}

.section-type-list ul.list {
	list-style: none;
	padding: 0;
	width: auto;
	margin: 0 auto;
}

.section-type-list ul.list[data-columns="6"] {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}
.section-type-list ul.list[data-columns="5"] {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}
.section-type-list ul.list[data-columns="4"] {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.section-type-list ul.list[data-columns="3"] {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.section-type-list ul.list[data-columns="2"] {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.section-type-list li.list-item {
	margin: 0 0 1em;
}

.section-type-list li.list-item:before {
	/*margin-top: -0.5em;*/
}




/*--------------------------------------------------------------
Page Section: Featured Boxes
--------------------------------------------------------------*/

.section-type-boxes {
	margin-bottom: 0;
}

.section-type-boxes .boxes.wrapper {
	width: 100%;
	max-width: 1600px;
}

.section-type-boxes .box {
	width: 22.5%;
	height: 0px;
	padding-bottom: 22.5%;
	float: left;
	margin: 0 1% 2% 1%;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.section-type-boxes .box:nth-child(4n+1) {
	clear: left;
}

.section-type-boxes .box:nth-child(4n-3) {
	margin-left: 2%;
}
.section-type-boxes .box:nth-child(4n) {
	margin-right: 2%;
}

.section-type-boxes .image {
	opacity: 0.85;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-type-boxes .image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 140%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 140%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 140%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.section-type-boxes .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	pointer-events: none;
}

.section-type-boxes .inner {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1em;
}

.section-type-boxes h3.title {
	display: block;
	width: 100%;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.section-type-boxes .content {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	max-height: 0;
	margin: 1em auto 0;
	text-align: center;
	color: #ffffff;
	font-size: 0.9375em;
/* 	transform: translateY(50%); */
	-webkit-transition: all 0s;
	transition: all 0s;
}

.section-type-boxes .button {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #ba2a30;
}

.section-type-boxes .button:hover {
	border-color: #ba2a30;
	background-color: #ba2a30;
	color: #ffffff;
}

.section-type-boxes .box:hover .content {
	opacity: 1;
	position: relative;
	max-height: 13em;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: max-height 200ms, opacity 200ms 100ms;
	transition: max-height 200ms, opacity 200ms 100ms;
}

.section-type-boxes .box:hover .image:after {
	opacity: 1;
}



/*--------------------------------------------------------------
Page Section: Featured Tiles
--------------------------------------------------------------*/

.section-type-tiles {
}

.test {
	padding-top: 4em;
	border-top: solid 1px #e5e5e5;
}

.section-type-tiles .tile {
	width: 30%;
	height: 0px;
	padding-bottom: 30%;
	float: left;
	margin: 0 1.66% 2% 1.66%;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.section-type-tiles .tile:nth-child(3n+1) {
	clear: left;
}
/*
.section-type-tiles .tile:nth-child(3n-2) {
	margin-left: 2%;
}
.section-type-tiles .tile:nth-child(3n) {
	margin-right: 2%;
}
*/

.section-type-tiles .image {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-type-tiles .image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	background-color: #000000;
}

.section-type-tiles .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	pointer-events: none;
}

.section-type-tiles span.title {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	color: #ffffff;
	margin: 0 auto;
	padding: 0.5em;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 1.25em;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

.section-type-tiles .tile:hover span.title {
	bottom: 100%;
}

.section-type-tiles .inner {
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	width: 100%;
	padding: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #ffffff;
	background-color: rgba(186, 42, 48, 0.9);
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}

.section-type-tiles .tile:hover .inner {
	top: 0;
}

.section-type-tiles h3.title {
	display: block;
	font-size: 1.8em;
	width: 100%;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}

.section-type-tiles .content {
	text-align: center;
	color: #ffffff;
	font-size: 0.9375em;
}





/*--------------------------------------------------------------
Page Section: Circles
--------------------------------------------------------------*/

.section-type-circles {

}

.section-type-circles .circles.wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 1600px;
}

.section-type-circles .circle {
	width: 19%;
	margin: 0 1.5% 0 1.5%;
	float: left;
	height: 0px;
	padding-bottom: 19%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background-color: #000;
	/*background-attachment: fixed;*/
	background-size: cover;
	perspective: 500px;
}

.section-type-circles.offset .circle:nth-child(4n+1) {
	clear: left;
}

.section-type-circles .circle:nth-child(8n-7) {
	margin-left: 7.5%;
}

.section-type-circles.offset .circle:nth-child(8n-7) {
	margin-left: 2%;
}

.section-type-circles .circle:nth-child(8n-4) {
	margin-right: 7.5%;
}

.section-type-circles.offset .circle:nth-child(8n-4) {
	margin-right: 13%;
}

.section-type-circles.offset .circle:nth-child(8n-3) {
	margin-left: 13%;
}

.section-type-circles .circle:nth-child(8n) {
	margin-right: 2%;
}

.section-type-circles.offset .circle:nth-child(8n-4):after,
.section-type-circles.offset .circle:nth-child(8n-3):after {
	opacity: 0.45;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 118%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
}

.section-type-circles.offset.bg-grey .circle:nth-child(8n-4):after,
.section-type-circles.offset.bg-grey .circle:nth-child(8n-3):after {
	background-color: #f5f5f5;
}

.section-type-circles.offset .circle:nth-child(8n-3):after {
	left: auto;
	right: 118%;
}

.section-type-circles a.link {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 5;
	cursor: pointer;
}

.section-type-circles .inner-circle {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #000;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	z-index: 3;
}

.section-type-circles .circle:hover .inner-circle {
	transform: scale(0.9);
}

.section-type-circles .inner-circle:before {
	content: '';
	position: absolute;
	width: 98%;
	width: -webkit-calc(100% - 6px);
	width: -moz-calc(100% - 6px);
	width: calc(100% - 6px);
	height: 98%;
	height: -webkit-calc(100% - 6px);
	height: -moz-calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px; left: 3px;
	border: solid 3px #ffffff;
	pointer-events: none;
	z-index: 2;
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.section-type-circles .image {
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.section-type-circles .circle:hover .image {
	opacity: 0.6;
}

.section-type-circles .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	pointer-events: none;
}

.section-type-circles h3.title {
	position: absolute;
	display: table;
	width: 84%;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}


/*--------------------------------------------------------------
Page Section: Logos
--------------------------------------------------------------*/

.section-type-logos {

}

.section-type-logos .logos {
	position: relative;
	overflow: hidden;
	padding: 3em 0;
}

.section-type-logos .logos:before,
.section-type-logos .logos:after {
	content: '';
	display: block;
	position: absolute;
	width: 250px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	z-index: 99;
	top: 0;
	pointer-events: none;
}

.section-type-logos .logos:before {
	left: 0;
}

.section-type-logos .logos:after {
	right: 0;
	transform: rotate(180deg);
}

.section-type-logos .logos .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.section-type-logos .logo {
	outline: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	position: relative;
}

.section-type-logos .logo a.link {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 5;
}

.section-type-logos .logo img {
	display: block;
	margin: 0 2em;
	max-width: 300px;
	max-height: 120px;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section-type-logos .logo:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}




/*--------------------------------------------------------------
Page Section: Static Logos
--------------------------------------------------------------*/

.section-type-static-logos {

}

.section-type-static-logos .logos {
	margin-bottom: -4%;
}

.section-type-static-logos .logo {
	width: 22%;
	float: left;
	margin: 0 4% 4% 0;
}

.section-type-static-logos .logo:nth-child(4n) {
	margin-right: 0;
}

.section-type-static-logos .logo:nth-child(4n+1) {
	clear: left;
}

.section-type-static-logos .logo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section-type-static-logos .logo:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}


/*--------------------------------------------------------------
Page Section: News & Case Studies
--------------------------------------------------------------*/

.section-type-news-case-studies {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.section-type-news-case-studies .selected-post-box {
	float: left;
	position: relative;
	width: 49.88%;
	margin: 0.12% auto;
	color: #fff;
	background-color: #333;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-type-news-case-studies .selected-post-box:before {
	opacity: 0.5;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
}

.section-type-news-case-studies .selected-post-box:nth-child(odd) {
	clear: both;
}

.section-type-news-case-studies .selected-post-box:nth-child(even) {
	float: right;
}

.section-type-news-case-studies .selected-post-box a {
	color: inherit;
}

.section-type-news-case-studies .inner {
	position: relative;
	min-height: 350px;
	padding: 2em 2em 8em;
}

.section-type-news-case-studies .cover-link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-type-news-case-studies .type {
	margin: 0;
	font-weight: 300;
	font-size: 1.25em;
}

.section-type-news-case-studies .title {
	position: relative;
	padding-bottom: 0.7em;
	font-size: 1.6em;
}

.section-type-news-case-studies .title:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5em;
	max-width: 100%;
	height: 2px;
	background-color: #ba2a30;
}

.section-type-news-case-studies .text {
	margin: 1em 0;
}

.section-type-news-case-studies .post-date,
.section-type-news-case-studies .button {
	position: absolute;
	bottom: 2em;
}

.section-type-news-case-studies .post-date {
	left: 2em;
	font-weight: 300;
}

.section-type-news-case-studies .button {
	right: 2em;
}

.section-type-news-case-studies .selected-post-box:nth-child(even) .button {
	border-color: #fff;
	background-color: #fff;
	color: #ba2a30;
}

.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(1) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(4) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(5) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(8) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(9) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(12) .button {
	background: #ba2a30;
	color: #ffffff;
	border: solid 2px #ba2a30;
}

.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(2) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(3) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(6) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(7) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(10) .button,
.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(11) .button {
	border-color: #fff;
	background-color: #fff;
	color: #ba2a30;
}

/*--------------------------------------------------------------
Page Section: Call to action
--------------------------------------------------------------*/

.section-type-cta:last-child {
	margin-bottom: 0;
}

.section-type-cta .inner {
	position: relative;
	padding: 4em 0;
}

.section-type-cta .image {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.section-type-cta .image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	mix-blend-mode: darken;
	opacity: 0.6;
	z-index: 1;
}

.section-type-cta .image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ba2a30;
	mix-blend-mode: color;
	z-index: 2;
}

.section-type-cta .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
}

.section-type-cta .wrapper {
	position: relative;
	z-index: 3;
}

.section-type-cta .text {
	text-align: center;
	color: #ffffff;
}

.section-type-cta .text p {
	font-size: 2.5em;
	display: block;
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.2;
}

.section-type-cta .text p strong {
	font-weight: 600;
}

.section-type-cta .button {
	display: table;
	margin: 2em auto 0;
}


/*--------------------------------------------------------------
Page Section: Job Vacancies
--------------------------------------------------------------*/

.section-type-jobs {

}

.section-type-jobs .job {
	position: relative;
	margin-bottom: 2em;
	padding: 1.5em;
	border: solid 2px #262626;
	cursor: pointer;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.section-type-jobs .job:hover,
.section-type-jobs .job.active {
	border-color: #ba2a30;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

.section-type-jobs .border {
	content: '';
	position: absolute;
	display: block;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 2;
	pointer-events: none;
}

.section-type-jobs .border span {
	background-color: #ba2a30;
	-webkit-box-shadow: 0px 0px 10px 0px #ba2a30;
	box-shadow: 0px 0px 10px 0px #ba2a30;
}

.section-type-jobs .border .top {
	position: absolute;
	left: 0; top: 0;
	width: 0px; height: 1px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.section-type-jobs .job:hover .border .top,
.section-type-jobs .job.active .border .top {
	width: 100%;
	height: 1px;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

.section-type-jobs .border .right {
	position: absolute;
	right: 0; top: 0;
	width: 1px; height: 0px;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.section-type-jobs .job:hover .border .right,
.section-type-jobs .job.active .border .right {
	width: 1px;
	height: 100%;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.section-type-jobs .border .bottom {
	position: absolute;
	right: 0; bottom: 0;
	width: 0px; height: 1px;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

.section-type-jobs .job:hover .border .bottom,
.section-type-jobs .job.active .border .bottom {
	width: 100%;
	height: 1px;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.section-type-jobs .border .left {
	position: absolute;
	left: 0; bottom: 0;
	width: 1px; height: 0px;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

.section-type-jobs .job:hover .border .left,
.section-type-jobs .job.active .border .left {
	width: 1px;
	height: 100%;
	-webkit-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}








.section-type-jobs .excerpt {

}

.section-type-jobs .description {
	display: none;
}

.section-type-jobs .button {
	margin-top: 0.5em;
}



/*--------------------------------------------------------------
Page Section: Contact Form
--------------------------------------------------------------*/

.section-type-contact-form {

}

.section-type-page-banner + .section-type-contact-form {
	margin-top: -4em;
}

.section-type-contact-form .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-type-contact-form .col {
	width: 46%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-type-contact-form .inner {
	width: 100%;
}

.section-type-contact-form .left {

}

.section-type-contact-form.page-section h2.section-title {
	text-align: left;
	margin-left: 0;
}

.section-type-contact-form.page-section .right h2.section-title {
	font-size: 2em;
}

.section-type-contact-form .text {
	margin-bottom: 3em;
}

.section-type-contact-form .phone-numbers {
	width: 100%;
	margin-bottom: -1em;
}

.section-type-contact-form .number {
	width: 48%;
	float: left;
	margin-bottom: 1.5em;
}

.section-type-contact-form .number:nth-child(2n) {
	float: right;
}

.section-type-contact-form .number p {
	margin: 0;
}

.section-type-contact-form .number p.name {
	position: relative;
	display: table;
	width: auto;
	border-bottom: solid 2px #ba2a30;
	margin: 0 auto 0.5em 0;
	font-weight: bold;
}

.section-type-contact-form .right .inner {
	background-color: #ffffff;
	padding: 2em;
	box-shadow: 0px 0px 25px -5px #bbbbbb;
}


.section-type-contact-form .wpcf7 .row {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.section-type-contact-form .star {

}

.section-type-contact-form input[type="text"],
.section-type-contact-form input[type="tel"],
.section-type-contact-form input[type="email"],
.section-type-contact-form textarea {
	width: 100%;
	padding: 0.5em 0.75em;
	background-color: #ffffff;
	box-shadow: none;
	border: solid 2px #f5f5f5;
	border-radius: 3px;
}

.section-type-contact-form input[type="submit"] {
	float: right;
}

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

/*--------------------------------------------------------------
Page Section: Map
--------------------------------------------------------------*/

.section-type-contact-form + .section-type-map.page-section {
	margin-top: -4em;
}

.section-type-map.page-section:last-child {
	margin-bottom: 0;
}

.section-type-map {
	position: relative;
}

.section-type-map .wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 4em 0;
	z-index: 2;
	pointer-events: none;
}

.section-type-map .overlay {
	display: table;
	width: auto;
	height: auto;
	padding: 2em;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px -5px #bbbbbb;
}

.section-type-map .overlay p {
	margin: 0;
	line-height: 2;
}

.section-type-map.page-section h2.section-title {
	font-size: 2em;
	margin-bottom: 0.75em;
	margin-left: 0;
	text-align: left;
}

.section-type-map .acf-map {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 1;
}

.section-type-map .acf-map button {
	box-shadow: none;
}


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

.case-study-columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.case-study-columns .wrapper {
	width: 100%;
}

.case-study-columns .page-section {
	margin-bottom: 0;
}

.case-study-columns .case-study-main {
	width: 70%;
	padding-right: 2em;
	border-right: solid 1px #e5e5e5;
}

.case-study-columns .case-study-sidebar {
	width: 30%;
	padding-left: 2em;
}

.case-study-columns .cs-section {
	margin-bottom: 4em;
}

.case-study-columns .cs-section:last-child {
	margin-bottom: 0;
}




.case-study-main {

}



/*-------
CS Main - Title
-------*/

.cs-main-section-title.cs-section {
	margin-bottom: 0;
}

.cs-main-section-title h2.title .pre {
	display: block;
	margin: 0 auto 0 0;
	font-weight: 400;
	font-size: 0.625em;
}


/*-------
CS Main - Text
-------*/

.cs-main-section-text p:nth-child(1),
.cs-main-section-text p:nth-child(2) {
	margin-top: 0;
}


/*-------
CS Main - Image
-------*/

.cs-main-section-image {

}

.cs-main-section-image img {
	display: block;
	margin: 0;
	width: auto; height: auto;
	max-width: 100%;
	max-height: 600px;
}

/*-------
CS Main - Statistic
-------*/

.cs-main-section-statistics {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cs-main-section-statistics .statistic {
	display: block;
	width: 48%;
}

.cs-main-section-statistics p {
	margin: 0;
	font-weight: 600;
	line-height: 1.1;
}

.cs-main-section-statistics strong {
	font-size: 2.5em;
}

.cs-main-section-statistics .top-text {
	font-size: 1.25em;
	color: #ba2a30;
}





.cs-side-section {
	color: #666666;
}


/*-------
CS Side - Title
-------*/

.cs-side-section-title.cs-section {
	margin-bottom: 0;
}

.cs-side-section-title h3.title {
	font-weight: 400;
}

.cs-side-section-title h3.title .pre {
	display: block;
	margin: 0 auto 0 0;
	font-weight: 400;
	font-size: 0.625em;
}


/*-------
CS Side - Text
-------*/

.cs-side-section-image + .cs-side-section-text {
	margin-top: -2em;
}

.cs-side-section-text {
	font-weight: 300;
}

.cs-side-section-text h1,
.cs-side-section-text h2,
.cs-side-section-text h3,
.cs-side-section-text h4,
.cs-side-section-text h5,
.cs-side-section-text h6 {
	font-weight: 400;
}

.cs-side-section-text p:nth-child(1),
.cs-side-section-text p:nth-child(2) {
	margin-top: 0;
}


/*-------
CS Side - Image
-------*/

.cs-side-section-image {

}

.cs-side-section-image img {
	display: block;
	margin: 0;
	width: auto; height: auto;
	max-width: 100%;
	max-height: 600px;
}

/*-------
CS Side - Button
-------*/

.cs-side-section-button {

}


/*-------
CS Side - Circles
-------*/

.cs-side-section-circles {

}

.cs-side-section-circles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-side-section-circles li {
	display: block;;
	width: 100%;
	padding: 0;
	margin: 0 0 0.75em 0;
}

.cs-side-section-circles li:before {
	display: none;
}

.cs-side-section-circles .image {
	display: inline-block;
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 1em;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.cs-side-section-circles a:hover .image {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.cs-side-section-circles .image a {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	border-radius: 50%;
	z-index: 3;
}

.cs-side-section-circles img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 1;
}

.cs-side-section-circles a.link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	text-decoration: none;
	color: inherit;
}

.cs-side-section-circles a.link:hover {
	text-decoration: underline;
}





.section-type-news-case-studies.cs-section-more {
	/*width: 90%;*/
	/*max-width: 960px;*/
}


/*--------------------------------------------------------------
Shop
--------------------------------------------------------------*/

.woocommerce-product-gallery li::before,
.woocommerce-tabs li::before,
.woocommerce-pagination li::before {
	display: none;
}

ul.products li {
	position: relative;
}

ul.products li:hover {
	z-index: 1;
}

ul.products li::before {
	--padding: 0.8em;
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	top: calc(var(--padding) * -1);
	left: calc(var(--padding) * -1);
	width: calc(100% + (var(--padding) * 2));
	height: calc(100% + (var(--padding) * 2));
	border: 1px solid #ddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	background: none;
	transform: scale(1.1);
	transition: all 200ms;
	pointer-events: none;
}

ul.products li:hover::before {
	opacity: 1;
	transform: scale(1);
}

.woocommerce span.onsale {
	width: 3.3em;
	aspect-ratio: 1/1;
	padding: 1.05em 0;
	border: 2px solid;
	background-color: #fff;
	color: #ba2a30;
	text-transform: uppercase;
	line-height: 1;
	font-size: 1.4em;
}

.woocommerce ul.products li.product .onsale {
	top: 0.4em;
	right: 0.4em;
}

.woocommerce div.product span.onsale {
	top: 1em;
	left: 1em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #222;;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 40%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 58%;
}

.woocommerce div.product .product_title {
	font-size: 3em;
}

.woocommerce div.product .summary .price {
	margin: 0;
	font-size: 1.4em;
	color: inherit;
}

.price-suffix {
	font-size: 0.85em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: inherit;
	font-style: italic;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
	display: block;
	width: 100%;
	background-color: #222222;
	color: #ffffff;
	overflow: hidden;
	font-weight: 400;
}

.site-footer a {
	color: inherit;
}

.site-footer h4.title {
	display: block;
	width: 100%;
	text-align: left;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: solid 2px #ba2a30;
	font-weight: 300;
	font-size: 1.125em;
}

#footer-top {
	padding: 4em 0;
	position: relative;
}

#footer-top:before {
	content: '';
	position: absolute;
	left: 50%; top: -15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 120%; height: 120%;
	background-image: url('images/cherry-white-logo-background.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	pointer-events: none;
}

#footer-top > div {
	position: relative;
	z-index: 2;
}

#footer-top .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer-top .col {
	display: table;
	width: auto;
}

#footer-top .column-1 {
	width: 46%;
}

#footer-top .column-1 .left {
	width: 44%;
	float: left;
}

#footer-top .column-1 .right {
	width: 44%;
	float: right;
}

#footer-top .column-1 .link {
	display: block;
	font-size: 0.875em;
	margin-bottom: 1.5em;
	font-weight: 300;
}

#footer-top .column-1 .link span {
	display: block;
	width: 100%;
	font-weight: 400;
}

#footer-top .column-1 .address {
	font-size: 0.875em;
	margin-bottom: 3em;
}

#footer-top .column-1 .logo {
	max-width: 115px;
}

#footer-top .column-2 {
	width: 23%;
}

#footer-top .column-2 a {
	display: block;
	font-size: 0.875em;
	margin-bottom: 1em;
}


#footer-top .column-3 {
	width: 23%;
}

#footer-top .column-3 .item {
	display: block;
	font-size: 0.875em;
	margin-bottom: 1.5em;
}

#footer-top .column-3 .item:last-child {
	margin-bottom: 0;
}

#footer-top .column-3 .item span {
	display: block;
	width: 100%;
	font-weight: 400;
}

#footer-bottom {
	display: block;
	width: 100%;
	background-color: #161616;
	padding: 1em 0 2em 0;
	text-align: center;
	color: #555555;
	position: relative;
	z-index: 3;
}

#footer-bottom p {
	font-size: 0.875em;
}

#footer-bottom .athena {
	font-size: 0.875em;
	color: #333333;
}


/*--------------------------------------------------------------
Custom pagination
--------------------------------------------------------------*/

.custom-pagination {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.custom-pagination .page-numbers {
	margin: 0 0.1em;
}

.custom-pagination a.page-numbers {
	background-color: #ba2a30;
	border: solid 2px #ba2a30;
	color: #ffffff;
	padding: 0.5em;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.custom-pagination a.page-numbers:hover {
	background-color: #ffffff;
	color: #ba2a30;
	text-decoration: none;
}

.custom-pagination .page-numbers.current {
	background-color: #222222;
	border: solid 2px #222222;
	padding: 0.5em;
	color: #ffffff;
}


/*--------------------------------------------------------------
Cookie Box
--------------------------------------------------------------*/



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

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

	.section-type-sliding-banner:after {
		background-size: cover;
	}


	/*--------------------------------------------------------------
	Page Section: 2 Columns
	--------------------------------------------------------------*/

	.section-type-2-columns .image.circle-image,
	.section-type-2-columns .col.right .image.circle-image {
		margin: 0 auto;
	}

	.section-type-2-columns .second-circle-image {
		margin: -2em auto 0;
	}

	/*
	.section-type-2-columns .second-circle-image {
		left: -20%;
	}

	.section-type-2-columns .col.right .second-circle-image {
		left: auto;
		right: -20%;
	}
	*/



	/*--------------------------------------------------------------
	Page Section: List
	--------------------------------------------------------------*/

	.section-type-list ul.list[data-columns="6"] {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	.section-type-list ul.list[data-columns="5"] {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}


	/*--------------------------------------------------------------
	Page Section: Featured Boxes
	--------------------------------------------------------------*/

	.section-type-boxes .boxes.wrapper {
		width: 90%;
		max-width: 960px;
	}

	.section-type-boxes .box,
	.section-type-boxes .box:nth-child(4n+1),
	.section-type-boxes .box:nth-child(4n-3),
	.section-type-boxes .box:nth-child(4n) {
		width: 47.5%;
		padding-bottom: 47.5%;
		clear: none;
		margin: 0 5% 5% 0;
	}

	.section-type-boxes .box:nth-child(2n) {
		margin-right: 0;
	}

	.section-type-boxes .box:nth-child(2n+1) {
		clear: left;
	}

	.section-type-boxes .content {
		max-width: 350px;
	}

	/*--------------------------------------------------------------
	Page Section: Tiles
	--------------------------------------------------------------*/

	.section-type-tiles .tiles.wrapper {
		width: 90%;
		max-width: 960px;
	}

	.section-type-tiles .tile,
	.section-type-tiles .tile:nth-child(4n+1),
	.section-type-tiles .tile:nth-child(4n-3),
	.section-type-tiles .tile:nth-child(4n) {
		width: 47.5%;
		padding-bottom: 47.5%;
		clear: none;
		margin: 0 5% 5% 0;
	}

	.section-type-tiles .tile:nth-child(2n) {
		margin-right: 0;
	}

	.section-type-tiles .tile:nth-child(2n+1) {
		clear: left;
	}

	.section-type-tiles .content {
		max-width: 350px;
	}


	/*--------------------------------------------------------------
	Page Section: Circles
	--------------------------------------------------------------*/

	.section-type-circles h3.title {
		font-size: 1.5em;
	}





}





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


	/*--------------------------------------------------------------
	Page Section: Circles
	--------------------------------------------------------------*/

	.section-type-circles h3.title {
		font-size: 1.75em;
	}

	.section-type-circles .circles.wrapper {
		width: 90%;
		max-width: 960px;
	}

	.section-type-circles .circle {
		width: 46%;
		padding-bottom: 46%;
		margin: 0 8% 6% 0 !important;
		clear: none !important;
	}

	.section-type-circles .circle:nth-child(2n) {
		margin-right: 0 !important;
	}

	.section-type-circles .technologu:nth-child(2n+1) {
		clear: both !important;
	}


	/*--------------------------------------------------------------
	Page Section: Logos
	--------------------------------------------------------------*/

	.section-type-logos {

	}

	.section-type-logos .logos {
		padding: 1em 0;
	}

	.section-type-logos .logo img {
		max-width: 250px;
		max-height: 90px;
	}


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	#footer-top:before {
		left: 0; top: 10%;
		width: 100%; height: 80%;
		transform: none;
		background-size: cover;
	}

	#footer-top .inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer-top .column-1 {
		width: auto;
		margin: 0 20% 3em;
	}

	#footer-top .column-1 .left,
	#footer-top .column-1 .right {
		display: table;
		width: auto;
		float: left;
	}

	#footer-top .column-1 .left {
		padding-right: 5em;
	}

	#footer-top .column-2 {
		width: auto;
		margin-right: 3em;
	}

	#footer-top .column-3 {
		width: auto;
		max-width: 160px;
	}




}





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

	/*--------------------------------------------------------------
	# Custom Style
	--------------------------------------------------------------*/

	:root {
		--header-height: 13.5em;
	}

	.page-section ul {
		list-style: none;
		padding-left: 0;
	}

	.page-section li {
		/* display: table; */
		/* margin: 0 auto; */
	}


	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	.site-headre {
		overflow-y: auto;
		max-height: 100vh;
	}

	#header-left,
	#header-right {
		min-width: 0px;
		max-width: 225px;
	}

	#header-left .c-item,
	#header-left .c-item:last-child,
	#header-right .c-item,
	#header-right .c-item:last-child {
		display: table;
		width: auto;
		float: none;
		margin: 0 auto;
		text-align: center;
	}


	/*--------------------------------------------------------------
	Navigation
	--------------------------------------------------------------*/

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

	.menu-toggle {
		display: table !important;
	}

	.main-navigation.toggled .nav-menu {
		display: block;
		padding-top: 1em;
		text-align: center;
	}

	.main-navigation li {
		float: none;
	}

	.main-navigation a {
		display: table;
		width: auto;
		padding: 0.5em;
		margin: 0 auto;
		position: relative;
	}

	.main-navigation ul ul {
		position: static;
		box-shadow: none;
		background-color: rgba(0, 0, 0, 0.25);
	}

	.main-navigation ul ul a {
		width: auto;
		padding: 0.5em;
	}

	.main-navigation ul ul li.menu-item-has-children > a:after {
		 display: block !important;
	}

	/*--------------------------------------------------------------
	Page Section: Featured Text
	--------------------------------------------------------------*/

	.section-type-featured-text .text {
		text-align: center !important;
	}



	/*--------------------------------------------------------------
	Page Section: Text
	--------------------------------------------------------------*/

	.section-type-text,
	.section-type-text * {
		text-align: center;
	}


	/*--------------------------------------------------------------
	Page Section: 2 Columns
	--------------------------------------------------------------*/

	.section-type-2-columns .left,
	.section-type-2-columns .right,
	body.home #section-2.section-type-2-columns .right {
		width: 100% !important;
		float: none;
		text-align: center;
	}

	.section-type-2-columns.page-section h2.section-title {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	body.home #section-2.section-type-2-columns .text img {
		display: none;
	}

	.section-type-2-columns .col:first-child {
		margin-bottom: 2em;
	}

	.section-type-2-columns .image {
		width: 100%;
		max-width: 420px;
		margin: 0 auto !important;
	}

	.section-type-2-columns .image,
	.section-type-2-columns .image img,
	.section-type-2-columns .col.right .image,
	.section-type-2-columns .col.right .image img {
		margin: 0 auto;
	}

	.section-type-2-columns .second-circle-image {
		margin-top: -3em !important;
	}

	/*
	.section-type-2-columns .second-circle-image {
		width: 100%;
		max-width: 260px;
		top: 0;
		left: 50% !important;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-type-2-columns .second-circle-image img {
		-webkit-transform: translate(-240px, 0px);
		-moz-transform: translate(-240px, 0px);
		-ms-transform: translate(-240px, 0px);
		-o-transform: translate(-240px, 0px);
		transform: translate(-240px, 0px);
	}
	*/

	body.home #section-2.section-type-2-columns .text {
		text-align: left;
	}


	/*--------------------------------------------------------------
	Page Section: List
	--------------------------------------------------------------*/

	.section-type-list ul.list[data-columns="6"] {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.section-type-list ul.list[data-columns="5"] {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.section-type-list ul.list[data-columns="4"] {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.section-type-list ul.list[data-columns="3"] {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}


	/*--------------------------------------------------------------
	Page Section: Contact Form
	--------------------------------------------------------------*/

	.section-type-contact-form .wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section-type-contact-form .col {
		width: 100%;
	}

	.section-type-contact-form .left {
		margin-bottom: 3em;
	}



	/*--------------------------------------------------------------
	Page Section: Map
	--------------------------------------------------------------*/

	.section-type-map {
		margin: 4em auto !important;
		width: 90%;
		max-width: 960px;
	}

	.section-type-map .wrapper {
		display: block;
		width: 100%;
		margin: 0 auto 3em;
		padding: 0;
	}

	.section-type-map .overlay {
		width: 100%;
		box-shadow: none;
		padding: 0;
	}

	.section-type-map .acf-map {
		position: relative;
		display: block;
		width: 100%;
		height: 400px;
	}



	/*--------------------------------------------------------------
	Page Section: Posts & Case Studies
	--------------------------------------------------------------*/

	.section-type-news-case-studies .selected-post-box,
	.section-type-news-case-studies .selected-post-box:nth-child(even),
	.section-type-news-case-studies.cs-section-more  .selected-post-box,
	.section-type-news-case-studies.cs-section-more  .selected-post-box:nth-child(even) {
		float: none;
		width: auto;
	}

	.section-type-news-case-studies .selected-post-box,
	.section-type-news-case-studies.cs-section-more .selected-post-box {
		margin: 3px 0;
	}


	.section-type-news-case-studies.section-type-case-studies-home .selected-post-box:nth-child(odd) .button {
		background: #ba2a30 !important;
		color: #ffffff !important;
		border: solid 2px #ba2a30 !important;
	}

	.section-type-news-case-studies .selected-post-box:nth-child(even) .button {
		border-color: #fff !important;
		background-color: #fff !important;
		color: #ba2a30 !important;
	}

	/*--------------------------------------------------------------
	Alignment
	--------------------------------------------------------------*/

	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone {
		display: block;
		float: none;
		width: auto;
		margin: 0 auto 0.5em;
	}

}



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

	/*--------------------------------------------------------------
	Navigation
	--------------------------------------------------------------*/

	/*
	.main-navigation a {
		padding: 0.5em 0.25em;
	}
	*/

}


@media screen and (max-width: 782px) {
	body.admin-bar {
		--admin-bar-space: 46px;
	}
}


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

	/*--------------------------------------------------------------
	# Custom Style
	--------------------------------------------------------------*/

	.page-section {
		margin-bottom: 3em;
	}

	.section-type-featured-text + .section-type-2-columns .wrapper,
	.section-type-2-columns + .section-type-2-columns .wrapper,
	.section-type-list + .section-type-2-columns .wrapper,
	.section-type-featured-text + .section-type-list .wrapper:first-child,
	.section-type-2-columns + .section-type-list .wrapper:first-child,
	.section-type-list + .section-type-list .wrapper:first-child {
		padding-top: 3em;
	}

	.page-section.bg-grey {
		padding: 3em 0;
	}


	/*--------------------------------------------------------------
	Page Section: List
	--------------------------------------------------------------*/

	.section-type-list ul.list {
		-webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		column-count: 1 !important;
	}

	.section-type-list li.list-item {
		display: table;
		margin: 0 auto 1em;
	}


	/*--------------------------------------------------------------
	Page Section: Call to action
	--------------------------------------------------------------*/

	.section-type-cta .text p {
		font-size: 2em;
	}


	/*--------------------------------------------------------------
	Page Section: Contact Form
	--------------------------------------------------------------*/

	.section-type-page-banner + .section-type-contact-form {
		margin-top: -3em;
	}


	/*--------------------------------------------------------------
	Page Section: Map
	--------------------------------------------------------------*/

	.section-type-contact-form + .section-type-map.page-section {
		margin-top: -3em;
	}



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

	.case-study-columns .case-study-main.page-section {
		width: 100%;
		padding-right: 0;
		border-right: none;
		border-bottom: solid 1px #e5e5e5;
		margin-bottom: 3em;
		padding-bottom: 3em;
	}

	.case-study-columns .case-study-sidebar.page-section {
		width: 100%;
		padding-left: 0;
		margin-bottom: 3em;
	}


	.case-study-columns .cs-section {
		margin-bottom: 3em;
	}

	.cs-side-section-image + .cs-side-section-text {
		margin-top: -1em;
	}

	.cs-side-section-title.cs-section {
		margin-bottom: 0;
	}



	/*--------------------------------------------------------------
	Shop
	--------------------------------------------------------------*/

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: auto;
	}


}

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

	.home .section-type-sliding-banner .slide {
		min-height: 30em;
	}

}


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

	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	#footer-top .column-1 {
		margin: 0 15% 3em;
	}

}




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

	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	:root {
		--header-height: 18.7em;
	}

	body.admin-bar {
		--admin-bar-space: 0px;
	}

	#header-top {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.scrolled-down #logo,
	#logo {
		width: 100%;
		margin-bottom: 1em;
		-webkit-box-ordinal-group: 2;
   	 	-ms-flex-order: 1;
		order: 1;
	}

	#logo img {
		display: block;
		max-width: 175px;
		margin: 0 auto;
	}

	.scrolled-down #logo img {
		max-width: 80px;
	}

	#header-left {
		width: auto;
		padding: 0 1em;
		max-width: 160px;
		box-sizing: content-box;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	#header-left .c-item {
		width: 100% !important;
	}

	#header-right {
		width: auto;
		padding: 0 1em;
		max-width: 160px;
		box-sizing: content-box;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.scrolled-down #header-linkedin {
		display: block;
	}


	/*--------------------------------------------------------------
	Page Section: Featured Boxes
	--------------------------------------------------------------*/

	.section-type-boxes {

	}

	.section-type-boxes .box,
	.section-type-boxes .box:nth-child(4n+1),
	.section-type-boxes .box:nth-child(4n-3),
	.section-type-boxes .box:nth-child(4n),
	.section-type-boxes .box:nth-child(2n),
	.section-type-boxes .box:nth-child(2n+1) {
		width: 100%;
		padding-bottom: 100%;
		float: none;
		clear: both;
		margin-bottom: 1.5em;
	}


	/*--------------------------------------------------------------
	Page Section: Tiles
	--------------------------------------------------------------*/

	.section-type-tiles {

	}

	.section-type-tiles .tile,
	.section-type-tiles .tile:nth-child(4n+1),
	.section-type-tiles .tile:nth-child(4n-3),
	.section-type-tiles .tile:nth-child(4n),
	.section-type-tiles .tile:nth-child(2n),
	.section-type-tiles .tile:nth-child(2n+1) {
		width: 100%;
		padding-bottom: 100%;
		float: none;
		clear: both;
		margin-bottom: 1.5em;
	}


	/*--------------------------------------------------------------
	Page Section: Circles
	--------------------------------------------------------------*/

	.section-type-circles .circles.wrapper {
		max-width: 420px;
	}

	.section-type-circles .circle {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		padding-bottom: 100%;
		margin: 0 auto 1.5em auto !important;
	}

	.section-type-circles .circle:nth-child(2n) {
		margin-right: 0 !important;
	}


	/*--------------------------------------------------------------
	Page Section: Logos
	--------------------------------------------------------------*/

	.section-type-logos .logos:before, .section-type-logos .logos:after {
		width: 150px;
	}


	/*--------------------------------------------------------------
	Page Section: Static Logos
	--------------------------------------------------------------*/

	.section-type-static-logos .logo {
		width: 46%;
		margin: 0 4% 4% 0;
	}

	.section-type-static-logos .logo:nth-child(2n) {
		margin-right: 0;
	}

	.section-type-static-logos .logo:nth-child(2n+1) {
		clear: left;
	}

	.section-type-static-logos .logo img {
		max-width: 180px;
		height: auto;
	}


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	#footer-top .inner {
		display: block;
	}

	#footer-top .column-1 {
		width: 100%;
		margin: 0 auto 3em 0;
	}

	#footer-top .column-2 {
		width: 100%;
		margin: 0 auto 3em 0;
	}

	#footer-top .column-3 {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0 0;
	}

	#footer-bottom {
		text-align: left;
	}


}


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

	.section-type-sliding-banner h1 {
		font-size: 2.4em;
	}

	.section-type-2-columns .image.circle-image {
		max-width: 90%;
	}

	.section-type-2-columns .second-circle-image {
		max-width: 70%;
	}

	.section-type-2-columns .second-circle-image img {
		max-width: 100%;
	}

	/*
	.section-type-2-columns .second-circle-image {
		display: none;
	}
	*/

	.section-type-news-case-studies .inner {
		padding-bottom: 2em;
	}

	.section-type-news-case-studies .text {
		margin-bottom: 2em;
	}

	.section-type-news-case-studies .post-date,
	.section-type-news-case-studies .button {
		position: static;
	}

	.section-type-news-case-studies .post-date {
		opacity: 0.7;
		margin-bottom: 2em;
	}

}


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

	/*--------------------------------------------------------------
	Page Section: Logos
	--------------------------------------------------------------*/

	.section-type-logos .logos:before, .section-type-logos .logos:after {
		width: 80px;
	}

	.section-type-logos .logo img {
		max-width: 200px;
		max-height: 80px;
	}


}


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

	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	#header-left {
		width: 100%;
		margin-bottom: 1em;
		max-width: 100%;
	}

	#header-left .c-item {
		max-width: 160px;
	}

	#header-right {
		width: 100%;
		max-width: 100%;
	}


}


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

	/*--------------------------------------------------------------
	Page Section: Header
	--------------------------------------------------------------*/

	.scrolled-down #logo {
		margin-bottom: 0;
	}
	
	.scrolled-down #header-left,
	.scrolled-down #header-right {
		display: none;
	}
	
	/*--------------------------------------------------------------
	Page Section: Contact Form
	--------------------------------------------------------------*/

	.section-type-contact-form .number {
		width: 100%;
	}



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

	/*-------
	CS Main - Statistic
	-------*/

	.cs-main-section-statistics {
		display: block;
	}

	.cs-main-section-statistics .statistic {
		display: block;
		width: 100%;
		margin-bottom: 2em;
	}

	.cs-main-section-statistics .statistic:last-child {
		margin-bottom: 0;
	}


}



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

	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	#header-left {
		width: 100%;
		margin-bottom: 1em;
	}

	#header-right {
		width: 100%;
	}

}
