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

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

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

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

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

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

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

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

* {
  font-variant-ligatures: none;
  font-family: "Poppins", sans-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: 1.6em;
  font-weight: 300;
  color: #000;
}

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

p code {
  font-size: 100%;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  clear: both;
  position: relative;
  color: #286387;
  font-weight: 500;
  line-height: 1.2em;
}

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

/* only apply em-based margins for typed content - this stops us having to override the margins in too many places when trying to line up other text. */
.content p {
  margin-top: 0.8em;
  margin-bottom: 1.58em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}

html,
body {
  background: #fff;
}

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

/* 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: 4em;
  color: #286387;
  line-height: 1.5;
}

h2 {
  font-size: 6em;
}

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

.widgettitle {
  margin-top: 0;
}

h4 {
  font-size: 3em;
}

h5 {
  font-size: 2em;
  color: #000;
}

h6 {
  font-size: 1.6em;
}

/* h1 em, h2 em, h3 em, h4 em, h5 em, h6 em
{
    font-style: normal;
    color: #A2AC00;
} */
a,
input {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.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: 45px;
  padding-bottom: 30px;
}
main ul li {
  font-weight: 400;
  line-height: 2em;
  list-style: none;
  position: relative;
}

main ul li::before {
  content: "\2713";
  font-size: 24px;
  color: #a2ac00;
  display: block;
  text-align: center;
  line-height: 6px;
  border: solid 2px #286387;
  position: absolute;
  left: -35px;
  height: 15px;
  width: 15px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
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: #00648a;
}

/* buttons & controls */
a.post {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

a.post .desc {
  text-align: left;
  min-height: 150px;
  padding: 40px 60px;
  background: transparent;
}

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

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

.post-info span {
  color: #000;
  font-size: 1em;
  font-weight: 600;
}

.blog .feature .thumb img {
  border: none;
}

.blog .feature__title h3 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.4em;
}

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

select {
  background: url(assets/images/elements/down-arrow-grey.png) no-repeat
    calc(100% - 25px) calc(50% + 2px) #fff;
  min-height: 70px;
  cursor: pointer;
  text-align-last: left;
  -webkit-appearance: none;
  text-decoration: none !important;
  /* border-radius: 50px; */
  padding: 0 25px;
  line-height: 74px;
  color: #c2a567;
  height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  min-width: 250px;
  font-size: 18px !important;
  text-align: left;
  box-shadow: 0px 0px 13px 0px rgba(22, 22, 22, 0.31);
  max-width: 220px;
}

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

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

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

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

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

.children-inner {
  width: 310px;
}

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

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

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

header .widget_nav_menu .children {
  top: 50px;
  /* right: 0; */
  background: #fff;
  padding-bottom: 15px;
  padding-top: 15px;
}

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

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

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

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

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

#header-top-bar-wrapper.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  -webkit-transition: opacity 0.2s ease, height 0.2s ease;
  transition: opacity 0.2s ease, height 0.2s ease;
}

#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, 0.16);
}

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

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

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

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

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

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

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

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

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

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

.mob-nav-wrapper li a,
.mob-nav-wrapper li .nav-stub-span {
  font-size: 26px;
  color: #fff;
  padding: 10px;
  line-height: 0.8em;
  font-weight: 600;
  padding-left: 40px;
  line-height: 1em;
}

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

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

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

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

#header-top-bar .sidebar.sidebar-header-top p,
#header-top-bar .sidebar.sidebar-header-top a {
  font-size: 15px;
  color: #fff;
}

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

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

#header-top {
  z-index: 2;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}
.contact-top.bottom-links {
  position: fixed;
  right: 20px;
  top: 50px;
}
.contact-top.bottom-links a {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.contact-top.bottom-links a {
  color: #fff !important;
}
.no-header-images #header-top,
.header-images-disabled #header-top {
  position: relative;
}

footer {
  background: #f4f4f4;
  padding-top: 0;
}
.frontpage footer {
  background: #fff;
}
footer .sidebar-footer .widget:not(.widget_content),
footer .sidebar-footer-top .widget:not(.widget_content) {
  text-align: center;
}

#copyright {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* end of header slider height declarations


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

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

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

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

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 {
  right: 3px;
  transform: rotate(-180deg) translateY(-60%);
}

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

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

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

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

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

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

/* head / scroll down button */
.head-btn {
  display: block;
  background: url(assets/images/elements/down-arrow.png) no-repeat center center;
  margin: 20px auto;
  width: 70px;
  height: 70px;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.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: 1020px;
}

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

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

