@import 'https://fonts.googleapis.com/css?family=Yellowtail|Lato|Cormorant+Garamond';

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: 'Lato', sans-serif, sans;
}
h1{
	font-family: "Yellowtail"; 
	font-weight: 300;
	font-size: 32px;
	color: #93A2A7;
}
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:"]
{
  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;
}
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;
}
tr:nth-child(odd){
    background-color: #f0f0f0 ;
}
tr:nth-child(even) {
    background-color: #fff;

}
a[href^="mailto:"]
{
  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;
}
.container{
	max-width: 1200px;
	margin: auto;
}
.watermouth{
	font-family: "Yellowtail"; 
	font-weight: 300;
	font-size: 60px;
	padding: 20px 3vw 10px 3vw;
	max-width: 1400px;
	margin: auto;
	text-align: center; 
	color: #000;
	text-shadow: #fff 2px 2px;
}
.watermouth a{
	color: #93A2A7;
	text-decoration: none;
}
.subheading{
	padding: 0 2vw 2vw 2vw;
	text-align: center; 
	color: #69767a;
}
.subheading a{
	color: #69767a;
	text-decoration: none; 	
}
.subheading a:hover{
	color: #000;
	text-decoration: underline; 	
}
.links, .cottagelinks{
	background-color:#93A2A7;
	min-height: 60px;
	text-align:center;
	font-size: 16px;
	line-height: 70px;
}
.links a, .cottagelinks a{
	color: #fff;
	text-decoration:none;
	padding: 0 1vw ;
	display: inline-block;
}
.links a:hover, .cottagelinks a:hover{
	background-color: #333;
}
.links a.booklink{
	background-color: #800;
}

.maintext{
	color: #69767a;
	font-size:16px;
	line-height: 170%;
	padding: 1vw 3vw;
}
.maintext a{
	color: #69767a;
}
.dropcaps p:first-child:first-letter {
  color: #93A2A7;
  float: left;
  font-family: Georgia;
  font-size: 120px;
  line-height: 100px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px;
}
.cottages{
	padding: 0 3vw; 
}
#mainthreecols {
	margin: auto;
	max-width: 1200px;
	padding: 5px;
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	font-family: Cormorant Garamond;
	}
#mainthreecols > div {
 	color: #fff;
	border-radius: 6px; 
	width: 250px;
	flex: 1 1 auto;
	margin: 20px; 
	background-color:#93A2A7;
	max-width:640px;
}
#mainthreecols > div .picture img{
	width: 100%;
	height: auto;
}
#mainthreecols div a{
 	color: #fff;	
 	text-decoration:none;
}
#mainthreecols div a:hover{
 	color: #000;	
}
#mainthreecols div h3{
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.2;
	margin: 10px;
	padding: 0px;
	text-align:center;
}
#mainthreecols div p{
	font-size:1em;
	line-height: 1.6em;
	margin: 20px;
}
.page{
	height: 700px; 
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	max-height: 60vh;
} 
#footer{
	background-color: #f0f0f0;

}

.footer{
	color: #333;
	margin: auto;
	display: flex;
    flex-flow: row wrap; 
    justify-content: left;
	padding: 4vh 0;
	font-size: 16px;
	line-height: 25px; 
	justify-content: center;
}
.footer div{
	width: 300px;
	padding: 20px ;
}
.footer a{
	color: #333;
	text-decoration: none;
}
.footer a:hover{
	color: #444; 
} 
.footer .logos{
	width: auto;
	flex: 1 1 80%; 
	text-align: center; 
}
.footer .logos img {
	margin: 10px; 
}
#map{
	height: 700px;
	width: 100%;
}
.iw {
	font-size: 12px;
	padding: 10px 100px;
	text-align: right;
	background-color: #678daf;
} 
.iw a{
	color: #fff;
	text-decoration: none;
}
#tariff{
	background-color: #678daf;

}
div.tariff{
	background-color: #678daf;
	color: #fff;
	font-size:16px;
	line-height: 170%;
	max-width: calc( 1200px - 6vw );
	margin: auto;
	padding: 1vw 3vw;
}
div.tariff td{
	padding: 10px 4px;
}
div.tariff tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.3);
}
div.tariff tr:nth-child(even) {
	background-color: rgba(50,50,50,0.3);
}

/* calendar styles */
#calfull{
	background-color:#93A2A7;
}
#calendar{
	max-width: calc( 1200px - 6vw );
	font-size: 16px;
	font-family:Lato, "Open Sans" , Sans,Arial, Helvetica, sans-serif; 
	color: #fff;
	line-height: 180%;
	margin: auto;
	padding: 1.5vw 3vw;
	background-color:#93A2A7;

}
.tabletext {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #7A95BA;
	text-align: center; 

}
.tabletext td {
	padding: 4px !important; 
	border: 1px solid #aaa;
}


.tabletext a { 
	color: white; 
	text-decoration: none;
	display: block;
} 

.tabletext a:hover { 
	color: #DBDFB5; 
	text-decoration: underline; 
	background-color: #93a2a7; 

} 


