/*------------------------------------------------------------------------------------------------------------*/
/*  THEME NAME: lamontdesign benchpress
/*  VERSION: 2.5.1
/*  LEVEL: LAMONTDESIGN
/*  AUTHOR: LAMONTDESIGN LTD
/*--------------------------------------------------------------------------------------------------------------*/
/* typography */
/* placeholder styles for input elements */
::-webkit-input-placeholder {
    color: #094673;
    opacity: 1;
}

::-moz-placeholder {
    color: #094673;
    opacity: 1;
}

::-ms-placeholder {
    color: #094673;
    opacity: 1;
}

::placeholder {
    color: #094673;
    opacity: 1;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #094673 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #094673 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #094673 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #094673 !important;
}

* {
    font-variant-ligatures: none;
    font-family: 'Poppins', sans-serif;
}

p, ul, ol {
    display: block;
    padding: 0;
    margin-bottom: 0.8em;
    margin-top: 0;
    width: 100%;
}

p, ul, ol, td, th, address, dl, code, caption, label {
    font-size: 2em;
    line-height: 1.6em;
    font-weight: 500;
    color: #000;
}

p code {
    font-size: 100%;
}

.post-filters li a.active {
    color: #000;
}

code, p>code, li>code, dd>code, td>code {
    background: #eee;
    padding: 0 5px 2px;
    /* border-radius: 4px; */
    position: relative;
    top: -1px;
    margin: 0 3px 0 1px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

input, textarea, select {
    font-size: 1.6em;
    color: #000;
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
    clear: both;
    position: relative;
    color: #465F81;
    font-weight: 600;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 1em;
    text-transform: uppercase;
    color: #094673;
}

img {
    max-width: 100%;
    display: block;
}

/* only apply em-based margins for typed content - this stops us having to override the margins in too many places when trying to line up other text. */
.content p {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 2em;
    font-weight: 400;
    line-height:1.5em;
    font-family: 'Poppins', sans-serif;
}

p, p * {
    font-family: 'Poppins', sans-serif;
}

html, body {
    background: #FFF;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 0.6em;
    margin-top: 0.83em;
    /* line-height: 1.2em; */
}

.content h4, .content h6 {
    /* color: #EBAA32; */
}

/* margin overrides where the text element is the first element in the container - this stops excessive space at the top of a content area */
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child, .content p:first-child {
    margin-top: 0;
}

h1 {
    font-size: 5em;
}

.frontpage h1 {
    font-size: 6em;
}

h2 {
    font-size: 4.5em;
}

h3, .widgettitle {
    font-size: 2.6em;
}

h3 {}

.widgettitle {
    margin-top: 0;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    position: relative;
}

h6 a::after {
    content: ".";
    position: absolute;
    top: -4px;
    right: -24px;
    color: #465F81 !important;
    font-size: 30px;
}

h6 a::before {
    content: ".";
    position: absolute;
    top: -4px;
    left: -24px;
    color: #465F81 !important;
    font-size: 30px;
}

.cta h4 a::after {
    content: ".";
    position: absolute;
    top: -4px;
    right: -24px;
    color: #465F81 !important;
    font-size: 30px;
}

.cta h4 a::before {
    content: ".";
    position: absolute;
    top: -4px;
    left: -24px;
    color: #465F81 !important;
    font-size: 30px;
}

/* h1 em, h2 em, h3 em, h4 em, h5 em, h6 em
{
    font-style: normal;
    color: #EBAA32;
} */
a, input {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .25s ease;
    transition: color .25s ease, background-color .25s ease, opacity .25s ease;
}

a {
    text-decoration: none;
    outline: none;
    border: 0;
}

a:hover {
    outline: 0;
    color: #444343;
}

ul, ol {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    text-align: left;
    width: auto;
}

ul ul, ol ol, ul ol, ol ul {
    display: block;
}

.text-center ul, .text-center ol {
    margin: 0 auto 20px auto;
}

li {
    margin: 0;
    padding: 0;
}

ul ul, ol ol, ul ol, ol ul, ul.sidebar {
    font-size: 100%;
    margin: 0;
}

main ol {
    list-style: decimal;
    padding-left: 20px;
}

main ul {
    list-style: disc;
    padding-left: 20px;
}

small {
    font-size: 80%;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    font-size: 1.5em;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    padding-top: 10px;
    margin-bottom: 20px;
}

blockquote p, p blockquote {
    font-size: 100% !important;
    font-family: inherit;
}

td, th {
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
}

.line-limit-1>*, p.line-limit-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-limit-2>*, p.line-limit-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-limit-3>*, p.line-limit-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*** end typography ***/
a {
    color: #465F81;
}

/* buttons & controls */
a.post {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: visible;
}

a.post .desc {
    text-align: left;
    min-height: 120px;
    padding: 20px 30px;
    background: #fff;
    width: 100%;
    margin: 0;
}

a.post .desc .feature__description {
    display: none;
}

a.post .desc::before {
    display: none;
}

a.post .thumb {}

a.post .desc p {
    text-align: left;
    display: block;
    color: #000;
}

.blog .feature .thumb img {
    /* border-radius: 10px 10px 0 0; */
    border: none;
}

.top-blog-wrap h1 {
    /* font-size: 4.2em;
    margin-bottom: 30px;
    color: #000; */
}

.top-blog-wrap p {
    color: #fff;
    font-weight: 600;
}

.blog-post .post__category-label {
    width: auto;
    display: block;
    color: #59361F;
    z-index: 20;
    text-align: left;
    background: transparent;
    min-height: 0;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: -3px;
    display: none;
    /* hidden */
}

input, textarea, select {
    border: none;
    color: #465F81;
    background: #fff;
}

select {
    background: url(assets/images/elements/down-arrow-grey.png) no-repeat calc(100% - 15px) calc(50% + 2px);
    min-height: 70px;
    cursor: pointer;
    text-align-last: left;
    -webkit-appearance: none;
    text-decoration: none !important;
    padding: 0 25px;
    line-height: 74px;
    color: #C2A567;
    height: 50px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    min-width: 250px;
    font-size: 20px !important;
    text-align: left;
    max-width: 285px;
}

input[type=submit], button {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #EBAA32;
    text-align: center;
    height: 45px;
    min-width: 175px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 25px;
    /* border-radius: 22.5px 22.5px 22.5px 22.5px; */
    text-decoration: none;
}

/* end of buttons & controls */
/** main nav styles **/
header .widget_nav_menu {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    /* stop the nav menu shrinking; instead other header elements should shrink. avoids nav menu breaking onto 2 lines */
}

header .widget_nav_menu .menu {
    display: block;
    position: relative;
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-align: left;
    /* alignment of child <li > s */
}

header .widget_nav_menu .menu li {
    display: inline-block;
    position: relative;
}

header .widget_nav_menu .menu li a {
    white-space: nowrap;
}

header .widget_nav_menu a:hover, header .widget_nav_menu .nav-stub-span:hover {
    color: #176184;
}

header .widget_nav_menu .children {
    font-size: 100%;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    display: none;
}

.children-inner {
    width: 310px;
}

header .sidebar-header .children li {
    display: block;
}

header #header-top-bar .widget_nav_menu ul.children-inner li a {
    font-size: 14px;
    line-height: 35px;
    padding: 0 30px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

header #header-top-bar .widget_nav_menu ul.children-inner li:not(:last-child) a::after {
    content: "";
    width: calc(100% - 30px);
    background: #fff;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

header #header-top-bar .widget_nav_menu ul.children-inner li a:hover {
    color: #465F81;
}

/*header #header-top-bar .widget_nav_menu a:hover::before, header #header-top-bar .widget_nav_menu a:active::before, header #header-top-bar .widget_nav_menu a:focus::before, header .widget_nav_menu .nav-stub-span:hover::before, header .widget_nav_menu .nav-stub-span:active::before, header .widget_nav_menu .nav-stub-span:focus::before {
    width: 20px;
    opacity: 1;
}*/
/*header .widget_nav_menu li:last-of-type > a::before {
    display: none;
}*/
header .widget_nav_menu .children {
    top: 50px;
    right: 0;
    background: #000;
    /* border-radius: 0 0 20px 20px; */
    padding-bottom: 15px;
    padding-top: 15px;
}

header .widget_nav_menu li:first-child .children {
    right: auto;
    left: 0;
}

header .widget_nav_menu .children a::before {
    display: none;
}

header .widget_nav_menu .children a:hover,
header .widget_nav_menu .children a:active,
header .widget_nav_menu .children a:focus {
    /* hover state for child level navigation link */
    color: #465F81;
}

header .widget_nav_menu .children li.current-menu-item a,
header .widget_nav_menu .children li.current-page-ancestor a {
    /* active navigation child link */
    color: #465F81;
}

header .widget_nav_menu .children {
    /* flyout subnav */
    background-color: #000;
}

/* header top bar sidebar styles */
#header-top-bar .widget {
    text-align: right;
    flex: 1 1 auto;
    padding: 0;
    line-height: 1em;
    padding-right: 10px;
}

#header-top-bar .widget.widget_logo.logo a {
    align-items: center;
    display: flex;
}

#header-top-bar:not(.scrolled) {
    background: #fff;
}

/* #header-top-bar-wrapper.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    -webkit-transition: opacity .2s ease, height .2s ease;
    transition: opacity .2s ease, height .2s ease;
} */
.sidebar-header-scrolled {
    display: none;
}

.scrolled .sidebar-header {
    display: none;
}

.scrolled .sidebar-header-scrolled {
    display: block;
}

.scrolled#header-top-bar, .scrolled>.row, .scrolled#header-top-bar>.row>ul.sidebar-header-scrolled {
    pointer-events: none;
}

.sticky-book-now {
    top: 30px;
    position: sticky;
    pointer-events: none;
    padding-top: 0;
}

.sticky-book-now p {
    font-size: 100%;
}

.sticky-book-now a, a.sticky-book-now {
    font-size: 40px !important;
    text-transform: uppercase;
    color: #fff !important;
    background: #094673;
    pointer-events: auto;
    border: 4px solid #fff;
    padding: 10px 20px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    height: 70px;
    line-height: 46px;
}

/* .header-images-disabled #header-top-bar-wrapper.fixed #header-top-bar, .no-header-images #header-top-bar-wrapper.fixed #header-top-bar {
    height: auto;
    background: #fff;
} */
#header-top-bar-wrapper #header-top-bar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
}

#header-top-bar-wrapper #header-top-bar.scrolled {
    box-shadow: none;
}

#header-top-bar .row {
    padding: 0;
    z-index: 1;
    height: 100%;
    max-width: 1160px;
}

/** mobile navigation colours */
.mob-nav-wrapper {
    transition: max-height .2s ease;
    transform: scale(0);
    position: absolute;
    background: #094673;
    height: 100vh;
    max-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    top: 65px;
}

.mob-nav-wrapper.open {
    max-height: calc(100vh - 65px);
    z-index: 10;
    /* border-top: solid 10px #000; */
}

.logged-in .mob-nav-wrapper.open {
    max-height: calc(100vh - 110px);
}

.mob-nav-wrapper ul.children {
    display: block;
    transition: none;
    opacity: 1;
    height: auto;
}

.row.mobile-nav-menu-message {
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 50px;
    padding-right: 50px;
}

.row.mobile-nav-menu-message .col {
    /* max-width: 400px; */
}

.row.mobile-nav-menu-message .col h2, .row.mobile-nav-menu-message .col h1, .row.mobile-nav-menu-message .col h3 {
    font-size: 2em;
    font-weight: 600;
    line-height: 24px;
}

.row.mobile-nav-menu-message .col .mob-nav-wrapper>ul.menu {
    font-size: 1.4em;
    background: #fff;
}

.mob-nav-wrapper li a, .mob-nav-wrapper li .nav-stub-span {
    font-size: 30px;
    color: #fff;
    padding: 10px;
    line-height: .8em;
    font-weight: 600;
    padding-left: 40px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.mob-nav-wrapper li a:hover, .mob-nav-wrapper li .nav-stub-span:hover {
    color: #5A9345;
}

.mob-nav-wrapper li:first-child>a {
    padding-top: 12px;
}

.mob-nav-wrapper .children a {
    /*text-transform: none;*/
    padding-left: 40px;
    color: rgba(255, 255, 255, 0.7);
}

/** end of mobile navigation colours */
/** end of header navigation */
/* main elements */
#header-mobile-bar {
    position: absolute;
    z-index: 11;
    background: #fff;
    padding-top: 5px;
}

#header-mobile-bar .sidebar.sidebar-header-mobile p a {
    background: #fff;
    color: #465F81;
    text-transform: uppercase;
    padding: 20px 30px 13px 30px;
    padding-top: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    text-decoration: none !important;
    font-weight: 400;
    /* border-radius: 50px; */
    font-size: 30px !important;
    padding-top: 17px;
    display: inline-block;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

#header-top-bar .sidebar.sidebar-header-top p, #header-top-bar .sidebar.sidebar-header-top a {
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
}

#header-top-bar .contact-top a {
    color: #000;
    text-decoration: underline;
}

#header-top-bar .contact-top a:hover {
    color: #465F81;
}

#header-top {
    z-index: 2;
}

.no-header-images #header-top, .header-images-disabled #header-top {
    position: relative;
}

footer {
    background: #094673;
}

footer .sidebar-footer .widget:not(.widget_content), footer .sidebar-footer-top .widget:not(.widget_content) {
    text-align: center;
}

#copyright {
    display: none;
}

#__lpform_nf-field-1 {
    display: none;
}

/*******/
/* front page columns content */
/* height for header slider */
.header-slider .ld-fadey-slider {
    /* initial dimensions of slider */
    height: 520px;
    max-height: 800px;
    /*border-radius: 20px;*/
}

.header-slider .ld-fadey-slider>li::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none;
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 227px);
    background-color: rgba(0, 0, 0, .0);*/
}

/*
sized sliders - set these to pixels or use vh units for the different sizes.
NOTE: if using vh, include a height declaration in px before it as a fallback for old browsers.
*/
.header-slider .ld-fadey-slider.slider-size-full {
    height: calc(100vh - 130px);
    max-height: none;
}

.logged-in .header-slider .ld-fadey-slider.slider-size-full {
    /* height: calc(100vh - 132px);
    max-height: none; */
}

.header-slider .ld-fadey-slider.slider-size-large {
    height: 560px;
}

.header-slider .ld-fadey-slider.slider-size-med {
    height: 528px;
}

.header-slider .ld-fadey-slider.slider-size-small {
    height: 300px;
    min-height: 300px;
}

.header-slider .ld-fadey-slider li.image-position-top {
    background-position: center top;
}

.header-slider .ld-fadey-slider li.image-position-topthird {
    background-position: center 33%;
}

.header-slider .ld-fadey-slider li.image-position-middle {
    background-position: center center;
}

.header-slider .ld-fadey-slider li.image-position-bottomthird {
    background-position: center 66%;
}

.header-slider .ld-fadey-slider li.image-position-bottom {
    background-position: center bottom;
}

F .logged-in .ld-fadey-slider.slider-size-full {
    height: calc(100vh - 130px);
}

.ld-fadey-slider-wrapper.display-mode-fixed li {
    background-attachment: fixed;
}

.ld-fadey-slider-wrapper.display-mode-background {
    position: fixed;
    z-index: 0;
    pointer-events: none;
    top: 0;
    height: 100vh;
    max-height: 100vh;
}

.ld-fadey-slider-wrapper.display-mode-background ul.ld-fadey-slider {
    max-height: 100vh;
    height: 100vh;
}

.ld-fadey-slider-wrapper.display-mode-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
    z-index: 1;
}

.ld-fadey-slider-wrapper.display-mode-background+main {
    z-index: 10;
    background: transparent;
}

/* end of header slider height declarations


/* left / right buttons for h-slider and header image slider */
.ld-fadey-slider-nav {
    height: 60px;
    width: 60px;
    background: url(assets/images/elements/arrow-2.png) no-repeat center center;
    bottom: 50%;
    opacity: 1;
}

.ld-fadey-slider-nav {
    bottom: 50%;
    transform: translateY(calc(50% - 60px));
}

.ld-fadey-slider-nav:hover {
    opacity: 1;
}

.ld-fadey-slider-nav.next, .h-slider-next {
    right: 0;
}

header .ld-fadey-slider-nav.prev, header .h-slider-prev {
    transform: translateY(-50%) rotate(-180deg);
    left: 0;
}

.row.very-wide.slide-wrap {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 20;
    left: 0;
    max-width: 1110px;
    margin: 0 auto;
}