.caption-wrapper .caption-link a {
  padding: 15px 40px;
  width: auto;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: background 0.25s ease;
  transition: background 0.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, 0.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 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

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

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

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

.feature .feature_title_wrapper {
  text-align: center;
  width: 100%;
  background: rgba(0, 100, 138, 0.6);
  padding: 30px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature__title h3,
.post__title h3 {
  font-size: 2.2em;
  margin-bottom: 10px;
  text-align: center !important;
}

.feature__title h3 {
  font-size: 3em;
  color: #fff;
}

.has-background-image .col.span-1-1.top-title h2 {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
}

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

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

/* feature thumb */
.feature .thumb {
  width: 100%;
  order: 2;
  position: relative;
  z-index: 3;
}

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

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

/* feature desc */
.feature .desc {
  text-align: center;
  max-width: 100%;
  background: rgba(0, 100, 138, 0.6);
  position: relative;
  order: 3;
  z-index: 3;
  padding: 0;
}

.feature .desc p {
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: left;
  color: #fff;
  font-weight: 500;
}

/* 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: #000;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  text-align: right;
  width: auto;
  min-width: 178px;
  transition: background 0.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;
}

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

.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 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

.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, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.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 0.2s ease, width 0.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 0.2s ease, width 0.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: #a2ac00;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90001;
}

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

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

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

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

/*.blog .custom_content_wrapper.wrapper.layout_posts .row {
    max-width: 1160px !important;
    padding-bottom: 40px;
    grid-template-columns: repeat(4, 1fr);
}*/
.hamburger-menu span {
  border-radius: 20px;
  background: #bea56f;
  height: 2px;
  width: 25px;
}

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

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

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

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

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

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

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

.gmap iframe {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  /* 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;
}

body.page-template-template-contact {
  background: #f4f4f4;
}

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

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

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

/* ADDITIONS */
.page-privacy-cookies #header-top-bar {
  height: 160px;
}
.page-privacy-cookies #header-top-bar.scrolled {
  height: 70px;
}
.scrolled .logo a {
  pointer-events: all;
}
#header-top-bar.scrolled .sidebar:not(.sidebar-header-scrolled) .widget.widget_logo.logo img {
  min-width: 210px;
  max-width: 50px;
}
.scrolled .widget.widget_logo.logo {
  position: absolute;
  left: 0;
  top: 13px;
}
.services img {
  border-radius: 10px;
}
.layout_2_column .col.span-1-2 p {
  display: flex;
  justify-content: center;
}
.layout_2_column img {
  border-radius: 10px;
  max-height: 350px;
  aspect-ratio: 1/1;
  width: auto;
}
.foot-logo-gall img {
  max-height: 60px;
  width: auto !important;
  flex-basis: auto;
  max-width: 150px;
}
.layout_2_column .col.span-1-2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.frontpage .wrapper.layout_3_column p,
.frontpage .wrapper.layout_3_column p a,
.frontpage .wrapper.layout_3_column p strong {

  text-decoration: none;
  font-size: 17px;
}
.grey-bg.padd-top h4 {
  color: #525252;
  font-size: 25px;
}
#contact.h2 {
  font-size: 4em;
}
.custom_content_wrapper.wrapper.layout_1_column.grey-bg.padd-top.standard-width {
  padding-top:60px;
}
.frontpage .custom_content_wrapper.wrapper.layout_1_column p {
  margin-bottom: 2.6em;
}
.frontpage .services.padd-btm-lrg {
  padding-top: 60px;
  padding-bottom: 80px;
}
.frontpage .layout_1_column.padd-btm-lrg {
  /* padding-bottom: 120px;
  padding-top: 80px; */
}
.layout_features.padd-btm.grey-bg.wide {
  padding-top: 90px;
}
.logo a {
  pointer-events: none;
}
.scrolled .contact-top.bottom-links {
  top: 10px;
}
.blog .layout_cta {
  padding-top: 0 !important;
  padding-bottom: 0;
}
.header-images-disabled.post-type-post main {
  padding-top: 420px;
}
.team-con .open .concertina-content-inner {
  min-height: 410px;
  padding-bottom: 40px;
}
footer .gallery {
  display: inline-flex !important;
  flex-wrap: nowrap;
}
.foot-logo-gall .__js_mob_gallery_slider_mob.wrapper {
  display: none !important;
}
.not-found-body main {
  padding-top: 100px;
}
.custom_content_wrapper.wrapper.layout_flex_column.contact-details
  .col.span-1-3 {
  padding-bottom: 30px;
}
.contact-details h5 {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
}
.contact-page-custom-rows-map-wrapper .contact-details p {
  font-size: 1.2em;
}

.custom_content_wrapper.wrapper.layout_flex_column.contact-details {
  padding-bottom: 80px;
}
.page-template-template-contact .widget.widget_content.foot-logo-gall {
  margin-top: 0;
}
.top-blog-wrap .row.wide {
  max-width: 1170px;
}

.widget.widget_content.foot-logo-gall .widget-content-col-0 {
  flex-basis: 32%;
}
.blck-bg h4 {
  font-weight: 600;
}
footer h4 {
  margin-bottom: 0;
  font-weight: 500;
}
footer h4 a {
  font-size: 16px;
  margin-bottom: 0;
}
footer h5.widgettitle {
  font-size: 3.4em;
  padding-bottom: 30px;
}

footer #footer .sidebar-footer .widget.blck-bg form input[type="text"] {
  flex-basis: 70%;
}

footer #footer .sidebar-footer .widget.blck-bg form input[type="submit"] {
  flex-basis: 20%;
  margin-left: 5px;
}

footer #footer .sidebar-footer .widget.blck-bg form {
  display: flex;
  margin-bottom: 0;
}

footer #footer .sidebar-footer .widget.blck-bg form br {
  display: none;
}

.frontpage .wrapper.layout_3_column {
  padding: 20px 0 80px 0;
}

.frontpage .wrapper.layout_3_column a {
  text-decoration: underline;
}

.blog-listing__load-more-btn .stnd-btn {
  color: #00648a;
  background: none;
  text-decoration: underline !important;
  font-weight: 600;
}

.blog-listing__load-more-btn .stnd-btn:hover {
  color: #a2ac00;
}

.big-slider .slider-next.slider-nav.ld-fadey-slider-nav.next {
  bottom: auto;
  transform: translateY(50px);
}

.frontpage .layout_posts .posts-row .h-slider-nav {
  display: none;
}

.post .feature__title h3 {
  color: #00648a;
  font-size: 2.5em;
  font-weight: 600;
}

.post.feature .feature_title_wrapper {
  position: relative;
  background: transparent;
  padding: 0;
}

footer .col.span-1-2.widget_content_col {
  display: flex;
  align-items: center;
}

.foot-logo-gall h4 {
  color: #286387;
  font-size: 2.4em;
  font-weight: 600;
}

.blck-bg,
#footer-bottom {
  background: #000;
}

#footer > .row {
  max-width: 100%;
}

#footer .row .widget > .flex {
  max-width: 1140px;
  margin: 0 auto;
}
#footer .row .widget.foot-logo-gall>.flex {
align-items: center;
}

.foot-logo-gall .gallery-item {
  display: flex;
  align-items: center;
}
.foot-logo-gall .gallery-icon {
  display: flex;
  justify-content: center;
}
.layout_slider .content-slide-thumb .content-slide-desc {
  max-width: 394px;
  background: #fff;
  justify-content: flex-start;
}

.full-width .wide.row {
  max-width: none;
}

.custom_content_wrapper.wrapper.layout_features .row {
  position: unset;
  max-width: 1160px !important;
}

