/******************************************************************

Theme Name: Eight Wire
Theme URI: https://eightwire.uk
Description: Web Design & Development
Author: Eight Wire
Author URI: https://eightwire.uk
Version: 190123
Tags: design, marketing, web development, content management

******************************************************************/

html, body {
	margin: 0;
	padding: 0;
	max-width: 100vw;
}
.footernav > ul > li {
    text-transform: uppercase;
}
.woocommerce-cart .woocommerce .hero {
    display: none !important;
}
body {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #4D4D4D;;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizelegibility;
	font-weight: 400;
	line-height: 1;
    margin: 0;
    font-family: 'Comfortaa', sans-serif;
}
h1 {
	font-weight: 700;
	display:block;
	color:inherit;
	padding:10px;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
}

.heading-logo {
	display:block;
	margin:30px auto;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.5em 0;
}
h1,h2 {
	letter-spacing: 0.08em;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 1.5em 0;
}
a, a:link, a:visited, a:hover, a:active {
	outline: none;
	text-decoration: none;
	color: inherit;
}
article a, article a:link, article a:visited, article a:hover, article a:active {
	text-decoration: underline;
}
/*
a:focus {
	outline: 1px dotted #000;
}
a, a:visited {
	color: #C1C19D;
} */

a:hover, a:focus, a:visited:hover, a:visited:focus,
footer.footer a:hover {
	/*text-decoration: underline;*/
}

.transition-all, .ta, button, input, textarea, a, .ewmodal-btn-open, .cls-1, nav .menu>li, path, .wpcf7-submit, .cta-btn, .top-button, .preview-overlay {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.layouts li {
	list-style-position:inside;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.acf-fields {
    margin: 0 -12px;
}
form label {
	cursor:pointer;
}
form input[type=submit],
.btn {
	border:none;
	border-radius: 0;
	background: #CCCCCC;
	color:white;
	padding:10px 20px;
	font-weight: 700;
}
form input[type=submit]:hover,
.btn:hover {
	background: #D3ECFB;
	color: #333333;
}
#message {
	display:block;
	padding:10px 20px;
	border: 1px solid green;
	margin: 1em auto;
}
#message p {
	margin:0;
}
#message.updated {
	background-color:lightgreen;
}

iframe {
	max-width: 100%;
}
/* 16x9 Aspect Ratio */
.ratio {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.ratio-4x3 {
  padding-bottom: 75%;
}

.ratio iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border:none;
}
/* CLEARFIX */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: ' ';
	display: table;
}
.cf:after {
	clear: both;
}

.wrapper {
	max-width: 1920px;
	margin: 0 auto;
}

/* HEADER */
header.header {
	text-align:center;
    background-color: black;
}
header.header > .wrapper {
}
.header-left {
	margin:0 auto 20px auto;
}
.header-right {
	margin:20px auto;
}

/* MENUS */
nav.nav {
	clear: both;
	text-align: center;
	margin: 10px auto;
}

.menu, .sub-menu {
	list-style: none;
	padding-left: 0;
}
nav.nav .menu, nav.nav .sub-menu {
}

.sub-menu {
	display: none;
	position: absolute;
	top: 90%;
	z-index: 1;
	min-width: 100%;
    padding-top: 25px;
}

.sub-menu > li {
    display: inline-block !important;
}

nav ul.menu{
	display:inline-block;
	color:#FFCE01;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 700;
	padding: 0;
    margin: auto;
    font-size: 0;
}

nav .menu > li.current-menu-item,
nav .menu > li.current-menu-ancestor{
    color: white;
    background-color: #333333;
}

nav .menu > li.current-menu-item::after,
nav .menu > li.current-menu-ancestor::after{
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

nav .menu > li:hover:after {
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .1s cubic-bezier(0.4, 0, 0.2, 1);
}

nav .sub-menu > li {
    border-bottom: 5px solid #999999;
}

nav .sub-menu > li > a {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    display: block;
}

nav .sub-menu > li.current-menu-item {
    border-bottom: 5px solid #FFCE01;
}

nav .sub-menu li:hover {
    border-bottom: 5px solid #FFCE01;
}

nav .menu > li {
	display: inline-block;
	position: relative;
	font-size:16px;
	font-weight:700;
}

nav .menu > li > a{
    padding: 4.5rem 1.5rem 1.5rem 1.5rem;
    display: block;
}

.menu li:hover .sub-menu {
	display: block;
}

.menu li .sub-menu {
    margin: 0 auto;
    width: 100%;
    font-size: 0px;
}

@media only screen and (min-width: 52.5625em) {
    .menu li .sub-menu {
        width: 200%;
        left: -50%;
    }
}

.menu li .sub-menu::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #999999 transparent;
    margin-left: -12px;
    margin-left: -0.75rem;
}



.sub-menu > li {
	display: block;
	margin: 0;
    width: 50%;
    font-size: 16px;
    color: white;
    background-color: #999999;
}

#menu-primary .sub-menu > li > a {
	min-width: 9em;
}

.menu li a,
#menu-primary.menu li a:hover {
	/*color: #555555;*/
}

#menu-primary li > a {
	padding: 5px 0.7vw;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:0.05em;
}
#menu-primary li.current-menu-item > a,
#menu-primary .current-menu-ancestor > a,
#menu-primary .current-menu-parent > a {
	position:relative;
	background:#CCCCCC;
	color: #fff !important;
}
#menu-primary .sub-menu li.current-menu-item > a {
	position:relative;
	background:none;
	color: #CCCCCC !important;
}
#menu-primary li > a:hover {
	color:#555555;
}

