@import 'https://fonts.googleapis.com/css?family=Lato|Cormorant+Garamond:ital,wght@1,500&display=swap';
@import 'dist/jquery.fancybox.css';
/* @import 'menu.css'; */

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif, sans;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #757761;
	background-color: #fff;
	max-width: 80vw;
} 
a[href^="mailto:"], h2
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
th{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #666666;
	color: #fff;
	font-size: 20px; 
}
td{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
}
h1, h2{
    font-weight: normal;
    font-family: Cormorant Garamond;
    font-style: italic;
    font-size: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0;
}
.header{    
    max-width: 1200px; 
    text-align: right; 
    margin: auto;
    color: #555;
    padding: 40px;
}
.header p{
    padding: 0;
    margin: 10px 100px 0 0;
}
.links{
    background-color: #8fb6c4;
    text-align: center;
}
.links a{
    color: #fff;
    text-decoration: none;
}
.links a:hover{
    background-color: #555;
    color: #fff;
}
.maintext{
    max-width: 800px; 
    margin: auto;
    color: #555;
    line-height: 1.7;
    padding: 3vw 5vw;
}
.maintext h2{
	font-size: 40px; 
}
.maintext a, .address a{
    color: #455d66;
    text-decoration: none;
    transition: 0.2s;
}
.maintext a:hover, .address a:hover{
    outline: 3px solid #455d66;
    color: #fff;
    background-color: #455d66;
}
.boxes h3{
    font-weight: normal;
    font-family: Cormorant Garamond;
    font-style: italic;
    font-size: 30px; 
}
.boxes{
    color: #111;
    display: grid;
    gap: 10px; 
}

.boxes div{
    display: block;
    padding: 2vw 4vw;
    line-height: 1.7;
    background-color: #8fb6c4;
}
.address {
    max-width: 800px; 
    margin: auto;
    color: #555;
    line-height: 1.7;
    padding: 3vw 5vw;
}
.frontpics{
	display: flex;
	flex-wrap: wrap;
	/* filter:  grayscale(100%); */
}
.frontpics > div{
	flex: 1 1 200px;
	height: 40vh;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px;
}
.frontpics > div > div{
	height: 100%;
	width: 100%;
	background-size: cover;
	max-height: 100vh;
	position:absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;

}
.frontpics div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@supports(gap: 20px) {
	.frontpics{
		gap: 10px;
		margin: 0;
}
.frontpics > div{
	margin: 0;
}	
}
.blue{
    background-color: #8fb6c4;
}
.blue a{
	color: #000;
	text-decoration: none; 
	border-bottom: 1px dashed #777;
}
.blue a:hover{
	border-bottom: 1px solid #000;
}
.bullets{
    max-width: 1200px; 
    margin: auto;
    color: #111;
    line-height: 1.7;
    padding: 3vw 5vw;
}
.text{
    max-width: 800px; 
    margin: auto;
    color: #111;
    line-height: 1.7;
    padding: 3vw 5vw;
}
.bullets ul{
	list-style: none; 
}
.bullets li:before{
	content:"\2714\0020";
	color: #fff;
	padding-right: 10px;
}

.floorplan{
	margin: 20px auto;
	display: block;
	max-height: 80vh;
	
}
#map{
	height: 600px;
	max-height: 80vh;
}
.iw {
	font-size: 10px;
	padding: 2px 5vw;
	text-align: right;
	background-color: var(--coloured-background);  
	grid-row: 2/3;
	margin-top: auto; 
	line-height: 15px;
} 
.iw a{
	color: #fff;
	text-decoration: none;

}
.thirds, .halves{
	display: grid;
	gap: 10px; 
}
.mainpics{
	position: relative;
}
.mainpics p.click{
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	font-size: 17px;
	text-align:center; 
	border-radius: 10px;
	pointer-events: none;
}
.mainpics p.click a{
	color: #000;
	text-decoration: none; 
}
.mainpics p.click hover{
	text-decoration: underline;
}
.hidden2{
	display: none; 
}
blockquote{
	line-height: 170%;
	max-width: 800px; 
	margin: auto; 
	padding: 20px 0; 
	background-color: #8FB6C4;
	color: #000;
	border-radius: 5px; 
	margin-bottom: 30px;  
}
.bookme{
	margin: auto;
	max-width: 300px;
	background-color: #8FB6C4;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.bookme a{
	color: #fff;
	display: block;
	padding: 1em;
	transition: 0.3s;
}
.bookme a:hover{
	box-shadow: 0 0 1em rgba(0,0,0,0.4);
}
#supercontrol_avail_ajax_widget_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
#supercontrol_avail_ajax_widget_box > div{
	margin: auto; 
}
#sc_ajax_footer_3334{
	grid-column: span 2;
}
.supercontrol-availability-avail_calendar .calendar-month table tr th.days-week {
	background: #8fb6c4;
}
.supercontrol-availability-avail_calendar th{
	color: #333;
	font-weight: normal;
	font-size: 14px; 
	text-align: center;
}
.table{
	display: grid;
	gap:10px;
	grid-template-columns: 1fr 1fr;
}