.custom_content_wrapper.wrapper.layout_features .row .ld_h_slider_wrapper.row {
  max-width: 1180px !important;
}

.h-slider-tabs {
  display: none;
}

.frontpage .custom_content_wrapper.wrapper {
  background: #fff;
}
.frontpage .custom_content_wrapper.wrapper.grey-bg {
  background: #efefef;
}
.frontpage main {
  background: #efefef;
}

.scrolled .widget.widget_content.header-book-btn.stnd-btn {
  left: 0;
}

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

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

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

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

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

.page-template-template-contact .footer-custom-content-row-wrapper {
  margin-top: 0;
}

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

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

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

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

.frontpage .layout_posts .top-title h3 {
  font-size: 3.4em;
}

.short-col h2,
.short-col p {
  max-width: 420px;
}
/* 
.no-header-images .main-con.standard-page,
.header-images-disabled .main-con.standard-page,
.header-images-disabled .wrapper.top-blog-wrap {
  padding-top: 255px;
} */

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

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

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

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

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

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

.layout_cta.cta-image-full .row.cta_content_row h2 {
  text-transform: uppercase;
}

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

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

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

.layout_features .col {
  padding: 10px;
}

.nf-form-cont .nf-form-content input[type="submit"] {
  background: #000 !important;
}
#menu_main-nav a {
  color: #00648a !important;
  font-size: 18px !important;
  text-transform: initial;
  font-weight: 400;
  padding: 0 15px;
}

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

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

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

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

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

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

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

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

.widget.widget_content.header-book-btn.stnd-btn {
  position: absolute;
  left: 210px;
  top: 46px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gallery {
  padding: 0;
}

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

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

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

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

.widget.widget_content.footer-content {
  min-height: 470px;
  display: flex;
  align-items: center;
  background: #00648a;
}
footer #footer .sidebar-footer .widget.blck-bg {
  min-height: 140px;
}
footer #footer .sidebar-footer .widget.blck-bg.copy-text {
  min-height: 50px;
}
.layout_1_column.key-phrase {
  padding-top: 20px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  min-height: 440px;
  margin-bottom: 50px;
}

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

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

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

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

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

.widget.widget_content.contact-top {
  position: absolute;
  right: 0;
  top: 14px;
}

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

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

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

.page-template-template-contact
  .custom_content_wrapper.wrapper.layout_1_column {
  padding-bottom: 60px;
}

.cta-content p {
  font-size: 2em;
  line-height: 1.4em;
}

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

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

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

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

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

.widget.widget_logos.logos {
  background: #fff;
  justify-content: center;
  min-height: 122px;
  align-items: center;
  /* margin-bottom: 20px; */
}

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

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

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

footer a {
  color: #fff;
}

footer p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  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: 3.4em;
  font-weight: 600;
}

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

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

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

a.stnd-btn,
.stnd-btn a,
.woocommerce-Button,
[type="submit"],
button {
  background: #a2ac00;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: center;
  font-size: 30px;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 16px !important;
  padding-top: 12px;
  display: inline-block;
}

header .stnd-btn a {
  min-height: 37px;
  padding: 10px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header-top-bar .sidebar-header-scrolled .widget.widget_logo.logo img {
  padding-top: 0;
  max-width: 91px;
  flex-grow: 0;
  image-rendering: -webkit-optimize-contrast;
}

.main-con .content img {
  margin-bottom: 2em;
}

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

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

.front-main-cont-wrapper::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 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: 90px;
}
p strong {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
}
.blog .row.hero-message.top-con .col {
  max-width: 100%;
}

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

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

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

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

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

.not-found,
.search .col.span-1-1.content {
  padding: 100px 0;
}

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

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

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

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

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

.ld_h_slider_wrapper.row {
  padding: 0;
}

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

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

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

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

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

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

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

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

#header-top-bar
  .sidebar:not(.sidebar-header-scrolled)
  .widget.widget_logo.logo
  img {
  min-width: 480px;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

.ld-fadey-slider-wrapper.header-slider {
  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;
  background: #fff;
}

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

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

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

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

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

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

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

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

.frontpage .ld-fadey-slider > li .caption-wrapper::after {
  content: "";
  right: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 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: 0;
  padding-bottom: 20px;
}

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

.main-con a {
  color: #a2ac00;
  /* text-decoration: underline; */
}
.main-con a.stnd-btn {
  color: #fff;
}
.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 0.2s ease;
}

.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: #a2ac00;
  text-align: center;
  height: 45px;
  min-width: 175px;
  font-size: 16px !important;
  font-weight: 500;
  display: inline-block;
  line-height: 25px;
  text-decoration: none;
  width: 156px;
}

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

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

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

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

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

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

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

.social-small .social li a:hover {
  opacity: 0.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;
}

.big-slider .ld-fadey-slider {
  background-color: rgb(0, 0, 0);
}

.big-slider .ld-fadey-slider p {
  color: #fff;
}

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


#header-top .widget.widget_logo.logo {
  text-align: center;
  transition: all 0.6s ease;
}

.sidebar.sidebar-header {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  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 {
  left: -10px;
  height: 39px;
  background: transparent;
  top: 15px;
}

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

.mob-nav-wrapper .dropdown::after {
  content: "";
  display: block;
  cursor: pointer;
  height: 39px;
  width: 43px;
  background: url(assets/images/elements/down-arrow-white.png) no-repeat center
    center;
}

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

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

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

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

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

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

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

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

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

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

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

.h-slider-nav {
  background: url(assets/images/elements/arrow-2.jpg) no-repeat center center;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -102px;
  background-size: contain;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

.h-slider-next.h-slider-nav {
  margin-top: -35px;
}

.h-slider-prev.h-slider-nav {
  margin-top: -120px;
}

.ld_h_slider_wrapper {
  overflow: hidden;
}

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

#footer {
  z-index: 2;
}

#footer .row {
  padding: 0;
}