/* MOBILE MENU */
header .wrapper .mobile-nav-open {
	display: none;
	/*color: #fff;*/
	text-align: center;
    width: 1.5em;
    height: 1.5em;
    z-index: 15;
    background-color: #FFCE01;
    padding: 3px;
}

.mobile-nav-open svg {
    width: 0.75em;
}

.mobile-nav {
	position: fixed;
	width: 85%;
	max-width: 100%;
	height: 100%;
	background: black;
	/*background: rgba(25, 25, 25, .9);*/
	/*color: #fff;*/
	top: 0px;
	left: -100vw;
	overflow: auto;
	z-index: 999999;
	transition: left 0.5s ease;
	border-right: 1px solid #929295;
}
.mobile-nav.active {
	left: 0;
}

.mobile-nav h5 {
	margin: 0;
	font-size: 18px;
	color:#000;
}

.mobile-nav i.icon-close {
	position: absolute;
	right: 8px;
	top: 50%;
	font-style:normal;
	transform: translateY(-50%);
}

.mobile-nav i.icon-close:before {
	font-size: 26px;
}
.mobile-nav .menu-primary-container {
	text-align:center;
}
.mobile-nav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
}
.mobile-nav .nav-menu > li {
    border-bottom: 1px solid #4D4D4D;
}
.mobile-nav .nav-menu > li:first-child {
    border-top: 1px solid #4D4D4D;
}
.mobile-nav li a {
	display:block;
	line-height:16px;
	text-align:left;
    color: #FFCE01;
    font-size: 18px;
    font-weight: 700;
    padding: 0.75em 1em;
}
.mobile-nav .sub-menu {
    display: block;
    position: relative;
    top: auto;
    z-index: auto;
	margin:0 0 1em 2em;
}
.mobile-nav .sub-menu li {
    background: none !important;
}
/* HEADER */
.sitelogo {
	max-width:218px;
	display:block;
	margin:0 auto;
    position: relative;
    z-index: 5;
	text-align:center;
}
.sitelogo img {
	width:100%;
    height:100px;
}

/* BANNER */
.banner-container {
	max-width:1920px;
	max-height: 600px;
	margin: 0 auto;
    width: 100%;
	text-align:left;
/*	margin-bottom:40px;
*/}
.home .banner-container ,
.homepage .banner-container {
	max-height: 600px;
}
.flexslider,
.flexslider.banner {
	border: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
}
.flex-direction-nav a:before {
	display:none !important;
}
.flex-direction-nav a {
	height:52px !important;
}
.flex-direction-nav a.flex-prev {
	background-image: url(assets/images/left.png) !important;
}
.flex-direction-nav a.flex-next {
	background-image: url(assets/images/right.png) !important;
}
.flexslider_background {
	height: 600px;
	background: #fff no-repeat 50% 0 scroll;
    background-size: cover;
}
.home .flexslider_background,
.homepage .flexslider_background {
  height: 600px;
}

.flexslider_caption_wrapper {
	display: block;
	width:100%;
	color:#fff;
	max-width: 100%;
}
.flexslider_caption {
	display: block;
	color:#fff;
	text-rendering: optimizelegibility;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	font-size:69px;
	text-align:center;
	padding-left:20px;
	padding-top: 204px;
	letter-spacing:0.08em;
	text-transform:none !important;
	position: absolute;
    z-index: 9999;
    text-align: center;
    width: 100%;
	cursor: default;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
	pointer-events: none;
}
.flexslider_caption_wrapper a {
	color: #fff;
    display: inline-block;
    padding: 5px 20px;
    background: none;
	margin:30px 0 0 20px;
	font-family: 'Comfortaa', sans-serif;
}
.flexslider_caption_wrapper a:hover {
	color: #999999;
	border: 1px solid #fff;
	background:#fff;
}
/* SEARCH */
.searchbar {
	background:rgba(69, 64, 64, 0.8);
	position:absolute;
	bottom:0;
	height:100px;
	width:100%;
	z-index:5;
	max-width: 1920px;
	pointer-events: none;
}
/* RATIO EMBED */

/*.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media screen and (max-width:1067px) {
	.embed-container {
		padding-bottom: 0;
		height: 600px;
		width: 100%;
	}
}
.banner .embed-container {
	max-height: 600px;
}
.banner .embed-container iframe {
	height: 600px;
}
*/


/*https://codepen.io/cvn/pen/WbXEoX/ */
.banner .embed-container {
  position: relative;
  width:100%;
  height:600px;
}
.video-bg {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.video-bg .video-fg,
.video-bg iframe,
.video-bg video,
.video-bg .youtubevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
  Full page video background
  Simulate object-fit: cover
  Based on http://fvsch.com/code/video-background/
*/
/*@media (min-aspect-ratio: 16/9) {
  .video-bg.cover .video-fg {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-bg.cover .video-fg {
    width: 300%;
    left: -100%;
  }
}
*/
@media screen and (max-width: 1082px) {
  .video-bg.cover .video-fg {
    width: 300%;
    left: -100%;
  }
}
@media screen and (min-width:1083px) {
  .video-bg.cover .video-fg {
    height: 300%;
    top: -100%;
  }
}
@supports (-o-object-fit: cover) {
  .video-bg.cover .video-fg.supports-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .video-bg.cover iframe,
  .video-bg.cover video,
  .video-bg.cover .youtubevideo {
    -o-object-fit: cover;
  }
}
@supports (object-fit: cover) {
  .video-bg.cover .video-fg.supports-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  html:not(.safari) .video-bg.cover iframe,
  html:not(.safari) .video-bg.cover video,
  html:not(.safari) .video-bg.cover .youtubevideo {
       object-fit: cover;
  }
}
/*
  Vertical centering for 16/9 youtube iframes and video elements
  Simulate object-fit: contain for entire element, not just contents of element
*/
.video-bg.contain {
  font-size: 0;
}
.video-bg.contain * {
  font-size: 16px;
}
.video-bg.contain:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.video-bg.contain .video-fg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  pointer-events: none;
}
.video-bg.contain iframe,
.video-bg.contain video {
  pointer-events: auto;
}
@media (min-aspect-ratio: 16/9) {
  .video-bg.contain .video-fg {
    height: 100%;
    padding-bottom: 0;
    max-width: 53.33333333vh;
    left: 50%;
    margin-left: -26.66666667vh;
  }
}





