@font-face {
	font-family: Artifika;
	src: url("Artifika.ttf");
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 18px;
	font-family: Artifika, "Times New Roman", sans-serif;
}

.lightbox {
	display: none;
}

@media (max-width:800px) {
	#video video {
		width: 90vw;
	}
}

/*SLIDER*/

#buttons p {
	margin: 0;
}

#slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	/*height: 298px;*/
	border-bottom: 1px solid black;
}

#left, #right {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px;
}

#left p, #right p {
	padding: 10px 0 10px 0;

	width: 100%;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.3);
}

#left:hover, #right:hover {
	cursor: pointer;
}


#buttons {
	width: 100%;
	margin: auto;
	position: relative;
	height: 0;
	display: none;
}

#right {
	float: right;
}

.photos {
	width: 100%;
	margin: auto;
	overflow: hidden;

}

.photos figure {
	width: 100%;
}

.photos figure img {
	width: 100%;
}

.photos figure figcaption {
	position: relative;
	bottom: 90px;
	left: 48px;
	text-align: left;
	color: white;
	font-size: 28px;
	font-family: "Lucida Calligraphy", "Times New Roman", sans-serif;
	height: 0;
}


/*NEWS AND OFFERS*/

.news {
	width: 92%;
	overflow: hidden;
	margin: 50px auto 30px auto;
	border-top: 1px solid gainsboro;
	padding-top: 24px;

}

.news .news-image {
	width: 27%;
	display: block;
	float: left;
}

.news .news-image img {
	width: 100%;
}

.news .news-wrap {
	width: 69%;
	display: block;
	float: right;
}

.news .news-wrap .date {
	margin-left: 24px;
}

/*GENERAL*/

.centralize {
	text-align: center;
}

.red {
	color: red;
}

.smaller {
	font-size: 0.8em;
}

.boldize {
	font-weight: bold;
}
.underlined {
	text-decoration: underline;
}

.links a {
	color: black;
}

.right {
	display: block;
	text-align: right;
	margin-right: 24px;
}

p {
	margin: 0 12px 0 12px;
}

header a, footer a {
	margin: 0 12px 0 12px;
	color: black;
}

address {
	margin: 0 0 0 12px;
	font-style: italic;
	font-weight: lighter;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	padding-top: 12px;
	margin: 20px 0 12px 12px;
}

.toggle-nav {
	display: none;
}


#wrapper {
	/*min-width: 1220px;*/
	/*max-width: 1420px;*/
	/*width: 90%;*/
	width: 1000px;
	margin: auto;
	background-color: #D3E1BE;
	overflow: hidden;

}

h2 {
	margin: 3px 0 15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px; 
}

header {
	width: 90%;
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header:after {
	content: "";
	display:block;
	clear:both;
}

#logo {
	float: left;
	max-height: 150px;
  	max-width: 50%;
}

#contactinfo {
	float: right;
	top: 15px;
  	font-size: 0.875em;
    margin-top: 2;
    margin-bottom: 2;
}

#contactinfo .info {
	font-family: "Lucida Calligraphy", "Times New Roman", sans-serif;

}

#announcement {
	width: 90%;
	margin: 10px auto;
	
	font-weight: bold;
	text-align: center;
}

#announcement a {
	text-decoration: none;
	color: red;
}

#announcement a:hover {
	text-decoration: underline;
}


#wall1 {
	box-shadow:2px 2px 5px 0 #666;
	height: 30px;
	width: 90%;
	margin: 0 auto 6px auto;
	background-image: url('../../images/wall1.jpg');
}

#wall2 {
	box-shadow:2px 2px 5px 0 #666;
	height: 40px;
	width: 90%;
	background-image: url('../../images/wall2.jpg');
	margin: 28px auto 16px auto;
}

.TA_rated {
	float: right;
	margin-right: 20px;
}

/*BOOKING FORM PAGE*/

#booking h3 {
	text-align: center;
	margin-bottom: 24px;
}

#booking p {
	margin: 0 0 18px 28px;
	font-style: italic;
}

#booking form p {
	font-style: normal;
}

#booking form p label {
	width: 260px;
	display: inline-block;
	text-align: center;
}

