/********** SOOKE.ORG **********/

/* COLORS */
/* #0080bb; /* BLUE */
/* #39a3d3; /* MID BLUE */
/* #529546; /* GREEN */

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

html, body {
	margin: 0;
	padding: 0;
}
body {
	border-top: 6px solid #0080bb; /* BLUE */
	/*font-family: Roboto, Arial, sans-serif;*/
	font-family: Rubik, Arial, sans-serif;
	font-size: 110%;
	font-weight: 400;
	background: #ffffff;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, p, hr {
	margin: 15px;
}
h1, h2, h3, .green {
	color: #529546; /* GREEN */
}
h1 {
	font-family: Lobster, "Lobster Two", Rubik, Arial;
	/*font-style: italic;*/
	font-size: 240%;
	font-weight: 400;
}
h2 {
	font-family: Lobster, "Lobster Two", Rubik, Arial;
	/*font-style: italic;*/
	font-size: 200%;
	font-weight: 400;
	line-height: 130%;
}
h3 {
	font-size: 130%;
	font-weight: 500;
}
h4 {
	font-size: 105%;
	font-weight: 500;
	line-height: 150%;
}
h6 {
	font-size: 130%;
	font-weight: normal;
	line-height: 140%;
}
p, li, td {
	font-size: 100%;
	line-height: 150%;
}
a {
	color: #0080bb; /* BLUE */
	text-decoration: none;
}
a:hover {
	color: #39a3d3; /* MID BLUE */
	text-decoration: underline;
}
a[href^="tel:"] {
	color: #333333;
}
b, strong {
	font-weight: 500;
}
hr {
	clear: both;
	border: 0;
	border-bottom: 4px solid #529546; /* GREEN */
	padding: 0;
}
hr.clear {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
	background: 0;
}
div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.center {
	text-align: center;
}

input, textarea, select {
	font-family: Rubik, Arial, sans-serif;
	font-size: 13pt;
}
input[type=text], input[type=email], input[type=tel], textarea {
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
}
textarea {
	height: 80px;
}

/********** STRUCTURE **********/
header {
	padding: 0;
}
.content, .thincontent, .listings {
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}
.thincontent {
	max-width: 1080px;
}
.content {
	max-width: 1280px;
}
.listings {
	max-width: 1400px;
}

/********** HEADER **********/
.logo {
	float: left;
	width: auto;
	height: 100px;
}
.headernav {
	
}
.headernav .nav {
	display: none;
}
.headernav:hover .nav {
	display: block;
	clear: both;
}
.btn-mobilenav {
	float: right;
	padding: 30px 20px;
	width: 80px;
	height: 100px;
}
.btn-mobilenav a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/btn-mobilenav.png) no-repeat center;
	background-size: contain;
}
.btn-mobilenav a:hover {
	background: url(images/btn-mobilenav.png) no-repeat center;
	background-size: contain;
}

.nav ul, .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav {
	background: #0080bb; /* BLUE */
}
.nav ul a {
	display: block;
	padding: 10px 20px;
	font-size: 110%;
	font-weight: 500;
	background: #0080bb; /* BLUE */
	color: #ffffff;
}
.nav ul a:hover {
	background: #39a3d3; /* MID BLUE */
	text-decoration: none;
}
.nav ul ul a {
	padding: 5px 20px;
	background: #ffffff;
	color: #0080bb; /* BLUE */
}
.nav ul ul a:hover {
	background: #ffffff;
	color: #39a3d3; /* MID BLUE */
}

