/*
Theme Name: Blanket Bay
Theme URI: https://blanketbay.com
Author: Established Group
Author URI: http://establishedgroup.com
Version: 1.0.0
*/


/*Minion 3 Subhead Regular & Italic
font-weight: 400;
font-style: normal;
font-style: italic;

Minion 3 Subhead Medium & Italic
font-weight: 500;
font-style: normal;
font-style: italic;

Minion 3 Subhead Semibold & Italic
font-weight: 600;
font-style: normal;
font-style: italic;

Minion 3 Subhead Bold & Italic
font-weight: 700;
font-style: normal;
font-style: italic;*/


@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../blanketbay/assets/fonts/fontawesomepro/fa-light-300.eot");
  src: url("../blanketbay/assets/fonts/fontawesomepro/fa-light-300.eot?#iefix") format("embedded-opentype"), 
  url("../blanketbay/assets/fonts/fontawesomepro/fa-light-300.woff2") format("woff2"), 
  url("../blanketbay/assets/fonts/fontawesomepro/fa-light-300.woff") format("woff"), 
  url("../blanketbay/assets/fonts/fontawesomepro/fa-light-300.ttf") format("truetype"), 
  url("../blanketbay/assets/fonts/fontawesomepro/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; 
}

/*
Sofia Pro Light
font-family: "sofia-pro", sans-serif;
font-weight: 300;
font-style: normal;
Sofia Pro Light italic
font-family: "sofia-pro", sans-serif;
font-weight: 300;
font-style: italic;
Sofia Pro Regular
font-family: "sofia-pro", sans-serif;
font-weight: 400;
font-style: normal;
Sofia Pro Medium
font-family: "sofia-pro", sans-serif;
font-weight: 500;
font-style: normal;
Sofia Pro Semi Bold
font-family: "sofia-pro", sans-serif;
font-weight: 600;
font-style: normal;


*/





/* CSS RESETS */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,
ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,section,summary,
time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

html, body {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  color: rgba(128, 128, 128, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

blockquote {
  margin: 20px 30px;
  border-left: solid 1px rgba(158,146,94,1);
  padding: 10px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

*:focus {
  outline: 0;
}

blockquote p {
  font-size: 22px;
  color: rgba(158,146,94,1);
  margin-bottom: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2;
}

p,ol,ul,li {
  font-size: 18px;
  line-height: 1.5;
  color: #111;
}

.white_text p,
.white_text a,
.white_text ol,
.white_text ul,
.white_text li,
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6 {
  color: #fff;
}

a {
  color: #111;
  text-decoration: none;
}

span.editor-btn a, .editor-arrow-link a {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

p {
  margin: 0 0 15px 0;
   width: 100%;
}

hr {
    height: 1px;
    border: 0;
    color: rgba(158,146,94,0.3);
    background: rgba(158,146,94,0.3);
    margin: 60px 0;
    width: 100%;
}

p a:hover {
  color: #333;
}

/*img {
  width: 100%;
}*/

em, i {
 font-family: "sofia-pro", sans-serif;
font-weight: 300;
font-style: italic;
}

p strong,
strong {
  font-family: "sofia-pro", sans-serif;
font-weight: 600;
font-style: normal;
}


main ol,
main ul {
  font-size: 17px;
  margin: 10px 10px 30px 10px;
  padding: 0 10px;
  text-align: left;
  width:90%;
}

main ul {
   list-style: disc;
}

main ol {
   list-style: decimal;
}



.top-banner h1 {
  font-family: minion-3-subhead, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  text-align: center;
}

.top-banner h1 span {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
}

h1 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}


h2 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(0,0,0,1);
  text-align: left;
  margin: 0 0 10px 0;
}

h3 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

h4 {
  font-size: 20px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  width: 100%;
}


.container {
  width: calc(100% - 40px);
  max-width: 1250px;
  padding: 40px 20px;
  margin: auto;
  text-align: center;
}


.container.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}





.btn, .editor-btn a {
    display: inline-block;
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 36px;
    color: #fff;
    background-color: rgba(158,146,94,1);
    border-left: none;
    text-transform: uppercase;
    border-radius: 1px;
    margin: 20px 0;
    -o-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    cursor: pointer;
}

.btn:hover, .editor-btn:hover a {
    background-color: #51534a;
    color: rgba(158,146,94,1);
}

.arrow-link, .editor-arrow-link a {
    font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin: 20px 0;
    display: inline-block;
}

.arrow-link:before, .editor-arrow-link a:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  position: absolute;
  width: 0;
  height: 0;
  font-size: 15px;
  right: -7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow-link:hover,  .editor-arrow-link a:hover  {
    opacity: 0.6;
}

.arrow-link:hover:before, .editor-arrow-link a:hover:before {
  right: -11px;
}



.arrow-link, .arrow-link.dark  {
   color:#111;
}



/* Flex Sticky Footer */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; 
}

header,
footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; 
}

section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; 
  padding: 0;
  width: 100%;
}
section::after {
  content: '\00a0';
  display: block;
  height: 0px;
  visibility: hidden;
}

