@charset "UTF-8";

/*-- slick Slider styles --*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
} 
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
} 
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} 
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
button.slick-autoplay-toggle-button {
    position: absolute;
    z-index: 1;
    color: white;
    background: #00000087;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

button.slick-autoplay-toggle-button:focus {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.35s ease;
}

ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

span.slick-sr-only {
    width: 1px;
    height: 1px;
    overflow: hidden;
    display: block;
    text-indent: -99999px;
}

.slick-dots button {
    width: 10px;
    background: transparent;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #646464;
    transition: background 0.35s ease;
}

.slick-dots li {
    margin: 0 8px;
}

.slick-dots .slick-active button {
    background: #646464;
    transition: background 0.35s ease;
}


/*-- end slick --*/

@font-face {
  font-family: Roxale Story;
  src: url('/assets/fonts/Roxale%20Story%201.ttf') format('truetype'),
  		url('/assets/fonts/Roxale%20Story%201.ttf') format('opentype');
  font-weight: normal;
  font-style:normal;
}
@font-face {
  font-family: Roxale Story Italic;
  src: url('/assets/fonts/Roxale%20Story%20Italic%201.ttf') format('truetype'),
  		url('/assets/fonts/Roxale%20Story%20Italic%201.otf') format('opentype');
  font-weight: normal;
  font-style:italic;
}
html{
	font-family:"DM Sans";
	font-size:18px;
	color:#707070;
 	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
     -moz-font-feature-settings:    "kern" 1; 
  -ms-font-feature-settings:     "kern" 1; 
  -o-font-feature-settings:      "kern" 1; 
  -webkit-font-feature-settings: "kern" 1; 
  font-feature-settings:         "kern" 1;
  font-kerning: normal;
}
body{
	-webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: relative;
}

body,
*{
	box-sizing:border-box;
	word-wrap: break-word;
	
}
main{
	display:block;
	position:relative;
	width:100%;
	/*overflow-x:hidden;*/
}
button{
	border:none;
	background:transparent;
	margin:0;
	padding:0;
	text-decoration: none;
	outline:none;
}

.skip-link.btn {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.skip-link.btn:focus {
	position: static;
	width: auto;
	height: auto;
}
#main p{

	line-height: 1.65;
}
html {
	/*font-size: 18px;
	line-height: 1.65;*/
}
main#main {
    overflow-x: hidden;
}
/*.wrapper{
	position: relative;
	width:100%;
	overflow-x:hidden;
}*/
a{
	color:inherit;
	text-decoration: none;
	font-size:inherit;
	hyphens:auto;
}
figure{
	margin:0;
	padding:0;
	display:block;
	position: relative;
	overflow: hidden;
}
figure img{
	margin:0;
	padding:0;
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	max-width: none;
}

.z1{
	z-index:1;
}
.z2{
	z-index:2;
}
.z3{
	z-index:3;
}
.mb-40{
	margin-bottom:40px;
}
.color-white{
	color:white;
}
.text-center{
	text-align:center;
}
.pad{
	padding:5.75vw;
}
.pad-more{
	padding:10.25vw 9.75vw;
}
.bg-img{
	top:0;
	left:0;
	position: absolute;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size:cover;
	display: block;
	width:100%;
	height:100%;
	z-index:0;
}
.bg-dark{
	background-color: #2b2b2b;
	color: white;
}
.bg-grey {
    background-color: #ebeaea;
    color: #2d2d2d;
}
.spacer-img{
	height:300px;
}
.btn{

	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: "DM Sans";
	font-size:12px;
	letter-spacing: 0.5px;
	padding:10px 28px;
	border:1px solid;
	margin:30px 0 0;

	background: linear-gradient(to left, rgba(55, 55, 55, 0) 25%, rgba(55, 55, 55, 1) 75%);
  	background-position: 99% 50%;
    background-size: 400% 300%;
	transition: all 0.6s cubic-bezier(0.11, 0, 0.5, 0);
}
.btn:hover{
	/*background-color:#373737;*/
	color:white;
	border-color:#373737;
	background-position: 1% 50%;
	transition: all 0.6s cubic-bezier(0.11, 0, 0.5, 0);
}
.btn[data-text]{
	overflow: hidden;
	height:42px;
	line-height: 80px;
	transition: all 0.6s cubic-bezier(0.11, 0, 0.5, 0), line-height 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}
.btn[data-text]::before {
  content: attr(data-text);
  /*color: white;*/
  position: absolute;
  top: -20px;
}
.btn[data-text]:hover{
	line-height: 20px;
	transition: all 0.6s cubic-bezier(0.11, 0, 0.5, 0), line-height 0.5s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}






.btn.italic{
	font-family:"Cormorant Infant";
	font-style:italic;
	padding:0;
	margin:0px 0 0;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	display: block;
}

.relative,
.hero{
	position: relative;
}
.slick-initialized .slick-slide.flex-wrap,
.flex-wrap,
.flex-col{
	display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}
