.div-block-newbungalowimg {
height: 170px;
  background-image: url('../images/newbungalowimageoct21.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.maintenance {
    background-color: white;
    opacity: 1;
    z-index: 10000;
    position: absolute;
    top: 100px;
    left: 60px;
    padding: 30px;
}

.contact-subtext {
    margin-bottom: 30px;
    font-size: 12px;
}

.contact-subtext-link {
    color:blue;
    display: inline-block;
    text-decoration: underline;
}

.social-media-btn {
    display: inline-block;
}

.fcf-body {
    background-color: #fff;
    z-index: 10;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: none;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin: 50px 0px 0px;
  padding: 0px 300px 0px 0px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.hero-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section.less-bottom-margin {
  margin-bottom: 30px;
}

.section.contact {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-right: 0px;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 60px;
}

.container.no-bottom-margin {
  margin-bottom: 0px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 0px;
  border-bottom: 2px none #aebb98;
  border-radius: 0px;
  background-color: rgba(26, 27, 31, 0);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(50, 52, 58, 0);
  color: #1a1b1f;
  font-size: 17px;
  font-weight: 400;
}

.button:active {
  background-color: transparent;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  height: 50px;
  margin-top: 0px;
  padding: 15px;
  float: right;
  background-color: rgba(26, 27, 31, 0);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu-icon {
  width: 30px;
  height: 30px;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(108, 95, 95, 0);
}

.navigation-wrap {
  position: relative;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  display: block;
  width: 100%;
  height: 110px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.navigation-item:hover {
  opacity: 0.9;
  font-size: 16px;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.book-now-text {
  float: right;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item.book-now-text:hover {
  font-size: 16px;
}

.navigation-item.book-now-text.mobile {
  display: none;
}

.navigation-item.temporarily-hidden {
  display: block;
}

.menu-button {
  width: 40px;
  margin-right: 6%;
  padding: 10px;
  float: left;
}

.logo-image {
  display: block;
}

.navigation-items {
  position: absolute;
  display: block;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.hero-image {
  display: block;
  height: 700px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
  background-image: url('../images/20210327_152643.jpg');
  background-position: 100% 50%;
  background-size: cover;
  color: #fff;
}

.hero-image.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.link-block {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.hero-text-container {
  position: absolute;
  left: 0%;
  top: 297px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-left: 0%;
  padding: 15px 15px 15px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-shadow: 1px 1px 20px #000;
}

.hero-text-container.home {
  top: 333px;
}

.hero-heading {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'EB Garamond', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 1em;
}

.body {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Comfortaa, sans-serif;
}

.temp-logo {
  display: inline-block;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'EB Garamond', sans-serif;
  color: #000;
  font-size: 39px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.book-now-text {
  font-weight: 700;
}

.condenceed-paragraph {
  display: block;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-container {
  position: relative;
  z-index: 200;
  margin-bottom: 60px;
}

.body-heading {
  position: static;
  top: 0px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 32px;
  line-height: 50px;
  text-align: left;
}

.body-heading.left {
  position: relative;
  top: 3px;
  text-align: left;
}

.body-heading.right {
  position: relative;
  top: 3px;
  text-align: right;
}

.body-heading.smaller {
  margin-top: 20px;
  font-size: 26px;
  line-height: 32px;
}

.body-heading.sans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60px;
  min-height: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 3px solid #d3d9c8;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.body-heading.h3 {
  font-size: 24px;
}

.background-text-container {
  position: relative;
  left: -2px;
  top: 30px;
  width: 100%;
}

.background-text-container.cottages {
  position: relative;
  left: -69px;
  top: 35px;
  z-index: 3;
}

.heading-3 {
  font-family: 'EB Garamond', sans-serif;
  font-size: 60px;
  text-align: right;
}

.heading-3.decor-background-text {
  position: relative;
  top: 15px;
  right: 0px;
  color: rgba(211, 217, 200, 0.33);
  font-size: 180px;
}

.heading-3.decor-background-text.left {
  position: relative;
  top: -5px;
  color: rgba(211, 217, 200, 0.33);
  text-align: left;
}

.heading-3.decor-background-text.center {
  position: relative;
  top: 1px;
  right: 0px;
}

.text-block-4 {
  position: relative;
  z-index: 3;
  border-bottom: 3px solid #d3d9c8;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
}

.text-block-4:hover {
  color: #000;
  font-size: 15px;
}

.footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 100px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #757575;
}

.footer.contact {
  position: relative;
  z-index: 3;
}

.top-line {
  position: relative;
  left: 0%;
  top: 18px;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.middle-line {
  position: relative;
  top: 28px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.bottom-line {
  position: relative;
  top: 38px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.brand {
  position: relative;
  z-index: 5;
  display: block;
  margin: 30px 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.footer {
  position: static;
  display: block;
  width: auto;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition-property: none;
  transition-property: none;
  font-size: 14px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-text {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
}

.slider {
  height: 600px;
}

.slide {
  background-image: url('../images/thumbnail_image6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/20210327_152450.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/20210327_120408.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/20210327_153305.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.div-block-2 {
  height: 450px;
  background-image: url('../images/20210327_152131.jpg');
  background-position: 100% 50%;
  background-size: 120%;
  background-repeat: repeat;
}

.div-block-3 {
  width: 30%;
  height: 100%;
  border-right: 15px solid #fff;
  background-image: url('../images/20210327_152027.jpg');
  background-position: 0% 50%;
  background-size: 120%;
}

.review-slider {
  width: 100%;
  height: auto;
  margin-right: 0px;
  background-color: #fff;
}

.paragraph-3 {
  position: relative;
  z-index: 2;
}

.paragraph-4 {
  font-size: 14px;
}

.footer-diagonal-image {
  position: relative;
  z-index: -5;
  width: 70%;
  height: 500px;
  float: right;
  clear: none;
  border-top: 2px solid #fff;
  background-image: url('../images/20210327_152526.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.footer-container {
  width: 40%;
  height: 400px;
  margin-left: 60px;
}

.footer-diagonal-white-area {
  position: relative;
  left: -133px;
  top: -15px;
  z-index: -1;
  width: 135%;
  height: 600px;
  background-color: #fff;
  -webkit-transform: translate(0px, -71px) rotate(14deg);
  -ms-transform: translate(0px, -71px) rotate(14deg);
  transform: translate(0px, -71px) rotate(14deg);
}

.footer-text-container {
  position: absolute;
}

.footer-paragraph {
  position: static;
  z-index: 5;
  width: 350px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #1a1b1f;
}

.footer-paragraph.contacts {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 5px;
}

.footer-paragraph.social {
  margin-top: 30px;
  margin-bottom: 10px;
}

.link {
  display: inline-block;
  color: #272727;
}

.block-quote {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: none;
  font-size: 16px;
  font-style: normal;
  text-align: left;
  white-space: normal;
}

.review-credit {
  margin-bottom: 30px;
  padding-right: 90px;
  padding-left: 90px;
  color: rgba(26, 27, 31, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.review-arrows {
  color: rgba(30, 31, 36, 0.5);
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.review-slide-1 {
  text-align: left;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icon-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.accommodation-hero-image {
  height: 145px;
  background-image: url('../images/20210327_152758.jpg');
  background-position: 100% 62%;
  background-size: 110%;
}

.body-heading-cottage-pages {
  position: static;
  top: 0px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 32px;
  line-height: 50px;
  text-align: left;
    display: inline-block;
}

.book-this-room-btn {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.view-room-button {
  display: inline-block;
  margin-top: 0px;
  padding: 12px 0px;
  float: left;
  border-radius: 0px;
  background-color: rgba(26, 27, 31, 0);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.view-room-button:hover {
  background-color: rgba(50, 52, 58, 0);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.view-room-button:active {
  background-color: white;
}

.learn-more-button w-inline-block:active {
    background-color: white;
}

.text-block-4:active {
    background-color: white;
}

.right-arrow-3 {
  margin-right: 280px;
}

.slide-nav-3 {
  padding-right: 280px;
}

.cottages-slides {
  background-image: url('../images/thumbnail_image4.jpg');
  background-position: 100% 60%;
  background-size: 115%;
}

.cottages-slides.cootage-2 {
  background-image: url('../images/thumbnail_image1.jpg');
  background-position: 100% 60%;
  background-size: 100%;
}

.cottages-slides.cottage-3 {
  background-image: url('../images/thumbnail_image9.jpg');
  background-position: 100% 60%;
  background-size: cover;
}

.individual-cottage-slides {
  min-height: 350px;
}

.slide-5 {
  background-image: url('../images/thumbnail_image5.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.slide-5.three-bed {
  background-image: url('../images/thumbnail_image9.jpg');
  background-position: 50% 60%;
}

.slide-5.two-bed-cottage-slide {
  background-image: url('../images/thumbnail_image1.jpg');
  background-position: 50% 60%;
}

.slide-6 {
  background-image: url('../images/thumbnail_image4.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide-6.three-bed {
  background-image: url('../images/20210327_120409.jpg');
  background-position: 0% 0%;
}

.slide-6.two-bed-cottage-slide {
  background-image: url('../images/thumbnail_image2.jpg');
}

.slide-7 {
  background-image: url('../images/20210327_113955.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7.three-bed {
  background-image: url('../images/20210327_121143.jpg');
}

.slide-7.two-bed-cottage-slide {
  background-image: url('../images/thumbnail_image0.jpg');
}

.slide-8 {
  background-image: url('../images/image3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8.three-bed {
  background-image: url('../images/20210327_121304.jpg');
}

.slide-9.three-bed {
  background-image: url('../images/20210327_152516-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-10.three-bed {
  background-image: url('../images/20210327_152441-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-11.three-bed {
  background-image: url('../images/20210327_152803.jpg');
  background-position: 100% 20%;
  background-size: 125%;
}

.footer-social-icons {
  position: relative;
  z-index: 5;
  display: inline-block;
  height: 30px;
  margin-right: 15px;
  border-radius: 6px;
}

.contact-icons {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 20px;
  margin-right: 15px;
}

.br {
  height: 1px;
}

.cosy-cottage-heading-container {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: -30px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 60px;
}

.image-5 {
  height: 50px;
}

.div-block-6 {
  margin-bottom: 30px;
}

.cottage-inclusions-heading {
  margin-top: 30px;
}

.inclusions-icon {
  display: inline;
  width: auto;
  height: 30px;
  margin-right: 15px;
}

.inclusions-text {
  position: static;
  display: inline-block;
  width: 250px;
  margin-bottom: 0px;
}

.inclusions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #1a1b1f;
}

.footer-credits {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid silver;
  background-color: #fff;
  font-size: 10px;
}

.credits-divider {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 0px;
  background-color: silver;
}

.credits-text {
  display: inline-block;
  margin-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #757575;
  font-size: 10px;
}

.credits-text.copyright {
  font-size: 10px;
}

.credits-text.freepik {
  font-size: 10px;
}

.credits-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 5px;
  margin-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.two-bed-cottage {
  margin-top: 30px;
  margin-bottom: 30px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  color: #000;
}

.div-block-8 {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 253, 253, 0.3);
}

.form-background-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100vh;
  padding-bottom: 0px;
  background-image: url('../images/20210327_153257.jpg');
  background-position: 0px 0px;
  background-size: cover;
    z-index: -10;
}

.white-form-div {
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: #fff;
    z-index: 1000;
}

.form-container {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 60px 300px 0px 0px;
    z-index: 1000;
}

.coraki-experience-hero {
  height: 470px;
  background-image: url('../images/20210327_152713.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-12 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('../images/20210327_153151.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-13 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

._404-heading {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 60px;
  text-align: center;
}

._404-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 116px;
  margin-right: 250px;
  margin-left: 250px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

._404-paragraph {
  text-align: center;
}

._404-home-button {
  padding: 5px 1px;
  border-bottom: 4px solid #aebb98;
  background-color: transparent;
  color: #1a1b1f;
  text-align: center;
}

.lama-div-experience-page {
  height: 350px;
  background-image: url('../images/20210327_152131.jpg');
  background-position: 50% 50%;
  background-size: 150%;
  background-repeat: repeat;
}

.ediie-div-experience-page {
  width: 40%;
  height: 100%;
  border-right: 15px solid #fff;
  background-image: url('../images/20210327_152027.jpg');
  background-position: 0% 40%;
  background-size: 120%;
}

.link-2 {
  display: inline;
}

.grid-2 {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rates-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(26, 27, 31, 0.6);
  line-height: 28px;
  text-align: right;
}

.rates-text.no-margin {
  margin-top: 0px;
  color: rgba(26, 27, 31, 0.6);
  line-height: 28px;
}

.text-block-8 {
  margin-top: 0px;
  font-size: 16px;
  text-align: right;
}

.text-block-8.more-margin {
  margin-top: 0px;
}

.grid-4 {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.green-link-style-small {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 3px solid #d3d9c8;
  color: #657a42;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.link-block-2 {
  float: right;
  clear: none;
}

.adittional-rates-text {
  margin-top: 10px;
  margin-bottom: 0px;
  color: rgba(26, 27, 31, 0.6);
  font-size: 12px;
  line-height: 22px;
  text-align: right;
}

.div-block-14 {
  height: 0px;
}

.cottage-image-gallery-grid {
  margin-top: 50px;
}

.grid-6 {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rates-paragraph {
  margin-top: 30px;
}

.learn-more-button {
  display: inline-block;
  margin-top: 0px;
  padding: 12px 0px;
  float: right;
  border-radius: 0px;
  background-color: rgba(26, 27, 31, 0);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.learn-more-button:hover {
  background-color: rgba(50, 52, 58, 0);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.learn-more-button:active {
  background-color: white;
}

.padding-div {
  padding-top: 15px;
}

.slider-3 {
  height: 350px;
}

.div-block-15 {
  height: 350px;
  margin-bottom: 30px;
  background-image: url('../images/thumbnail_image4.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.paragraph-5 {
  color: rgba(26, 27, 31, 0.6);
}

.text-span-2 {
  font-weight: 700;
}

.div-block-16 {
  height: 200px;
  background-image: url('../images/thumbnail_image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-17 {
  background-image: url('../images/thumbnail_image0.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-18 {
  height: 350px;
  margin-bottom: 30px;
  background-image: url('../images/thumbnail_image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-19 {
  height: 350px;
  margin-bottom: 30px;
  background-image: url('../images/thumbnail_image9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-20 {
  height: 0px;
}

.div-block-21 {
  height: 170px;
  background-image: url('../images/thumbnail_image5.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.div-block-22 {
  height: 170px;
  background-image: url('../images/image3.jpeg');
  background-position: 50% 40%;
  background-size: cover;
}

.div-block-23 {
  height: 350px;
  background-image: url('../images/20210327_153257.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-24 {
  height: 350px;
  background-image: url('../images/4330875-12.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.grid-7 {
  margin-top: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.text-block-9 {
  border-bottom: 3px solid #d3d9c8;
}

.div-block-25 {
  background-image: url('../images/4330875-g-19.jpg');
  background-position: 50% 85%;
  background-size: cover;
}

.paragraph-5-copy {
  color: rgba(26, 27, 31, 0.6);
  font-size: 14px;
  font-weight: 400;
}

.conditions-h4 {
  margin-bottom: 0px;
  color: rgba(26, 27, 31, 0.6);
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .hero-text-container {
    width: 60%;
  }

  .slide {
    background-attachment: scroll;
  }

  .slide-2 {
    position: relative;
    background-attachment: scroll;
  }

  .credits-text {
    display: inline-block;
    margin-top: 5px;
  }

  .mask-2 {
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  .hero-text-container {
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 50px;
    padding-right: 0px;
  }

  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.margin-top {
    margin-top: 100px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    padding-right: 60px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: inline-block;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 0px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 0px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.book-now-text {
    float: none;
  }

  .navigation-item.book-now-text:hover {
    background-color: rgba(247, 248, 249, 0);
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .hero-text-container {
    top: 309px;
    width: 100%;
    padding-right: 5%;
  }

  .hero-text-container.home {
    top: 355px;
  }

  .condenceed-paragraph {
    width: 80%;
  }

  .brand {
    width: 250px;
    margin-left: 0px;
    padding-top: 25px;
    padding-left: 0px;
  }

  .brand.footer {
    display: none;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 100px;
    max-width: 1100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 100px;
  }

  .nav-menu {
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
  }

  .div-block-2 {
    height: 400px;
  }

  .footer-diagonal-image {
    background-position: 50% 50%;
  }

  .footer-diagonal-white-area {
    width: 150%;
  }

  .footer-text-container {
    margin-top: 60px;
  }

  .menu-child-container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }

  .accommodation-hero-image {
    display: none;
  }

  .view-room-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-arrow-3 {
    margin-right: 0px;
  }

  .slide-nav-3 {
    padding-right: 0px;
  }

  .footer-credits {
    height: auto;
    min-height: 40px;
  }

  .credits-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .credits-text {
    font-size: 10px;
    line-height: 20px;
  }

  .credits-text.copyright {
    font-size: 10px;
  }

  .credits-text.freepik {
    font-size: 10px;
  }

  .form-container {
    margin-top: 100px;
    padding-right: 60px;
  }

  ._404-text-container {
    margin-right: 100px;
    margin-left: 100px;
  }

  .learn-more-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button-2 {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.hero-section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }

  .container.margin-top {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.no-padding {
    padding-right: 2%;
    padding-left: 2%;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button {
    text-align: left;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item.book-now-text {
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .hero-text-container {
    top: 250px;
  }

  .hero-text-container.home {
    top: 231px;
  }

  .hero-heading {
    font-size: 46px;
  }

  .condenceed-paragraph {
    width: 100%;
    text-align: left;
  }

  .heading-3.decor-background-text {
    top: 30px;
    font-size: 150px;
  }

  .heading-3.decor-background-text.left {
    top: 8px;
    font-size: 150px;
  }

  .heading-3.decor-background-text.center {
    top: 11px;
  }

  .brand {
    width: 200px;
  }

  .brand.w--current {
    width: 200px;
  }

  .hero-text {
    font-size: 14px;
  }

  .slider {
    height: 400px;
  }

  .slide {
    background-position: 50% 0%;
  }

  .div-block-2 {
    height: 300px;
    background-position: 60% 60%;
    background-size: 160%;
  }

  .div-block-3 {
    background-position: 20% 50%;
    background-size: 150%;
  }

  .footer-container {
    margin-left: 30px;
  }

  .footer-diagonal-white-area {
    width: 200%;
  }

  .block-quote {
    padding-right: 60px;
    padding-left: 60px;
  }

  .individual-cottage-slides {
    min-height: auto;
  }

  .cosy-cottage-heading-container {
    text-align: center;
  }

  .credits-divider {
    margin-top: -4px;
  }

  .credits-divider.hide {
    display: none;
  }

  .credits-text {
    font-size: 9px;
  }

  .credits-text.copyright {
    overflow: visible;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 9px;
  }

  .credits-text.freepik {
    font-size: 9px;
  }

  .credits-text.hide {
    display: none;
  }

  .credits-text-container {
    width: 100%;
    margin-right: 2%;
    margin-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .two-bed-cottage {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    background-color: rgba(255, 253, 253, 0.7);
  }

  .form-container {
    padding: 30px;
    text-align: center;
  }

  .coraki-experience-hero {
    height: 400px;
  }

  .lama-div-experience-page {
    height: 300px;
    background-position: 50% 60%;
    background-size: 160%;
  }

  .ediie-div-experience-page {
    background-position: 0% 50%;
    background-size: 140%;
  }

  .grid-2 {
    margin-bottom: 60px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .rates-text {
    display: inline-block;
    width: 50%;
    text-align: left;
  }

  .text-block-8 {
    width: 50%;
    text-align: left;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .green-link-style-small {
    float: none;
    text-align: left;
  }

  .link-block-2 {
    float: left;
  }

  .adittional-rates-text {
    text-align: left;
  }

  .cottage-image-gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .learn-more-button {
    float: left;
  }

  .slider-3 {
    height: 300px;
  }

  .div-block-15 {
    height: 300px;
  }

  .div-block-16 {
    height: 259px;
  }

  .div-block-17 {
    height: 250px;
  }

  .div-block-18 {
    height: 300px;
  }

  .div-block-19 {
    height: 300px;
  }

  .div-block-21 {
    height: 250px;
  }

  .div-block-22 {
    height: 250px;
  }

  .div-block-23 {
    height: 300px;
  }

  .div-block-24 {
    height: 300px;
  }

  .text-block-9 {
    text-align: left;
  }

  .div-block-25 {
    height: 250px;
  }

  .image-7 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.margin-top {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navigation-item.book-now-text {
    left: 16px;
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navigation-item.book-now-text.mobile {
    position: static;
    left: auto;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero-text-container.home {
    top: 125px;
  }

  .hero-heading {
    position: static;
    top: -5px;
    font-size: 32px;
  }

  .condenceed-paragraph {
    font-size: 14px;
  }

  .heading-container {
    margin-bottom: 30px;
  }

  .body-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .body-heading.right {
    top: 0px;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }

  .body-heading.sans {
    min-height: auto;
    font-size: 14px;
  }

  .background-text-container.cottages {
    top: 13px;
  }

  .heading-3.decor-background-text {
    left: -26px;
    top: 15px;
    font-size: 110px;
    text-align: left;
  }

  .heading-3.decor-background-text.left {
    left: 46px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .footer.contact {
    margin-top: 50px;
  }

  .brand {
    width: 170px;
  }

  .brand.w--current {
    width: 170px;
    margin-right: 0px;
    padding-right: 0px;
  }

  .container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-text {
    font-size: 14px;
  }

  .div-block-2 {
    height: 230px;
    background-size: 230%;
  }

  .div-block-3 {
    width: 40%;
    border-right-width: 10px;
    background-position: 30% 45%;
    background-size: 200%;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .footer-diagonal-image {
    height: 400px;
  }

  .footer-container {
    height: 300px;
    margin-left: 15px;
  }

  .footer-diagonal-white-area {
    left: -90px;
    width: 400%;
  }

  .footer-text-container {
    margin-top: 0px;
  }

  .footer-paragraph {
    width: auto;
    font-size: 14px;
  }

  .block-quote {
    padding-right: 40px;
    padding-left: 15px;
    font-size: 14px;
  }

  .review-credit {
    padding-left: 15px;
    font-size: 12px;
  }

  .review-arrows.hide {
    display: none;
  }

  .view-room-button {
    color: #1a1b1f;
  }

  .view-room-button:active {
    background-color: transparent;
    color: #1a1b1f;
  }

  .individual-cottage-slides {
    max-height: 180px;
  }

  .cosy-cottage-heading-container {
    padding-left: 15px;
  }

  .cottage-inclusions-heading {
    font-size: 14px;
  }

  .footer-credits {
    margin-bottom: 6px;
  }

  .credits-text {
    font-size: 8px;
    line-height: 14px;
  }

  .credits-text.copyright {
    font-size: 8px;
  }

  .credits-text.freepik {
    font-size: 8px;
  }

  .credits-text-container {
    margin-bottom: 7px;
    margin-left: 15px;
  }

  .two-bed-cottage {
    font-size: 14px;
  }

  .coraki-experience-hero {
    height: 300px;
  }

  .lama-div-experience-page {
    height: 200px;
  }

  .ediie-div-experience-page {
    border-right-width: 10px;
  }

  .rates-text {
    font-size: 14px;
  }

  .cottage-image-gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rates-paragraph {
    margin-top: 15px;
    font-size: 14px;
  }
    

  .learn-more-button:active {
    background-color: transparent;
    color: #1a1b1f;
  }

  .slider-3 {
    height: 230px;
    margin-top: 7px;
  }

  .div-block-15 {
    height: 180px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .div-block-16 {
    height: 150px;
  }

  .div-block-17 {
    height: 150px;
  }

  .div-block-18 {
    height: 180px;
  }

  .div-block-19 {
    height: 180px;
  }

  .div-block-21 {
    height: 150px;
  }

  .div-block-22 {
    height: 150px;
  }

  .div-block-23 {
    height: 200px;
  }

  .div-block-24 {
    height: 200px;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 14px;
  }

  .div-block-25 {
    height: 150px;
  }

  .paragraph-5-copy {
    font-size: 12px;
  }

  .conditions-h4 {
    font-size: 14px;
  }

  .menu-button-2 {
    left: 17px;
  }

  .image-7 {
    width: 100%;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .paragraph-9 {
    font-size: 14px;
  }

  .paragraph {
    font-size: 14px;
  }

  .icon-3 {
    margin-right: 5px;
  }

  .icon-4 {
    margin-left: 5px;
  }
}

#w-node-_2d70e7e0-5c80-2354-b1fd-1ce86e906bd7-e6abe605 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fec2e34a-72f8-77a1-bb77-7db32e800ed7-aaabe606 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ee3fb223-47a9-b1bd-276e-d511dc733d5e-08abe608 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