.frontpage .row.very-wide.slide-wrap {
    bottom: 105px;
}

.ld-fadey-slider-nav.prev, .h-slider-prev {
    left: 0;
    transform: rotate(-180deg);
}

/* tab nav - can be set to display: none; */
header .slide-wrap {
    justify-content: flex-end;
}

header .slide-wrap .ld-fadey-slider-tabs {
    text-align: right;
    margin: 0;
    padding: 0;
    flex-basis: 50%;
}

.layout_slider .ld-fadey-slider-tabs li a {
    /*border: 1px solid #fff;*/
}

.h-slider-nav.h-slider-disabled {
    opacity: 0.7;
}

.ld-fadey-slider-tabs li a {
    margin: 0 3px;
    display: block;
    width: 13px;
    height: 13px;
    background: #C5B4A1;
    /* border-radius: 50%; */
    border: solid 1px #C5B4A1;
}

.ld-fadey-slider-tabs li.ld-fadey-slider-tab-here a, .h-slider-tabs li.slider_here a {
    background: #fff;
}

.layout_slider .ld-fadey-slider-tabs li.ld-fadey-slider-tab-here a {
    background: #fff;
}

.ld-fadey-slider-tabs li {
    margin: 0;
}

/* head / scroll down button */
.head-btn {
    display: block;
    background: url(assets/images/elements/down-arrow.png) no-repeat center center;
    margin: 20px auto;
    width: 70px;
    height: 70px;
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
    top: -90px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    display: none;
}

.back-to-top-btn {
    position: relative;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
    z-index: 10;
    margin: 0 auto;
    margin-bottom: -40px;
    display: none;
}

/* styles for google recaptcha box */
.g-recaptcha {
    margin-bottom: 20px;
}

/* header slider caption styling */
.caption-wrapper {
    background: transparent;
    top: 0;
    width: 100%;
    height: 100%;
}

.caption-wrapper .caption {
    height: auto;
    max-width: 100%;
    padding: 20px;
    margin: 0;
}

.caption-wrapper .row {
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1160px;
}

.frontpage .caption-wrapper .row {
    max-width: 940px;
}

/*.frontpage .caption-wrapper {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .3) 40%, transparent 40.2%);
    background-position: center calc(100% + 340px);
    background-size: 210% 840px;
    background-repeat: no-repeat;
}*/
.frontpage .caption-wrapper .row {
    justify-content: center;
}

.caption-wrapper .row .col {
    display: flex;
    align-content: center;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    word-wrap: break-word;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    padding-bottom: 0;
    justify-content: center;
    position: relative;
}

.caption-wrapper .caption-link a {
    padding: 15px 40px;
    width: auto;
    display: inline-block;
    background: rgba(255, 255, 255, .6);
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
    font-weight: 100;
    color: #7C7C7C;
    font-size: 0.8em;
    text-shadow: none;
}

.caption-wrapper .caption-link a:hover, .caption-wrapper .caption-link a:focus {
    background: rgba(255, 255, 255, .8);
}

/* end of caption styling */
/* styles for featured items & posts */
.post {
    display: block;
}

.post .thumb {
    position: relative;
}

.post .thumb::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* background: #000; */
    z-index: 1;
    opacity: 0.1;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.post:hover .thumb::after, .post:focus .thumb::after {
    opacity: .5;
}

/* feature styling */
.feature {
    display: flex;
    height: 100%;
    box-shadow: none;
    flex-flow: column wrap;
    overflow: visible;
}

.col.blog-post {
    /* padding: 30px 20px; */
}

.row.mid-wide, .mid-wide .row {
    max-width: 1180px;
}

/* feature title */
.feature .feature_title_wrapper {
    order: 1;
}

.feature__title h3, .post__title h3 {
    font-size: 2.2em;
    line-height: 1em;
    margin-bottom: 10px !important;
    text-align: left !important;
}

.feature__title h3 {
    font-size: 2.8em;
    text-transform: uppercase;
    color: #5A9345
}

.custom_content_wrapper.wrapper.layout_features.standard-width.has-background-image {
    min-height: 750px;
    display: flex;
    /* align-items: center; */
    padding-top: 70px;
    background-attachment: fixed;
}

.custom_content_wrapper.wrapper.layout_features.standard-width.has-background-image .col.span-1-1.top-title {
    padding-bottom: 60px;
}

/* feature thumb */
.feature .thumb {
    width: 100%;
    order: 2;
    position: relative;
    z-index: 10;
    border: solid 8px #fff;
}

.feature .thumb img {
    height: 100%;
    margin: 0 auto;
    height: auto;
}

.feature:hover .thumb::after, .feature:focus .thumb::after {
    opacity: 0.5;
}

/* feature desc */
.feature .desc {
    text-align: center;
    max-width: 100%;
    padding: 40px;
    background: #000;
    position: relative;
    order: 3;
    z-index: 3;
    padding: 30px 20px;
    min-height: 199px;
    border: solid 8px #fff;
    width: calc(100% - 32px);
    margin: 0 auto;
    margin-top: -28px;
    z-index: 10;
}

.feature .desc p {
    font-size: 1.6em;
    line-height: 1.5em;
    text-align: left;
    color: #fff;
    font-weight: 600;
}

/* feature buttons */
.feature-button {
    z-index: 20;
    text-align: left;
    padding: 25px;
    position: relative;
    display: block;
}

.feature-button h6::before {
    content: ".";
    position: absolute;
    top: -4px;
    left: -24px;
    color: #465F81 !important;
    font-size: 30px;
}

.feature-button h6::after {
    content: ".";
    position: absolute;
    top: -4px;
    right: -24px;
    color: #465F81 !important;
    font-size: 30px;
}

.feature-button h6 {
    display: inline;
}

.feature-button p {
    cursor: pointer;
    margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    background: #000;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
    text-align: right;
    width: auto;
    min-width: 178px;
    transition: background .15s ease;
    display: inline-block;
    font-size: 4em;
    font-weight: 700;
    background: transparent;
    margin-right: 13px;
    text-align: right !important;
}

/*.feature-button p::after,.call_to_action_link a.stnd-btn::after {
    content: "";
    background: url(assets/images/elements/fea-arr.png) no-repeat center center;
    background-size:contain;
    height: 32px;
    width: 19px;
    position: absolute;
    right: 7px;
    bottom: 6px;
}*/
/*.call_to_action_link a.stnd-btn::after {
    right: 12px;
}*/
.large-fea .thumb .feature__image {
    background-size: cover;
}

.feature:hover .feature-button p {
    /* background: #F8B941; */
}

/*.call_to_action_link a.stnd-btn {
    color: #000;
    background: #fff;
    font-weight: 800;
    font-size: 4em;
    min-width: auto;
    padding: 25px;
    line-height: 5px;
    padding-right: 40px;
}*/
/*.call_to_action_link a.stnd-btn:hover {
    background: #fff;
}*/
/* blog posts alternate feature styling */
.blog-posts-fea .feature .desc {
    background: transparent;
}

.blog-posts-fea .feature .desc p {
    color: #000;
}

/* end feature styling */
.blog-listing__load-more-btn p {
    margin-bottom: 0;
}

/* end of posts */
/* styling for previous / next buttons on posts and pages and listings */
/*.next-post a, .post-controls .prev-post a {
    color: #fff;
}*/
.post-controls {
    padding: 15px 0;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: center;
}

.post-controls a {
    text-transform: uppercase;
    position: relative;
    overflow: visible;
    display: block;
    width: 20px;
    height: 40px;
}

.post-controls a span {
    background: url(assets/images/elements/large-arrow-white-next.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    background-size: 100%;
}

.post-controls .next-post a span {
    right: 0;
}

.post-controls .prev-post a span {
    transform: rotate(-180deg);
    left: 0;
}

.post-controls .home-link a.__js_pagination_menu_btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-indent: 999px;
    overflow: hidden;
    background: url(assets/images/elements/pagination-logo@2x.png) no-repeat center center;
    background-size: 100% auto;
    /*background-color: #fff;
    background-image: linear-gradient(90deg, #EBAA32 5px, transparent 5px), linear-gradient(#EBAA32 5px, transparent 5px);
    background-size: 14px 14px;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;*/
}

.post-controls .home-link a.__js_pagination_menu_btn:hover {
    /* background-color: #4C306D; */
}

.post-controls .home-link {
    position: relative;
    max-width: 210px;
}

.post-controls .pagination-menu {
    list-style: none;
    padding: 30px;
    background: #000;
    width: auto;
    height: auto;
    position: absolute;
    bottom: calc(100% + 11px);
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    min-width: 250px;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
}

.post-controls .pagination-menu::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #000 transparent transparent transparent;
}

.post-controls .pagination-menu ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.post-controls .pagination-menu a {
    border-bottom: 1px solid transparent;
    color: #fff;
    text-transform: none;
}

.post-controls .pagination-menu a::after {
    content: ".";
}

.post-controls .pagination-menu .toplevel a {
    font-weight: 600;
    text-transform: uppercase;
}

.post-controls .pagination-menu a:hover, .post-controls .pagination-menu a:focus {
    color: #000;
}

/* open state */
.post-controls .pagination-menu.open {
    opacity: 1;
    visibility: visible;
    z-index: 90;
}

/* end of pagination links */
main .wrapper .row.blog-listing__load-more-btn {
    text-align: center;
    padding: 0;
    padding-top: 65px;
    padding-bottom: 25px;
}

.row.mobile-nav-menu-message a {
    background: #fff;
    color: #465F81 !important;
    text-transform: uppercase;
    padding: 15px 30px 10px 30px;
    padding-top: 15px;
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    text-decoration: none !important;
    font-weight: 400;
    /* border-radius: 50px; */
    font-size: 40px !important;
    padding-top: 14px;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 0 !important;
}

.row.mobile-nav-menu-message a, .row.mobile-nav-menu-message p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}

.row.mobile-nav-menu-message a:hover {
    color: #465F81;
}

.row.mobile-nav-menu-message h5 {
    font-size: 1.6em;
    line-height: 20px;
}

.row.mobile-nav-menu-message h5>* {
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}

.pagination-post.hidden {
    display: none;
}

.row.mobile-nav-menu-message a.stnd-btn {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

/* end of styling for previous / next buttons on posts and pages and listings */
/* forms used in popover boxes */
.ld_popover form {
    max-width: 100%;
    margin: 0;
}

.ld_popover .search.searchform p {
    display: flex;
}

.ld_popover input[type=text], .ld_popover input[type=search], .ld_popover input[type=email] {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 2px solid #95989A;
    font-size: 4em;
    padding: 10px 20px;
    text-align: center;
    color: #000;
    background: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    text-transform: lowercase;
}

.ld_popover input[type="text"], .ld_popover input[type="search"], .ld_popover input[type="email"], .ld_popover input[type="password"] {
    display: block;
    height: auto;
    border: none;
    font-size: 1.6em;
    padding: 10px 20px;
    color: #000;
    background: #fff;
    font-weight: 300;
    text-transform: lowercase;
    flex: 1 1 auto;
    margin-bottom: 0;
    text-align: left;
    height: 60px;
}

.ld_popover input[type="submit"] {
    float: none;
    width: auto;
    height: auto;
    padding: 20px 40px;
    display: inline-block;
    color: #fff;
    background: #000;
    font-size: 15px;
    font-weight: 400;
    flex: 1 1 auto;
    margin-left: 30px;
    min-width: 190px;
    margin-top: 0 !important;
}

.search-form-title::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    display: block;
    margin-top: 20px;
}

.ld_popover__close span {
    display: none;
}

/* new popover styles */
.ld_popover__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 89999;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility .2s ease;
    transition: opacity .2s ease, visibility .2s ease;
    will-change: opacity, visibility;
    width: 100%;
    height: 100%;
    max-height: 380px;
}

.ld_popover__overlay.ld_popover__open {
    opacity: 1;
    visibility: visible;
}

.ld_popover__wrapper {
    width: calc(100%);
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    z-index: 90000;
    max-height: calc(100%);
    overflow: auto;
    transition: height .2s ease, width .2s ease;
    height: 100%;
    padding: 0;
    top: 0 !important;
    max-width: 100%;
    text-align: left;
}

.logged-in .ld_popover__wrapper {
    top: 0;
}

.ld_popover .search.searchform {
    margin-bottom: 0;
}

.ld_popover__inner {
    position: relative;
    width: 100%;
    height: auto;
    transition: height .2s ease, width .2s ease;
    max-width: 900px;
    padding: 20px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.ld_popover br {
    display: none;
}

.ld_popover__close {
    position: relative;
    width: 87px;
    height: 24px;
    top: 50px;
    right: 0;
    display: block;
    float: right;
    z-index: 90002;
    margin-top: -40px;
    opacity: 1;
    background: none;
    border-radius: 0;
    box-shadow: none;
    left: auto;
    transform: none;
    margin-bottom: 0;
    font-weight: 600;
}

.ld_popover__close:hover::after {
    color: rgba(255, 255, 255, 0.8);
}

.ld_popover__close::after {
    content: "close x";
    position: absolute;
    text-decoration: underline;
    font-size: 14px;
    color: #EBAA32;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90001;
}

.ld_popover .search-form-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

/* */
/* mobile header  */
.sidebar-header-mobile {
    padding: 15px;
    height: 60px;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
}

#header-mobile-bar .hamburger-menu {
    width: 50px;
    height: 50px;
    background: transparent;
}

#header-mobile-bar .hamburger-menu::after {
    content: "";
    width: 24px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(assets/images/elements/burger-mob-blue.png) no-repeat center center;
}

.hamburger-menu span {
    border-radius: 20px;
    background: #BEA56F;
    height: 2px;
    width: 25px;
}

.hamburger-menu span:nth-child(1) {
    background: #BEA56F;
    width: 15px;
    top: 0;
    margin-top: 0;
    display: none;
}

.hamburger-menu span:nth-child(2) {
    top: calc(50% - 1px);
    margin-top: 0;
    display: none;
}

.hamburger-menu span:nth-child(3) {
    top: calc(100% - 2px);
    margin-top: 0;
    display: none;
}

.hamburger-menu.open span:nth-child(1) {
    width: 25px;
    background: #000;
    top: calc(50% - 1px);
    width: 30px;
}

.hamburger-menu.open span:nth-child(3) {
    top: calc(50% - 1px);
    background: #000;
    width: 30px;
}

.sidebar-header-mobile .mobile-nav-btn {
    text-align: right;
    height: auto;
}

.widget.widget_logo.logo.logo2 img {
    max-height: 30px;
}

header .widget.widget_logo.logo a {
    display: flex !important;
    justify-content: center !important;
}

.sidebar-header-mobile .logo img {
    width: auto;
    max-height: 40px;
    /*image-rendering: -webkit-optimize-contrast;*/
    backface-visibility: hidden;
    padding-left: 10px;
}

.gmap iframe {
    margin: 0 auto;
    width: 100%;
    height: 480px;
    /* make google maps full width */
}

/* center social icons when displayed using the shortcode */
.social_links {
    text-align: center;
    max-width: 100%;
}

/**/
/* contact form styles */
#btn-paypal {
    margin-right: 20px;
}

.contact_form label {
    font-size: 10px;
    margin-bottom: 2px;
    color: #fff;
    text-transform: uppercase;
}

.contact_form textarea {
    min-width: 100%;
    min-height: 240px;
}

/* end of contact form styles */
/* google map iframe styles - remove 20px margin when it's in a widget */
.widget .gmap iframe {
    margin: 0;
}

/* end of google map iframe styles */
/* fancybox3 close button background */
.ld_fancybox_close {
    background: #000;
    display: block;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 125%);
    z-index: 50;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 15px 40px;
    font-size: 10px;
    font-weight: 600;
}

.social_links ul.social {
    margin: 0;
    left: 0;
}

/* ADDITIONS */