.gutter.outdent{
	margin:0 -20px;
}
.reverse{
	flex-direction:row-reverse;
}
.flex-col{
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
.align-bottom{
	justify-content: flex-end;
}
.gutter .fourth,
.gutter .third,
.gutter .half{
	padding:0 20px;
}
.half{
	width:50%;
}
.fourth{
	width:25%;
}
.third{
	width:33.333%;
}
.gutter .third{
	/*width:calc(33.333% - 40px);
	margin:0 20px;*/
}
.forty{
	width:40%;
}
.text-img .img{
	width:45%;
}
.text-img .text{
	width:55%;
}
.sixty{
	width:60%;
}
.sixty.pad {
    padding: 5.75vw 15vw 5.75vw 6.75vw;
}
.shift-up{
    transform: translateY(-30px);
}
.shift-down{
    transform: translateY(30px);
}
@media only screen and (max-width:1160px){
	.forty{
		width: 45%;
	}
	.sixty{
		width: 55%;
	}
}
@media only screen and (max-width:1024px){
	.text.forty{
		width: 60%;
	}
	.img.sixty{
		width: 40%;
	}
}
@media only screen and (max-width:850px){
	.gutter .third,
	.third{
		width:100%;
		margin:0 0 40px;
	}
	.gutter .third:last-of-type,
	.third:last-of-type{
		margin:0;
	}
}
@media only screen and (max-width:768px){
	.forty,.sixty,
	.text.forty,
	.img.sixty{
		width: 100%;
	}
	.fourth{
		width:50%;
		margin-bottom:40px;
	}
}
@media only screen and (max-width:650px){
	.half,
	.text-img .img {
	    width: 100%;
	}
	.spacer-img{
		display: none;
	}
	.text-img{
		padding-bottom: 60px;
	}
	.text-img .text.pad {
		order:2;
		z-index:2;
		background-color: white;
		position: relative;
	    width: calc(100% - 60px);
	    margin: -25px 30px 0px;
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	}
	.text-img .img {
	   	order:1;
	}
	.text-img .shift-up,
	.text-img .shift-down {
	    transform: none;
	}
	.grey-border .text-img .text{
		width: calc(100% - 40px);
    	margin: 20px 20px 0;
	}

}


/*-- Type styling --*/
h1, 
.h1, 
h2.h1,
.callout blockquote{
	font-weight:200;
	font-size:42px;
	line-height: 0.875;
	font-family:'Roxale Story', sans-serif;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin:0;
	color:#373737;
}
.callout blockquote{
	font-family: "Cormorant Infant";
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
}
.sub-intro h1{
	font-size: 52px;
}
.sub-intro h1.smaller{
	font-size: 45px;
}

h1 em, 
.h1 em, 
h2.h1 em{
   font-size: 75%;
    text-transform: none;
    font-family: "Roxale Story Italic";
    letter-spacing: 0px;
}
h1 i,
.h1 i {
	font-size: 75%;
    text-transform: none;
    font-family: "Roxale Story Italic";
    letter-spacing: 0px;
}
h3.h2,
h2, 
.h2,
.overview-list figcaption{
	margin:0;
	font-size:22px;
	line-height: 1.25;
	font-weight:600;
    letter-spacing: 0px;
    text-transform: none;
    font-family:'Cormorant Infant', sans-serif;
}
p{
	font-family: "DM Sans";
	font-size:14px;
	font-weight:300;
}
h3,
[role="doc-subtitle"]{
	font-family:"DM Sans";
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	line-height: 12px;
	letter-spacing: 0.5px;
		color:#a49f90;
}
[role="doc-subtitle"].small{
	font-size:12px;
	line-height: 12px;
}
[role="doc-subtitle"] + .h1{
	margin:15px 0 0;
}
.underline {
    margin: 0 0 40px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.underline::before {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #d1d0d0;
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.color-gold{
	color:#a49f90;
}
@media screen and (min-width: 650px) {
	html {
		font-size: calc(14px + 2 * ((100vw - 650px) / 950));
	}
	h1, 
	.h1, 
	h2.h1{
		font-size: calc(42px + 22 * ((100vw - 650px) / 950));
	}
	h2, .h2, h3.h2{
		font-size: calc(22px + 6 * ((100vw - 650px) / 950));
	}
	.sub-intro h1{
		font-size: calc(52px + 20 * ((100vw - 650px) / 950));
	}
	.sub-intro h1.smaller{
		font-size: calc(45px + 15 * ((100vw - 650px) / 950));
		 line-height: 1.15;
    margin: 0 0 10px;
	}
   
}
@media screen and (min-width: 1600px) {
	html {
		font-size: 20px;
	}
	h1, 
	.h1, 
	h2.h1{
		line-height: 1.2;
		font-size:62px;
	}
	.sub-intro h1{
		font-size: 72px;
	}
	.sub-intro h1.smaller{
		font-size: 60px;
	}

	h2, .h2, h3.h2{
		line-height: 1.25;
		font-size:28px;
	}
	p{
		font-size:16px;
	}
   
}
 


/*-- header --*/
/*
header,
#sticky{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	justify-content: space-between;
	align-items:center;
	margin:15px;
	background-color: white;
	padding:0;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    transition:opacity 0.5s cubic-bezier(0.11, 0, 0.5, 0);
}
.home header{
	position: absolute;
	background-color: transparent;
	box-shadow: none;
}
[data-sticky="show"] #sticky,
#sticky{
	opacity:0;
	pointer-events: none;
	height:59px;
	position: fixed;
	padding:0 20px;
	display: table;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items:center; 
    transition:opacity 0.5s cubic-bezier(0.11, 0, 0.5, 0);

   background-color: white;
}
header.hide{
	opacity:0;
	pointer-events: none;
	transition:opacity 0.5s cubic-bezier(0.11, 0, 0.5, 0);
}
.fixed[data-sticky="show"] #sticky{
	opacity:1;
	pointer-events: initial;
	transition:opacity 0.5s cubic-bezier(0.11, 0, 0.5, 0);
}

#sticky #menu-btn2 svg{
	fill:black;
}
header .logo,
#sticky .logo{
	min-width:250px;
	max-width: 400px;
	width: 20vw;
}
header nav,
#sticky nav{
	flex-grow: 1;
}
header nav ul,
#sticky nav ul{
	list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    max-width: 681px;
}
header nav ul li,
#sticky nav ul li{
	margin:0 0px;

}
header nav ul li a,
#sticky nav ul li a{
	text-transform: uppercase;
	font-size:13px;
	letter-spacing: 1.5px;
	font-family: "DM Sans";
	color:black;
	font-weight: 700;
	padding:20px;
	display: block;
	transition: color 0.6s cubic-bezier(0.11, 0, 0.5, 0), background-color 0.6s cubic-bezier(0.11, 0, 0.5, 0);
}
header nav ul li a:hover,
#sticky nav ul li a:hover {
    color: #9c9a90;
    transition: color 0.6s cubic-bezier(0.11, 0, 0.5, 0), background-color 0.6s cubic-bezier(0.11, 0, 0.5, 0);
}
.home header nav ul li a{
	color:white;
}
#exit-search svg,
#exit-menu svg,
#menu-btn svg,
#menu-btn2 svg,
#search svg,
#search2 svg,
#search-mobile svg{
	width:30px;
	height:auto;
	fill:black;
	display:block;
	cursor: pointer;
}
.home #exit-menu svg,
 #exit-menu svg{
	fill:black;
	margin: 0 0 20px auto;
    position: absolute;
    top: 33px;
    right: 38px;
    width: 23px;
}
.home #menu-btn svg,
.home #search svg{
	fill:white;
}
#sticky .btn,
header .btn{
	color:white;
	background-color: #555;
	border:none;
	margin:0 0 0 25px;
}
.home header .btn{
	background-color:white;
	color:black;
}
svg#shop-icon2,
svg#shop-icon {
    fill: black;
    width: 10px;
    margin: 0 0 0 0;
    opacity:0;
    transition:opacity 0.35s ease;
} 
.home header svg#shop-icon{
	fill: white;
}
a:hover svg#shop-icon,
a:hover svg#shop-icon2{
	opacity: 1;
	transition:opacity 0.35s ease;
}
#exit-menu,
#menu-btn,
#menu-btn2{
	display: none;
	cursor: pointer;
}
header nav ul li.selected {
    position: relative;
}
header nav ul li.selected a{
	color:white;
	background-color: #9c9a8f;
}

section.upper {
    align-items: center;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    background: white;
    width: 100%;
    justify-content: space-between;
}
#sticky section.upper{
	padding: 0;
}
.home section.upper{
	background-color: transparent;
}
.home .bread-crumb {
    display: none;
}
.bread-crumb {
	border-top:1px solid #cfcfcf;
	width: 100%;
	position: relative;
	padding: 6px 20px;
}
.bread-crumb ol li {
    margin: 0 30px 0 0;
    position: relative;
} 

.bread-crumb a {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #918f88;
} 
.bread-crumb .selected a{
	color:black;
}

.bread-crumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bread-crumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bread-crumb ol li svg {
    width: 4px;
    position: absolute;
    right: -18px;
    fill: #918f88;
    top: 10px;
}
#drawer{
	display:none;
}
#drawer .text-links [role="doc-subtitle"] {
    text-transform: none;
    font-weight: 400;
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
#drawer .text-links a {
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.5px;
    font-size: 12px;
}
#more{
	cursor: pointer;
}
#more svg {
    width: 22px;
    height: auto;
}

.bread-crumb .flex-wrap {
    justify-content: space-between;
    align-items: center;
}
#more svg{
	fill:#a29d8a;
}
.bread-crumb .flex-wrap.gutter {
    margin: 10px -20px 20px;
    align-items:flex-start;
}

#drawer .img-blocks .third {
    width: calc(33.333% - 10px);
    margin:0 0;
}
#drawer figure {
    height: 15vw;
}
#drawer .img-blocks .third .text {
    margin: 6px 8px 0;
    text-transform: none;
    font-size:18px;
    font-family: "Cormorant Infant";
    letter-spacing: 0;
    color: black;
}
.half.text-links.flex-wrap {
    align-items: flex-start;
}
div#booking-bar-app .bbfm-booking-bar.bbfm-booking-bar--bbf-branding.desktop-booking-bar-open {
    border-top: 1px solid #cfcfcf;
}

div#booking-bar-app {
    position: absolute;
    top: 79px;
    z-index: 99;
    left: 15px;
    width: calc(100% - 30px);
}

#sticky div#booking-bar-app{
	position: fixed;
    top: 74px;
    z-index: 9999;
    left: 15px;
    width: calc(100% - 30px);
}
.bbfm-booking-bar.desktop-booking-bar-open {
    height: 100px
}
div#booking-bar-app .bbfm-booking-bar.bbfm-booking-bar--bbf-branding.desktop-booking-bar-open {
    background: #f7f7f7;
}
.bbfm-booking-bar.desktop-booking-bar-open {
    height: 100px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    overflow-y: initial;
    padding-top: 10px;
}
.bbfm-booking-bar__container{
	max-width: none !important;
}
.bbfm-booking-bar__close-button-wrap--desktop{
	display: initial !important;
	display: flex !important;
    position: absolute;
    top: -5px;
    right: -45px;
    padding: 12px;
    background: #756c56;
    z-index: 10;
    cursor: pointer;
    transition: background 0.3s ease;
}
header .bbfm-booking-bar{
	position: initial;
}
div#booking-bar-app .bbfm-booking-bar__section-wrap p {
    font-family: 'DM Sans';
    font-weight: 400;
    letter-spacing: 0.5px;
}

div#booking-bar-app .bbfm-booking-bar__section-wrap p {
    border-bottom: 1px solid #a5a08e;
}

div#booking-bar-app svg.bbrw-icon.icon-chevron-icon {
    fill: #a5a08e;
}
div#booking-bar-app .bbfm-booking-bar .bbrw-text-link {
    font-family: "Cormorant Infant";
}
.bbfm-booking-bar{
	    padding-right: 50px !important;
}
.bbfm-booking-bar__close-button-wrap--desktop .bbfm-booking-bar__close-menu-button {
    padding-top: 0 !important;
    font-size: 16px !important;
    color: white !important;
}
div#booking-bar-app label.flex-dates-label {
    font-family: "DM Sans";
    text-transform: capitalize;
}
.home header #booking.btn{
	 background: linear-gradient(to left, white 25%, #a49f90 75%);
    background-position: 99% 50%;
    background-size: 400% 300%;
}
header #booking.btn,
#sticky #booking2.btn {
    background: linear-gradient(to left, #373737 25%, #a49f90 75%);
    background-position: 99% 50%;
    background-size: 400% 300%;
}
header #booking.btn:hover,
.home header #booking.btn:hover,
#sticky #booking2.btn:hover {
	color:white;
    background-position: 1% 50%;
}
.bbfm-booking-bar {
    position: relative !important;
    top: auto;
    left: auto;
    width: 100%;
    height: 0;
    padding: 0;
    padding-right: 50px;
    transition: all 0.3s ease;
}

#nav-links .flex-wrap.logo-wrap {
    align-items:center;
    justify-content: space-between;
    margin: 0 0 50px;

}
@media only screen and (min-width:1280px){
	#nav-links .flex-wrap.logo-wrap{
		 display:none;
	}
}
#nav-links .flex-wrap .logo{
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
#nav-links .flex-wrap.bottom-links{
	display: none;
}
@media only screen and (max-width:1200px){
	header nav ul li a {
	    font-size: 12px;
	}

	header nav ul li {
	    margin: 0px;
	}
	header nav ul li a {
	    padding: 20px 15px;
	}
	header nav ul {
	    max-width: 593px;
	}
	#sticky .btn,
	header .btn {
	    padding: 6px 18px;
	}
	header #booking.btn[data-text],
	#sticky #booking2.btn[data-text] {height: 38px;}
	header .flex-wrap {
	    align-items: center;
	}
}
@media only screen and (max-width:1280px){
	#exit-menu,
	#menu-btn,
	#menu-btn2{
		display: block;
	} 
	#sticky .btn,
	header .btn{
		margin:0 30px 0 20px;
	}
	#nav-links{
		z-index:9999;
	}
	#nav-links ul,
	header nav ul {
	    max-width: none;
	}
	#nav-links ul li,
	header nav ul li {
	    margin: 0 0 15px;
	}
	#nav-links ul li a,
	header nav ul li a, 
	.home header nav ul li a {
	    padding: 0;
	    margin: 0 0 20px;
	    text-transform: none;
	    font-family: "Cormorant Infant";
	    letter-spacing: 0;
	    font-family: "Roxale Story";
	    font-size:42px;
	    font-weight:400;
	    line-height: 42px;
	    color: black;
	}
	#nav-links ul li a:hover,
	header nav ul li a:hover, 
	.home header nav ul li a:hover {
		color:#9c9a90;
	}
	header nav,
	#nav-links {
		
	    z-index: 9999;
	    box-shadow: 0 -10px 40px rgb(0 0 0 / 35%);
	    position: fixed;
	    top: 0;
	    right: 0;
	    padding: 72px 52px 32px 52px;
	   height:100vh;
	    background-color: white;
	    visibility: hidden;
	    opacity: 0;
	    transition: opacity 0.35s ease 0.35s;
	}
	#sticky nav{
		display: none;
	}
	#nav-links ul,
	header nav ul {
	    display: block;
	    list-style: none;
	    margin: 0 auto;
	    padding: 0;
	}
	section.upper {
	    justify-content: space-between;
	    padding: 10px 20px;
	}
	.menu-open header nav,
	.menu-open #nav-links{
	
		opacity: 1;
		visibility: visible;
		transition: opacity 0.35s ease 0.35s;
	}
	#nav-links li.selected a,
	header nav ul li.selected a {
	    background-color: white;
	    color: #9c9a8f;
	    position: relative;
	}
	#nav-links ul li.selected a,
	header nav ul li.selected a {
	    transform: translateX(30px);
	    font-style: italic;
	    font-family: "Cormorant Infant";
	    font-size: 48px;
	}
	#nav-links ul li.selected a::before,
	header nav ul li.selected a::before {
	    content: "";
	    display: block;
	    width: 20px;
	    height: 1.5px;
	    background-color: #9c9a8f;
	    position: absolute;
	    left: -30px;
	    z-index: 1;
	    top: 18px;
	}
	#nav-links ul li{
		opacity: 0;
		transition:opacity 0.2s;
	}
	.menu-open #nav-links ul li{
		opacity: 1;
	}
	.menu-open #nav-links ul li:nth-of-type(1){
		transition: opacity 0.35s ease 0.35s;
	}
	.menu-open #nav-links ul li:nth-of-type(2){
		transition: opacity 0.35s ease 0.4s;
	}
	.menu-open #nav-links ul li:nth-of-type(3){
		transition: opacity 0.35s ease 0.45s;
	}
	.menu-open #nav-links ul li:nth-of-type(4){
		transition: opacity 0.35s ease 0.5s;
	}
	.menu-open #nav-links ul li:nth-of-type(5){
		transition: opacity 0.35s ease 0.55s;
	}
	.menu-open #nav-links ul li:nth-of-type(6){
		transition: opacity 0.35s ease 0.6s;
	}
}
@media only screen and (max-width:850px){
	.bread-crumb .half.img-blocks.flex-wrap {
	    width: 100%;
	    order: 2;
	}
	.bread-crumb .half.text-links.flex-wrap {
	    width: 100%;
	}

	.bread-crumb .half.text-links.flex-wrap .third {
	    width: 33.333%;
	}
	#drawer figure {
	    min-height: 110px;
	}
	
	header .logo, #sticky .logo{
	    min-width: 220px;
	}
	button#search2,
	button#search {
	    display: none;
	}

	#sticky .btn, header .btn {
	    margin-left: 10px;
	}
	#drawer,
	#drawer .flex-wrap{
		background-color:#f7f6f5;
	}
	.bread-crumb #drawer .flex-wrap.gutter {
	
	    margin:10px -20px 0px;
	
	    padding: 10px 0 20px;
	}

	.bread-crumb .half.text-links.flex-wrap {
	    padding: 20px 40px 0;
	    
	}
	.bread-crumb{
		padding-bottom:0;
	}
	.bread-crumb > .flex-wrap{
		margin-bottom:6px;
	}
	.bread-crumb .half.text-links.flex-wrap .third {
	    padding: 0 15px 0 0;
	}
}
@media only screen and (max-width:800px){
	.bbfm-booking-bar.desktop-booking-bar-open{
		height: 180px;
	}
	.bbfm-booking-bar__section-wrap {
	    flex-wrap: wrap;
	}

	.bbfm-booking-bar__section {
	    width: 50%;
	}
}
@media only screen and (max-width:767px){
	.bbfm-booking-bar__section {
	    width: auto;
	}
	.bbfm-booking-bar.desktop-booking-bar-open {
	
	    height:auto;
	}
	button#search,
	header #booking.btn[data-text], 
	#sticky #booking2.btn[data-text] {
	    display: none;
	} 
	#nav-links{
		width: 100%;
	}
	.bbfm-booking-bar__container {
	    background: white;
	}
	div#booking-bar-app {
	    top: 0;
	    width: 100%;
	}
	section.upper{
		z-index:5;
	}
	div#booking-bar-app{
		z-index:3;
		transform:scaleY(0);
		display: none;
		left:0;
	}
	div#booking-bar-app.open{
		transform:scaleY(1);
	}
	#nav-links{
		padding: 25px 38px 32px 35px;
	}
	#nav-links .logo {
	    width: 20vw;
	    min-width: 220px;
	    max-width: 400px;
	}

	.home #exit-menu svg, #exit-menu svg {
	    position: relative;
	    top: initial;
	    margin: 0 0 0 auto;
	    right: initial;
	}

	#nav-links ul {
	    margin: 0 30px;
	}
	#nav-links .flex-wrap .logo{
		pointer-events: initial;
		opacity: 1;
		visibility: visible;
	}
	#nav-links .flex-wrap.bottom-links{
		opacity: 0;
		display: flex;
		align-items: center;
    	margin: 40px 30px 0;
    	transition:opacity 0.2s ease 0s;
    	display: none;                                                     
	}
	.menu-open #nav-links .flex-wrap.bottom-links{
		opacity: 1;
		transition:opacity 0.35s ease 0.65s;
	}
	#book-now {
	    margin: 0 40px 0 0;
	}
}
@media only screen and (max-width:648px){
	.bread-crumb ol li svg{
	    top: 14px;
	}
	#nav-links {
	    padding: 19px 36px 30px 35px;
	}
}
@media only screen and (max-width:520px){
	
	section.upper {
		padding: 10px 10px;
	}
	.bread-crumb{
	    padding: 0px 10px 3px;
	}
	header, #sticky{
		margin:10px;
	}
	.bread-crumb #drawer .flex-wrap.gutter {
	    margin: 5px -10px 0px;
	}
	#nav-links {
	    padding: 14px 22px 30px 20px;
	}

}
*/


/*-- site search --*/
/*
#search-pop {
    z-index: 2;
    display: none;
    height: 100px;
    position: fixed;
    top: 74px;
    z-index: 9999;
    left: 15px;
    border-top: 1px solid #cfcfcf;
    width: calc(100% - 30px);
    background: #f7f7f7;
}
header #search-pop{
	position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 79px;
    border-top: none;
}
#exit-search{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #756c56;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    transition: background 0.3s ease;
}

#exit-search svg{
	width:15px;
	fill:white;
    margin: 0 auto;
}
button#exit-search:hover {
    background: #484235;
    transition: background 0.3s ease;
}
#search-pop .submit-wrap:after {
    content: "\e80e";
    text-indent: 0;
    display: block;
    height: 100%;
    position: absolute;
    font-family: "Fontello";
    top: 9px;
    right: -31px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
}
#search-pop .pad-box {
    padding: 20px;
    margin: 0 auto;
    max-width: 768px;
}

form#search-lightbox {
    position: relative;
}
#search-pop input[type="submit"] {
    text-indent: -99999px;
    position: relative;
    border: none;
}

#search-pop label {
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roxale Story', serif;
    color: white;
    text-transform: capitalize;
    position: absolute;
    margin: 0;
    bottom: 1px;
}

#search-pop .input-wrap {
    position: relative;
}
#search-pop input[type="text"] {
   margin: 0 auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    border-bottom: 1px solid #a5a08e;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roxale Story', serif;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 30px;
    padding: 12px 35px 0px 15px;
    appearance: none;
    width: 100%;
}
#search-pop label {
    width: 1px;
    height: 1px;
    text-indent: -999999px;
}
.submit-wrap {
    position: absolute;
    right: 40px;
    top: 10px;
    bottom: 10px;
    text-align: center;
}

   #search-pop label,
   #search-popinput[type="text"],
    #search-pop .submit-wrap:after {
        color: #191715;
        letter-spacing: 0;
    }


    #search-pop input[type="text"]::-webkit-input-placeholder { 
        color: #828282;
      
    }
    #search-pop input[type="text"]::-moz-placeholder { 
        color:#828282;
    }
    #search-pop input[type="text"]:-ms-input-placeholder { 
        color: #828282;
    }
    #search-pop input[type="text"]:-moz-placeholder { 
        color: #828282;
    }
*/


/*-- home video block --*/

#fullscreen-btn svg {
    width: 40px;
    height: auto;
}
.btn-container:hover #fullscreen-btn{
   opacity:1;
   transition:opacity 0.35s ease;
}
#fullscreen-btn {
    border: none;
    margin: 0;
    padding: 3px;
    background: transparent;
    opacity:0;
    transition:opacity 0.35s ease;
}
.btn-container svg{fill:white;}
#play-pause{
    fill:white;
    transition:0.35s ease;
    width:80px;
    height:auto;
    margin:0 auto;
}
.playing .btn-container #play-btn{
	opacity:0;
}
.playing .btn-container:hover #play-btn{
	opacity:1;
}
#play-pause #pause,
.playing #play-pause #play{
	display:none;
}
#play-pause #play,
.playing #play-pause #pause{
	display:initial;
}
#myVideo {
	cursor: pointer;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
     padding: 0 0 56.25%;
}
#myVideo iframe {
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
}
.btn-container {
   	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  	width:100%;
  	height:100%;
  	z-index:1;
}
#play-btn {
  	position: absolute;
    border: none;
    background: transparent;
    margin: auto;
    z-index: 2;
    transition:0.35s ease;
}
.playing #play-btn{
  	opacity:0;
  	transition:0.35s ease;
}

