/*
 * HTML5 ✰ Boilerplate
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  /* add your base font-size and line-height here */
  background-color: #fff;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #555;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #99B030;
  color: #fff;
  text-shadow: none;
}
a {
  color: #517f9e;
}
a:visited {
  color: #517f9e;
}
a:hover {
  color: #446B85;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
  clear:both;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== roots styles ======================================================= */
a:active,
input.button:active {
  outline: 0;
  position: relative;
  top: 1px;
}
.button,
#post-nav a,
#comments-nav a {
  display: inline-block;
  background: #06c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  border-radius: 6px;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
  width: auto;
  overflow: visible;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
}
.button:hover,
#post-nav a:hover,
#comments-nav a:hover {
  background: #09f;
  color: #fff;
}
/* =============================================================================
   Media Queries
   ========================================================================== */
/* =============================================================================
   Typography
   ========================================================================== */
/* Less Variables */
/* Fonts */
/* Colors */
/* =============================================================================
   Global Rules
   ========================================================================== */
body {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
/* size calculated from base 18px */
h1,
h1 a,
.h1,
.h1 a {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4f9dc1;
  font-weight: 400;
  font-size: 1.5em;
  /* (24/16) */
  text-align: center;
}
h2,
h2 a,
.h2,
.h2 a {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7c8e2b;
  font-weight: 400;
  font-size: 1.125em;
  /* (20 / 16) */
}
h3,
h3 a,
.h3,
.h3 a {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
h4,
h4 a,
.h4,
.h4 a {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4f7788;
  font-weight: 400;
  font-variant: small-caps;
  text-transform: lowercase;
  font-weight: normal;
  letter-spacing: 0.08em;
  font-size: 1em;
  /* (14 / 16) */
}
p {
  font-size: 1em;
  line-height: 1.5em;
}
p a,
li a {
  color: #2e8cb7;
}
.container li {
  margin: 0 0 0.5em 0;
  font-size: 90%;
}
a.more-link,
a.more-link:visited {
  color: #4f7788;
  text-decoration: none;
}
a.more-link:hover {
  color: #31596a;
  border-bottom: 1px dotted #4f7788;
}
li {
  color: #222;
}
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
.no-border {
  border: none;
}
.img-small-responsive {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .img-small-responsive {
    width: 32%;
  }
}
blockquote,
.schema_review {
  width: 89%;
  margin: 1px 0 1px 0;
  padding: 1em 5%;
  font-size: 1em;
  text-align: center;
  color: #818181;
  background-color: #f2f2f2;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dddddd;
}
iframe,
object,
embed {
  max-width: 100%;
}
/* =============================================================================
   Images
   ========================================================================== */
/* Resize images and media content proportionally according to viewport size */
/* #content img, #content embed, #content object, #content video { max-width: 100%; } enable this once tested */
/* =============================================================================
 General Layout
 ========================================================================== */
body {
  background: url('../img/bg/sky-texture.jpg') top repeat-x;
}
#wrap {
  margin: 0 auto;
  width: 95.83333%;
  max-width: 100%;
  /* 920px / 960px - allowing 20px each side before browser chrome */
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1500px;
  }
  #main {
    width: 65.21739%;
    /* (600px / 920px) */
    float: left;
  }
  #main-full {
    width: 100%;
    display: flow-root;
  }
  aside {
    width: 32.6087%;
    /* (300px / 920px) */
    float: right;
  }
}
/* =============================================================================
   Header
   ========================================================================== */
#banner {
  position: relative;
  margin: 10px auto 0;
  z-index: 1000;
  width: 100%;
  max-width: 1400px
}
#banner .container {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
          max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #banner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
#logo {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 177px;
}
@media only screen and (min-width: 768px) {
  #logo {
    width: 130px;
  }
}
@media only screen and (min-width: 960px) {
  #logo {
    width: 177px;
  }
}
#logo img {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #logo {
    float: left;
    margin: 0 2.17391% 0 0;
  }
}
#searchform #s {
  padding: 5px;
}
h1 {
  text-align: left;
}
/* =============================================================================
   Main Nav
   ========================================================================== */
