
/*
 * Theme Name: Compton Acres
 */
body {
	font-family: "Lato", sans-serif;
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
}

:focus {
	outline: none;
}

/* Foundation */
[class*="column"] + [class*="column"]:last-child {
	float: left;
}

.column, .columns {
	min-height: 1px;
}

.hidden, section {
	opacity: 0;
}

.visible {
	opacity: 1;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* Lightbox */
.lightbox-background {
	display: none;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 9997;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.lightbox-close {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 50px;
	top: 50px;
	height: 67px;
	width: 67px;
	background: url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/close.png") no-repeat center center;
}

.lightbox-close.nitro-lazy {
	background: none !important;
}

.lightbox-close a {
	display: block;
	height: 100%;
	width: 100%;
}

.lightbox-prev {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 50%;
	margin-top: -35px;
	background: #ae2734;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.lightbox-next {
	display: none;
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 50%;
	margin-top: -35px;
	background: #ae2734;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.lightbox-prev:hover {
	background: #df3243;
}

.lightbox-prev img {
	padding: 28px 17px;
}

.lightbox-next:hover {
	background: #df3243;
}

.lightbox-next img {
	padding: 28px 17px;
}

.lightbox-content {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.lightbox-content .row {
	height: 100%;
}

.lightbox-content img {
	opacity: 0;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 90%;
}

.lightbox-video-content {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.lightbox-video-content .row {
	height: 100%;
}

.lightbox-video-content iframe {
	opacity: 0;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	max-height: 90%;
}

.lightbox-content .caption {
	opacity: 0;
	color: #fff;
	margin: 20px auto;
	font-size: 14px;
}

/* Header */
header {
	position: relative;
}

header .logo {
	padding-top: 22px;
}

header .weather {
	text-align: right;
}

header .weather .forecast {
	float: right;
	padding: 9px 20px 0 0;
}

header .weather .forecast ul {
	list-style-type: none;
	text-align: right;
	margin: 0;
	font-size: 12px;
}

header .weather .forecast ul li {
	display: inline-block;
	text-align: left;
	font-weight: 700;
	line-height: 1.2em;
}

header .weather .forecast ul li img {
	float: left;
	width: 61px;
}

header .weather .forecast ul li .day-temp {
	float: left;
	width: 40px;
	padding-top: 3px;
}

header .weather .info {
	float: right;
	padding: 10px 10px 0;
	line-height: 38px;
	background: #f3f1ed;
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	color: #ddd;
	font-size: .875em;
}

header .weather .info a {
	color: #363636;
	margin: 0 6px;
	transition: all .15s;
	-webkit-transition: all .15s;
}

header .weather .info a:hover {
	color: #000;
}

header .search {
	text-align: right;
	line-height: 74px;
	padding-top: 11px;
	font-size: 1.49em;
}

header .search img {
	margin-right: 8px;
}

header .search input[type='text'] {
	background: #fff;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	border-right: 0;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	width: 210px;
	padding: 0;
	padding: 0 10px;
	margin: 0;
}

header .search input[type='submit'] {
	background: #fff url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/search-mag.png") center center no-repeat;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 0;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	width: 93px;
	padding: 0;
	margin: 0;
	margin-right: 32px;
	margin-bottom: 20px;
}

header .search input[type='submit'].nitro-lazy {
	background: none !important;
}

header .search input[type='submit']:hover {
	cursor: pointer;
}

header .menu {
	background: #f3f1ed;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

header .menu nav {}

header .menu nav ul {
	display: table;
	width: 100%;
	margin: -1px 0;
}

header .menu nav ul li {
	text-align: center;
	display: table-cell;
	min-width: 60px;
	line-height: 60px;
}

header .menu nav ul li.current-menu-item, header .menu nav ul li.current-menu-ancestor, header .menu nav ul li.current-menu-parent {
	position: relative;
	line-height: 46px;
}

header .menu nav ul li.current-menu-item:after, header .menu nav ul li.current-menu-ancestor:after, header .menu nav ul li.current-menu-parent:after {
	content: "";
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: 0px;
	border-bottom: 7px solid #ae2734;
}

/*
header .menu nav ul li.current-menu-item,
header .menu nav ul li.current-menu-ancestor,
header .menu nav ul li.current-menu-parent	{ border-bottom: 7px solid #ae2734; line-height: 46px; }
*/
header .menu nav ul li.current-menu-item:hover, header .menu nav ul li.current-menu-ancestor:hover, header .menu nav ul li.current-menu-parent:hover {
	border-bottom: 0;
	line-height: 60px;
}

header .menu nav ul li a {
	display: block;
	color: #333;
	font-size: 1em;
	transition: all .15s;
	-webkit-transition: all .15s;
}

header .menu nav ul li:hover a {
	color: #ddd;
	background: #ae2734;
}

header .menu nav ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 10;
	background: #3f4545;
	width: 280px;
	transition: opacity .15s;
	-webkit-transition: opacity .15s;
}

header .menu nav ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

header .menu nav ul li ul li {
	display: block;
	text-align: left;
}

header .menu nav ul li ul li a, header .menu nav ul li:hover ul li a {
	color: #fff;
	padding-left: 20px;
	background: #3f4545;
}

header .menu nav ul li ul li a:hover {
	background: #ae2734;
}

header .menu nav ul ul li.current-menu-item:after, header .menu nav ul ul li.current-menu-ancestor:after, header .menu nav ul ul li.current-menu-parent:after {
	border-bottom: none;
}

header .menu nav ul ul li.current-menu-item:hover, header .menu nav ul ul li.current-menu-ancestor:hover, header .menu nav ul ul li.current-menu-parent:hover {
	border-bottom: 0;
	line-height: 46px;
}

header .burger {
	display: none;
	z-index: 10;
	margin: 20px 20px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}

header .burger span {
	height: 3px;
	border-radius: 5px;
	background: #494949;
	margin: 0 0 7px;
	display: block;
}

.right-off-canvas-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.right-off-canvas-menu ul li {
	border-bottom: 1px solid #404040;
	margin: 0;
	padding: 0;
}

.right-off-canvas-menu ul li a {
	display: block;
	color: #fff;
	padding: 11px 20px;
}

.right-off-canvas-menu ul li ul {
	padding-left: 10px;
}

.right-off-canvas-menu ul li ul li {
	border-top: 1px solid #404040;
	margin: 0;
	padding: 0;
}

.right-off-canvas-menu ul li ul li:last-child {}

/* Front Page */
.home-banners {
	opacity: 0;
	height: 480px;
	width: 100%;
	position: relative;
}

.home-banners .arrow-left {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 50%;
	margin-top: -51px;
}

.home-banners .arrow-left a {
	display: block;
	background: #ae2734;
	line-height: 102px;
	padding: 0 27px 0 21px;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.home-banners .arrow-left a:hover {
	background: #df3243;
}

.home-banners .arrow-right {
	position: absolute;
	z-index: 9;
	right: 0;
	top: 50%;
	margin-top: -51px;
}

.home-banners .arrow-right a {
	display: block;
	background: #ae2734;
	line-height: 102px;
	padding: 0 21px 0 27px;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.home-banners .arrow-right a:hover {
	background: #df3243;
}

.home-banners .banner {
	display: none;
	height: 480px;
	position: relative;
	width: 100%;
}

.home-banners .banner:first-child {
	display: block;
}

.home-banners .banner .contain {
	display: none;
	height: 406px;
	padding-top: 94px;
}

.home-banners .banner .content {
	height: 100%;
	background: rgba(0, 0, 0, .65);
	padding: 27px;
}

.home-banners .banner .content h2 {
	color: #fff;
	font-size: 2.125em;
	letter-spacing: -.015em;
	line-height: 1.2em;
}

.home-banners .banner .content p {
	color: #fff;
	font-size: 1.125em;
	line-height: 1.44em;
}

.home-banners .banner .content a.find {
	color: #fff;
	text-transform: uppercase;
	background: #ae2734;
	font-size: .875em;
	line-height: 41px;
	display: inline-block;
	padding: 0 19px;
}

.home-banners .banner .content a.find:hover {
	background: #df3243;
}

.home-banners .banner .pagination {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.home-banners .banner .pagination ul {
	text-align: center;
	margin: 0;
	list-style-type: none;
}

.home-banners .banner .pagination ul li {
	display: inline-block;
	margin: 0 3px;
}

.home-banners .banner .pagination .dot {
	padding: 7px;
	border-radius: 50%;
	background: #fff;
}

.home-banners .banner .pagination .dot#active {
	background: #ae2734;
}

.information {
	background: #ccc url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/whats-on-background.png") center center no-repeat;
	background-size: cover;
}

.information.nitro-lazy {
	background: none !important;
}

.information .title {
	white-space: nowrap;
	top: 0;
}

.information .title h2 {
	display: inline-block;
	padding-right: 15px;
	line-height: 64px;
	padding-top: 15px;
	color: #ae2734;
	font-size: 1.5em;
	letter-spacing: -.015em;
}

.information .title img {
	vertical-align: 2px;
	margin-right: 2px;
}

#whats-on-carousel ul {
	margin: 0;
}

.information .whats-on {
	width: 33.33333%;
	margin: 0;
	margin-bottom: 49px;
}

.information .whats-on a {
	display: block;
	padding-right: 20px;
	height: 100%;
	width: 100%;
	position: relative;
}

.information .whats-on .image {
	height: 131px;
	border-top: 2px solid #024830;
}

.information .whats-on a:hover .image {
	border-top: 2px solid #ae2734;
}

.information .whats-on .text {
	background: #fff;
	font-size: 1.5em;
	color: #3f4545;
	line-height: 25px;
	padding: 12px 9px 70px 9px;
}

.information .whats-on .date {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 9px;
	right: 20px;
	font-size: .9375rem;
	color: #3f4545;
	line-height: 42px;
}

.information .offers {}

.information .offers .offer {
	width: 100%;
	display: none;
	position: relative;
	background: #024830 bottom right no-repeat;
	padding: 0 25px;
}

.information .offers .offer:first-child {
	display: block;
}

.information .offers h3 {
	font-size: 26px;
	color: #fff;
	margin-top: 25px;
}

.information .offers p {
	color: #fff;
	font-size: 17px;
	opacity: .5;
}

.information .offers .get {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.information .offers .get a {
	display: block;
	font-size: 1em;
	color: #505050;
	line-height: 32px;
	padding: 0 20px;
	background: #fff;
	text-transform: uppercase;
}

.information .offers .get a:hover {
	background: #d5d5d5;
}

.welcome {
	margin-bottom: 40px;
	margin-top: 40px;
}

.welcome h1 {
	font-size: 2.5em;
	font-weight: 300;
	color: #494949;
}

.welcome h1 + p {
	font-size: 1.375rem;
	font-weight: 300;
}

.welcome p {
	font-size: 1em;
	font-weight: 400;
}

.link-squares {
	margin-bottom: 68px;
}

.link-squares .square {
	position: relative;
	display: inline-block;
	width: 22.96%;
	margin-right: 2.72%;
	height: 237px;
	margin-bottom: 2.72%;
}

.link-squares .square:last-child {
	margin-right: 0;
}

.link-squares .square a {
	display: block;
	height: 100%;
	width: 100%;
}

.link-squares .square a .link {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	bottom: 0;
	height: 56px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	line-height: 56px;
	text-transform: uppercase;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.link-squares .square a:hover .link {
	background: rgba(66, 66, 66, .6);
}

.special {
	padding: 40px 0;
	text-align: center;
}

.special h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5625rem;
	font-weight: 700;
}

.special h3 {
	color: #fff;
	font-size: 3.3125rem;
	font-weight: 400;
}

.special h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 10px 0 15px;
}

.special p {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.0625rem;
	line-height: 1.25em;
	font-weight: 700;
	margin: 0;
}

.map {
	position: relative;
	margin-top: 14px;
	margin-bottom: 14px;
}

.map .click-prevent {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map  iframe {}

.map .overlay {
	position: absolute;
	z-index: 99999;
	z-index: 400;
	left: 8.8%;
	top: 122px;
	background: #fff;
	text-align: center;
	padding: 36px 68px;
}

.map .overlay h2 {
	font-size: 1.6875em;
	color: #505050;
	text-transform: uppercase;
	border: 0;
}

.map .overlay a {
	font-size: 1.125em;
	color: #505050;
	display: block;
	margin-top: 20px;
}

/* Page Template */
.inner-page {
	margin-top: 30px;
	margin-bottom: 60px;
}

.inner-page .side-menu {}

.inner-page .side-menu ul {
	list-style: none;
}

.inner-page .side-menu ul li {
	line-height: 30px;
}

.inner-page .side-menu ul li a {
	color: #494949;
}

.inner-page .side-menu ul li a:hover {}

.inner-page .side-menu ul li a.current {
	text-decoration: underline;
	font-weight: 700;
}

.inner-page .title {
	border-bottom: 1px solid #e0e0e0;
}

.inner-page .title h1 {
	color: #b32734;
	font-size: 2.8em;
	margin: 0 0 25px;
}

.inner-page .content {
	margin-top: 25px;
}

/* What's On */
.whatson .item {
	width: 23%;
	margin: 0 1% 17px;
}

.whatson .item.w2 {
	width: 48%;
}

.whatson .news-event {
	vertical-align: top;
	position: relative;
	background: #f9f8f6;
	height: 264px;
	border-top: 2px solid #024830;
}

.whatson .news-event:hover {
	border-top: 2px solid #ae2734;
}

.whatson .news-event a {
	display: block;
	height: 100%;
	width: 100%;
}

.whatson .news-event .image {
	padding: 65px;
}

.whatson .news-event .text {
	font-size: 1.5em;
	color: #3f4545;
	line-height: 25px;
	height: 157px;
	padding: 12px 9px 35px 9px;
}

.whatson .news-event .date {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: .9375rem;
	color: #3f4545;
	line-height: 42px;
	padding: 0 9px;
}

.whatson .offer {
	height: 264px;
	position: relative;
	background: bottom right no-repeat;
	padding: 25px;
}

.whatson .offer h3 {
	font-size: 26px;
	color: #fff;
}

.whatson .offer p {
	color: #fff;
	font-size: 17px;
	opacity: .5;
}

.whatson .offer .get {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.whatson .offer .get a {
	display: block;
	font-size: 1em;
	color: #505050;
	line-height: 32px;
	padding: 0 20px;
	background: #fff;
	text-transform: uppercase;
}

.whatson .offer .get a:hover {
	background: #d5d5d5;
}

/*.whatson .upgrade								{ display: inline-block; vertical-align: top; width: 48%; margin-left: 2%; margin-bottom: 30px; height: 289px; position: relative; background: #024830 url('images/offers-background.png') bottom right no-repeat; padding: 25px; }
.whatson .upgrade h3							{ font-size: 1.685em; color: #fff; }
.whatson .upgrade p								{ color: #83a59a; font-size: 1.125em; }
.whatson .upgrade .get							{ position: absolute; bottom: 25px; left: 25px; }
.whatson .upgrade .get a						{ display: block; font-size: 1em; color: #505050; line-height: 32px; padding: 0 20px; background: #fff; text-transform: uppercase; }
.whatson .upgrade .get a:hover					{ background: #d5d5d5; }
.whatson .vouchers								{ display: inline-block; vertical-align: top; width: 48%; margin-left: 2%; margin-bottom: 30px; background: #80105e; overflow: hidden; height: 289px; }
.whatson .vouchers .left						{ width: 56%; position: relative; padding: 25px; height: 289px; }
.whatson .vouchers .left h3						{ font-size: 1.685em; color: #fff; }
.whatson .vouchers .left p						{ color: #c18ab0; font-size: 1.125em;  }
.whatson .vouchers .left .get					{ position: absolute; bottom: 25px; left: 25px; }
.whatson .vouchers .left .get a					{ display: block; font-size: 1em; color: #505050; line-height: 32px; padding: 0 20px; background: #fff; text-transform: uppercase; }
.whatson .vouchers .left .get a:hover			{ background: #d5d5d5; }
.whatson .vouchers .right						{ width: 44%; height: 289px; }
.whatson .combined								{ display: inline-block; vertical-align: top; width: 48%; margin-left: 2%; margin-bottom: 30px; height: 289px; position: relative; background: #024188 url('images/dorset-cruises.jpg') bottom right no-repeat; padding: 25px; }
.whatson .combined h3							{ font-size: 1.685em; color: #fff; }
.whatson .combined p							{ color: #83a2c5; font-size: 1.125em;  }
.whatson .combined .get							{ position: absolute; bottom: 25px; left: 25px; }
.whatson .combined .get a						{ display: block; font-size: 1em; color: #505050; line-height: 32px; padding: 0 20px; background: #fff; text-transform: uppercase; }
.whatson .combined .get a:hover					{ background: #d5d5d5; }*/
.gallery {
	position: relative;
	height: 212px;
	margin-bottom: 50px;
	margin-top: 28px;
	margin-left: -15px;
	margin-right: -15px;
}

.gallery ul {
	margin: 0;
	list-style-type: none;
}

.gallery ul li.photo {
	width: 33.333333%;
	float: left;
}

.gallery ul li.photo a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.gallery .image {
	height: 212px;
	margin: 0 15px;
}

.gallery .nav-left {
	position: absolute;
	z-index: 9;
	left: 15px;
	top: 50%;
	margin-top: -35px;
	background: #ae2734;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.gallery .nav-left:hover {
	background: #df3243;
}

.gallery .nav-left img {
	padding: 28px 17px;
}

.gallery .nav-right {
	position: absolute;
	z-index: 9;
	right: 14px;
	top: 50%;
	margin-top: -35px;
	background: #ae2734;
	transition: all .15s;
	-webkit-transition: all .15s;
}

.gallery .nav-right:hover {
	background: #df3243;
}

.gallery .nav-right img {
	padding: 28px 17px;
}

.gallery a .magnify {
	display: none;
	position: absolute;
	height: 100%;
	left: 15px;
	right: 15px;
	top: 0;
	background: rgba(0, 0, 0, .5) url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/magnify.png") no-repeat center center;
}

.gallery a .magnify.nitro-lazy {
	background: none !important;
}

.gallery a .play {
	position: absolute;
	height: 100%;
	left: 15px;
	right: 15px;
	top: 0;
	background: url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/play.png") no-repeat center center;
}

.gallery a .play.nitro-lazy {
	background: none !important;
}

.gallery a .play:hover {
	background: rgba(0, 0, 0, .5) url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/play.png") no-repeat center center;
}

.gallery a .play:hover.nitro-lazy {
	background: none !important;
}

/* Gardens */
#garden-photos-carousel-mobile {
	display: none;
}

.gardens {
	margin-bottom: 29px;
	margin-top: 32px;
}

.gardens h2 {
	font-size: 2.625em;
	color: #ae2734;
	line-height: 1em;
	letter-spacing: -.015em;
	margin: 0;
}

.gardens .garden {
	margin-top: 29px;
	background: #f9f8f6;
	border: 1px solid #efeeed;
	padding: 26px 24px;
}

.gardens .garden h2 {
	font-size: 1.625em;
	color: #333;
	font-weight: 400;
	margin: 0;
}

.gardens .garden .image {
	margin-top: 25px;
	padding: 31.077%;
}

.gardens .garden p {
	color: #333;
	font-size: .9375em;
	margin-top: 20px;
}

.gardens .garden a.visit {
	color: #ae2734;
	font-weight: 700;
}

.gardens .sculpture {
	margin-top: 30px;
	padding: 25px 30px;
	background: #9b2e1e url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/gardens-sculpture-background.jpg") top right no-repeat;
	display: inline-block;
	width: 48.98%;
	float: left;
}

.gardens .sculpture.nitro-lazy {
	background: none !important;
}

.gardens .sculpture h3 {
	font-size: 1.625em;
	color: #fff;
}

.gardens .sculpture p {
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	margin-right: 58%;
}

.gardens .sculpture a.see {
	font-size: 15px;
	line-height: 48px;
	color: #fff;
}

.gardens .walks {
	margin-top: 30px;
	padding: 25px 30px;
	background: #046874 url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/gardens-walks-background.jpg") center right no-repeat;
	display: inline-block;
	width: 48.98%;
	float: right;
}

.gardens .walks.nitro-lazy {
	background: none !important;
}

.gardens .walks h3 {
	font-size: 1.625em;
	color: #fff;
}

.gardens .walks p {
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	margin-right: 54%;
}

.gardens .walks a.see {
	font-size: 15px;
	line-height: 48px;
	color: #fff;
}

/* Individual Garden */
.garden {
	margin-top: 32px;
}

.garden .title {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	padding-bottom: 17px;
}

.garden .title .heading {
	float: left;
	display: inline-block;
}

.garden .title .heading h2 {
	font-size: 2.625em;
	color: #ae2734;
	line-height: 1em;
	letter-spacing: -.015em;
	margin: 0;
}

.garden .title .back {
	position: absolute;
	right: 0;
	bottom: 17px;
}

.garden .title .back a {}

.garden .subtitle {
	margin-top: 18px;
}

.garden .subtitle p {
	font-size: 1.3125em;
	color: #505050;
	line-height: 29px;
}

.garden .content {
	padding-right: 15px;
}

.garden .content p {
	font-size: 1rem;
	line-height: 1.5em;
	margin-bottom: 1.25rem;
	color: #6d6d6d;
}

.garden .content p:first-child {
	font-size: 1.25rem;
	line-height: 1.45em;
	margin-bottom: 1.25rem;
	color: #474747;
}

.garden .side {}

.garden .side .menu {
	position: relative;
	height: 214px;
	margin-bottom: 22px;
	padding: 18px 22px;
	color: #fff;
	font-size: 1.6875em;
}

.garden .side .menu .link {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.garden .side .menu .link a {
	display: block;
	font-size: .95rem;
	color: #fff;
	line-height: 32px;
	padding: 0 20px;
	background: #ae2734;
	text-transform: uppercase;
}

.garden .side .menu .link a:hover {
	background: #df3243;
}

.garden .side .bookings {
	position: relative;
	height: 216px;
	margin-bottom: 22px;
	padding: 18px 22px;
	color: #fff;
	font-size: 1.6875em;
}

.garden .side .bookings span {
	text-shadow: 2px 3px 2px rgba(0, 0, 0, .75);
}

.garden .side .bookings .link {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.garden .side .bookings .link a {
	display: block;
	font-size: .95rem;
	color: #505050;
	line-height: 32px;
	padding: 0 20px;
	background: #fff;
	text-transform: uppercase;
}

.garden .side .bookings .link a:hover {
	background: #d5d5d5;
}

.garden .content input[type='submit'] {
	display: inline-block;
	color: #fff;
	background: #ae2734;
	font-size: .9375em;
	text-transform: uppercase;
	border: 0;
	line-height: 29px;
	padding: 0 19px;
}

.garden .content input[type='submit']:hover {
	background: #df3243;
	cursor: pointer;
}

.garden .content input[type='email'], .garden .content textarea, .garden .content input[type='text'], .garden .content select {
	margin-bottom: 20px;
	margin-bottom: 9px;
	width: 100%;
	color: #404040;
	border: 0;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	font-size: 14px;
}

.garden .content textarea {
	height: 90px;
}

.garden .content .wpcf7-form-control-wrap {
	float: left;
	width: 49%;
}

.garden .content .wpcf7-form-control-wrap:nth-child(2n) {
	float: right;
}

.garden .content ::-webkit-input-placeholder {
	color: #404040;
}

.garden .content :-moz-placeholder {
	color: #404040;
	opacity: 1;
}

.garden .content ::-moz-placeholder {
	color: #404040;
	opacity: 1;
}

.garden .content :-ms-input-placeholder {
	color: #404040;
}

.garden .tour {
	margin: 1em 0;
}

/* Plan your Visit */
.plan {
	margin-bottom: 60px;
}

.plan .banner {
	margin-bottom: 50px;
}

.plan .banner h2 {
	line-height: 168px;
	color: #fff;
	font-size: 3.375em;
	letter-spacing: -.015em;
	font-style: italic;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, .75);
	margin-left: 30px;
}

.plan .side-menu {}

.plan .side-menu ul {
	list-style: none;
	margin: 0;
}

.plan .side-menu ul li {
	line-height: 30px;
}

.plan .side-menu ul li a {
	color: #333;
}

.plan .side-menu ul li a:hover {
	color: #888;
}

.plan .side-menu ul li.current_page_item {
	text-decoration: underline;
}

.plan .title {
	padding-bottom: 23px;
	border-bottom: 1px solid #e0e0e0;
}

.plan .title h1 {
	margin: 0;
	font-size: 2.625em;
	line-height: 1em;
	color: #ae2734;
}

.plan .content {
	padding-top: 30px;
}

.plan .content p {}

.plan .content h1 {}

.plan .content h2 {}

.plan .content h3 {}

.plan .content h4 {
	color: #474747;
	font-size: 1.25rem;
	font-weight: 700;
}

.plan .content h5 {}

.plan .content h6 {}

.plan .content ul {
	padding-left: 15px;
}

.plan .content ul li {
	color: #6d6d6d;
	font-size: 1rem;
	padding: 4px 0;
	padding-left: 15px;
}

.plan .content ol {
	padding-left: 15px;
}

.plan .content ol li {
	color: #6d6d6d;
	font-size: 1rem;
	padding: 4px 0;
	padding-left: 15px;
}

.plan .content table {
	border: 0;
	border-collapse: collapse;
}

.plan .content table tr:nth-child(even) {
	background: #fff;
}

.plan .content table tr:nth-child(odd) {
	background: #f0f0f0;
}

.plan .content table.menus {
	border: 0;
	border-spacing: 20px;
	border-collapse: initial;
}

.plan .content table.menus tr:nth-child(odd) {
	background: #fff;
}

.plan .content table.menus tr td {
	border: 1px solid #efeeed;
	padding: 26px 24px;
}

.plan .content table.menus tr td img {
	height: auto;
	width: 100%;
}

.plan .content table th {
	background: #fff;
	font-size: 1rem;
	color: #8e8e8e;
}

.plan .content table td {
	font-size: 1.25rem;
	color: #474747;
	font-weight: 700;
	padding: 14px 11px;
}

.plan .content table td p {
	font-size: 1.25rem;
	color: #474747;
	font-weight: 700;
}

/* Gallery */
.photo-gallery {
	padding-bottom: 100px;
}

.photo-gallery .filters {
	background: #3f4545;
	padding: 16px 0;
	margin-bottom: 20px;
}

.photo-gallery .filters ul {
	text-align: center;
	margin: 0;
}

.photo-gallery .filters ul li {
	display: inline-block;
}

.photo-gallery .filters ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 16px;
}

.photo-gallery .filters ul li a:hover {
	background: #333;
}

.photo-gallery .filters ul li a.active {
	background: #ae2734;
}

.photo-gallery .item {
	width: 31.33333%;
	margin: 0 1% 17px;
	background: no-repeat center center;
	background-size: cover;
}

.photo-gallery .item a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}

.photo-gallery .item a .magnify {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5) url("https://cdn-iledljj.nitrocdn.com/jSgasPWuSNSbHupBhsjPKaOUKIwSCAsL/assets/images/optimized/rev-6f70fd8/www.comptonacres.co.uk/wp-content/themes/comptonacres/images/magnify.png") no-repeat center center;
}

.photo-gallery .item a .magnify.nitro-lazy {
	background: none !important;
}

/*Contact*/
.contact-form input[type='submit'], .wpcf7-form input[type='submit'] {
	margin-top: 20px;
	display: inline-block;
	color: #fff;
	background: #ae2734;
	font-size: .9375em;
	text-transform: uppercase;
	border: 0;
	line-height: 29px;
	padding: 0 19px;
}

.contact-form  input[type='submit']:hover {
	background: #df3243;
	cursor: pointer;
}

.contact-form  input[type='email'], .contact-form textarea, .contact-form input[type='text'] {
	margin-bottom: 20px;
	margin-bottom: 9px;
	width: 100%;
	color: #404040;
	border: 0;
	border: 1px solid #e0e0e0;
	background: #fff;
	line-height: 35px;
	font-size: 12px;
}

.contact-form textarea {
	height: 90px;
}

.contact-form  ::-webkit-input-placeholder {
	color: #404040;
	text-transform: uppercase;
}

.contact-form  :-moz-placeholder {
	color: #404040;
	opacity: 1;
	text-transform: uppercase;
}

.contact-form  ::-moz-placeholder {
	color: #404040;
	opacity: 1;
	text-transform: uppercase;
}

.contact-form  :-ms-input-placeholder {
	color: #404040;
	text-transform: uppercase;
}

#wpcf7-f2688-p2689-o1  input[type='submit'] {
	display: inline-block;
	color: #fff;
	background: #ae2734;
	font-size: .9375em;
	text-transform: uppercase;
	border: 0;
	line-height: 29px;
	padding: 0 19px;
}

/* Footer */
footer {
	background: #404040;
	padding: 57px 0 100px;
	color: #fff;
}

footer a {
	color: #fff;
}

footer h5 {
	text-transform: uppercase;
	color: #fff;
}

footer ul {
	list-style: none;
	margin: 0;
}

footer ul li {}

footer ul li a {
	text-transform: uppercase;
	color: #fff;
	font-size: .875em;
}

footer .copy {
	font-size: .625em;
	margin-bottom: 40px;
}

footer .mailing {
	-webkit-transform: translate(-10px, 0);
}

footer .mailing input[type='submit'] {
	display: inline-block;
	color: #fff;
	background: #ae2734;
	font-size: .9375em;
	text-transform: uppercase;
	border: 0;
	line-height: 29px;
	padding: 0 19px;
}

footer .mailing input[type='submit']:hover {
	background: #df3243;
	cursor: pointer;
}

footer .mailing input[type='email'] {
	color: #fff;
}

footer .mailing input[type='text'] {
	width: 100%;
	text-transform: uppercase;
	color: #404040;
	margin-bottom: 9px;
	border: 0;
	background: #fff;
	line-height: 35px;
	font-size: .75rem;
}

footer .mailing ::-webkit-input-placeholder {
	color: #404040;
}

footer .mailing :-moz-placeholder {
	color: #404040;
	opacity: 1;
}

footer .mailing ::-moz-placeholder {
	color: #404040;
	opacity: 1;
}

footer .mailing :-ms-input-placeholder {
	color: #404040;
}

footer .footer-panel {
	padding-right: 5%;
}

footer .footer-panel ul {}

footer .footer-panel ul li {
	display: none;
	font-size: .9em;
}

footer .footer-panel ul li:first-child {
	display: block;
}

footer .footer-panel ul li a {
	color: #ccc;
	text-transform: none;
}

footer .footer-panel ul li a:hover {
	color: #ae2734;
}

footer .enquiries {
	-webkit-transform: translate(-10px, 0);
	font-size: .875em;
}

footer .enquiries span {
	font-size: 1.25rem;
}

footer .enquiries .footer-email {
	text-decoration: underline;
	text-transform: uppercase;
}

footer .enquiries a.social {
	margin-right: 7px;
}

footer .enquiries a.social:hover {
	-webkit-filter: brightness(1.2);
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

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 10px 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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.page-id-2689 .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 19px;
}

.postid-2818 .plan .title h1 {
	color: #9ca35f;
	text-transform: uppercase;
}