#home-video #video-container {
	width:55%;
    padding: 0 15px;
    /*transform: translateY(-60px);*/
}
#home-video .text{
	width:45%;
}
@media only screen and (max-width:800px){
	#home-video #video-container{
		transform: translateY(-30px);
	}
}
@media only screen and (max-width:650px){
	#home-video #video-container{
		padding: 0 15px 0px;
	}
	#home-video #video-container {
		width:100%;
		order:1;
	}
	#home-video .text{
		width:100%;
		order:2;
	}
}




/*-- hero --*/
.hero .text{
	z-index:2;
	position: relative;
	text-align: center;
	padding:150px 5vw;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.hero h1{
	color:white;
	margin:0;
}
.home .hero h1 em {
    font-family: "Roxale Story";
    font-weight: 300;
    display: block;
    font-size: 270%;
    line-height: 0.95;
    color:white;
    text-transform: uppercase;
    font-style:normal;
}
.hero [role="doc-subtitle"]{
	
	font-size:12px;
	letter-spacing: 2px;
	margin:0 0 20px;
}
.home .hero [role="doc-subtitle"] {
    color: #cdc6af;
}
.hero .btn{
	color:white;
}
.home .hero .btn{
	margin:0px 0 0;
}
.sub-intro .pad.half{
	margin:100px 0;
	margin:0;
}
.sub-intro [role="doc-subtitle"]{
	margin:0 0 20px;
}
p.featuring {
    margin: 15px 0 0;
}
.sub-intro figure{
	min-height: 450px;
}
.home .hero img,
.sub-intro img{
	/*transform: translateY(-30px);*/
}
@media only screen and (max-width:650px){
	.sub-intro figure{
		min-height: 500px;
	}
	.sub-intro .pad.half{
		margin: 0px 0 40px;
	}

}

/*-- custom cursor on hover --*/
.cursor {
    position: absolute;
    background: white;
    border-radius: 50%;
    z-index: 9;
    top:0;
    left:0;
    width: 180px;
    height: 180px;
    text-align: center;
    transform: translate(-50% ,-50%);
    pointer-events: none;
    backface-visibility: hidden;
}


/*-- Staggered Image Blocks with slim gutter --*/
.stagger-list{
	z-index:3;
	position: relative;
	padding:0 2.5vw;
	flex-wrap:nowrap;
	margin:0 0 60px;
}
.stagger-list article{
	cursor: pointer;
}
.stagger-list article:nth-of-type(1){
	width:42%;
	padding:0 6px;
}
.stagger-list article:nth-of-type(2){
	width:28%;
	padding:0 6px;
	transform: translateY(calc(10vw + 100px));
}
.stagger-list article:nth-of-type(3){
	width:30%;
	padding:0 6px;
	transform: translateY(-100px);
}
.stagger-list article:nth-of-type(1) figure{
    height: 40vw;
}
.stagger-list article:nth-of-type(2) figure{
    height: 25vw;
}
.stagger-list article:nth-of-type(3) figure{
	height: 30vw;
}
.stagger-list .text{
	padding:15px 10px;
}
.stagger-list [role="doc-subtitle"] {
    font-size: 12px;
    letter-spacing: 0;
}
.sub-intro + .stagger-list{
	margin:150px 0 180px;
}
.stagger-list article figure img{
     transform: scale(1);
     opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.stagger-list article:hover figure img {
    transform: scale(1.2);
    opacity: 0.15;
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0), transform 15s cubic-bezier(0.25, 1, 0.5, 1);
}

.stagger-list article figure {
    position: relative;
}
.stagger-list figure::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: #9c9a8f;
    background: #afa693;
    z-index:1;
    mix-blend-mode: color;
    opacity:0;
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}
.stagger-list article:hover figure::before {
	opacity: 1;
	transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}