/* CUSTOM PAGINATION */
.custom-pagination {
	clear:both;
	margin: 30px auto 60px auto;
	text-align:center;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
  text-decoration:none !important;
}
.custom-pagination a {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	border-radius:0;
	display:inline-block;
	padding:5px 20px;
	background:none;
	position:relative;
	text-transform:uppercase;
}
.custom-pagination a:hover {
  background-color: #CCCCCC;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: #CCCCCC;
}
.custom-pagination span.current {
  background-color: #CCCCCC;
  color: #fff;
}
.alignleft {
	float: left;
}
.alignmid {
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -69px;
}
.single-post .alignmid {
    margin-left: -85px;
}
@media screen and (max-width:570px) {
	.alignmid {
		margin-top:44px;
	}
}
.alignright {
	float: right;
}

.gmap {
	padding:0 !important;
}
.ginfo a {
	text-decoration: none !important;
}
.acf-map {
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 900px) {
    .acf-map {
        height: 250px;
    }
}
.acf-map img {
   max-width: inherit !important;
}
.colorize {
    -webkit-filter: sepia(100%) hue-rotate(152deg) saturate(50%);
    filter: sepia(100%) hue-rotate(152deg) saturate(50%);
}

/* FOOTER */
footer.footer {
	background: black;
	padding: 20px;
	color:#000;
	font-size:14px;
}
footer.footer p,
footer.footer a {
	font-size:16px;
	color: white;
}
footer a:hover {
	color:#555555;
}
footer.footer p {
	margin:0 0 0.2em 0;
}
footer .wrapper {
	margin: 0 auto;
	text-align:center;
    max-width: 1300px;
}
footer .wrapper > section {
	padding: 12px 48px 12px 48px;
	border: 0;
	text-align:left;
	max-width: 33%;
}
footer .wrapper > section:not(:last-child) {
	border-right:1px solid #FFCE01;
}
footer h6 {
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:0.5em;
	color: white;
}
.footercontact h6 {
	margin-bottom:19px;
}
.footercredits h6 {
	margin-bottom:1.5em;
}
.footercontact p {
	background:transparent url() top left no-repeat scroll;
	background-size:26px;
}

::selection {
    background: #FFCE01;
    color: #FFFFFF;
    text-shadow: none;
}

::-moz-selection {
    background: #FFCE01;
    color: #FFFFFF;
    text-shadow: none;
}

#menu-footer-menu {
    text-transform: uppercase;
    margin: 0 0 1.5em !important;
}

footer.footer a:hover {
    text-decoration: underline;
    color: white;
}

.header-right > h5,
.footer-socials > h5{
    color: white;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.header-right .svg-holder,
.footer-socials .svg-holder{
    display: inline-block;
    width: 2.25em;
    vertical-align: middle;
    margin-left: 0.5em;
}

.header-right .svg-holder svg,
.footer-socials .svg-holder svg{
    max-width: 3em;
}

.svg-holder a {
    display: block;
}

.header-right .svg-holder a:hover .cls-1,
.footer-socials .svg-holder a:hover .cls-1{
    fill: #cda500;
}

.footer-socials {
    margin-bottom: 2em;
}

.toprow {
    z-index: 5;
}

@media only screen and (max-width: 1310px) {
    .toprow {
        justify-content: center;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
		display: box; /* for flexie.js IE6-9 */
		display: -ms-flexbox; /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Chrome */
		display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
        align-items: center;
    }
    .toprow > section {
        flex-basis: 100%;
    }
    .header-left {
        order: 1;
        margin-bottom: 0px !important;
    }
    .header-right {
        order: 2;
    }
    .header-centre {
        order: 3;
    }
    nav .menu > li a {
        padding: 1.5rem !important;
    }
}

.footernav p {
    margin-bottom: 2em !important;
}

.footercredits p {
    margin-bottom: 1.5em !important;
}

.cta-btn {
    color: #000000;
    background-color: #FFCE01;
    position: relative;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    padding: .75rem 1rem;
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    font-size: 16px;
    font-size: 1rem;
}

.cta-btn:hover {
    background-color: #cda500;
}

.footercredits .cta-btn {
    max-width: 15em;
}

@media only screen and (min-width: 80em) {
    #feedbackModalWindow {
        right: 30% !important;
        left: 30% !important;
    }
}

@media only screen and (min-width: 52.5625em) {
    #feedbackModalWindow {
        height: 80% !important;
        top: 10% !important;
        right: 20% !important;
        left: 20% !important;
        text-align: left !important;
    }
}