section {
  padding: 0;
}
section::after {
  content: none;
}







.alignright,
img.alignright,
a img.alignright {
  float:right; 
  margin:0 0 1em 1em;
}

.alignleft,
img.alignleft,
a img.alignleft {
  float:left; 
  margin:0 1em 1em 0;
}

.aligncenter,
img.aligncenter,
a img.aligncenter {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}




/*
*
*
* Main Image Banner
*
* * * * * * * * * * * */

.top-banner {
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

.main_image {
  background-color: #000;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_image {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*.main_image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.main_image.no_mask:before {
  display: none;
}
*/



/*
*
* Pop Up Video Holders
* * * * * * * * * * * */


#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    z-index: 99998;
}

#close_btn {
    color: #fff;
    font-size: 90px;
    font-weight: normal;
    position: fixed;
    right: 5%;
    top: 5%;
    cursor: pointer;
    z-index: 99999;
}


/*
*
* Vimeo Video
* * * * * * * * * * * */


#video_layer {
  display: none;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  z-index: 9999;

}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-in 1 forwards;
          animation: fadeIn .5s ease-in 1 forwards;
}

#video_holder {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#video_holder iframe {
  position: absolute;
  top: 50%; 
  right: 50%;
  -webkit-transform: translate(50%,-50%);
      -ms-transform: translate(50%,-50%);
          transform: translate(50%,-50%);
  width: 90%;
  height: 90%;
  max-width: 1024px;
}

#video_close_btn {
  position: absolute;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  position: fixed;
  right:5%;
  top:5%;
  height: 82px;
  width:40px;
  cursor: pointer;
  z-index: 99999;
}





/*
*
*
* Global
*
* * * * * * * * * * * * * * * */

/* Blanket Bay Brand colours 

    
Dark Green (footer) =    rgba(49,52,42);
Tussock / Gold - Pantone 451c == rgba(158,146,94,1);
Oat - Pantone 9583c = rgba(205,208,185);
Lichen - Pantone 5763 = rgba(117,122,77);
Paradise Duck Grey = Pantone 418c - rgba(81,83,74);

*/

.pantone451{
  color: rgba(158,146,94,1);
}

.duck-grey {
  color:rgba(81,83,74,1);
}

.bg-duck-grey {
  background-color:rgba(81,83,74,1);
}

.bg-tussock {
  background-color: rgba(158,146,94,1);
  color: #fff;
}

.bg-light-tussock {
  background-color: rgba(158,146,94,0.1);
}

.lichen, .bg-lichen {
  background-color: rgba(117,122,77,1);
}

.bg-oat {
  background-color: rgba(205,208,185,1);
}

.bg-white {
   background-color: #fff;
}



.bg-duck-grey p, .bg-duck-grey a, .bg-duck-grey ol, .bg-duck-grey ul, .bg-duck-grey li, .bg-duck-grey h1, .bg-duck-grey h2, .bg-duck-grey h3, .bg-duck-grey h4, .bg-duck-grey h5, .bg-duck-grey h6, 
.bg-tussock p,.bg-tussock a,.bg-tussock ol,.bg-tussock ul,.bg-tussock li,.bg-tussock h1,.bg-tussock h2,.bg-tussock h3,.bg-tussock h4, .bg-tussock h5, .bg-tussock h6,
.bg-lichen p,.bg-lichen a,.bg-lichen ol,.bg-lichen ul,.bg-lichen li,.bg-lichen h1,.bg-lichen h2,.bg-lichen h3,.bg-lichen h4,.bg-lichen h5,.bg-lichen h6
 {
  color: #fff;
}

.bg-lichen .arrow-link, 
.bg-duck-grey .arrow-link, 
.bg-tussock .arrow-link
 {
   color:rgba(255,255,255,1);
}





.read_more {
  font-size: 12px;
  text-transform: uppercase;
  color: #111;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
}

.hero.img-bg {
  height: 60vh;
  min-height: 600px;
}

.img-bg {
  background-size: cover;
  background-position: center center;
}


.center-me {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


#relais_chateaux {
    position: absolute;
    top: 120px;
    right: 40px;
    width: 70px;
    z-index: 99;
    opacity: 0.8;
}




#notice_banner, 
#vaccinated_banner {
  background-color: rgb(49,52,42);
}

#notice_banner .container,
#vaccinated_banner .container {
    max-width: 730px;
    padding: 15px 30px 5px 30px;
    width: calc(100% - 60px);
  }

#notice_banner p, 
#vaccinated_banner p {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
}

#notice_banner p strong, 
#vaccinated_banner p strong {
  font-size: 19px;
}

#notice_banner i,
#vaccinated_banner i {
  position: absolute;
    right: 20px;
    top: 20px;
    color:#fff;
    cursor: pointer;
}


#vaccinated_banner {
    display: block;
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: rgba(29,32,22,0.9);
    cursor: pointer;
}


#vaccinated_banner .container {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#vaccinated_banner .panel {
    background-color: black;
    padding: 100px 40px;
    width: calc(100% - 80px);
    max-width: 550px;
    background-color: rgba(49,52,42,1);
    border-radius: 6px;
}