/*
.stagger-list article figure img::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(55, 55, 55, 0) 25%, rgb(55 55 55 / 85%) 75%);
    background-position: 99% 50%;
    background-size: 400% 300%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition:all 0.6s cubic-bezier(0.11, 0, 0.5, 0);
}
.stagger-list article:hover figure img::after{
    background-position: 1% 50%;
    transition:all 0.6s cubic-bezier(0.11, 0, 0.5, 0);

}*/
.sub-intro + .stagger-list article:nth-of-type(1) {
    width: 30%;
    transform: translateY(50px);
}

.sub-intro + .stagger-list article:nth-of-type(3) {
    width: 45%;
    transform: none;
}

.sub-intro + .stagger-list article:nth-of-type(3) figure {
    height: 35vw;
}

.sub-intro + .stagger-list article:nth-of-type(1) figure {
    height: 25vw;

}

.sub-intro + .stagger-list article:nth-of-type(2) figure {
    height: 28vw;
}

.sub-intro + .stagger-list article:nth-of-type(2) {
    transform: translateY(calc(15vw + -50px));
}
.grey-border + .stagger-list {
    margin: 160px 0 150px;
}

.grey-border + .stagger-list article:nth-of-type(1) {
	width: 28%;
}

.grey-border + .stagger-list article:nth-of-type(2) {
    transform: translateY(60px);
    width: 40%;
}