footer sub {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.widget_nav_menu ul.grandchildren {
  display: none;
}

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

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

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

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

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

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

.caption-title h2,
.caption-title h3,
.caption-title h1 {
  font-size: 5em;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left !important;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

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

.caption-title a {
  color: #a2ac00;
  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: 35px 0 80px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

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

.post-filters li a {
  display: block;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  min-width: 120px;
  text-transform: uppercase;
  min-height: 50px;
  line-height: 1em;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 24px;
  box-shadow: 0px 0px 9px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 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 0.2s ease, background 0.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: 0.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 ul.sidebar.sidebar-header-top.sidebar-header {
  justify-content: center;
  align-items: center;
  transition: height 0.15s ease;
  height: 160px;
  padding-left: 20px;
  will-change: height;
}

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

.social svg {
  display: block;
}

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

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

footer #footer .sidebar-footer .widget {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  flex-wrap: inherit;
}

footer .widget.widget_content.copy-text.blck-bg {
  min-height: 50px;
}
footer #footer .sidebar-footer {
  flex-wrap: wrap;
  justify-content: space-between;
}

/* end of footer */
/* tweaks */
header #header-top-bar .widget_nav_menu .menu li a {
  padding: 10px;
}

.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 h4 {
  color: #000;
  font-size: 2em;
  text-transform: none;
  margin-bottom: 0.8em;
}

.contact-page-custom-rows-map-wrapper p {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 2em;
  font-weight: 400;
}

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

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

.widget_mobile_nav_button {
  flex-basis: 50px;
}

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

.post__category-label {
  display: none;
}

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

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

.row .row {
  padding: 0;
}

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

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

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

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

.listcheckbox-container .nf-field-element label {
  font-size: 15px;
}
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type="button"],
.nf-form-cont .nf-form-content input[type="submit"] {
  height: 50px;
  min-width: 0;
  float: right;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  font-weight: 400;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
  font-size: 12px !important;
  position: absolute;
  bottom: -10px;
  background: #000;
  color: #fff;
  right: 10px;
  width: 90px;
  padding: 0;
}

.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 {
  /* color: #000 !important;
    background: none !important; */
  background: #a2ac00;
  color: #fff;
}

.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: #000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkbox-container.label-right label:before {
  left: -26px !important;
  top: -0.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 0.2s ease, opacity 0.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, 0.8);
}

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

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

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

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

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

.header-slider-large-nav-title h4 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 12px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 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, 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, 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, 0.6);
}

.layout_slider .ld-fadey-slider-nav-layer {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0s ease;
  transition-delay: 0.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;
}

.content-slide-top-title h4 {
  font-size: 3.4em;
  font-weight: 500;
  color: #a2ac00;
  margin-bottom: 5px;
}

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

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

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

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

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

.layout_slider .content-slide-desc-inner {
  line-height: 1em;
  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: #a2ac00;
  border-color: #a2ac00;
}

.layout_slider .content-slider-prev-next-links {
  position: absolute;
  bottom: 0;
  right: 2px;
}

.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 a {
  color: #000;
  padding: 0;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-transform: uppercase;
}

.layout_slider .content-slide-title h3 {
  font-weight: 500;
  position: relative;
  color: #286387;
  font-size: 2.5em;
  margin-bottom: 17px;
}

.layout_slider .content-slide-description p {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.6em;
}

.layout_slider .content-slide-desc {
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 50px 30px 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.layout_slider .content-slide-desc .content-slide-top-desc-inner {
  max-width: 364px;
}

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

.content-slide-feature.flex {
  width: 100%;
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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) {
  .gallery .gallery-item {
    padding-left: 10px;
  }
  table.tablepress tfoot th,
  table.tablepress thead th {
    font-size: 10px;
  }

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

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

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

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

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

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

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

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

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

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

.contact-page-custom-rows-map-wrapper {
  padding-top: 90px;
  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: #a2ac00;
  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: #a2ac00;
  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: #a2ac00;
  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, 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, 0.3);
  opacity: 1;
}

.section-nav-item.feature:hover .thumb::after,
.section-nav-item.feature:focus .thumb::after {
  opacity: 0.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: #a2ac00;
  text-align: center;
  font-size: 1.6em;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.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: 597px;
  max-width: 100%;
  margin: 0 auto;
}

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

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

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

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

/* end header availability checker */
/* frontpage */

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

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

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

.posts-view-all-button a {
  font-size: 25px;
  text-decoration: underline;
}

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

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

.frontpage {
  background-color: #fff;
}

/* cta */
.layout_cta {
  padding-top: 145px !important;
  padding-bottom: 10px;
  z-index: 2;
}

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

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

.layout_cta h1,
.layout_cta h2,
.layout_cta h3,
.layout_cta h4 {
  font-size: 2.5em;
}

.layout_cta.cta-image-full h1,
.layout_cta.cta-image-full h2,
.layout_cta.cta-image-full h3,
.layout_cta.cta-image-full h4 {
  color: #fff;
  margin: 0 auto;
}

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

.layout_cta .row.cta_content_row {
  max-width: 940px;
}

.custom_content_wrapper.layout_cta .cta-background {
  pointer-events: none;
  z-index: 0;
  background-attachment: fixed;
}

.custom_content_wrapper.layout_cta .cta-background::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}

.layout_cta.cta-image-full .row.cta_content_row {
  min-height: 660px;
  align-items: center;
  justify-content: center;
}

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

.row.sidebar-footer-bottom {
  flex-wrap: wrap;
  max-width: 1140px;
}

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

.concertina-header::before {
  content: "+";
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
  border: none;
  user-select: none;
  width: 15px;
  height: 15px;
  transition: transform 0.15s ease;
  right: 25px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  background-size: contain;
  transform: translateY(-50%);
  left: unset;
}

.concertina-item.open .concertina-header::before {
  transform: translateY(5px) rotate(180deg);
  content: "-";
}
.frontpage .wrapper.layout_3_column {
  padding: 70px 0 110px 0;
}
.page-template-template-contact main .row {
  background: transparent;
}

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

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

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

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

.concertina-header {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #000;
}

.concertina-content-inner {
  padding: 40px 60px 70px 60px;
  border-bottom: 1px #000 solid;
}

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

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

.concertina-item {
  border: none;
}