section.page-intro .container {
  padding: 70px 20px 60px 20px;
      max-width: 800px;

}




.page-intro h2 {
  font-family: minion-3-subhead, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 17px;
  color: rgba(158,146,94,1);
  text-align: center;
  margin-bottom: 30px;

}


section.page-content {
  padding-bottom: 70px; 
}

section.page-content.follow-on {
  padding-bottom: 0; 
}



section.page-content .container {
  background-color: #fff;
  padding: 130px 100px 80px 100px;
 max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.page-content h1,.page-content h2,.page-content h3,
.page-content h4,.page-content h5,.page-content h6,
.page-content li {
  width: 100%;
}


section.page-content h2 {
    margin: 0px 0 10px 0;
}

section.page-content .intro-text p {
    font-size: 23px;
    font-family: "sofia-pro", sans-serif;
  font-weight: 500;
    color: rgba(158,146,94,1);
    margin-bottom: 30px;
}

/*section.page-content h2:nth-child(1) {
    margin-top:  0;
}*/

section.page-content p {
  text-align: left;
}

section.page-content img,
section.page-content.follow-on img,
.text-column-left img,
.text-column-right img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
}


section.page-content img.alignleft {
  margin-right: 20px;
}

section.page-content img.alignright {
  margin-left: 20px;
}


.text-column-right {
/*  display: inline-block;
  width: calc(50% - 30px);
  margin: 0 0 0 auto;
  float: right;*/

   width: 100%;
   width: calc(50% - 20px);
    max-width: 470px;
    text-align: left;
}

.text-column-left {
/*  display: inline-block;
  width: calc(50% - 30px);
  margin: 0 auto 0 0;
  float: left;*/

   width: 100%;
    width: calc(50% - 20px);
    max-width: 470px;
    text-align: left;
}

.column-right img,
.column-left img {
   width: 100%;
  height: auto;
}



section.page-content .package_rates {
  text-align: left;
}

.rate_icons  {
  margin-bottom: 30px;
}
.rate_icons .guests, .rate_icons .nights {
  width: auto;
  display: inline-block;
  margin-right: 30px;
}

.pckg_rate .guests, .pckg_rate .nights {
  width: auto;
  display: inline-block;
  margin-right: 30px;
}

.pckg_title {
  margin-bottom: 10px;
   font-family: "sofia-pro", sans-serif;
  font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
}

.guests_nights {
  color: rgba(158,146,94,1);
  text-transform: uppercase;
  line-height: 1.4;
}

section.page-content .room_rates h4, section.page-content.follow-on .room_rates h4  {
  margin-top: 30px;
}

.current_Season {
  margin-bottom: 10px;
}

.rate_amount {
    margin-bottom: 21px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #666;
}

.rate_amount .dates {
  width: auto;
  display: inline-block;
  margin-right: 30px;
}

.rate_amount .amount {
   width: auto;
  display: inline-block;
 float: right;
}

section.page-content .add-on {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}


section.page-content .add-on .pckg_rate {
  width:100%;
  display: inline-block;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

section.page-content h4,
section.page-content.follow-on h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #111;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    margin: 20px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(158,146,94,0.3);
}

section.page-content.follow-on h4 {
  border-bottom: none;
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

section.page-content .pckg_rate .text-column-right h4 {
  margin-top: 0;
}




.exclusions p {
  font-size: 15px;
  color: #999;
}




.concierge {
  border-top: solid 1px rgba(158,146,94,0.5);
  padding-top: 35px;
  margin-top: 50px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}

.concierge p {
  width: calc(100% - 200px);
  font-size: 22px;
  color: #000;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.concierge.package {
  text-align: center;
}
.concierge.package p {
  width: 90%;
  text-align: center;
}

.concierge .btn {
  float: right;
  margin-top: 10px;
}



.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  text-align: left;
  width: 100%;
}


.landscape-repeater {
  width: 100%;
}

.landscape-repeater a {
    width: 100%;
    background-color: #fff;
    background: #fff;
    display: block;
    text-decoration: none;
    /* width: calc(50% - 40px); */
    display: inline-block;
    text-align: left;
    margin: 0 0 30px 0;
    min-width: 250px;
}

.landscape-repeater a:nth-last-child(1) .lr-content  {
    border-bottom: none;
    margin-bottom: 0;
}

.landscape-repeater article {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.lr-img-wrapper {
    width: calc( 50% - 30px);
    height: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 0;
    overflow: hidden;
}

.landscape-repeater a:hover .img-bg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}




.lr-image {
       width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }


.lr-content {
    width: calc( 50% - 30px);
    height: 300px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(158,146,94,0.4);
}

.lr-content .small_title {
    font-family: minion-3-subhead, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: rgba(158,146,94,1);
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
}

.lr-content h2 {
  text-transform: none;
  font-size: 22px;
  margin-bottom: 20px;
}

.lr-content p {
  font-size: 16px;
  line-height: 1.6;
}