.grey-border + .stagger-list article:nth-of-type(2) figure {
    height: 38vw;
}

.grey-border + .stagger-list article:nth-of-type(1) figure {
    height: 30vw;
}

.grey-border + .stagger-list article:nth-of-type(3) {
    transform: translateY(100px);
    width: 32%;
}
.stagger-list figcaption{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.stagger-list figcaption::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/*
[hover-follow]{
	overflow: hidden;
	position: relative;
}
[hover-follow] figcaption{
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
[hover-follow] .follower{
  position: absolute;
  width: 40vw;
  height: 40vw;
  visibility:hidden;
  display: block;
  z-index: 1;
  pointer-events: none;
  top: -50%;
  left: -50%;
  right: 0;
  bottom: 0;
  transform-origin: center;
}
[hover-follow] .follower::after{
	content: "";
	position: absolute;
  	width: 35vw;
  	height: 35vw;
  	border-radius: 50%;
  	background-color:#b2a285;
  	display: block;
  	filter:blur(5vw);
  	z-index: 1;
  	pointer-events: none;
  	top: 50%;
  	left: 50%;
  	transform: translate3d(-50%,-50%,0);
  	transform-origin: center;
}
[hover-follow] .follower{
	visibility: visible;
}
.follower span.text {
	font-family: "DM Sans";
	font-weight: 700;
	letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    position: absolute;
    display: block;
    top: 52%;
    left: 52%;
    transform:translate3d(-50%,-50%,0);
    z-index: 2;
    font-size: 10px;
    visibility: visible;
    padding: 0;
}*/
@media only screen and (max-width:800px){
	.stagger-list article:nth-of-type(2) {
	    transform: translateY(10vw);
	}
}
@media only screen and (max-width:650px){
	.stagger-list {
	    display: block;
	    margin: 0 0 20px;
	    padding: 0;
	}
	.stagger-list article:nth-of-type(1){
		padding:0 12px;
	}
	.grey-border + .stagger-list article:nth-of-type(1) figure,
	.sub-intro + .stagger-list article:nth-of-type(1) figure,
	.stagger-list article:nth-of-type(1) figure{
	    height:400px;
	}
	.sub-intro + .stagger-list article:nth-of-type(1),
	.sub-intro + .stagger-list article:nth-of-type(2),
	.sub-intro + .stagger-list article:nth-of-type(3){
		transform: translateY(0);
	}
} 

/*@media only screen and (max-width:600px){
	.stagger-list article:nth-of-type(1) {
	    width: 85%;
	    margin: 0px 0 0 auto;
	}

	.stagger-list {
	    flex-wrap: wrap;
	}

	.stagger-list article:nth-of-type(2) {
	    transform: translateY(0px);
	    width: 40%;
	}

	.stagger-list article:nth-of-type(3) {
	    width: 60%;
	    transform: translateY(0px);
	}

	.stagger-list article:nth-of-type(2) figure {
	    height: 45vw;
	}

	.stagger-list article:nth-of-type(3) figure {
	    height: 40vw;
	}
}*/



/*-- regular image blocks with large gutter --*/
.image-blocks .text{
	padding:15px 10px;
}
.image-blocks figure {
    height: 30vw;
    max-height: 400px;
}

.image-blocks [role="doc-subtitle"] {
    font-size: 12px;
    letter-spacing: 0;
}
@media only screen and (max-width:650px){
	.image-blocks figure{
		height: 50vw;
	}
	.image-blocks .half{
		margin:0 0 30px;
	}
}

/*-- grey border background --*/
.grey-border {
    position: relative;
}

.grey-border::after {
    content: "";
    top: 20px;
    right: 4.75vw;
    bottom: 20px;
    left: 4.75vw;
    border: 12px solid #e8e8e8;
    display: block;
    position: absolute;
    z-index:-1;
}

/*-- ----------- --*/

svg.design-logo {
    width: 70px;
    fill: #687e8e;
}
p.serif{
	font-family: "Cormorant Infant";
}

.callout {
	padding:120px 0;
    position: relative;
}
p strong {
    font-weight: 500;
}
.callout blockquote{
	color:white;
	margin:0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
}
.callout .text{
	text-align: center;
	z-index: 2;
	position: relative;
	max-width: 1000px;
	margin:0px auto;
}
.callout::before{
	content:'';
	width: 100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	display: block;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
}
.overview-list .third {
    width: calc(33.333% - 24px);
    margin: 0 12px;
} 

.overview-list .text {
    margin: 10px 15px 25px;
    color: black;
}
.overview-list .h2{
	/*color:black;*/
	font-weight:400;
}
.overview-list figure{
	height:350px;
}
.personalities a figure img,
.overview-list a figure img{
     transform: scale(1);
     opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.personalities a:hover figure img,
.overview-list a:hover figure img {
    transform: scale(1.2);
    opacity: 0.15;
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0), transform 15s cubic-bezier(0.25, 1, 0.5, 1);
}

.overview-list a figure,
.personalities a figure{
    position: relative;
}
.personalities figure::before,
.overview-list figure::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background: #9c9a8f;
    background: #afa693;
    z-index:1;
    mix-blend-mode: color;
    opacity:0;
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}
.personalities a:hover figure::before,
.overview-list a:hover figure::before {
	opacity: 1;
	transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}