.concertina-item:first-of-type {
  border-top: 1px solid #000;
}

/* single post / blog */
.no-header-images #header-top {
  display: none;
}

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

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

.post-type-post main .row .col.span-1-1.content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 20px;
  /* padding-bottom: 80px; */
}

.post-type-post .layout_posts:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.post-type-post .layout_posts:last-child .top-title {
  text-align: left;
  padding-bottom: 50px;
}

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

/* contact page */
.page-template-template-contact main {
  box-shadow: none;
  padding-top: 125px;
}

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

.nf-form-cont .nf-form-title h3 {
  padding-bottom: 5px;
  font-size: 3.4em;
  margin-bottom: 20px;
}

.contact-form-narrow .top-title {
  padding-bottom: 0;
}

.contact-form-narrow .top-title * {
  margin-bottom: 0;
  font-size: 4em;
}

.contact-form-narrow .row {
  justify-content: space-between;
}

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

.contact-page-custom-rows-map-wrapper p:last-child {
  margin-bottom: 0;
}

.border-bottom .row {
  overflow: hidden;
  position: relative;
  align-items: flex-end;
}

.border-bottom .row p,
.border-bottom .row h2 {
  margin-bottom: 0;
}

.border-bottom .row::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  max-width: calc(100% - 40px);
  width: 100%;
  bottom: 5px;
  left: 20px;
  right: 20px;
}

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

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

main {
  padding-bottom: 0;
  overflow: hidden;
  background: #f4f4f4;
}

/* allow slider to stretch across the page */
.frontpage .layout_posts {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #2d3f48;
}

.frontpage .layout_posts h3 {
  color: #286387;
  margin-bottom: 10px;
  font-size: 2.2em;
}

.frontpage .layout_posts .row {
  z-index: 2;
  background: transparent;
}

.row.posts-view-all-button {
  position: absolute;
  right: 20px;
  top: 30px;
}

.row.posts-view-all-button a {
  text-transform: uppercase;
  font-size: 14px !important;
  padding-top: 12px;
  display: inline-block;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 3px;
}

.row.posts-view-all-button a:hover {
  color: #286387;
}

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

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

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

.frontpage .layout_posts .top-title {
  padding-bottom: 0px;
}

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

/* different BG for posts */
.post-type-post main .row {
  max-width: 1130px;
}

.blog .ld-fadey-slider.slider-size-med.ready {
  height: 800px;
}

.post-type-post .row.top-con {
  padding-bottom: 30px;
  background: #f6f4f1;
  margin-top: -340px;
  z-index: 10;
  padding-top: 90px;
  max-width: 1160px;
}

.post-type-post main .row.narrow {
  background: #f6f4f1;
  max-width: 940px;
  padding-bottom: 80px;
}

.blog .top-con h1 {
  margin-bottom: 0.6em;
}

.post-type-post .row.top-con p {
  font-size: 2em;
  line-height: 1.4em;
}

/* mobile nav */
.mob-nav-wrapper li {
  position: relative;
}

.__js_mob_gallery_slider_mob img {
  width: 100%;
  border-radius: 10px;
}

.post-type-post main {
  padding-top: 45px;
  background: #f6f4f1;
  overflow: visible;
}

.post-type-post main .blog_footer_feature_wrapper .row,
.post-type-post main .blog_footer_feature_wrapper .row .col {
  padding: 0;
}

header ul.menu li.checkout {
  display: none;
}

ul.menu li.checkout a::after {
  content: " | ";
  position: absolute;
  left: 0;
}

.mob-nav-wrapper ul.menu li.checkout a::after {
  display: none;
}

ul.menu li.checkout a::before {
  display: none;
}

header #header-top-bar .widget_nav_menu ul.menu li.checkout a {
  color: #a2ac00;
  padding-left: 17px;
}

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

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

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

.page-template-template-top-level .feature__description {
  max-width: 280px;
  margin: auto;
}

/* footer "What they say" */
.footer-text-slider {
  background: #fff;
  max-width: 1160px;
  margin: 0 auto;
  min-height: 280px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.43);
}

.footer-text-slider .row {
  padding: 0 !important;
  position: relative;
}

.footer-custom-content-row-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  min-width: 1135px;
  top: calc(-50% + 90px);
  z-index: 50;
}

.footer-text-slider .ld-fadey-slider {
  background: none;
}

.footer-text-slider .top-title {
  flex-basis: 25%;
  padding: 0;
}

.footer-text-slider .top-title * {
  color: #bea56f;
}

.footer-text-slider .ld-fadey-slider * {
  color: #000;
}

.footer-text-slider .content-slider {
  flex-basis: 75%;
}

/* end footer "What they say" */
/* nav overlay menu */
.widget_nav_menu.overlay-menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 390px;
}

.widget_nav_menu.overlay-menu ul.menu li {
  flex-basis: 100%;
}

.widget_nav_menu.overlay-menu .menu-btn::after {
  content: "";
  background: url(assets/images/elements/burger.png) no-repeat center center;
  background-size: auto;
  width: 18px;
  height: 18px;
  right: 16px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.widget_nav_menu.overlay-menu .menu-btn {
  background: #c2a567;
  /* border-radius: 50px; */
  padding: 0 25px;
  padding-top: 0px;
  padding-top: 5px;
  font-size: 3em;
  line-height: 56px;
  color: #fff;
  height: 56px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  min-width: 150px;
  font-size: 25px !important;
  text-align: left;
  padding-top: 1px;
  will-change: background, color, font-size;
}

.widget_nav_menu.overlay-menu .menu-close {
  position: absolute;
  top: 60px;
  right: 50px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
  z-index: 50;
}

.widget_nav_menu.overlay-menu .menu-close:hover {
  color: #c2a567;
}

header {
  position: sticky;
  z-index: 999;
  top: 0;
}

.scrolled#header-top-bar .header-book-btn a {
  background-color: #fff;
  color: #c2a567;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  font-size: 30px !important;
  height: 70px;
  line-height: 43px;
  padding-top: 15px;
}

