/*------------------------------------------------------------------------------------------------------------*/
/*  THEME NAME: lamontdesign benchpress
/*  VERSION: 2.5.4
/*  LEVEL: LAMONTDESIGN
/*  AUTHOR: LAMONTDESIGN LTD
/*--------------------------------------------------------------------------------------------------------------*/
/* typography */
/* placeholder styles for input elements */
/*b31420gklhl*/
/*header {
    z-index: 41;
}*/
::-webkit-input-placeholder {
    color: #445362;
    opacity: 1;
}

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

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

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

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

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

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

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

* {
    font-variant-ligatures: none;
    font-family: "Arvo", serif;
}

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

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

.frontpage .intro-para p {
    font-size: 2.2em;
    font-weight: 500 !important;
    line-height: 1.55em;
    color: #445362;
}

p code {
    font-size: 100%;
}

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

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;
    line-height: 0.9em;
    width: 100%;
    clear: both;
    position: relative;
    color: #445362;
    font-weight: 400;
    font-family: 'Arvo', serif;
    line-height: 1.1em;
}

img {
    backface-visibility: hidden;
    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: 1.6em;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    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;
    margin-top: 1.83em;
    line-height: 1.2em;
}

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

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

h2 {
    font-size: 4.2em;
}

h3,
.widgettitle {
    /* helps with wordpress, keeps widget titles consistent */
    font-size: 3.4em;
    /*font-weight: 700;*/
}

.widgettitle {
    margin-top: 0;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1.6em;
}

/* h1 em, h2 em, h3 em, h4 em, h5 em, h6 em
{
    font-style: normal;
    color: #ed6b21;
} */
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: #445362;
}

/* buttons & controls */
a.post {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

a.post .desc {
    /*max-width: calc(100% - 20px);
    padding: 13px 20px 35px 20px;*/
}

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

a.post .thumb {}

a.post .desc p {
    opacity: .7;
    margin-top: -3px;
    display: block;
    display: none;
    /* hidden */
}

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

.top-blog-wrap p {
    font-size: 2.2em;
    line-height: 36px;
    color: #445362;
}

.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: #333;
    background: #fff;
}

select {
    appearance: none;
    -webkit-appearance: none;
    /*border-bottom: 1px solid #ed6b21;
    background: url(assets/images/elements/down-arrow-grey.png) no-repeat calc(100% - 15px) calc(50% - 4px) #fff;
    min-height: 48px;
    cursor: pointer;
    padding-right: 40px;
    border-radius: 0;*/
    border-top: 1px solid #000;
    background: url(assets/images/elements/down-arrow-grey.png) no-repeat 20px calc(50% - 4px) #fff;
    min-height: 60px;
    cursor: pointer;
    padding-left: 50px;
    font-size: 2em;
    border-radius: 0;
    font-weight: 600;
}

input[type=submit],
button {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #ed6b21;
    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%;
    background-color: transparent;
}

header .scrolled .widget_nav_menu .children {
    top: 40px;
}

.children-inner {
    width: 310px;
    background: #ed6b21;
    padding: 10px 0;
    border-radius: 22.5px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
}

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;
    font-weight: 600;
    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: #cfcfcf;
}

/*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: 35px;
    right: 0;
    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: #ed6b21;
}

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: #ed6b21;
}

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

#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;
    backface-visibility: hidden;
}

#header-top-bar-wrapper.fixed #header-top-bar {
    background: #fff;
}

.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.fixed #header-top-bar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
}

#header-top-bar .scrolled ul.sidebar.sidebar-header-top.sidebar-header {
    padding-top: 0;
}

.logged-in #header-top-bar-wrapper.fixed {
    top: 32px;
}

#header-top-bar-wrapper .sidebar-header-top {
    transition: transform .15s ease;
}

#header-top-bar-wrapper .sidebar-header-scrolled {
    display: none;
}

#header-top-bar-wrapper .scrolled .sidebar-header-top:not(.sidebar-header-scrolled) {
    display: none;
}

#header-top-bar-wrapper .scrolled .sidebar-header-top.sidebar-header-scrolled {
    display: flex;
}

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

body {
    padding-top: 0;
    border-top: 150px solid #fff;
}

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

.mob-nav-wrapper.open {
    max-height: calc(100vh - 50px);
    border-top: solid 10px #fff;
}

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

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

.mob-nav-wrapper .children li:first-of-type a::before {
    content: "";
    height: 1px;
    background: #D8D8D8;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: calc(100% - 20px);
    position: absolute;
    width: 100%;
}

.row.mobile-nav-menu-message {
    flex-grow: 1;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

.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 {
    line-height: 1.4em;
    color: #445362;
    border-bottom: 1px solid #fff;
    padding: 17px 20px 17px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Arvo", sans-serif;
}

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

.mob-nav-wrapper .children a {
    /*text-transform: none;*/
    padding-left: 40px;
    color: #445362;
    display: block !important;
}

#mob-nav-menu .header-book-btn {
    display: none;
}

