/*!
Theme Name: elephant_yard
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elephant_yard
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.

elephant_yard is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
main:after,
#page:after {
	  content: " ";
	  clear: both;
	  display: table;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Bodoni Moda', serif;
	font-weight:normal;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	position:relative;
}
@media screen and (min-width: 37.5em) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		position:absolute;
	}
}

.main-navigation li {
	position: relative;
	margin:1em;
	font-size:1.5em;
}
.main-navigation li.menu-item-has-children > a:after{
	content: "\f078";
	font-family: "FONT AWESOME 5 FREE";
	font-size: 0.8em;
	margin-left: 0.75em;
	display: inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	border-bottom:2px solid rgba(0,0,0,0);
}
	#masthead .main-navigation a:hover, #masthead .main-navigation a:focus,
	#masthead .main-navigation .current-menu-item a {
		color:#fff;
		border-bottom:2px solid #fff;
	}
	#masthead .main-navigation .current-menu-item .sub-menu a{
		border-bottom:none;
	}

.main-navigation ul.sub-menu{
	padding:0;
	margin-top:0;
	background:#DECF93;
	color:#000;
	flex-direction:column;
	text-align:left;
	font-size:0.8em;
	width:100%;
}
	.main-navigation ul.sub-menu li{
		border-bottom:1px solid #fff;
		line-height:2em;
		padding:0 0 0 0.5em;
		margin:0;
		transition: all 0.5s ease-in-out;
	}
	#masthead .main-navigation ul.sub-menu a{
		color:#000;
		border-bottom:none;
		font-size:0.7em;
		//transition: all 1s ease-in-out;
	}
	.main-navigation ul.sub-menu li:hover,
	.main-navigation ul.sub-menu li:focus{
		background:#fff;
		transition: all 0.5s ease-in-out;
	}
	#masthead .main-navigation ul.sub-menu li:hover a,
	#masthead .main-navigation ul.sub-menu li:focus a{
		color:#871437;
		transition: all 0.5s ease-in-out;
	}

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

@media screen and (min-width: 55em) {

	.menu-toggle {
		display: none;
	}
	.header-additional{
		display:block;
	}

	.main-navigation ul {
		display: flex;
	}
	.main-navigation ul.sub-menu{
		width:auto;
	}
	.main-navigation ul.sub-menu li{
		padding:0.5em;
	}
	#masthead .main-navigation ul.sub-menu a{
		font-size:1em;
	}
	
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

a, a:visited{
	color:#871437;
}
.buttonStyle, input[type="submit"], a.buttonStyle:visited,
.entry-header a.buttonStyle, 
.contact-form input[type="submit"],
.blog .nav-links a{
	background:#871437;
	border:1px solid #fff;
	border-radius:0;
	color:#fff;
	display:inline-block;
	position:relative;
	padding:0.5em 3em;
	margin:3px;
	text-decoration:none;
	transition: all 1s ease-in-out;
	cursor:pointer;
}
.buttonStyle:hover, .buttonStyle:focus,
.entry-header a.buttonStyle:hover, .entry-header a.buttonStyle:focus, 
.contact-form input[type="submit"]:hover,.contact-form input[type="submit"]:focus,
.blog .nav-links a:hover,.blog .nav-links a:focus{
	background:#AD5572;
	color:#000;
	transition: all 1s ease-in-out;
}
.buttonStyle:after,  input[type="submit"], .contact-form input[type="submit"]:after,
.blog .nav-links a:after{
	  content: ' ';
	  position: absolute;
	  top: -3px;
	  left: -3px;
	  right: -3px;
	  bottom: -3px;
	  background:#871437;
	  z-index: -1;
	}
.wpcf7 p{
	z-index:0;
}
.buttonStyle.alternate, .buttonStyle.alternate:visited{
	background:#DECF93;
	border:1px solid #000;
	color:#000;
}
.buttonStyle.alternate:after {
	background:#DECF93;
	border:1px solid #000;
}
.buttonStyle.alternate:hover, .buttonStyle.alternate:focus,
.buttonStyle.alternate:hover:after, .buttonStyle.alternate:hover:focus {
	background:#E0D9BD;
}

.entry-content .buttonStyle,
.find_us .buttonStyle{
	margin:0 auto;
}

@media screen and (min-width:37.5em){
	.entry-content .buttonStyle, .find_us .buttonStyle{
		margin:3px;
	}
}
#masthead{
	display:grid;
	padding-top:30px;
	z-index:100;
	position: relative;
	font-family:'Nunito', sans-serif;
	font-weight:600;
	color:#fff;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
#masthead a{
	color:#fff;
}
#masthead a:hover, #masthead a:focus{
	color:#871437;
}
	#masthead > div, #masthead nav{
		text-align: center;
	}
	#masthead div.site-branding{
		text-align:left;
		grid-column: span 3;
	}
	.main-navigation{
		 order: 1;
		 margin-top:0.6em;
		/* grid-column: span 2; */ 
	}
	.main-navigation ul{
		margin-top:1em;
		padding:0 10%;
		justify-content: space-between;
		align-items: center;
	}
	.header-additional{
		display:none;
		margin-top:0.3em;
		width:100%; 
		text-align: right;
		font-size:1.5em;
		position: relative;
		width:auto;
		padding-right:10em;
		grid-column:span 4;
	}
		.header-additional a{
			margin-right:0.5em;
		}
	.header-additional .modal-search{
		background:none;
		height:1.7em;
		width:auto;
		font-size:1em;
		border:none;
		color:#fff;
		cursor:pointer;
		margin-right:0.3em;
		content: " ";
		background-image: url('assets/mag.png');
		background-size:contain;
		background-repeat:no-repeat;
		position: absolute;
		top: 0.1em;
		right: 4.5em;
	}
	.header-additional .map-marker{
		position: absolute;
		right:3em;
		top:0.3em;
	}
	.header-additional .map-marker img{
		height:1.5em;
	}
	.menu-toggle{
		position:relative;
		margin:0 auto;
		z-index:101;
		/* margin-top:-6px; */
		background:none; 
		color:#fff;
		border:none;
		font-size:2em;
	}
	.menu-toggle .fas:before{
		width:16px;
	}
	.toggled .menu-toggle .fas:before{
		content: "\f057";
		width:16px;
	}