#nav-main {
  position: relative;
  display: none;
}
#nav-main ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0.6em 0 0.6em 0;
  float: right;
  width: 100%;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
}
#nav-main ul li {
  margin: 0.5em 0;
  *zoom: 1;
}
#nav-main ul > li {
  font-size: 0.9em;
}
#nav-main ul li:hover {
  position: relative;
}
#nav-main ul li a, .book-button {
  text-decoration: none;
  display: block;
  padding: 0.4em;
  color: #517f9e;
  margin: 0;
}
.book-button{
  display: inline-block;
}
.mobile-book-button-wrapper{
  margin: 0.5em 0;
}
#nav-main ul li a:hover,
#nav-main ul li.current-menu-item > a,
#nav-main ul li.current-menu-parent > a,
#nav-main ul li.current-menu-ancestor > a,
#nav-main ul li.current-page-item > a,
#nav-main ul li.current-page-parent > a,
#nav-main ul li.current-page-ancestor > a #nav-main ul li:hover > a {
  color: #3c6079;
}
#nav-main ul ul {
  position: absolute;
  visibility: hidden;
  top: 60%;
  width: 200px;
  background-color: #fff;
  opacity: 0.9;
  padding: 10px;
}
#nav-main ul ul li {
  float: none;
  width: auto;
}
#nav-main ul ul li a {
  color: #182830;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  /* account for the width of ul#nav-main ul and the padding on the anchor */
  display: inline-block;
  width: auto;
  padding: 0.5em 0;
}
#nav-main ul ul li a:hover,
#nav-main ul ul li.current-menu-item > a,
#nav-main ul ul li.current-menu-parent > a,
#nav-main ul ul li.current-menu-ancestor > a,
#nav-main ul ul li.current-page-item > a,
#nav-main ul ul li.current-page-parent > a,
#nav-main ul ul li.current-page-ancestor > a #nav-main ul ul li:hover > a {
  color: #7c8e2b;
}
#nav-main ul ul ul {
  left: 100%;
  top: 0;
}
#nav-main ul li:hover > ul {
  visibility: visible;
}
#nav-utility {
  position: absolute;
  top: 0;
  right: 0;
}
#nav-utility ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  width: auto;
  position: relative;
}
#nav-utility ul li {
  float: left;
  position: relative;
}
#nav-utility ul li a {
  display: block;
  float: left;
  padding: 2px 6px;
}
@media only screen and (min-width: 480px) {
  #nav-main {
    display: none;
    width: 90%;
    margin: 0 auto;
  }
  #nav-main ul li {
    float: left;
    clear: none;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  #nav-main {
    display: block;
    width: auto;
    float: right;
    margin: 0;
  }
  ul li {
    margin: 0;
  }
}
/* Accordion (for Mobile) - http://samcroft.co.uk/2011/mobile-webkit-accordion-jquery-plugin/ */
.nav-reveal {
  display: block;
  clear: left;
  width: 100%;
  margin: 1em 0;
  padding: 0;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#nav-mobile {
  display: none;
}
#nav-mobile ul {
  clear: both;
  text-align: center;
  margin: 1em 0;
  padding: 0;
  width: 100%;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
}
#nav-mobile ul a {
  text-decoration: none;
  color: #517f9e;
}
#nav-mobile ul li {
  border-top: 1px solid #517f9e;
  margin: 0;
}
#nav-mobile ul li a {
  display: block;
  margin: 0.5em;
}
#nav-mobile ul li ul {
  font-size: 1em;
  border: none;
}
#nav-mobile ul li ul li {
  border: none;
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 768px) {
  .nav-reveal {
    display: none;
    visibility: hidden;
  }
}
.nav-social ul {
  display: -webkit-box;
  display: flex;

  list-style: none;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .nav-social ul {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

.nav-social ul li {
  margin: 0 0 0 1em;
}
.nav-social ul li:first-child {
  margin: 0;
}
.nav-social ul li a {
  text-decoration: none;
}
.nav-social ul li a svg {
  height: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .nav-social ul li a svg {
  fill: #517f9e;
  width: 1.3em;
}
.footer-info .nav-social ul li a svg {
  fill: #323232;
  width: 1.5em;
}
.nav-social ul li a svg:hover {
  fill: #000000;
}
/* Styling for 'Book Your Cottage' */
#menu-book-your-cottage {
  background-color: #ffe464;
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffed97), to(#ffe464));
  background-image: linear-gradient(to bottom, #ffed97, #ffe464);
  /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  /* FF1-3.6 */
  border-radius: 5px 5px 0 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #b0cbe6;
}
#menu-book-your-cottage:hover {
  background-color: #ffe464;
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe464), to(#ffed97));
  background-image: linear-gradient(to bottom, #ffe464, #ffed97);
  border: 1px solid #89afd5;
}
/* =============================================================================
Presentation
========================================================================== */
#presentation {
  position: relative;
  float: left;
  width: 104.6%;
  height: 34.5vw;
  background-color: #222;
  margin: 0 0 1em 0;
  overflow: hidden;
  left: -2.5%;
  min-height: 400px;
}
#presentation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#presentation ul li {
  margin: 0;
  min-height: 400px;
}
#presentation ul li img:first-child{
  min-height: 400px;
}
#presentation ul li img {
  width: 100vw;
  height: auto;
  object-fit: cover;
}
#presentation ul li .slide-caption {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  text-align: right;
  line-height: 1.1em;
  color: #e9e9e9;
  position: absolute;
  bottom: 30px;
  right: 15px;
  width: 26.5%;
  text-shadow: 1px 1px 3px #000;
  /* horizontal vertical blur colour */
}
#presentation ul li .info-band {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
}
#presentation ul li .info-band a {
  color: white;
}
#presentation ul li .info-band .slide-quote {
  display: none;
  position: absolute;
  text-align: center;
  width: 67%;
  border-right: 1px solid #9d9d9d;
  left: 0;
  padding: 0 3% 0 0;
  font-style: italic;
  color: #e6e6e6;
  font-size: 1.1em;
  line-height: 55px;
  text-align: right;
}
#presentation ul li .info-band .cono {
  position: absolute;
  width: 100%;
  right: 0;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  color: #e4e4e4;
  text-align: center;
}
.msg-no-slides {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 480px) {
  #presentation ul li .slide-caption {
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    bottom: 60px;
  }
  #presentation ul li .info-band {
    height: 55px;
  }
  #presentation ul li .info-band .cono {
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  #presentation ul li .info-band .slide-quote {
    display: block;
  }
  #presentation ul li .info-band .cono {
    width: 28%;
    text-align: left;
    padding: 0 0 0 2%;
  }
}
/* =============================================================================
 Content
 ========================================================================== */