/** end of mobile navigation colours */
/** end of header navigation */
/* main elements */
#header-mobile-bar {
    background: #445362;
    z-index: 10;
}

#header-top-bar .sidebar.sidebar-header-top p {
    font-size: 1.3em;
    color: #ed6b21;
}

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

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

.header-images-disabled:not(.page-template-template-contact),
.no-header-images:not(.page-template-template-contact) {
    /* pad the top of main if there are no header images */
    padding-top: 0;
    /*margin-top: 110px;*/
    border-top: 100px solid #fff;
}

body.page-template-template-contact {
    border-top: none;
}

footer {
    background: #445362;
}

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 */
.ld-fadey-slider {
    /* initial dimensions of slider */
    height: 520px;
    max-height: 800px;
    border-radius: 20px;
}

.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.
*/
.ld-fadey-slider.slider-size-full {
    height: calc(100vh - 190px);
    max-height: none;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.28);
}

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

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

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

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

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

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

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

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

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

.frontpage .ld-fadey-slider>li {
    /* background-attachment: fixed; */
}

body.post-type-post .ld-fadey-slider {
    height: calc(100vh - 210px);
    min-height: 500px !important;
}

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

.ld-fadey-slider-tabs li a {
    margin: 0 5px;
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
}

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

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

.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: 930px;
}

.frontpage .caption-wrapper .row {
    justify-content: flex-end;
}

.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: 20px;
    justify-content: center;
}

.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;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    overflow: hidden;
    border-radius: 5px;
}

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

.feature__title h3,
.post__title h3 {
    font-size: 2.5em;
    line-height: 33px;
    margin-bottom: 0;
    color: #445362;
    font-weight: 400;
}

/* feature thumb */
.feature .thumb {
    width: 100%;
    order: 2;
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.feature .thumb img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
}

.feature .thumb::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .2s ease;
    z-index: 1;
    opacity: 0.1;
    background: rgba(0, 0, 0, .25);
}

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

/* feature desc */
.feature .desc {
    max-width: 100%;
    padding: 20px;
    background: #fff;
    z-index: 9;
    position: relative;
    order: 3;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 75px);
    max-width: 100%;
    /* height: 30%; */
    display: flex;
    align-items: center;
    min-height: 70px;
    min-width: 200px;
    min-height: 120px;
}

.feature .desc::before {
    /* content: "";
    position: absolute;
    left: 20px;
    width: 1px;
    background: #445362;
    height: 100px;
    max-height: calc(100% - 90px);
    top: 25px; */
}

.feature .desc p {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 20px;
    display: none;
}

/* feature buttons */
.feature-button {
    order: 4;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    padding: 0 10px;
    margin-top: -20px;
    z-index: 20;
    text-align: right;
    position: absolute;
    bottom: 5px;
}

.feature-button p {
    cursor: pointer;
    margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    background: #445362;
    color: #445362;
    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;
}

.large-fea .thumb .feature__image {
    background-size: cover;
}

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

/* 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, #ed6b21 5px, transparent 5px), linear-gradient(#ed6b21 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 {
    display: inline;
}

.row.mobile-nav-menu-message a,
.row.mobile-nav-menu-message p {
    font-size: 12px;
    color: #445362;
}

.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: #ed6b21;
    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: 50px;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
}

#header-mobile-bar .hamburger-menu {
    width: 25px;
    height: 16px;
    background: transparent;
    float: right;
}

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

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

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

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

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

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

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

.sidebar-header-mobile .logo img {
    height: auto;
    max-width: 195px;
    backface-visibility: hidden;
}

.gmap iframe {
    margin: 0 auto;
    width: 100%;
    /* 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: #445362;
    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 */
#TA_certificateOfExcellence385 {
    display: flex;
    justify-content: flex-end;
}

.regiondo-booking-wrapper .top-title h2 {
    font-size: 5.6em;
}

li.widget.widget_content.header-book-btn.stnd-btn {
    display: none;
}

.regiondo-list-product-button,
.regiondo-button.regiondo-button-addtocart,
.regiondo-booking-mobile-button {
    background: #ed6b21 !important;
}

.regiondo-list-product-button:hover,
.regiondo-button.regiondo-button-addtocart:hover,
.regiondo-booking-mobile-button:hover {
    background: #ee8e57 !important;
}