.toggled .menu-main-menu-container{
	background:#333;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	z-index:100;
}
#primary-menu{
	max-width: 41em;
	margin: 1em auto;
}
.header-additional{
	margin-top:0;
}

@media screen and (min-width: 55em) {
	.header-additional{
		grid-column:span 1;
	}
	#masthead{
		grid-template-columns: 1fr 3fr 1fr;
	}
	.main-navigation{
		order: 0;
		grid-column: span 1;
	}
		.main-navigation li{
			margin:0;
			font-size:1em;
		}
	#masthead div.site-branding{
		grid-column: span 1;
	}
	.header-additional{
		font-size:1.5em;
		margin-top:0.875em;
		
	}
		.header-additional .modal-search{
			right:5.5em;
		}
		.header-additional .map-marker{
			right:5em;
		}
}

@media screen and (min-width: 55em) {

	.header-additional{
		display:block;
	}
	
}

.search-form input[type="submit"]{
	 position: relative; 
	 top: 0; 
	 left: 0;
	 right: 0;
	 bottom: 0;
	 cursor: pointer;
	 z-index: 100;
}

#primary{
	position:relative;
	top:-11em;
	width:100%;
	overflow-x:hidden;
	overflow-y:hidden;
}
.admin-bar #primary{
//	margin-top:28px;	
}
.entry-header, .splash_block{ 
	background:#333;
	background-size: cover;
	background-position: center;
	z-index:10;
	min-height:60vh;
	position:relative;
	min-height:30em;
}
.splash_block{
	min-height:45em;
	padding-top:10em;
}
.entry-header{
	height:auto;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	//padding-top:13em;
}
.entry-header.search-header{
	height:20em;
	min-height:20em;
	margin-bottom:3em;
}
.entry-header:after{
	content: " ";
	position:absolute;
	top:0; left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.4);
	z-index:1;
}
.home .entry-header:after{
	background:rgba(0,0,0,0.2);
}
	.entry-header .header-text-block{
		z-index:2;
	}
	.header-text-block{
		color:#fff;
		margin:0 auto;
		text-align: center;
		width:90%;
		//padding-bottom:2em;
		margin-top:15em;
		position: relative;
	}
	
	@media screen and (min-width: 60em){
		.entry-header{ 
		//	height:60vh;
		min-height:45em;
		}
		.header-text-block{
			max-width: 50em;
			//bottom:1.5em;
			/* left: 50%;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%); */
			//position: absolute;
			width:100%;
		}
	}
	@media screen and (min-width: 75em){
		.header-text-block{
			padding-bottom:2em;
		}
	}
	.header-text-block a, .header-text-block a:visited{
		color:#fff;
		text-decoration: none;
	}
	.header-text-block h1{
		text-align: center;	
		color:#fff;
		text-transform:uppercase;
		line-height: 1.1em;
		font-size: 2em;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
		font-weight:normal;
		margin-bottom:0;
	}
	@media screen and (min-width:50em){
		.header-text-block h1{
			font-size: 3em;
			line-height:1.5em;
			margin-bottom:0.67em;
		}
	}
	