html .sgpb-popup-close-button-1 {
    top: 20px;
    bottom: unset !important;
    right: 20px !important;
}
html #sgpb-popup-dialog-main-div {
  background: #094673 !important;
  border-bottom: none !important;
}
html .sgpb-content.sg-popup-content {
    padding: 40px !important;
}
.sg-popup-builder-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sg-popup-builder-content * {
  color: #fff !important;
}
.sgpb-content.sg-popup-content {
  border: none;
  box-shadow: none !important;
  border-radius: 15px;
}
.sgpb-popup-builder-content-html {
  max-width: 840px;
}
.sgpb-popup-builder-content-html h1, .sgpb-popup-builder-content-html h2, .sgpb-popup-builder-content-html h3, .sgpb-popup-builder-content-html h4 {
  font-size: 6em;
}
.col.span-1-3.booking-and-logo-front-middle a {
  color: #094673;
}
.custom_content_wrapper.wrapper.layout_3_column.booking-and-logo-front.cta-front.wide .row {
  justify-content: space-between;
}
.col.span-1-3.booking-and-logo-front-middle {
  flex-basis: 50%;
}
.col.span-1-3.booking-and-logo-front-left, .col.span-1-3.booking-and-logo-front-right {
  max-width: 180px;
  flex-basis: 25%;
}
.col.span-1-3.booking-and-logo-front-left img, .col.span-1-3.booking-and-logo-front-right img {
  max-height: 155px;
  width: auto;
}
.page-template-template-contact .custom_content_wrapper.wrapper.layout_1_column:first-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-template-contact .ld-fadey-slider-wrapper .booking-form-wrapper
{
display:none;
}
header #header-top-bar .widget_nav_menu .menu li.book-now-nav a {
    color: #5A9345 !important;
}

header #header-top-bar .widget_nav_menu .menu li.book-now-nav a:hover {
    color: #465F81 !important;
}

footer::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(assets/images/elements/mcduff-foot-flair-logo.png) no-repeat right center;
    height: 422px;
    width: 810px;
}

.layout_Feature.Gallery .feature .desc {
    width: 100%;
    border: none;
    border-top: solid 8px #fff;
    padding: 30px 0;
}

.ancestor-page-template.ancestor-page-template-template-top-level main {
    background: #000 !important;
}

.ancestor-page-template.ancestor-page-template-template-top-level main .Gallery .row {
    max-width: 1150px;
}

.frontpage.post-type-page.no-page-template main {
    background: #fff;
    padding-bottom: 0;
}

.page-template-template-top-level main {
    background: #000;
    padding-top: 80px;
}

.custom_content_wrapper.wrapper.layout_features.glbl-fea {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
}

.custom_content_wrapper.wrapper.layout_features.glbl-fea .row .top-title h2 {
    font-size: 2em;
}

.custom_content_wrapper.wrapper.layout_features.glbl-fea .row {
    max-width: 1130px;
}

.frontpage .custom_content_wrapper.wrapper.layout_cta.cta-image-full p, .caption-title a:hover {
    color: #fff;
}

.post-type-page.no-page-template main .wrapper.blue-bg p, .post-type-page.no-page-template main .feature .desc p {
    color: #fff;
}

.top-blog-wrap h1 {
    color: #fff;
}

.custom_content_wrapper.wrapper.layout_2_column .col.span-1-1.top-title {
    text-align: left;
}

.layout_concertina .col.span-1-1.top-title {
    text-align: left;
}

.post-type-page.no-page-template main {
    background: #fff;
}

.post-type-page.no-page-template .custom_content_wrapper.wrapper.layout_2_column {
    padding-bottom: 50px;
}

.post-type-page.no-page-template main p, .post-type-page.no-page-template main .content ul, .post-type-page.no-page-template main .content ol, .post-type-page.no-page-template main .content td, .post-type-page.no-page-template main .content th, .post-type-page.no-page-template main .content address, .post-type-page.no-page-template main .content dl, .post-type-page.no-page-template main .content code, .post-type-page.no-page-template main .content caption, .post-type-page.no-page-template main .content label {
    color: #000;
}

.page-template-template-contact .custom_content_wrapper.wrapper.layout_2_column {
    border-bottom: none !important;
}

.page-template-template-contact .custom_content_wrapper.wrapper.layout_1_column {
    border-top: none !important;
    padding-bottom: 80px;
    padding-top: 0;
    margin-bottom: 140px;
}

.page-template-template-contact .custom_content_wrapper.wrapper.layout_2_column .row {
    padding-bottom: 0 !important;
    padding-top: 30px !important;
}

.caption-title a::after {
    content: ".";
    position: absolute;
    top: -7px;
    left: -16px;
    color: #465F81 !important;
    font-size: 30px;
}

.caption-title a::before {
    content: ".";
    position: absolute;
    top: -7px;
    right: -16px;
    color: #465F81 !important;
    font-size: 30px;
}

a.stnd-btn::after, .stnd-btn a::after {
    content: ".";
    position: absolute;
    top: 4px;
    right: 4px;
    color: #465F81 !important;
    font-size: 30px;
}

a.stnd-btn::before, .stnd-btn a::before {
    content: ".";
    position: absolute;
    top: 4px;
    left: 4px;
    color: #465F81 !important;
    font-size: 30px
}

main .wrapper .row.blog-listing__load-more-btn a.stnd-btn::before, main .wrapper .row.blog-listing__load-more-btn .stnd-btn a::before {
    content: ".";
    position: absolute;
    color: #fff !important;
    font-size: 30px;
    left: -16px;
    top: -8px;
    padding-left: 0;
    padding-right: 0;
}

main .wrapper .row.blog-listing__load-more-btn a.stnd-btn::after, main .wrapper .row.blog-listing__load-more-btn .stnd-btn a::after {
    content: ".";
    position: absolute;
    color: #fff !important;
    font-size: 30px;
    right: -16px;
    top: -8px;
    padding-left: 0;
    padding-right: 0;
}

.col.span-1-2.blog-filter {
    display: none;
}

.frontpage .layout_posts.has-background-image::after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
}

.frontpage .layout_posts.has-background-image {
    background-size: cover;
    padding-bottom: 110px;
}

.frontpage .layout_3_column.blue-bg {
    padding: 85px 0;
}

.col.span-1-1.top-title {
    text-align: center;
}

.wrapper.blue-bg h2, .wrapper.blue-bg h3, .wrapper.blue-bg h4 {
    color: #fff;
    margin-bottom: 0.8em;
}

.wrapper.blue-bg {
    background: #465F81;
}

/* slightly transparent fallback */
.caption-title {
    /* background-color: rgba(0, 0, 0, .25); */
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .caption-title {
        /* background-color: transparent;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px); */
    }

    body.page-template-template-contact .contact-page-custom-rows-map-wrapper .custom_content_wrapper {
        /* background-color: transparent;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px); */
    }
}

.frontpage .layout_features .top-title {
    display: none;
}

/* page section nav */
.feature.section-nav-item {
    flex-flow: row wrap;
    padding-bottom: 60px;
}

.feature.section-nav-item .desc {
    flex-basis: 33.3333%;
    order: 2;
}

.feature.section-nav-item .thumb {
    flex-basis: 66.6666%;
    order: 1;
}

.page-section-nav-row>.col:nth-child(2n) .feature.section-nav-item .desc {
    order: 1;
}

.page-section-nav-row>.col:nth-child(2n) .feature.section-nav-item .thumb {
    order: 2;
}

.section-nav-item.feature .desc .feature__title h3 {
    color: #5A9345;
    font-size: 2.8em;
    font-weight: 600;
}

.page-section-nav-title {
    text-align: center;
    padding-bottom: 0;
}

.page-section-nav-title h2 {
    margin: 0;
    font-size: 3.4em;
}

/* end of page section nav inc/component-page-section-nav.php */
.layout_features.features-overlap {
    background: #313F47;
    padding-top: 160px;
}

.layout_features.features-overlap .feature h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.frontpage .fp-big-features .feature .desc p {
    font-size: 2em;
}

.frontpage .layout_2_column.wide p {
    font-size: 2em;
    font-weight: 500;
    color: #000;
}

.frontpage main {
    padding-top: 0;
    background-color: #fff;
}

.widget.widget_content.contact-top {
    margin-top: -50px;
}

.cta-image-full .cta-content .call_to_action_link {
    text-align: left;
}

.cta-image-full .cta-content a.stnd-btn {
    color: #fff;
}

.cta-image-full .call_to_action_link {
    text-align: left;
}

.footer-custom-content-row-wrapper {
    background: #fff;
}

.frontpage .fp-big-features .feature {}

.custom_content_wrapper.wrapper.top-intro {
    display: flex;
    align-items: center;
    min-height: 290px;
}

.custom_content_wrapper.wrapper.top-intro .row {
    margin-top: -50px;
}

.frontpage .front-contact.layout_1_column {
    background: #465F81;
    padding: 160px 0 180px 0;
}

.frontpage .fp-big-features {
    background: #465F81;
    padding: 200px 0;
    z-index: 3;
}

.frontpage .custom_content_wrapper.wrapper.layout_cta.cta-image-full {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0 !important;
}

.custom_content_wrapper.wrapper.layout_cta.cta-image-full {
    margin-top: 120px;
}

.center-text-cta .col.span-1-1.cta-content {
    margin: 0 auto !important;
}

.blog .custom_content_wrapper.wrapper.layout_posts .row .col.span-1-4 {
    padding: 0;
}

.custom_content_wrapper.wrapper.layout_1_column.short-col .row {
    padding: 0 !important;
    max-width: 960px !important;
}

.custom_content_wrapper.wrapper.layout_1_column.short-col .row {
    padding: 0 10px;
}

.custom_content_wrapper.wrapper.layout_cta.test.cta-image-full .col.span-1-1.cta-content {
    margin-top: -130px;
}

.custom_content_wrapper.wrapper.layout_cta.test.cta-image-full .col.span-1-1.cta-content h2 {
    font-size: 5em;
}

.mobile-nav-open #header-mobile-bar .sidebar.sidebar-header-mobile p a {
    display: none;
}

.frontpage .layout_posts .top-title h3 {
    font-size: 5em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: none;
}

.widget_mobile_nav_button.widget {}

.short-col h2, .short-col p {
    max-width: 410px;
}

/*.no-header-images #header-top-bar, .header-images-disabled #header-top-bar {}

.no-header-images #header-mobile-bar, .header-images-disabled #header-mobile-bar {
    background: #1D2A30;
    padding-bottom: 5px;
}*/

.no-header-images .main-con.standard-page, .header-images-disabled .main-con.standard-page, .header-images-disabled .wrapper.top-blog-wrap {
    /*padding-top: 255px;*/
}

.gallery {
    padding: 10px 0 15px 0;
}

.col.span-1-1.top-title {
    border: none;
    background: none;
}

.gallery .gallery-item img {
    /* border-radius: 10px; */
}

.no-page-template .custom_content_wrapper.wrapper.layout_2_column .row {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.footer-cta.custom_content_wrapper.wrapper.layout_cta.cta-image-full .row.cta_content_row, .no-page-template .custom_content_wrapper.wrapper.layout_cta.cta-image-full .row.cta_content_row {
    min-height: 1000px;
}

.frontpage .layout_1_column.cta-front,.frontpage .layout_3_column.cta-front {
    padding: 100px 0;
}

.footer-text-slider .ld-fadey-slider-tabs {
    bottom: -50px;
    right: -110px;
}

.custom_content_wrapper.layout_cta.cta-image-full>.row {
    padding: 0;
}

.stnd-btn.fp-blue-row.fp-white-row {
    background: #fff;
    padding-bottom: 170px;
}

.stnd-btn.fp-blue-row.fp-white-row p {
    color: #000;
}

#header-top-bar .widget .col.span-1-1.widget_content_col.widget-content-col-0 {
    padding: 0;
    padding-left: 10px;
}

.widget_nav_menu.overlay-menu .row {
    align-content: center;
    align-items: stretch;
    margin: 0;
}

.layout_features .col {
    padding: 10px;
}

.layout_posts .posts-row.row .col {
    padding: 10px;
    /* border-radius: 15px; */
}

.layout_features .col {
    padding: 20px;
}

.fp-blue-row .flex-text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-basis: 35%;
}

.fp-blue-row .flex-text h3, .fp-blue-row .flex-text p {
    max-width: 340px;
    display: inherit;
}

.row.no-row-padding.flex-row-container.second-row {
    padding-top: 20px;
}

.stnd-btn.fp-blue-row a {
    font-size: 18px !important;
    margin-top: 10px;
}

.fp-blue-row p {
    color: #fff;
}

.fp-blue-row h3 {
    color: #BEA56F;
}

.fp-blue-row img {
    /* border-radius: 10px; */
}

#menu_main-nav a {
    color: #465F81 !important;
    /* font-family: 'Cormorant', serif; */
    font-size: 25px !important;
    text-transform: initial;
    text-transform: uppercase;
}

#menu_main-nav a:hover {
    color: #5A9345 !important;
}

.menu-popup .col.span-1-2 {
    display: flex;
    justify-content: center;
}

.widget_nav_menu.overlay-menu.open .menu-popup .wrap.span-1-2 {
    height: 100%;
}

.widget.widget_nav_menu.overlay-menu {
    position: absolute;
    bottom: 0;
}

.overlay-background-slider {
    position: relative;
}

.overlay-background-slider img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity .85s ease;
    opacity: 0;
    will-change: opacity;
}

.overlay-background-slider img.current-slide {
    opacity: 1;
    z-index: 10;
}

.overlay-background-slider .image-preload {
    display: none;
}

select option {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-appearance: none;
}

.gallery-columns-3.gallery .gallery-item {
    position: relative;
    padding: 30px 0 0 30px;
    margin: 0;
}

.gallery.gallery-columns-3 {
    width: calc(100% + 30px);
    margin: -30px 0 40px -30px;
}

img.size-full {
    margin-bottom: 30px;
}

.custom_content_wrapper.wrapper.layout_cta {
    padding-top: 110px;
    padding-bottom: 110px;
}

.blog.no-header-images.post-type-post .row.top-con {
    margin-top: 0;
}

.__js_mob_gallery_slider_mob.wrapper .h-slider-tabs li a {
    /* background: #000; */
}

.__js_mob_gallery_slider_mob.wrapper .h-slider-tabs li.slider_here a {
    background: #465F81;
    ;
}

.mob-nav-wrapper ul {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-content: center;
    padding-top: 120px;
}

.mob-nav-wrapper ul.children {
    padding: 10px;
}

.col.span-1-1.back-to-blog {
    position: absolute;
    top: 20px;
    left: 30px;
}

.stnd-btn.back-to-blog-btn::before {
    content: "";
    background: url(assets/images/elements/arrowright@2x.png) no-repeat right center;
    background-size: auto;
    width: 18px;
    height: 18px;
    transform: rotate(-180deg);
    position: absolute;
    top: calc(50% - 9px);
    left: 7px;
    background-size: contain;
}

.header-images-disabled #header-top-bar-wrapper.fixed #header-top-bar {
    box-shadow: none;
}

.double-col {
    padding-bottom: 20px;
}

.gallery .gallery-item {
    /* position: relative;
    padding: 60px 0 0 60px;
    margin: 0; */
}

.gallery {
    /* width: calc(100% + 60px);
    margin: -50px 0 20px -60px; */
    padding: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

.footer-content .span-1-2:first-of-type {
    max-width: 570px;
}

.footer-content .span-1-2:first-of-type p {
    font-size: 2em;
}

.footer-content .span-1-2:last-of-type {
    max-width: 300px;
    margin-left: 70px;
}

.widget.widget_content.footer-content .flex {
    justify-content: space-around;
}

.widget.widget_content.footer-content {
    min-height: 560px;
    display: flex;
    align-items: center;
}

.layout_1_column.key-phrase {
    padding-top: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    min-height: 440px;
    margin-bottom: 50px;
}

.layout_1_column.key-phrase h3 {
    text-align: center;
    color: #BEA56F;
    line-height: 1.2em;
}

.footer-text-slider.custom_content_wrapper.layout_features .feature .feature_title_wrapperr {
    position: absolute;
    top: -120px;
    left: 40px;
    max-width: 288px;
    text-align: left;
}

.footer-text-slider.custom_content_wrapper.layout_features .feature .feature_title_wrapper h3 {
    color: #fff;
    text-align: left;
}

.custom_content_container .footer-text-slider.custom_content_wrapper:first-child>.row .span-1-2:first-of-type {
    display: flex;
    align-items: center;
}

.footer-text-slider.custom_content_wrapper:first-child h1 {
    margin-bottom: 0.6em;
    font-size: 6em;
    font-weight: 400;
}

.widget.widget_content.contact-top {
    display: flex;
}

#header-top-bar .widget .flex.flex-grow {
    align-content: center;
}

.widget.widget_nav_menu {
    position: absolute;
    right: 0;
    z-index: 11;
}

header .widget_nav_menu .hidden .children {
    display: none;
}

.feature:hover::before {
    box-shadow: 0 0 15px rgba(0, 0, 0, .20);
}

.frontpage .layout_posts .h-slider-wrapper .h-slider-inner>li {
    padding-right: 20px;
    padding-left: 100px;
}