.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: #F6F4F1;*/
    /*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 {
    text-align: center;
}

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

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

body:not(.frontpage) .custom_content_container {
    padding-bottom: 25px;
}

.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: #ed6b21;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.page-template-template-contact .hero-title-wrapper.wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 200px;
}

.page-template-template-contact .hero-title-wrapper.wrapper .hero-title {
    color: #fff;
    font-size: 5em;
}

.page-template-template-contact .hero-title-wrapper.wrapper {
    margin-bottom: 10px;
}

.page-template-template-contact .ld-fadey-slider {
    position: fixed;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
}

.page-template-template-contact .ld-fadey-slider.slider-size-full {
    height: calc(100vh - 60px);
    top: 60px;
}

.page-template-template-contact.logged-in .ld-fadey-slider.slider-size-full {
    height: calc(100vh - 92px);
    top: 92px;
}

.page-template-template-contact .ld-fadey-slider-wrapper.header-slider::after {
    display: none;
}

footer a {
    color: #fff;
}

footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    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 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

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: #ed6b21;
}

a.stnd-btn,
.stnd-btn a,
.woocommerce-Button,
[type="submit"],
button {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #ed6b21;
    text-align: center;
    height: 45px;
    min-width: 0;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    line-height: 25px;
    border-radius: 22.5px 22.5px 22.5px 22.5px;
    text-decoration: none !important;
    font-family: "Arvo", serif;
    font-weight: 600;
}

a.stnd-btn:hover,
.stnd-btn a:hover,
.woocommerce-Button:hover,
[type="submit"]:hover,
button:hover {
    background: #ee8e57 !important;
    color: #fff !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;
}

header #header-top-bar.scrolled .widget_nav_menu .menu li a {
    line-height: 30px;
}

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

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

.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: #ed6b21;
    text-align: center;
}

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

.blog.blog-toplevel main {
    padding-top: 0;
    padding-bottom: 20px;
}

.wrapper.page-section-nav {
    padding-bottom: 40px;
}

.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: #FFD233;
}

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

.wrapper.top-blog-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
}

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

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

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

.social_links .social li a {
    background: transparent;
    width: 45px;
    height: 45px;
    margin: 5px;
}

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

#header-top-bar .sidebar-header-scrolled .widget.widget_logo.logo img {
    padding-top: 0;
    backface-visibility: visible;
    max-width: 320px;
}

.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 .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: #ed6b21;
}

#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 .custom_content_wrapper a {
    text-decoration: underline;
}

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

#header-top-bar .widget.widget_logo.logo img {
    backface-visibility: visible;
    max-width: 94px;
}

.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: 830px;
}

.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;
    text-decoration: underline;
}

.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: 20px;
    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: #445362;
}

.main-con a {
    color: #ed6b21;
    /* 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: #ed6b21;
    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;
    max-width: auto width: 156px;
}

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

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

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

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

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

.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;
    max-width: 820px;
    padding: 20px 0;
}

#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: #fff;
    min-height: 38px;
}

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

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

.mob-nav-wrapper .dropdown::after {
    content: "+";
    display: block;
    color: #fff;
    user-select: none;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
}

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

.mob-nav-wrapper .child_nav_open .dropdown::after {
    content: "-";
}

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: 1130px !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;
    max-width: 1140px;
    margin: auto;
}

#footer {
    z-index: 2;
}

footer sub {
    font-size: 10px;
}

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

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

.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: #445362;
    font-size: 2.2em;
    padding: 11px;
    line-height: 24px;
    position: relative;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
}

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

.sidebar-header-top .widget_nav_menu li.book-btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar-header-top .widget_nav_menu li a::before,
header .widget_nav_menu .nav-stub-span::before {
    content: "";
    width: 0;
    height: 3px;
    overflow: hidden;
    transition: width .15s ease;
    background: #ed6b21;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
}

.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: 30px;
    opacity: 1;
}

.sidebar-header-top .widget_nav_menu li.header-book-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 30px;
    margin-left: 7px;
    display: none;
}

.sidebar-header-top .widget_nav_menu li.header-book-btn a::before {
    display: none !important;
}

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

/* scrolled header */
.scrolled .sidebar-header-top .widget_nav_menu li a,
header .scrolled .widget_nav_menu .nav-stub-span {
    font-size: 1.6em;
}

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

.h-slider-tabs li a {
    margin: 0 5px;
    display: block;
    width: 30px;
    height: 3px;
    background: #445362;
    border-radius: 3px;
}

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

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

.caption-title h2,
.caption-title h3,
.caption-title h1 {
    font-size: 6em;
    color: #fff;
    line-height: 70px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    opacity: 0.8;
    font-family: 'Arvo', serif;
}

.caption-title p {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 2em;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.caption-title a {
    color: #ed6b21;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #fff;
    text-align: center;
    height: 48px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    line-height: 28px;
}

.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: #ed6b21;
    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 {
    position: relative;
    padding-top: 20px;
}

#header-top-bar-wrapper {
    height: 110px;
    pointer-events: none;
}

#header-top-bar {
    pointer-events: auto;
}

#header-top-bar ul.sidebar.sidebar-header-top.sidebar-header {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    transition: height .2s ease;
}

#header-top-bar.scrolled ul.sidebar.sidebar-header-top.sidebar-header {
    height: 60px;
}

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

#header-top-bar.scrolled ul.sidebar.sidebar-header-top.sidebar-header li.widget.widget_nav_menu {
    /*padding-bottom: 0;*/
    align-self: center;
}

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

.page-template-template-top-level .main-con-no-custom p {
    font-size: 2em;
    color: #000;
    line-height: 1.8em;
}

.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 */
.scrolled #header-top-bar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .24);
}