.lr-content .read_more {
   font-family: "sofia-pro", sans-serif;
  font-weight: 500;
   font-size: 14px;
   letter-spacing: 0;
}

.lr-content .arrow-link:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    position: absolute;
    width: 0;
    height: 0;
    font-size: 13px;
    right: -7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 900;
}

.lr-content .arrow-link:hover {
  color: rgba(158,146,94,1);
}




.experiences .slider-wrapper {
  width: 100%;
   overflow: hidden;
}

.experiences .slider-intro {
  text-align: center;
  margin: 0 auto ;
  padding-top: 40px;
}

.experiences .slider-intro h3 {
  text-align: center;
  margin: 0 auto 30px auto ;
}

ul#experience-slider {
  margin: 0;
  padding:0;
  list-style: none;
  font-size: 0;
}

ul#experience-slider li {
    display: inline-block;
    height: 400px;
    width: 400px;
    cursor: pointer;
}

ul#experience-slider li a {
    font-family: "sofia-pro", sans-serif;
font-weight: 600;
font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 5;
    margin: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
}

ul#experience-slider li a:hover  {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




/*
*
*
* Accommodation Page
*
* * * * * * * * * * * * * * * */



section.page-content.content-hero {
  padding-bottom: 0; 
}

section.page-content.content-hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .accom-child {
    width: calc(50% - 40px);
    max-width: 450px;
    text-align: left;
  }

  section.page-content .accom-child h4 {
    margin-top: 0;
    /*border-bottom: none;*/
  }

  .accom-child .img-bg {
    height: 350px;
    margin-bottom: 20px;
  }

  .accom-child .rate_icons {
    margin-bottom: 20px;
  }

section.page-content.top-content-banner .container {

  padding: 50px;
}

/*section.page-content.content-hero .container {
  padding-bottom: 50px; 
}*/

section.page-content.follow-on .container {
    background-color: #fff;
    padding: 80px 100px 80px 100px;
    max-width: 1000px;
    text-align: left;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

section.page-content.follow-on.last-section {
  padding-bottom: 80px;
}

.room_rates {
  text-align: left;
}

.room_rates .rate_icons {
  margin-bottom: 15px;
}

.rate_amount .occupancy_no {
  width: auto;
  display: inline-block;
  margin-right: 30px;
   font-family: "sofia-pro", sans-serif;
  font-weight: 500;
}

.rate_amount .occupancy_rate {
   width: auto;
  display: inline-block;
 float: right;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
}

.room_rates .rate_amount {
  margin-bottom: 15px;
}




.table_slider {
  overflow-x:auto;
  width: 100%;
}



table.rates_table,
table.rates_table_header {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}

table.rates_table_header {
  margin-bottom: 10px;
}

.rate_holder {
    margin-bottom: 80px;
    width: 100%;
    overflow-x: auto;
}


table.rates_table thead {

  background-color: rgba(158,146,94,0.7);
  color: #fff;
    font-family: "sofia-pro", sans-serif;
  font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

table.rates_table th {
   padding: 12px 20px 8px 20px;
}


table.rates_table td {
  width: 33%;
  min-width: 200px;
  padding: 15px 20px 12px 20px;
  border-top: 1px solid rgba(158,146,94,0.5);
}

table.rates_table_header td {
   width: 33%;
    min-width: 200px;
   padding: 15px 20px 12px 20px;
   text-transform: uppercase;
}


table.rates_table td:nth-child(1) {  
  min-width: 90px;
}
table.rates_table th:nth-child(1) {  
  min-width: 120px;
}
table.rates_table_header td:nth-child(1) {  
  min-width: 120px;
}




/* floating images */


.accommodation-floating .text-column {
    max-width: 800px;
    margin: 20px auto;
}



.float-accom-1 {
  display: inline-block;
      width: 400px;
      height: 300px;
      position: relative;
      margin-right: -40px;
      z-index: 3;
}

.float-accom-2 {
  display: inline-block;
        width: 500px;
      height: 450px;
      position: relative;
      margin-top: 120px;
}

.float-accom-3 {
  display: inline-block;
    width: 300px;
      height: 200px;
      position: relative;
      margin-left: -40px;

} 

.accommodation-floating.top-images .float-accom-1 {
    top: -60px;
}

.accommodation-floating.top-images .float-accom-2 {
    display: inline-block;
    width: 500px;
    height: 450px;
    position: relative;
     margin-top: 30px; 
     margin-bottom: 40px;
}





/*
*
*
* Home Page
*
* * * * * * * * * * * * * * * */



section.booking-form {
    min-height: 150px;

}

.booking-form i {
  color:rgba(81,83,74,1);
    font-size: 21px;
    margin-right: 5px;
    top: 2px;
    position: relative;
}
.booking-form label {
    border-bottom: solid 1px rgba(81,83,74,0.5);
    padding: 12px 5px;
    margin: 0 20px 20px 0;
}



input, input[type="submit"] {
border: none;
}

input[type="text"] {
    max-width: 178px;
    width: 90%;
    padding: 8px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
}


::-webkit-input-placeholder {
 font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}


::-moz-placeholder {
  font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}


:-ms-input-placeholder {
  font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}


::-ms-input-placeholder {
  font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}


::placeholder {
  font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
    color:rgba(81,83,74,0.7);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
     color:rgba(81,83,74,0.7);
}

::-ms-input-placeholder { /* Microsoft Edge */
 font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: rgba(158,146,94,1);
     color:rgba(81,83,74,0.7);
}

.datepicker {
  margin-left: -34px;
  font-family: "sofia-pro", sans-serif!important;
    font-weight: 300;

}

.datepicker--day-name {
  color: rgba(158,146,94,1)!important;
}
.datepicker--cell.-current- {
    color: rgba(158,146,94,1)!important;
}
.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    background: rgba(158,146,94,1)!important;
}

nav.datepicker--nav {
  height: auto;
  width: auto;
}

.booking-select{
  width: 178px;
  cursor: pointer;
  display: inline-block;
}

.booking-select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 110%;
  position: relative;
  z-index: 10;
  font-size: 17px;
  cursor: pointer;
  color: #222;
 font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 17px;
     color:rgba(81,83,74,0.7);
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}







