/*!
Theme Name: jpond 2020 update
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jpond
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.

jpond is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation ul ul {
	position: absolute;
	top: 0px;
	left: -999em;
	z-index: 99999;
}

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

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

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

.main-navigation ul li:last-child:hover > ul,
.main-navigation ul li:last-child.focus > ul {
	right: 0 !important;
	left: initial !important;
}

.main-navigation li {
	position: relative;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* ---------- general -------------*/

body {
	font-family: 'Cantarell', sans-serif !important;
	font-size: 17px;
}

.single.single-post .content-area {
	overflow: hidden;
}

.site, .content-area, .site-main {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.headerfloater {
	position: relative;
	width: 100%;
	padding: 0px 20px;
	max-width: 1600px;
	display: table;
	margin: 0 auto;
}

.floater {
	position: relative;
	width: 100%;
	padding: 0px 20px;
	max-width: 1400px;
	display: table;
	margin: 0 auto;
}

.floater2 {
	position: relative;
	width: 100%;
	padding: 0px 20px;
	max-width: 1600px;
	display: table;
	margin: 0 auto;
}

a, a:visited {
	color: #c7a355;
	text-decoration: none;
}

a:hover {
	color: #a7863f;
	text-decoration: underline;
}

/* ----------- header ------------*/

.site-header {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 0px;
	overflow: visible;
}

.site-branding {
	position: absolute;
	top: 30px;
	left: 60px;
	width: 130px;
	height: auto;
	z-index: 1002;
}

.site-branding p, .site-branding h1 {
	margin: 0px;
}

.main-navigation {
	position: relative;
	margin: 0 auto;
	display: table;
	width: 100%;
	padding: 20px 0px;
	z-index: 1001;
}

.main-navigation div > ul:first-child {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: flex-start;
	display: -moz-flex;
	-moz-direction: row;
	-moz-flex-wrap: nowrap;
	-moz-justify-content: center;
	-moz-align-items: flex-start;
}

.main-navigation div > ul:first-child li {
	-webkit-flex: 1 1 0px;
	-moz-flex: 1 1 0px;
	flex: 1 1 0px;
	margin: 0px 15px;
	text-align: center;
}

.main-navigation div > ul:first-child li a {
	text-transform: uppercase;
	padding: 15px 15px;
	color: #c7a355;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.9em;
}

.main-navigation div > ul:first-child li a:hover {
	background: black;
	border-radius: 3px;
	text-decoration: none !important;
}

.main-navigation ul li ul.sub-menu {
	display: block;
	width: 300px;
	background: rgb(0,0,0);
	background: rgba(250,250,250,1);
	position: absolute;
	top: 100%;
	border-radius: 3px;
	border: 1px solid #5f5f5f;
}

.main-navigation ul li ul.sub-menu li {
	display: block;
	width: 100%;
	padding: 0px !important;
	margin: 0;
	text-align: left;
}

.main-navigation ul li ul.sub-menu li a {
	width: 100%;
	text-align: left;
}

.main-navigation ul li:last-child ul.sub-menu li,
.main-navigation ul li:last-child ul.sub-menu li a {
	text-align: right;
}

.menu-toggle {
	display: none;
	border: none;
	box-shadow: none;
	right: 20px;
	top: 20px;
	position: absolute;
	height: 40px;
	width: 40px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.4);
	border-radius: 2px;
	z-index: 1090;
}



/* --------- frontpage ---------*/

.hero {
	position: relative;
	width: 100%;
	background: black;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	height: 900px;
}

.hero-text {
	position: relative;
	width: 100%;
	padding: 400px 0px;
	max-width: 550px;
	width: 100%;
	display: table;
	text-align: center;
	margin: 0 auto;
}

.hero-text p {
	font-size: 2em;
	font-weight: 700;
	margin-top: 0px;
}

.herologo2 {
	margin-top: 30px !important;
}

.thumbwrap, .thumbwrap img {
	position: relative;
	float: left;
	width: 100%;
}

.thumtext {
	position: absolute;
	top: 15%;
	left: 0px;
	width: 100%;
	padding: 0px 10%; 
	font-size: 2.5em;
	color: black;
	text-align: center;
	text-transform: uppercase; 
}

.thumtext p {
	line-height: 120%;
	margin-bottom: 0px;
	margin-top: 10px;
}

.thumtext p strong {
	font-size: 1.5em;
}

.points-wrap {
	position: relative;
	float: left;
	width: 100%;
	display: table;
	background: #c7a355;
	padding: 100px 0px;
}

.points {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: stretch;
	display: -moz-flex;
	-moz-direction: row;
	-moz-flex-wrap: nowrap;
	-moz-justify-content: space-between;
	-moz-align-items: stretch;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: white;
}

.points .single-point {
	flex-basis: auto;
	-webkit-flex-basis: auto;
	-moz-flex-basis: auto;
	padding: 0px 30px;
	height: auto !important;
	text-align: center;
}

.points .single-point img {
	padding: 0px 40px;
}

.front-content {
	position: relative;
	float: left;
	width: 100%;
	background: black;
	padding: 100px 0px 100px 0px;
	display: table;
}

.front-content section {
	width: 35%;
	position: relative;
	float: left;
	padding: 0px 50px 0px 30px;
}

.front-content section img {
	width: 100%;
}

.front-content .entry-content {
	width: 65%;
	position: relative;
	float: right;
	color: white;
}

.front-content .entry-content h2 {
	margin-top: 0px;
	text-transform: uppercase;
}

.front-content section.mobile {
	display: none;
}

.front-content2 {
	position: relative;
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 100px 0px 200px 0px;
	display: table;
}

.front-content2 .content-floater {
	color: black;
}