.frontpage .layout_posts .h-slider-wrapper .h-slider-inner>li:first-of-type {
    padding-left: 12.5px;
}

.frontpage .layout_posts .h-slider-wrapper .h-slider-inner>li p {
    /* text-align: center; */
}

/* DOT BREAKS MOBILE */
#footer-bottom .copy-text a:first-of-type {
    /* margin-right: 15px;
    margin-left: 15px; */
}

#footer-bottom .copy-text p br {
    /* display: none; */
}

#footer-bottom .copy-text a:first-of-type::after {
    /* content: ".";
    position: absolute;
    right: -10px;
    top: calc(50% - 4px);
    font-size: 14px;
    transform: translateY(-50%); */
}

#footer-bottom .copy-text a:first-of-type::before {
    /* content: ".";
    position: absolute;
    left: -10px;
    top: calc(50% - 4px);
    font-size: 14px;
    transform: translateY(-50%); */
}

.page-template-template-contact .custom_content_wrapper.wrapper.layout_1_column {
    padding-bottom: 100px;
    padding-top: 0;
}

.cta-content p {
    font-size: 3.8em;
    line-height: 1em;
    font-weight: 500;
}

.cta-image-full .cta-content p {
    color: #fff;
}

.widget.subnav li a::marker {
    display: none;
}

.row.post-filters-row.mid-wide {
    justify-content: flex-end;
    max-height: 70px;
}

.footer-content img {
    max-width: 170px;
    margin-bottom: 80px;
}

footer #footer .sidebar-footer .widget-content-col-1 {
    max-width: 520px;
}

footer #footer .sidebar-footer .widget-content-col-2 {
    max-width: 220px;
}

.aligncenter {
    margin: 0 auto 40px auto;
}

.nf-field-container.recaptcha-container.label-above.textbox-container {
    background: #fff;
    padding: 20px;
}

header #header-top-bar .widget_nav_menu ul.children-inner li a::after {
    display: none;
}

.open .concertina-content {
    max-height: none;
    opacity: 1;
    /*background: #fff;*/
    /*border-top: 4px solid #fff;*/
}

main .row .col.span-1-1 {
    /* max-width: 780px; */
    margin: 0 auto;
}

.row.standard-width, .standard-width .row {
    max-width: 780px;
}

header .widget.widget_logo.logo {
    padding-top: 20px;
    padding-bottom: 15px;
}

.widget.widget_logos.logos {
    background: #fff;
    justify-content: center;
    min-height: 122px;
    align-items: center;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}

.widget_logos img, .widget_logos a {
    max-height: 80px;
    vertical-align: middle;
    padding: 1em;
}

.frontpage .layout_1_column {
    padding-top: 20px;
    padding-bottom: 0px;
}

.post-type-post .wrapper.pagination-wrap .row::before, .post-type-post .post-footer-navigation.wrapper .row::before {
    content: "";
    width: 100%;
    max-width: 748px;
    height: 6px;
    background: #EBAA32;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

footer a {
    color: #fff;
}

footer p {
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 20px;
}

footer p:first-child+.social_links {
    margin-top: -20px;
    /* fix for empty wordpress-added paragraph shunting social icons down */
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    font-size: 5em;
    color: #fff;
}

footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a {
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
}

footer a:hover {
    color: #5A9345;
}

.copy-text p {
    font-size: 1.2em;
    color: #fff;
}

.copy-text p a {
    color: #fff;
}

.copy-text p a:hover {
    color: #5A9345;
}

a.stnd-btn, .stnd-btn a, .woocommerce-Button, [type="submit"], button {
    color: #5A9345;
    padding: 10px 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

header .stnd-btn a {
    font-size: 25px !important;
    min-height: 50px;
}

.stnd-btn.back-to-blog-btn {
    padding-left: 20px !important;
    font-size: 20px;
    font-weight: 600;
}

.stnd-btn.back-to-blog-btn::after {
    display: none;
}

a.stnd-btn:hover, .stnd-btn a:hover, .woocommerce-Button:hover, [type="submit"]:hover, button:hover {
    /* background: #000 !important; */
    color: #000 !important;
}

.wrapper.top-con-wrap .row.top-con .hero-title {
    font-size: 4em;
    font-weight: 600;
    margin-bottom: 0;
}

.post-type-post .wrapper.top-con-wrap .row.top-con .hero-title {
    margin-bottom: 15px;
}

.no-row-padding.fullsize.gmap {
    padding: 0;
}

.page-template-template-top-level .main-con-no-custom {
    padding-bottom: 40px;
    padding-top: 40px;
}

.page-section-nav-title {
    padding-bottom: 10px;
}

.page-template-template-top-level .wrapper.top-con-wrap {
    background: #EDEFF2;
}

.page-template-template-top-level .wrapper.top-con-wrap .row.top-con h1 {
    color: #EBAA32;
    text-align: center;
}

.wrapper.pagination-wrap {
    margin-top: 70px;
}

.blog.blog-toplevel main {
    padding-top: 0;
    background: #465F81;
}

.blog .wrapper .row.blog-listing__load-more-btn a {
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}

.blog .wrapper .row.blog-listing__load-more-btn a:hover {
    color: #000;
}

.wrapper.page-section-nav {
    padding-bottom: 80px;
    z-index: 2;
}

.main-con-no-custom .content h1 {
    padding-top: 60px;
}

.main-con .content .gallery img {
    margin: 0;
}

.page-template-template-contact .custom_content_wrapper a:hover {
    color: #5A9345;
}

.page-template-template-contact .row.hero-message.top-con {
    padding-bottom: 80px;
}

.blog .row.hero-message.top-con p {
    font-size: 1.6em;
}

#footer strong, #footer b {
    font-weight: 600;
}

.wrapper.top-blog-wrap {
    padding-top: 50px;
    padding-bottom: 30px;
}

.social_links ul.social {
    display: flex;
    width: 100%;
    justify-content: center;
}

.social svg {
    background: transparent;
    fill: #fff;
    transition: fill .2s ease, background .2s ease, opacity .2s ease;
}

.social_links .social li {
    padding: 0 5px;
    line-height: 0;
}

.social_links .social li a {
    background: transparent;
    width: 20px;
    height: 20px;
    margin: 5px;
    line-height: 0;
}

.social_links .social li a:hover svg, .social_links .social li a:focus svg {
    fill: #465F81;
}

/* #header-top-bar .sidebar-header-scrolled .widget.widget_logo.logo a {
    height: 61px;
    display: flex;
    align-items: flex-end;
}

#header-top-bar .sidebar-header-scrolled .widget.widget_logo.logo img {
    padding-top: 0;
    max-width: 91px;
    flex-grow: 0;
    image-rendering: -webkit-optimize-contrast;
} */
.main-con .content img {
    margin-bottom: 2em;
}

.not-found-body {
    background: #EDEFF2;
}

.widget.widget_popup_button {
    padding-top: 24px !important;
}

.front-main-cont-wrapper::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
}

.row.front-main-cont {
    padding: 85px 0 30px 0;
}

.front-main-cont h1 {
    text-transform: uppercase;
    line-height: 44px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.front-main-cont p {
    font-size: 2em;
    margin-top: 13px;
    line-height: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.padd-btm {
    padding-bottom: 120px
}

.blog .row.hero-message.top-con .col {
    max-width: 100%;
}

#footer-bottom li.widget {
    flex-basis: 100%;
}

#footer-bottom .copy-text h3 a {
    margin-bottom: 0;
    color: #000;
}

#footer-bottom .copy-text h3 {
    margin-bottom: 0;
}

#footer-bottom .copy-text h3 a:hover {
    margin-bottom: 0;
    color: #EBAA32;
}

#footer-top h4 {
    font-weight: 700;
    font-size: 3em;
    color: #fff;
    margin-bottom: 0;
}

.main-con-no-custom {
    padding-bottom: 40px;
}

label.error {
    overflow: hidden !important;
}

.col.span-1-1.comments {
    margin-bottom: 80px;
}

.not-found input[type="submit"], .search input[type="submit"] {
    margin-top: 15px;
}

/*
.stnd-btn {
    line-height: 30px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background: #1C83B1;
    display: inline-block;
    text-transform: uppercase;
    min-width: 150px;
    text-align: center;
    font-weight: 600;
}*/
.not-found, .search .col.span-1-1.content {
    padding: 100px 0;
}

.copy-text {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.copy-text .col {
    padding-bottom: 0;
    padding-top: 0;
}

.page-template-template-contact .contact-form-wrapper {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.page-template-template-contact .contact-form-wrapper h3 {
    margin-bottom: 25px;
}

.h-slider-tabs li {
    margin: 0 4px;
}

.ld_h_slider_wrapper.row {
    padding: 0;
}

.page-contact h2 a {
    color: #FB3099;
    font-weight: 600;
}

.page-contact h2 a:hover {
    color: #000;
}

.row.hero-message.top-con {
    padding-top: 30px;
}

.social-medium .social li a {
    transform: scale(0.8);
}

.social-medium .social li a:hover {
    opacity: 1;
}

#header-top .widget_logo img {
    max-width: 100%;
}

#header-top .widget_logo {
    max-width: 260px;
}

#header-top-bar .widget.widget_logo.logo {
    flex-shrink: 0;
    text-align: left;
    z-index: 10;
    display: flex;
}

#header-top-bar .sidebar:not(.sidebar-header-scrolled) .widget.widget_logo.logo img {
    /*image-rendering: -webkit-optimize-contrast;*/
    max-width: 186px;
    backface-visibility: hidden;
}

.sidebar-footer-top .flex.flex-grow {
    justify-content: flex-start;
}

.row.no-row-padding, .no-row-padding .row, .no-row-padding .h-slider-inner {
    overflow: visible;
}

.h-slider-wrapper.row {
    overflow: hidden;
}

p:last-child {
    margin-bottom: 0;
}

.header-images-disabled .hero-title-wrapper.wrapper.empty-hero-title {
    padding-top: 40px;
}

.logo-copy, #copyright .text-right {
    position: relative;
    overflow: visible;
    padding: 20px;
}

.custom_content_wrapper {
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ld-fadey-slider-wrapper {
    padding: 0;
}

.ld-fadey-slider-wrapper.header-slider {
    /*border: 40px solid #FFF;
    border-bottom: none;
    background: #fff;
    border-top: none;*/
    z-index: 8;
}

.wrapper.featured-section-title {
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

body:not(.frontpage) .featured-section {
    padding-bottom: 50px;
    background: #EDEFF2;
    padding-top: 40px;
}

#header-top-bar-wrapper {
    z-index: 50;
}

.blog .content p:last-of-type {
    margin-bottom: 0;
}

#mce-EMAIL-error {
    display: none !important;
}

.content img.size-full, .content img.size-header {
    padding-top: 70px;
    padding-bottom: 30px;
    max-width: calc(100vw - 20px);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    width: 1030px;
}

.row.narrow, .narrow .row {
    max-width: 980px;
}

.row.hero-message.top-con p {
    position: relative;
    font-size: 2.6em;
}

.pagination-menu li {
    list-style: none;
}

#header-top {
    position: absolute;
    bottom: 0;
}

.frontpage #header-top {
    bottom: 125px;
}

#footer-top {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.widget.widget_content.foot-address-wrap {
    padding-bottom: 40px;
}

.widget.widget_content.foot-address-wrap::after {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    left: 50%;
    opacity: .4;
}

.foot-address {
    max-width: min-content;
    /* max-width:-webkit-min-content; */
}

footer a {
    position: relative;
    display: inline-block;
}

.frontpage .ld-fadey-slider>li .caption-wrapper::after {
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent);
    bottom: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.hero-title-wrapper.wrapper.empty-hero-title {
    padding-top: 20px;
}

.sidebar-header .widget:not(.widget_content), .sidebar-footer .widget:not(.widget_content) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact_form ::-webkit-input-placeholder {
    color: transparent !important;
}

.contact_form ::-moz-placeholder {
    color: transparent !important;
}

.contact_form ::-ms-placeholder {
    color: transparent !important;
}

.contact_form ::placeholder {
    color: transparent !important;
}

.main-con th {
    padding: 0;
    text-align: left;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.6em;
    background: none;
    color: #000;
    vertical-align: top;
    border-bottom: #E5E2CF solid 1px;
    /* background: #eff1f3; */
    padding-left: 10px;
}

.main-con td {
    padding: 10px 0;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.3em;
    background: none;
    vertical-align: top;
    border-bottom: #E5E2CF solid 1px;
    padding-left: 10px;
}

.content .gallery {
    margin-bottom: 5px;
    padding-top: 10px;
}

.gallery .gallery-caption {
    position: absolute;
    right: 0;
    left: 30px;
    background: transparent;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 10px;
    bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
}

.featured-section {
    overflow: visible;
}

.featured-section .push-features {
    padding: 10px 5px;
}

.fancybox-caption {
    font-size: 2em;
}

.fancybox-caption-wrap {
    background: transparent;
}

.main-con a:hover {
    color: #000;
}

.main-con a {
    color: #EBAA32;
    /* text-decoration: underline; */
}

.row.top-con {
    padding-top: 35px;
    padding-bottom: 10px;
}

.page-template-template-contact .row.top-con {
    padding-bottom: 80px;
    padding-top: 60px;
}

.map-overlay {
    /* background-color: rgba(68, 83, 98, .2); */
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.page-template-template-contact .contact-form-wrapper {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.map-overlay .map-text {
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    font-size: 4.5em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}

.layout_google_map .gmap {
    transition: filter .2s ease;
}

.layout_google_map .map-overlay+.gmap {
    /* filter: grayscale(100%); */
}

.comments textarea {
    min-width: 100%;
}

.commentlist.clearfix {
    font-size: 80%;
}

.contact-form-header {
    margin-bottom: 30px !important;
    font-size: 3.2em;
}

.wrapper.contact-form-wrapper {
    padding: 0;
    padding-bottom: 40px;
}

input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #5A9345;
    text-align: center;
    height: 45px;
    min-width: 175px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 25px;
    text-decoration: none;
    width: 156px;
    border: solid 2px #fff;
}

.contact-form-content-wrapper h4 {
    font-size: 3.2em;
}

.blog-slider a:hover {
    color: #4C306D;
}

.wrapper.blog-listing {
    padding-bottom: 45px;
    padding-bottom: 35px;
    position: relative;
}

.post-filters {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-end;
}

.top-con h1 {
    margin-bottom: 10px;
}

.frontpage .top-con h1 {
    font-size: 4.5em;
    text-align: center;
    text-transform: uppercase;
    color: #EBAA32;
}

.top-con p:last-of-type {
    margin-top: 0;
}

.fancybox-dotted-nav li {
    width: 15px;
    height: 15px;
}

.row.wide.hero-message.top-con {
    padding-top: 0;
}

.social_links.social-small.social-inverted {
    width: 100%;
    left: -10px;
}

.social-small .social li a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    opacity: .6;
}

.social-small .social li a:hover {
    opacity: .8;
}

.commentlist.clearfix {
    margin-bottom: 180px;
}

#mc_embed_signup #mc-embedded-subscribe-form {
    width: 100%;
}

.mc-field-group {
    display: flex;
}

#mc-embedded-subscribe-form label {
    font-size: 3em;
    text-align: left;
    padding-right: 50px;
    color: #fff;
    font-weight: 600;
    max-height: 57px;
    position: relative;
}

#mc-embedded-subscribe-form label::after {
    content: "";
    height: 7px;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    background: #fff;
    max-width: 30px;
}

.mc-field-group br {
    display: none;
}

#mc-embedded-subscribe-form #mce-EMAIL {
    background: #595959;
    border: none;
    height: 57px;
    max-width: 440px;
    color: #000 !important;
    margin-right: 20px;
    border-bottom: 1px solid #fff;
}

#mc-embedded-subscribe-form input[type="submit"] {
    background: #000;
    font-size: 2em;
    padding: 0;
    height: 57px;
    line-height: 25px;
    max-width: 150px;
    min-width: 150px;
    color: #fff !important;
    font-weight: 400;
    padding: 0 20px;
}

.front-blog-btn {
    top: 20px;
    font-size: 1.4em;
}

.hero-title-wrapper.wrapper {
    padding-top: 60px;
    /*background: #5491AD;*/
    margin-bottom: 110px;
    padding-bottom: 70px;
}

.front-page .hero-title-wrapper.wrapper {
    text-align: center;
}

.fea-wrap-title {
    text-align: center;
    color: #fff;
    font-size: 4em;
    margin-bottom: 25px;
}

.blog .hero-title-wrapper.wrapper.empty-hero-title {
    background-color: #fff;
}