.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 {
    font-size: 3.4em;
    color: #fff;
    margin-bottom: 15px;
}

.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: 24px;
    margin-bottom: 30px;
    font-weight: 400;
}

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

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

/* header */
.scrolled#header-top-bar>.row::after {
    display: none;
}

/* end of header */
/* 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] {
    /* submit button for ninja forms */
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #ed6b21;
    text-align: center;
    height: 45px;
    min-width: 0;
    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 !important;
    font-family: "Arvo", serif;
    display: inline-block;
    float: right;
}

.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: #ed6b21 !important;
    color: #fff !important;
}

.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: #ed6b21 !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: 600;
}

.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 {
    height: 233px;
}

.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: 50% !important;
    height: 60px;
}

.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=submit]),
.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: #ed6b21 !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: #ed6b21;
}

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

.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: 1;
    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: #ed6b21;
    border-color: #ed6b21;
}

.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: #ed6b21;
    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;
}

.wrapper.top-con-wrap {
    padding-top: 30px;
    margin-bottom: -20px;
}

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

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

/* header */
/* end header */
/* footer */
footer #footer-bottom h3,
footer #footer-bottom h3 a {
    font-size: 110px;
    margin-bottom: 10px;
    color: #ed6b21;
    font-weight: 500;
    line-height: 0.9em;
    text-decoration: none;
}

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

body:not(.frontpage) .custom_content_wrapper:not(:first-child) {
    padding-top: 20px;
}

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

.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: 40px;
    padding-bottom: 0;
}

body.page-template-template-contact .contact-page-custom-rows-map-wrapper .custom_content_wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

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: #ed6b21;
    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: #ed6b21;
    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: #ed6b21;
    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 {
    position: absolute;
    background: transparent;
    z-index: 20;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    text-align: center;
}

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

.section-nav-item.feature .desc .feature__title h3 {
    color: #fff;
    font-size: 3em;
    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 {
    display: none;
}

.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: #ed6b21;
    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-top: 50px !important;
}

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

/* header availability checker */
.scrolled+#header-top {
    display: none;
}

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

/* frontpage */
.frontpage .custom_content_container .custom_content_wrapper:first-child>.row {
    background: transparent;
    padding: 60px 10px 100px 10px;
    max-width: 1030px;
    justify-content: center;
}

.frontpage .custom_content_container .custom_content_wrapper:first-child h2 {
    font-size: 4.5em;
    line-height: 54px;
    color: #000;
}

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

.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;
    font-family: "Arvo", sans-serif;
}

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

.frontpage .layout_features {
    padding-bottom: 80px;
}

/* cta */
.layout_cta {
    padding-top: 40px;
    padding-bottom: 90px;
    /* margin-bottom: -100px; */
}

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

.layout_cta h1,
.layout_cta h2,
.layout_cta h3,
.layout_cta h4 {
    color: #000;
    font-size: 4.2em;
    line-height: 54px;
    font-weight: 400;
}

.layout_cta .call_to_action_link {
    text-align: center;
    padding-top: 25px;
}

.layout_cta .row.cta_content_row {
    background: transparent;
}

/* end cta */
/* footer */
#footer-top .widget_content_col:not(:first-child) {
    padding-top: 35px;
}

.row.sidebar-footer-bottom {
    flex-wrap: wrap;
}

/* standard pages */
.main-con.standard-page {
    padding-top: 15px;
}

.concertina-header::before {
    content: "+";
    font-size: 20px;
    font-weight: 600;
    color: #445362;
    line-height: 26px;
    /*border-right: 2px solid #000;
    border-bottom: 2px solid #000;*/
    border: none;
    user-select: none;
    /*width: 10px;
    height: 10px;*/
    /*transform: rotate(-45deg);*/
    transform: none;
    transition: transform .15s ease;
    right: 10px;
    left: auto;
    display: block;
    position: absolute;
    top: auto;
}

.concertina-item.open .concertina-header::before {
    transform: none;
    content: "-";
}

.page-template-template-contact main .row {
    background: transparent;
}

.main-con.standard-page .row {
    z-index: 10;
    background: #fff;
}

.main-con.standard-page h1 {
    margin-bottom: 40px;
}

.main-con.standard-page h1+p {
    font-size: 1.8em;
    line-height: 28px;
}

.concertina-header h4 {
    font-weight: 600;
    color: #445362;
    font-size: 2em;
    line-height: 26px;
    padding-right: 40px;
}

.layout_concertina .top-title h3 {
    margin-bottom: 0;
    padding-top: 20px;
}

.concertina-header {
    padding: 31px 0 33px 0;
    border-bottom: 1px solid #445362;
}

.concertina-content-inner {
    padding: 30px 30px;
}

.concertina-content-inner p {
    font-size: 1.3em;
    color: #000;
    font-weight: 500;
    line-height: 20px;
}

.concertina-content-inner li {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
}

.concertina-item {
    border: none;
}

.post-type-post .row.narrow .col.span-1-1.content {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 115px;
}