.tabletop {  
	padding: 5px;
	margin:0px;
	color: white;
	background-color: #3B4277;
}



#booked { background-color:  #D83634} 
#notbooked { background-color:  #7A95BA} 

.cal9 {
	border: 1px solid #C0C0C0;
	width: 25px; 
	height: 25px; 
}
.caldiv {
	/* width: 30%;
	float: left;
	min-height: 270px;
	margin: 20px 30px 10px 0; */
	display: grid;
	min-height: 270px;
	margin: 1rem auto;
    gap: 1rem;
}
.caldiv2 {
	width: 100%;
	min-height: 270px;
	margin: 20px 30px 10px 0;
	overflow: auto; 
}
.dummy {
	clear: left; 
	height: 40px;
	width: 40px;
	display: inline-block;
	margin: 5px;
} 
.caldiv td, .caldiv2 td{
	vertical-align: top; 
	padding: 5px  !important;
	min-height: 40px; 
}
.caldiv tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.3);
}
.caldiv tr:nth-child(even) {
	background-color: rgba(50,50,50,0.3);
}
.caldiv2 tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.3);
}
.caldiv2 tr:nth-child(even) {
	background-color: rgba(50,50,50,0.3);
}
.caldiv2 .higlight{ 
	background-color: #D83634; 
}
.tariffdiv{
	overflow: auto;
}
.tariff td{
	padding: 2px; 
}
.tariff input{
	padding: 2px;
	font-size: 13px;
}
.tabletopmain td {
	text-align: center;
	background-color: #3B4277;
	padding: 10px 2px;
	font-size: 13px;
	color: #fff !important; 
} 
.calname {
	width: 150px;
	padding: 5px 15px 5px 15px !important;
	text-align: left !important;
	font-weight: bold;
	font-size: 15px !important; 
	color: #fff ;
	background-color: #3B4277 !important;
	white-space:nowrap;
	color: #fff;
}
.calone td, .calone{
	padding: 10px 0.5vw;
	background-color: #cdd8cd;
	text-align: center;
	font-size: 13px;
	height: 30px;
	border: 2px solid #fff;
}
.caltwo td, .caltwo{
	padding: 10px 0.5vw;
	background-color: #bac4ba;
	text-align: center;
	font-size: 13px;
	height: 30px;
	border: 2px solid #fff;
}
.caladmin td, .calheading td{
	color: #000; 
}

.months input, .months select {
	height:50px;
	color: #444;
	border: 1px solid #999;
	background-color: #fff; 
	vertical-align: middle; 
	font-size: 18px;
	padding: 10px;
	display: inline;
}
.months select{
	width: 200px;
}
.key{

	clear: left;

} 
.key span {
    vertical-align: middle;
	padding	:0 50px 40px 0; 
} 
.calform select, .calform input{
	width: auto;
}
.fullcal{
	width: 100%; 
}
.fixed {
	width: calc( 100vw - 6vw );
	max-width: 100%; 
}
/* end calendar styles */

.bookings {
	text-align: center;
	background-color: #f0f0f0;
}
.bookings div {
	display: inline-block;
	padding: 2vw 1vw;
}
.bookme{
	color: #fff; 
	background-color: #678daf;
	padding: 0.2vw 2vw;
	height: 100%;  
}
.bookme h3 {
	font-size: 18px; 
}
.flow img{
	max-width: 300px; 
}
.cotpics {
	display: inline-block;
	padding: 5px; 
}
.cotpics img{
	border-radius: 5px; 
}
#inline1 {
	width:800px;
	display: none; 
	height: 500px;
	color:#333;
	font-family:Calibri, Arial, sans-serif, Sans, Helvetica;
	font-size: 14px;
	margin: 50px; 
}
.wp{
	width: 350px; 
	margin: auto;
}



@media only screen and ( max-width: 1024px ) {
.links{
	position: relative;	
}
*{
	background-attachment: scroll !important;
}

.header{
	font-size: 16vw; 
}
.caldiv {
	width: 100%;
}
/* .caldiv:first-of-type {
	display: none; 
}
.caldiv:last-of-type, #last {
	display: none; 
} */
.caldiv td {
	display: table-cell;
}
input, textarea, select {
	width: auto; 
} 

}
@media only screen and ( max-width: 640px ) {
.bookings div {
	display: block !important;
}
.bookings {
	text-align: left;
}
.flow td, .tariff td{
	display: block; 	
}
.flow img{
	max-width: 100%; 
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 0px;
	padding: 2px;
	border: 1px solid #757761;
	background-color: #fff;
	width: auto;
} 

}

@media only screen and ( max-width: 500px ) {
.links a{
	display: block;	
	text-align: left; 
	padding: 0 2vw;
}
.links{
	line-height: 40px;
}
.page{
	display: none; 
}
   .tabletext:last-of-type, #last {
    display: none;
  }
}

@media only screen and (min-width: 900px) {
  .caldiv {
	grid-template-columns: 1fr 1fr;

  }

}