@media only screen and ( min-width: 801px ) {
.thirds{
	grid-template-columns: 1fr 1fr 1fr;
}
.halves{
	grid-template-columns: 1fr 1fr;
}
.thirds > div img,
.halves > div img{
    object-fit: cover;
    height: 100%; 
}
.thirds.fourths{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.boxes{

    grid-template-columns: 1fr 1fr 1fr;
    color: #111;
}
.frontpics > div{
		flex: 1 1 30%;
		height: 25vw;
}
.bullets{
	columns: 3 260px; 
	gap: 10px; 
}
.bullets ul{
	margin: 0 auto; 
}
.grid{
	display: grid;
	grid-template-columns: 1fr 1fr; 
	gap: 20px; 
}
.links{
    line-height: 61px;
	display: flex;
	width: 100%; 
}
 .links a{
	 flex: 1 1 auto; 
 /*   padding: 21px 10px;*/
} 


}


@media only screen and ( min-width: 640px ) {
@supports(display:grid) {

.thirds > div,
.halves > div{
	height: 30vw;
	display: flex;
	justify-content: center; 
	align-items: center; 
}
.halves > div{
	height: 35vw;
}
.thirds.fourths > div{
	height: 22vw;
}
.thirds > div > a,
.halves > div > a{
	display: block; 
	height: 100%; 
	width: 100%; 
}
.thirds img,
.halves img{
    object-fit: cover;
    height: 100%;
    width: 100%; 
}
.thirds{
	grid-template-columns: repeat(3,1fr);
}
.halves{
	grid-template-columns: repeat(2,1fr);
}
.thirds.fourths{
	grid-template-columns: repeat(4,1fr);
}
.thirds > .twothirds{
	grid-column: span 2;
}
blockquote {
    position: relative; 
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  
    margin: 1rem auto 0.5rem;
    max-width: 700px; 
    line-height: 180%;

}
 blockquote:before,
 blockquote:after{
	font-family: Georgia, Times New Roman; 
    position: absolute;
    top: 13px;
    color: #fff;
    font-size: 60px;
}
 blockquote:before{
    content: "\201C";
    margin-right: 13px;
    right: 100%;
}
 blockquote:after{
    content: "\201D";
    margin-left: 13px;
    left: 100%;  
    top: auto;
    bottom: 13px;
}
blockquote em{
	display: block;
	text-align: right; 
}
blockquote:before,
blockquote:after{
    color: #8FB6C4;
}
blockquote:after{
    margin-left: 23px;
}
}
}







@media only screen and ( max-width: 800px ) {
.links a{
	display: block;
	padding: 15px; 
}
}














/* ANIMATIONS */


@keyframes cycle {
	0%  {  }
	4%  {  } 
	21% {  opacity:1; z-index:0; } 
	25% { opacity:0; z-index:0; } 
	26% {  opacity:0; z-index:-1; }
	92% {  opacity:0; z-index:0; }
	96% {  opacity:0; }
	100%{  opacity:1; }
	
}
@keyframes cycletwo {
	0%  {  opacity:0; }
	21% {  opacity:0; }
	25% {  opacity:1; }
	26% {  opacity:1; } 
	46% {  opacity:1; z-index:0; } 
	50% {  opacity:0; z-index:0; }
	51% {  opacity:0; z-index:-1; } 
	100%{  opacity:0; z-index:-1; }
}
@keyframes cyclethree {
	0%  {  opacity:0; }
	46% {  opacity:0; }
	50% {  opacity:1; }
	51% {  opacity:1; } 
	72% {  opacity:1; z-index:0; } 
	75% {  opacity:0; z-index:0; }
	96% {  opacity:0; z-index:-1; } 
	100%{  opacity:0; z-index:-1; }
}

@keyframes cyclefour {
	0%  {  opacity:0; }
	71% {  opacity:0; }
	75% {  opacity:1; }
	79% {  opacity:1; }
	96% {  opacity:1; z-index:0; }
	100%{  opacity:0; z-index:0; }
}

.firstanimation {
	animation:cycle 24s linear infinite;	
	opacity: 0;
	
}
.secondanimation {
	animation:cycletwo 24s linear infinite;

}
.thirdanimation {
	animation:cyclethree 24s linear infinite;
	
}
.fourthanimation {
	animation:cyclefour 24s linear infinite;
}
.secondset{
	animation-delay: 2s;
  opacity:0;
}
.thirdset{
	animation-delay: 4s;
  opacity:0;
}