/*
/*
	Theme Name: Cotswold Wildlife Park and Gardens
	Description: Custom theme for Cotswold Wildlife Park and Gardens based on HTML5 Blank
	Version: 0.1
	Author: Helen Llewelyn

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	}
body {
	font: 1.4em/1.5em 'Museo Sans 500', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #8c8a83;
	background-color: #8c8a83;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	border-radius: 8px;
}
a {
	color:#81a917;
	text-decoration:none;
}
a:hover {
	color: #c0d38e;
	text-decoration:underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
p {
  font-size: 1.15em;
	line-height: 1.6em;
	font-family: 'Museo Sans 500', Arial, Helvetica, sans-serif;
}
input:focus {
	outline:0;
	border:1px solid #e7e5db;
        border-radius:0;
}
input.button {
  color: #fff;
  border: 0;
  width: 165px;
  margin: 0;
  font-size: 1.3em;
}
h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight:normal;
	font-size:2.3em;
	line-height: 1em;
}
h2 {
	color: #81a917;
	line-height: 1.3em;
	font-weight:normal;
	font-size:1.7em;
	font-family: 'Museo Sans 500', Arial, Helvetica, sans-serif;
}
h3 {
  line-height: 1.5em;
	font-weight:normal;
	margin:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	background-color: #ffffff;
}
/* header */
.header {
	background-color: #f0efe9;
	width:100%;
	border-bottom: 1px solid #fff;
}
.inner-header {
	background-image: url("img/HomeHeader.png");
	background-color: #f0efe9;
	background-position-x: right;
	background-position-y: bottom;
	background-position: right;
	background-repeat: no-repeat;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	position:relative;
}
/* logo */
.logo {
  width: 80%;
}
.strapline {
	position: absolute;
  z-index: 1;
	top: 60px;
  right: 370px;
}
.strapline.larger {
	right: 430px;
}
/* nav */
nav {
	background-color: #e6e4db;
  font-size:1.1em;
  text-transform: uppercase;
  z-index: 9999;
  padding: 0;
	width: 100%;
	border-bottom:1px solid #f0efe9;
}
.inner-nav {
	  padding: 0;
	  max-width: 1080px;
		margin:0 auto;
		height:40px;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
	z-index: 9999;
}
nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 0;
	padding: 0;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}
nav li {
	float: left;
	  list-style: none outside none;
	  border-left: 1px solid #fff;
}
nav li a {
  color: #72716b;
  display: block;
  text-decoration: none;
}
nav li ul {
}
nav li:hover ul, nav li.hover ul {
	display: block;
	position: absolute;
	z-index: 99;
	padding:0;
}
nav li:hover li a, nav li.hover li a {
		color:#8c8a83;
	}
nav li:hover a, nav li:hover li a:hover {
	position: relative;
	color:  #81a917;
	text-decoration:none;
}
nav li.current-menu-item a {
	color: #81a917;
}
nav li.current-menu-parent a {
		color: #81a917;
}
nav ul li li.current-menu-item a {
	color: #81a917;
}
li.last-item {
  border-right: 1px dotted #fff;
}
ul.sub-menu {
	width: 52%;
  margin-top: 9px;
  text-transform: none;
  font-size: 1.05em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
  padding: 15px 20px 10px!important;
  background-color: #f6f5f2;
	margin-left:-15px;
	border-radius: 0 0 8px 8px;
}
ul.sub-menu li {
  padding: 3px 10px;
  border-bottom: 1px solid #e8e8e8;
  border-left: none;
  width: 100%;
}
/* Top Header Menu */