.ld-fadey-slider-tabs {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 2;
    bottom: 20px;
    width: 100%;
    display: block;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    padding: 0;
}

.header-slider .ld-fadey-slider-tabs {
    /* display: none; */
}

#header-top .widget.widget_logo.logo {
    text-align: center;
}

.sidebar.sidebar-header {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* max-width: 1020px; */
    margin: 0 auto;
    position: relative;
}

#header-top .sidebar-header li {
    position: relative;
    width: auto;
}

/*input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}*/
input[type="text"], input[type="email"], textarea {
    background: #E8E8E8;
    min-height: 38px;
}

input[type="checkbox"]:checked {
    background: #eee;
}

.mob-nav-wrapper .dropdown {
    left: -10px;
    height: 39px;
    background: transparent;
    top: 6px;
}

.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.has_children .dropdown {
    display: none;
}

.mob-nav-wrapper .dropdown::after {
    content: "";
    display: block;
    /* color: #fff;
    user-select: none;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 39px;
    text-align: center; */
    cursor: pointer;
    height: 39px;
    width: 43px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background: url(assets/images/elements/down-arrow-white.png) no-repeat center center;
}

.mob-nav-wrapper .child_nav_open .dropdown {
    transform: none;
}

.mob-nav-wrapper .child_nav_open .dropdown::after {
    content: "";
    transform: rotateX(180deg);
}

input[type="submit"] {
    -webkit-transition: box-shadow .25s ease;
    transition: box-shadow .25s ease;
}

td p, td dl {
    font-size: 100%;
}

/* search icon */
.search-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    position: relative;
    border-radius: 50%;
    color: transparent;
}

.search-icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    bottom: -5px;
    border-width: 0;
    background: #fff;
    width: 15px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* blog feature image */
.blog_feature_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-bottom: 15px;
    max-width: 1400px !important;
}

.blog_feature_image img {
    width: 100%;
    margin: 0 auto;
}

.col form.contact_form {
    margin: -10px;
    width: calc(100% + 20px);
}

.h-slider-inner {
    width: 100%;
}

.h-slider-inner>li {
    max-width: 100%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 12.5px;
    padding-bottom: 0;
}

.h-slider-nav {
    background: rgba(0, 0, 0, .8);
    background: url(assets/images/elements/arrow-circ.png) no-repeat center center;
    top: 50%;
    width: 80px;
    height: 204px;
    margin-top: -102px;
    display: none;
}

.ld_h_slider_wrapper {
    overflow: hidden;
}

/* end of frontpage features */
#footer-bottom {
    position: relative;
    z-index: 2;
    margin: auto;
}

#footer {
    z-index: 2;
}

#footer .row {
    padding: 0;
}

footer sub {
    font-size: 10px;
}

.sidebar-footer-bottom.row {
    margin: 0 auto;
    max-width: 1130px;
}

.h-slider-inner {
    width: 100%;
}

.h-slider-inner>li {
    max-width: 100%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-grow: 0;
    flex-shrink: 1;
}

.h-slider-wrapper.row {
    overflow: hidden;
}

/* top nav menu */
.sidebar-header-top .widget_nav_menu ul {
    display: inline-block;
    line-height: 1em;
    align-self: center;
}

.sidebar-header-top .widget_nav_menu li {
    display: inline-block;
    position: relative;
    flex: 1 1 auto;
}

.sidebar-header-top .widget_nav_menu li a, header .widget_nav_menu .nav-stub-span {
    color: #465F81;
    font-size: 3em;
    line-height: 1em;
    position: relative;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.sidebar-header-top .widget_nav_menu li a:hover, header .widget_nav_menu .nav-stub-span:hover {
    color: #000;
}

.sidebar-header-top .widget_nav_menu {
    padding-right: 0;
}

/*.sidebar-header-top .widget_nav_menu li a::after, header .widget_nav_menu .nav-stub-span::after {
    content: ".";
}*/
.sidebar-header-top .widget_nav_menu li a::before, header .widget_nav_menu .nav-stub-span::before {
    /* content: "";
    width: 0;
    height: 6px;
    overflow: hidden;
    transition: width .15s ease;
    background: #465F81;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    display: none;
}

.sidebar-header-top .widget_nav_menu ul.menu>li>a:hover::before,
header .widget_nav_menu ul.menu>li>.nav-stub-span:hover::before,
.sidebar-header-top .widget_nav_menu ul.menu>li.current-menu-item>a::before,
header .widget_nav_menu ul.menu>li.current-menu-item>.nav-stub-span::before,
.sidebar-header-top .widget_nav_menu ul.menu>li.current-page-ancestor>a::before,
header .widget_nav_menu ul.menu>li.current-page-ancestor>.nav-stub-span::before {
    width: calc(100% - 30px);
    opacity: 1;
}

.sidebar-header-top .widget_nav_menu .children li a {
    color: #fff;
}

.widget_nav_menu ul.grandchildren {
    display: none;
}

.sidebar-header-top .header-account-links {
    position: absolute;
    top: 5px;
    right: 10px;
}

.sidebar-header-top .header-account-links a {
    color: #fff;
    padding-left: 10px;
}

/* end of top bar subnav styles */
/* hide subnav on sidebar */
.h-slider-tabs li {
    vertical-align: middle;
}

.h-slider-tabs li a {
    margin: 3px;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: solid 2px #465F81;
}

.h-slider-tabs li.slider_here a {
    opacity: 1;
    /*width: 12px;
    height: 12px;*/
    background: #465F81;
}

.caption-title .ld-fadey-slider-tabs {
    text-align: center;
    display: none;
}

.custom_content_wrapper.wrapper.layout_2_column h3 {
    text-transform: none;
}

.caption-title h2, .caption-title h3, .caption-title h1 {
    font-size: 4.8em;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    line-height: 0.8em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 0;
    z-index: 2;
}

.frontpage .caption-title h2, .frontpage .caption-title h3, .frontpage .caption-title h1 {
    font-size: 13em;
}

.caption-title p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 4em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
}

.caption-title a {
    color: #5A9345;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    line-height: 28px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    position: relative;
    z-index: 10;
}

.featured-section-title h2 {
    font-size: 4.5em;
    margin-bottom: 0;
}

/* frontpage top content */
body.frontpage header .ld-fadey-slider {
    height: calc(100vh) !important;
    /* max-height: 800px;
    min-height: 540px; */
    max-height: none;
}

/* masonry filter buttons */
.post-filters-wrapper .row {
    padding-bottom: 0;
}

ul.post-filters {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding: 83px 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.post-filters li {
    list-style: none;
    padding: 0 10px;
    flex-basis: 50%;
}

.post-filters li a {
    display: block;
    padding: 10px 20px;
    background: #F8B941;
    color: #fff;
    width: 177px;
    font-weight: 500;
    min-height: 50px;
    line-height: 30px;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.post-filters li a:hover {
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .75);
}

/* take care of question mark icons on safari by hiding images that have 0 dimensions in tripadvisor widget */
.TA_certificateOfExcellence img[width="0"],
.TA_certificateOfExcellence img[height="0"] {
    display: none;
}

/* styles for google recaptcha box */
.g-recaptcha {
    margin-bottom: 20px;
}

.g-recaptcha, .g-recaptcha iframe {
    margin: 0;
    transition: box-shadow .2s ease, background .2s ease;
}

.g-recaptcha>div {
    float: right;
}

.g-recaptcha.error iframe {
    box-shadow: -2px -2px 0px red;
    background: red;
    border-radius: 3px;
}

.form-input-label.col.span-1-2 {
    padding-bottom: 0;
}

.ld-h-slider-nav-wrapper {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    width: 60px;
}

.ld-h-slider-nav-wrapper .ld-h-slider-nav {
    height: 40px;
    width: 30px;
    background: url(assets/images/elements/arrow.png) no-repeat center center;
    opacity: 1;
    float: right;
}

.ld-h-slider-nav-wrapper .ld-h-slider-nav.h-slider-disabled {
    opacity: .5;
}

.ld-h-slider-nav-wrapper .ld-h-slider-nav.h-slider-prev {
    transform: rotate(-180deg);
    float: left;
}

.row.ld_h_slider_wrapper {
    overflow: hidden;
}

.caption-title {}

.caption-title::after {}

#header-top-bar ul.sidebar.sidebar-header-top.sidebar-header {
    justify-content: space-between;
    align-items: center;
    transition: height .15s ease;
    height: 100px;
    padding-left: 20px;
    will-change: height;
}

.fixed-bg-full-width {
    background-attachment: fixed;
    background-size: cover;
}

.social svg {
    display: block;
}

.h-slider-inner-nav-wrapper {
    display: block !important;
    position: static;
}

/* footer layout / fonts */
footer #footer .sidebar-footer {
    flex-wrap: nowrap;
}

footer #footer .sidebar-footer .widget {
    flex-basis: 100%;
    display: flex;
}

footer #footer .sidebar-footer {
    flex-wrap: wrap;
    justify-content: space-between;
}

/* end of footer */
/* tweaks */
header #header-top-bar .widget_nav_menu .menu li a {
    padding: 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

header #header-top-bar .widget_nav_menu .menu li a::after {
    content: ".";
    position: absolute;
    top: 2px;
    right: -4px;
    color: #465F81 !important;
    font-size: 30px;
    display: none;
}

header #header-top-bar .widget_nav_menu .menu li:last-of-type a::after {
    display: none;
}

.contact-form-content-wrapper {
    padding: 90px 0 90px 0;
    display: none;
}

.contact-form-content-wrapper h1 {
    font-size: 5em;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.contact-page-custom-rows-map-wrapper h1 {
    margin-bottom: 10px;
    color: #fff;
}

.contact-page-custom-rows-map-wrapper h3, .contact-page-custom-rows-map-wrapper h2 {
    color: #fff;
}

.contact-page-custom-rows-map-wrapper h4 {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    text-transform: none;
}

.contact-page-custom-rows-map-wrapper p {
    color: #fff;
    font-size: 1.6em;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-weight: 400;
}

.contact-page-custom-rows-map-wrapper a {
    color: #fff;
}

.contact-page-custom-rows-map-wrapper a:hover {
    color: #5A9345;
}

.contact-page-custom-rows-map-wrapper a strong, .contact-page-custom-rows-map-wrapper strong a {
    text-decoration: none;
    display: inline-block;
    /* because you can't override text-decoration because reasons */
}

.widget_mobile_nav_button {
    flex-basis: 50px;
}

.blog-post.hidden {
    /* for pagination */
    display: none;
}

.post__category-label {
    display: none;
}

/* frontpage captions */
.row.very-wide, .very-wide .row {
    max-width: 1262px;
}

.custom_content_wrapper.very-wide .row {
    max-width: 1500px;
}

.row .row {
    padding: 0;
}

/* ninja forms tidy */
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 5px !important;
}

.nf-error .nf-error-msg {
    font-size: 1em;
    padding: 10px 0;
    text-transform: uppercase;
}

.hr-wrap {
    padding: 20px 0;
}

.nf-form-layout p {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.4em;
}

.listcheckbox-container .nf-field-element label {
    font-size: 15px;
}

.nf-form-cont .nf-form-content button, .nf-form-cont .nf-form-content input[type="button"], .nf-form-cont .nf-form-content input[type="submit"] {
    min-width: 0;
    float: right;
    text-transform: uppercase;
    color: #C3A468;
    text-align: left;
    font-weight: 600;
    font-size: 30px !important;
    padding: 0;
    background: transparent;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top: -25px;
    background: transparent !important;
}

.nf-form-cont .nf-form-content button:hover, .nf-form-cont .nf-form-content input[type="button"]:hover, .nf-form-cont .nf-form-content input[type="submit"]:hover {
    background: transparent;
    color: #5A9345;
}