#feedbackModalWindow {
    color: #4D4D4D;
    background-color: #FFFFFF;
    height: 90%;
    position: fixed;
    top: 5%;
    right: 24px;
    left: 24px;
    z-index: 10000;
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}

.modal-visible {
    visibility: visible !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100) !important;
}

.feedback-close,
.modal-close{
    width: 2em;
    position: absolute;
    top:0.25em;
    right: 0.25em;
    cursor: pointer;
}

.feedback-close:hover path {
    fill: #FFCE01;
}

#feedbackModalWindow h3 {
    font-weight: bold;
    font-size: 24px;
    color: #4D4D4D;
    text-align: center;
    position: relative;
    margin-bottom: 3em;
}

#feedbackModalWindow {
    padding: 2em 1em;
}

#feedbackModalWindow h3::after {
    content: "";
    background-color: #FFCE01;
    position: absolute;
    left: 0;
    right: 0;
    width: 120px;
    height: 5px;
    margin: 1.5em auto;
}

#feedbackModalWindow p {
    color: #4D4D4D;
    max-width: 600px;
    margin: 0 auto 1.5em;
}

.wpcf7-text,
.wpcf7-textarea{
    color: #4D4D4D;
    border: 1px solid #999999;
    border-radius: 12px;
    line-height: 24px;
    padding: 12px;
    padding: .75rem;
    margin-bottom: 1em;
    resize: none;
}

.wpcf7-submit {
    display: block;
    max-width: 10em;
    margin: 0 auto;
    color: #000000 !important;
    background-color: #FFCE01 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 24px;
    padding: .75rem 1rem !important;
    -webkit-border-radius: .375rem !important;
    border-radius: .375rem !important;
    font-size: 16px !important;
}

.wpcf7-submit:hover {
    background-color: #cda500 !important;
}

#feedbackModalWindow a {
    color: #FFCE01;
}

#feedbackModalWindow a:hover {
    text-decoration: underline;
}

.top-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #FFCE01;
    width: 2.5em;
    z-index: 998;
    padding: 0.5em;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}

.top-button svg {
    display: inline-block;
    vertical-align: middle;
}

.top-button.active {
    opacity: 1;
    visibility: visible;
}
.nav-close {
    position: absolute !important;
    top:5px !important;
    right: 5px !important;
    width: 1.5em !important;
}

.nav-close path {
    fill: #FFCE01;
}