/* single post / blog */
.post-type-post main {
    z-index: 99;
}

.no-header-images #header-top {
    display: none;
}

.post-type-post main {
    padding-top: 45px;
}

.post-type-post.has-header-images main {
    margin-top: -250px;
}

main .row {
    background: #fff;
    max-width: 980px;
}

.post-type-post main .row .col.span-1-1.content {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 80px;
}

.post-type-post h1 {
    margin-bottom: 30px;
    line-height: 48px;
    font-size: 4em;
}

.post-type-post h1+p {
    font-size: 2.2em;
    line-height: 36px;
    color: #445362;
    font-weight: 400;
}

.post-type-post h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3.4em;
    line-height: 40px;
}

.post-type-post main p {
    color: #000;
}

.post-type-post .layout_posts:last-child {
    padding-top: 210px !important;
}

.post-type-post .layout_posts .top-title * {
    font-size: 2.5em;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 20px;
}

.post-type-post .layout_posts .row {
    max-width: 1130px;
}

/* contact page */
.page-template-template-contact main {
    background: #445362;
    box-shadow: none;
}

.page-template-template-contact .ftb-widget {
    border-top: 1px solid #fff;
    max-width: 470px;
    padding-top: 6px;
    padding-bottom: 0;
}

.page-template-template-contact .ftb-widget .ftb-bookingWidget__inner--lg .ftb-bookingWidget__dateSearch {
    margin-left: 0;
}

.nf-form-cont .nf-form-title h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.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 {
    max-width: 400px;
}

.contact-form-narrow .span-1-2:last-child {
    max-width: 460px;
}

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

footer::before {
    content: "";
    position: absolute;
    top: -49px;
    left: 0;
    right: 0;
    background: url(assets/images/elements/bg-wave-blue.png) no-repeat center top #fff;
    background-size: 100% auto;
    width: 100%;
    height: 69px;
    user-select: none;
    pointer-events: none;
}

footer {
    margin-top: 49px;
}

.page-template-template-contact main {
    padding-bottom: 0;
}

.page-template-template-contact footer::before {
    background-image: url(assets/images/elements/footer-bg.png);
    background-color: transparent;
}

.page-template-template-contact footer {
    z-index: 20;
    margin-top: 0;
}

.footer-book-now {
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.frontpage .ld-fadey-slider-wrapper.header-slider {
    z-index: 0;
    height: calc(85vh - 230px);
    min-height: 450px;
    max-height: none;
}

.frontpage .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
    position: fixed;
    max-width: calc(100% - 80px);
    max-height: calc(85vh - 230px);
    min-height: 450px;
}

main {
    padding-bottom: 110px;
}

.frontpage main {
    background: #fff;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 165px;
}

.frontpage main::before {
    content: "";
    position: absolute;
    top: -69px;
    left: 0;
    right: 0;
    background: url(assets/images/elements/bg-top-wave.png) no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    height: 70px;
    user-select: none;
    pointer-events: none;
}

.frontpage .floating-caption {
    width: 100%;
    padding-bottom: 35px;
}

.frontpage .floating-caption .caption-title {
    text-align: center;
}

/* allow slider to stretch across the page */
.frontpage .layout_posts {
    overflow: hidden;
}

.frontpage .layout_posts .ld_h_slider_wrapper,
.frontpage .layout_posts .h-slider-wrapper {
    overflow: visible;
}

.frontpage .layout_posts .h-slider-nav,
.frontpage .reviews .h-slider-nav {
    display: block;
    background: url(assets/images/elements/arrow.png) no-repeat right center;
    right: 10px;
    top: -59px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    left: auto;
    background-size: 30px auto;
}

.frontpage .layout_posts .h-slider-nav.h-slider-prev,
.frontpage .reviews .h-slider-nav.h-slider-prev {
    right: 30px;
}

.frontpage .layout_posts .h-slider-tabs,
.frontpage .reviews .h-slider-tabs {
    display: none;
}

.frontpage .layout_posts .top-title {
    max-width: calc(100% - 60px);
    /* allow room for next / prev nav */
    margin: 0;
}

#footer-top img {
    max-width: 172px;
    height: auto;
    margin-bottom: 0;
}

main {
    padding-top: 70px;
}

/* different BG for posts */
.post-type-post main .row {
    background: #F4F4F4;
    max-width: 780px;
}

.post-type-post .ld-fadey-slider-wrapper {
    background: #F4F4F4;
    border-color: #F4F4F4;
}

.post-type-post footer::before {
    background-color: #F4F4F4;
}

.post-type-post .row.top-con {
    padding-bottom: 30px;
    padding-top: 55px;
    background: #F4F4F4;
}

body.post-type-post {
    background: #F4F4F4;
    border-color: #F4F4F4;
}

.post-type-post.has-header-images .row.narrow,
.post-type-post.has-header-images .narrow .row {
    max-width: 1150px;
    background: #F4F4F4;
    margin-top: -60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

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

.post-type-post main {
    z-index: 8;
}

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: #ed6b21;
    padding-left: 17px;
}