/* sidebar */
.sidebar {
	  float: left;
	  width: 260px;
	  margin-top: 40px;
	  margin-left: -10px;
}
.sidebar a {
	display: block;
}
.widget_nav_menu h3 {
  margin: 5px 0;
  border-bottom: 1px solid #d2e0ab;
  color: #82a62a;
  font-size: 1.5em;
  opacity: 0.8;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.widget_nav_menu {
  border-radius: 10px;
  padding: 15px 23px 20px;
  background-color: #f6f5f2;
}
.widget_nav_menu ul {
  font-size: 1em;
  text-align: left;
  margin: 0;
  padding: 0;
}
.widget_nav_menu li {
	list-style: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 4px 0;
}
.widget_nav_menu li a {
	color: #8c8a83;
	font-size:1.15em;
}
.widget_nav_menu li a:hover {
	color: #c0d38e;
}
.widget_nav_menu .current-menu-item a {
	color: #81a917;
}

/* footer */
.footer-wrapper {
  background-color: #8c8a83;
  padding-top: 10px;
	margin:0;
	width:100%;
}
.inner-footer {
	color: #e8e8e6;
		margin: 0 auto;
		max-width: 1080px;
		width:100%;
		padding:20px;
}
.footer-menu  {
    padding: 0 0 10px;
}
.footer-menu ul {margin:0; padding:0;}
.footer-menu li {
	display: inline;
	text-transform: uppercase;
	padding: 0 10px;
	border-right: 1px solid #e8e8e6;
	font-size: 1.1em;
}
.footer-menu li a {
	color:#ffffff;
}
.sfmsb_widget {
  float: right;
  padding: 10px 0;
}
.copyright {
	float: left;
}
.copyright p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.footer-address {
	  float: left;
		padding:10px 0 30px;
}
.footer-address img {
  float: left;
	margin-right: 20px;
}
.footer-address p {
	line-height: 1.2em;
  padding: 0;
  margin: 0;
	font-size: 1.1em;
}
.footer-menu li.last-item {
  border-right: none;
}
.search-site {
  width: 300px;
  height: 32px;
}
.inner-search-site {
	display: block;
  width: 246px;
  height: 30px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 8px 8px;
  border: 0;
}
button.fa.fa-search {
  	font-size: 1.5em;
  	padding: 4px 8px 5px;
  	color: #fff;
  	background: #81a917;
  	border: 0;
  	border-radius: 0 8px 8px 0;
  	position: absolute;
  	right: 0;
}
input.search-input {
	border: 0;
	  padding: 7px 10px;
	  margin: 0;
	  position: relative;
	  top: -2px;
	  font-size: 1.2em;
	  background: none;
}
::-webkit-input-placeholder {
   color: #8c8a83;
}
:-moz-placeholder { /* Firefox 18- */
   color: #8c8a83;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #8c8a83;
}
:-ms-input-placeholder {
   color: #8c8a83;
}/*------------------------------------*\
    PAGES
\*------------------------------------*/
.content {
		margin: 0 auto;
	  max-width: 1080px;
	  background-color: #fff;
		width:100%;
		padding-bottom: 30px;
		min-height: 550px;
}
.content.home {
	  max-width: 100%;
		padding-bottom:0;
}
.content.animals h1 {
  color: #81a917;
	margin-bottom:0;
}
.inner-content.headline h1 {
	  color: #81a917;
}
.main-content {
	  margin: 0 0 20px;
	  float: left;
	  background: #FFF;
	  margin-bottom: 5px;
	  max-width: 760px;
	  width: 100%;
}
.main-content ul {
  list-style: none;
  padding: 0;
}
.main-content li {
	font-size:1.1em;
	padding-left:1.5em;
	position:relative;
}
.main-content ul li:before {
	position: absolute;
  content: "\f111";
  color: #c0d38e;
  left: 0;
  font-size: 0.8em;
  top: -1px;
  font-family: 'FontAwesome';
}
.main-content.home {
	  max-width: 100%;
	  margin: 0;
		padding: 0;

}
.main-content.animal ul {
  margin: 0;
}
.breadcrumbs {
	margin: 25px 0 15px 3px;
  position: relative;
  line-height: 1.2em;
  color: #81a917;
  text-transform: uppercase;
}
.breadcrumbs a {
	color: #98968e;
}
.main-image {
	position: relative;
	  margin: 0 auto;
	  width: 100%;
	  vertical-align: top;
	  background-color: #f0efe9;
		max-height: 350px;
		overflow:hidden;
}
.main-image.home {
	max-height: 450px;
}
.main-image img {
	border-radius: 0;
	width:100%;
}
.main-image h1 {
	position: absolute;
  line-height: 1.1em;
  bottom: 0;
  opacity: 0.95;
}
.image-slider {
  width: 100%;
  height: 100%;
}
.inner-main-image {
	  max-width: 1080px;
	  width: 100%;
	  margin: 0 auto;
	  padding-left: 30px;
}
.inner-content {
    margin: 0 0 25px;
}
.inner-content h3 {
	margin: 1em 0;
}
.inner-content.news h2 {
  margin: 0;
}
.middle-panel {
  float: left;
  width: 98%;
}
.block {
	max-width: 290px;
	float: left;
	background-color: #f6f5f2;
	border-radius: 8px;
	height: 330px;
	position: relative;
	margin-bottom:20px;
	width:100%;
}
.block img {
  border-radius: 8px 8px 0 0;
  width: 290px;
}
.block.page h3 {
	text-transform: uppercase;
	padding: 10px 10px 0 10px;
	margin: 5px 0 0;
	line-height: 1.2em;
	font-size:1.4em;
}
.block.page.right {
  margin: 0 0 20px;
}
.block p {
	  font-size: 1em;
	  line-height: 1.3em;
	  padding: 0 10px 3px;
	  margin: 5px 0;
}
.block.page p a {
	color: #72716b;
}
.block .right {
	margin-right: 0;
}
.block.page a:hover {
	border-radius: 8px;
	background-color: #81a917;
	color: #ffffff;
	text-decoration: none;
	background-image: url('http://www.cotswoldwildlifepark.co.uk/wp-content/themes/cotswold/img/white-arrow-full.png');
	background-repeat: no-repeat;
  	background-position: 218px 285px;
	opacity: 0.8;
}
.block.page a {
	background-image: url('http://www.cotswoldwildlifepark.co.uk/wp-content/themes/cotswold/img/green-arrow.png');
	background-repeat: no-repeat;
  	background-position: 218px 285px;
	color: #8c8a83;
}
.block.activity {
	width: 100%;
  background: none;
  height: auto;
	max-width:100%;
	border-bottom: 1px dotted #c0d38e;
  padding-bottom: 20px;
}
.block.activity img {
  float: right;
  margin-left: 30px;
}
.block.activity p {
	  font-size: 1.1em;
	  line-height: 1.4em;
	  display: inline-block;
	  width: 100%;
	  float: left;
	  margin: 10px 0 0;
}
.block.activity h2 {
	color: #81a917;
  margin: 0;
  padding: 3px 10px;
  background-color: #f6f5f2;
  border-radius: 8px;
  font-size: 1.5em;
	text-transform: initial;
}
.block.activity h3 {
	padding: 0;
  margin: 0 10px 8px 15px;
  font-size: 1.9em;
}
.block.app {
  max-width: 100%;
  float: none;
  padding: 10px 20px;
}
.block.app img {
  float: right;
}
.block.app h2, .block.app h3 {
  margin:0;
}
.block.app h2 {
  padding-top: 15px;
}
.block.app h3 {
  font-size:1.3em;
}
.animal-block {
	  max-width: 314px;
	  float: left;
	  background-color: #f0efe9;
		border-radius: 0 0 8px 8px;
		padding-bottom:20px;
}
.animal-block p {
  padding: 0 20px;
  margin: 15px 0;
	font-size: 1.05em;
}
.animal-block img {
  border-radius: 8px 8px 0 0;
}
.animal-block p strong {
  color: #81a917;
	font-size: 1.15em;
}
.highlight-text {
	width: 100%;
}
.highlight-text h3 {
  margin: 0;
  padding: 0;
}
.highlight-text p {
  margin-left: 70px;
  margin-top: 8px;
}
table#tablepress-1 {
  width: 80%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tablepress-id-1 td.column-1 {
  width: 30%;
}
.tablepress-id-1 td.column-2 {
  text-align: center;
}
td.column-3 {
  width: 32%;
}
.tablepress h3 {
	margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.15em;
}
.table {
  background-color: #F6F5F2;
  padding: 15px 15px 10px;
  width: 80%;
  border-radius: 8px;
	font-size:1.1em;
}
.table.disabled {
	width: 45%;
}
.table.season {
	  width: 58%;
}
.table.group {
	width: 65%;
}
.tablepress.tablepress-id-2, .tablepress.tablepress-id-3, .tablepress.tablepress-id-4 {
	margin-bottom: 5px;
}
.tablepress.tablepress-id-2 td.column-3  {
  text-align: center;
  background-color: white;
	font-weight: bold;
}
.tablepress.tablepress-id-2 tr.row-1 td.column-3 {
  border-radius: 15px 8px 0 0;
}
.tablepress.tablepress-id-2 tr.row-1 td.column-2 {
  border-radius: 8px 15px 0 0;
}
.tablepress.tablepress-id-2 tr.row-5 td.column-3 {
  border-radius: 0 0 8px 15px;
}
.tablepress.tablepress-id-2 tr.row-5 td.column-2 {
  border-radius: 0 0 15px 8px;
}
.tablepress.tablepress-id-2 td.column-2 {
  text-align: center;
	background-color: white;
	font-weight: bold;
	border-right: 10px solid #F6F5F2;
}
.tablepress.tablepress-id-3 td.column-2, .tablepress.tablepress-id-4 td.column-2, .tablepress.tablepress-id-5 td.column-2 {
	text-align: center;
	background-color: white;
	font-weight: bold;
	width:37%;
}
.tablepress.tablepress-id-3 td.column-3, .tablepress.tablepress-id-5 td.column-3 {
	width: 30%;
}
.tablepress.tablepress-id-3 tr.row-1 td.column-2, .tablepress.tablepress-id-5 tr.row-1 td.column-2, .tablepress.tablepress-id-4 tr.row-1 td.column-2 {
	border-radius: 8px 8px 0 0;
}
.tablepress.tablepress-id-3 tr.row-6 td.column-2, .tablepress.tablepress-id-5 tr.row-6 td.column-2, .tablepress.tablepress-id-4 tr.row-6 td.column-2 {
  border-radius: 0 0 8px 8px;
}
.button {
	  background-color: #a1bf51;
	  border-radius: 8px;
	  margin: 25px 0;
	  max-width: 405px;
		height:43px;
	  width: 100%;
		position: relative;
		font-size: 1.4em;
}
.button a {
	color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  padding: 10px 15px;
	text-align: center;
}
.button a:hover {
	color: #71962e;
	background-color: #fde440;
	border-radius: 8px;
}
.button.small {
  width: 220px;
}
.button.large {
  max-width: 340px;
  height: 65px;
}
.button.education {
  max-width:200px;
}
.event {
	border-bottom: 1px dotted #c0d38e;
	padding-bottom:20px;
	min-height:310px;
}
.event h3 {
  color: #81a917;
  margin: 0;
  padding: 3px 10px;
  background-color: #f6f5f2;
  border-radius: 8px;
}
.event img {
	float: right;
	margin: 15px 20px 20px;
}
.event h4 {
  font-weight: normal;
  font-size: 1.2em;
  margin: 25px 13px 10px;
}
.event p {
	margin: 20px 10px;
}
.main-content ul li.listing-item:before {
	display:none;
}
li.listing-item {
	padding: 0;
  border: 1px dotted #c0d38e;
  height: 352px;
  border-radius: 8px;
}
li.listing-item img {
	border-radius: 8px 8px 0 0;
	width:100%;
}
ul.display-posts-listing {
  margin: 0;
}
span.excerpt {
  margin: 0 20px;
  float: left;
  line-height: 1.3em;
  font-family: 'Museo Sans 500';
  font-size: 0.9em;
  color: #8c8a83;
}
a.title {
  font-size: 1.3em;
  margin: 20px 20px 0;
  float: left;
  width: 85%;
  color: #81a917!important;
  font-family: 'Museo Sans 500';
}
span.date {
  font-size: 1em;
  margin: 5px 20px 10px;
  float: left;
  color: #8c8a83;
  font-family: 'museo sans 500';
}
.tablepress.keeper-tables {
		width: 90%;
	  margin: 0 20px;
	  font-size: 1.1em;
}
.tablepress.keeper-tables tfoot th, .tablepress.keeper-tables thead th {
	font-size: 1.3em;
  padding: 15px;
	background: none;
}
.tablepress.keeper-tables td, .tablepress.keeper-tables th {
	padding: 5px 15px 7px 20px;
}
.block.encounter {
  max-width: 95%;
  height: auto;
}
.block.encounter img {
  float: right;
  width: 100%;
}
.block.encounter h2 {
  font-size: 1.5em;
  line-height: 0.8em;
  padding: 20px 20px 0;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.block.encounter h3 {
  margin: 0 0 0 20px;
  font-size: 1.3em;
}
.block.encounter h4 {
	font-weight: normal;
	  padding: 0 20px 20px;
	  margin: 0;
	  color: #81a917;
}
.block.encounter p {
	  padding: 10px 20px;
	color: #8c8a83;
}
.block.education-brown {
  margin: 0 0 30px;
  height: auto;
  max-width: 678px;
  background: none;
}
.block.education-brown h2 {
color: #a6511f;
text-transform: initial;
margin:0;
}
.block.education-brown p {
	font-size:1.2em;
}
.heading-brown {
width: 190px;
float: left;
background: none repeat scroll 0 0 #A6511F;
border-radius: 8px;
margin: 10px 25px 20px 0px;
}
.heading-brown img {
  margin: 0;
  border-radius: 0 0 8px 8px;
}
.quote.brown {
	background-color: #f2e5de;
  border-radius: 8px;
  width: 69%;
  float: right;
  margin: 20px 0;
  font-size: 0.8em;
	padding: 10px 15px;
}
.quote.brown h2 {
	margin: 0;
	padding: 0;
}
.block.education-green {
	margin: 0 0 30px;
  height: auto;
  max-width: 678px;
  background: none;
}
.block.education-green h2 {
color: #556E12;
text-transform: initial;
margin:0;
font-size:1.3em;
}
.block.education-green p {
  font-size: 1.2em;
  padding: 15px 0;
}
.heading-green {
	width: 190px;
  float: left;
  background: none repeat scroll 0 0 #81a917;
  border-radius: 8px;
  margin: 10px 10px 0 0px;
}
.heading-green img {
  margin: 0;
  border-radius: 0 0 8px 8px;
}
.education-content {
  margin-top: 10px;
}
.block h1 {
  font-size: 1.6em;
  margin-left: 15px;
}
.quote.green {
    background-color: #ecf2dc;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 1.3em;
    padding: 10px 15px;
    color: #556E12;
    line-height: 1.5em;
}
.quote h2 {
	margin: 0;
	padding: 0;
}
.owl-carousel .owl-item .item {
	margin: 0 5px;
}
.owl-carousel-item-text {
	background-color: #ffffff;
	  border-radius: 8px;
	  padding: 0 0 5px 0;
	  font-size: 1em;
}
.owl-carousel-item-text a {
	color: #8c8a83;
}
.owl-carousel .item img {
	border-radius: 8px 8px 0 0;
	margin: 0 0 5px 0;
}
.home-block { width:100%;margin:0 auto; background-color: #f6f5f2; padding: 10px;}

.inner-home-block {
  margin: 0 auto;
  padding: 10px 20px 30px;
  max-width: 1080px;
}
.home-block h2 {
	margin: 0 0 20px 0;
	  position: relative;
	  top: 8px;
	  left: 10px;
	  font-size: 1.6em;
	  text-align: left;
	  text-transform: uppercase;
}
.owl-theme .owl-controls .owl-page span {
	background: #81a917 !important;
	margin: 5px !important;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  top: -45px;
  right: 8px;
}
h2.sub-heading {
  margin: 10px 0 20px;
  font-size: 1.5em;
}
div#map2 {
  border-radius: 8px;
}
.noSel.smooth_zoom_preloader {
  border-radius: 8px;
}
.block.gardens {
	max-width: 316px;
  height: 430px;
  padding-bottom: 15px;
}
.block.gardens h2 {
  font-size: 1.7em;
  padding: 10px 20px;
}
.block.gardens p {
  font-size: 1em;
  padding: 0 20px;
  line-height: 1.4em;
}
.trip-advisor-widget {
	margin: 10px 10px 20px 20px;
}
h4.mtphr-dnt-posts-title {
  font-size: 1.2em !important;
	font-weight:normal;
	margin:0.6em 0 0;
}
h3.mtphr-dnt-title.mtphr-dnt-inline-title {
  text-transform: uppercase;
	margin: 0 20px;
  border-right: 1px dotted #c0d38e;
  padding-right: 20px;
	color: #8c8a83;
	margin-top:0.4em;
	margin-bottom:0;
	font-size:1.4em;
}
.latest-news {
  margin: 20px 20px 30px;
}
.inner-latest-news {
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	margin: 0 auto;
	max-width:1040px;
}
.homepage-top-spots {
  margin: 0 auto;
  max-width: 1060px;
}
.section-3 {
	padding: 0;
	margin: 0 auto;
	max-width:1040px;
}
.section-2 {
	max-width:100%;
	background-color: #f0efe9;
	margin:0 auto;
}
.block.home {
	margin-right: 30px;
	margin-left:10px;
  color: #fff;
  max-width: 225px;
  width: 100%;
}
.block.home.right {
	margin-right:0;
}
.block.home img {
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: 0;
}
.block.home p {
	font-size: 1em;
	margin: 9px 13px;
	line-height: 1.2em;
  padding: 0;
}
.block.home h3 {
	color: #fff;
  text-transform: uppercase;
  margin: 15px 0 0 15px;
  max-width: 130px;
  line-height: 1.2em;
	font-size:1.6em;
}
.block.home a {
	color:#ffffff;
	text-decoration: none;
}
a.overlay { width: 100%; height:100%; position: absolute; }

.block.home.orange, .block.sidebar.orange {
	background-color: #a6511f;
}
.block.home.orange a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:170px 18px;
	background-repeat: no-repeat;
	background-color: #874118;
	opacity: 0.8;

}
.block.home.drkred, .block.sidebar.drkred {
	background-color: #72122e;
}
.block.home.drkred a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:170px 18px;
	background-repeat: no-repeat;
	background-color: #581126;
	opacity: 0.8;

}
.block.home.blue, .block.sidebar.blue {
	background-color: #3f98b3;
}
.block.home.blue a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:170px 18px;
	background-repeat: no-repeat;
	background-color: #33788d;
	opacity: 0.8;

}
.block.home.green, .block.sidebar.green {
	background-color: #81a917;
}
.block.home.green a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:170px 18px;
	background-repeat: no-repeat;
	background-color: #628013;
	opacity: 0.8;

}
.block.sidebar {
  max-width: 260px;
  margin: 20px 0 0;
  height: 150px;
}
.block.sidebar {
	background: url("img/white-arrow.png") no-repeat scroll 207px 15px rgba(0, 0, 0, 0.8);
}
.block.sidebar.orange a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:207px 15px;
	background-repeat: no-repeat;
	background-color: #874118;
	opacity: 0.8;
}
.block.sidebar.drkred a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:207px 15px;
	background-repeat: no-repeat;
	background-color: #581126;
	opacity: 0.8;
}
.block.sidebar.blue a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:207px 15px;
	background-repeat: no-repeat;
	background-color: #33788d;
	opacity: 0.8;
}
.block.sidebar.green a:hover {
	border-radius: 8px;
	background-image: url("img/white-arrow-full.png");
	background-position:207px 15px;
	background-repeat: no-repeat;
	background-color: #628013;
	opacity: 0.8;
}
.block.sidebar a:hover {
	text-decoration: none;
}
.block.sidebar h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0 0 15px;
  max-width: 130px;
  line-height: 1.2em;
  font-size: 1.6em;
}
.block.sidebar p {
  font-size: 1em;
  margin: 9px 13px;
  line-height: 1.2em;
  padding: 0;
	color: #fff;
}

