/* **** Ivy Farm  Main CSS **** */

@charset "UTF-8";
@import "defines.css";
@import "menus4.css";

/* **** General **** */

body
{
	background: url("../images/site/nabkgnd.jpg") #98aa90;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
	border-style: none;
	color: #036;
}

#wrapper
{
	max-width: 980px;
	margin: 10px auto 20px auto;
	height: auto;
	padding: 0;
	text-align: center;
	background-color: white;
	box-shadow: 8px 8px 4px #555;
	color: #222;
}

#logo
{
	background: url("/images/site/logo3.png") no-repeat white center;
	height: 160px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
}

#logo #visitengland, #logo #bellamy
{
	display: inline-block;
	padding: 5px;
	border: 3px solid #070;
	border-radius: 5px;
}

#logo #visitengland
{
	width: 81px;
	height: 121px;
	float: left;
	background: url("/images/site/visitengland.png") 5px 5px no-repeat white;
	margin: 10px 0 0 20px;
}

#logo #bellamy
{
	width: 73px;
	height: 122px;
	float: right;
	background: url("/images/site/bellamy-nodate.png") 5px 5px no-repeat white;
	margin: 10px 20px 0 0;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-webkit-user-select: none;
	user-select: none;
}

#logo #bellamy span
{
	color: #831702;
}

input, textarea, td
{
	font-size: 13px;
}

/* **** Menu **** */
/*
#menu
{
	display: flex;
	justify-content: center;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0 3px;
	font-size: 16px;
	letter-spacing: 0.06em;
}

#menu a, #menu a:visited
{
	display: inline-block;
	background-color: #060;
	padding: 1px 6px 2px 5px;
	color: white;
	text-decoration: none;
	border-radius: 2px;
	margin: 2px 6px;
}

#menu a:hover
{
	color: white;
	background-color: #090;
}

.submenublk
{
	text-align: left;
	margin: 0;
	background-color: #ddd;
	padding: 6px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	z-index: 100;
	position: absolute;
}

.submenublk a, .submenublk a:visited
{
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.submenu, .submenuc
{
	background-color: #060;
	cursor: pointer;
	padding: 2px 0;
	border-radius: 2px;
	margin: 5px 0;
}

.submenu:hover, .submenuc:hover, .submenu:hover a, .submenuc:hover a, .submenuback:hover, .submenuback:hover a
{
	color: white !important;
	background-color: #030 !important;
}

.submenuback
{
	display: none;
}
*/
/* **** Content area **** */

#contentwrap
{
	margin: 0 20px 20px 20px;
	background-color: white;
}

#content
{
	color: #222;
	text-align: justify;
	padding: 12px;
	font-size: 15px;
	min-height: 380px;
	line-height: 1.5em;
}

#content p
{
	font-size: 14px;
}

#content h1
{
	color: #040;
	font-size: 20px;
	margin: 2px 0 10px 0;
}

#content h1.centered
{
	color: #060;
	font-size: 20px;
	margin: 2px 0 5px 0;
	text-align: center;
}

#content h2
{
	color: #040;
	font-size: 18px;
	margin: 8px 0 5px 0;
}

#content h3
{
	color: #040;
	font-size: 15px;
	margin: 8px 0 5px 0;
}

#content a, #content a:visited
{
	color: #060;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #6a490a;
	text-decoration: underline;
}

#content .coname
{
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

#content li
{
	margin: 8px 0;
}

#content .picblock
{
	float: right;
	text-align: center;
	margin: 2px 0 10px 20px;
	width: 280px;
	font-size: 13px;
}

/* **** Copyright area **** */

#copyright
{
	text-align: center;
	padding: 8px 0 10px 12px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background: url("/images/site/footerivy.png") no-repeat top right #050;
}

#copyright a, #copyright a:visited
{
	color: #ff8;
	text-decoration: none;
}

#copyright a:hover
{
	color: white;
	text-decoration: none;
}

#copy1
{
	width: 320px;
}

#copy2
{
	width: 330px;
}

#copy3
{
}

.copyblock
{
	float: left;
	text-align: left;
	margin-left: 20px;
}

.copyhead
{
	font-size: 16px;
	margin: 0 0 5px -10px;
}

.copyinfo
{
	margin-left: 10px;
}

#copyright .coname
{
	font-size: 14px;
	font-variant: small-caps;
}

.siteprog
{
	display: inline-block;
	margin-top: 8px;
}

/* **** Page Images **** */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
	max-width: 95%;
}