@media only screen and (min-width: 80.0625em) {
    .hero-tall {
        height: 750px !important;
    }
}
@media only screen and (min-width: 80.0625em) {
    .hero {
        height: 500px;
        text-align: left !important;
    }
}
.hero {
    background-color: #333333;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

@media only screen and (min-width: 80.0625em) {
    .hero > img {
        position: absolute;
        max-width: none;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 80.0625em) {
    .hero-content {
        padding-right: 10%;
        max-width: 700px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 80.0625em) {
    .hero-content {
        flex-basis: 100%;
        width: 100%;
    }
}
.hero-content {
    color: #FFFFFF;
    padding: 48px;
    padding: 3rem;
    font-size: 20px;
    font-size: 1.25rem;
}

.hero-content p {
    font-size: 20px;
    font-size: 1.25rem;
}

.hero-content p > a {
    color: #FFCE01;
    text-decoration: none;
}

.hero-content p > a:hover {
    text-decoration: underline;
}

.hero strong {
    color: #FFCE01;
}

.cta {
    color: #000000;
    background-color: #FFCE01;
    text-align: center;
    padding: 24px;
    padding: 1.5rem;
}

@media only screen and (min-width: 52.5625em) {
    .cta-body {
        vertical-align: middle;
        display: inline-block;
        zoom: 1;
        margin: 0 24px 0 0;
        margin: 0 1.5rem 0 0;
    }
}
.cta-body {
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
}

.cta .cta-btn {
    display: inline-block;
    background-color: white !important;
    color: black !important;
}

.cta .cta-btn:hover {
    background-color: #e6e6e6 !important;
}

@media only screen and (min-width: 80.0625em) {
    .modal {
        right: 30% !important;
        left: 30% !important;
    }
}
@media only screen and (min-width: 52.5625em) {
    .modal {
        height: 80% !important;
        top: 10% !important;
        right: 20% !important;
        left: 20% !important;
        text-align: left !important;
    }
}

.modal {
    color: #4D4D4D;
    background-color: #FFFFFF;
    height: 90%;
    position: fixed;
    top: 5%;
    right: 24px;
    left: 24px;
    z-index: 10000;
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}

.modal-content {
    position: relative;
    padding: 48px;
    padding: 3rem;
    max-width: 600px;
    margin: 0 auto;
}

.modal-head {
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    padding-bottom: .75rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.modal-title {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
}

.modal-head:after {
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 5px;
    margin: auto;
}

.modal-body {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.form, .wpcf7-form {
    color: #4D4D4D;
    margin: 0 0 24px 0;
    margin: 0 0 1.5rem 0;
}
.form__fieldset.nostyle {
    border: none;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
fieldset {
    border: 1px solid #999999;
    padding: 12px 16px;
    padding: .75rem 1rem;
    margin: 0 2px;
    margin: 0 .125rem;
}
.form__row {
    position: relative;
    margin: 0 0 24px 0;
    margin: 0 0 1.5rem 0;
}
.form__actions {
    text-align: center;
    margin-top: 48px;
    margin-top: 3rem;
}
.form__row:before, .form__row:after {
    content: "";
    display: table;
}
.input__field--text, .input__field--textarea {
    width: 100%;
}
.input__field {
    color: #4D4D4D;
    border: 1px solid #999999;
    border-radius: 12px;
    line-height: 24px;
    padding: 12px;
    padding: .75rem;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
html, button, input, select, textarea {
    font-family: 'Comfortaa',sans-serif;
    color: #4D4D4D;
    resize: none;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
.form__button {
    border-radius: 6px;
}
@media only screen and (min-width: 52.5625em)
.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.button {
    color: #000000 !important;
    background-color: #FFCE01 !important;
    position: relative;
    display: block !important;
    border: none !important;
    cursor: pointer !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 24px;
    border-radius: 6px !important;
    padding: 12px 16px !important;
    padding: .75rem 1rem !important;
    -webkit-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all .1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    font-size: 16px;
    font-size: 1rem;
    zoom: 1;
    margin: 0 auto;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
html, button, input, select, textarea {
    font-family: 'Comfortaa',sans-serif;
    color: #4D4D4D;
    resize: none;
}

.button:hover {
    background-color: #cda500 !important;
}

.stripe {
    padding: 48px 0;
    padding: 3rem 0;
    max-width: 100%;
}

.stripe-wrapper {
    padding: 0 20%;
}

.stripe-content {
    padding:  12px 48px 12px 48px;
    justify-content: space-between;
}

.stripe-wrapper > h3 {
    color: #4D4D4D;
    margin: 0;
    font-weight: bold;
    padding-bottom: 12px;
    padding-bottom: .75rem;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.stripe-wrapper > h3::after {
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 5px;
    margin: auto;
}

.stripe-body li {
    margin-bottom: .375em;
    font-size: 16px;
    line-height: 24px;
}

.stripe-text .button {
    max-width: 10em;
    margin: 0 !important;
}

.img-row > p {
    margin-bottom: 0 !important;
    font-size: 15px;
    font-style: italic;
}

.button a {
    text-decoration: none !important;
}

.bg-text > h3 {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0.75em;
}

.bg-text > h4 {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 800px) {
    .stripe-body.split-body {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 96px;
        -moz-column-gap: 96px;
        column-gap: 96px;
    }
}

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

    .br-hide {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .stripe-content > div {
        flex-basis: 100%;
        margin-bottom: 1.5em;
    }
    .stripe-wrapper {
        padding: 0 !important;
    }
    .stripe-content {
        justify-content: center !important;
    }
    .stripe-img > img {
        margin: 0 auto;
    }
    .stripe-content .button {
        margin: 0 auto !important;
    }
}

.cta-wrapper {
    background-color: #999999;
    padding: 1em;
}

.cta-holder {
    justify-content: space-between;
}

.cta-holder > div {
    flex-basis: 50%;
}

.cta-holder > div:first-child {
    border-right: 1px solid white;
}

.built-cta {
    padding: 2em 0;
}

.built-cta > h4 {
    text-align: center;
    color: white;
    font-size: 24px;
    margin-bottom: 1.5em !important;
    font-weight: 700;
}

.built-cta > p {
    color: white;
    text-align: center;
    margin-bottom: 1.5em !important;
    font-size: 18px;
}

.built-cta > .button {
    width: 15em;
}

.built-cta > h4,
.built-cta > p,
.built-cta > .button {
    max-width: 500px;
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    .built-cta {
        flex-basis: 100% !important;
        border: none !important;
    }
}

.testimonial-wrapper {
    padding: 2.5em 0;
    position: relative;
}


.testimonial-wrapper > h4 {
    color: #4D4D4D;
    margin: 0;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    padding-bottom: .75rem;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.75em !important;
}

.testimonial-wrapper > h4::after {
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 5px;
    margin: auto;
}

.testimonial-content {
    position: relative;
    padding: 0 30%;
}

.testimonial-content > p {
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
}

.testimonial-content > h5 {
    text-align: center;
    font-size: 18px;
}

.flex-prev,.flex-next {
    height: 2em !important;
    width: 2em !important;
    display: block;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    left: 10px;
}

.flex-next {
    left: auto !important;
    right: 10px;
}

.custom-navigation {
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.flexslider {
    position: relative;
}

@media only screen and (max-width: 1310px) {
    .testimonial-content {
        padding: 0 5em !important;
    }
}

.stripe:nth-of-type(even),
.testimonial-wrapper:nth-of-type(even),
.featured-prod:nth-of-type(even){
    background-color: #E7E9ED;
}

.flexslider {
    background: none !important;
}

.tt_row,
.ti-row{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
}

.quote_row{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1em;
}

.tt_row:first-child {
    padding-top: 3em !important;
}

.ti-row {
    justify-content: space-between;
}

.ti-text,
.ti-image {
    flex-basis: 47.5%;
}

@media only screen and (max-width: 800px) {
    .ti-text,
    .ti-image {
        flex-basis: 100%;
    }
    .ti-row {
        justify-content: center;
    }
    .ti-image img {
        margin: 0 auto 1.5em auto;
    }
}

.tt_row > h3,
.media-text > h3{
    color: #4D4D4D;
    margin: 0;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    padding-bottom: .75rem;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5em;
}

.tt_row >h3::after,
.media-text > h3::after{
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 5px;
    margin: auto;
}

.tt_row > h4 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.tt_row a {
    color: #FFCE01;
    text-decoration: none !important;
}

.tt_row a:hover {
    text-decoration: underline !important;
}

.bg-text > h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.quote_row > h4 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0.5em;
    color: #4D4D4D;
    font-family: 'Nunito', sans-serif;
    font-style: italic;
}

.bg-text >p:last-child {
    margin-bottom: 1em !important;
}


.contact-form-container {
    max-width: 600px;
    padding: 1em;
    margin: 0 auto;
}

.contact-form-container > p {
    margin-bottom: 2.5em;
}

.gm-style-pbc
{
    display: none;
}

.woocommerce-breadcrumb,
.product_meta{
    display: none;
}

.product-type-simple {
    max-width: 950px;
    padding: 3.5rem 1em 2em;
    margin: 0 auto;
}

.woocommerce div.product .product_title {
    text-transform: none !important;
    text-align: left;
    font-size: 24px !important;
    margin-bottom: 24px;
}

.woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 700;
}

.woocommerce .quantity .qty {
    padding: .375rem;
    width: 100% !important;
}

.woocommerce .quantity {
    width: 48px;
}

.wc-tab ul li {
    position: relative;
    margin-bottom: 6px;
    margin-bottom: .375rem;
}

.woocommerce-Tabs-panel > h2 {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 28.6px;
    margin-bottom: 24px;
    letter-spacing: 0px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 3 !important;
}

.woocommerce-cart .article > h1.heading {
    display: none;
}

.wc-cart {
    margin-top: 2.5em;
    font-size: 24px !important;
    text-transform: none !important;
    position: relative;
    margin-bottom: 3em;
}

.wc-cart::after {
        content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 5px;
    margin: auto;
}

.woocommerce-cart .woocommerce {
    max-width: 950px;
    padding: 1em;
    margin: 0 auto;
}

.woocommerce-cart table.cart img {
    width: 300px !important;
}

.post-type-archive-product .woocommerce-products-header__title {
    text-transform: none !important;
    font-size: 24px !important;
    margin: 2em auto;
}

.post-type-archive .content-area {
    max-width: 950px;
    margin: 0 auto;
    padding: 1em;
}

.woocommerce-ordering {
    display: none;
}

.woocommerce-cart .hero,
.woocommerce-checkout .hero{
    display: flex !important;
    margin-bottom: 2.5em;
}

.woocommerce-checkout .main {
    max-width: 950px;
    margin: 0 auto;
    padding: 1em;
}

.woocommerce-checkout .heading {
    text-transform: none !important;
    position: relative;
    font-size: 24px !important;
    margin-bottom: 2em;
}

.woocommerce-checkout .heading::after,
.news-header::after {
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 5px;
    margin: auto;
}

.woocommerce-checkout h3 {
    font-weight: 700;
}

.woocommerce .checkout .input-text, .woocommerce .comment-form textarea {
    padding: 12px;
    padding: .75rem;
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
}

.featured-prod {
    padding: 1.5em 20%;
}

.product-container {
    justify-content: space-between;
    align-items: center;
}

.button a {
    display: block;
}

.product-info, .product-image {
    flex-basis: 47.5%;
}

.product-info > h1 {
    text-transform: none !important;
    font-size: 24px;
    position: relative;
    text-align: left;
    margin-bottom: 1.5em;
    padding-left: 0 !important;
}

.product-info>h1::after{
    content: "";
    background-color: #FFCE01;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 5px;
    margin: auto;
}

.product-info>h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0 !important;
    margin-bottom: 1.25em;
}

.product-info > .button {
    width: 15em;
    margin-left: 0;
}

.product-image > img {
    max-width: 300px;
    margin: 0 auto;
}

.news-header {
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em !important;
    padding-bottom: 0.5em;
    letter-spacing: 0 !important;
    font-weight: 700;
}

.news-previews {
    flex-basis: 70%;
    border-top:1px solid black;
    border-bottom: 1px solid black;
}

.filter-section {
    flex-basis: 30%;
    background-color: #8e8e8e;
    padding:  3.5em 3.5em;
}

.news-container {
    padding-bottom: 2em;
}

.news-preview {
    flex-basis: 50%;
    min-height: 20em;
    max-height: 30em;
    position: relative;
}

.news-preview > div {
    flex-basis: 50%;
}

.news-preview > .preview-img {
    background-size: cover;
    background-position: center;
}

.preview-info:after {
    content:'';
    position: absolute;
    right:100%;
    top: 45%;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-top: solid 25px transparent;
    border-right: solid 25px white;
    border-bottom: solid 25px transparent;
}

@media only screen and (min-width: 960px) {
    .news-preview:nth-of-type(3) > .preview-img,
    .news-preview:nth-of-type(4) > .preview-img {
        order: 2;
    }

    .news-preview:nth-of-type(3) > .preview-info,
    .news-preview:nth-of-type(4) > .preview-info{
        order: 1;
    }

    .news-preview:nth-of-type(3) > .preview-info:after,
    .news-preview:nth-of-type(4) > .preview-info:after {
        border-right: none !important;
        right: auto !important;
        left: 100%;
        border-left: solid 25px white;
        margin-left: auto !important;
        margin-right: -25px;
    }
}

@media only screen and (max-width: 1400px) {
    .news-previews, .filter-section {
        flex-basis: 100%;
    }
}

.preview-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    border: 0px solid rgba(0,0,0,0.2);
}

.news-preview:hover .preview-overlay {
    border: 15px solid rgba(0,0,0,0.2);
}

.preview-info {
    text-align: center;
    padding: 2em 1em;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}

.preview-info > h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0 !important;
    line-height: 24px;
    margin-bottom: 1em;
}

.preview-info > .button {
    max-width: 10em;
}

@media only screen and (max-width: 960px) {
    .news-preview {
        flex-basis: 100%;
        margin-bottom: 1.5em;
    }
    .news-preview:nth-of-type(even) > .preview-img {
        order: 2;
    }
    .news-preview:nth-of-type(even) > .preview-info {
        order: 1;
    }

    .news-preview:nth-of-type(even) > .preview-info:after {
        border-right: none !important;
        right: auto !important;
        left: 100%;
        border-left: solid 25px white;
        margin-left: auto !important;
        margin-right: -25px;
    }
}

.preview-info > p {
    font-size: 14px;
    margin-bottom: 2.5em;
}

.preview-img > a {
    display: block;
    height: 100%;
    width: 100%;
}

.preview-info > h2 > a {
    text-decoration: none !important;
}

.searchform > div {
    display: flex;
}

.searchform > div > #s {
    flex-grow: 1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none !important;
    padding: 1em 1.5em;
    font-size: 15px;
}

.searchform #s::placeholder {
    font-size: 15px;
}

.searchform #searchsubmit {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f2bc0f;
    text-transform: uppercase;
    color: black;
}

.searchform #searchsubmit:hover {
    background-color: #cda500;
}

.searchform {
    margin-bottom: 2em;
}

.filter-section ul,
.filter-section li {
    list-style: none;
    padding: 0 !important;
    color: white;
}

.filter-section .categories {
    font-size: 22px;
    padding-bottom: 2em !important;
    border-bottom: 1px solid white;
}

.filter-section .categories > ul {
    font-size: 16px !important;
}

.filter-section .categories > ul >li {
    margin-bottom: 0.5em;
}

.filter-section a:hover {
    color: #f2bc0f;
}

.filter-section > h4 {
    font-size: 22px;
    color: white;
    margin-top: 2em;
    margin-bottom: 1em;
}

.filter-section .dates li {
    margin-bottom: 0.5em;
}

@media only screen and (max-width: 420px) {
    .filter-section {
        padding: 2em 1em !important;
    }
}

.prev, .next {
    display: none;
}

.pagination-archive {
    text-align: center;
    margin-bottom: 1.5em;
}

.pagination-archive a {
    text-decoration: none !important;
    color: grey !important;
}

.pagination-archive a:hover {
    color: #f2bc0f !important;
}

.pagination-archive a:not(:last-child),
.pagination-archive span:not(:last-child) {
    padding-right: 0.3em;
    border-right: 1px solid black;
}

.pagination-archive span {
    color: black !important;
}

.article-container {
    justify-content: flex-end;
}

.article-container {
    flex-basis: 50%;
}

.article-image {
    background-size: cover;
    background-position: center;
    position: fixed;
    left: 0;
    top:0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.article-img-overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
    padding: 2.5em;
    display: none;
}

.article-img-overlay > h2 {
    color: white;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 0.5em;
    letter-spacing: normal !important;
    border-bottom: 1px solid white;
}

.article-img-overlay > p {
    color: white;
    font-size: 14px;
}

.article-cats {
    position: absolute;
    background-color: #f2bc0f;
    top:-18px;
}

.article-cats > p {
    margin: 0 !important;
    text-transform: uppercase;
    color: black;
    padding: 0.5em 1em;
    font-size: 13px;
}

.article-content {
    flex-basis: 50%;
    padding: 3em 2em;
}

.article-start {
    align-items: center;
    margin-bottom: 1.5em;
}

.article-start > img {
    max-width: 2em;
    margin: 0 0.5em;
}

.article-start > .start-line {
    flex-grow: 1;
    border-top: 1px solid black;
}

.quote_row {
    margin-bottom: 1.5em !important;
}

.img-row {
    margin: 1.5em 0;
}

.img-row > img {
    margin: 0 auto;
}

@media only screen and (min-width: 960px) {
    .mobile-article-info {
        display: none;
    }
    .article-img-overlay {
        display: block;
    }
}

@media only screen and (max-width: 700px) {
    .article-image {
        position: static !important;
    }
    .single-post footer.footer {
        width: 100% !important;
        clear: float;
    }
}

.mobile-article-info {
    text-align: center;
}

@media only screen and (max-width: 700px) {
    .article-container > div {
        flex-basis: 100%;
    }
    .article-container > .article-image {
        height: 100vw !important;
    }
    .article-container > .article-content {
        height: auto !important;
        overflow: visible !important;
    }
}

.single-post footer.footer {
    width: 50%;
    float: right;

}

.single-post footer.footer .wrapper>section {
    padding: 1em 0!important;
}

.single-post footer.footer .wrapper {
    -webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
}

.single-post footer.footer section {
    flex-basis: 100%;
    max-width:100% !important;
    border-right: none !important;
    text-align: center;
}
.single-post footer.footer .cta-btn {
    margin: 0 auto !important;
}

.media-text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3em 1em 1em;
}

.media-text h4 {
    color: #4D4D4D;
    font-family: 'Comfortaa',sans-serif;
    text-rendering: optimizelegibility;
    line-height: 1.3;
    margin: 0 0 24px 0;
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    font-size: 22px;
}

.media-text a {
    text-decoration: none !important;
    color: #FFCE01;
}

.media-text a:hover {
    text-decoration: underline !important;
}

































/* CF7 */
div.wpcf7 input,
div.wpcf7 textarea {
	width:100%;
	border:1px solid #666666;
	color:#666666;
	padding:10px;
}
div.wpcf7 textarea {
	max-height:8em;
	overflow:auto;
}
div.wpcf7 input::placeholder,
div.wpcf7 textarea::placeholder {
	color:#999999;
}
div.wpcf7 input[type="submit"]{
	width:auto;
	color:#CCCCCC;
	padding:10px 30px;
	font-weight:400;
	background:none;
	font-size:16px;
	border: 1px solid #CCCCCC;
	font-family: 'Comfortaa', sans-serif;
}
div.wpcf7 input[type="submit"]:hover{
	width:auto;
	color:#fff;
	background: #CCCCCC;
}

/* MODAL */
html.locked {
	overflow: hidden;
}

.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.4s ease;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
}
.modal-bg.active {
	visibility: visible;
	opacity: 1;
}