#booking form input, #booking form textarea{
	border-radius: 3px;
	border: 1px solid rgb(131, 119, 119);
	box-shadow: 0 1px 5px 1px rgba(211, 225, 190, 0.8);
	height: 21px;
	font-size: 0.9em;
	width: 340px;
}
#recaptcha {
	margin: 0 0 20px 290px;
}
#booking form textarea {
	height: 40px;
}

#booking form input#button {
	border-radius: 3px;
	border: 1px transparent;
	box-shadow: 0 1px 5px 1px rgba(211, 225, 190, 0.8);
	height: 25px;
	font-size: 0.9em;
	width: 340px;
	font-weight: bold;background-color: #f4f4f4;
	margin-left: 260px;
}

#booking form input#button:hover {
	cursor: pointer;
	background-color: gainsboro;
}

.fr {
	float:right;
	width:29%;
}

/*CONTENT*/

#content, .content {
	background-color: white;
	width: 90%;
	margin: 12px auto 0 auto;
	border: 1px transparent;
	border-radius: 4px;
	box-shadow:0 1px 2px 0 #666;
	overflow: hidden;
	padding-bottom: 20px;
}

#descmap {
	float: left;
	margin: 20px 10px;
}

#desc {
	float: left;
	width: 60%;
}

#desc h2 {
	margin-bottom: 10px;
}

#desc p {
	font-size: 20px;
	line-height: 22px;
}

#map {
	float: right;
	box-shadow:2px 2px 5px 0 #666;
	width: 35%;
}

#map figure img {
	width: 100%;
}



/*ART CYCLE*/

#menus figure {
	text-align: center;
}
.centre {
	width: 90%;
	margin: 20px auto;
}

#art-cycle{
	width: 100%;
	text-align: center;
}
#art-cycle img{
	height: 325px;
}
#art-cycle div{
	width: 100%;
	text-align: center;
}
#art-cycle h3{
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
}
#art-cycle p{
	font-family: "Actor", arial;
	line-height: 1em;
	width: 500px;
	margin: 0 auto;
}

#navleft{
	position: relative;
	bottom: 248px;
	z-index: 8999;
}
#navright{
	position: relative;
	bottom: 296px;
	z-index: 8999;
	float: right;
}

#navleft a, #navright a {
	color: black;
	font-size: 48px;
	font-weight: bold;
	text-decoration: none;
	padding: 30px 15px;
	background-color: white;
}

#art-navigation{
	width: 100%;
	text-align: center;
	padding: 5px 0;
	position: relative;
	bottom: 84px;

}
#art-navigation li{
	display: inline;
	margin: 0 10px;
}
#art-navigation img{
	height: 55px;
	border: 1px solid #fff;
}
#art-navigation img:hover{
	border: 1px solid #000;
}


#pics2 {
	width: 100%;

}

#pics2 .group {
	width: 50%;
	justify-content: space-between;
	float: left;
}

#pics2 .group figure {
	box-shadow:2px 2px 5px 0 #666;
	float: left;
	width: 48%; 
	margin: 1%;
}

#pics2 .group figure figcaption {
	text-align: center;
}

#pics2 .group figure figcaption p {
	margin: 1px;
}

#pics2 .group figure a img {
	width: 100%;
	max-width: 100%;
}
#pics2 .group5 {
	width: 100%;
	justify-content: space-between;
	float: left;
}

#pics2 .group5 figure {
	box-shadow:2px 2px 5px 0 #666;
	float: left;
	width: 18%; 
	margin: 1%;
}

#pics2 .group5 figure figcaption {
	text-align: center;
	font-size: 95%;
}

#pics2 .group5 figure figcaption p {
	margin: 1px;
}

#pics2 .group5 figure a img {
	width: 100%;
	max-width: 100%;
}

/*TERMS AND CONDITIONS PAGE*/
#terms {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#terms figure {
	display: block;
	width: 30%;
	float: right;
	text-align: center;
	margin: -10px 32px 0 0;
}

#terms figure img {
	box-shadow: 0 1px 2px 0 #666;
}

#terms .dep {
	width:60%;
	display: block;
	float: left;
}

#terms #other {
	width: 100%;
	display: block;
	float: left;
}


/*FAMILY HISTORY PAGE*/