.scrolled .widget_nav_menu.overlay-menu .menu-btn {
  width: 70px;
  height: 70px;
  min-width: 0;
  overflow: hidden;
  text-indent: -999px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.scrolled .widget_nav_menu.overlay-menu .menu-btn::after {
  background-image: url(assets/images/elements/burger-alt.png);
  width: 30px;
  height: 30px;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.scrolled#header-top-bar ul.sidebar.sidebar-header-top.sidebar-header {
  height: 30px;
}
.mobile-nav-open #header-top {
  display: none;
}
.slideCount {
  display: none;
  text-align: right;
  font-size: 3em;
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 50;
  padding: 10px;
  display: none;
}

.slideCount span {
  margin: 0 3px;
}

.frontpage .header-slider .slideCount {
  /* display: block; */
}

.big-slider .content-slider-prev-next-links {
  width: 50px;
  height: 102px;
}

.big-slider .content-slider-prev-next-links a {
  border-top: 1px solid #000;
  display: block;
  background: url(assets/images/elements/arrow-2.jpg) no-repeat center center;
  width: 50px;
  height: 50px;
  background-size: contain;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
}

.big-slider .content-slider-prev-next-links a.slider-prev {
  transform: rotate(180deg) translateY(1px);
}

.big-slider .ld-fadey-slider-nav-layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50px);
  z-index: 99;
  bottom: 0;
}

.frontpage .header-slider.ld-fadey-slider-wrapper {
  height: calc(100vh - 230px);
}

.frontpage .header-slider .ld-fadey-slider {
  position: absolute;
  height: 100% !important;
}

.frontpage .header-slider .ld-fadey-slider-nav {
  bottom: 50%;
}

.frontpage .slideCount {
  top: 50%;

  bottom: auto;
  right: 40px;
}

.frontpage main {
  z-index: 9;
  background: transparent;
}

/* end fp header */
/* RESPONSIVE RULES */
@media all and (max-width: 1160px) {
  #header-top-bar
    .sidebar:not(.sidebar-header-scrolled)
    .widget.widget_logo.logo
    img {
    min-width: 340px;
  }
}

@media all and (max-width: 1190px) {
  .footer-text-slider .ld-fadey-slider-tabs {
    right: 0;
  }

  .footer-text-slider .top-title {
    flex-basis: 15%;
  }

  .footer-custom-content-row-wrapper {
    min-width: 885px;
  }

  .caption-wrapper .row .col {
    padding-bottom: 45px;
  }

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

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

  /* end frontpage */
}

@media all and (max-width: 1075px) {
  ul.post-filters {
    flex-wrap: wrap;
  }

  ul.post-filters li {
    flex-basis: 25%;
    flex-shrink: 1;
  }
}

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

@media all and (max-width: 980px) {
  .frontpage .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
    min-height: 70vh;
    max-height: 70vh;
  }
  .frontpage .slideCount {
    right: 10px;
  }
  .frontpage .layout_1_column.front-top {
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .header-slider .ld-fadey-slider-tabs {
    bottom: 20px;
    display: block;
  }
  .frontpage .ld-fadey-slider-wrapper.header-slider {
    margin-bottom: 0;
  }
  .frontpage.no-page-template .custom_content_container .custom_content_wrapper:first-child > .row {
    padding: 60px 10px 10px 10px;
  }

  footer .col.span-1-2.widget_content_col {
    flex-basis: 100%;
  }
  footer .gallery .gallery-item {
    flex-basis: auto;
  }
  /* .no-header-images .main-con.standard-page,
  .header-images-disabled .main-con.standard-page,
  .header-images-disabled .wrapper.top-blog-wrap {
    padding-top: 135px;
  } */

  .footer-text-slider .top-title {
    flex-basis: 100%;
  }

  .footer-text-slider h2 {
    word-spacing: normal;
    text-align: center;
  }

  .footer-text-slider .ld-fadey-slider-tabs {
    right: 0px;
    bottom: -20px;
  }

  .header-book-btn {
    display: none !important;
  }

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

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

  main {
    padding-top: 0;
  }

  .layout_gallery_slider .ld-fadey-slider {
    height: 260px;
  }
  .blog-listing .blog-post.span-1-3 {
    flex-basis: 50%;
  }

  .ld-fadey-slider {
    max-height: 50vh;
  }

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

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

  .frontpage .ld-fadey-slider-wrapper.header-slider {
    height: auto;
  }

  .frontpage .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
    height: calc(100vh - 0px);
  }

  .logged-in.frontpage
    .ld-fadey-slider-wrapper.header-slider
    ul.ld-fadey-slider {
    height: calc(100vh - 45px);
  }

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

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

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

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

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

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

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

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

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

  .copy-text p {
    text-align: center !important;
  }

  .frontpage footer {
    background-position: -480px 80px;
  }

  .widget.widget_content.foot-address-wrap {
    padding-bottom: 4px;
    padding-top: 10px;
  }

  .widget.widget_content.foot-address-wrap::after {
    max-width: 364px;
    bottom: -6px;
  }

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

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

  header nav,
  #header-top,
  #header-top-bar {
    display: block;
  }

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

  .col {
    overflow: visible;
  }

  .header-images-disabled,
  .no-header-images {
    margin-top: 0;
    padding-top: 0;
  }

  #header-top {
    display: block;
  }

  .page-section-nav-row .span-1-3,
  .page-section-nav-row .span-1-3,
  .push-features .span-1-3 {
    flex-basis: 33.3333%;
  }

  html body.page-template-template-contact main {
    padding-top: 0;
  }

  html body.page-template-template-contact header ul.ld-fadey-slider {
    height: 100vh;
    top: 0;
  }

  html body.page-template-template-contact.logged-in header ul.ld-fadey-slider {
    top: 32px;
    height: calc(100vh - 32px);
  }

  .feature__description p {
    font-size: 1.2em;
  }

  .ld-fadey-slider-wrapper {
    margin-top: 0;
  }

  .ld_popover input[type="submit"] {
    margin-left: 0;
    margin-top: 20px !important;
  }

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

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

  .fancybox-slider-wrap {
    bottom: 50px;
  }

  .ld_fancybox_close {
    bottom: 35px;
  }

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

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

  .mob-nav-wrapper {
    transform: none;
    position: relative;
    z-index: 9999;
  }

  /* second breakpoint for tablet in portrait mode */
  body,
  body.logged-in {
    padding-top: 0;
    border: none;
    margin-top: 0;
  }

  /* remove left / right buttons on header, add in tabbed nav */
  .ld-fadey-slider-nav {
    display: none;
  }

  /* change font sizes down */
  h4 {
    font-size: 2em;
  }

  .caption-text,
  .caption-link {
    font-size: 2em;
  }

  .frontpage .caption-inner {
    height: 260px;
  }

  .caption-inner {
    height: 220px;
  }

  /* responsive rules for post controls to stop them stacking wierdly */
  main .post-controls .span-1-3 {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    -o-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    flex-grow: 1;
  }

  main .post-controls .span-1-3 p {
    padding: 0;
  }

  /* end of responsive rules for post controls to stop them stacking wierdly */
  #header-top-bar-wrapper.fixed {
    /* override fixed positioning for mobile to avoid shonkyness. Also remove any padding added to <main >  for the fixed positioning. */
    position: relative;
    height: auto;
  }

  body {
    padding-top: 0;
  }

  .span-1-6 {
    -webkit-flex-basis: 16.6666%;
    -moz-flex-basis: 16.6666%;
    -ms-flex-basis: 16.6666%;
    -o-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
  }
}