.container.columns {
  padding: 100px 0;
}

.columns > div {
  width:calc(50% - 20px);
  max-width:550px;
}

.columns.wide > div {
  width:50%;
  max-width:850px;
}

.columns > .text-column {
  text-align: left;
  max-width:500px;
}


.home-intro h3 {
  text-transform: unset;
  margin-bottom: 20px;
}

.home-intro h3 span {
  display: block;
  font-family: minion-3-subhead, serif;
  font-weight: 400;
  font-style: italic;
  color: #666;
}





/*  Video Popup  */


#video_intro {
  position: relative;
}

#video_intro img {
  width: 100%;
}

#video_intro .icon_video_play,
#parallax1 .icon_video_play{
    width: 10%;
    max-width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    margin-top: 0;
}

#video_intro .icon_video_play svg,
#parallax1 .icon_video_play svg {
   -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#video_intro .icon_video_play:hover svg,
#parallax1 .icon_video_play:hover svg {

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
 
}

#page-experiences #parallax1 .icon_video_play svg .cls-2,
#single-experience #parallax1 .icon_video_play svg .cls-2 {
  fill:rgba(255,255,255,1)!important;
}

#page-experiences #parallax1 .icon_video_play svg .cls-1,
#single-experience #parallax1 .icon_video_play svg .cls-1 {
    stroke: rgba(158,146,94,0)!important;
    fill:rgba(158,146,94,0.8)!important;
    opacity: 1!important;
}




/* floating images */



img.floating-img-1 {
      width: 90%;
      max-width: 495px;
      position: relative;
       top:60px;
}

img.floating-img-2 {
      width: 70%;
      max-width: 395px;
      position: relative;
      float: right;
      top:60px;
      margin-right: -30px;
}

img.floating-img-3 {
   width: 90%;
   max-width: 450px;
   position: relative;
   top: 90px;
} 



/* slider panel */


.packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0;
    margin-bottom: 50px;
}

.packages a.arrow-link {
  color: #111;
}

.slider-intro {
  width: 350px;
  margin: 0 50px 0 100px;
}

.slider-intro h3 {
  margin-bottom: 45px;
}

.packages .slider-wrapper {
  width: calc(100% - 500px);
   overflow: hidden;
}



ul#package-slider {
   list-style: none;
   padding: 0;
   margin: 0;
  height: 420px;

}

ul#package-slider li {
  display: inline-block;
  height: 420px;
  width: 300px;
  margin-right: 15px;
  cursor: pointer;
}

ul#package-slider li:hover h4,
ul#package-slider li:hover h5 {
  color:rgba(158,146,94,1)
}

ul#package-slider li .title {
    height: 70px;
    overflow: hidden;
    margin-bottom: 7px;
}

ul#package-slider h4 {
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #222;
}

ul#package-slider li h5 {
    font-family: minion-3-subhead, serif;
    font-weight: 500;
    font-size: 17px;
    font-style: italic;
    color: #777;
}

ul#package-slider li .img-wrapper {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

ul#package-slider li .img-bg {
   width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

ul#package-slider li:hover .img-bg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}


ul#package-slider li .guests,
ul#package-slider li .nights  {
  font-size: 16px;
  width: calc(50% - 20px);
  float: left;
  padding: 10px;
}

ul#package-slider li .nights {
  text-align: right;
}

ul#package-slider li i {
  margin-right: 10px;
}

.lSAction > a {
    /*height: 130px !important;*/
    margin-top: -66px !important;
}

a.lSNext {
  background-color: rgba(0,0,0,0.8);
  border-radius: 3px;
  padding: 70px 20px;
  color: #fff;
  margin-right:-15px;
}

a.lSNext i {
  font-size: 40px;
  margin-left: 5px;
}



.img-group {
  height: 50vh;
  /*min-height: 600px;*/
}

.img-group div {
  width: 25%;
  height: 30vh;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  float: left;
}

.img-group div:nth-child(1) {
  width: 50%;
  height: 60vh;
  min-height: 600px;
}