.imgb, .imgbt
{
	padding: 10px;
	background-color: white;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
}

.imglb, .imglbt
{
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imgrb, .imgrbt
{
	float: right;
	padding: 10px;
	margin: 0 5px 10px 10px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imgcb, .imgcbt
{
	padding: 10px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imglbt, .imgrbt, .imgcbt, .imgbt
{
	padding: 10px 10px 2px 10px;
}

/* **** Price Table **** */

#bookingstable
{
	background-color: white;
}

#bookingstable td
{
	line-height: 1.2em;
}

/* **** Links Pages **** */

.link
{
	margin: 0 0 15px 20px;
}

.linktitle
{
	background-color: #f0fcf0;
	font-size: 11pt;
	font-weight: bold;
	color: #020;
	padding: 3px 3px 3px 8px;
	border-right: 1px solid #4f6a36;
	border-bottom: 1px solid #4f6a36;
	border-radius: 5px;
	box-shadow: #bbb 4px 4px 4px;
	margin: 0 0 10px 0;
}

#content .linktitle a, #content .linktitle a:visited
{
	color: #020;
	text-decoration: none;
}

#content .linktitle a:hover
{
	color: #3e7210;
	text-decoration: underline;
}

.linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px 10px;;
	background-color: #0c6b0b;
	color: white;
	display: inline-block;
}

.linkpagestop
{
	position: relative;
	top: -20px;
}

.linkpages a, .linkpages a:visited
{
	font-weight: bold;
	color: yellow !important;
	text-decoration: none;
}

.linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

.linkcontainer
{
	clear: both;
	margin-top: 5px;
}

.website
{
	font-style: italic;
	margin-left: 35px;
}

.website a, .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.website a:hover
{
	color: #080;
	text-decoration: underline;
}

table.ckl th
{
	background-color: #060;
	color: white;
	border-radius: 5px;
	border-right: 1px solid #040;
	border-bottom: 1px solid #040;
	padding: 2px 5px;
}

table.ckl td
{
	background-color: #fcfffc;
	border-radius: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
}

table.ckl tr:hover td
{
	background-color: #f0fff0;
}

/* **** FAQs **** */

.faqq
{
	font-size: 13px;
	font-weight: bold;
	color: #040;
	margin: 0 0 5px 0;
}

.faqa
{
	font-size: 12px;
	color: #030;
	margin: 0 0 15px 20px;
	border: 1px solid #41612a;
	border-radius: 6px;
	box-shadow: #565 2px 2px 4px;
	padding: 8px;
	background-color: #d8ead0;
}

/* **** Cookie Push-down bar **** */

#cklbox
{
	box-sizing: border-box;
	background-color: #d00;
	background-color: #333;
	box-shadow: 0 2px 4px #555;
	display: none;
	position: fixed;
	text-align: left;
	font-size: 16px;
	z-index: 999;
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	color: white;
	padding: 5px 20px;
	font-weight: normal;
}

#cklbox a, #cklbox a:visited
{
	color: yellow;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

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

#cklhide
{
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	margin: 3px 0 0 30px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	font-size: 20px;
	background-color: #f0d800;
	cursor: pointer;
	color: black;
}

#cklhide:hover
{
	background-color: yellow;
}

/* **** Promotions **** */

.promotion
{
	float: right;
	width: 280px;
	border-radius: 20px;
	margin: 20px 0 10px 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.promotion.green
{
	border: 2px solid #267a26;
	background-color: #f0f8f0;
}

.promotion.autumn
{
	border: 2px solid #a05a00;
	background-color: #f0f8f0;
	background-image: url("/images/site/autumn.jpg");
}

.promotitle
{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	font-size: 18px;
	padding: 4px 16px;
	text-align: center;
	font-weight: bold;
}

.promotion.green .promotitle
{
	background-color: #267a26;
	color: white;
}

.promotion.autumn .promotitle
{
	background-color: #a05a00;
	color: white;
}

.promocontent
{
	padding: 10px;
	text-align: left;
}

.promocontent, .promocontent p, .promocontent li
{
	font-size: 14px;
}

.promocontent h2 span
{
	color: black;
}

.poppylandawards
{
	text-align: center;
	color: black !important;
	border: 5px solid #ce059c;
	background-color: #fff4fe;
}

.poppylandawards p, .poppylandawards .promotitle a
{
	color: black !important;
}

.poppylandawards p
{
	font-size: 16px !important;
	text-align: center;
}

.poppylandawards a
{
	text-decoration: none !important;
}

/* **** Misc **** */

#popuptooltip
{
	text-align: left;
	border: 1px solid black;
	border-radius: 7px;
	font-size: 11px;
	padding: 8px;
	background-color: #ffe;
	color: black;
	z-index: 1000;
	box-shadow: 3px 3px 3px #222;
}

.errormessage
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

#sitemsg
{
	color: white;
	padding: 3px 8px;
	background-color: #227626;
	margin: 0 0 5px 0;
	font-size: 18px;
	text-align: left;
}

.smsgwarn
{
	background-color: orange !important;
	color: black !important;
}

.smsgalert
{
	background-color: #c00 !important;
}

#sitemsg a
{
	color: yellow;
	text-decoration: none;
}

.smsgwarn a
{
	color: red !Important;
}

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

#sitemsg h2
{
	margin: 0;
	padding: 0;
}

/* **** Clearfix **** */

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

/* **** Google Maps **** */

#content .gmapbox, #slideshowpic
{
	background-color: white;
	opacity: 1;
}

#map
{
	opacity: 1;
}

#gmapinfowindow
{
	padding: 5px 5px 10px 5px;
	max-width: 400px;
	line-height: 1.3em;
	font-size: 13px;
}

#gmapinfowindow h1
{
	font-size: 16px;
	color: #040;
}

/* **** Site Update Message **** */

#siteupdate
{
	color: #ffc;
	border-radius: 2px;
	padding: 3px 8px;
	margin: 5px;
	font-size: 15px;
	background-color: red;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#siteupdatebold
{
	font-weight: bold;
}

/* **** Media Specific **** */

@media only screen and (max-width: 850px)
{
	#wrapper
	{
		box-shadow: none;
		overflow: hidden;
	}

	#mainmenu
	{
		width: 100%;
	}

	#menu a
	{
		display: block;
		font-size: 26px;
		margin-bottom: 3px;
		padding: 10px 0;
	}

	.submenublk
	{
		width: 100%;
		margin-top: 0;
		position: static !important;
		padding: 0;
	}

	.submenu, .submenuc, .submenuback
	{
		display: block;
		padding: 10px 0;
		text-align: center;
		font-size: 26px !important;
		width: 100%;
	}

	.submenu a, .submenuc a
	{
		font-size: 26px !important;
	}

	.submenuback
	{
		display: block;
	}

	#contentwrap
	{
		margin: 0 10px 20px 10px;
	}

	h1
	{
		font-size: 23px !important;
	}

	#content, #content p
	{
		font-size: 18px;
	}

	#copyright
	{
		font-size: 20px;
	}

	.copyhead
	{
		font-size: 23px;
	}

	.coname
	{
		font-size: 21px !important;
	}

	.copyblock
	{
		width: auto !important;
		display: block;
		float: none;
		margin-bottom: 15px;
	}

	.siteprog
	{
		padding-top: 15px !important;
	}

	#map
	{
		width: calc(100%-20px) !important;
	}

	/* **** Scaling Embedded Video **** */

	#videowrap
	{
		float: none;
		clear: both;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		width: 100%;
		overflow: hidden;
	}

	#videowrap iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 700px)
{
	#logo #visitengland
	{
		margin-left: 5px;
	}

	#logo #visitengland, #logo #bellamy
	{
		margin-right: 5px;
	}

	.poppylandawards
	{
		float: none;
		width: 90% !important;
	}
}

@media only screen and (max-width: 575px)
{
	#logo
	{
		background: url("/images/site/logo3mob.png") no-repeat white center;
		height: 96px;
	}

	#logo #visitengland, #logo #bellamy
	{
		width: 40px;
		height: 60px;
		background-size: 40px 60px;
		border: 2px solid #070;
		border-radius: 3px;
	}

	#gmapinfowindow
	{
		max-width: 400px;
		line-height: 1.5em;
		font-size: 14px;
	}
}

@media only screen and (max-width: 400px)
{
	#logo #visitengland, #logo #bellamy
	{
		display: none;
	}
}

#coronaletter
{
	width: 80%;
	margin: 20px auto;
	background-color: #f4f6da;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
	padding: 30px;
	font-size: 18px;
}

#coronaletter #cvtitle
{
	display: block;
	text-align: center;
	font-size: 18px;
}

#coronaletter #cvtitle span
{
	font-weight: bold;
}

#coronaletter p
{
	font-size: 16px;
}