#content {
  margin-bottom: 24px;
  float: left;
  width: 100%;
  max-width: 1400px
}
#content .container {
  width: auto;
  position: relative;
  padding: 0;
}
.no-slides {
  position: relative;
  top: 2em;
}
@media only screen and (min-width: 768px) {
  #content {
    margin: auto;
    margin-bottom: 24px;
    float: none;
  }
}
/* =============================================================================
 Primary Content
 ========================================================================== */
#main {
  position: relative;
}
#main .container {
  padding: 0;
  overflow: hidden;
}
#main .container h1 {
  margin-bottom: 0.2em;
}
#main .container h1 + p {
  margin-top: 0;
}
/* first paragraph after h1 loses top margin */
#main .container h1 + h2 {
  margin-top: 0;
}
#main .container > h2 {
  clear: both;
}
/* first h2 after h1 loses top margin */
#main .container li {
  list-style-position: inside;
  line-height: 1.4em;
  color: #555;
}
/* =============================================================================
 Sidebar
 ========================================================================== */
#sidebar {
  position: relative;
}
#sidebar .container {
  width: auto;
  padding: 0;
}
#sidebar .widget {
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#sidebar .widget .gform_wrapper ul {
  padding: 0;
  list-style-type: none;
}
.slide-quote {
  display: none;
}
.cono {
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 1.2em;
  line-height: 25px;
}
.cta {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  background-image: none;
  position: relative;
  float: right;
  overflow: hidden;
  margin: 1em 0 0 0;
  padding: 1em 0;
  height: auto;
  width: 100%;
  line-height: 1;
  text-decoration: none;
}
.cta span {
  font-size: 1.4em;
  font-weight: 400;
}
@media only screen and (min-width: 480px) {
  .cta {
    width: 48.33333%;
    /* (290px / 600px) */
  }
}
.plan {
  color: #666;
}
.plan span {
  color: #728133;
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  .plan {
    background-image: url(../img/icons/booklet-2.jpg);
    background-position: 100% 130%;
    background-repeat: no-repeat;
    text-align: left;
    float: right;
    width: 90%;
  }
}
.tour {
  color: #666;
}
.tour span {
  color: #a0783e;
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  .tour {
    background-image: url(../img/icons/farmhouse.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 45%;
    text-align: left;
    float: right;
    width: 90%;
    padding-bottom: 3em;
    border-bottom: 1px solid #e1e1e1;
  }
}
.location {
  color: #666;
}
.location span {
  color: #99B030;
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  .location {
    background-image: url(../img/icons/dragonhead-right.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 45%;
    text-align: left;
    float: right;
    width: 90%;
    padding-bottom: 3em;
    border-bottom: 1px solid #e1e1e1;
  }
}
.button-booknow {
  display: block;
  text-align: center;
  color: #777;
  font-weight: 100;
  margin: 0 0 1em 0;
}
.button-booknow span {
  color: #555;
}
@media only screen and (min-width: 480px) {
  .button-booknow {
    width: 48.33333%;
    /* (290px / 600px) */
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  .button-booknow {
    width: 90%;
    height: auto;
    margin: 0.5em 0 0 0;
    background-color: #e7f5f8;
    /* Saf4+, Chrome */
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    /* FF3.6 */
    /* IE10 */
    /* Opera 11.10+ */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffed97), to(#ffe464));
    background-image: linear-gradient(to bottom, #ffed97, #ffe464);
    /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
    /* FF1-3.6 */
    border-radius: 5px;
    /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    /* useful if you don't want a bg color from leaking outside the border: */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    box-shadow: 0px 1px 1px 0px #999;
    /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
    border: 1px solid #cdd4dd;
  }
  .button-booknow:hover {
    background-color: #ffe464;
    /* Saf4+, Chrome */
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    /* FF3.6 */
    /* IE10 */
    /* Opera 11.10+ */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffed97), to(#ffe464));
    background-image: linear-gradient(to bottom, #ffed97, #ffe464);
    box-shadow: inset 0 1px 3px #c8c8c8;
    border: 1px solid #b2b9c1;
  }
}
.TA_widget {
  text-align: center;
}
.TA_widget > div {
  position: relative;
  float: none!important;
  overflow: hidden;
  margin: 1em 0 0.5em 0 !important;
  height: auto;
  width: 100%!important;
  line-height: 1;
}
.TA_cert {
  margin: 0 auto;
  width: 45%;
}
@media only screen and (min-width: 480px) {
  .TA_widget > div {
    float: left;
    width: 48.33333% !important;
    /* (290px / 600px) */
    padding: 1em 0!important;
  }
  .TA_cert {
    float: right;
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  .TA_widget {
    float: right;
    width: 90%;
  }
  .TA_widget > div {
    width: 100%!important;
    border-bottom: 1px solid #e1e1e1;
    margin: 0.5em 0 0 0;
  }
}
.badges {
  float: right;
  width: 90%;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}
.badges img {
  width: 27%;
  height: auto;
  margin-right: 2%;
}
.social {
  float: left;
  width: 100%;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}
.social .flare-follow a {
  margin: 0 20px;
}
.cottage-selector {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cottage-selector {
    float: right;
    width: 90%;
    font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.cottage-selector h4 {
  text-align: center;
}
.cottage-selector ul {
  list-style: none;
  text-align: center;
  padding: 0;
  font-size: 1.3em;
  font-weight: 100;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.cottage-selector ul li {
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  /* CSS3 gradient */
  background-color: #d0d0d0;
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fafafa));
  background-image: linear-gradient(to bottom, #fdfdfd, #fafafa);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.cottage-selector ul li a {
  background-image: url(../img/icons/house-icon_2.png);
  background-repeat: no-repeat;
  background-position: 10px 3px;
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0.5em;
  color: #777;
}
.cottage-selector ul li a .bed-count {
  float: left;
  width: 36px;
  margin-top: 2px;
  margin-right: 10px;
  color: #99B030;
  font-weight: 200;
  font-size: 0.8em;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}
.cottage-selector ul li a:hover {
  color: #222;
}
.cottage-selector ul li:last-child {
  border: none;
}
.cottage-selector ul li:hover {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
  background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.bywthyn,
.bywthyn:visited {
  color: #555;
}
.wennol,
.wennol:visited {
  color: #555;
}
.stabl,
.stabl:visited {
  color: #555;
}
.cerbyd,
.cerbyd:visited {
  color: #555;
}
.cottage-panel {
  width: 90%;
  float: right;
  margin: 0 0 1em 0;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cottage-panel h4 {
  text-align: center;
}
.map-instructions .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.map-instructions .item img {
  margin: 0 1.5em 0 0;
  height: auto;
  width: 30px;
}
.map-key {
  margin-top: 2em;
}
.attractions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.attractions h2.h1 {
  text-align: left;
}
.attraction {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 2em!important;
  width: 100%;
}
.attraction h2 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.attraction img {
  height: 100px;
  width: auto;
  margin-right: 1em;
  border-radius: 50%;
}
.attraction p {
  margin: 0;
}
.attraction a {
  margin-top: 0.2em;
  display: block;
  text-decoration: none;
}
.attraction a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .attractions h2.h1 {
    text-align: center;
  }
  .attraction {
    width: 50%;
  }
  .attraction:nth-child(even) img {
    margin-left: 1em;
  }
}
/* =============================================================================
 Responsive Images
 ========================================================================== */
/* =============================================================================
 Posts
 ========================================================================== */
.hentry header {
  margin-bottom: 1.5em;
}
.hentry h1 {
  line-height: 1.2em;
  margin-bottom: 0.2em;
}
.hentry h2:first-child {
  line-height: 1.2em;
  margin-bottom: 0;
}
.hentry h2 a {
  text-decoration: none;
}
.hentry time {
  display: block;
  font-size: 1.2em;
  position: relative;
}
/* =============================================================================
 Post & Comment Navigation
 ========================================================================== */
#post-nav {
  clear: both;
  *display: inline-block;
}
#post-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#post-nav .post-previous {
  float: left;
  width: 50%;
}
#post-nav .post-next {
  float: right;
  width: 50%;
  text-align: right;
}
#post-nav .post-next a {
  float: right;
}
#comments-nav {
  clear: both;
  margin: 0 0 1.5em 0;
  *display: inline-block;
}
#comments-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#comments-nav .comments-previous {
  float: left;
  width: 50%;
}
#comments-nav .comments-next {
  float: right;
  width: 50%;
  text-align: right;
}
#comments-nav .comments-next a {
  float: right;
}
/* =============================================================================
 Post Comments
 ========================================================================== */
ol.commentlist img.avatar {
  float: left;
  margin-right: 10px;
}
ol.commentlist time {
  display: block;
  font-size: 1em;
  margin-bottom: 0.5em;
  position: relative;
}
#commentform label {
  display: block;
}
#commentform textarea {
  display: block;
}
#commentform input.button {
  margin-top: 0.5em;
}
/* =============================================================================
 Galleries
 ========================================================================== */