/*
.headernav {
	float: right;
	width: auto;
}
.nav ul, .nav li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

*/
.button {
	display: inline-block;
	border: 0;
	border-radius: 10px;
	padding: 10px 15px;
	font-weight: 500;
	background: #0080bb; /* BLUE */
	color: #ffffff;
	cursor: pointer;
}
.button:hover {
	background: #39a3d3; /* MID BLUE */
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

/********** CONTENT **********/
/*.feature {
	padding: 10% 20px;
	min-height: 600px;
	background: #bfdcee; /* 25% BLUE */
	/*color: #ffffff;
	text-align: center;
}*/
.cover h1, .cover h2 {
	margin: 20px auto;
	max-width: 1200px;
	/*background: #0080bb; /* BLUE */
	color: #ffffff;
	text-shadow: 0 0 8px #000000;
}

div.cover {
	position: relative;
	padding-bottom: 30%; /*keeps it proportional*/
	background: #666666;
	width: 100%;
	min-height: 550px;
	overflow: hidden;
}
div.cover img {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
div.cover div.cover_overlay {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	text-align: center;
}
div.cover div.cover_content {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 960px;
	color: #ffffff; /* offwhite */
	text-align: center;
}
div.intro {
	padding: 10px 0;
	background: #529546; /* GREEN */
	color: #ffffff;
}
div.intro h6 {
	font-family: Rubik, Arial, sans-serif;
	color: #ffffff;
}

div.top_attractions {
	padding: 45px 0;
	background: #333333;
	color: #cccccc;
}
div.top_attractions h2, div.top_attractions b {
	color: #ffffff;
}

.featurebuttons {
	text-align: center;
}
.featurebuttons div {
	
}
.featurebuttons h3 {
	margin: 10px;
}
.featurebuttons a {
	text-decoration: none;
}
.featurebuttons a img {
	border-radius: 10px;
}

/********** LISTINGS **********/
.listing {
	margin: 0;
	padding: 10px 0;
}
.listing h3, .listing h4, .listing p, .listing ul, 
.daytrips h1, .daytrips h3, .daytrips h4, .daytrips p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.listing img, .daytrip_image img {
	border-radius: 10px;
}
.daytrips div {
	
}
.daytrips h1 {
	padding-bottom: 5px;
	border-bottom: 2px solid #999999;
}
#directory h2 {
	margin-bottom: 5px;
	font-weight: 500;
}
#directory h3 {
	margin-top: 5px;
	color: #999999;
}
#directory h3 a {
	white-space: nowrap;
}
#directory p b {
	font-size: 110%;
}
.dir_jump a {
	display: inline-block;
	border-radius: 50%;
	padding: 5px;
	width: 1.5em;
	height: 1.5em;
	background: #39a3d3; /* MID BLUE */
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
.dir_jump a:hover {
	background: #0080bb; /* BLUE */
	text-decoration: none;
}
.jumpmenu_list {
	padding: 5px 0;
	background: #bfdcee; /* 25% BLUE */
}
.dir_letter {
	padding: 7px 10px;
	background: #39a3d3; /* MID BLUE */
	color: #ffffff;
}
table.tablelist {
	margin: 0 10px;
	width: calc(100% - 20px);
	border-collapse: collapse;
}
table.tablelist td {
	padding: 5px 10px;
}

.bggreen {
	background: #d4e4d1; /* 25% GREEN */
	padding: 30px 0;
}
.bggreen h2, .bggreen h3, .bggreen a {
	color: #529546; /* GREEN */
}
.bggreen .button {
	background: #529546; /* GREEN */
	color: #ffffff;
}
.bggreen .button:hover {
	background: #6dad61; /* LIGHTER GREEN */
	color: #ffffff;
}

.foundonsookeorg {
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	color: #529546; /* GREEN */
}

.advertisebanner, .bgblue {
	padding: 30px 0;
	background: #bfdcee; /* 25% BLUE */
}
.advertisebanner h2, .advertisebanner h3,  .advertisebanner h6, .bgblue h2, .bgblue h3 {
	color: #0080bb; /* BLUE */
}
.advertiseform .jumpmenu_list {
	padding: 0 15px 15px 15px;
	background: none;
}
.advertiseform .jumpmenu_list ul, .advertiseform .jumpmenu_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img-advertise {
	max-width: 300px;
}
@media screen and (min-width: 960px) {
	.img-advertise {
		max-width: 100%;
	}
}

/********** SITEMAP **********/
ul.sitemap li {
	list-style: disc;
	line-height: 200%;
}
ul.sitemap li ul li {
	line-height: 150%;
}

/********** FOOTER **********/
footer {
	padding: 1px 0;
	background: #0080bb; /* BLUE */
	color: #ffffff;
}
footer .content {
	max-width: 800px;
	text-align: center;
}
footer a {
	color: #6ecff6; /* LIGHT BLUE */
	color: #b6e7fa; /* 50% LIGHT BLUE */
}
footer a:hover {
	color: #ffffff;
}

@media screen and (max-width: 599px) {
	
	
	/*.btn-mobilenav {
		float: left;
		padding: 10px;
		width: 60px;
		background: red;
	}
	.btn-mobilenav a {
		display: block;
		background: url(images/btn-mobilenav.png) no-repeat center;
		background-size: contain;
		padding: 1px;
		width: 40px;
		height: 40px;
	}
	.btn-mobilenav a:hover{
		background: url(images/btn-mobilenav.png) no-repeat center;
		background-size: contain;
	}
	.headernav {
		padding: 30px 0 0 0;
	}*/
	
	/*
	.headernav .nav {
		display: none;
		border: 1px solid black;
	}
	.headernav:hover .nav {
		display: block;
	}
	.nav li {
		padding: 10px;
	}
	.nav li a {
		padding: 7px 10px;
		background: #0080bb;  BLUE
		color: #ffffff;
	}
	.nav li li a {
		background: #ffffff;
		color: #0080bb;  BLUE
	}*/
	
}

@media screen and (min-width: 350px) {
	.featurebuttons {
		padding: 10px;
	}
	.featurebuttons div {
		float: left;
		width: 50%;
	}
	.featurebuttons div:nth-of-type(2n+1) {
		clear: left;
	}

}
@media screen and (min-width: 320px) {
	.jumpmenu_list ul {
		column-count: 2;
	}
}

@media screen and (min-width: 600px) {
	h1 {
		font-size: 300%;
	}
	h2 {
		font-size: 240%;
	}
	.mobile {
		display: none;
	}
	.headernav {
		float: right;
		width: auto;
	}
	.headernav .nav {
		display: block;
	}
	.nav ul {
		float: left;
		display: inline-block;
	}
	.nav li {
		display: inline-block;
	}
	.nav ul ul {
		display: none;
	}
	.nav ul li:hover > ul {
		display: block;
		position: absolute;
		float: left;
		padding: 10px 0;
		background: #0080bb; /* BLUE */
		text-align: left;
		z-index: 99999;
	}
	.nav ul li ul li {
		display: block;
	}
	
	.nav {
		background: #ffffff;
	}
	.nav ul a {
		padding: 15px;
		background: #ffffff;
		color: #0080bb; /* BLUE */
	}
	.nav ul a:hover {
		background: #ffffff;
		color: #39a3d3; /* MID BLUE */
	}
	.nav ul ul a {
		padding: 5px 15px;
		background: #0080bb; /* BLUE */
		color: #ffffff;
	}
	.nav ul ul a:hover {
		background: #39a3d3; /* MID BLUE */
		color: #ffffff;
	}
	.jumpmenu_list {
		padding: 15px;
	}
	.jumpmenu_list ul {
		column-count: 3;
	}
	
	.featurebuttons div {
		float: left;
		width: 33.3%;
	}
	.featurebuttons div:nth-of-type(2n+1) {
		clear: none;
	}
	.featurebuttons div:nth-of-type(3n+1) {
		clear: left;
	}

	.content, .listings {
		/*padding: 0 15px;*/
	}
	.listing {
		float: left;
		width: 50%;
	}
	.listing:nth-of-type(2n+1) {
		clear: left;
	}
	.EL_image, .EL_content {
		float: left;
		width: 50%;
	}
	
	p.formQ, p.formA {
		float: left;
		margin: 0;
		padding: 5px 15px;
		width: 50%;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 800px) {
	
	.sidebar {
		float: left;
		width: 20%;
	}
	.main {
		float: left;
		width: 80%;
	}
	.jumpmenu_list ul {
		column-count: 4;
	}
	.daytrip_title, .daytrip_image {
		float: left;
		width: 50%;
	}
	.daytrip_content {
		clear: both;
	}
}

@media screen and (min-width: 960px) {
	
	.featurebuttons div {
		float: left;
		width: 25%;
	}
	.featurebuttons div:nth-of-type(3n+1) {
		clear: none;
	}
	.featurebuttons div:nth-of-type(4n+1) {
		clear: left;
	}
	.listing {
		float: left;
		width: 33.33%;
	}
	.listing:nth-of-type(2n+1) {
		clear: none;
	}
	.listing:nth-of-type(3n+1) {
		clear: left;
	}
	.colhalf {
		float: left;
		width: 50%;
	}
	.colhalf:nth-of-type(2n+1) {
		clear: left;
	}
	.colthird {
		float: left;
		width: 33%;
	}
	/*.colhalf:nth-of-type(3n+1) {
		clear: left;
	}*/
	.advertiseform .formcol {
		float: left;
		width: 50%;
	}
	.EL_image {
		width: 33.33%;
	}
	.EL_content {
		width: 66.66%;
	}

}
@media screen and (min-width: 1280px) {
	.jumpmenu_list ul {
		column-count: 5;
	}
	.featurebuttons div {
		float: left;
		width: 16.66%;
	}
	.featurebuttons div:nth-of-type(4n+1) {
		clear: none;
	}
	.featurebuttons div:nth-of-type(6n+1) {
		clear: left;
	}
	.listing {
		float: left;
		width: 25%;
	}
	.listing:nth-of-type(3n+1) {
		clear: none;
	}
	.listing:nth-of-type(4n+1) {
		clear: left;
	}
	.EL_image {
		width: 25%;
	}
	.EL_content {
		width: 75%;
	}
	.daytrip_title, .daytrip_image {
		float: left;
		width: 25%;
	}
	.daytrip_content {
		clear: none;
		float: left;
		width: 50%;
	}
}
@media screen and (min-width: 1400px) {
	.jumpmenu_list ul {
		column-count: 6;
	}
}

@media print {
	body {
		border-top: 0;
		font-size: 80%;
	}
	.headernav {
		display: none;
	}
	.listing {
		float: left;
		width: 50%;
	}
	.listing:nth-of-type(2n+1) {
		clear: left;
	}
	.advertisebanner, .dir_jump, .jumpmenu_list {
		display: none;
	}
	footer {
		border-top: 2px solid #0080bb; /* BLUE */
		background: none;
		color: #000000;
	}
	footer a {
		display: none;
	}
}