.img-group div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.img-group div a {

    font-family: "sofia-pro", sans-serif;
font-weight: 600;
font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;

    position: relative;
    z-index: 5;
    margin: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    opacity: 0;

}

.img-group div:hover a {

  opacity: 1;

    -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}


.img-bg .columns {
  padding: 0;
  height: 100%;
}

.getting-here h4 {
  font-family: minion-3-subhead, serif;
  font-weight: 600;
  letter-spacing: 4px;
  font-size:42px;
  color: #fff;
}

.reviews {
  color: #fff;
}

.star-rating {
    font-size: 20px;
    letter-spacing: 7px;
    margin-bottom: 20px;
}

.reviews h4 {
  font-family: minion-3-subhead, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 34px;
}

.reviews p {
  font-size: 16px;
  color: #fff;
}

.partners .columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partners .columns img {
  max-width: 100px;
  width: 80%;
  margin: 0 30px;
}

.partners .columns img.wide {
  max-width: 150px;
}








.parallaxParent {
        height: 600px;
        overflow: hidden;
      }
      .parallax-bg {
        height: 800px;
        position: relative;
        background-size: cover;
        top: -200px;
        background-position: bottom center;
      }
      .parallaxParent .container {
        position: relative;
        top: -670px;
      }


      #parallax1 {
        height: 70vh;
        max-height: 700px;
      }

      #parallax1 .parallax-bg {
        /*height: 900px;*/
        position: relative;
        background-size: cover;
        top: -200px;
        background-position: bottom center;
      }

      #parallax1 .top-banner {
          position: relative;
          z-index: 2;
          top: 50%;
          margin-top: -40px;
  }







#g-map {
  height: 70vh;
  min-height: 500px;
}


/* Hide the labels at the bottom */

.gmnoprint.gm-style-cc,
.gm-style-cc {
  display: none;
}

.gm-iv-address-link {
  display: none!important;
}

#g-map div div.gm-style div:nth-of-type(2) a div img{
  display: none;
}





/*
*
*
* ReviewsPage
*
* * * * * * * * * * * * * * * */


.all-reviews h3 {
    font-family: minion-3-subhead, serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    font-size: 32px;
    color: rgba(158,146,94,1);
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.all-reviews .star-rating {
    font-size: 16px;
   color: rgba(158,146,94,0.4);
   margin: 10px 0 5px 0;
}

.all-reviews .stay_date {
  font-size: 14px;
  color: #777;
}



/*
*
*
* Contact Page
*
* * * * * * * * * * * * * * * */


.contact .container {
  padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    text-align: left;
}

.contact_details {
  width: 25%;
  display: inline-block;
  margin-top: 40px;
}

.contact_form {
  width: 50%;
  display: inline-block;
}

.contact .container h4 {
  margin: 40px 0 10px 0;
}

.contact_form h3 {
  font-family: "sofia-pro", sans-serif;
    font-weight: 300;
  margin-top: 35px;
  margin-bottom: 20px;
}

.contact_form input[type="text"], 
.contact_form input[type="email"], 
.contact_form textarea {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    background-color: rgba(255,255,255,0.3);
    padding: 20px 25px;
    border-radius: 3px;
    line-height: 23px;
    border:none;
    color: #111;
    font-size: 16px;
}

.contact_form input[type="submit"] {
    background-color: rgba(49,52,42,1);
    padding: 15px 25px;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    font-family: "sofia-pro", sans-serif;
  font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 30px;
}

.contact_form input[type="submit"]:hover {
    background-color: rgba(49,52,42,0.6);
    }

.contact_form ::-webkit-input-placeholder { /* Edge */
  color: rgba(255,255,255,0.3);
}

.contact_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.3);
}

.contact_form ::-moz-placeholder {
  color: rgba(255,255,255,0.9);
}

.contact_form ::-ms-input-placeholder {
  color: rgba(255,255,255,0.9);
}

.contact_form ::placeholder {
  color: rgba(255,255,255,0.9);
}


/*.wpcf7-response-output {
    width: 100%;
    max-width: 100%;
    background-color: rgba(255,255,255,0.3);
    padding: 20px 25px;
    border-radius: 3px;
    line-height: 23px;
    border:none; 
}
*/
/*
*
*
* Message / Confirmation / Error 
*
* * * * * * * * * * * */


span.wpcf7-not-valid-tip {
    color: white;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    text-align: left;
    background: rgba(49,52,42,1);
    padding: 10px 15px;
    border-radius: 2px;
    width:calc(100% - 30px);
}

span.wpcf7-not-valid-tip:before {
    content:"\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color:  transparent rgba(49,52,42,1) transparent transparent  ;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: -22px;
    position: absolute;
}



.required {
  font-size: 14px;
  color: rgb(252, 67, 0);
  vertical-align: top;
}

.wpcf7-form.sent #form-general {
  display: none;
}

.response_message .hi,
.response_message .bye {
  display:none;
}