figure.gallery-item {
  float: left;
  margin: 0 1em 1em 0;
  position: relative;
}
figure.gallery-item a img {
  border: 4px solid #bbb;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
figure.gallery-item a:hover img {
  border-color: #ccc;
}
figure.gallery-item figcaption {
  display: none;
}
/* =============================================================================
 Footer
 ========================================================================== */
#foot-wrap {
  margin: 150px 0 0 0;
  background-color: #d8ccbf;
  float: left;
  width: 100%;
  height: 100%;
}
#content-info {
  clear: both;
  position: relative;
}
#content-info > .container {
  position: relative;
  margin: 0px auto;
}
.landscape img {
  max-width: 100%;
  height: auto;
  margin: -108px 0 0 0;
}
#content-info .footer-info {
  position: relative;
  width: 95.83333%;
  /* 920px / 960px - allowing 20px each side before browser chrome */
}
.footer-info .wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.footer-info .nav-social {
  margin: 1em 0;
}
.footer-info .nav-social ul {
  -webkit-box-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer-info .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.widget_nav_menu {
  margin-bottom: 2em;
}
.widget_nav_menu ul {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
}
.widget_nav_menu ul li {
  display: block;
  margin: 0 0 0.5em 0;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%;
}
.widget_nav_menu ul li a {
  text-decoration: none;
  color: #222;
}
.widget_nav_menu ul li a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .widget_nav_menu {
    margin-bottom: 0;
  }
  .widget_nav_menu ul {
    text-align: left;
    width: auto;
  }
}
.widget_roots_vcard {
  width: 100%;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%;
  text-align: center;
  margin-bottom: 2em;
}
.widget_roots_vcard h3 {
  font-style: normal;
  margin: 0;
  color: #222;
}
.widget_roots_vcard p {
  margin: 0;
  color: #222;
}
.widget_roots_vcard p a {
  color: #222;
}
.widget_roots_vcard p a:hover {
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .widget_roots_vcard {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .widget_roots_vcard {
    text-align: right;
    width: auto;
  }
}
#content-info .copy {
  text-align: center;
  clear: both;
  float: left;
  width: 100%;
  margin: 2em 0;
}
#content-info .copy small {
  color: #555;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em /* 12/16 */;
  font-weight: 600;
}
/* =============================================================================
 Gravity Forms
 ========================================================================== */