@media only screen and (max-width:650px){
	.overview-list .third{
		width:100%;

	}
}
 






/*-- farmstead --*/

.accolades figure {
    width: 200px;
    margin: 0 auto 8px;
    height: 100px;
}
.accolades figure img {
    object-fit: contain;
}
.grey-border.accolades::after {
    right: 30px;
    left: 30px;
}
.indent-right{
	padding-right: 30px;
}
@media only screen and (max-width:850px){
	.accolades.pad {
	    padding-top: 60px;
	    padding-bottom: 80px;
	}
}



/*-- stay --*/
.partners svg {
    width: 120px;
    height: auto;
    margin: 0 20px;
}

.partners svg#Calque_2 {
    width: 70px;
}

.flex-wrap.partners {
    align-items: center;
    justify-content: center;
}
.stay-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stay-child ul li {
    position: relative;
    border-bottom: 1px solid #b8b8b8;
    color: black;
    margin: 0 0 5px;
    padding: 0 0 2px;
}

.stay-child h3.h2 {
    font-weight: 500;
    color: black;
    margin: 14px 0 20px;
}

.stay-child .gutter .half {
    padding: 0 30px;
}
.stay-slider .slide {
    /*border: 8px solid white;*/
}
.stay-slider.slick-slider .slick-list{
	padding:0 40px 0 25% !important;
} 
.stay-slider .slide{
    position:relative;
    padding: 5.75vw 8px;
    transition:padding 0.35s cubic-bezier(0.11, 0, 0.5, 0);
}
.stay-slider .slick-active .slide {
    padding: 0px 8px;
    transition:padding 0.35s cubic-bezier(0.11, 0, 0.5, 0);	
}

.stay-slider .slide .bg-img {
    position: relative;
  	height: calc(50vw - 11.5vw);
  	transition:height 0.35s cubic-bezier(0.11, 0, 0.5, 0);
}
.stay-slider .slick-active .slide .bg-img{
	height:50vw;
	transition:height 0.35s cubic-bezier(0.11, 0, 0.5, 0);
}
@media only screen and (max-width:650px){
	.stay-slider .slide {
	    padding: 50px 8px;
	}
	.stay-slider .slide .bg-img {
	    height: calc(450px - 100px);
	}
	.stay-slider .slick-active .slide .bg-img {
	    height: 450px;
	}
	.count-text {
	    font-size: 120%;
	}
}



/*-- event detail --*/
.event-detail h1.smaller,
.event-detail h1 {
    color: white;
    text-transform: none;
}
.event-detail .sub-intro [role="doc-subtitle"] a {
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    border: 1.5px solid;
}
.featuring {
    font-size: 18px;
}

a.btn.underline {
    margin: 30px 0 0;
    padding: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}