.response_message {
    display: none;
     padding: 60px 50px!important;
     border: none!important;
    border-radius: 15px;

 }

 .wpcf7-form.invalid .response_message {
  background-color: rgba(244,146,72,1)!important;
  display: block;
 }

  .wpcf7-form.sent .response_message {
    background-color: rgba(123, 180, 65, 1)!important;
    display: block;
 }


 .wpcf7-form.sent .response_message .hi,
 .wpcf7-form.sent .response_message .bye {
  display: block;
  color: white!important;
  text-align:left!important;
 }

div.wpcf7-response-output {
    background-color: rgba(117,122,77,1)!important;
    margin: 10px 0 10px 0;
    padding: 20px!important;
    color: white!important;
    border: none!important;
    text-align: left!important;
}

.wpcf7-response-output:before {
    content: 'x';
    color: #fff;
    font-weight: 300;
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 32px;
    cursor: pointer;
}








/* Drop down select menu */



.select-css {
    display: inline-block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #64873a;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 200px; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    margin: 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
            box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237bb441%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #bbb;
}
.select-css:focus {
    border-color: #ccc;
    /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
    color: #444; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}








/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *                                 * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *          MEDIA QUERIES          * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *                                 * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



@media screen and (max-width: 1400px) {


    .container {
      width: calc(100% - 40px);
      max-width: 1100px;
      padding: 40px 20px;
      margin: auto;
      text-align: center;
    }


    img.floating-img-1 {
      width: 80%;
    }

    img.floating-img-2 {
        width: 70%;
        margin-right: 10px;
    }
    img.floating-img-3 {
      width: 80%;
      margin-left: 20px;
    }

    .accommodation-floating .img-column {
      max-height: 600px;
    }


}



@media screen and (max-width: 1200px) {

    #parallax1 .parallax-bg {
      height: 120%;
      position: relative;
      background-size: cover;
      top: -40%;
      background-position: top center;
  }

/*  .container {
    width: calc(100% - 100px);
  }*/

  section.page-content .container {
    width: calc(100% - 300px);
    padding: 100px 80px 80px 80px;
  }




  .columns > div {
      width: 45%;
      max-width: 550px;
  }


  h3 {
    font-size: 21px;
  }

  p, a, ol, ul, li {
    font-size: 16px;
  }

  .img-group {
    min-height: 300px;
  }

  .home-intro h3 span {
    padding-top: 5px;
  }

  .img-group div {
  min-height: 200px;
  }

  .img-group div:nth-child(1) {
    min-height: 400px;
  }

  .accom-child .img-bg {
    height: 260px;
    margin-bottom: 20px;
}

    .concierge p {
      font-size: 17px;
      line-height: 1.3;
    }

    ul#experience-slider li {
    height: 300px;
    width: 400px;
  }



}



@media screen and (max-width: 1024px) {


  .top-banner h1 {
    font-size: 42px;
  }

  section.booking-form input[type="submit"] {
    margin-top: 40px;
  }

  .btn {
    font-size: 13px;
    padding: 10px 25px;
    }

    section.page-content.content-hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

    .accom-child {
    width: calc(50% - 20px);
    max-width: 450px;
    text-align: left;
    }

    .landscape-repeater article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .lr-img-wrapper, .lr-content,
    .text-column-right, .text-column-left  {
      width: 90%;
      max-width: 550px;
      margin: 10px auto 10px auto;
    }

    .concierge {
      display: none;
    }



  

} /* max-width:1023px */



@media screen and (max-width: 992px) {


  /*section.experiences {
    padding: 10%;
    width: 80%;
  }*/

  .img-group div {
    width: 50%;
    height: 30vw;
    
  }

  .img-group div:nth-child(1) {
    width: 100%;
    height: 40vw;
    float: none;
  }

  section.home-intro .container.columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  section.home-intro .container.columns > div {
    width: 75%;
    max-width: 75%;
  }

    .columns > div,
  .columns.wide > div
   {
    width: 75%;
  }


  .columns > .text-column {
    /*margin-top: -60px;*/
    text-align: center;
  }

  .text-column-left,
  .text-column-right {
    margin-bottom: 20px;
  }

  .slider-intro {
     width: 75%;
    margin: 0 auto 50px auto;
    text-align: center;
  }

  .slider-intro h3 {
       margin-bottom: 20px; 
  }

  .packages a.arrow-link {
    margin: 0 0 40px 0;
  }

.packages .slider-wrapper {
    width: calc(100% - 15px);
   /* width:100%;*/
   margin-left: 15px;
    overflow: hidden;
}

  section.partners .container {
    width:70%;
  }

  .partners .columns img {
    margin: 20px 40px;
  }



.float-accom-1 {
    width: 370px;
    height: 300px;
    margin: 40px 0 0 0;
    -webkit-transform: translate3d(0,0,0)!important;
            transform: translate3d(0,0,0)!important;
}

  .float-accom-2 {
    width: 80%;
    max-width: 440px;
    height: 420px;
    margin-top: 100px;
}

.float-accom-3 {
     margin: 30px 0 0 0 ; 
}

 section.page-content.content-hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.accom-child {
    width: 90%;
    margin: 0 auto 40px auto;
    }





} /* max-width:992px */