.modal-window {
	background: #fff;
	position: fixed;
	top: -100vh;
	left: 50%;
	bottom: auto;
	transition: visibility 0.2s ease, top 0.4s ease;
	transform: translate(-50%, -50%);
	z-index: 99999;
	width: 80%;
	height: 80%;
	overflow-y: scroll;
	padding: 30px;
	padding-right: 70px;
	color: #000;
}
.modal-window.active {
	top: 50%;
	visibility: visible;
}

.ewmodal-btn-open {
	cursor: pointer;
}

.ewmodal-btn-open:hover {
	/*color: #eace76;*/
}

button.modal-open {
	margin-bottom: 10px;
	border-radius: 3px;
}

/* MISC */
a.button,
.ewbtn {
	display: block;
	padding: 8px;
	border: 1px solid;
	margin: 12px;
}

i.icon {
	font-size: 38px;
}

/* Media Queries */
@media screen and (max-width: 375px) {
	.article-content {
		max-width: 100vw;
		padding: 3em 18px;
		word-break: break-word;
	}

	table,
	tr,
	th,
	td,
	iframe {
		display: block;
		max-width: 90%;
		max-width: calc(100vw - 36px);
	}

	p {
		word-break: break-word;
	}
}

@media screen and (max-width: 850px) {
	header .wrapper .header-centre {
		display: none;
	}
    .header-right {
        display: none;
    }
    .toprow {
        justify-content: flex-end !important;
        position: fixed;
        left: 0;
        right: 0;
        background-color: black;
        top:0;
    }
    main {
        padding-top: 3em;
    }
    .header-left {
        flex-basis: auto !important;
        margin: 0px !important;
    }
    .sitelogo {
        max-width: 150px !important;
        padding-right: 0.5em;
    }

	header .wrapper .mobile-nav-open {
		display: block;
		position: fixed;
		top: 35px;
		left:10px;
		z-index:20;
		cursor:pointer;
        border-radius: 50%;
	}
}
@media screen and (max-width: 1366px) {
	footer .wrapper {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	footer .wrapper > section {
		margin-bottom:20px;
	}
}
@media screen and (max-width: 767px) {
	footer .wrapper > section {
		border:none !important;
		display:block !important;
        max-width: 100%;
        flex-basis: 100%;
        text-align: center !important;
        padding: 0 1em !important;
    }
    footer .wrapper > section .cta-btn {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1310px) {
	.toprow {
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
		display: box; /* for flexie.js IE6-9 */
		display: -ms-flexbox; /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Chrome */
		display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
        align-items: center;
	}
	.header-left {
		text-align:left;
		margin-left: 5vw !important;
		flex: 1;
	}
	.header-right {
		margin-right: 5vw !important;
		flex: 1;
		text-align: right;
	}
	.header-right .social {
		display:inline-block;
	}
	.header-right .btn-booknow {
		margin-left:40px;
	}
	.sitelogo {
		flex: 1;
		margin:0 auto 0 0;
	}
}
@media screen and (min-width: 640px) {
	nav.nav {
		position:relative;
		margin:0 auto;
		z-index:5;
    }
}

/* FLEX - No styles below this */
.flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: box; /* for flexie.js IE6-9 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flexcol {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.flexrow {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexdirection {
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
}
.flexdirectionreverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	box-direction: reverse;
}
.flexstretch {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: stretch;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.flexstart {
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: flex-start;
	align-content: flex-start;
	-webkit-box-align: flex-start;
	-moz-box-align: flex-start;
	box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flexwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexfirst {
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: -1;
	box-ordinal-group:-1;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}
.flexorder {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 0;
	box-ordinal-group:0;
	-webkit-order: 0;
	-ms-flex-order: -1;
	order: -1;
}
.flexi {
	-webkit-box-flex: 1;
	-moz-box-flex: 1 0 auto;
	box-flex:1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	word-wrap:break-word;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.flexone {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
	flex: 1 1 auto;
}
.flexiq {
  flex: 1 0 25%;
}
.flexistretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.flexaround {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
    justify-content: space-around;
}
.flexcenter {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.flexend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.flexvcenter {
	-webkit-align-items: center;
	align-items: center;
}

/* THEY ARE ONLY TO KEEP THEME CHECKER HAPPY */
/*.sticky {}
.gallery-caption {}
.bypostauthor {}*/

/*@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:link, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a:after, a:visited:after {
		content: " (" attr(href) ")";
	}
	a abbr[title]:after, a:visited abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2,  h3 {
		page-break-after: avoid;
	}
	.searchform,  nav {
		display: none;
	}
}*/

.bg-text ul,
.bg-text ol{
    padding-left: 1.25em !important;
    font-size: 16px;
    line-height: 24px;
    list-style-position: outside;
}

.bg-text li {
    margin-bottom: 0.25em;
    list-style-position: outside;

}