.text-box {
  margin: 0 0 10px;
  font-size:1.15em;
   line-height:1.6em;
}
p.caption {
  margin: 0;
}
.contact-form {
	background: none repeat scroll 0 0 #F6F5F2;
	  border-radius: 8px;
	  width: 100%;
	  max-width: 550px;
}
.contact-form h3 {
  border-bottom: 1px dotted #8c8a83;
}
input.wpcf7-form-control.wpcf7-text {
  border-radius: 5px;
  border: 0;
  height: 30px;
  width: 100%;
	padding:0 10px;
	color: #81a917;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	border-radius: 5px;
	border: 0;
	width: 100%;
	padding: 10px;
	color: #81a917;
	height: 116px;
}
input.wpcf7-form-control.wpcf7-submit {
	color: #FFF;
  background-color: #9ebc4e;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 1.3em;
  margin-top: 10px;
  padding: 5px 15px;
}
input.wpcf7-form-control.wpcf7-text.small-box {
	width: 40px;
  float: right;
  text-align: center;
}
p.group-box {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin: 0 auto;
}
input.wpcf7-date {
  color: #81a917;
  padding: 0 10px;
  border-radius: 8px;
  border: 0;
  height: 30px;
}
.contact-form .column-1 {
  float: left;
  height: 140px;
}
.contact-form .column-1 p {
	padding:0;
	margin:0;
}
p.checkbox {
	padding:0;
	margin:0;
}
.twitter {
    border-radius: 8px 8px 8px 8px;
    float: left;
}
.widget_em_widget {
  width: 100%;
  float: left;
  margin-left: 30px;
  height: 306px;
  max-width: 33%;
  border-radius: 8px;
  padding: 10px 20px;
background-color: #f6f5f2;
}
.widget_em_widget h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #81a917;
  border-bottom: 1px solid #d2e0ab;
  padding: 0 0 5px;
}
.widget_em_widget ul {
	margin: 10px 0 10px 0;
}
.widget_em_widget li:before {
	display:none;
}
.widget_em_widget p {
  margin: 0 0 0 56px;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
.widget_em_widget li.excerpt {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 7px;
}
.widget_em_widget li {
	padding-left:0;
}
.widget_em_widget li a {
}
.widget_text {
  width: 100%;
  max-width: 310px;
  float: left;
  border-radius: 8px;
  padding: 10px;
  background-color: #f6f5f2;
}
li.date {
	border-bottom: 0;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  padding: 5px 4px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 37px;
  background-color: #9bb855;
  float: left;
  margin-right: 20px;
  height: 37px;
  border-radius: 4px;
}
ul.date {
	font-style: normal;
	font-weight: normal;
}
.widget_text h3 {
  text-transform: uppercase;
  margin: 0;
  color: #3f98b3;
  max-width: 300px;
  padding-bottom: 8px;
  width: 100%;
  padding-left: 7px;
}
.widget_text h3:before {
	content: "\f099";
  color: #3f98b3;
  float: right;
  font-size: 1.6em;
  font-family: 'FontAwesome';
}
.spot-find-orange {
        max-width: 310px;
	width: 100%;
        float: left;
	margin-left:30px;
	border-radius: 8px;
	padding: 10px 20px;
	height: 306px;
}
.block.tophome {
  margin: 20px 0 0;
  height: 185px;
  max-width: 312px;
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
}
.block.tophome.find h4 {
  border-bottom: 1px solid #d2e0ab;
  margin-bottom: 10px;
    color:#81a917;
}
.block.tophome.find {
  margin: 20px 62px 0;
}
.block.tophome.newsletter h4 {
  border-bottom: 1px solid #d2e0ab;
  margin-bottom: 10px;
  color:#81a917;
}
.block.tophome.book h4 {
  border-bottom: 1px solid #d2e0ab;
  margin-bottom: 10px;
}
.block.tophome.book h4 a, .block.tophome.book p a {
color: #81a917;
}
.block.tophome.find li a {
   font-size: 1em;
  line-height: 1.4em;
  color: #8c8a83;
}
.block.tophome h4 {
  font-size: 1.6em;
  line-height: 1.4em;
  padding: 0 0 5px 5px;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.block.tophome p {
  padding: 0 0 0 5px;
  margin: 0;
  font-size: 1.05em;
  line-height: 1.4em;
}
input.home.newsletter {
  color: #81a917;
  position: relative;
}
input.button.newsletter {
  width: 24%;
  font-size: 1em;
  background-color: #81a917;
  padding: 0;
  position: absolute;
  right: 20px;
  margin: 0;
  top: 117px;
  border-radius: 0 8px 8px 0;
}
.newsletter {
  margin-top: 10px;
}
input.newsletter {
  width: 100%;
  height: 30px;
  border-radius: 8px;
  border: 0;
  margin: 5px 0 10px;
  padding: 0 10px;
}
.contact-form label {
  font-size: 1.1em;
  margin: 5px 0 10px;
}
.contact-form.newsletter {
  padding: 20px 30px;
  width: 100%;
  max-width: 450px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  font-size: 26px;
}
.member {
  background-color: #F6F5F2;
  border-radius: 8px;
  padding: 10px 20px;
}
.mapplic-container {
	border-radius:8px;
}
.mapplic-tooltip-content {
	border-top: 1px solid #e8e8e8 !important;
}
.mapplic-tooltip-title {
     color: #a6511f!important;
}
.refreshment.mapplic-tooltip-title {
     color: #000!important;
}
.mapplic-tooltip-description, .mapplic-tooltip p {
  color: #93918b!important;
}
.mapplic-tooltip-link {
 background-color: #a6511f!important;
border-radius: 8px!important;
}
.accordion p {margin:15px 10px 0}
.accordion-title {
  width: 100%;
  padding: 5px 10px;
  font-size:0.9em;
  background: #F6F5F2;
  border-radius: 8px;
  color: #8A8A8A;
  border-top: 0;
  float:left;
}
 h3.accordion-title {
  font-size: 1.3em;
  margin: 5px 0;
}
.accordion-title:hover {}
.accordion-title:first-child {
	border: none;
}
.accordion-title.open {
	cursor: default;
}
.accordion-content {
   padding-bottom: 20px;
}
.accordion-title:before, .accordion-title.read:before {
	content: "\f055";
	color: #c0d38e;
	font-family:'FontAwesome';
	font-size:1.4em;
	margin-left:10px;
	text-decoration:none;
	float:right;
}
.accordion-title.open:before {
	content: "\f056";
	font-family:'FontAwesome';
	font-size:1.4em;
	margin-left:10px;
	text-decoration:
	none;float:right;
}
ul.interactive {
  margin-left: 20px!important;
}
div#cookieChoiceInfo {
  padding: 10px !important;
  background: none repeat scroll 0 0 #8C8A83 !important;
  color: #E6E4DB !important;
}
div#cookieChoiceInfo a {
  color: #c0d38e
}
.ui-widget {
   font-family: 'museo sans 500' !important;
}
.ui-widget-content {
	border:0 !important;
}
.ui-tabs .ui-tabs-nav li:before {
  display: none;
}
.ui-widget-header {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: #fff url('') 50% 50% repeat-x !important;
  color: #81a917 !important;
  border-bottom: 1px solid #81a917 !important;
  border-radius: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #a1bf51 url('') 50% 50% repeat-x !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	  background: #fff url('') 50% 50% repeat-x !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#81a917 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {border: 1px solid red;}
.ui-widget-content a {
  color: #81a917 !important;
}
.highlight-home {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border-bottom:2px solid #f0efe9;
}
.highlight-home h1 {
    color: #81a917;
    text-transform: none;
    font-size: 1.5em;
    text-align: center;
    margin: 0;
}
.inner-highlight-home {
   max-width:80%;
   margin:0 auto;
}
.photo-image h3 {
    margin: 0;
}
.photo-image-middle {
    float: left;
}
.photo-image-middle h3 {
    margin: 0;
}
.photo-image-landscape.clear {
    width: 100%;
    float: left;
}
.photo-image-landscape h3  {
    margin: 0;
}
.photo-image-middle p, .photo-image p, .photo-image-landscape p {
    margin: 15px 0;
}
h2.photo-headline {
    font-size: 2.3em;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 29px !important;
}
.button.tickets {
    max-width: 245px;
}
.button.season {
    max-width: 280px;
}
.image-runnerup {
    width: 100%;
    min-height: 430px;
    max-width: 100%;
}
.popmake-title {
	text-transform: uppercase;
}
h2.education-green {
    color: #556E12;
    text-transform: initial;
    margin: 0;
}
ul.education-green {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #556E12;
}
ul.education-green li:before {
    font-size: 0.7em;
    top: 0px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'Museo Sans 500';
    src: url('fonts/MuseoSans_500-webfont.eot');
    src: url('fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_500-webfont.woff') format('woff'),
				url('fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
				font-weight: normal;
				font-style: normal;
}
@font-face {
    font-family: 'Museo Sans 500 Italic';
    src: url('fonts/MuseoSans_500_Italic-webfont.eot');
    src: url('fonts/MuseoSans_500_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans_500_Italic-webfont.woff') format('woff'),
         url('fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans_500_Italic-webfont.svg#MuseoSans500Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
.main-image h1 {font-size:1.6em;}
.main-image img {object-fit: cover; height: 150px;object-position: 0 0;}
.strapline {display: none;}
.inner-header {background-image: url(""); display:none;}
.inner-header.animal-garden {background-image: url("");}
.inner-header.plan-visit {background-image: url("");}
.inner-header.whats-on {background-image: url("");}
.inner-header.get-involved {background-image: url("");}
.inner-header.education {background-image: url("");}
.inner-header.venue {background-image: url("");}
.inner-header.conservation {background-image: url("");}
.inner-home-block {padding: 10px 10px 30px;}
.owl-theme .owl-controls {display:none!important;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
.logo {max-width: 180px; padding: 12px 20px 0;margin:0 auto;}
.middle-panel {border:none;width:100%;}
.main-content {padding: 0 25px;}
.main-content ul {margin: 10px 0;}
.footer-menu li {list-style:none; display: block; border-right:none; padding: 0;}
.footer-address img {float:none;margin-bottom:5px;}
.animal-block {margin-right:0; margin-bottom:20px;}
.main-content.animal ul {float: none; width: 100%;}
.footer-address p {font-size:1em; width: 98%;}
.trip-advisor-widget {float: left; margin: 15px 0;}
.sfmsb_widget {float:none;}
.block.home {height: 120px;margin:0 0 20px; max-width:100%;background: url("img/white-arrow.png") no-repeat scroll 95% 13% rgba(0, 0, 0, 0.8);}
.block.home img {display:none;}
.block.home p {max-width: 80%;}
.block.encounter img {max-width: 100%; border-radius: 8px 8px 0 0;margin-bottom: 20px;}
.block.encounter {max-width: 100%;padding-bottom:15px;}
.block.encounter p {width: 100%;}
.block.encounter h2 {line-height: 1.1em;}
.table.season, .table, .table.group, .table.disabled {width:100%;}
.contact-form {padding: 10px 10px;}
.ui-tabs .ui-tabs-nav li {font-size: 1em;margin: 1px 4px 0 0;}
.ui-tabs .ui-tabs-nav li a {padding: 6px 7px;}
li.listing-item:nth-child(odd) {float: none; margin: 20px 0;}
li.listing-item:nth-child(even) {float: none; margin: 20px 0;}
li.listing-item {width:100%;}
ul.display-posts-listing {margin:0;}
p.excerpt {font-size:0.9em;}
.mtphr-dnt-rotate .mtphr-dnt-tick, .mtphr-dnt-scroll .mtphr-dnt-tick {width: 100%!important; padding: 0 10px!important; height: 65px!important;}
h3.mtphr-dnt-title.mtphr-dnt-inline-title {display:none;}
.widget_em_widget {max-width: 100%; margin: 25px 0;height: auto;}
.widget_em_widget p {line-height:1.2em;}
.spot-find-orange {margin:1px 0; max-width:100%;padding: 10px 20px 20px 25px; height: auto; background-color:#f6f5f2;}
.spot-find-orange p {line-height: 1.2em;}
.homepage-bottom-spots {margin: 10px 4%;}
.image-slider {padding-bottom: 70px;}
.search-site {display:none;}
.contact-form .column-1 {width: 100%;}
.education-content {float: left;width: 100%;}
.block.app {height: 210px;}
.block.app img {float: none; margin: -20px -20px -30px;width:auto;}
.widget_text {display:none;}
.block.home h3 {max-width: 100%; font-size: 1.7em;}
.accordion {width: 100%; margin: 0;}
.homepage-top-spots {background-color:#fff;}
.block.tophome {max-width: 95%;}
.block.tophome.find { margin: 20px 0 0 0; border-top: 2px solid #f6f5f2; border-radius: 0; padding-left: 21px; height: 170px; max-width: 100%; background-color: #f6f5f2;}
.block.tophome.newsletter { margin:0; border-radius: 0; padding-left: 21px; height: 170px; max-width: 100%; background-color: #f0efe9;}
.block.tophome.book {padding: 0 0 0 21px; height: 128px; max-width: 93%;  background-image: url('http://www.cotswoldwildlifepark.co.uk/wp-content/themes/cotswold/img/green-arrow.png');  background-repeat: no-repeat;  background-position: right 0;  background-size: 10%;}
.logo-header {width: 39%; margin: 0 auto; top: 11px; position:absolute; left:31%;}
		input.button.newsletter {width: 24%;right: 20px; top: 117px;}
		input.newsletter {width:100%;}
	.video iframe {max-width: 100%;}
	.image-runnerup {margin-top:20px;}
	.photo-image-landscape.bottom.clear {margin-bottom: 25px;}
	.photo-image.clear {margin-bottom: 20px;}
.recaptcha iframe {width: 80%;}
}
@media only screen and (max-width:480px) and (min-width: 375px) {
	.block.home {margin: 10px 0;}
	.search-site {right: 9px;}
	.text-box {float: left; width: 100%;}
	.block.tophome {max-width: 95%;}
.recaptcha iframe {width: 100%;}
}
@media only screen and (min-width:568px) {
		.main-image h1 {font-size:2.2em;}
		.search-site {margin-right:20px; position:absolute; right:0; padding:20px; top:0;}
		.logo {max-width: 260px; padding: 30px 20px 0; margin: 0;}
		.block.page.right {margin: 0 0 20px;}
		.mtphr-dnt-rotate .mtphr-dnt-tick, .mtphr-dnt-scroll .mtphr-dnt-tick {width: 100%!important; padding:0 10px !important; height: 45px!important;}
		.homepage-bottom-spots {margin: 10px 15px;}
		.block.home {margin-right: 0;margin-left: 0; height: 117px;}
		.block.home h3 {max-width: 100%; font-size: 1.6em; padding-left: 150px;}
		.block.home p {padding-left: 150px;}
		.block.home img {display:block;width: 145px;border-radius: 8px 0 0 8px;}
		.logo-header {left:23%;}
		.block.tophome.newsletter {height: 165px;}
		.block.tophome.book {height: 160px;max-width: 50%;background-size: 8%; background-position: right 5px;}
		.block.tophome.find {margin: 3px 0 0 0; max-width: 50%; background-color: transparent;}
		input.button.newsletter {width: 14%;right: 72px; top: 97px;}
		input.newsletter {width:81%;margin-left:42px;}
		.homepage-top-spots {background-color: #f6f5f2;}
		.block.page {margin: 0 10px 20px 0; max-width: 165px;}
		.block.page a, .block.page a:hover {background-position: 115px 282px;}
		.block.encounter img {max-width: 215px; border-radius: 0 8px 8px 0; margin-bottom: 0; margin-left:15px;}
		.block.encounter {padding-bottom:0;}
		.block.encounter h3 {line-height: 0em;}
}

@media only screen and (min-width:768px) {
	.strapline {display: none;}
	.main-image {display:block;}
	.owl-theme .owl-controls {display:block !important;}
	.block.home {max-width:170px; margin-right: 3px; background: url("img/white-arrow.png") no-repeat scroll 118px 146px rgba(0, 0, 0, 0.8);margin-left: 30px; height: 330px;}
	.block.home p {max-width: 100%;}
	.block {margin-right: 25px;}
	.block.home h3 {padding:0; max-width: 130px;}
	.block.home p {padding:0;}
	h2 {font-size: 1.7em;}
	h3 {font-size: 1.5em;}
	.main-image h1 {padding-left: 15px;width: 100%;font-size:2.7em;}
	.widget_text {max-width:31%;margin-left:8px;display:block;}
	.widget_em_widget {max-width: 247px;margin:0 0 0 15px;height:306px;}
	.widget_em_widget p {line-height:1.4em;}
	.spot-find-orange {max-width: 220px; margin-left: 15px;}
	.spot-find-orange p {line-height: 1.4em;}
	.spot-find-orange h4 {margin:0;}
	.middle-panel {padding: 20px 0 0 0; border-top: 1px solid #e8e8e8;}
	.footer-menu li {list-style:none; display: inline; border-right: 1px solid #e8e8e6; padding: 0 9px; font-size:1em;}
	.footer-address img {float:left;margin-bottom:20px;}
	.footer-address {width: 50%;}
	.main-image {width: 100%;left: 0;}
	.main-image img {height: 300px;}
	.ui-tabs .ui-tabs-nav li {font-size: 1.3em;margin: 1px 4px 0 0;}
	.ui-tabs .ui-tabs-nav li a {padding: 6px 20px;}
	.trip-advisor-widget {float: right; margin: 15px 0;}
	.sfmsb_widget {float:right;}
	li.listing-item:nth-child(odd) {float: left;}
	li.listing-item:nth-child(even) {float: right;}
	li.listing-item {width:49%;margin:10px 0;}
	ul.display-posts-listing {margin:0;}
	.animal-block {margin-right: 30px; margin-bottom:20px;}
	.main-content.animal ul {float: right; width: 47%;}
	.contact-form {padding: 10px 30px;}
	p.excerpt {font-size: 1em;}
	.homepage-bottom-spots {margin: 20px 17px;}
	h3.mtphr-dnt-title.mtphr-dnt-inline-title {display:block;}
	.mtphr-dnt-rotate .mtphr-dnt-tick, .mtphr-dnt-scroll .mtphr-dnt-tick {padding:0!important;}
	.block.home {margin: 0 1%;}
	.image-slider {padding-bottom: 150px;}
	.contact-form .column-1 {width: 33%;}
	.education-content {float: right; width: 63%;}
	.text-box {float: right; width: 62%;}
	.block.app {height: 115px;}
	.block.app img {float: right; margin: 0; width:143px;}
	.accordion {width: 90%; margin: 0 20px 90px;}
	.logo-header {width: 18%; left: 41%;}
	.block.encounter img {max-width: 215px; border-radius: 0 8px 8px 0; margin-bottom: 0; margin-left:15px;}
	.block.encounter h3 {line-height: 1em;}
	.block.encounter h2 {line-height: 1.1em;}
	.block.tophome.book {background-size: 6%;}
	.block.tophome.find {margin-left:20px;max-width: 45%;}
	.block.home img {width:100%;border-radius:0 0 8px 8px;}
	.block.page {margin: 0 10px 20px 0; max-width: 230px;}
	.block.page a, .block.page a:hover {background-position: 175px 282px;}
	.image-runnerup {margin-top:0;}
	.photo-image-landscape.bottom.clear {margin-bottom: 0;}
	.photo-image.clear {margin-bottom: 0px;}
		.recaptcha iframe {width: 100%;}
}
@media only screen and (min-width:960px) {
	.block.home {max-width:212px; background: url("img/white-arrow.png") no-repeat scroll 160px 16px rgba(0, 0, 0, 0.8);}
	.main-content {max-width: 100%;}
	.block.page a, .block.page a:hover {background-position: 175px 282px;}
	.block.encounter img {max-width: 230px;}
}
@media only screen and (min-width:1024px) {
	.inner-header {background-image: url("img/HomeHeader.png"); height:160px; display:block;}
	.inner-header.animal-garden {background-image: url("img/aminalHeader.png");}
	.inner-header.plan-visit {background-image: url("img/PlanyourVisitHeader.png");}
	.inner-header.whats-on {background-image: url("img/WhatsOnHeader.png");}
	.inner-header.get-involved {background-image: url("img/GetInvolvedHeader.png");}
	.inner-header.education {background-image: url("img/EducationHeader.png");}
	.inner-header.venue {background-image: url("img/VenueHIreHeader.png");}
	.inner-header.conservation {background: url("img/ConservationHeader.png") no-repeat scroll right bottom #f0efe9;}
	.strapline {display: block;}
	.block.home {max-width: 225px; margin-right: 12px; background: url("img/white-arrow.png") no-repeat scroll 170px 18px rgba(0, 0, 0, 0.8);}
	nav li {padding: 10px 12px 10px 13px;}
	.block.page {margin-right: 12px;max-width:198px;}
	.section-3 {padding: 0 20px; margin: 50px auto;}
	.widget_em_widget {  max-width: 31%; margin-left: 33px;}
	.spot-find-orange {max-width: 300px; margin:0;}
 	.widget_text {margin-left:33px;}
	.main-content{max-width:720px;padding: 0 50px;}
	.footer-address {width: 50%;}
	.footer-address img {margin-bottom:0;}
	.block.page a {background-position: 150px 282px;}
	.footer-menu li {padding: 0 10px; font-size:1.1em;}
	.logo {padding:20px; text-align:left;}
	.middle-panel {padding: 20px 0 0;}
	.main-content.animal ul {width: 44%;}
	.block.encounter p {width:67%;}
	.homepage-bottom-spots {margin: 0;}
	.search-site {display:block;}
	.main-content {max-width: 760px;}
	.block.tophome.book {height: 185px; max-width: 312px; width: 100%; padding: 15px 20px; background-color: transparent;background-size: 8%;background-position: 268px 19px;  margin-left: 20px;}
	.homepage-top-spots {background-color: transparent;}
	.block.tophome.find {margin: 20px 10px 0;border:none;height: 185px;max-width: 312px;}
	.block.tophome.newsletter {margin: 20px 0 0; height: 185px; max-width: 312px; padding: 15px 20px; background-color: transparent;}
	input.newsletter {width: 100%; margin-left: 0;}
	input.button.newsletter {width: 24%;  right: 20px;  top: 117px;}
	
}


@media only screen and (min-width:1140px) {
	.block.home {margin-right: 30px;}
 	nav li {padding: 10px 14px;}
 	h2 {font-size:1.8em;}
 	.section-3 {padding: 0; margin: 20px auto 50px;}
 	.widget_text {margin-left:24px;  max-width: 310px;}
 	.widget_em_widget {  max-width: 330px; margin-left: 24px;}
	.spot-find-orange {max-width: 330px;}
	.main-content{max-width:760px;}
 	.block.page { margin-right: 10px;max-width:213px;}
 	footer-address {width: 68%;}
	.block.page a, .block.page a:hover {background-position: 165px 282px;}
	.main-content.animal ul {width: 47%;}
	.middle-panel {padding: 20px 0 0;}
	.spot-find-orange h4 {margin: 5px 0 0 0;}
	.block.tophome.book {margin-left:0;}
	.block.tophome.find {margin: 20px 60px;}
	.main-image img {height: 450px; object-position: 0 -50px;}
}
@media only screen and (min-width:1280px) {


}
@media only screen and (min-width:1500px) {
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 25px 25px;
}
.alignleft {
	float:left;
	margin:5px 30px 30px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}