.nf-form-cont .nf-form-content {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.nf-form-content .nf-field-description {
    font-size: 100%;
    margin-bottom: 10px;
}

.checkbox-wrap .nf-field-element label.nf-checked-label::before,
.checkbox-wrap .nf-field-label label.nf-checked-label::before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label::before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label::before {
    color: #DE9A00 !important;
}

.nf-error-msg, .ninja-forms-req-symbol {
    font-size: 1em;
    color: #EBAA32 !important;
}

.submit-wrap .nf-field-element {
    padding-top: 10px;
    text-align: left;
}

.nf-form-cont .nf-field-label label, .nf-form-cont .nf-form-fields-required {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.nf-form-cont .nf-form-fields-required {
    margin-bottom: 10px;
}

.nf-form-cont .nf-form-content .label-above .nf-field-label, .nf-form-cont .nf-form-content .label-below .nf-field-label, .nf-form-cont .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 0;
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-cont .nf-form-content input:not([type=button]), .nf-form-cont .nf-form-content textarea {
    border-color: #fff !important;
}

.nf-form-cont .nf-form-content textarea.ninja-forms-field {
    min-height: 300px;
    min-width: 100%;
}

.nf-form-wrap.ninja-forms-form-wrap {
    margin-top: -3px;
}

.nf-form-cont .nf-form-content textarea.ninja-forms-field {
    display: block;
}

.textarea-container {
    margin-bottom: 0 !important;
}

.textarea-container .nf-after-field {
    background: #fff;
    color: #000;
    margin-top: -5px;
    margin-bottom: 5px;
}

.textarea-container .nf-after-field .nf-error-msg, .white-bg .nf-after-field .nf-error-msg {
    color: #000 !important;
    padding-left: 10px;
    padding-right: 10px;
}

.nf-field-container.white-bg {
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-top: -5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    height: 23px;
}

.nf-field-container.white-bg .nf-field-label label {
    font-size: 1.3em;
    text-transform: none;
    color: #000000;
}

.nf-field-container.white-bg .nf-field-element {
    padding-top: 0;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #fff !important;
}

/* NF checkbox override */
.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    background: #fff !important;
    border-color: #000 !important;
    border: 2px solid !important;
    border-radius: 4px !important;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before, .checkbox-wrap .nf-field-label label.nf-checked-label:before, .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
    color: #EBAA32 !important;
}

.checkbox-container.label-right label:before {
    left: -26px !important;
    top: -.5px !important;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
    font-size: 14px !important;
}

.nf-field-container.checkbox-container.white-bg.first .nf-field {
    padding-top: 12px;
}

/* end ninja forms tidy */
/* header slider large nav tiles */
.header-slider-large-nav {
    position: absolute;
    bottom: 100px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.header-slider-large-nav-link {
    transition: visibility .2s ease, opacity .2s ease;
    opacity: 0;
    visibility: hidden;
}

.header-slider-large-nav-link a {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.header-slider-large-nav-link a:hover {
    color: #F8B941;
}

.active .header-slider-large-nav-link {
    opacity: 1;
    visibility: visible;
}

.header-slider-large-nav-item {
    cursor: pointer;
}

.header-slider-large-nav-inner {
    position: relative;
    padding-top: 0;
}

.very-wide.row.header-slider-large-nav {
    justify-content: center;
}

.header-slider-large-nav-title h4 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 12px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.header-slider-large-nav-excerpt p {
    color: #fff;
    font-size: 1.4em;
    line-height: 18px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.header-slider-large-nav-title {
    border-bottom: 1px solid #fff;
}

/* end header slider large nav tiles */
.layout_slider .ld-fadey-slider {
    height: auto;
    max-height: none;
}

.layout_slider>.row {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.layout_slider li.content-slide::before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
}

.layout_slider li.content-slide * {
    z-index: 10;
}

.layout_slider .h-slider-inner {
    padding-bottom: 0;
}

.layout_slider .content-slide-feature {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1150px;
    margin: auto;
}

.layout_slider .slider-tabs {
    text-align: left;
    padding-left: 0;
    margin-top: 4em;
}

.layout_slider .slider-tabs li.slider_here a {
    width: 10px;
    height: 10px;
    background: #749143;
    border-color: #749143;
}

.layout_slider .slider-tabs-title-nav {
    height: 100%;
    max-width: 320px;
    padding: 0;
    display: flex;
    font-size: 1.6em;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    align-items: end;
}

.layout_slider .slider-tabs-title-nav li {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.layout_slider .slider-tabs-title-nav li span {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 20px;
    font-size: 14px;
    text-align: right;
    background: rgba(0, 0, 0, .6);
}

.layout_slider .ld-fadey-slider-nav-layer {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0s ease;
    transition-delay: .2s;
    will-change: visibility, opacity;
}

.ld-fadey-slider.ready+.ld-fadey-slider-nav-layer {
    visibility: visible;
    opacity: 1;
    max-width: 1150px;
    margin: auto;
    position: relative;
}

.layout_slider .slider-tabs-title-nav li.ld-fadey-slider-tab-here {
    /* background: #EBAA32; */
}

.content-slide-top-title h4 {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.layout_slider .ld-fadey-slider-tabs {
    display: block;
    position: absolute;
    top: 30px;
    width: auto;
    right: 30px;
    max-width: 50%;
    bottom: auto;
    padding: 0;
    margin: 0;
}

.layout_slider .ld-fadey-slider-tabs li {
    padding: 0 2px;
    margin: 0;
}

.ld-fadey-slider-nav-layer {
    width: 100%;
}

.layout_slider .slider-tabs-title-nav-wrapper {
    position: absolute;
    width: 410px;
    z-index: 20;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
}

.layout_slider .ld_h_slider_wrapper.row {
    max-width: 100%;
}

.layout_slider .content-slide-desc-inner {
    line-height: 1em;
    flex-basis: 480px;
    /* background: rgba(0,0,0,.7); */
    border-top-right-radius: 0;
    padding: 55px 40px 35px 40px;
    position: relative;
}

.layout_slider .content-slide-thumb img {
    visibility: hidden;
}

.layout_slider .h-slider-tabs {
    width: auto;
    position: absolute;
    bottom: 30px;
    left: 36px;
}

.layout_slider .h-slider-tabs li a, .layout_slider .slider-tabs li a {
    border-color: #fff;
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.layout_slider .h-slider-tabs li.slider_here a {
    width: 10px;
    height: 10px;
    background: #EBAA32;
    border-color: #EBAA32;
}

.layout_slider .content-slider-prev-next-links {
    position: absolute;
    bottom: 32px;
    right: 40px;
    width: 50px;
    height: 30px;
}

.layout_slider .content-slider-prev-next-links .h-slider-nav {
    width: 18px;
    height: 30px;
    margin-top: -15px;
    background: url(assets/images/elements/arrow-colour.png) no-repeat center center;
    display: block;
    background-size: 18px 30px;
}

.layout_slider .content-slide-link {
    /*position: absolute;
    top: calc(100% + 10px);
    left: 0;
    max-width: 50%;*/
}

.layout_slider .content-slide-link a {
    color: #EBAA32;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
    height: 48px;
    min-width: 175px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
}

.layout_slider .content-slide-link a:hover {
    /*color: #fff;*/
}

.layout_slider .content-slide-title h3 {
    font-weight: 700;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 17px;
}

.layout_slider .content-slide-description p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.8em;
    line-height: 30px;
}

.layout_slider .content-slide-desc {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 90px 40px;
}

.layout_slider .content-slide-thumb {
    min-height: 350px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-basis: 100%;
}

@media all and (max-width: 1150px) {
    .layout_slider .slider-tabs-title-nav-wrapper {
        right: 0;
    }
}

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

@media all and (max-width: 800px) {
    .layout_slider .content-slide-top-title h4 {
        font-size: 1.6em;
    }

    .layout_slider .content-slide-title h3 {
        font-size: 2em;
    }

    .layout_slider .content-slide-desc {
        flex-wrap: wrap;
        padding: 20px;
    }

    .layout_slider .content-slide-desc>* {
        flex-basis: 100%;
    }

    .layout_slider .content-slide-desc>*:not(:first-child) {
        margin-top: 20px;
    }

    .layout_slider .content-slide-description p {
        font-size: 1.4em;
        line-height: 25px;
    }

    .layout_slider .content-slide-desc-inner {
        transform: none;
        padding: 35px 20px 10px 20px;
    }
}

.blog .content img.size-full {
    max-width: 100%;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    left: unset;
    transform: none;
    position: relative;
}

.custom_content_wrapper.layout_section_nav {
    padding-top: 80px;
    padding-bottom: 40px;
}

.custom_content_wrapper.layout_section_nav {
    padding-top: 0;
    padding-bottom: 0;
}

/* single post page */
.post-type-post .wrapper.top-con-wrap {
    padding-bottom: 0;
}

.post-type-post main .row {
    z-index: 2;
}

/* tablepress */
table.tablepress {
    margin-top: 55px;
    margin-bottom: 35px;
}

table.tablepress tfoot th, table.tablepress thead th {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    border-bottom: none;
    background-color: transparent;
}

table.tablepress .even td, table.tablepress .odd td, table.tablepress td {
    font-size: 12px;
    color: #000;
    padding-top: 14px;
    padding-bottom: 6px;
    background-color: transparent;
    border-bottom: 1px solid #EBAA32;
}

table.tablepress th:first-child, table.tablepress td:first-child {
    padding-left: 0 !important;
}

table.tablepress th:last-child, table.tablepress td:last-child {
    padding-right: 0 !important;
}

table.tablepress caption {
    padding-top: 10px !important;
    font-size: 12px;
}

@media all and (max-width: 600px) {
    table.tablepress tfoot th, table.tablepress thead th {
        font-size: 10px;
    }

    table.tablepress .even td, table.tablepress .odd td, table.tablepress td {
        font-size: 10px;
    }

    table.tablepress tfoot th, table.tablepress thead th, table.tablepress .even td, table.tablepress .odd td, table.tablepress td {
        padding-right: 3px;
        padding-left: 3px;
    }
}

/* end tablepress */
/* embed styles for full width embeds */
.oembed:not(.gmap) {
    position: relative;
    /*padding-bottom: 56.25%;*/
    /* 4:3 */
    padding-bottom: 41%;
    /* WIDE / 16:9 ish; */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    /*border-radius: 20px;*/
}

.oembed:not(.gmap) iframe,
.oembed:not(.gmap) object,
.oembed:not(.gmap) embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body:not(.frontpage) .custom_content_container .col.span-1-2 img.aligncenter {
    width: 100%;
}

.no-page-template .custom_content_wrapper.wrapper.layout_features .row {
    max-width: 1130px;
}

.layout_features .top-title, .layout_section_nav .top-title {
    text-align: center;
    padding-top: 0;
}

.post-type-post img.aligncenter {
    padding-top: 5px;
    padding-bottom: 5px;
}

.post-type-post main p+p img.aligncenter {
    margin-top: 77px;
}

/* contact page */
html body.page-template-template-contact.header-images-disabled #header-top-bar-wrapper, html body.page-template-template-contact.no-header-images #header-top-bar-wrapper {
    background: transparent;
}

.contact-page-custom-rows-map-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
}

body.page-template-template-contact .contact-page-custom-rows-map-wrapper .custom_content_wrapper {
    /* position: relative;
    padding: 50px 50px 20px 50px;
    border: solid #fff 8px;
    background-color: rgba(0, 0, 0, .25);
    max-width: 1120px;
    margin: 0 auto; */
}

body:not(.frontpage).page-template-template-contact .custom_content_container {
    padding-bottom: 0;
}

/* cookie notice */
html #cookie-notice .cn-button {
    margin-left: 0;
}

html #cookie-notice .cn-button::before {
    content: "\00a0 ";
}

html #cookie-notice .cn-button::after {
    content: ".";
    color: #000;
}

html .cn-button:hover {
    box-shadow: none;
}

/* tabs */
.custom_content_wrapper.layout_tabs .tab-content {
    background: #EBAA32;
    justify-content: space-around;
    padding-top: 45px;
    padding-bottom: 30px;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-wide .tab-content .col {
    max-width: 470px;
}

.custom_content_wrapper.layout_tabs .tab-content ul {
    font-size: 1.8em;
    list-style: none;
    padding-left: 0;
}

.custom_content_wrapper.layout_tabs .tab-content ul li {
    background: url(assets/images/elements/list-icon.png) no-repeat left 3px;
    padding-bottom: 5px;
    padding-left: 21px;
}

.custom_content_wrapper.layout_tabs .tab-content p {
    font-size: 1.8em;
    line-height: 24px;
}

.custom_content_wrapper.layout_tabs .tab-content p:first-child {
    margin-bottom: 25px;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-wide .tab-content p strong {
    line-height: 28px;
}

.custom_content_wrapper.layout_tabs .tab-content * {
    color: #fff;
}

.custom_content_wrapper.layout_tabs .tab-nav-link.col {
    padding: 0;
    flex: 1 1 0;
}

.custom_content_wrapper.layout_tabs .tab-nav-wrapper {
    max-width: calc(100% - 40px);
}

.custom_content_wrapper.layout_tabs .tab-nav-link a {
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    color: #EBAA32;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.custom_content_wrapper.layout_tabs .tab-nav-link.active a {
    background: #EBAA32;
    color: #fff;
}

/* mobile tabs */
.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-nav-link.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    z-index: 1;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-nav-link a::after {
    content: "+";
    color: #fff;
    float: right;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-nav-link.active a::after {
    content: "-";
    float: right;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-content {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-content-col::after {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 32px;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-content-col:last-child::after {
    display: none;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-content p, .custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-content ul {
    font-size: 1.4em;
    line-height: 21px;
    margin-bottom: 8px;
}

.custom_content_wrapper.layout_tabs .tab-wrapper-mob .tab-content p strong {
    font-size: 16px;
}

/* end tabs */
/* page section nav */
.section-nav-item.feature .desc {
    background: transparent;
    z-index: 20;
    margin: 0;
    height: auto;
    width: 100%;
    text-align: center;
    border: none;
    padding: 20px;
}

.section-nav-item.feature .desc .feature__description p {
    color: #fff;
    font-size: 1.6em;
    font-weight: 500;
}

.page-section-nav-title {
    text-align: center;
    padding-bottom: 0;
}

.page-section-nav-title h2 {
    margin: 0;
    font-size: 3.4em;
}

/* end of page section nav inc/component-page-section-nav.php */
.section-nav-item.feature .thumb::after {
    background: rgba(0, 0, 0, .3);
    opacity: 1;
}

.section-nav-item.feature:hover .thumb::after, .section-nav-item.feature:focus .thumb::after {
    opacity: .7;
}

.section-nav-item .feature__description, .section-nav-item.feature .desc::before {}

.section-nav-item.feature .desc[data-button-text]::after {
    content: attr(data-button-text);
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 10px 20px;
    color: #EBAA32;
    text-align: center;
    font-size: 1.6em;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease;
}

.section-nav-item.feature:hover .desc[data-button-text]::after, .page-section-nav-row a.feature:focus .desc[data-button-text]::after {
    color: #000;
}

/* end page section nav */
.custom_content_wrapper.layout_google_map {
    overflow: hidden;
    max-height: 568px;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    border-top: 40px solid #fff !important;
    border-bottom: 40px solid #fff !important;
    border-left: none !important;
    border-right: none !important;
    max-width: 100% !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.main-con.standard-page-content {
    padding-top: 45px;
}

#header-top .sidebar li.widget_content {
    /*background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
    position: absolute;
    left: 0;
    width: 540px;
    bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 0;
}

#header-top .widget_content p {
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}

#header-top .widget_content p a {
    color: #fff;
}

/* end header availability checker */
/* frontpage */
.frontpage .custom_content_wrapper:first-child {
    /* margin-bottom: -180px; */
    /*z-index: 10;*/
}

.footer-text-slider.custom_content_wrapper:first-child p {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.75em;
}

.frontpage .custom_content_wrapper:nth-child(2) {
    padding-bottom: 80px;
}

.frontpage .custom_content_container .custom_content_wrapper:first-child>.row, .no-page-template .custom_content_container .custom_content_wrapper:first-child>.row, .page-template-template-contact .custom_content_container .custom_content_wrapper:first-child>.row, .frontpage.no-page-template .custom_content_container .custom_content_wrapper:first-child>.row {
    /* margin-top: -195px; */
    background: transparent;
    padding: 140px 10px 140px 10px;
    /* max-width: 840px; */
    justify-content: center;
}

.no-page-template .custom_content_container .custom_content_wrapper:first-child>.row {
    padding: 40px 10px;
}

.footer-text-slider h2 {
    font-size: 4em;
    color: #BEA56F;
    word-spacing: 96px;
    line-height: 1.2em;
}

#header-top .sidebar.sidebar-header {
    max-width: 1210px;
}

.fp-blue-row {
    background: #1D2A30;
    padding: 140px 0;
}

.fp-blue-row .row {
    max-width: 1260px !important;
    justify-content: space-between;
}

.col.span-1-2.flex-img {
    flex-basis: 60%;
}

.col.span-1-2.flex-text-right {}

.col.span-1-2.flex-text-left {}

/*.posts-view-all-button {
    position: absolute;
    top: -70px;
    right: 0;
    text-align: right;
    background: none !important;
    width: auto;
}*/
.posts-view-all-button a {
    font-size: 25px;
    text-decoration: underline;
}

.custom_content_wrapper.margin-up {
    overflow: hidden;
}

.custom_content_wrapper.margin-up::before {
    position: absolute;
    background: #FFF;
    height: 20px;
    top: -20px;
    max-width: 1130px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.frontpage {
    background-color: #FFF
}

/* cta */
.layout_cta {
    z-index: 2;
    /* margin-bottom: -100px; */
}

.layout_cta.cta-image-full {
    padding-top: 70px !important;
}

.layout_cta .col>* {
    color: #fff;
}

.layout_cta h1, .layout_cta h2, .layout_cta h3, .layout_cta h4 {
    text-transform: uppercase;
    color: #000;
}

.layout_cta.cta-image-full h1, .layout_cta.cta-image-full h2, .layout_cta.cta-image-full h3, .layout_cta.cta-image-full h4 {
    color: #fff;
    margin: 0 auto;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 13em;
    line-height: 0.8em;
    margin-bottom: 0;
}

.frontpage .custom_content_wrapper.wrapper.layout_cta.cta-image-full .row.cta_content_row {
    max-width: 960px;
}

.layout_cta .call_to_action_link {
    text-align: center;
    padding-top: 25px;
}

.layout_cta .row.cta_content_row {
    max-width: 940px;
}

.custom_content_wrapper.layout_cta .cta-background {
    pointer-events: none;
    z-index: 0;
}

.custom_content_wrapper.layout_cta .cta-background::after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    pointer-events: none;
}

.layout_cta.cta-image-full .row.cta_content_row {
    min-height: 660px;
    align-items: center;
    justify-content: center;
}

/* end cta */
/* footer */
#footer-top .widget_content_col:not(:first-child) {
    padding-top: 35px;
}

.row.sidebar-footer-bottom {
    flex-wrap: wrap;
    max-width: 1140px;
}

/* standard pages */
.main-con.standard-page {
    padding-top: 85px;
}

.concertina-header::before {
    content: "";
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    background: url(assets/images/elements/arrowright@2x.png) no-repeat right center;
    background-size: auto;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border: none;
    user-select: none;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    transform: none;
    transition: transform .15s ease;
    left: 5px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    background-size: contain;
    transform: translateY(-50%);
}

.concertina-item.open .concertina-header::before {
    transform: translateY(-10px) rotate(90deg);
    content: "";
}

.page-template-template-contact main .row {
    background: transparent;
}

.main-con.standard-page .row {
    z-index: 10;
}

.main-con.standard-page h1 {}

.concertina-header h4 {
    font-weight: 600;
    color: #094673;
    font-size: 2em;
    line-height: 26px;
    padding-left: 40px;
}

.layout_concertina .top-title h3 {
    margin-bottom: 0;
    padding-top: 20px;
    text-transform: none;
    color: #094673;
}

.concertina-header {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #465F81;
}

.concertina-content-inner {
    padding: 40px 60px 70px 60px;
    border-bottom: 1px #707070 solid;
}

.concertina-content-inner p {
    font-size: 1.3em;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.concertina-content-inner li {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}

.concertina-item {
    border: none;
}

.concertina-item:first-of-type {
    border-top: 1px solid #465F81;
}

/* single post / blog */
.no-header-images #header-top {
    display: none;
}

main .row {
    max-width: 980px;
}

.row.wide, .wide .row {
    max-width: 1160px;
}

.post-type-post main .row .col.span-1-1.content {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 40px;
}

.post-type-post main .row.narrow .col.span-1-1.content {
    max-width: 560px;
}

.page-contact-us {}

.post-type-post .layout_posts:last-child {
    padding-top: 0;
    padding-bottom: 80px;
}

.post-type-post .layout_posts:last-child .top-title {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.post-type-post .layout_posts .top-title * {
    color: #fff;
}

.post-type-post .layout_posts .row {
    max-width: 1130px;
}

/* contact page */
.page-template-template-contact main {
    box-shadow: none;
    padding-top: 0;
}

.page-template-template-contact .ftb-widget {
    border-top: 1px solid #fff;
    max-width: 470px;
    padding-top: 6px;
    padding-bottom: 0;
}

.nf-form-cont .nf-form-title h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-size: 3em;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.contact-form-narrow .top-title {
    padding-bottom: 0;
}

.contact-form-narrow .top-title * {
    margin-bottom: 0;
    font-size: 4em;
}

.contact-form-narrow .row {
    justify-content: space-between
}

.contact-form-narrow .span-1-2:last-child {
    max-width: 300px;
}

.contact-page-custom-rows-map-wrapper p:last-child {
    margin-bottom: 0;
}

.border-bottom .row {
    overflow: hidden;
    position: relative;
    align-items: flex-end;
}

.border-bottom .row p, .border-bottom .row h2 {
    margin-bottom: 0;
}

.border-bottom .row::after {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    max-width: calc(100% - 40px);
    width: 100%;
    bottom: 5px;
    left: 20px;
    right: 20px;
}

.page-template-template-contact main {
    padding-bottom: 0;
}

.page-template-template-contact footer {
    z-index: 20;
    margin-top: 0;
}

main {
    padding-bottom: 100px;
    background-color: #fff;
}

/* allow slider to stretch across the page */
.frontpage .layout_posts {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fff;
}

.layout_posts h2 {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.frontpage .layout_posts .row {
    z-index: 4;
    background: transparent;
}

.row.posts-view-all-button {
    text-align: center;
}

.row.posts-view-all-button a {
    position: relative;
    padding: 10px 30px;
    padding-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 30px !important;
    padding-top: 12px;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.row.posts-view-all-button a:hover {
    color: #465F81;
}

.row.posts-view-all-button a::before {
    /* content: "[";
    position: absolute;
    left: 0; */
}

.row.posts-view-all-button a::after {
    /* content: "]";
    position: absolute;
    right: 0; */
}

.features-overlap .ld_h_slider_wrapper, .features-overlap .h-slider-wrapper {
    overflow: visible;
}

.frontpage .layout_posts .h-slider-nav {
    display: block;
    background: url(assets/images/elements/arrow.png) no-repeat right center;
    right: 10px;
    top: -35px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    left: auto;
    background-size: 30px auto;
}

.frontpage .layout_posts .h-slider-nav.h-slider-prev {
    right: 30px;
}

.frontpage .layout_posts .h-slider-tabs {
    /* display: none; */
}

.frontpage .layout_posts .top-title {
    max-width: calc(100% - 60px);
    padding-bottom: 50px;
    /* allow room for next / prev nav */
    margin: 0;
}

#footer-top img {
    max-width: 172px;
    height: auto;
    margin-bottom: 0;
}

/* different BG for posts */
.post-type-post main .row {
    max-width: 1130px;
}

.blog .ld-fadey-slider.slider-size-med.ready {
    height: 800px;
}

.post-type-post .row.top-con {
    padding-bottom: 50px;
    background: #fff;
    margin-top: -340px;
    z-index: 10;
    padding-top: 90px;
    max-width: 1140px;
}

.post-type-post main .row.narrow {
    max-width: 1140px;
    padding-bottom: 80px;
    background: #fff;
}

.blog .top-con h1 {
    margin-bottom: 0.6em;
}

.post-type-post .row.top-con p {
    font-size: 2em;
    line-height: 1.4em;
    color: #000;
    max-width: 560px;
    margin: auto;
}

.post-type-post .content p {
    color: #000;
}

/* mobile nav */
.mob-nav-wrapper li {
    position: relative;
}

.mob-nav-wrapper li::after {
    /* content: "";
    height: 1px;
    background: #D8D8D8;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: calc(100% - 20px);
    position: absolute;
    width: 100%; */
}

.__js_mob_gallery_slider_mob img {
    width: 100%;
}

.main-con img, .layout_2_column img {
    /* border-radius: 10px; */
}

.post-type-post main {
    padding-top: 45px;
    overflow: visible;
}

.post-type-post main .blog_footer_feature_wrapper .row, .post-type-post main .blog_footer_feature_wrapper .row .col {
    padding: 0;
}

header ul.menu li.checkout {
    display: none;
}

ul.menu li.checkout a::after {
    content: " | ";
    position: absolute;
    left: 0;
}

.mob-nav-wrapper ul.menu li.checkout a::after {
    display: none;
}

ul.menu li.checkout a::before {
    display: none;
}

header #header-top-bar .widget_nav_menu ul.menu li.checkout a {
    color: #EBAA32;
    padding-left: 17px;
}

.mob-nav-wrapper li.checkout a, .mob-nav-wrapper li.checkout .nav-stub-span {
    color: #EBAA32;
}

.social-stream .col.span-1-1:not(.top-title):not(.bottom-title) {
    padding-left: 0;
    padding-right: 0;
}

html #cookie-notice a {
    color: #EBAA32;
}

.page-template-template-top-level .feature__description {
    max-width: 280px;
    margin: auto;
}

/* footer "What they say" */
.footer-text-slider {
    background: #fff;
    /* border-radius: 20px; */
    max-width: 1160px;
    margin: 0 auto;
    min-height: 280px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.43);
}

.footer-text-slider .row {
    padding: 0 !important;
    position: relative;
}

.footer-text-slider .ld-fadey-slider {
    background: none;
}

.footer-text-slider .top-title {
    flex-basis: 25%;
    padding: 0;
}

.footer-text-slider .top-title * {
    color: #BEA56F;
}

.footer-text-slider .ld-fadey-slider * {
    color: #000;
}

.footer-text-slider .content-slider {
    flex-basis: 75%
}

/* end footer "What they say" */
/* nav overlay menu */
.widget_nav_menu.overlay-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 390px;
}

.widget_nav_menu.overlay-menu ul.menu li {
    flex-basis: 100%;
}

.widget_nav_menu.overlay-menu .menu-btn::after {
    content: "";
    background: url(assets/images/elements/burger.png) no-repeat center center;
    background-size: auto;
    width: 18px;
    height: 18px;
    right: 16px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.widget_nav_menu.overlay-menu .menu-btn {
    background: #C2A567;
    /* border-radius: 50px; */
    padding: 0 25px;
    padding-top: 0px;
    padding-top: 5px;
    font-size: 3em;
    line-height: 56px;
    color: #fff;
    height: 56px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    min-width: 150px;
    font-size: 25px !important;
    text-align: left;
    padding-top: 1px;
    will-change: background, color, font-size;
}

.widget_nav_menu.overlay-menu .menu-btn:hover {
    /* opacity: .8; */
}

.widget_nav_menu.overlay-menu .menu-close {
    position: absolute;
    top: 60px;
    right: 50px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: block;
    z-index: 50;
}

.widget_nav_menu.overlay-menu .menu-close:hover {
    color: #C2A567;
}

/* sticky header buttons */
header {
    position: sticky;
    z-index: 999;
    top: 0;
}

.scrolled#header-top-bar {}

/* booking form */
.booking-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.booking-form .input-wrapper {
    position: relative;
}

.booking-form .input-wrapper input {
    background: #fff;
    color: #094673;
    text-align: center;
    height: 50px;
    padding: 0 10px;
    font-size: 1.4em;
    line-height: 46px;
    font-weight: 500;
}
.Zebra_DatePicker {
  font-size: 100% !important;
  border: none !important;
  box-shadow: 0 0 10px #303030 !important;
  border-radius: 0 !important;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #094673;
}
.Zebra_DatePicker td, .Zebra_DatePicker th,.Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: 500 !important;
}
.booking-form .input-wrapper input[type="submit"] {
  background: #5A9345;
  border: 4px solid #fff;
  color: #fff;
  font-size: 20px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.booking-form .input-wrapper input[type="submit"]:hover {
    color: #094673 !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.booking-form .input-wrapper input[type="number"] {
    text-align: left;
    text-indent: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.booking-form .input-adults::after {
    content: "ADULTS";
    position: absolute;
    top: 0;
    line-height: 50px;
    font-size: 1.4em;
    color: #094673;
    pointer-events: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    right: 50px;
    left: auto;
}

.booking-form .input-children::after {
    content: "CHILDREN";
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 1.4em;
    color: #094673;
    pointer-events: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    right: 50px;
    left: auto;
}

.input-wrapper.input-adults, .input-wrapper.input-children
{
    display: flex;
}

.booking-form .plusminusbutton
{
    font-weight: bold;
    width: 50px;
    position: relative;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 1.4em;
    color: #094673;
    background-color: #eeeeee;
}

.ld-fadey-slider-wrapper .booking-form-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.gldbm-widget {
    display: none !important;
}

.Zebra_DatePicker {
    font-size: 100% !important;
}

.booking-form button.Zebra_DatePicker_Icon {
    background-position: right center;
    background-color: transparent;
}

.booking-form .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}

.booking-form .input-wrapper .Zebra_DatePicker_Icon_Wrapper input {
    padding-right: 10px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.book-now-nav {
    opacity: 0;
    /* will be faded in via js once data attribute added so it works with guestline */
}

.wp-caption-text
{
    /* stop caption text from peventing users clicking on the image behind */
    pointer-events: none;
}

@media all and (max-width: 1110px) {
    /*.booking-form .input-wrapper input[type="number"] {
        text-indent: -40%;
    }*/

    /*.booking-form .input-wrapper::after {
        left: calc(20% + 1.8em);
    }*/

    .booking-form .input-wrapper input[type="number"]
    {
        text-indent: 0;
    }
    .booking-form .input-adults::after, .booking-form .input-children::after
    {
        right: 25%;
        font-size: 1.2em;
    }
}

@media all and (max-width: 920px) {
    .booking-form .input-adults::after, .booking-form .input-children::after
    {
        right: 20%;
        font-size: 1.2em;
    }
}

@media all and (max-width: 880px) {
    .booking-form-wrapper .row {
        max-width: 384px;
    }

    .booking-form {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .booking-form .input-wrapper.submit {
        grid-column: span 2;
    }

    /*.booking-form .input-wrapper::after
    {
        left:  calc(32% + 1.8em);
    }
    .booking-form .input-wrapper input[type="number"]
    {
        text-indent: -25%;
    }*/
}

/*  */
/* RESPONSIVE RULES */
@media all and (max-width: 1250px) {
    .post-type-post.has-header-images .row.narrow, .post-type-post.has-header-images .narrow .row {}
}

@media all and (max-width: 1190px) {
    .footer-text-slider .ld-fadey-slider-tabs {
        right: 0;
    }

    .footer-text-slider .top-title {
        flex-basis: 15%;
    }

    .caption-wrapper .row .col {
        padding-bottom: 45px;
    }

    .caption-title h2, .caption-title h3, .caption-title h1 {
        /* font-size: 3.6em; */
    }

    /* small screen laptop - frontpage */
    .frontpage .custom_content_container .custom_content_wrapper:first-child h2 {
        font-size: 4.2em;
    }

    .oembed:not(.gmap) {
        padding-bottom: 54%;
    }

    /* end frontpage */
}

@media all and (max-width: 1075px) {
    ul.post-filters {
        flex-wrap: wrap;
    }

    ul.post-filters li {
        flex-basis: 25%;
        flex-shrink: 1;
    }
}

@media all and (max-width: 1000px) {}

@media all and (max-width: 980px) {
    .no-header-images .main-con.standard-page, .header-images-disabled .main-con.standard-page, .header-images-disabled .wrapper.top-blog-wrap {
        /*padding-top: 135px;*/
    }

    .footer-text-slider .top-title {
        flex-basis: 100%;
    }

    .footer-text-slider h2 {
        word-spacing: normal;
        text-align: center;
    }

    .footer-text-slider .ld-fadey-slider-tabs {
        right: 0px;
        bottom: -20px;
    }

    .frontpage .layout_posts .h-slider-nav {
        display: none !important;
    }

    header .widget.widget_logo.logo {
        padding-top: 0;
        padding-bottom: 0;
    }

    header .widget.widget_logo.logo:first-of-type {
        max-width: 80px;
    }

    .logo a {
        display: block;
    }

    header .widget.widget_logo.logo a {
        display: flex;
        justify-content: center;
    }

    header .widget.widget_logo.logo:first-of-type {
        display: block;
    }

    .hamburger-menu {
        display: block;
    }

    .menu li.checkout a::after {
        content: "";
    }

    main {
        padding-top: 30px;
    }

    .layout_gallery_slider .ld-fadey-slider {
        height: 260px;
    }

    .feature__title h3 {
        /* font-size: 2em; */
    }

    .blog-listing .blog-post.span-1-3 {
        flex-basis: 50%;
    }

    .ld-fadey-slider {
        max-height: 50vh;
    }

    .caption-title h2, .caption-title h3, .caption-title h1 {
        /* font-size: 2.6em; */
    }

    .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
        max-width: 100% !important;
        position: static !important;
        border-radius: 0 !important;
        min-height: 660px;
    }

    .frontpage main::before {
        background-size: 200% auto;
    }

    .frontpage main {}

    .frontpage .ld-fadey-slider-wrapper.header-slider {
        height: auto;
    }

    .frontpage .custom_content_container .custom_content_wrapper:first-child .row {
        /* max-width: 650px; */
    }

    .frontpage .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
        height: calc(100vh - 0px);
    }

    .logged-in.frontpage .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
        height: calc(80vh - 45px);
    }

    .frontpage .custom_content_container .custom_content_wrapper:first-child>.row {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .frontpage .row.very-wide.slide-wrap {
        bottom: 10px;
    }

    .frontpage .layout_features {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .frontpage .front-contact.layout_1_column {
        padding-top: 100px;
    }

    .layout_cta {
        padding-top: 10px;
        padding-bottom: 45px;
    }

    .layout_cta h1, .layout_cta h2, .layout_cta h3, .layout_cta h4 {}

    .layout_cta .call_to_action_link {
        padding-top: 10px;
    }

    .oembed:not(.gmap) {
        margin-bottom: 10px;
    }

    .top-title>* {
        margin-bottom: 5px;
    }

    a.h-slider-nav {
        display: none !important;
    }

    #footer-top img {
        margin: 0 auto;
    }

    .social_links ul.social {
        justify-content: center;
    }

    .copy-text p {
        text-align: center !important;
    }

    .frontpage footer {
        background-position: -480px 80px;
    }

    .widget.widget_content.foot-address-wrap {
        padding-bottom: 4px;
        padding-top: 10px;
    }

    .widget.widget_content.foot-address-wrap::after {
        max-width: 364px;
        bottom: -6px;
    }

    #footer-bottom {
        padding-bottom: 15px;
    }

    .contact-form-narrow .top-title * {
        font-size: 3em;
    }

    .contact-page-custom-rows-map-wrapper p {
        /* font-size: 1.3em;
        line-height: 20px; */
    }

    header nav, #header-top, #header-top-bar {
        display: block;
    }

    #header-top-bar-wrapper {
        display: none;
    }

    .col {
        overflow: visible;
    }

    .header-images-disabled, .no-header-images {
        margin-top: 0;
        padding-top: 0;
    }

    #header-top {
        display: block;
    }

    .page-section-nav-row .span-1-3, .page-section-nav-row .span-1-3, .push-features .span-1-3 {
        flex-basis: 33.3333%;
    }

    html body.page-template-template-contact main {
        padding-top: 0;
    }

    html body.page-template-template-contact header ul.ld-fadey-slider {
        height: 100vh;
        top: 0;
    }

    html body.page-template-template-contact.logged-in header ul.ld-fadey-slider {
        top: 32px;
        height: calc(100vh - 32px);
    }

    .feature__description p {
        font-size: 1.2em;
    }

    .ld-fadey-slider-wrapper {
        margin-top: 0;
    }

    .ld_popover input[type="submit"] {
        margin-left: 0;
        margin-top: 20px !important;
    }

    .ld_popover .search.searchform p {
        display: block;
    }

    .hero-title-wrapper .col, .row.hero-message.top-con .col {
        max-width: 100%;
    }

    .fancybox-slider-wrap {
        bottom: 50px;
    }

    .ld_fancybox_close {
        bottom: 35px;
    }

    .frontpage .ld-fadey-slider>li {
        background-attachment: unset;
        /* disable fixed background for mobile */
    }

    .logged-in #header-top-bar-wrapper.fixed {
        top: 0;
    }

    .mob-nav-wrapper {
        transform: none;
        position: relative;
        z-index: 9999;
    }

    /* second breakpoint for tablet in portrait mode */
    body, body.logged-in {
        padding-top: 0;
        border: none;
        margin-top: 0;
    }

    /* remove left / right buttons on header, add in tabbed nav */
    .ld-fadey-slider-nav {
        display: none;
    }

    /* change font sizes down */
    h4 {
        font-size: 2em;
    }

    .caption-text, .caption-link {
        font-size: 2em;
    }

    .frontpage .caption-inner {
        height: 260px;
    }

    .caption-inner {
        height: 220px;
    }

    /* responsive rules for post controls to stop them stacking wierdly */
    main .post-controls .span-1-3 {
        -webkit-flex-basis: 33.3333%;
        -moz-flex-basis: 33.3333%;
        -ms-flex-basis: 33.3333%;
        -o-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        flex-grow: 1;
    }

    main .post-controls .span-1-3 p {
        padding: 0;
    }

    /* end of responsive rules for post controls to stop them stacking wierdly */
    #header-top-bar-wrapper.fixed {
        /* override fixed positioning for mobile to avoid shonkyness. Also remove any padding added to <main >  for the fixed positioning. */
        position: relative;
        height: auto;
    }

    body {
        padding-top: 0;
    }

    .span-1-6 {
        -webkit-flex-basis: 16.6666%;
        -moz-flex-basis: 16.6666%;
        -ms-flex-basis: 16.6666%;
        -o-flex-basis: 16.6666%;
        flex-basis: 16.6666%;
    }

    .page-section-nav-row>.col:nth-child(2n) .feature.section-nav-item .desc {
        order: 2;
    }

    .feature.section-nav-item .desc {
        flex-basis: 100%;
    }

    .feature.section-nav-item .thumb {
        flex-basis: 100%;
        order: 1;
    }
}
@media all and (max-width: 975px) {
    .footer-content .span-1-2:last-of-type {
      margin-left: 0;
    }
}
@media all and (max-width: 880px) {
    .page-template-template-top-level .feature__description {
        max-width: 100%;
    }

    .post-type-post .layout_posts:last-child .top-title {
        text-align: center;
        padding-bottom: 10px;
    }

    footer {
        padding-top: 0;
    }
}