.inner-floater {
	padding: 0px 30px;
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

/* --------- subpage ----------*/

.subhero {
	position: relative;
	float: left;
	width: 100%;
	height: 170px;
	background-image: url('./imgs/herobg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.hero-text h1.subtitle {
	text-transform: uppercase;
	color: #c7a355;
	font-size: 2.5em;
	margin: 0px 0px 0px 0px;
	word-break: break-word;
	line-height: 110%;
}

.serv-wrap {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.servbg {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.servbg img {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	display: block;
}

.floater-in {
    position: absolute;
    top: 50%;
    left: -webkit-calc(50% - 600px);
    left: -moz-calc(50% - 600px);
    left: calc(50% - 600px);
    width: 1200px;
    margin: 0% 0 0 0%;
}

.floater-inner {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.6);
	color: white;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
}

.basesubpagebg {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: white;
	display: table;
}

.add-padding-top {
	padding-top: 100px;
}

.add-padding-top2 {
	padding-top: 50px;
}

.add-padding-bottom {
	padding-bottom: 150px !important;
}

.add-padding-bottom2 {
	padding-bottom: 200px !important;
}

.content-shifter {
	position: relative;
	float: left;
	width: 75%;
	padding: 0px 200px 120px 40px; 
}

.content-shifter p:first-child {
	font-size: 1.5em;
	text-transform: uppercase;
}

.first-p-repeater {
	position: relative;
	float: left;
	width: 25%;
	display: inline-block;
	text-align: center;
	padding: 0px 30px 30px 0px;
}

.staff-wrap {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
	display: -moz-flex;
	-moz-direction: row;
	-moz-flex-wrap: wrap;
	-moz-justify-content: flex-start;
	-moz-align-items: stretch;
	width: 100%;
	padding: 0px 0px 0px 0px;
	padding-left: -webkit-calc(25% + 40px);
	padding-left: -moz-calc(25% + 40px);
	padding-left: calc(25% + 40px);
	z-index: 950;
}

.p-repeater {
	flex-basis: 33.33%;
	-webkit-flex-basis: 33.33%;
	-moz-flex-basis: 33.33%;
	position: relative;
	text-align: center;
	padding: 0px 30px 30px 0px;
}

.p-repeater p:last-child, .p-repeater ul:last-child {
	margin-bottom: 0px;
}

.first-p-repeater img, .p-repeater img {
	position: relative;
	float: left;
	width: 97%;
	margin: 0px 0px 20px 3%;
}

.first-p-repeater ul, .p-repeater ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style: none;
	font-weight: bold;
	text-align: center;
}

.asidetitle {
	position: absolute;
	top: 140px;
	left: 0px;
	color: #c7a355;
	background: black;
	padding: 0px 40px 0px 20px;
	text-transform: uppercase;
	width: -webkit-calc(25% - 50px);
	width: -moz-calc(25% - 50px);
	width: calc(25% - 50px);
	padding: 10px;
}

.asidetitle span:after {
	content: '';
	background-image: url('./imgs/arrowbg2.png');
	background-repeat: no-repeat;
	background-size: 35px 100%;
	background-position: center;
	width: 35px;
	position: absolute;
	top: 0px;
	right: -35px;
	height: 100%;
	z-index: 960;
}

.pullup {
	margin-top: -100px
}

.riseupzindex {
	z-index: 1001 !important;
}

.showaftermid {
	display: none !important;
}

.page-template-page-team .entry-content h3 {
	margin-top: 0px !important;
	font-size: 2em;
}

.page-template-page-team .front-content {
	padding-bottom: 100px !important;
}

.basecontent {
	position: relative;
	float: left;
	width: 100%;
	max-width: 900px;
	left: -webkit-calc(50% - 450px); 
	left: -moz-calc(50% - 450px); 
	left: calc(50% - 450px); 
}

.basepage-title {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #c7a355;
	line-height: 130%;
}

.basecontent.page404 p {
	text-align: center;
}

.basecontent.page404 ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.basecontent.page404 ul li {
	width: 100%;
	text-align: center;
}

.basecontent.page404 ul li a {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

.numbers p:first-child {
	font-size: 4em;
	font-weight: bold;
	margin: 0px;
}

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

.site-footer {
	position: relative;
	float: left;
	width: 100%;
	height: 135px;
	background: black;
	display: table;
}

.page-template-page-frontpage .site-footer, .page-template-page-services .site-footer {
	background: #c7a355 !important;
}

.site-footer div.bfooter {
	position: absolute;
	top: -115px;
	left: 0px;
	width: 100%;
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('./imgs/b-footer1.png');
	height: 120px;
}

.page-template-page-frontpage .site-footer div.bfooter, .page-template-page-services .site-footer div.bfooter {
	position: absolute;
	top: -115px;
	left: 0px;
	width: 100%;
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('./imgs/b-footer2.png') !important;
	height: 120px;
}

.footerfloater  {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: stretch;
	display: -moz-flex;
	-moz-direction: row;
	-moz-flex-wrap: nowrap;
	-moz-justify-content: space-between;
	-moz-align-items: stretch;
	padding: 50px 0px 100px 0px;
	color: white;
}

.footerfloater section {
	flex-basis: 0;
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	padding: 0px 30px;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	text-transform: uppercase;
	font-size: 0.8em;
}
 
.footerfloater section p {
	margin: 10px 0px;
} 

.footerfloater section p:first-child {
	margin-top: 0px;
}

.footerfloater section a {
	color: white !important;
}

.footerfloater section ul.footernav {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
}

.footerfloater section ul.footernav li {
	padding: 5px 20px 5px 0px;
	display: inline-block;
}

.footerfloater section ul.footernav li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.footerfloater section ul.footernav li a {
	position: relative;
	float: left;
	width: 100%;
	display: inline-block;
	padding-right: 20px !important;
	font-style: bold;
}

.footerfloater section ul li:last-child a:last-child {
	padding-right: 0px !important;
}

.footerfloater section ul.footernav li a:after {
	content: '|';
	position: absolute;
	top: 0px;
	right: 0px;
}

.footerfloater section ul.footernav li:last-child a:after {
	content: '';
}

.footerfloater section ul.contact {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

.footerfloater section ul.contact li {
	padding: 5px 0px 5px 20px;
	display: inline-block;
	text-align: right;
}

.footerfloater section ul li strong {
	font-size: 1.25em;
}

.footerfloater section ul.contact li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

/* --------- contact form ----------*/

.lightgrey {
	background: #f2efea;
	margin-top: 50px;
	padding-top: 50px;
}

.gform_wrapper {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.gform_body, .gform_heading, .gform_footer {
	font-family: 'Cantarell', sans-serif !important;
}

.gform_body input, .gform_body textarea {
	border: 1px solid black;
	border-radius: 0px;
}

.gform_body input:focus, .gform_body textarea:focus {
	outline: none;
	box-shadow: 0px 0px 4px #c7a354;
}

.gform_body textarea {
	height: 400px;
	max-width: 700px;
}

.gform_footer input[type="submit"] {
	border-radius: 0px;
	border: 2px solid #c7a354;
	background: #c7a354;
	color: white;
	padding: 10px 40px;
	text-transform: uppercase;
	font-family: 'Cantarell', sans-serif !important;
	letter-spacing: 2px;
	cursor: pointer;
}

.single.single-post .gform_footer input[type="submit"] {
	padding: 10px 10px;
}

.gform_footer input[type="submit"]:hover {
	background: white;
	color: #c7a354;
}

.contact-title {
	position: absolute;
}

.formwrap {
	-webkit-flex-basis: 100% !important;
	-moz-flex-basis: 100% !important;
	flex-basis: 100% !important;
	width: 100% !important;
}

.gform_title {
	color: #c7a354;
	text-transform: uppercase;
	margin-bottom: 40px !important;
}

.disclamer-text {
	font-size: 0.75;
	opacity: 0.5;
	margin-top: 0px;
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.validation_error {
	text-align: left !important;
}

/* --------- facebook styling --------*/

.cff-wrapper {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}

.cff-wrapper #cff {
	position: relative;
	float: left;
	width: -webkit-calc(100% + 20px) !important;
	width: -moz-calc(100% + 20px) !important;
	width: calc(100% + 20px) !important;
	min-width: -webkit-calc(100% + 20px) !important;
	min-width: -moz-calc(100% + 20px) !important;
	min-width: calc(100% + 20px) !important;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: stretch;
	display: -moz-flex;
	-moz-direction: row;
	-moz-flex-wrap: nowrap;
	-moz-justify-content: center;
	-moz-align-items: stretch;
}

#cff .cff-item.cff-box {
	max-width: -webkit-calc(33.33% - 20px);
	max-width: -moz-calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
	min-width: -webkit-calc(33.33% - 20px);
	min-width: -moz-calc(33.33% - 20px);
	min-width: calc(33.33% - 20px);
	-webkit-flex-basis: -webkit-calc(33.33% - 20px);
	-moz-flex-basis: -moz-calc(33.33% - 20px);
	flex-basis: calc(33.33% - 20px);
	margin: 10px !important;
	background: white;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
}

#cff .cff-item.cff-box:first-child {
	margin-top: 10px !important;
}

#cff .cff-item.cff-box, #cff .cff-item.cff-box:first-child {
	border: 1px solid #ddd !important;
}

#cff .cff-likebox.cff-bottom {
	display: none !important;
}

/* --------- mobile grid ----------*/

@media screen and (max-width: 2000px) { 
	.headerfloater {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1850px) { 
	.headerfloater {
		max-width: 100%;
		padding-left: 220px;
	}
}

@media screen and (max-width: 1680px) { 
	.floater2 {
		padding: 0px 40px;
	}
	.asidetitle {
		top: 130px;
		left: 40px;
	}
}

@media screen and (max-width: 1480px) { 
	.floater {
		padding: 0px 40px;
	}
	.site-header .floater {
		padding: 0px 0px;
	}
	.floater-in {
	    left: -webkit-calc(50% - 500px);
	    left: -moz-calc(50% - 500px);
	    left: calc(50% - 500px);
	    width: 1000px;
	    top: initial;
	    bottom: 20px;
	}
}

@media screen and (max-width: 1400px) { 
	.site-branding {
		left: 20px;
	}
	.hero {
		height: 650px;
	}
	.hero-text {
		max-width: 360px;
		padding: 260px 0px;
	}
	.points .single-point img {
		padding: 0px 0px;
	}
	.asidetitle {
		top: 100px;
		left: 40px;
	}
	.content-shifter {
		padding-right: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.points {
		flex-wrap: wrap;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-webkit-justify-content: center;
		-moz-flex-wrap: wrap;
		-moz-justify-content: center;
	}
	.points .single-point {
		flex-basis: 25%;
		-webkit-flex-basis: 25%;
		-moz-flex-basis: 25%;
	}
	.points .single-point.numbers {
		flex-basis: 33.33%;
		-webkit-flex-basis: 33.33%;
		-moz-flex-basis: 33.33%;
	}
	.floater-in {
	    left: -webkit-calc(50% - 450px);
	    left: -moz-calc(50% - 450px);
	    left: calc(50% - 450px);
	    width: 900px;
	}
	.content-shifter {
		padding: 0px 20px 0px 0px;
		width: 100%;
	}
	.showaftermid {
		display: table !important;
	}
	.first-p-repeater {
		display: none !important;
	}
	.staff-wrap {
		padding-left: 0px;
	}
	.pullup {
		margin-top: 0px;
	}
	h2.asidetitle {
		position: relative;
		float: left;
		width: 100%;
		top: 0px;
    	left: 0px;
    	margin: 40px 0px !important;
    	background: none;
    	padding: 0px;
    	text-align: center;
	}
	h2.asidetitle span:after {
		background: none;
		width: 0px;
		height: 0px;
	}
	.staff-wrap {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.p-repeater {
	    flex-basis: 400px;
	    -webkit-flex-basis: 400px;
	    -moz-flex-basis: 400px;
	    position: relative;
	    text-align: center;
	    padding: 0px 15px 30px 15px;
	}
	.add-padding-top {
		padding-top: 50px;
	}
	.add-padding-bottom {
		padding-bottom: 100px !important;
	}
	body .points.add-padding-bottom {
		padding-bottom: 100px !important;
	}
}

@media screen and (max-width: 1100px) {
	.floater-in {
		left: 0px;
		width: 100%;
		display: block;
		position: relative;
		float: left;
		bottom: 0px;
		background: #2B2A27;
	}
}

@media screen and (max-width: 960px) {
	.points .single-point {	
		-webkit-flex-basis: 50% !important;
		-moz-flex-basis: 50% !important;
		flex-basis: 50% !important;
		-webkit-flex-wrap: wrap !important;
		-moz-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.hero {
		height: 550px;
	}
	.hero-text {		
    	max-width: 285px;
    	padding: 220px 0px;
	}
	.points-wrap {
		padding: 50px 0px;
	}
	.front-content {
		padding: 50px 0px 50px 0px;
	}
	.front-content2 {
		padding: 50px 0px 50px 0px;
	}
	.front-content section {
		width: 33.33%;
		padding-top: 15px;
	}
	.page-template-page-team .front-content {
		padding-bottom: 50px !important;
	}
	.front-content .entry-content {
		width: 66.66%;
	}
	.floater, .floater2 {
		padding: 0px 20px;
	}
	.floater-inner {
		padding: 20px;
	}
	div.bfooter {
		display: none !important;
		height: 0px !important;
	}
	.footerfloater {
		display: block !important;
	}
	.footerfloater section {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		padding: 20px 0px;
		position: relative;
		float: left;
		width: 100%;
	}
	.footerfloater section, body .footerfloater section p, body .footerfloater section li {
		text-align: center !important;
	}
	.footerfloater  {
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-direction: column;
		margin: 0px;
		padding: 30px 0px 30px 0px;
		list-style-type: none;
		color: white;
	}
	body .points.add-padding-bottom {
		padding-bottom: 50px !important;
	}
	.add-padding-bottom2 {
		padding-bottom: 50px !important;
	} 
	.content-shifter {
		padding: 0px !important;
	}
	.basecontent {
		width: 100%;
		max-width: 100%;
		left: 0px;
	}
	body .footerfloater section ul, body .footerfloater section ul li {
		text-align: center !important;
	}
	.single-point.numbers p:last-child {
		margin-top: 0px;
	}
	.cff-wrapper #cff {
		position: relative;
		float: left;
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
		display: block !important;
	}

	#cff .cff-item.cff-box {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		margin: 10px 0px !important;
	}
	.inner-floater {
		padding: 30px 0px;
	}
}

@media screen and (max-width: 760px) {
	.points {
		flex-direction: row;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
	}
	.points .single-point {
		flex-basis: 75%;
		-webkit-flex-basis: 75%;
		-moz-flex-basis: 75%;
	}
	.front-content section {
		width: 100%;
		padding: 25px;
		float: left;
		display: none;
	}
	.front-content .entry-content {
		width: 100%;
		float: left;
	}
	.front-content section.mobile {
		display: block !important;
		float: left;
		width: 50%;
		padding: 25px 0px;
	}
}

/* --------- mobile fonts ----------*/

@media screen and (max-width: 1400px) { 
	.hero-text p {
		font-size: 1.5em;
	}
	h2.asidetitle {
		font-size: 1em !important;
	}
}

@media screen and (max-width: 1200px) { 
	.hero-text h1.subtitle {
		font-size: 2em;
	}
	.content-shifter p:first-child {
		font-size: 1.5em;
	}
	h2.asidetitle {
		font-size: 2em !important;
	}
	.basepage-title {
		font-size: 2em;
	}
	.thumtext {
		top: 15%;
		font-size: 2em;
	}
	.archive-feed-article .single-title {
		font-size: 1.65em;
	}
}

@media screen and (max-width: 960px) { 
	.floater-inner {
		font-size: 0.8em;
	}
	.thumtext {
		top: 13%;
		font-size: 1.5em;
	}
	.numbers p:first-child {
		font-size: 3em;
	}
	.archive-feed-article .single-title {
		font-size: 1.25em;
	}
	.basepage-title.single-title {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 760px) {
	.thumtext {
		top: 10%;
		font-size: 1em;
	}
}

/* --------- mobile nav ----------*/

@media screen and (max-width: 1800px) { 
	.main-navigation ul:first-of-type li {
		padding: 0px 0px;
	}
}

@media screen and (max-width: 1700px) { 
	.main-navigation ul:first-of-type li {
		padding: 0px 10px;
	}
}

@media screen and (max-width: 1600px) { 
	.main-navigation ul:first-of-type li {
		padding: 0px;
	}
	.main-navigation div > ul:first-child li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 1400px) { 
	.main-navigation {
		right: 0px;
	}
	.headerfloater {
		max-width: 100%;
		padding-left: 175px;
	}
	.main-navigation div > ul:first-child li {
		margin: 0 5px;
	}
	.main-navigation div > ul:first-child li a {
		font-size: 0.7em;
	}
	.main-navigation div > ul:first-child li a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 960px) {
	.menu-toggle {
		display: block;
		position: fixed;
	}
	.admin-bar .menu-toggle {
		top: 60px;
	}
	.main-navigation div {
		top: -200vh;
		opacity: 0;
	}
	.menu-toggle span {
		background: #c7a355;
		position: absolute;
		width: 30px;
		height: 4px;
		left: 5px;
		display: block;
	}
	.menu-toggle span:first-child {
		top: 8px;
	}
	.menu-toggle span:nth-child(2) {
		top: 18px;
	}
	.menu-toggle span:last-child {
		top: 28px;
	}
	.menu-toggle:hover span {
		background: white;	
	}
	.menu-toggle:hover, .menu-toggle:focus {
		outline: none;
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.8);
	}
	.main-navigation.toggled .menu-toggle span:nth-child(2) {
		opacity: 0;
	}
	.main-navigation.toggled .menu-toggle span:first-child {
		-ms-transform: rotate(45deg); /* IE 9 */
    	-webkit-transform: rotate(45deg); /* Safari 3-8 */
    	transform: rotate(45deg);
    	left: 2px;
    	width: 36px;
    	top: 18px;
	}
	.main-navigation.toggled .menu-toggle span:last-child {
		top: 18px;
    	-ms-transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	left: 2px;
    	width: 36px;
	}
	.main-navigation div {
		position: fixed;
		top: -200vh;
		height: 0vh;
		opacity: 0;
	}
	.main-navigation.toggled div {
		display: block !important;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 80%;
		min-width: 350px;
		height: 100vh;
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.9);
		overflow-y: scroll;
		padding: 90px 0px 10px 0px;
		top: 0vh;
		opacity: 1;
	}
	.admin-bar .main-navigation.toggled div {
		padding: 120px 0px 10px 0px;
	}
	.main-navigation div > ul:first-child {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-webkit-align-items: stretch;
		display: -moz-flex;
		-moz-direction: column;
		-moz-flex-wrap: nowrap;
		-moz-justify-content: space-between;
		-moz-align-items: stretch;
	}
	.main-navigation div > ul:first-child li {
		text-align: right;
		padding: 0px;
	}
	.main-navigation div > ul:first-child li a {
		padding: 15px 20px;
	}
	body .main-navigation ul li ul.sub-menu {
		position: relative;
    	float: left;
    	left: 0px;
    	padding: 0px 0px 15px 0px;
    	background: none;
    	border-width: 0;
    	width: 100%;
	}
	body .main-navigation ul li ul.sub-menu li {
		text-align: right;
	}
	body .main-navigation ul li ul.sub-menu li a {
    	padding: 15px 40px 15px 20px;
    	text-align: right;
	}
	.main-navigation ul li a {
		font-size: 1em;
	}
}

@media screen and (max-width: 960px) {
	.admin-bar .menu-toggle {
		top: 70px;
	}
}

/* ------ animations ------*/

.toggled .menu-toggle span:last-child {
	-webkit-animation-name: rotatemenu; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.6s; /* Safari 4.0 - 8.0 */
    animation-name: rotatemenu;
    animation-duration: 0.6s;
    -ms-transform: rotate(-45deg);
   	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@keyframes rotatemenu {
    0% {
    	-ms-transform: rotate(0deg);
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
    100% {
    	-ms-transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    }
}

@-webkit-keyframes rotatemenu {
    0% {
    	-ms-transform: rotate(0deg);
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
    100% {
    	-ms-transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    }
}

.toggled .menu-toggle span:first-child {
	-webkit-animation-name: rotatemenufirst; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.6s; /* Safari 4.0 - 8.0 */
    animation-name: rotatemenufirst;
    animation-duration: 0.6s;
    -ms-transform: rotate(45deg);
   	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@keyframes rotatemenufirst {
    0% {
    	-ms-transform: rotate(0deg);
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
    100% {
    	-ms-transform: rotate(45deg); /* IE 9 */
    	-webkit-transform: rotate(45deg); /* Safari 3-8 */
    	transform: rotate(45deg);
    }
}

@-webkit-keyframes rotatemenufirst {
    0% {
    	-ms-transform: rotate(0deg);
    	-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
    100% {
		-ms-transform: rotate(45deg); /* IE 9 */
    	-webkit-transform: rotate(45deg); /* Safari 3-8 */
    	transform: rotate(45deg);
    }
}

.toggled .menu-toggle span:nth-child(2) {
	-webkit-animation-name: rotatemenumid; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
    animation-name: rotatemenumid;
    animation-duration: 0.3s;
    opacity: 0;
}

@keyframes rotatemenumid {
    0% {
    	opacity: 1;
    }
    100% {
    	opacity: 0;
    }
}

@-webkit-keyframes rotatemenumid {
    0% {
    	opacity: 1;
    }
    100% {
		opacity: 0;
    }
}




.menu-toggle span:last-child {
	-webkit-animation-name: rotatemenuback; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.6s; /* Safari 4.0 - 8.0 */
    animation-name: rotatemenuback;
    animation-duration: 0.6s;
    -ms-transform: rotate(0deg);
   	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@keyframes rotatemenuback {
    0% {
    	-ms-transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    }
    100% {
    	-ms-transform: rotate(0deg);
   		-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
}

@-webkit-keyframes rotatemenuback {
    0% {
    	-ms-transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    }
    100% {
    	-ms-transform: rotate(0deg);
   		-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
    }
}

.menu-toggle span:first-child {
	-webkit-animation-name: rotatemenufirstback; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.6s; /* Safari 4.0 - 8.0 */
    animation-name: rotatemenufirstback;
    animation-duration: 0.6s;
    -ms-transform: rotate(0deg);
   	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@keyframes rotatemenufirstback {
    0% {
    	-ms-transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
    }
    100% {
    	-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Safari 3-8 */
    	transform: rotate(0deg);
    }
}

@-webkit-keyframes rotatemenufirstback {
    0% {
    	-ms-transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
    	transform: rotate(45deg);
    }
    100% {
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Safari 3-8 */
    	transform: rotate(0deg);
    }
}

.menu-toggle span:nth-child(2) {
	-webkit-animation-name: rotatemenumidback; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
    animation-name: rotatemenumidback;
    animation-duration: 0.3s;
    opacity: 1;
}

@keyframes rotatemenumidback {
    0% {
    	opacity: 0;
    }
    100% {
    	opacity: 1;
    }
}

@-webkit-keyframes rotatemenumidback {
    0% {
    	opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

.main-navigation.toggled div {
	-webkit-animation-name: showmenu; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.6s; /* Safari 4.0 - 8.0 */
    animation-name: showmenu;
    animation-duration: 0.6s;
	top: 0vh;
	opacity: 1;
}

@keyframes showmenu {
    0% {
    	opacity: 0;
    	top: -200vh;
    }
    2% {
    	top: 0vh;
    }
    100% {
    	opacity: 1;
    }
}

@-webkit-keyframes showmenu {
    0% {
    	opacity: 0;
    	top: -200vh;
    }
    2% {
    	top: 0vh;
    }
    100% {
    	opacity: 1;
    }
}

/* -------- single & archive ---------*/

.single .basecontent ul.post-categories {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.single .basecontent ul.post-categories li a {
	font-weight: 800;
}

.single .basecontent p.centered, .archive .basecontent p.centered {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.single-title {
	margin-top: 0.5rem;
}

figcaption.wp-caption-text {
	margin: 0px 0px 10px 0px !important;
	padding: 10px 5px;
	background: #f5f5f5;

}

.single-floater blockquote p {
	position: inline-block;
	padding: 0 30px 0px 0px;
	font-size: 2em;
	font-weight: 800;
	font-style: italic;
	position: relative;
	float: left;
	width: 50%;
}

.single-content ul, .single-content ol {
	margin-left: 10px;
}

.post-thumb {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.page-navigator {
	position: relative;
    float: left;
    width: 100%;
    max-width: 900px;
    left: -webkit-calc(50% - 450px);
    left: -moz-calc(50% - 450px);
    left: calc(50% - 450px);
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f5f5f5;
}

.page-navigator h2 {
	margin-top: 0px;
	text-align: center;
	display: block;
	width: 100%;
	position: relative;
}

.basecontent.single-content h2, .basecontent.single-content h3, .basecontent.single-content h4, .basecontent.single-content h5 {
	margin-top: 2rem;
}

.archive-header {
	text-align: center;
}

.archive-feed {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.archive-feed-article {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 2px solid #f5f5f5;
}

.archive-feed-article .post-thumb {
	width: 50%;
	position: relative;
	float: left;
	display: inline-block;
	padding: 0.9rem 1rem 1rem 0;
}

.archive-feed-article .post-thumb img {
	width: 100%;
}

.feed-content {
	position: relative;
	float: right;
	width: 50%;
	padding: 0 0 1rem 0;
}

.feed-content *:first-child {
	margin-top: 0.5rem;
}

.archive-feed .archive-feed-article:last-child {
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.archive-feed-article .single-title {
	margin-bottom: 0px;
}

.read-more-link {
	text-align: left;
}

.archive-header h1 span {
	font-size: 18px;
	display: block;
}

@media screen and (max-width: 960px) {
	.page-navigator {
		left: 0px;
		width: 100%;
	}
	.archive-feed-article .post-thumb {
		width: 100%;
		display: block;
		padding: 0.5rem 0rem 1rem 0;
	}
	.feed-content {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 780px) {
	.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
		width: 66.66%;
		margin-bottom: 20px;
		border-bottom: 2px solid #f5f5f5;
	}
	.single-floater blockquote p {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.basecontent.single-content figure.alignleft, .basecontent.single-content figure.alignright, .basecontent.single-content img {
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

/* --------- frontpage blog ---------*/

.entry-inner {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 40px;
}

.front-page-blog {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	margin-top: 40px;
}

.lowercase-title {
	text-transform: lowercase !important;
}

.header-front-blog, .content-front-blog {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.content-front-blog img {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 20px;
	display: inline-block;
}

.news-infos {
	position: relative;
	float: left;
	width: -webkit-calc(100% - 320px);
	width: -moz-calc(100% - 320px);
	width: calc(100% - 320px);
	display: inline-block;
}

.news-infos p {
	margin: 0 0 0px 0;
}

.news-infos p:first-child {
	line-height: 100%;
}

.news-infos h3 {
	margin-top: 0px;
}

.blog-devider {
	position: relative;
	float: left;
	width: 500px;
	height: 2px;
	display: block;
	background: #c7a355;
	margin-top: 20px;
}

@media screen and (max-width: 980px) {
	.lowercase-title {
		display: block;
	}
	.content-front-blog img {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.news-infos {
		width: 100%;
	}
	.blog-devider {
		width: 100%;
	}
}

/* --------- mailpoet form ---------*/

div.mailpoet_form {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: stretch;
	display: -moz-flex;
	-moz-direction: row;
	-moz-flex-wrap: nowrap;
	-moz-justify-content: center;
	-moz-align-items: stretch;
	margin: 2rem 0;
}

form.mailpoet_form {
	-webkit-flex-basis: 700px;
	-moz-flex-basis: 700px;
	flex-basis: 700px;
	text-align: center;
	border: 2px solid #c7a355;
	border-radius: 10px;
	padding: 1.5rem 2.5rem;
}

form.mailpoet_form h3 {
	text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #c7a355;
    line-height: 130%;
}

#mailpoet_form_2 .mailpoet_text {
	display: inline-block !important;
	margin-top: 10px;
	border-radius: 2px;
	border: 2px solid black;
	width: 400px !important;
	text-align: center;
}

.mailpoet_recaptcha_container {
	display: inline-block;
}

.mailpoet_submit {
	background: #c7a355 !important; 
	color: black; 
	text-transform: uppercase; 
	padding: 10px 40px !important; 
	border: 2px solid #c7a355 !important;
	border-radius: 0px !important;
	text-align: center;
	font-family: 'Cantarell', sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: bold;
	cursor: pointer;
}

.mailpoet_submit:hover {
	background: #dec183 !important;
}

.mail-poet-container form.mailpoet_form {
	-webkit-flex-basis: 1000px;
	-moz-flex-basis: 1000px;
	flex-basis: 1000px;
	border-width: 0px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	border-radius: 10px;
	padding: 1.5rem 0.5rem;
	text-align: initial;
}

.mail-poet-container form.mailpoet_form > * {
	flex: 0 1 auto;
}

.mail-poet-container form.mailpoet_form .mailpoet-title {
	flex: 0 1 100%;
	text-align: center;
}

.mail-poet-container form.mailpoet_form .mailpoet_paragraph {
	margin-bottom: 0px;
}


.mail-poet-container #mailpoet_form_2 input.mailpoet_text {
	text-align: left;
	height: 44px !important;
	margin-right: 20px !important;
}

@media screen and (max-width: 980px) { 
	div.mailpoet_form {
		position: relative;
		float: left;
		width: 80%;
		display: block;
		margin: 2rem 0%;
	}
	.mail-poet-container form.mailpoet_form {
		width: 100%;
		margin: 2rem 0;
	}
	form.mailpoet_form {
		width: 100%;
		padding: 1.5rem 2.5rem;
	}
	.mail-poet-container #mailpoet_form_2 input.mailpoet_text  { 
		width: 100% !important;
		text-align: center;
	}
	.read-more-link {
		text-align: center;
	}
	.mail-poet-container form.mailpoet_form .mailpoet_paragraph {
		margin-bottom: 20px;
	}
	.mail-poet-container form.mailpoet_form > * {
		flex: 0 1 100%;
	}
	.mailpoet-subs-button {
		text-align: center;
	}
	.email-subscribe-input label {
		text-align: center;
	}
}

@media screen and (max-width: 780px) { 
	div.mailpoet_form {
		width: 100%;
		margin: 2rem 0%;
	}
	form.mailpoet_form {
		width: 100%;
		padding: 1.5rem 1rem;
	}
	.inner-floater #mailpoet_form_2 .mailpoet_submit {
		padding: 10px 15px;
	}
}

#cff .cff-posts-wrap {
	display: flex !important;
	justify-content: flex-start;
	align-items: flex-start;
}

#cff .cff-posts-wrap .cff-media-wrap { 
	position: relative;
	float: left;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	display: block;
}

@media screen and (max-width: 960px) { 
	#cff .cff-posts-wrap {
		display: block !important;
		max-width: 100% !important;
	}
	#cff .cff-posts-wrap .cff-media-wrap { 
		position: relative;
		float: left;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		display: block;
	}
}

#cff .cff-load-more {
	display: none !important;
}

/* ------------------------------------
THEME UPDATES 2020
-------------------------------------*/

/* new styles */

.kill-top-padding {
	padding-top: 0;
}

.subhero {
	height: 100px;
}

.add-top {
	padding-top: 70px;
}

.darkbg {
	background: black;
	color: white;
}

.whitebg {
	background: white;
	color: black;
}

blockquote {
	margin-top: 1rem;
	font-size: 1.25rem;
	font-weight: bold;
}

.basecontent ul {
	margin: 0.5rem 0 1rem 0;
}

/* header */

.headerbg-block {
	height: 100px;
	width: 100%;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.main-navigation ul:first-of-type li a {
	border: 1px solid black;
	border-color: rgba(0,0,0,0);
}

.main-navigation div > ul:first-child li:hover > a:first-child,
.main-navigation div > ul:first-child li:active > a:first-child,
.main-navigation div > ul:first-child li:focus > a:first-child {
	background: #2f2f2f;
	border-color: #5f5f5f;
}

body .main-navigation div > ul:first-child li ul.sub-menu a:hover,
body .main-navigation div > ul:first-child li ul.sub-menu a:focus,
body .main-navigation div > ul:first-child li ul.sub-menu a:active {
	background: #c7a355;
	color: black;
	border-color: rgba(245,245,245,0);
}

/* new frontpage */

.hero-newfront {
	position: relative;
	width: 100%;
	height: auto !important;
}

.hero-newfront .hero-img {
	position: relative;
	width: 100%;
	background: black;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.hero-newfront .hero-img img {
	width: 100%;
	display: block;
	position: relative;
	float: left;
}

.hero-newfront .hero-text {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 8.5% 2rem 0 2rem;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 100%;
}

.hero-newfront .hero-text section {
	flex: 0 1 1200px;
}

.hero-newfront .hero-text h2 {
	font-size: 4rem;
	margin: 0.5rem 0;
}

.hero-newfront .hero-text p {
	font-size: 3rem;
}

.hero-newfront .thumbwrap {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;	
}

.hero-newfront .thumbwrap img {
	width: 80%;
}

.newfront-content h2 {
	font-size: 3rem;
}

.newfront-content p {
	font-size: 1.5rem;
}

.entry-content.newfront-content.no-side-image {
	width: 100%;
	padding: 0 20%;
	text-align: center;
}

.front-section-header {
	color: white;
	text-align: center;
	margin-bottom: 4rem;
}

.whitebg .front-section-header {
	color: black;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

@media screen and (max-width: 980px) {
	.front-section-header {
		margin-top: 2rem;
		margin-bottom: 0rem;
	}
}

.front-section-header h2,
.front-section-header h3,
.front-section-header h4 {
	text-transform: uppercase;
}

.front-feed-items {
	position: relative;
	float: left;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	margin-right: -20px;
	margin-left: -20px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.front-feed-item {
	flex: 0 1 33%;
	padding: 20px;
}

.front-feed-item-wider {
	flex: 0 1 600px;
	color: white;
}

.front-feed-item-wider p {
	margin-bottom: 1rem;
	text-align: left;
}

.front-feed-item-wider .news-infos p:first-child,
.front-feed-item-wider .news-infos h3 {
	text-align: center;
}

.front-feed-item-wider .news-infos {
	width: 100%;
	padding: 5px 10px;
}

.feed-for-4 .front-feed-item,
.feed-for-7 .front-feed-item,
.feed-for-8 .front-feed-item    {
	flex: 0 1 25%;
}

.feed-for-1 .front-feed-item,
.feed-for-2 .front-feed-item {
	flex: 0 1 50%;
}

a.front-feed-item:focus,
a.front-feed-item:active,
a.front-feed-item:hover {
	background: #1b1b1b;
}

.front-feed-item img {
	width: 100%;
}

.front-feed-item .news-infos {
	width: 100%;
	margin-top: 10px;
}

.front-feed-item .news-infos h3 {
	margin-top: 10px;
}

.front-feed-item .news-infos p {
	color: #d0d0d0;
}

.whitebg .front-feed-item .news-infos p {
	color: #333333;
}

.button-holder,
.box-button-holder {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.box-button-holder a,
.button-holder a {
	flex: 0 1 auto;
	padding: 5px 15px;
	border: 2px solid #c7a355;
	background: black;
	color: #c7a355;
	transition: background 0.15s ease-out, color 0.15s ease-out;
}

.box-button-holder a:hover,
.box-button-holder a:active,
.box-button-holder a:focus,
.button-holder a:hover,
.button-holder a:active,
.button-holder a:focus {
	border-color: #c7a355;
	background: #c7a355;
	color: black;
	text-decoration: none;
}

.box-feed p, .box-feed h1, .box-feed h2, .box-feed h3, .box-feed h4, .box-feed h5, .box-feed li {
	color: white;
}

.full-width-content {
	position: relative;;
	float: left;
	width: 100%;
	display: block;
	background: #0f0f0f;
}

.image-n-text-feed {
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

.image-n-text {
	position: relative;
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	min-height: 600px;
}

.imagebox {
	flex: 0 1 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.contentbox {
	flex: 0 1 50%;
	background: #0f0f0f;
	padding: 4rem;
	color: white;
}

.contentbox h1,
.contentbox h2,
.contentbox h3,
.contentbox h4 {
	font-size: 2rem;
	text-transform: uppercase;
}

.image-n-text-feed .image-n-text:nth-child(odd) .imagebox {
	order: 1;
}

.image-n-text-feed .image-n-text:nth-child(even) .imagebox {
	order: 2;
}

.image-n-text-feed .image-n-text:nth-child(odd) .contentbox {
	order: 2;
	padding-right: -webkit-calc(50% - 680px);
	padding-right: -moz-calc(50% - 680px);
	padding-right: calc(50% - 680px);
}

.image-n-text-feed .image-n-text:nth-child(even) .contentbox {
	order: 1;
	padding-left: -webkit-calc(50% - 680px);
	padding-left: -moz-calc(50% - 680px);
	padding-left: calc(50% - 680px);
}

/* subpage style */

.hero-new {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 25px;
}

.hero-new-text {
	padding: 0px;
	flex: 0 1 500px;
}


.hero-new-text section p:first-child {
	margin-top: 20px;
}

.hero-new-text section p:last-child {
	margin-bottom: 0px;
}

.servbg {
	background-color: #6a6964;
}

details {
	margin: 0.5rem 0 0 0;
}

details summary {
	font-size: 1.25rem;
	font-weight: bold;
}

details summary:hover,
details summary:focus,
details summary:active {
	color: #c7a355 !important;
	cursor: pointer;
}

/* service */

/* timelinelists */

.basecontent ul.timeline-list {
	list-style-type: none;
	padding-left: 0px;
	position: relative;
	margin: 20px 0 10px 0;
}

.basecontent ul.timeline-list::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 12px;
	width: 18px;
	display: block;
	background:color: white;
	background-image: url('./imgs/arrow-down.png');
	background-position: center;
	background-size: 100% 100%;	
} 

.basecontent ul.timeline-list ul.timeline-list::after,
.basecontent ul.timeline-list ul.timeline-list ul.timeline-list::after {
	content: '';
	display: none;
}

.basecontent ul.timeline-list li h2 {
	margin-top: 0;
}

.basecontent ul.timeline-list ul.timeline-list {
	list-style-type: none;
	padding: 10px 0 5px 20px;
	margin: 0 0 0 0.45rem;
	border-left: 4px solid #c7a355;
}

.basecontent ul.timeline-list ul.timeline-list li h3 {
	position: relative;
	padding-top: 10px;
} 

.basecontent ul.timeline-list ul.timeline-list:last-child {
	padding-bottom: 20px;
}

.basecontent ul.timeline-list ul.timeline-list li h3:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -20px;
	background: #c7a355;
	height: 4px;
	width: 60px;
}

.basecontent ul.timeline-list ul.timeline-list ul.timeline-list {
	list-style-type: none;
	padding-left: 30px;
	border-left: 0px solid #c7a355;
}

/* contact button */

a.contact-button {
	position: relative;
	padding: 60px 6px;
	background: #c7a355;
	text-align: center;
	line-height: 115%;
	text-transform: uppercase;
	color: white;
	height: 175px;
	width: 175px;
	border-radius: 50%;
	color: white;
	display: inline-block;
	font-size: 1.25rem;
	font-family: 'Cantarell', sans-serif !important;
	font-weight: 700;
	border: 4px solid #c7a355;
	box-shadow: 0 0 0 #666;
	transition: background 0.15s ease-out, color 0.15s ease-out, box-shadow 0.3s ease-in;
}

a.contact-button:hover,
a.contact-button:focus,
a.contact-button:active {
	text-decoration: none;
	color: #c7a355;
	background: white;
	box-shadow: 0 0 10px; #c7a355;
}

/* read more button */

.readmore-button {
	position: relative;
	display: inline-block;
	padding: 5px 15px;
	border: 2px solid #c7a355;
	color: #c7a355;
	background: white;
	transition: background 0.15s ease-out, color 0.15s ease-out;
}

.readmore-button:hover,
.readmore-button:active,
.readmore-button:focus {
	border-color: #c7a355;
	background: #c7a355;
	color: white;
	text-decoration: none;
}

/* somebuttons */

.somelinks {
	position: relative;
	float:left;
	display: block;
	text-align: center;
	list-style-type: none;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.somelinks li {
	display: inline-block;
	padding: 10px;
}

.somelinks li a {
	padding: 10px;
	height: 50px;
	width: 50px;
	text-align: center;
	background: #c7a355;
	border: 2px solid #c7a355;
	border-radius: 50%;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background 0.15s ease-out, color 0.15s ease-out;
}

.somelinks li a:hover,
.somelinks li a:focus,
.somelinks li a:active {
	color: #c7a355;
	background: black;
}

.somelinks li a svg {
	flex: 0 1 auto;
	height: 30px;
	width: auto;
}

/* mobile */

@media screen and (max-width: 1400px) {  
	.hero-new {
		padding-bottom: 45px;
	}
	.hero-new-text {
		flex: 0 1 360px;
	}
	.entry-content.newfront-content.no-side-image {
		padding: 0 10%;
	}
}

/* mobile */

@media screen and (max-width: 1600px) { 
	.hero-newfront .hero-text h2 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1400px) {  
	.image-n-text-feed .image-n-text:nth-child(odd) .contentbox {
		padding-left: 2rem;
	}
	.image-n-text-feed .image-n-text:nth-child(even) .contentbox {
		padding-left: 2rem;
	}
}

@media screen and (max-width: 1200px) { 
	.hero-newfront {
		margin-top: 100px;
	}
	.hero-newfront .hero-text {
		padding: 5% 1rem 0 1rem;
	}
	.hero-newfront .hero-text h2 {
		font-size: 2rem;
	}
	.hero-newfront .hero-text p {
		font-size: 1.5rem;
	}
	.front-feed-item,
	.feed-for-4 .front-feed-item,
	.feed-for-7 .front-feed-item,
	.feed-for-8 .front-feed-item {
		flex: 0 1 50%;
	}
}

@media screen and (max-width: 960px) {
	.entry-content.newfront-content.no-side-image {
		padding: 0 0%;
	}
	.admin-bar .menu-toggle {
	    top: 75px;
	}
	.subhero {
		margin-bottom: 0px;
	}
	.hero-newfront .hero-text {
		padding: 20px 1rem 0 1rem;
	}
	.hero-newfront .hero-text h2 {
		font-size: 1.5rem;
	}
	.hero-newfront .hero-text p {
		font-size: 1.25rem;
	}
	.newfront-content h2 {
		font-size: 2rem;
	}
	.newfront-content p {
		font-size: 1rem;
	}
	.front-feed-item {
		flex: 0 1 500px !important;
	}
	.image-n-text {
		flex-wrap: wrap;
	}
	.imagebox {
		flex: 0 1 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 400px;
	}
	.contentbox {
		flex: 0 1 100%;
		padding: 1rem;
	}
	.image-n-text-feed .image-n-text:nth-child(odd) .imagebox,
	.image-n-text-feed .image-n-text:nth-child(even) .imagebox {
		order: 1;
	}
	.image-n-text-feed .image-n-text:nth-child(odd) .contentbox,
	.image-n-text-feed .image-n-text:nth-child(even) .contentbox {
		order: 2;
	}
	.main-navigation div > ul:first-child li a {
		border: 1px solid black;
		border-color: rgba(0,0,0,0);
	}
	.site-branding {
		top: 20px;
	}
	.headerbg-block,
	.subhero {
		height: 80px;
	}
	.hero-newfront {
		margin-top: 80px;
	}
	.add-top {
		padding-top: 0px;
	}
	body .main-navigation div > ul:first-child li > a:first-child:hover,
	body .main-navigation div > ul:first-child li > a:first-child:active,
	body .main-navigation div > ul:first-child li > a:first-child:focus,
	body .main-navigation div > ul:first-child li ul.sub-menu a:hover,
	body .main-navigation div > ul:first-child li ul.sub-menu a:focus,
	body .main-navigation div > ul:first-child li ul.sub-menu a:active {
		background: #c7a355 !important;
		color: black !important;
		border-color: rgba(245,245,245,0) !important;
	}
	.content-main iframe {
		max-height: 400px;
	}
}

@media screen and (max-width: 760px) {
	.hero-newfront .hero-text {
		position: relative;
		width: 100%;
		background: black;
		padding: 1rem;
		color: white;
	}
	.content-main iframe {
		max-height: 300px;
	}
}


/* tiny mce */

.bigger-p {
	font-size: 1.17em;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

/* fixes 2021 */

body {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

@media screen and (max-width: 960px) {
	.menu-uus-header-container {
		overflow-x: scroll;
		padding-bottom: 4rem !important;
	}
	.main-navigation ul li ul.sub-menu {
		top: 0;
	}
}

/* cart */
.job-basecontent p:first-child {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.job-basecontent h1:nth-child(2) {
	margin-top: 0.5rem;
}

.mid-heading {
	margin-top: 4rem;
	text-align: center;
	color: #c7a355;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding-top: 4rem;
	border-top: 1px solid #ddd;
}

.card-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1rem;
  	row-gap: 1rem;
  	position: relative;
  	float: left;
  	width: 100%;
  	margin: 4rem 0;
  	box-shadow: 0px 0px 0px black;
}

.card-item {
	background: #fffbf1;
	border: 4px solid #c7a355;
	border-radius: 8px;
	padding: 2rem;
	transition: all 0.2s ease-out;
}

.card-item > *:not(.pseudo-link-para) {
	color: black;
}

.card-item:hover,
.card-item:active,
.card-item:focus {
	text-decoration: none !important;
	transform: translate(5px, -5px);
	box-shadow: -5px 5px 10px #999;
	background: #f0e5cc;
}

.card-item h3 {
	margin-top: 0;
	font-size: 2rem;
}

@media screen and (max-width: 1200px) {
	.card-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 980px) {
	.mid-heading {
		padding-top: 2rem;
		margin-top: 2rem;
	}
	.card-items {
		display: block;
		margin: 2rem 0;
	}
	.card-item {
		width: 100%;
		margin: 1rem 0;
		display: block;
	}
	.card-item h3 {
		font-size: 1.5rem;
	}
}

/* New flexible contente */

.gradient-bg {
	background: linear-gradient(0deg, rgba(207,207,207,1) 0%, rgba(207,207,207,0) 30%);
	display: flex;
	width: 100%;
	border-bottom: 2px solid #cfcfcf;
}

.gradient-bg .flex-text-content-wrap {
	width: 100%;
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: 4rem 20px;
}

.img-text-area {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: stretch;
}

.img-text-area-text,
.img-text-area-image {
	flex: 0 1 50%;
	width: 50%;
}

.img-text-area-image {
	display: flex;
	align-items: flex-end;
}

.img-text-area-image img {
	height: 90%;
	max-height: 80vh;
	width: auto;
}

.img-text-area-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-text-area-text-inner {
	flex: 0 1 100%;
}

.img-text-area.img_left .img-text-area-text {
	order: 2;
}

.img-text-area.img_right .img-text-area-text {
	padding: 4rem 4rem 4rem 0;
}

.img-text-area.img_left .img-text-area-text {
	padding: 4rem 0 4rem 4rem;
}

.img-text-area.img_right .img-text-area-image {
	order: 2;
}

.img-text-area.img_left .img-text-area-image,
.img-text-area.img_right .img-text-area-image {
	justify-content: center;
}

.basesubpagebg {
	position: relative;
}

.gradient-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: linear-gradient(0deg, rgba(47,47,47,1) 0%, rgba(47,47,47,0) 80%);
}

@media screen and (max-width: 1200px) {
	.img-text-area.img_right .img-text-area-text {
		padding: 2rem 2rem 2rem 0;
	}
	
	.img-text-area.img_left .img-text-area-text {
		padding: 2rem 0 2rem 2rem;
	}
}

@media screen and (max-width: 980px) {
	.img-text-area {
		flex-direction: column;
	}
	.img-text-area > * {
		flex: 0 1 100%;
		width: 100%;
	}
	.img-text-area-image img {
		height: auto;
		max-height: 100vh;
		width: 90%;
		max-width: 400px;
	}
	.img-text-area.img_right .img-text-area-text,
	.img-text-area.img_left .img-text-area-text {
		padding: 2rem 0;
	}
	.img-text-area.img_right .img-text-area-text,
	.img-text-area.img_left .img-text-area-text {
		order: 1;
	}
	.img-text-area.img_right .img-text-area-image,
	.img-text-area.img_left .img-text-area-image {
		order: 2;
	}	
}

/* service black bg */

.page-template-page-servicesblackbg .content-area,
.page-template-page-servicesblackbg .basesubpagebg {
	background-color: #0f0f0f;
}

.page-template-page-servicesblackbg .content-area .gradient-bg {
	background: linear-gradient(0deg, rgba(47,47,47,1) 0%, rgba(47,47,47,0) 30%);
	display: flex;
	width: 100%;
	border-bottom: 2px solid #2f2f2f;
}

.page-template-page-servicesblackbg .content-area p,
.page-template-page-servicesblackbg .content-area li {
	color: white;
}

.page-template-page-servicesblackbg .content-area h1,
.page-template-page-servicesblackbg .content-area h2,
.page-template-page-servicesblackbg .content-area h3,
.page-template-page-servicesblackbg .content-area h4,
.page-template-page-servicesblackbg .content-area h5,
.page-template-page-servicesblackbg .content-area h6 {
	color: #c7a355;
}

/* hero video */

.hero-video {
	position: relative;
	float: left;
	width: 100%;
	height: calc(100vh - 100px);
	overflow: hidden;
	margin-top: 100px;
}

.hero-video video {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 1400px) {
	.hero-video {
		height: auto;
	}
	.hero-video video {
		object-fit: initial;
		height: auto;
		display: block;
	}
}

@media screen and (max-width: 960px) {
	.hero-video {
		margin-top: 80px;
	}
}

/* new tiny mce */

.button-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.button-list li {
	display: inline-block;
	margin: 1rem 0.5rem;
}

a.gold-button {
	background-color: #c7a355;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	color: black;
	border: 3px solid #c7a355;
	text-decoration: none;
	font-size: 1.15rem;
	text-transform: uppercase;
}

a.gold-button:hover,
a.gold-button:focus,
a.gold-button:active {
	background-color: transparent;
	color: #c7a355;
	text-decoration: none;
}

/* gravity adds */

.full-width-form_wrapper textarea {
	width: 100% !important;
	max-width: 100% !important;
}

.date_para {
	text-align: center;
}