.mob-nav-wrapper li.checkout a,
.mob-nav-wrapper li.checkout .nav-stub-span {
    color: #ed6b21;
}

.social-stream .col.span-1-1:not(.top-title):not(.bottom-title) {
    padding-left: 0;
    padding-right: 0;
}

html #cookie-notice a {
    color: #ed6b21;
}

/* for IE */
footer>* {
    overflow-x: hidden;
}

main>.wrapper {
    overflow-x: hidden;
}

.hidden {
    display: none !important;
}

.reviews {
    padding-top: 25px;
    padding-bottom: 10px;
}

.reviews .h-slider-wrapper {
    overflow: visible;
}

.reviews p {
    color: #000;
    margin-bottom: 10px;
}

.reviews .top-title h3 {
    margin-bottom: 10px;
}

.regiondo-booking-wrapper .top-title {
    text-align: center;
}

.regiondo-booking-wrapper .top-title .col>* {
    margin: 0;
}

.regiondo-booking-anchor {
    transform: translateY(-80px);
    height: 0;
}

/* regiondo styles */
/* .regiondo-catalog-filters-categories-input, .regiondo-catalog-filters-location-input, .regiondo-catalog-filters-dates-input, .regiondo-catalog-filters-more-button, .regiondo-catalog-filters-mobile-button {
    display: none;
}

.regiondo-list-product-button,
.regiondo-booking-mobile-button,
.regiondo-button.regiondo-button-addtocart {
    background-color: #ed6b21;
}

.regiondo-list-product-button:hover,
.regiondo-button.regiondo-button-addtocart:hover,
.regiondo-booking-mobile-button:hover {
    background-color: #ee8e57 !important;
}

.regiondo-list-product-rating svg>path {
    fill: #EBAA32
}

.regiondo-list-product-label-bestseller {
    display: none;
}

.regiondo-list-product, .regiondo-list-product-header, .regiondo-list-product-description, .regiondo-list-product-short-info, .regiondo-list-product-duration, .regiondo-list-product-price-label, .regiondo-list-product-button, .regiondo-product-short-description>div, .regiondo-product-short-description>ul, .regiondo-collapsible-content-closed, .regiondo-collapsible-content-open, .regiondo-product-description-body, .regiondo-product-details, .regiondo-product-header, .regiondo-booking-header, .regiondo-collapsible-header svg {
    font-family: "Poppins", sans-serif;
}

.regiondo-booking-wrapper .regiondo-catalog-list > div {
    width: 33.3333% !important;
    max-width: 900px;
} */

/* regiondo styles 2022 NEW */
.regiondo-catalog-filters-categories-input,
.regiondo-catalog-filters-location-input,
.regiondo-catalog-filters-dates-input,
.regiondo-catalog-filters-more-button,
.regiondo-catalog-filters-mobile-button {
    display: none;
}

.regiondo-list-product-button,
.regiondo-booking-mobile-button,
.regiondo-button.regiondo-button-addtocart {
    background-color: #EBAA32;
}

.regiondo-list-product-button:hover,
.regiondo-button.regiondo-button-addtocart:hover,
.regiondo-booking-mobile-button:hover {
    background-color: #FF7700;
}

.regiondo-list-product-rating svg>path {
    fill: #EBAA32
}

.regiondo-list-product-label-bestseller {
    display: none;
}

.regiondo-list-product,
.regiondo-list-product-header,
.regiondo-list-product-description,
.regiondo-list-product-short-info,
.regiondo-list-product-duration,
.regiondo-list-product-price-label,
.regiondo-list-product-button,
.regiondo-product-short-description>div,
.regiondo-product-short-description>ul,
.regiondo-collapsible-content-closed,
.regiondo-collapsible-content-open,
.regiondo-product-description-body,
.regiondo-product-details,
.regiondo-product-header,
.regiondo-booking-header,
.regiondo-collapsible-header svg {
    font-family: "Poppins", sans-serif;
}

@media (max-width : 768px) {
    .regiondo-catalog-list>div {
        width: 100%;
        max-width: none;
    }
}

.regiondo-product-gallery>div {
    grid-template-columns: 0 100%;
}

.regiondo-product-gallery-screen {
    width: 100%;
    max-width: none;
}

.regiondo-product-gallery-slide.regiondo-product-image>img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
}

.regiondo-product-gallery-slide.regiondo-product-image {
    width: 100%;
    height: auto;
}