.btn.underline::before {
    display: none;
}
.reserve-wrap.flex-wrap {
    border-top: 1px solid #ffffff30;
    border-bottom: 1px solid #ffffff30;
    margin: 30px 0;
    padding: 30px 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.reserve-wrap.flex-wrap .btn {
    margin: 0;
    text-align: center;
    flex-grow: 1;
    min-width: 153px;
}
.price {
	margin: 0 40px 0 0;
}
.event-detail .share p {
    font-style: italic;
    font-family: 'Cormorant Infant', sans-serif;
    display: inline-block;
    margin: 0 10px 0px 0;
}
.event-detail .share {
    text-align: right;
    margin: 30px 0 0 0;
    cursor: pointer;
}

.sharing-buttons{
	opacity: 0;
	transition: 0.35s ease;
}
.share:hover .sharing-buttons{
	opacity: 1;
	transition: 0.35s ease;
}
.event-detail h2 {
    margin: 0 0 30px;
    color: #6f5d46;
    color:#5e4e39;
}
.highlights ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.highlights ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
    font-family: "Source Serif Pro";
    /*text-transform: capitalize;*/
}

.highlights ul li::before {
       font-size: 140%;
    color: #6f5d46;
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1.0;
    font-family: "Source Serif Pro";
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6f5d46;
}

.event-detail .note {
   /* border: 1.5px solid #6f5d4642;
    border-radius: 15px;
    padding: 20px;*/
    font-size: 12px;
}

.event-detail .note p {
    font-size: inherit;
}
.event-detail .bg-dark h2 {
    color: #c3bca1;
}
.agenda{
	background-color:#f3ece1;
}
.agenda .h1 {
    text-transform: none;
    margin: 0 0 0px;
}

.agenda h2 {
    margin: 0 0 15px;
}
.agenda ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #2b2b2b;
}

.agenda span.month {
    text-transform:none;
    display: block;
    font-size:150%;
    line-height: 1.25;
}

.agenda time.h2 {
    margin: 0 0 10px;
    display: block;
    color: #2b2b2b;
    text-transform: uppercase;
    font-size:16px;
    line-height: 1.0;
}

.agenda ul li {
    margin: 0 0 15px;
}

.agenda ul li p strong {
    font-weight: 600;
}
.agenda .fourth{
	margin-bottom: 60px;
}
.agenda-header{
	width: calc(100% - 40px);
    margin: 0 20px;
}
.agenda svg#good-company {
    width: 7vw;
    min-width: 80px;
    max-width: 200px;
}


@media screen and (min-width: 650px) {
	.agenda time.h2{
		font-size: calc(16px + 6 * ((100vw - 650px) / 950));
	}
}
@media screen and (min-width: 1600px) {
	.agenda time.h2{
		line-height: 1.25;
		font-size:22px;
	}
}
.event-detail .sub-intro .pad.half {
    margin: 100px 0 0;
    margin:0;
}

.personalities h3.h2 {
    font-family: "Roxale Story";
    color: white;
    font-size: 28px;
    font-weight:400;
}
.personalities .h3{
    letter-spacing:0.5px;
    text-transform:uppercase;
    font-weight:500;
    font-size:12px;
}
.personalities .text {
    margin: 0 0 40px;
}
@media screen and (min-width: 650px){
    .personalities h3.h2{
        font-size: calc(28px + 6 * ((100vw - 650px) / 950));
    }
    .personalities .h3{
        font-size: calc(12px + 2 * ((100vw - 650px) / 950));
    }
}
@media screen and (min-width: 1600px) {
    .personalities h3.h2 {
        font-size:34px;
    }
    .personalities .h3{
        font-size:14px;
    }
}
p.featuring {
    color: #d6cabd;
}
.event-detail .sub-intro {
    position: relative;
}

.event-detail .sub-intro::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
   z-index: 0;
}

.event-detail .sub-intro .half {
    position: relative;
    z-index: 1;
}

.event-detail .sub-intro time.h2{
	display: block;
	margin-top:20px;
}

.price .h2 {
    font-family: "DM Sans";
    font-weight: 400;
}

.price p em {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 5px 0 0 0;
    color: #968e84;
} 

.event-detail .bg-dark .btn.underline {
    color: #968e84;
}
.event-detail .share{
	opacity:0.65;
	transition: opacity 0.35s ease;
}
.event-detail .share:hover{
	opacity:1;
	transition: opacity 0.35s ease;
}
.share-icon{
	height: auto;
    width: 15px;
    margin: 0px 0 -3px 5px;
}
.personalities figure {
    margin: 0 0 20px;
}
.event-poster figure img {
   object-fit:initial;
    width:100%;
    height:auto;
    max-height: none;
    margin:0 auto;
}
.highlights .gutter.outdent {
    margin: 0 -40px;
}

.highlights .gutter .half {
    padding: 0 40px;
}
.event-slider .slide{
	padding:0 8px;
}
.event-slider .slider-counter{
	text-align:center;
}
.event-slider .slide{
    position:relative;
    padding: 5.75vw 8px;
    transition:padding 0.35s cubic-bezier(0.11, 0, 0.5, 0);
}
.event-slider .slick-active .slide {
    padding: 0px 8px;
    transition:padding 0.35s cubic-bezier(0.11, 0, 0.5, 0);	
}

.event-slider .slide .bg-img {
    position: relative;
  	height: calc(38vw - 12.75vw);
  	transition:height 0.35s cubic-bezier(0.11, 0, 0.5, 0);
}
.event-slider .slick-active .slide .bg-img{
	height:38vw;
	transition:height 0.35s cubic-bezier(0.11, 0, 0.5, 0);
}
.event-slider .prev-slide,
.event-slider .next-slide {
    position: absolute;
    width: 25%;
    top: 4.75vw;
    bottom: 10.75vw;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.event-slider .next-slide {
    left: initial;
    right: 0;
}
#next-icon,
#prev-icon{
	width:30px;
	height:auto;
	fill: #a29d88;
}
.slider-nav.flex-wrap.pad {
    text-align: center;
    justify-content: center;
}

.slider-nav button.slick-arrow {
    margin: 0 50px;
}

.slider-nav span.of {
    font-family: "Cormorant Infant";
    font-style: italic;
    display: inline-block;
    margin: 0 3px;
    color: #c1c1c1;
}

.count-text {
    font-size: 130%;
}


.price-tier{
	margin:0 20px 10px 0;
}

.desc-wrap.gutter .half.desc {
    padding: 0 35px 0 20px;
}

.desc-wrap.gutter .half.highlights {
    padding: 0 20px 0 5.75vw;
}  


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

	.event-detail .sub-intro .half{
		width:100%;
	}
	.event-detail .sub-intro .pad.half {
	    margin: 0px 0 0;
	}
	.pad {
	    padding: 8vw 7vw;
	}
	.event-detail .sub-intro::before {
	    width: 100%;
	    top: 500px;
	}
}
@media only screen and (max-width:650px){
	.event-slider .slide {
	    padding: 50px 8px;
	}
	.event-slider .slide .bg-img {
	    height: calc(450px - 100px);
	}
	.event-slider .slick-active .slide .bg-img {
	    height: 450px;
	}
	.count-text {
	    font-size: 120%;
	}
	.desc-wrap.gutter .half.desc,
	.desc-wrap.gutter .half.highlights{
		padding:0 20px 30px;
	}
	.highlights ul li {
	    position: relative;
	    padding: 0 0 0 20px;
	    margin: 0 0 15px;
	    font-family: "Source Serif Pro";
	    /*text-transform: capitalize;*/
	    font-size: 16px;
	    line-height: 1.5;
	}
	.highlights ul li::before{
	    top: 9px;
	}
}