@media screen and (max-width: 850px) {


  section.booking-form {
    display: none;
  }


  section.home-intro .container.columns, 
  .contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .columns > .text-column {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .content-floating .text-column {
    margin-top: -40px;
  }

  /*.contact .container {
    flex-direction: column-reverse;
  }*/

  .contact_details, .contact_form {
    width:90%;
    max-width: 600px;
    margin: auto;
  }


   /* Remove floating images */


  img.floating-img-1, img.floating-img-2, img.floating-img-3 {
    display: none;
  }

  img.floating-img-1 {
    width: 100%;
  }

  .accommodation-floating {
    display: none;
  }



} /* max-width:850px */



@media screen and (max-width: 768px) {


  .top-banner h1 {
    font-size: 38px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .top-banner {
    width: calc(100% - 80px);
    margin-top:-70px;
  }

  #parallax1 .parallax-bg {
    height: 120%;
    /*top:0;*/
  }

  .parallaxParent {
    height: 500px;
  }

  .parallax-bg {
    height: 650px;
  }

  .parallaxParent .container {
      top: -574px;
  }
  
  p {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  ul,ol {
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
  
  blockquote {
    margin: 20px 20px;
    padding: 10px 20px 10px;
  }
  blockquote p {
    font-size: 19px;
  }

  #video_holder iframe {
    width: 100%;
    height: 100%;
  }

  #video_close_btn {
    font-size: 30px;
  }



  section.page-content .container {
    padding: 80px 50px 80px 50px;
    width: calc(100% - 200px);
  }

  section.page-intro .container {
    padding: 50px 20px 40px 20px;
}
  

} /* max-width:768px */



@media screen and (max-width: 750px) {


  #relais_chateaux {
    position: absolute;
    top: 110px;
    right: 30px;
    width: 50px;
  }

} /* max-width:750px */



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

  body {
    height: 100vh;
  }
  #parallax1 {
    height: 400px;
    position: relative;
  }

  .container {
    width: calc(100% - 60px);
    padding: 30px;
  }

  #parallax1 .top-banner {
     margin-top: -70px; 
  }

  section.home-intro .container.columns > div,
  .columns > div, .columns.wide > div
   {
    width: 85%;
    max-width: 85%;
  }

  .getting-here h4 {
    font-size: 36px;
  }

  .reviews h4 {
    font-size: 30px;
  }

  section.experiences {
      padding: 5%;
      width: 90%;
  }

  section.page-content .container,
  section.page-content.follow-on .container {
    padding: 70px 80px 80px 80px;
    width: calc(100% - 160px);
  }

  .float-accom-1, .float-accom-2, .float-accom-3 {
    width: 90%;
    height: 300px;
    margin: 20px 0 0 0;
    -webkit-transform: translate3d(0,0,0)!important;
            transform: translate3d(0,0,0)!important;
}




} /* max-width:650px */



@media screen and (max-width: 500px) {

  section.home-intro .container.columns > div,
  .columns > div, .columns.wide > div
   {
    width: 95%;
    max-width: 95%;
  }

  .slider-intro {
    width: 85%;
  }

  .star-rating {
    font-size: 14px;
  }


  section.page-content .container,
  section.page-content.follow-on .container  {
    padding: 70px 10%;
    width: 80%;
  }

      #relais_chateaux {
      top: 70px;
      right: 20px;
    }





} /* max-width:450px */



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

  h1 {
    font-size: 21px;
  }

  .top-banner h1 {
    font-size: 26px;
  }

  h1 span {
    font-size: 13px;
  }

  .container.columns {
      padding: 50px 0;
  }

  .parallaxParent {
    height: 400px;
    max-height: 55vh;
  }

  #parallax1 {
    max-height: 55vh;
  }

  .parallax-bg {
    height: 550px;
  }

  #parallax1 .parallax-bg {
    /*height: calc(55vh + 50px);*/
    height: 120%;
  }



  .parallaxParent .container {
      top: -480px;
  }

  section.home-intro .container.columns > div,
  .columns > div, .columns.wide > div
   {
    width: 100%;
    max-width: 100%;
  }

  h3 {
    font-size: 19px;
  }

  .getting-here h4 {
      font-size: 29px;
  }

  .reviews h4 {
    font-size: 24px;
  }

  .arrow-link {
    font-size: 13px;
  }

   .lSAction {
    display: none!important;
  }


 


  .lr-img-wrapper, .lr-content,
    .text-column-right, .text-column-left  {
      width: 100%;
      width: 100%;
    }

    section.page-content .intro-text p {
    font-size: 18px;

  }





 
} /* max-width:370px */



/* Specific Screens (height & width) */


@media (max-height: 800px) and (max-width: 1500px) { 


  .parallax-bg {
    height: 750px; /*js always make 200px higher?*/
  }


 }


@media (max-height: 600px) and (max-width: 1500px) { 


  .parallax-bg {
    height: 550px;
  }


 }


@media (max-height: 736px) and (max-width: 375px) { 

  /*.parallax-bg {
    height: 110%!important;
  }*/

 }