/* end regiondo styles */
/* RESPONSIVE RULES */
@media all and (max-width: 1250px) {

    .post-type-post.has-header-images .row.narrow,
    .post-type-post.has-header-images .narrow .row {
        max-width: calc(100% - 120px);
    }
}

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

    /* small screen laptop - frontpage */
    .frontpage .custom_content_container .custom_content_wrapper:first-child h2 {
        font-size: 4.2em;
    }

    .oembed:not(.gmap) {
        padding-bottom: 54%;
    }

    .feature .desc {
        height: 24%;
    }

    /* 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: 980px) {
    #TA_certificateOfExcellence385 {
        justify-content: center;
    }

    .regiondo-booking-wrapper .top-title h2 {
        font-size: 4em;
    }

    header .widget.widget_logo.logo {
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo a {
        display: block;
    }

    .hamburger-menu {
        display: block;
    }

    .menu li.checkout a::after {
        content: "";
    }

    .header-images-disabled:not(.page-template-template-contact),
    .no-header-images:not(.page-template-template-contact) {
        border: none;
    }

    body.post-type-post .ld-fadey-slider {
        max-height: 50vh;
        min-height: 300px !important;
    }

    .post-type-post .row.narrow .col.span-1-1.content {
        padding-top: 45px;
    }

    .post-type-post.has-header-images main {
        margin-top: 0;
    }

    .post-type-post.has-header-images .row.narrow,
    .post-type-post.has-header-images .narrow .row {
        margin-top: -100px;
    }

    main {
        padding-top: 30px;
    }

    .layout_gallery_slider .ld-fadey-slider {
        height: 260px;
    }

    .top-blog-wrap h1,
    .post-type-post h1 {
        font-size: 3em;
        line-height: 36px;
    }

    .top-blog-wrap p,
    .post-type-post h1+p {
        font-size: 1.6em;
        line-height: 25px;
    }

    .post-type-post h2 {
        font-size: 2.6em;
        line-height: 36px;
    }

    .post-type-post .layout_posts:last-child {
        padding-top: 20px !important;
    }

    .post-type-post .layout_posts .top-title * {
        margin-bottom: 25px;
    }

    .posts-view-all-button a,
    .post-type-post .layout_posts .top-title * {
        font-size: 20px;
    }

    .posts-view-all-button {
        top: -40px;
        right: auto;
        left: 0;
    }

    .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: 5em;
        line-height: 1.1em;
    }

    .ld-fadey-slider-wrapper.header-slider {
        border: none !important;
    }

    .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
        max-width: 100% !important;
        position: static !important;
        border-radius: 0 !important;
    }

    .frontpage main::before {
        background-size: 200% auto;
    }

    .frontpage main {
        margin-top: 37px;
    }

    .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 {
        max-height: calc(50vh + 48px);
    }

    .frontpage .custom_content_container .custom_content_wrapper:first-child h2,
    .frontpage .custom_content_container .custom_content_wrapper:first-child h1,
    .frontpage .custom_content_container .custom_content_wrapper:first-child h3 {
        font-size: 3em;
        line-height: 36px;
        text-align: center;
        color: #445362;
    }

    .frontpage .custom_content_container .custom_content_wrapper:first-child>.row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .frontpage .floating-caption {
        padding-bottom: 0;
    }

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

    .floating-caption .row {
        max-width: 380px;
    }

    .frontpage .layout_features {
        padding-bottom: 0;
    }

    .layout_cta {
        padding-top: 10px;
        padding-bottom: 45px;
    }

    .layout_cta h1,
    .layout_cta h2,
    .layout_cta h3,
    .layout_cta h4 {
        font-size: 2.6em;
        line-height: 33px;
        color: #445362;
    }

    .layout_cta .call_to_action_link {
        padding-top: 10px;
    }

    .oembed:not(.gmap) {
        margin-bottom: 10px;
    }

    .top-title>* {
        margin-bottom: 5px;
    }

    .frontpage main {
        padding-bottom: 35px;
    }

    a.h-slider-nav {
        display: none !important;
    }

    .h-slider-tabs {
        display: block !important;
    }

    body:not(.product-type-post):not(.page-template-template-contact) .footer-book-now {
        position: fixed;
        z-index: 9;
        bottom: 10px;
        right: 0px;
        display: none;
    }

    .page-template-template-contact .footer-book-now,
    .post-type-product .footer-book-now,
    .woocommerce-cart-page .footer-book-now,
    .woocommerce-checkout-page .footer-book-now,
    .woocommerce-account-page .footer-book-now {
        display: none;
    }

    #footer-top img {
        margin: 0 auto;
    }

    footer .footer-book .flex {
        flex-wrap: wrap;
    }

    footer .footer-book .flex>.col {
        flex-basis: 100%;
        text-align: center;
    }

    footer .footer-book .flex>.col:first-child {
        order: 2;
        padding-top: 20px;
    }

    footer .footer-book .flex>.col:first-child>* {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    footer .footer-book .flex>.col:not(:first-child) {
        order: 1;
    }

    .social_links ul.social {
        justify-content: center;
    }

    .copy-text p {
        text-align: center !important;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .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: 50px;
    }

    .contact-form-narrow .top-title * {
        font-size: 3em;
    }

    .contact-page-custom-rows-map-wrapper h3,
    .contact-page-custom-rows-map-wrapper h2 {
        font-size: 2.6em;
    }

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

    .page-template-template-contact .ld-fadey-slider.slider-size-full {
        height: calc(100vh - 50px);
        top: 50px;
    }

    #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 */
    h2,
    h3 {
        font-size: 2.4em;
    }

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