.image-header{
	width:100%;
}
	.image-header img{
		width:100%;
	}

p.smallprint{
	font-size: 0.7em;
	padding-bottom: 2em;
	margin-top: -1.5em;
}
	p.smallprint a, p.smallprint a:visited{
		color:#000;
	}
.archive-header{
	margin:1em auto;
	text-transform:uppercase;
	border-bottom:1px solid #000;
	display:table;
	font-weight:normal;
}
.entry-content{
	max-width:100%;
	margin:0 auto;
	position: relative;
	padding-top:6em;
	display:grid;
	grid-template-columns: 1fr;
	row-gap:2em;
	padding: 6em 15px 2em;
}
.entry-content.reverse{
	grid-template-columns: 1fr;
	column-gap:3em;
	padding-bottom:3em;
}
.entry-content.map{
	display:block;
	grid-template-columns: 1fr;
}
.entry-content.map:after{
	height:92%;
}
	.entry-content.map > div{
		width: 90%;
		background: #fff;
		padding: 1em;
		margin: 0 auto;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
	.entry-content.map > p{
		text-align: center;
	}
		.entry-content.map > p a{
			margin:0 auto;
		}
@media screen and (min-width:50em){
	.entry-content{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		
	}
	.entry-content.map{
		grid-template-columns: 1fr;
		display:grid;
	}
	.entry-content.reverse{
		grid-template-columns: 1fr 1fr;
	}
	.entry-content.contact{
		grid-template-columns: 1fr 1fr;
		column-gap:3em;
	}
}
@media screen and (min-width:75em){
	.entry-content{
		width:80%;
	}
}
.entry-content.contact:after{
	width: 150%;
	bottom: -13%;
	left: -25%;
	top: auto;
}
.entry-content.entry-post{
	grid-template-columns: 1fr;
}
	.entry-content.entry-post > div{
		//width:80%;
		max-width:45em;
		margin:0 auto;
	}
	
.entry-content:after {
	  content:'';
	  position: absolute;
	  z-index:-2;
	  top:60px;
	  left:-20%;
	  width:100%;
	  height:65%;
	  background: #f3f3f3; 
}
.entry-content.reverse:after{
	left:20%;
	height:100%;
}

.entry-content.entry-job, .entry-content.entry-fullwidth{
	grid-template-columns:1fr;
}
.entry-content.entry-job:after,  .entry-content.entry-fullwidth:after{
	content:none;
}
	.entry-content h1, .entry-content h2, .entry-content h3,
	.entry-content h4, .entry-content h5, .entry-content h6{
		border-bottom:1px solid;
		padding-bottom:0em;
		display: inline-block;
		text-transform: uppercase;
		font-weight:normal;
	}
	.entry-content h2{
		font-size:1.8em;
		font-weight:normal;
		display: table;
	}
	.entry-content.contact h2{
		margin:1em auto;
		font-size:1.2em;
		border-bottom:none;
	}
	.entry-content > div{
		justify-content: center;
		padding:0.5em;
	}
	.entry-content.contact > div{
		text-align:center;
		background:#fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	}
		.entry-content.contact > div:nth-of-type(2){
			color:#fff;
			background:#871437;
		}	
			.entry-content.contact > div:nth-of-type(2) a{
				color:#DECF93;
			}

	
	@media screen and (min-width:50em){
		.entry-content > div:first-of-type{
			grid-column-start: 1;
			grid-column-end: 4;
		}
		.entry-content.reverse  > div:first-of-type,
		.entry-content.contact  > div:first-of-type{
			grid-column-start: 1;
			grid-column-end: 1;
		}
		.entry-content > div:nth-of-type(2){
			grid-column-start: 4;
			grid-column-end: 6;
		}
		.entry-content.reverse > div:nth-of-type(2),
		.entry-content.contact > div:nth-of-type(2){
			grid-column-start: 2;
			grid-column-end: 2;
		}
		.entry-content > div.block2{
			grid-column-start: 1;
			grid-column-end: 6;
		}
		
	}
	@media screen and (min-width:75em){
		.entry-content > div:first-of-type{
			grid-column-start: 1;
			grid-column-end: 3;
			margin-right:10%;
		}
		.entry-content > div:nth-of-type(2){
			grid-column-start: 3;
			grid-column-end: 6;
		}
	}
	
	
	.entry-content a.buttonStyle{
		display:table;
	}
.entry-content.instagram{
	grid-template-columns: 1fr;
	background:#f3f3f3;
	width:100%;
	max-width:100%;
	padding:1em 10% ;
	margin:0;
}
	.entry-content.instagram .sb_instagram_header {
		display:none;
	}
	
.gallery .intro{
	width:100%;
	background:#373534;
	color:#fff;
	padding-bottom:8em;
	padding-top:2em;
}
	.gallery .intro p{
		max-width:80%;
		margin:0 auto;
	}
	
	.gallery_grid{
		margin:-7em auto 0;
		width:100%;
		max-width:80%;
		display:grid;
		row-gap:3em;
		grid-template-columns: 1fr;
		padding:0 1em 4em;
		position: relative;
		grid-auto-rows: 1fr;
	}
	.gallery_grid:after{
		content:" ";
		background:#F3F3F3;
		height:95%;
		width:100%;
		z-index:1;
		position:absolute;
		top:5%;
		left:0;
	}
		@media screen and (min-width:37.5em){
			.gallery_grid{
				grid-template-columns: 1fr 1fr;
				column-gap:2em;
				padding:0 5em 4em;
			}
		}
	.gallery_grid li{
		list-style-type:none;
		margin:0;
		width:100%;
		background:#fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		z-index:2;
		position: relative;
		padding-bottom:1em;
	}
	.gallery_grid li a{
		display: block;
		position: relative;
		color:#fff;
		height:80%;
	}
	.gallery_grid li a:after{
		content:"\f00e";
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900; 
		position:absolute;
		top:50%;
		left:50%;
		-ms-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
		font-size:1.5em;
		padding:0.25em;
		width:2em;
		height:2em;
		text-align: center;
		z-index:3;
		background:rgba(0,0,0,0.5);
	}
		.gallery_grid li img{
			width:100%;
			height:95%;
		}
		.gallery_grid li p{
			text-align: center;
			margin:1em 0.5em;
		}

.overlap-three, .overlap-two{
	position: relative;
	min-height:300px;
	overflow-x:hidden;
}
.overlap-three.alternate{
	min-height:300px;
}
@media screen and (min-width:350px){
	.overlap-three.alternate{
		max-height:600px;
		min-height:500px;
	}
}
@media screen and (min-width:50em){
	 .overlap-three{
		max-height:300px;
		overflow-x:hidden;
	}
	.overlap-three.alternate{
		max-height:600px;
		min-height:500px;
	}
	.overlap-two{
		max-height:500px;
		overflow-x:hidden;
	}
	.overlap-three{
		overflow-y:hidden;
	}
	.overlap-three.alternate{
		height:auto;
		min-height:700px;
		max-height:800px;
		overflow-y:hidden;
	}
}
@media screen and (min-width:75em){
	.overlap-three{
		max-height:550px;
	}
	.overlap-two{
		max-height:750px;
		min-height:600px;
	}
}

/* @media screen and (min-width:85em){
	.overlap-three{
		max-height:600px;
	}
} */
.overlap-three > div, .overlap-two img{
	width:60%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

	.overlap-three > div{
		height: 80%;
		width: 60%;
		background-size: cover;
		
	}
	.overlap-three > img{
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	}
	.overlap-three > img:nth-of-type(1){
		z-index:10;
		position:absolute;
		right:3em;
		bottom:0;
		//height:46%;
		width:50%;
	}
	.overlap-three > img:nth-of-type(2),
	.overlap-three.imagecount2 > img:nth-of-type(1){
		z-index:9;
		position:absolute;
		left:48%;
		top:0;
		//height:59%;
		width:52%;
	}
	.overlap-three.alternate > img:nth-of-type(2){
		top:20%;
	}
	.overlap-three > img:nth-of-type(3),
	.overlap-three.imagecount2 > img:nth-of-type(2){
		z-index:8;
		position:absolute;
		left:0;
		top:3em;
		//height:56%;
		width:60%;
	}
	.overlap-three.imagecount2 > img:nth-of-type(1){
		left:40%;
		top:10em;
	}
	
	.overlap-two > img:nth-of-type(1){
		z-index:9;
		position:absolute;
		left:0;
		top:0;
	}
	.overlap-two > img:nth-of-type(2){
		z-index:10;
		position:absolute;
		position:absolute;
		right:0;
		bottom:0;
		max-width:70%;
		width:70%;
	}
	@media screen and (min-width:50em){
		.overlap-three{
			max-height:500px;
		}
		.overlap-three > img:nth-of-type(1),
		.overlap-three.alternate > img:nth-of-type(2),
		.overlap-three > img:nth-of-type(2),
		.overlap-three > img:nth-of-type(3){
			width:100%;
			position:relative;
			top:0;
			left:0;
		}
		.overlap-three.alternate > img:nth-of-type(3){
			display:none;
		}
		
		
	}
	@media screen and (min-width:75em){
		.overlap-three{
			max-height:500px;
		}
		
		.overlap-three > img:nth-of-type(1){
			z-index:10;
			position:absolute;
			right:3em;
			bottom:0;
			top:auto;
			left:auto;
			//height:46%;
			width:53%;
		}
		.overlap-three.alternate.imagecount2 > img:nth-of-type(1){
			top:0;
			left:0;
		}
		.overlap-three.alternate > img:nth-of-type(1){
			
		}
		.overlap-three > img:nth-of-type(2){
			z-index:9;
			position:absolute;
			left:48%;
			top:0;
			//height:59%;
			width:52%;
		}
		.overlap-three.alternate > img:nth-of-type(2){
			left:50%;
			top:20%;
			width:58%;
		}
		.overlap-three > img:nth-of-type(3){
			z-index:8;
			position:absolute;
			left:0;
			top:2em;
			//height:56%;
			width:60%;
		}
		
		.overlap-three.alternate > img:nth-of-type(3){
			display:block;
		}
		
		
	}
	
	@media screen and (min-width:1600px){
		.overlap-three{
			max-height:none;
			height:auto;
		}
	}

.followBox{
	background:#fff;
	padding:0.5em 2em 1.5em;
	margin:3em 0 0;
	text-align: center;
	font-size:0.8em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width:37.5em){
	.followBox{
		//margin:14em 0 0;
		max-width:290px;
	}
}
	.followBox h3{
		text-decoration: none;
		font-weight:normal;
		border-bottom:0;
		display:block;
		font-size:2em;
		text-transform: uppercase;
	}
	.followBox.fullwidth h3{
		font-size:3.5em;
		margin-bottom:0;
		margin-top:0;
	}
	.followBox a{
		margin:0.5em;
		font-size:2.5em;
	}

.block2{
	position:relative;
	margin-bottom:-2em;
	padding-bottom:2em;
	display:grid;
	grid-template-columns:1fr;
	grid-template-rows:1fr;
}

.entry-content > div.block2{
	 padding-bottom:4em; 
}
.home .entry-content > div.block2{
	padding-bottom:0;
}
.block2:after{
	content: " ";
	display:table;
	clear:both;
}
	.block2 img{
		width: 100%;
	//	margin-left:-7em;
	}
	
	.block2 > div{
		width: 100%;
		z-index: 10;
	}
		.block2 > div > div{
			margin-top:-20%;
			background:#fff;
			padding:2.5em;
			text-align:center;
			box-shadow: 0px 0px 10px 2px rgba(136,136,136,0.41);
		}
	.block2 .buttonStyle{
		margin:1.5em auto;
	}
	@media screen and (min-width:37.5em){
		
	.block2{
		grid-template-columns:repeat(8, 1fr);
		grid-template-rows:1fr;
	}
		.block2 img{
			height:auto;
			margin-left:0;
			margin-bottom:0;
			grid-area: 1 / 1 / 1 / 9;
		}
		.block2 > div{
			grid-area: 1 / 2 / 1 / 8;
		}
		.block2 > div > div{
			margin-top:50%;
		}
	}
	
	@media screen and (min-width:50em){
		.block2{
			grid-template-columns:repeat(4, 1fr);
			grid-template-rows:1fr;
		}
			.block2 img{
				height:auto;
				margin-left:0;
				margin-bottom:0;
				grid-area: 1 / 1 / 1 / 4;
			}
			.block2 > div{
				//margin-top:20%;
				grid-area: 1 / 3 / 1 / 5;
				width:80%;
				margin-left:20%;
			}
			.block2 > div > div{
				margin-top:20%;
			}
	}

.splash_block{
	height:auto;
	min-height:30em;
	margin-top:3em;
	padding-bottom:10em;
	text-align: center;
	color:#fff;
}
	.splash_block div{
		width:38em;
		max-width:100%;
		background:rgba(135,20,55,0.7);
		padding:2em;
		margin:0 auto;
	}
	.splash_block h3{
		font-size:2em;
		margin-top:0;
	}
	.splash_block.store h3{
		text-transform: uppercase;
	}
	.splash_block.store p{
		text-align:center;
	}
	
.find_us{
	background:#F3F3F3;
	padding:0;
	margin:0 auto;
	display:grid;
	grid-template-columns: 1fr;
}
.find_us.map_large{
	padding: 2em 5%;
}
	.find_us.map_large .wpgmp_map_parent{
		margin-bottom:0;
	}

@media screen and (min-width:50em){
	.find_us{
		grid-template-columns: 1fr 1fr;
		padding-left:15px;
		padding-right:0;
	}
	.find_us.reverse{
		padding-left:0;
		padding-right:0;
	}
	.find_us.map_large .gMap{
		grid-column: span 2;
	}
}
@media screen and (min-width:75em){
	.find_us{
		padding-left:10%;
	}
	.find_us.reverse{
		padding-left:0;
		padding-right:10%;
	}
}
	.find_us > div{
		padding-top:4em;
		padding-bottom:4em;
		z-index:0;
	}
	.find_us > div:first-of-type{
		margin:0 15px;
	}
	
	.find_us.reverse > div:first-of-type{
		background-image:url('http://ey.burnettcreative.co.uk/wp-content/uploads/2021/07/find-us.png');
		background-size:cover;
		background-position:center;
		height:100%;
		width:100%;
		padding:3em 0;
		margin:0;
	}
	
	@media screen and (min-width:37.5em){
		.find_us.reverse > div:first-of-type{
			padding:3em;
		}
	}
	.find_us > div:nth-of-type(2){
		background-image:url('http://ey.burnettcreative.co.uk/wp-content/uploads/2021/07/find-us.png');
		background-size:cover;
		background-position:center;
		height:100%;
		width:100%;
	}
	.find_us.map_large > div:nth-of-type(2){
		background:none;
		height:100%;
		width:100%;
		padding-left:2em;
	}
	.find_us.reverse > div:nth-of-type(2){
		background-image: none;
		padding-left:3em;
	}
	.find_us h3{
		font-size:2em;
		width:100%;
		border-bottom:1px solid #000;
	}
	.find_us h4{
		text-transform: uppercase;
		font-size:2em;
		border-bottom:1px solid #000;
		display: table;
	}
	.gMap{
		padding:1em;
		background:#fff;
		margin: 0 auto;
		display: table;
		box-shadow: 0px 0px 10px 2px rgba(136,136,136,0.41);
	}
	.gMap > div{
		width:350px !important;
	}
	.map_large .gMap > div{
		width:auto !important;
	}
	.find_us.reverse .gMap{
		max-width:95%;
	}
	.map_large .gMap{
		padding:0;
		margin:2em auto 1em;
		width:100%;
	}
	@media screen and (min-width:75em){
		.find_us > div:first-of-type{
			width:60%;
			margin-left:0;
			padding-left:6%;
		}
		.find_us > div:nth-of-type(2){
			width:100%;
			margin-left:0;
			padding-left:4em;
		}
		.gMap{
			margin-left:-10em;
		}
		.map_large .gMap{
			margin: 4em auto 2em;
			grid-column: span 2;
		}
		
		.find_us.reverse > div:first-of-type{
			width:90%;
			margin-left:0;
		}
		.find_us.reverse > div:nth-of-type(2){
			width:60%;
			margin-left:0;
			padding-left:4em;
		}
		.find_us.reverse .gMap{
			margin-left:auto;
			margin-right:-15%;
		}
	}
	
.fourOfour{
	width:80%;
	margin: 1em 10%;
}
.latest-posts{
	padding:0 10% 0 10%;
	padding:0 15px 0 15px;
	margin:2em auto 0;
	display:grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
	row-gap:1em;
	background: linear-gradient(180deg, #fff 60%, #f3f3f3 60% );
}	
@media screen and (min-width:50em){
	.latest-posts{
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
}
@media screen and (min-width:75em){
	.latest-posts{
		grid-gap: 6em;
		padding:1em 10%;
	}
}
	
	.latest-posts > div{
		text-align: center;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		padding:1em;
		width:100%;
		z-index:0;
		position: relative;
		padding-bottom:6em;
		margin-bottom:2em;
	}
	
	@media screen and (min-width:70em){
		.latest-posts > div{
			width:auto;
			padding:2em 3em 8em;
		}
	}
		.latest-posts > div a.image_link{
			display:block;
			width:100%;
			height:20em;
			background-size: cover;
			background-position: center;	
			margin-top:1.5em;	
		}	
			
		.latest-posts > div:first-of-type{
			background:#fff;
		}
		.latest-posts > div:nth-of-type(2){
			background:#333;
			color:#fff;
		}
		
		.latest-posts p.category{
			margin-bottom:0;
			font-size:1.5em;
		}
		.latest-posts > div:nth-of-type(2) p.category{
			color:#DECF93;
		}
		
		.latest-posts h3{
			text-transform: uppercase;
			font-size:2.5em;
			position: relative;
			font-weight:normal;
			line-height:1.2em;
		}
		.latest-posts h3:after {
			  content: "";
			  background: black;
			  position: absolute;
			  bottom: 0;
			  left: 20%;
			  height: 1px;
			  width: 60%;
			}
		.latest-posts > div:nth-of-type(2) h3:after{
			background:#fff;
		}
		.readmoreContainer{
			position: absolute;
			bottom: 2em;
			text-align: center;
			left: 50%;
			transform: translate(-50%);
			width:100%;
			}
		
.followBox.fullwidth{
	background:#f3f3f3;
	text-align: center;
	margin-top:0;
	width:100%;
	padding:1em 10% 1em;
	max-width:100%;
	box-shadow: none;
}
	.followBox.fullwidth a{
		font-size:1.5em;
		margin:0.5em 1em;
	}
.archive-grid{
	display:grid;
	grid-template-columns: 1fr 1fr ;
	grid-gap: 0.5em;
	max-width:100%;
	padding-left:10%;
	padding-right:10%;
	margin:0 auto;
	position: relative;
	padding-bottom:20px;
}	
.archive-grid.news{
	grid-template-columns: 1fr;
	grid-gap: 2em;
	background:#F3F3F3;
}
.archive-grid.news.jobs{
	margin-top:3em;
}
.archive-grid.news:before{
	content:" ";
	background:#fff;
	height:5em;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.archive-grid .posts-navigation{
	width:100%;
	text-align: center;
}
@media screen and (min-width:37.5em){
	.archive-grid{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		height:auto;
	}
	.archive-grid.news{
		grid-template-columns: 1fr 1fr;
		grid-gap: 4em;
	}
	.archive-grid .posts-navigation{
		grid-column:1/3;
	}
}
@media screen and (min-width:70em){
	.archive-grid.news{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.archive-grid .posts-navigation{
		grid-column:1/4;
	}
	.archive-grid.search .posts-navigation{
		grid-column:1/3;
	}
	.archive-grid.news.search{
		grid-template-columns: 1fr 1fr;
	}
}
	.archive-grid > div{
		z-index:2;
		position: relative;
		width:100%;
		height:100%;
	}
	.archive-grid.news > div{
		background:#fff;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
	.archive-grid > div.show{
		display:block;
	}
	.archive-grid > div.hide{
		display:none;
	}
		.archive-grid.news > div a:first-of-type{
			width:100%;
			height:15em;
			display:block;
			background-size:cover;
			background-position:center;
		}
		.archive-grid > div a{
			display: block;
			width:100%;
			height:100%;
			background-size:cover;
			background-position:center;
			position: relative;
			background:#f3f3f3;
			text-align: center;
		}
		.post-type-archive-store .archive-grid > div a{
			padding-top:100%;
		}
			.archive-grid > div a:after{
				content:" ";
				background:linear-gradient(
				0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,.65) 23%, rgba(0,0,0,0) 100%);
				z-index:2;
				height:100%;
				width:100%;
				position:absolute;
				top:0;
				left:0;
				transition: opacity 1s;
			}
			.archive-grid.news > div a:after{
				background:none;
					
			}
			.archive-grid > div a:hover:after,
			.archive-grid > div a:focus:after{
				opacity:0.5;	
				transition: opacity 1s;
			}
			
			
			.archive-grid > div a img, 
			.archive-grid > div a h4{ 
				margin:0;
				position: absolute;
				top: 50%;
			  left: 50%;
			  -ms-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%);
			  z-index:3;
			}
			.archive-grid.news > div > div{
				padding:1.5em;
				font-size:0.8em;
			}
				.archive-grid.news > div > div h4{
					text-transform:uppercase;
					font-weight:normal;
					font-size:1.5em;
				}
			.archive-grid.news > div a.read-more{
				height:auto;
				width:auto;
				background:none;
				text-decoration: none;
				text-align: left;
				text-transform:uppercase;
				font-weight: bold;
				font-size:1.1em;
			}
.grid-filter{
	width:90%;
	padding:0;
	margin:1em;
	display:none;
	grid-template-columns:1fr 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	font-size:1.2em;
	text-align: center;
}
@media screen and (min-width:70em){
	.grid-filter{
		display:grid;
	}
}

	.grid-filter li{
		list-style-type:none;
		cursor:pointer;
		border-bottom:2px solid rgba(0,0,0,0);
	}
	.grid-filter li.active{
		border-bottom:2px solid #000;
	}
@media screen and (min-width:37.5em){	
	.grid-filter{
		width:auto;
		padding:0 5%;
		grid-gap:0.5em;
		margin:1em;
		grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	}
}
	@media screen and (min-width:70em){	
		.grid-filter{
			padding:1em 10%;
		}
	}
.contact-form{
	width:100%;
	padding:0 15px;
	margin:0 auto;
	font-size:1.2em;
	background:#F3F3F3;
	position: relative;
	overflow-y:hidden;
}	
.contact-form p input[type="submit"]{
	z-index:100;
}

.contact-form:after{
	content:" ";
	width:100%;
	height:95%;
	background:#F3F3F3;
	position:absolute;
	top:10%;
	left:0;
	z-index:-1;
}		
	
	.contact-form h4{
		text-transform: uppercase;
		font-size:2em;
		text-align: center;
		font-weight:normal;
	}
	.contact-form p{
		text-align:center;
		margin-bottom:2em;
	}
	.contact-form label{
		font-family: 'Bodoni Moda', serif;
		margin-bottom:1em;
		text-transform: uppercase;
	}
	.contact-form input, .contact-form select,
	.contact-form textarea{
		width:100%;
		padding:0.5em;
		margin-bottom:1em;
	}
	.contact-form p{
		position:relative;
		
	}
	.contact-form input[type="submit"]{
		width:auto;
		padding: 0.5em 3em;
		margin: 3px auto;
	}
@media screen and (min-width:50em){
	.contact-form{
		width:100%;
		padding:0 10%;
	}
}	

 .entry-title.logo-image{
	position:relative;
	text-align: center;
	top:1em;
}
	/*.entry-title.logo-image img{
		position:absolute;
		bottom:-2.5em;
		left:0;
	}
	@media screen and (min-width:37.5em){
		.entry-title.logo-image img{
			bottom:-3.5em;
		}
	} */

.post-navigation .nav-links{
	margin-top:3em;
	display:grid;
	grid-template-columns: 1fr;
	grid-gap:1em;
}
.search .posts-navigation .nav-next{
	text-align: center;
}
@media screen and (min-width:37.5em){
	.post-navigation .nav-links{
		grid-template-columns: 1fr 1fr;
	}
}
	.post-navigation .nav-links > div{
		background:#871437;
		color:#fff;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		padding:0.4em 1em;
	}
		.post-navigation .nav-links > div a,
		.post-navigation .nav-links > div a:visited{
			color:#fff;
			text-decoration: none;
		}
.comments-area{
	margin-bottom:4em;
}
	.comments-area .form-submit{
		position:relative;
		height:2em;
	}
	

.site-footer{
	background:#494948;
	color:#fff;
	padding-top:1em;
	display:grid;
	grid-template-columns: 1fr;
	margin-top:-11em;
	z-index:2;
	position: relative;
}

@media screen and (min-width:37.5em){
	.site-footer{
		grid-template-columns: 1fr 1fr;
	}
}
	.site-footer .site-info{
		margin-left:5%;
	}
		.site-footer  p{
			margin-bottom:0;
		}
#footer-menu {
	margin-left:0;
	padding-left:0;
}
	#footer-menu li{
		display:inline-block;
		list-style-type: none;
		 margin-right:1em;
		 padding-right:1em;
		 border-right:1px solid #fff;
		 line-height:1em;
	}
		#footer-menu li:last-of-type{
			border-right:none;	
		}
	#footer-menu a{
		color:#DECF93;
		text-decoration:none;
	}
.footer-additional{
	margin-right:5%;
	text-align: right;
}
	.footer-additional a{
		color:#DECF93;
	}
	#back-to-top{
		color:#DECF93;
		border:1px solid #DECF93;
		font-size:2em;
		padding:0.2em;
		width: 1.5em;
		display: block;
		height: 1.5em;
		text-align: center;
		font-weight: 200;
		float:right;
	}
	#back-to-top:after{
		content: " ";
	  clear: both;
	  display: table;
  }
	  #back-to-top svg path{
		  stroke: #494948;
		  stroke-width: 0.5px;
	  }
  .footer-additional .social{
	  clear:both;
	  line-height:2em;
	 padding-top:2.5em;
   }
	   .footer-additional .social a{
		   color:#DECF93;
			 font-size:1.5em;
			 margin:0 0.25em;
	   }

.closing-notes{
	margin: 0 5%;
	text-align:center;
}
	.closing-notes a{
		text-decoration: none;
		color:#848484;
	}

#slb_viewer_wrap .slb_theme_slb_default .slb_details .slb_data{
	display:none !important;
}