/*-- year events --*/
.overview-list.events a {
    display: block;
    margin: 0 0 30px;
}

.overview-list.events .text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    color: white;
    margin: 10px 15px 15px;
}

.overview-list.events h3.h2 {
    font-family: 'Roxale Story', sans-serif;
    margin:0 0 3px 0;
    color: white;
}

.overview-list.events [role="doc-subtitle"] {
    margin: 0 0 6px;
    transition: color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
   color: #c6bead;
}
.overview-list.events a:hover [role="doc-subtitle"]{
    transition: color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    color:#4f4c41;
}
.overview-list.events figure {
    height: 22vw;
    min-height: 220px;
    max-height: 500px;
}
.overview-list.events  figure::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,0.65) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}

.overview-list.events a:hover figure::after {
    opacity: 0;
   transition: opacity 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}
.overview-list.events time{
    display:block;
    font-family: "DM Sans";
    font-weight:300;
    font-size:12px;
    transition: color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
}
.overview-list.events a:hover time{
    transition: color 0.3s cubic-bezier(0.11, 0, 0.5, 0);
    color:#e5e0d4;
    color:#524b3b;
    color:white;
}
svg.print-icon {
    width: 19px;
    height: auto;
    margin: 0 0 -6px 2px;
    fill:#373737;
    transition: all 0.6s cubic-bezier(0.11, 0, 0.5, 0);
}
.agenda-header h2 button.btn {
    border: none;
    margin: 0 0px  0 6px;
    transform: translateY(-3px);
    font-size: 10px;
    color: black;
    background: rgb(0 0 0 / 05%);
    padding: 2px 5px 4px;
}
.agenda p {
    color: #272727;
    margin: 0px;
    hyphens: none;
}
svg.print-icon {
    fill:black;
    width: 18px;
    margin: 0 1px -6px 0px;
}
.reserve-wrap.flex-wrap .btn {
    
}
.reserve-wrap.flex-wrap .btn:hover {
    /*background: #272726;
    color: #d6cabd;*/
    background: #d6cabd;
    border-color: #d6cabd;
    color: #272727;
}

.agenda-header.flex-wrap.gutter{
	justify-content: space-between;
	 align-items: flex-start;
	    margin-bottom: 40px;
	        flex-wrap: nowrap;
} 
.half .flex-wrap.gutter.agenda-header {
    flex-wrap: nowrap;
    margin: 0 0 20px;
}



.filter-panel input[type="checkbox"]{
	    cursor: pointer;
    background: #fff;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 0;
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #999999;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.filter-panel{
	padding:0;
	border: none; 
}
.filter-panel input[type="checkbox"]:checked{
	    -webkit-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    box-shadow: none;
    outline: none;
}
.filter-panel input[type='checkbox']:after{
	content: '\e822';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    background-color: transparent;
    color: #ad9781;
    opacity: 0;
    font-size: 24px;
    line-height: 24px;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: -4px;
    left: 2px;
    padding: 0px 0 0 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.filter-panel input[type='checkbox']:checked:after {
    opacity: 1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}


.filter-panel label{
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    color: black;
    position: relative;
    height: 27px;
    margin: 0 0 10px 10px;
}

.bby-events-hero{
	position: relative;
	padding:0 3.75vw 3.75vw;
}
.bby-events-hero figure{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.bby-events-hero figure img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
    object-position: top;
}
.bby-events-hero .text{
	background-color: #475E3B;
	position: relative;
	padding:20px;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
}
.bby-events-hero svg{
	height: auto;
}
.bby-events-hero #farm,
.bby-events-hero .group,
.bby-events-hero .year-logo{
	width:33.333%;
	padding:0 3vw;
}
.bby-events-hero svg#good-company {
    width: 8vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.group {
    position: relative;
}


.print-only{
	display: none;
}


@media print {
	body{
		margin-top: 80px;
		print-color-adjust: exact;
	}
	.print-only{
		display: block;
		padding: 0.85cm 0.25cm 0;
		margin: 0 20px 10px;
	}
	.cat-menu,
	div#booking-bar-app,
	a.skip-link.btn,
	header#header,
	footer,
	.global-nav,
	.agenda .btn-wrap,
	section.sub-intro.flex-wrap.bg-dark,
	section.pad.bg-grey.flex-wrap.gutter{
	    display: none !important;
	}
	section.agenda {
	    background: transparent !important;
	}
	.agenda h2 {
	    font-size: 14pt;
	}
	.agenda .h1,
	h1 {
	    font-size: 26pt;
	}
	.agenda time.h2 {
	    font-size: 14pt;
	}
	.agenda span.month {
	    font-size: 16pt;
	}
	.agenda p strong {
	    font-size: 12pt;
	}
	.pad {
	    padding: 0.25cm;
	}

	#main p {
	    font-size: 12pt;
	    line-height: 136%;
	}

	.agenda .fourth {
	    padding: 0 20px;
	}
	.gutter.outdent {
	    margin: 0;
	}

	.agenda-header .btn {
	    display: none;
	}

	.agenda-header .h1 {
	    display: none;
	}

	.agenda svg#good-company {
	   display: none;
	}
	.print-only svg{
		height:auto;
		width:0.75in;
	}
	.print-only svg#good-company .st0{
		fill:black;
	}
	p, 
	h2, 
	.h2, 
	.agenda-header h2, 
	.event-detail h2, 
	.highlights ul li {
	    color: black;
	}

	.agenda span.month {
	    color: black !important;
	}
	section.pad.agenda {
	   	background: white;
	}
	.highlights ul {
	    margin: 0;
	}
	.agenda-header.flex-wrap.gutter {
	    margin-bottom: 20px;
	}

	.event-detail .bg-dark {
	    display: none;
	}

	.highlights ul li {
	    font-size: 16pt;
	}
	section.pad.flex-wrap.gutter {
	    padding-bottom: 0;
	}
	.agenda-header h2,
	.event-detail h2 {
	    font-size: 14pt;
	    margin: 0 0 10px;
	}
	.highlights ul li,
	.event-detail p {
	    font-size: 12pt;
	    line-height: 1.2;
	}
	.highlights ul {
	    list-style: disc;
	    margin:0 0 0 14px;
	}
	.highlights ul li::before {
	    display: none;
	}

	.highlights ul li {
	    padding: 0;
	}
	section.agenda {
	    background: transparent !important;
	}

	.half.pad.event-poster {
	    display: none;
	}

	.agenda .half {
	    width: 100%;
	}

	.half .flex-wrap.gutter.agenda-header {
	    margin: 30px 20px 5px;
	}
	@page :footer {
        display: none
    }
  
    @page :header {
        display: none
    }
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }
    body {
    	height:auto !important;
        padding-top:0px;
        padding-bottom: 0px ;
    }

    section.desc-wrap.pad.flex-wrap.gutter.outdent {
	    margin-bottom: 30px;
	}
}
.cat-menu{
	    min-width: 280px;
}
@media only screen and (max-width:1024px){
	.cat-menu .img-grid li a span {
	    font-size: 20px !important;
	}
}