@media all and (max-width: 850px) {
    #sbi_images .sbi_item:nth-child(n+7) {
        display: none !important;
    }

    a.sbi_load_btn {
        display: none !important;
    }

    .feature__description p {
        font-size: 1.3em;
    }

    .mc-field-group {
        display: block;
        text-align: left;
    }

    #mc-embedded-subscribe-form label {
        text-align: left;
        padding: 0;
        margin-bottom: 10px;
    }

    #mc-embedded-subscribe-form input[type="submit"] {
        margin-bottom: 0;
        margin-top: 10px;
    }

    #mc-embedded-subscribe-form #mce-EMAIL {
        margin-right: 0;
        max-width: 100%;
        margin-top: 10px;
    }
}

@media all and (max-width: 800px) {
    .custom_content_wrapper.layout_google_map {
        margin-bottom: 110px;
    }

    .blog .page-template-template-contact .custom_content_wrapper.wrapper.layout_1_column .row, .page-template-template-contact .page-template-template-contact .custom_content_wrapper.wrapper.layout_1_column .row {
        padding-bottom: 20px;
    }

    .nf-form-cont .nf-form-content .nf-field-container.one-half {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .nf-form-cont .nf-form-content .nf-field-container.one-half.white-bg {
        /* width: 50% !important; */
    }

    .fancybox-caption {
        padding: 30px 0;
    }

    .span-1-6 {
        -webkit-flex-basis: 33.3333%;
        -moz-flex-basis: 33.3333%;
        -ms-flex-basis: 33.3333%;
        -o-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
    }

    .copy-text-btm p {
        text-align: left !important;
    }

    .wrapper.top-con-wrap {
        padding-top: 0;
    }

    .wrapper.top-con-wrap .row.top-con .hero-title {
        font-size: 3em;
    }

    .nf-field-container.recaptcha-container.label-above.textbox-container {
        margin-bottom: 0 !important;
    }
}

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

    main #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: 33.3333%
    }

    main #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(n+7) {
        display: none;
    }

    .page-template-template-contact .custom_content_wrapper.wrapper.layout_1_column {
        padding-bottom: 40px;
    }

    .custom_content_wrapper.wrapper.layout_features.standard-width.has-background-image {
        padding: 40px 0;
    }

    .layout_cta.cta-image-full .row.cta_content_row h2 br {
        display: none;
    }

    .frontpage .custom_content_container .custom_content_wrapper:first-child h2 {
        font-size: 3.2em;
        margin-bottom: 10px;
    }

    .footer-text-slider.custom_content_wrapper:first-child p {
        font-size: 1.3em;
    }

    main {
        padding-bottom: 0;
        padding-top: 70px;
    }

    .layout_cta h1, .layout_cta h2, .layout_cta h3, .layout_cta h4 {
        /* font-size: 3.2em; */
    }

    .frontpage .layout_posts .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .frontpage .layout_posts .row .col:nth-child(n+5) {
        display: none;
    }

    .copy-text p {
        font-size: 1.2em;
    }

    .copy-text {
        max-width: 364px;
    }

    .copy-text .col {
        flex-basis: 100%;
    }

    .copy-text p {
        text-align: center !important;
    }

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        /* font-size: 3.2em; */
    }

    .widget.widget_content.footer-content .flex {
        justify-content: center;
    }

    .widget.widget_content.footer-content {
        padding-top: 50px;
    }

    .footer-content .span-1-2:first-of-type {
        flex-basis: 100%;
        max-width: 364px;
        padding-bottom: 60px;
    }

    footer #footer .sidebar-footer .footer-content .span-1-2:last-of-type {
        flex-basis: 100%;
        max-width: 364px;
        margin-left: 0;
    }

    .cta-content p {
        font-size: 1.8em;
    }

    .contact-page-custom-rows-map-wrapper {
        padding-top: 110px;
    }

    .main-con.standard-page {
        padding-top: 35px;
    }

    .footer-content img {
        margin-bottom: 70px;
    }

    .caption-wrapper .row .col {
        padding-bottom: 10px;
    }

    .caption-title h2, .caption-title h3, .caption-title h1 {
        font-size: 6em !important;
        margin-bottom: 0.1em;
    }

    .caption-title p {
        font-size: 1.5em;
        margin-bottom: 0.8em;
    }

    .gallery-slider .ld-fadey-slider-tabs {
        left: 15px;
        right: 15px;
        max-width: calc(100% - 30px);
    }

    .gallery-slider .ld-fadey-slider-tabs li a {
        margin: 0 3px;
        width: 15px;
    }

    .frontpage .custom_content_wrapper:first-of-type {
        padding-top: 0;
        padding-bottom: 20px;
    }

    p, ul, ol, td, th, address, dl, code, caption, label {
        /* font-size: 1.2em; */
    }

    h3, .widgettitle {
        /* font-size: 1.8em; */
    }

    .frontpage .video-row {
        display: none;
    }

    .frontpage .layout_posts .top-title {
        max-width: 100%;
    }

    .frontpage .top-title h3 {
        font-size: 1.6em;
        margin-bottom: 0;
    }

    .widget_logos img {
        max-height: 30px;
    }

    .widget_logos>img {
        max-height: 40px;
        padding: 5px;
    }

    .widget_logos>a {
        padding: 5px;
    }

    .frontpage .layout_1_column h2 {
        font-size: 3.2em;
    }

    .frontpage .layout_1_column p {
        font-size: 1.4em;
        font-weight: 300;
        padding: 0 30px;
    }

    .wrapper.top-blog-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-section-nav-row .span-1-3, .push-features .span-1-3 {
        flex-basis: 50%;
    }

    .concertina-content {
        padding: 0px;
    }
}