.gform_wrapper {
  margin: 0;
  max-width: none;
}
.gform_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 1.5em;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 1.5em;
  font-weight: 400;
}
.gform_wrapper h3.gform_title {
  margin-top: 0;
}
.gform_wrapper .top_label .gfield_label {
  margin: 6px 0 0 0;
}
.gform_wrapper .top_label input.medium {
  padding-right: 0;
}
.gform_wrapper .left_label .gfield_label,
.gform_wrapper .right_label .gfield_label {
  margin: 10px 10px 0 0;
}
.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_radio {
  margin: 9px 0 0 31%;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=file],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  font-size: 1em;
  line-height: 14px;
  padding: 4px;
  margin: 6px 0;
  border: 1px solid #bbb;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border: 1px solid #666;
}
.gform_wrapper select {
  padding: 3px;
}
.gform_wrapper .small,
.gform_wrapper .large {
  font-size: 1em;
  line-height: 14px;
}
.gform_wrapper ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper form ul.left_label li {
  margin-bottom: 4px;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 0.9em;
  font-style: normal;
  padding: 0;
}
.gform_wrapper .right_label .gfield_description,
.gform_wrapper .right_label .instruction,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction {
  padding: 0;
  margin-left: 31%;
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 6px 0;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  float: none;
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.gform_wrapper .left_label .ginput_complex .ginput_right label,
.gform_wrapper .left_label .ginput_complex .ginput_left label,
.gform_wrapper .right_label .ginput_complex .ginput_right label,
.gform_wrapper .right_label .ginput_complex .ginput_left label {
  word-spacing: 0;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-weight: 400;
}
img.ui-datepicker-trigger {
  vertical-align: middle;
}
.gform_wrapper .gf_progressbar_wrapper {
  width: 100%;
}
.gform_wrapper .gf_page_steps {
  border-bottom: 1px dashed #ddd;
  width: 100%;
}
.gform_wrapper .gf_step {
  font-family: sans-serif;
}
.gform_wrapper .gf_step span.gf_step_number {
  font-family: sans-serif;
}
.gform_wrapper .gsection {
  border-bottom: 1px dashed #ddd;
}
.gform_wrapper .gform_page_footer {
  border-top: 1px dashed #ddd;
}
.gform_wrapper .gform_footer {
  margin: 6px 0 0 0;
  padding: 0;
}
.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
  margin: 6px 0 0 0;
  padding: 0 0 0 31%;
}
.gform_footer input.button {
  *padding: 8px 16px;
}
.gform_wrapper .gform_edit_link {
  display: none;
}
.gform_wrapper .validation_error {
  font-size: 1em;
  font-weight: 400;
  padding: 0.8em;
  margin-bottom: 1.5em;
  background: #fbe3e4;
  color: #8a1f11;
  border: 2px solid #fbc2c4;
}
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper li.gfield.gfield_error {
  background: none;
  margin-bottom: 6px !important;
  padding: 0 !important;
  border: none;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: none;
}
.gform_wrapper .top_label .gfield_error {
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #8a1f11;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  background: #FBE3E4;
  border-color: #FBC2C4;
}
.gform_wrapper .top_label .gfield_error input,
.gform_wrapper .top_label .gfield_error textarea,
.gform_wrapper .top_label .gfield_error select {
  border-color: #FBC2C4;
}
.gform_wrapper .top_label .gfield_error {
  width: auto;
}
/* =============================================================================
 Cottage Features
 ========================================================================== */