#family {
	overflow: hidden;
}

#family .description {
	width:60%;
	display: block;
	float: left;
}

#family figure img {
	box-shadow: 0 1px 2px 0 #666;

}

#family p {
	margin-top:1em;
}

#family a {
	color:black;
}

#family figure {
	width: 227px;
	display: block;
	float: right;
	margin: 96px 75px 0 0

}

.banner {
	max-width: 95%;
	margin: 20px;
}
/*COTTAGE REVIEWS*/

.comments {
	width: 60%;
	margin: 24px 0 24px 12px;
	display: block;
	float: left;
	border-top: 1px solid gainsboro ;
	padding-top: 12px;
	font-style: italic;
}


.comments .comment {
	margin: 0 0 12px 0;
}

.cottage-slider {
	position: relative;
	display: block;
	width: 300px;
	overflow: hidden;
}

/*COTTAGE PAGES*/

.cottage-page{
	width: 100%;
	overflow: hidden;
}

.cottage-page .description {
	width: 64%;
	float: left;
}

.cottage-page .description a {
	color: black;
}

.cottage-page .calendar-slideshow {
	width: 35%;
	display: block;
	float: right;
}


.cottage-page .calendar {
	display: block;
	float: right;
	margin: 59px auto 12px auto;
	text-align: center;
	font-size: 0.8em;
	width: 100%;
}

.cottage-page .calendar a {
	color: black;
	display: block;
	width: 100%;
}

.cottage-page .calendar p {
	position: relative;
	bottom: 20px;
}

/*Facilities PAGE*/

#facilities-slider {
	width: 500px;
	overflow: hidden;
	height: 300px;
	display: block;
	float: right;
	margin: 30px 53px 0 0;
}

#facilities-slider figure {
	display: none;
}

#facilities #fac1{
	display: block;
	float: left;
	width:35%;
}

#facilities #fac1 ul, #fac2 ul{
	margin-left: 24px;
}

#facilities #fac1 ul li, #fac2 ul li{
	list-style: circle;
	margin: 0 0 0 18px;
}


#facilities div:last-child{
	float: left;
}


/*FOLLOW*/

.btn-facebook {
	margin: 16px 0 0 0;
}

#open {
	font-size: 1.5em;
	font-weight: bold;
}

#open p {
	margin: 18px 0 0 0;
}



/*NAVIGATION*/	

#menu ul p:hover {
	cursor: pointer;
}

.sub-menu {
	position: absolute;
	background-color: #D3E1BE;
	border: hidden;
	border-radius: 0 0 8px 8px;
	padding-top: 5px;
}

#menu li ul li {
	display: block;
	border: 0;
}

#menu li:hover ul, #menu li ul:hover {
	left:auto;
}

#menu li ul {
	display: none;
	left: auto;
}

#menu li:hover ul {
	display: block;
}

nav {
	text-align: center;
	width: 100%;
	margin:0 auto 0 auto;

}

#border {
	border: 1px solid black;
	border-radius: 8px;
	width:90%;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 1px 2px 0 #666;

}

nav ul li:last-child {
	border: 0;
}

nav ul li ul {
	border: 0;
}

nav ul {
    display: flex; /* Make the menu items appear in one row */
    flex-wrap: wrap; /* Allows wrapping if needed */
    justify-content: center; /* Centers the items */
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul li {
    padding: 5px 10px; /* Reduce padding */
    font-size: 14px; /* Make text slightly smaller */
    white-space: nowrap; /* Prevents wrapping */
  	border-right: 1px solid black;
}

nav ul li a {
    padding: 5px 8px; /* Adjust link padding */
    display: block;
    text-decoration: none;
	color: black;
	font-size: 1em;
}

nav ul li a:hover {
	color: black;
	text-decoration: underline; 
}

/*FOOTER*/

#footer {
	width: 90%;
	margin: auto;
}

.left-logo #wifi {
	width: 70px;
}

.left-logo #fb {
	position: relative;
	bottom: 22px;
}

.left-logo {
	width: 240px;
	display: inline-block;
	margin: 0 0 0 20px;
	position: relative;
	bottom: 5px;
}

.left-logo #pet {
	position: relative;
	bottom: -7px;
}