@media all and (max-width: 720px) {
    .next-link, .prev-link {
        display: none;
    }

    ul.post-filters li {
        flex-basis: 50%;
        flex-grow: 1;
    }

    main .span-1-3, main .span-1-4, main .span-2-3, main .span-3-4 {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -o-flex-basis: 100%;
        flex-basis: 100%
    }
}

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

    .footer-cta.custom_content_wrapper.wrapper.layout_cta.cta-image-full .row.cta_content_row, .no-page-template .custom_content_wrapper.wrapper.layout_cta.cta-image-full .row.cta_content_row {
        min-height: 590px;
    }

    .frontpage .layout_1_column.cta-front {
        padding: 40px 0;
    }

    footer::after {
        /* left: 50%;
        transform: translateX(-50%); */
    }

    .footer-content .span-1-2:first-of-type p {
        font-size: 1.4em;
    }

    .col.span-1-1.top-title {
        text-align: left;
    }

    .frontpage .custom_content_container .custom_content_wrapper:first-child>.row, .no-page-template .custom_content_container .custom_content_wrapper:first-child>.row {
        padding: 40px 10px 10px 10px !important;
    }

    .frontpage h1 {
        font-size: 3.8em;
    }

    .layout_cta.cta-image-full h1, .layout_cta.cta-image-full h2, .layout_cta.cta-image-full h3, .layout_cta.cta-image-full h4 {
        font-size: 6em;
    }

    .widget.widget_logos.logos {
        min-height: 100px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .widget.widget_content.footer-content .widget-content-col-1 {
        flex-basis: 100%;

        padding-bottom: 30px;
        text-align: center;
    }

    .widget.widget_content.footer-content .widget-content-col-2 {
        order: 2;
        padding-bottom: 30px;
        text-align: center;
    }

    .widget.widget_content.footer-content .widget-content-col-0 {
        padding-bottom: 30px;
        text-align: center;
    }

    .footer-text-slider .ld-fadey-slider-tabs {
        bottom: -25px;
        text-align: center;
    }

    .layout_cta.cta-image-full .row.cta_content_row .col.span-1-1.cta-content {
        margin-top: -90px;
    }

    .layout_1_column.key-phrase {
        min-height: 240px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .stnd-btn.fp-blue-row.fp-white-row {
        padding-bottom: 30px;
    }

    .fp-blue-row {
        padding: 30px 0;
    }

    .col.span-1-2.flex-img, .fp-blue-row .flex-text {
        flex-basis: 100%;
    }

    .fp-blue-row .flex-text h3, .fp-blue-row .flex-text p {
        max-width: 100%;
    }

    .col.span-1-2.flex-img {
        order: 1;
    }

    .fp-blue-row .flex-text {
        order: 2;
    }

    .blog .push-features .col.span-1-3 {
        flex-basis: 100%;
    }

    .col.span-1-1.back-to-blog {
        left: 20px;
    }

    .post-type-post .row.top-con p {
        font-size: 2em;
    }

    .hero-title-wrap h1 {
        margin-bottom: 0.6em !important;
    }

    .post-type-post main .row {
        padding-top: 50px !important;
    }

    .push-features .span-1-3 {
        /* flex-basis: 100%; */
    }

    /* intermediate breakpoint between tablet in portrait and phone in portrait */
    /* change font sizes down */
    .hero-title-wrapper.wrapper {
        padding-top: 20px;
    }

    .row.hero-message.top-con p {
        font-size: 1.6em;
    }

    h1 {
        font-size: 3.8em;
    }

    p, ul, ol, td, th, address, dl, code, caption, label {
        font-size: 1.4em;
    }

    .caption-text, .caption-link {
        font-size: 1.8em;
    }

    #footer .row.very-wide ul {
        text-align: center;
    }

    .sidebar-footer li.widget {
        flex-basis: 100%;
    }

    .sidebar-footer {
        flex-wrap: wrap;
    }

    .page-section-nav-row .col, .wrap {
        flex-basis: 100%;
    }

    .post-controls .wrap.span-1-3 {
        flex-basis: 33.3333%;
        text-align: center;
    }

    .post-controls .wrap.span-1-3.home-link {
        flex-basis: 70px;
    }

    .post-controls .wrap:not(.home-link) a {
        font-size: 12px;
        padding: 5px 10px;
        line-height: 38px;
        min-width: 120px;
    }


    h2, h3, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        font-size: 3.2em;
    }

    .push-features .col.span-1-3:nth-child(1n+3) {
        display: block;
    }

    .push-features .col.span-1-3 {
        flex-basis: 100%;
    }

    .nf-field-container.white-bg {
        margin-top: -5px;
    }

    #nf-field-4-container {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #nf-field-7-wrap {
        padding-right: 20px;
    }

    .blog-post .feature__title h3 {
        /* font-size: 1.8em;
        line-height: 1.3em; */
    }

    .blog-listing .blog-post.span-1-3 {
        flex-basis: 100%;
        max-width: 420px;
        margin: auto;
    }
}

@media all and (max-width: 550px) {
    .col.span-1-3.booking-and-logo-front-left img, .col.span-1-3.booking-and-logo-front-right img {
        max-height: 75px;
    }
    .col.span-1-3.booking-and-logo-front-middle a {
        font-size: 28px;
    }
}

@media all and (max-width: 515px) {
    .h-slider-tabs li a {
        width: 15px;
    }

    .h-slider-tabs li {
        margin: 0 2px;
    }
}

@media all and (max-width: 500px) {
    .page-template-template-contact .custom_content_container .custom_content_wrapper:first-child > .row {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .page-template-template-contact .custom_content_wrapper.wrapper.layout_1_column {
        margin-bottom: 40px;
    }
    main #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: 50%
    }

    main #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(n+5) {
        display: none;
    }

    .post-type-post .layout_posts:last-child .top-title {
        padding-bottom: 0;
    }

    .post-filters {
        justify-content: flex-start;
    }

    .col.span-1-2.blog-filter {
        padding-top: 30px;
    }

    .layout_1_column.key-phrase {
        padding-top: 0;
    }

    .layout_cta.cta-image-full .row.cta_content_row {
        min-height: 434px;
    }

    .feature .desc p {
        font-size: 1.6em;
    }

    .footer-text-slider.custom_content_wrapper:first-child p {
        font-size: 1.3em;
    }

    .frontpage .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
        /* height: calc(100vh - 45px); */
        min-height: 350px;
        max-height: 100vh;
    }

    .post-type-post .row.top-con p {
        font-size: 1.6em;
    }

    .main-con-no-custom .content h1 {
        padding-top: 0;
    }

    main {
        /* padding-top: 10px; */
    }

    .main-con.standard-page {
        padding-top: 10px;
    }

    #footer-bottom .copy-text p br {
        /* display: block; */
    }

    footer h2 {
        /* padding-bottom: 30px;
        text-transform: none !important; */
    }

    #footer-bottom .copy-text a:first-of-type::after {
        /* display: none; */
    }

    .frontpage main {
        /* margin-top: 25px; */
    }

    .frontpage .layout_1_column p {
        padding: 0;
    }

    h2 {
        font-size: 3.2em;
    }

    .frontpage .layout_posts {
        padding-top: 30px;
    }

    .caption-title h2, .caption-title h3, .caption-title h1 {
        /* font-size: 4em; */
        /* text-transform: none; */
        margin-bottom: none;
    }

    main {
        /* padding-bottom: 20px;
        padding-top: 46px; */
    }

    .page-template-template-contact .col.stnd-btn p {
        text-align: left !important;
    }

    .blog-listing .blog-post.span-1-3 {
        flex-basis: 100%;
    }

    .h-slider-tabs {
        text-align: center !important;
    }

    #footer-bottom {
        padding-bottom: 0;
    }

    .wrapper.page-section-nav {
        padding-bottom: 0;
    }

    .concertina-content-inner li, .concertina-content-inner p {
        font-size: 13px;
        line-height: 20px;
    }

    body:not(.frontpage) .custom_content_container:last-child {
        padding-bottom: 0;
    }

    main ul {
        list-style: disc;
        line-height: 1.6em;
    }


    .content p, main ul, main ol {
        font-size: 1.4em;
    }

    .concertina-content-inner>* {
        line-height: 16px;
        font-size: 1.2em;
    }

    .span-1-6 {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -o-flex-basis: 50%;
        flex-basis: 50%;
    }
}

@media all and (max-width: 450px) {
    .post-type-page.no-page-template .header-slider .ld-fadey-slider, .post-type-page.page-template-template-custom .header-slider .ld-fadey-slider {
        min-height: 350px;
        max-height: 43vh;
    }

    .post-controls .wrap.span-1-3 {
        flex-basis: 100%;
        padding-bottom: 20px;
    }

    .post-controls .wrap.span-1-3:last-child {
        padding-bottom: 0;
    }
}

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

    .caption-wrapper .row .col
    {
        transform: translateY(-50px);
    }
    .caption-title h2, .caption-title h3, .caption-title h1
    {
        font-size: 4em !important;
    }

}

@media all and (max-width: 375px) {}

/* END OF RESPONSIVE RULES */
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    /*.large-fea .push-features .feature .thumb {
      min-height: none !important;
  }*/
}