@media all and (max-width: 880px) {
  /*.blog .custom_content_wrapper.wrapper.layout_posts .row {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 40px;
    }*/
  .post-type-post .layout_posts:last-child .top-title {
    text-align: center;
    padding-bottom: 10px;
  }

  footer {
    padding-top: 0;
  }

  /*.posts-row.row, .push-features .row.inner-row {
        grid-template-columns: repeat(2, 1fr);
    }*/
  .footer-custom-content-row-wrapper {
    position: inherit;
    transform: none;
    left: 0;
    min-width: auto;
    top: revert;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

@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) {
  .blog footer,
  .page-template-template-contact footer {
    background: transparent;
  }

  .blog .footer-fixed,
  .page-template-template-contact .footer-fixed {
    padding-top: 40px;
  }

  .blog
    .page-template-template-contact
    .custom_content_wrapper.wrapper.layout_1_column
    .row,
  .page-template-template-contact
    .page-template-template-contact
    .custom_content_wrapper.wrapper.layout_1_column
    .row {
    padding-bottom: 20px;
  }

  .nf-form-cont .nf-form-content .nf-field-container.one-half {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .fancybox-caption {
    padding: 30px 0;
  }

  .span-1-6 {
    -webkit-flex-basis: 33.3333%;
    -moz-flex-basis: 33.3333%;
    -ms-flex-basis: 33.3333%;
    -o-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
  }

  .copy-text-btm p {
    text-align: left !important;
  }

  .wrapper.top-con-wrap {
    padding-top: 0;
  }

  .wrapper.top-con-wrap .row.top-con .hero-title {
    font-size: 3em;
  }

  .nf-field-container.recaptcha-container.label-above.textbox-container {
    margin-bottom: 0 !important;
  }
}

@media all and (max-width: 768px) {
    .layout_2_column .col.span-1-2 {
  flex-basis: 100%;
}
      .col.span-1-2.order-img {
    order: 2;
}
  .custom_content_wrapper.wrapper.layout_1_column.grey-bg.padd-top.standard-width {
    padding-top: 40px;
  }
  .padd-btm {
    padding-bottom: 20px;
  }
  .frontpage .layout_1_column.padd-btm-lrg {
    padding-bottom: 40px;
  }
  .frontpage .services.padd-btm-lrg {
    padding-top: 60px;
  }
  .widget.widget_content.footer-content {
    min-height: 380px;
  }
  .layout_slider .content-slide-desc {
    padding: 100px 50px 100px 50px;
  }
  .layout_slider .content-slide-thumb .content-slide-desc {
    flex-basis: 80%;
  }
  .content-slide-feature.flex {
    flex-wrap: wrap;
  }
  .span-1-2.content-slide-desc {
    flex-basis: 100%;
  }
  .span-1-2.content-slide-thumb {
    flex-basis: 100%;
  }
  .row.posts-view-all-button {
    right: 20px;
    top: -15px;
  }
  .frontpage .wrapper.layout_3_column {
    padding: 20px 0 40px 0;
  }
  .frontpage .layout_cta.narrow {
    padding-top: 0 !important;
    margin-top: 0;
  }
  .page-template-template-contact
    .custom_content_wrapper.wrapper.layout_1_column {
    padding-bottom: 40px;
  }

  .custom_content_wrapper.wrapper.layout_features.standard-width.has-background-image {
    padding: 40px 0;
  }

  .layout_cta.cta-image-full .row.cta_content_row h2 br {
    display: none;
  }

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

  .footer-text-slider.custom_content_wrapper:first-child p {
    font-size: 1.3em;
  }

  main {
    padding-bottom: 0;
    padding-top: 0;
  }

  .frontpage .layout_posts .row .col:nth-child(n + 5) {
    display: none;
  }

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

  .copy-text {
    max-width: 364px;
  }

  .copy-text .col {
    flex-basis: 100%;
  }

  .copy-text p {
    text-align: center !important;
  }

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

  .widget.widget_content.footer-content {
    padding-top: 50px;
  }

  .footer-content .span-1-2:first-of-type {
    flex-basis: 100%;
    max-width: 364px;
    padding-bottom: 60px;
  }

  .footer-content .span-1-2:last-of-type {
    flex-basis: 100%;
    max-width: 364px;
    margin-right: 0;
  }

  .cta-content p {
    font-size: 1.8em;
  }

  .contact-page-custom-rows-map-wrapper {
    padding-top: 110px;
  }

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

  .footer-content img {
    margin-bottom: 70px;
  }

  .frontpage .key-phrase {
    padding-top: 0 !important;
  }

  .caption-wrapper .row .col {
    padding-bottom: 10px;
  }

  .caption-title h2,
  .caption-title h3,
  .caption-title h1 {
    font-size: 4.5em;
    margin-bottom: 0.1em;
  }

  .caption-title p {
    font-size: 1.5em;
    margin-bottom: 0.8em;
  }

  .gallery-slider .ld-fadey-slider-tabs {
    left: 15px;
    right: 15px;
    max-width: calc(100% - 30px);
  }

  .gallery-slider .ld-fadey-slider-tabs li a {
    margin: 0 3px;
    width: 15px;
  }

  .frontpage .custom_content_wrapper:first-of-type {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .layout_cta {
    padding-top: 100px !important;
    padding-bottom: 20px;
  }

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

  .frontpage .layout_posts .top-title {
    max-width: 100%;
  }

  .frontpage .top-title h3 {
    font-size: 1.6em;
    margin-bottom: 0;
  }

  .widget_logos img {
    max-height: 30px;
  }

  .widget_logos > img {
    max-height: 40px;
    padding: 5px;
  }

  .widget_logos > a {
    padding: 5px;
  }

  .frontpage .layout_1_column h2 {
    font-size: 3.2em;
    text-align: left !important;
  }

  .frontpage .layout_1_column p {
    font-size: 1.4em;
    font-weight: 300;
    text-align: left !important;
  }

  .wrapper.top-blog-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-section-nav-row .span-1-3,
  .push-features .span-1-3 {
    flex-basis: 100%;
  }

  .concertina-content {
    padding: 0px;
  }
}

@media all and (max-width: 720px) {
  .next-link,
  .prev-link {
    display: none;
  }
  ul.post-filters {
    justify-content: flex-start;
  }
  ul.post-filters li {
    flex-basis: 25%;
    flex-grow: 0;
  }

  main .span-1-3,
  main .span-1-4,
  main .span-2-3,
  main .span-3-4 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -o-flex-basis: 100%;
    flex-basis: 100%;
  }
}

@media all and (max-width: 650px) {
  footer h5.widgettitle {
    text-align: center;
  }
  .widget.widget_logos.logos {
    min-height: 100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .widget.widget_content.footer-content .widget-content-col-1 {
    order: 1;
    padding-bottom: 30px;
    text-align: center;
  }

  .widget.widget_content.footer-content .widget-content-col-2 {
    order: 2;
    padding-bottom: 30px;
    text-align: center;
  }
  .widget.widget_content.footer-content .widget-content-col-3 {
    text-align: center;
  }
  .widget.widget_content.footer-content .widget-content-col-0 {
    order: 3;
    padding-bottom: 30px;
    text-align: center;
  }

  .footer-text-slider .ld-fadey-slider-tabs {
    bottom: -25px;
    text-align: center;
  }

  .layout_cta.cta-image-full .row.cta_content_row .col.span-1-1.cta-content {
    margin-top: -90px;
  }

  .layout_1_column.key-phrase {
    min-height: 240px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .blog .push-features .col.span-1-3 {
    flex-basis: 100%;
  }

  .col.span-1-1.back-to-blog {
    left: 20px;
  }

  .post-type-post .row.top-con p {
    font-size: 2em;
  }

  .hero-title-wrap h1 {
    margin-bottom: 0.6em !important;
  }

  .post-type-post main .row {
    padding-top: 50px !important;
  }

  /* 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: 2.8em;
    /*font-weight: 600;*/
  }

  .push-features .col.span-1-3:nth-child(1n + 3) {
    display: block;
  }

  .nf-field-container.white-bg {
    margin-top: -5px;
  }

  #nf-field-4-container {
    padding-top: 20px;
  }

  .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"] {
    /* bottom: -70px;
    right: -20px; */
  }

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

  .blog-listing .blog-post.span-1-3 {
    flex-basis: 100%;
    max-width: 420px;
    margin: auto;
  }
}

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

@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) {

  .caption-title h2,
  .caption-title h3,
  .caption-title h1 {
    font-size: 3.4em;
  }
  /*.blog .custom_content_wrapper.wrapper.layout_posts .row {
        grid-template-columns: repeat(1, 1fr);
    }
*/
  .post-type-post .layout_posts:last-child .top-title {
    padding-bottom: 0;
  }

  .post-filters {
    justify-content: flex-start;
  }

  .col.span-1-2.blog-filter {
    padding-top: 30px;
  }

  /*.posts-row.row, .push-features .row.inner-row {
        grid-template-columns: repeat(1, 1fr);
    }*/

  .frontpage .layout_posts .row .col:nth-child(n + 5) {
    display: block;
  }

  .layout_1_column.key-phrase {
    padding-top: 0;
  }

  .layout_cta.cta-image-full .row.cta_content_row {
    min-height: 434px;
  }

  .feature .desc p {
    font-size: 1.6em;
  }

  .footer-text-slider.custom_content_wrapper:first-child p {
    font-size: 1.3em;
  }

  .frontpage .ld-fadey-slider-wrapper.header-slider ul.ld-fadey-slider {
    min-height: 70vh;
    max-height: 70vh;
  }

  .post-type-post .row.top-con p {
    font-size: 1.6em;
  }

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

  .layout_cta {
    padding-top: 50px !important;
  }

  main {
    padding-bottom: 20px;
  }

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

  .frontpage .layout_1_column p {
    padding: 0;
  }

  h2 {
    font-size: 3.2em;
  }

  .frontpage .layout_posts {
    padding-top: 30px;
  }

  .caption-title h2,
  .caption-title h3,
  .caption-title h1 {
    /* font-size: 4em; */
    /* text-transform: none; */
    margin-bottom: 0;
  }

  .page-template-template-contact .col.stnd-btn p {
    text-align: left !important;
  }

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

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

  #footer-bottom {
    padding-bottom: 0;
  }

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

  .concertina-content-inner li,
  .concertina-content-inner p {
    font-size: 13px;
    line-height: 20px;
  }

  body:not(.frontpage) .custom_content_container:last-child {
    padding-bottom: 0;
  }

  main ul {
    list-style: disc;
    line-height: 1.6em;
  }

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

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

/* END OF RESPONSIVE RULES */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}