.right-logo {
	width: 80px;
	display: inline-block;
}

.right-logo figure, .left-logo figure, .right-logo a {
	width: 50px;
	display: inline-block;

}

.right-logo figure, .left-logo figure{
	margin: 0 20px 0 0;
}

.right-logo figure img, .left-logo figure img {
	width: 100%;
}

#footer footer {
	display: inline-block;
	width: 545px;
}

#footer footer p {
	margin-bottom: 5px;
}

.right-logo #penguin {
	width: 76px;
	position: relative;
	top: 6px;
}

/*ART GALLERY*/

#slider2 {
	margin: 24px auto 0 auto;
}


#slider2 #photos2 figure {
	display: none;
	width: 100%;
}

#photos2 figure img {
	width: 100%;
}

#photos2 figure .figcaption {
	position: relative;
	bottom: 90px;
	left: 48px;
	text-align: left;
	/*display: none;*/
	color: white;
	font-size: 28px;
	font-family: "Lucida Calligraphy", "Times New Roman", sans-serif;
	/*font-weight: bold;*/
	/*height: 0;*/
}

#photos2 {
	width: 80%;
	margin: auto;
	overflow: hidden;
}
.photos .show {
	display: block;
}

.photos figure {
	display: block;
}

.photos .show figcaption{
	/*height: 0;*/
}

.fotorama {
	width: 90%;
	margin: 20px auto 20px auto;
	text-align: center;
}

.fotorama__wrap {
	margin: auto;
}

#art-gallery {
	overflow: hidden;
}

#art-gallery div:first-child {
	width: 57%;
	display: block;
	float: left;
	/*text-align: center;*/
}

#art-gallery div:last-child {
	display: block;
	float: left;display: block;
	float: left;
}

#art-gallery .figure {
	width: 28%;
	display: block;
	margin: 30px 130px 0 0;
	float: right;
	text-align: center;
}

#art-gallery .figure img {
	box-shadow:2px 2px 5px 0 #666;
}

.inline-img {
	float: right;
	width: 40%;
	max-width:40%;
	margin: 10px 20px;
}

/*OUT AND ABOUT PAGE*/



#out-about {
	overflow: hidden;
	margin: 12px auto 24px auto;
}

#out-about a {
	color: black;
}

#out-about .nature-slider {
	display: block;
	float: right;
	margin: 67px 0 0 0;
	position: relative;
	right: 30px;
	width: 325px;
}

.nature-slider figure {
	display: none;
}

#out-about .description {
	width: 56%;
	display: block;
	float: left;
}

/*TARIFF PAGE*/

.table-container {
	padding-bottom: 6px;
	width: 100%;
	border-bottom: 1px solid gainsboro;
	margin: 0 0 15px 0;
	overflow: hidden;
	padding-bottom: 10px;
}

.table-container h4 {
	margin: 12px 0 12px 12px;
	text-align: center;
}

.table-container h3 {
	margin: 12px 0 12px 12px;
	text-align: center;
}

.table-container .table {
	display: block;
	text-align: center;
	margin: auto;
	width: 76%;
}

.table-container .table table{
	margin: auto;
	width: 100%;
}

.table-container .figure {
	height: 100%;
	display: block;
	width: 30%;
	float: right;
	text-align: center;
	margin: 8px 17px 0 0;
}

.table-container .figure img {
	border: 1px solid gainsboro;
	box-shadow:2px 2px 5px 0 #666;

}
/*TABLE*/

.table {
	border: 1px solid black;
	overflow: hidden;
	border-radius: 6px;
}