@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) {
    .nf-form-cont .nf-form-content .nf-field-container.one-half {
        width: 100% !important;
        margin-bottom: 0 !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;
    }
}

@media all and (max-width: 768px) {
    .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 main::before {
        background-size: 100% auto;
    }

    .frontpage .layout_1_column,
    .frontpage .layout_1_column .col {
        padding-top: 0;
    }

    .frontpage .custom_content_container .custom_content_wrapper:first-child h2,
    .frontpage .custom_content_container .custom_content_wrapper:first-child h1,
    .frontpage .custom_content_container .custom_content_wrapper:first-child h3 {
        margin-bottom: 10px;
    }

    .feature .desc {
        height: 14%;
    }

    .layout_cta {
        padding-bottom: 20px;
    }

    .frontpage .video-row {
        display: none;
    }

    .frontpage .layout_posts .top-title {
        max-width: 100%;
        padding-bottom: 5px;
    }

    .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: 2.2em;
    }

    .frontpage .layout_1_column p {
        line-height: 25px;
        font-size: 1.6em;
    }

    .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) {
    .post-type-post .row.narrow .col.span-1-1.content {
        padding-top: 0;
    }

    .post-type-post.has-header-images .row.narrow,
    .post-type-post.has-header-images .narrow .row {
        margin-top: 0;
        max-width: 100%;
    }

    .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: 3em;
    }

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

    .main-con.standard-page h1+p {
        font-size: 1.6em;
        line-height: 1.6em;
    }

    h2,
    h3 {
        /* font-size: 3.2em; */
    }

    h1 {
        font-size: 3.4em;
        margin-bottom: 0.8em !important;
        /*font-weight: 600;*/
    }

    .row.mobile-nav-menu-message a,
    .row.mobile-nav-menu-message p {
        font-size: 13px;
    }

    .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: -15px;
    }

    #nf-field-7-wrap {
        padding-right: 20px;
    }

    .blog-post .feature__title h3 {
        font-size: 1.8em;
        line-height: 1.3em;
    }
}

@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 .col.stnd-btn p {
        text-align: left !important;
    }

    .blog-listing .blog-post.span-1-3 {
        flex-basis: 100%;
    }

    footer::before {
        background-size: 100% 69px;
    }

    .h-slider-tabs {
        text-align: center !important;
    }

    #footer-bottom {
        padding-bottom: 75px;
    }

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

    .main-con.standard-page h1+p {
        font-size: 1.6em;
        line-height: 25px;
    }

    .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) {}

/* END OF RESPONSIVE RULES */
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    /*.large-fea .push-features .feature .thumb {
      min-height: none !important;
  }*/
}

/* changes Dec 2025 */
#header-top-bar .col.span-1-1.widget_content_col.widget-content-col-0 {
    flex-grow: 0;
    max-width: 117px;
    padding: 0 !important;
}

#header-top-bar .fh-icon--ship.fh-button-true-flat-color.fh-fixed--bottom.fh-shape--round {
    position: unset !important;
    font-size: 13px !important;
    margin-left: 0 !important;
}

.footer-book-now .fh-icon--ship.fh-button-true-flat-color.fh-fixed--bottom.fh-shape--round {
  position: unset !important;
  font-size: 16px !important;
  height: auto;
}
.mobile-nav-menu-message .fh-icon--ship.fh-button-true-flat-color.fh-fixed--bottom.fh-shape--round {
    position: unset !important;
    font-size: 13px !important;
    height: auto;
}
.mobile-nav-menu-message .fh-icon--ship.fh-button-true-flat-color.fh-fixed--bottom.fh-shape--round {
  position: unset !important;
  font-size: 20px !important;
  height: auto;
  width: auto;
}
.frontpage .caption-wrapper .row {
    justify-content: center;
}

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

.frontpage main {
    padding-bottom: 85px;
}

.frontpage .custom_content_container .custom_content_wrapper:first-child>.row {
    padding: 60px 10px 10px 10px;
}

#header-top-bar .sidebar-header-scrolled .widget.widget_logo.logo img {
    max-width: 280px;
}

.concertina-content-inner p {
    font-size: 1.6em;
}
#header-top-bar .widget.widget_logo.logo img {
  backface-visibility: visible;
  max-width: 134px;
  margin-top: -14px;
}
.post-filters li {
    flex-basis: auto;
}
body>main>div.wrapper.regiondo-booking-wrapper>div>div>div.wrapper.regiondo-booking-wrapper>div.row.booking-widget>div>product-catalog-widget {
    display: none !important;
}

body>main>div.wrapper.regiondo-booking-wrapper>div.row.booking-widget>div>product-catalog-widget {
    display: none !important;
}
.wrapper.regiondo-booking-wrapper {
  display: none;
}
#header-top-bar .widget.widget_logo.logo {
    max-width: 155px;
}
.widget.widget_content.book-head {
  max-width: 120px;
}