.cottage-features {
  position: relative;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 95%;
  height: auto;
  overflow: hidden;
  padding: 0 10px 0 0;
  margin: 0 0 1em 0;
  border: 1px solid #e9e9e9;
  background-image: url(../img/bg/textures/lightpaperfibers-blue.png);
  font-size: 1rem;
  /* CSS3 gradient */
}
.cottage-features > * {
  padding-bottom: 20px;
}
.cottage-features p {
  margin: 0;
}
.cottage-features img {
  float: left;
  margin: 0 20px 0 0;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cottage-features h2 {
  margin: 0;
  display: block;
  margin-top: 20px;
}
.cottage-features h2 span {
  font-size: 85%;
  color: #222;
}
.cottage-features ul {
  margin: 0;
}
.cottage-features ul li {
  margin: 0;
}
.cottage-features .comparison-link {
  display: none;
  position: absolute;
  bottom: 4%;
  right: 2%;
  padding: 0.3em;
  font-size: 85%;
  background-color: #ffe464;
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffed97), to(#ffe464));
  background-image: linear-gradient(to bottom, #ffed97, #ffe464);
  /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
  /* FF1-3.6 */
  border-radius: 5px 5px 0 5px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #b0cbe6;
}
.cottage-features .comparison-link:hover {
  background-color: #ffe464;
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe464), to(#ffed97));
  background-image: linear-gradient(to bottom, #ffe464, #ffed97);
  border: 1px solid #89afd5;
}
.cottage-features .comparison-link a {
  color: #222;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cottage-features {
    height: 250px;
  }
  .cottage-features a {
    text-decoration: none;
  }
  .comparison-link {
    display: block!important;
  }
}
@media only screen and (min-width: 970px) {
  .cottage-features {
    font-size: 1.25rem;
  }
  .cottage-features .comparison-link {
    padding: 0.5em;
  }
}
/* =============================================================================
 Comparison Table
 ========================================================================== */
.table-compare,
.table-features {
  font-size: 85%;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table-features {
  text-align: center;
}
/* =============================================================================
 Connect Area
 ========================================================================== */
#connect {
  position: relative;
  float: left;
}
#connect .featured {
  position: relative;
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin: 1em 0 1em 0;
}
#connect .featured img {
  float: left;
  max-width: 33.33333%;
  height: auto;
  margin-right: 3.44827%;
  /* 10/290 */
}
#connect .related {
  position: relative;
  float: left;
  width: 48.33333%;
  /* (290px / 600px) */
  height: 100px;
  overflow: hidden;
  margin: 1.5em 0 0 0;
}
@media only screen and (min-width: 768px) {
  #connect .related {
    width: 48.33333%;
    /* (290px / 600px) */
    height: 100px;
  }
}
#connect .related img {
  float: left;
  max-width: 33.33333%;
  height: auto;
  margin-right: 3.44827%;
  /* 10/290 */
}
#connect .featured p,
#connect .related p {
  font-size: 0.875em;
  /* 14/16 */
  line-height: 1.25em;
  margin: 0.5em 0 0 0;
}
#connect .featured h4,
#connect .related h4 {
  margin: 0;
}
#connect .featured h4 a,
#connect .related h4 a {
  text-decoration: none;
  color: #2e8cb7;
}
#connect .featured h4 a:hover,
#connect .related h4 a:hover {
  text-decoration: underline;
}
#schema_block {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  text-align: left;
  color: #7c8e2b;
}
#schema_block a {
  color: #2e8cb7;
}
#schema_block .schema_description {
  color: #555;
}
#schema_block .schema_review_name {
  font-size: 1rem;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0.5em 0;
  color: #555;
}
#schema_block .schema_review_body {
  margin: 0.5em 0;
  font-size: 1rem;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
}
/* 	PAGE SPECIFIC */
body.home h2.strap {
  margin-top: 0;
}
.strap{
  clear: none !important;
}
.ill-map > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.ill-map map area {
  outline: none;
}
.pin {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.pin img {
  display: block;
  padding: 3% 0 2% 0;
  width: 100%;
  height: auto;
}
.pin p {
  font-size: 0.9em;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* AddThis */
/* Remove addthis from panoramic slider and cottage panels in cottage overview page */
#presentation .addthis_toolbox,
.page-id-17 .addthis_toolbox {
  display: none;
}
/* Royal Slider */
/* captions inherit from .slide-caption class, but we need to add further styles */
.royalSlider {
  width: 100% !important;
  height: 51vw !important;
  min-height: 300px;
  max-height: calc(100vh - 360px);
}
@media only screen and (min-width: 768px) {
  .royalSlider {
    height: 37vw !important;
  }
}
.rsOverflow{
  width: 100% !important;
  height: 100% !important;
}
.rs-slide-caption {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}
.rs-slide-caption p {
  color: #fff;
  line-height: 40px;
  margin: 0;
  font-style: italic;
}
.img-inline {
  max-width: 100%;
  height: auto;
}
.rich-snippet {
  display: none;
}
.rsImg .rsMainSlideImage{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.rsImg{
  height: 100% !important;
  margin-top: 0 !important;
  object-fit: cover;
}
/* ==|== wordpress generated classes ========================================
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  margin: 0 1.5em 1.5em 0;
  float: left;
}
.alignright {
  margin: 0 0 1.5em 1.5em;
  float: right;
}
.aligncenter,
.aligncenter img {
  max-width: 100%;
  height: auto;
}
.alignleft,
.alignleft img {
  max-width: 100%;
  height: auto;
}
.alignright,
.alignright img {
  max-width: 100%;
  height: auto;
}
.wp-caption,
.wp-caption * {
  max-width: 100%!important;
}
@media only screen and (max-width: 960px) {
  .wp-caption,
  .wp-caption * {
    width: 100%!important;
  }
}
.wp-caption-text {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
}
/* ==|== non-semantic helper classes ======================================== */
.small-foot {
  margin-bottom: 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* ==|== AC styles ======================================================= */

.l-wide-slider{
  float: left;
  width: 100%;
}

/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

#content .container {
  width:100%;
}

@media only screen and (min-width: 768px) {
  .u-hide--desktop{
    display: none !important;
  }
}

.c-svg-map{
  position: relative;
}

.c-svg-map__img{
   position: absolute;
   left: 0;
   right: 0;
 }
.c-svg-map__svg{
   position: relative;
   left: 0;
   right: 0;
   z-index: 10;
 }

.c-svg-map__svg g path{
  fill: transparent;
}

.c-image-zoom__img-large{
  max-width: 100% !important;
}
.modal__container.modal__container--flush{
  padding: 48px 0;
  width:99vw
}

.map-instructions{
  display: none;
}

/*
 * AC - Cottage features
 */

.l-feature-list__list{
   list-style: none;
   padding: 0;
   margin: 0;
 }

.l-feature-list__item{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px !important;
}



.c-post-thumb__content--feature{
  display: block;
  grid-template-columns: minmax(150px, 300px) 1fr;
  gap: 12px;
  grid-template-rows: min-content max-content;
}
@media (max-width: 600px) {
  .c-post-thumb__content--feature {
    grid-template-columns: 1fr 1fr;
  }
}

.c-post-thumb__feature-image{
  margin-bottom: 24px;
}
@media only screen and (min-width: 480px) {
  .c-post-thumb__content--feature{
    display: grid;
  }
  .c-post-thumb__feature-image{
    margin-bottom: 0;
  }

}

.c-post-thumb__content--feature >*:first-child{
  grid-column-start: 1;
  grid-row-end: 4;
  grid-row-start: 1;
}
.c-post-thumb__content--feature >*:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  align-self: start; /* Aligns to the start of the grid area */
  height: min-content; /* or fit-content */
}

.c-post-thumb__content--feature >*:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  align-self: start; /* Aligns to the start of the grid area */
  height: max-content;
}

.c-feature-image--feature{
  width: 100%;
  aspect-ratio: 1;
}

.c-feature-image__img--feature{
  width: 100%;
  aspect-ratio: 1;
}

.c-header--feature{
  margin-bottom: 0 !important;
}

.c-header__heading--feature{
  margin-top: 0 !important;
  font-size: 1.5em;
}



.c-post-thumb__content p{
  margin-top: 0 !important;
}

.l-feature-list__item:nth-child(even) .c-post-thumb__content--feature{
  grid-template-columns:  1fr 300px;
}

.l-feature-list__item:nth-child(even) .c-post-thumb__content--feature > .c-post-thumb__feature-image {
  grid-column: 2; /* Position on the right-hand side */
}

.l-feature-list__item:nth-child(even) .c-post-thumb__content--feature > .c-post-thumb__header,
.l-feature-list__item:nth-child(even) .c-post-thumb__content--feature > .c-post-thumb__content {
  grid-column: 1; /* Position the other elements on the left-hand side */
}

.c-info-box--cottage{
  background: #f0f0f0;
  padding: 24px;
}

.c-btn-group{
  display: inline-flex;
  gap: 24px;
}

.u-d-il{
  display: inline !important;
}
.u-fw-b{
  font-weight: bold;
}
.u-col-w{
  color: #fff;
}
.c-sep{
  display: inline !important;
  padding: 0 12px;
}
/*# sourceMappingURL=style-1.css.map */