.table table th {
	background: #D3E1BE;
	background: -webkit-linear-gradient(#D3E1BE, white, #D3E1BE); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#D3E1BE, white, #D3E1BE); /* Standard syntax */
	border: solid black;
	border-width: 0 1px 1px 0;
	overflow: hidden;
}

.table table tr td:first-child {
	width:160px;
	border-width: 0 0 1px 0;
}

.table table tr td:last-child {
	width:40px;
}

.table table td {
	border: solid black;
	border-width: 0 1px 1px 1px;
	overflow: hidden;
}
.table table tr:last-child td {
	border-width: 0 1px 0 0;
}

.table table tr:last-child td:last-child {
	border-width: 0 0 0 0;
}

.table table td:last-child {
	border-width: 0 0 1px 0;
}

.table table th:last-child{
	border-width: 0 0 1px 0;
}

@media screen and (max-width:720px) {
	#facilities #fac1 {
		float: none;
		width: 100%;
	}
	#facilities-slider{
		width:100%;
		float:none;
	}
  
  	#logo {
      max-width: 100%;
  	}

}
/*MEDIA QUERIES*/
@media screen and (max-width:480px) {
	#pics2 .group figure {
		float: none;
		width: 94%;
		margin: 5px auto 0 auto;
	}	

}
@media screen and (max-width:480px) {
	#pics2 .group5 figure {
		float: none;
		width: 94%;
		margin: 5px auto 0 auto;
	}	

}

@media screen and (max-width:650px) {
	#wrapper {
		width: 100%;
	}

	header {
		margin-bottom: 10px;
        display: block;
	}

	#logo {
		width:100%;
	}

	#logo img {
		width: 100%;
	}

	#contactinfo {
		float: left;
		width: 100%;
		top: 0;
	}

	/*!*NAV*!*/
	#border {
		box-shadow: none;
		border: none;
		border-radius: 0;
	}

	nav {
		background-color: white;
	}

	nav ul li {
		display: block;
		margin: 8px;
		border: none;
	} 

	nav ul li a {
		padding: 2px 0;
	}

	nav .toggle-nav {
		display: block;
		text-decoration: none;
		color: black;
		font-size: 28px;
		text-align: center;
		width:100%;
		background-color: white;
		margin: auto;
		border: none;
	}

	#menu {
		display: none;
	}

	#menu {
		border-top: 1px solid grey;
		padding-bottom:  5px;
	}

	.sub-menu {
		position: relative;
		border: 1px solid black;
		border-radius: 0;
		margin-top: 5px;
	}

	/* Index */
	#desc {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#map {
		float: none;
		width: 95%; 
		margin: 0 auto;
	}

	#pics2 .group {
		width: 100%;
	}
	#pics2 .group5 {
		width: 100%;
	}

	/* Cottages */
	.cottage-page .description, .cottage-page .calendar-slideshow, .cottage-page .comments {
		width: 100%;
	}

	.cottage-page .calendar {
		margin: 5% auto;
	}

	.cottage-page .cottage-slider {
		margin: 0 auto;
	}


	#contactinfo .info {
		float: none;
		margin-top: 0;
	}

	/* Gallery */
	.content {
		overflow: visible;
	}

	#art-cycle p {
		width: 100%;
	}

	#art-cycle img{
		max-width: 100%;
		height: auto;
		max-height: 325px;
	}

	/* Tea room */
	#menus {
		padding: 10px;
	}

	#menus img {
		width: 100%;
	}

	/* Out and About */
	#out-about .description {
		width: 100%;
	}

	#out-about .nature-slider {
		clear: left;
		float: none;
		right: 0;
		margin: 0 auto;
	}

	/* Tariff */
	.table {
		border-radius: 0;
	}

	.table-container .table {
		width: 90%;
	}

	/* Booking */
	#booking {
		margin-right: 28px;
	}
	#booking form p label {
		width: 100%;
		text-align: left;
	}

	#booking form input, #booking form textarea {
		width: 100%;
	}

	.fr {
		width: 100%;
		float: left;
		margin-top: 5px;
	}

	#booking form #button {
		margin-top: 10px;
	}

	/* Terms */
	#terms .dep {
		width: 100%;
	}

	#terms figure {
		width: 100%;
		margin: 0;
	}

	/* Family Page */
	#family .description {
		width: 100%;
	}

	#family figure {
		margin: 0 auto;
		float: none;
	}


	/* Footer */
	#footer footer {
		width: 100%;
	}
}


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

}

/* Tarrif table */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

#buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.course-button {
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background 0.3s;
}
.course-button:hover {
  background-color: #0056b3;
}

.photo-container {
    display: flex;
    flex-direction: column; /* Ensures vertical alignment */
    align-items: center; /* Centers images */
}

.news-photo {
    width: 100%; /* Adjust width as needed */
    height: auto; /* Maintains aspect ratio */
}
