/*	Less Framework 3
	by Joni Korpi
	http://lessframework.com	*/


/*------------------------------------*\
	RESETS
\*------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

figure {position: relative;}
figure img {width: 100%;}

html, body {
	height:100%
}

img {
	max-width: 100%;
	height: auto !important;
}

/*------------------------------------*\
	HIDE MOBILE NAV
\*------------------------------------*/
#mobile-navigation {
	display:none;
}

#mobile-nav:not( .mm-menu ) {
	display: none;
}

/*------------------------------------*\
	MOBILE BOOK TICKETS
\*------------------------------------*/
#mobile-ctas {
	display: none;
}

/*------------------------------------*\
	FORM RESETS
\*------------------------------------*/
form {
	width: 100%;
	float: left;
}

input, select, textarea {
	margin:0; padding:0; font-size:15px; outline:none;
	font-family:inherit;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius: none;
	-webkit-border-radius:0px;
}

.ie9 input[type="text"] { line-height:normal; } /* Get the stuff to line up right */

/*------------------------------------*\
	FORM ELEMENT STYLING
\*------------------------------------*/
label {
	margin: 0 8px;
	font-weight: 300;
}

/* ------------  Inputs and textareas  ------------- */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	background: #96afac;
	border: 2px solid #96afac;
	outline: medium none;
	margin: 6px 0px 10px;
	padding: 8px;
	-webkit-appearance: none;
	color: #FFFFFF;
}

.ie9 input[type="text"] {
	line-height:normal;
} /* Get the stuff to line up right */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: solid 2px #778B7A;
}

/* ------------  Buttons & Submits  ------------  */
input[type="submit"],
input[type="button"] {
	cursor:pointer;
	display: inline-block;
	cursor:pointer;
	border: none;
	margin: 12px 0;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	cursor:pointer;
	font-size: 18px;
	background: #96afac;
	color: #FFFFFF;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: 900;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background: #778B7A;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: jaf-domus, sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #06213c;
	font-weight: normal;
	background-color: #1F0309;
}

.wrapper {
	width: 100%;
	float: left;
	position: relative;
}

p {
	margin: 12px 0;
}

a {
	color: #fccdb5;
	text-decoration: none;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

a:hover {
	color: #7C917F;
}

a.button, button.button {
	font-family: winco, sans-serif;
	cursor:pointer;
	font-size: 16px;
	background: #96afac;
	color: #FFFFFF;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 8px 24px;
	text-decoration: none;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 12px;
	display: inline-block;
}

a.button.buy {
	background: #fccdb5;
}

a:hover.button, button:hover.button {
	background: #fccdb5;
	color: #06213c;
}

a:hover.button.buy {
	background: #96afac;
}

a.button.marlow {
	background-color: #cd94a5;
}

a:hover.button.marlow {
	background-color: #814859;
}

a.button.london {
	background-color: #93cfd1;
}

a:hover.button.london {
	background-color: #478385;
}

a.button.st-albans {
	background-color: #cba8cf;
}

a:hover.button.st-albans {
	background-color: #7f5c83;
}

a.button.reigate {
	background-color: #f4d964;
}

a:hover.button.reigate {
	background-color: #a88d18;
}

a.button.navy {
	background-color: #04203c;
	color: #FFFFFF;
}

a:hover.button.navy {
	background-color: #01060b;
	color: #FFFFFF;
}

h1, h2, h3, h4 {
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #06213c;
}

h1 {
	font-size: 36px;
	line-height: 46px;
}

h2 {
	font-size: 28px;
	line-height: 38px;
}

h3 {
	font-size: 24px;
	line-height: 34px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

/*------------------------------------*\
	FIXED TOP
\*------------------------------------*/
#covid-banner {
	width: 92%;
	float: left;
	padding: 8px 4% 8px 4%;
	z-index: 99999;
	background-color: #06213c;
	color: #96afac;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

#covid-banner span {
	color: #FFFFFF;
	margin-right: 8px;
}

#covid-banner a.button {
	margin-left: 8px;
	padding: 0 12px;
	margin-top: 0;
}

#fixed-nav-wrapper {
	width: 100%;
	float: left;
	padding: 12px 0;
	top: -84px;
	z-index: 99999;
	background-color: #96afac;
	-webkit-transition: top .8s linear;
	-moz-transition: top .8s linear;
	-o-transition: top .8s linear;
	transition: top .8s linear;
}


#nav-location-dates {
	float: left;
	font-size: 16px;
	line-height: 16px;
	margin: 6px 0 0 16px;
	text-transform: uppercase;
	color: #06213c;
	font-family: winco, sans-serif;
	font-weight: 900;
	font-size: 15px;
}

#nav-location-dates .nav-location {
	font-size: 15px;
	float: left;
	margin-left: 12px;
}

#nav-location-dates .nav-dates {
	font-weight: 900;
	float: left;
}

div#fixed-nav-wrapper.home-fixed {
	top: 80px;
}

#fixed-nav-wrapper #alert-text {
	float: left;
	width: 80%;
	margin-left: 20px;
	color: #06213c;
}

#fixed-nav-wrapper.fixed,
#fixed-nav-wrapper.content {
	top: 80px;
}

#fixed-nav-wrapper .fixed-nav-show {
	float: right;
	margin-right: 20px;
}

#fixed-nav-wrapper .fixed-nav-show .show {
	float: left;
}

#fixed-nav-wrapper .fixed-nav-show .show ul,
#fixed-nav-wrapper .fixed-nav-show .show ul li {
	margin: 0;
	padding: 0;
}

#fixed-nav-wrapper .fixed-nav-show .show ul li {
	list-style: none;
	display: inline;
	position: relative;
}

#fixed-nav-wrapper .fixed-nav-show .show ul li a {
	color: #06213c;
	font-family: winco, sans-serif;
	font-weight: 900;
	font-size: 14px;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
	text-decoration: none;
	padding: 13px 12px;
	text-transform: uppercase;
}

#fixed-nav-wrapper .fixed-nav-show a.home {
	height: 19px;
	width: 22px;
	line-height: 19px;
	display: inline-block;
	padding: 0;
	margin: 3px 12px 0 0;
	float: left;
	color: #FFFFFF;
}

#fixed-nav-wrapper .fixed-nav-show .show ul li a:hover,
#fixed-nav-wrapper .fixed-nav-show .show ul li a.active {
	background-color: rgba(255, 255, 255, 0.2);
}

#fixed-nav-wrapper .fixed-nav-show .show ul li ul {
	position: absolute;
	top: 19px;
	right: 0;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	margin: 0;
	padding-top: 20px;
	z-index: 9998;
}

#fixed-nav-wrapper .fixed-nav-show .show ul li ul li,
#fixed-nav-wrapper .fixed-nav-show .show ul li a.active ul li {
	background: #96afac;
	color: #06213c;
	display: block;
	margin: 0;
	text-align: left;
}

#fixed-nav-wrapper .fixed-nav-show .show ul li ul li a,
#fixed-nav-wrapper .fixed-nav-show .show ul li ul li a.active {
	display: block;
	font-size: 13px;
	margin-left: 0;
	line-height: 26px;
	border: none;
	color: #06213c;
	padding: 3px 4%;
	background-image: none;
	width: 92%;
	text-transform: uppercase;
	text-align: right;
}

#fixed-nav-wrapper .fixed-nav-show .show ul li ul li a:hover {
	color: #06213c;
	background-color: rgba(255, 255, 255, 0.2);
}

#fixed-nav-wrapper .fixed-nav-show .show ul li:hover ul,
#fixed-nav-wrapper .fixed-nav-show .show ul li:hover ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#fixed-nav-wrapper .fixed-nav-show .show ul li:hover ul li ul {
	position: absolute;
	top: -20px;
	left: -320px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	margin: 0;
	z-index: 100;
}

#navigation-wrapper {
	position: fixed;
	top: 0;
	z-index: 99999;
	background-color: #ffffff;
	padding: 0;
}

#navigation-wrapper #logo-small {
	float: left;
	margin-left: 20px;
	margin-bottom: 16px;
	margin-top: 26px;
}

#navigation-wrapper #desktop-nav {
	float: right;
	margin-right: 20px;
	padding-top: 5px;
	margin-bottom: 16px;
	margin-top: 16px;
}

#navigation-wrapper #desktop-nav .tour-locations-selector {
	float: left;
	margin-right: 32px;
}

#navigation-wrapper #desktop-nav .desktop {
	float: left;
	margin-right: 18px;
	margin-top: 9px;
}

#navigation-wrapper #desktop-nav .desktop ul,
#navigation-wrapper #desktop-nav .desktop ul li {
	margin: 0;
	padding: 0;
}

#navigation-wrapper #desktop-nav .desktop ul li {
	list-style: none;
	display: inline;
	position: relative;
}

#navigation-wrapper #desktop-nav .desktop ul li a {
	color: #06213c;
	font-family: winco, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 15px;
	margin-right: 12px;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
	text-decoration: none;
}

#navigation-wrapper #desktop-nav .desktop ul li a:hover,
#navigation-wrapper #desktop-nav .desktop ul li a.active {
	color: #96afac;
}

#navigation-wrapper #desktop-nav .desktop ul li ul {
	position: absolute;
	top: 21px;
	left: -10px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	margin: 0;
	padding-top: 30px;
	z-index: 9998;
}

#navigation-wrapper #desktop-nav .desktop ul li ul li {
	background: #96afac;
	display: block;
	margin: 0;
	text-align: left;
}

#navigation-wrapper #desktop-nav .desktop ul li ul li a {
	display: block;
	font-size: 17px;
	margin-left: 0;
	line-height: 26px;
	border: none;
	color: #FFFFFF;
	padding: 3px 4%;
	background-image: none;
	width: 92%;
}

#navigation-wrapper #desktop-nav .desktop ul li ul li a:hover,
#navigation-wrapper #desktop-nav .desktop ul li ul li a.active {
	color: #FFFFFF;
	background: #718072;
}

#navigation-wrapper #desktop-nav .desktop ul li:hover ul,
#navigation-wrapper #desktop-nav .desktop ul li:hover ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#navigation-wrapper #desktop-nav .desktop ul li:hover ul li ul {
	position: absolute;
	top: -30px;
	left: 320px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	margin: 0;
	z-index: 100;
}

.nav-buy {
	float: left;
	margin-right: 0;
}

.nav-buy a.button {
	margin-top: 0;
}

.mobile-navigation-show-wrapper {
	height: 42px;
	line-height: 42px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	z-index: 99999;
	display: none;
}

.mobile-navigation-show-wrapper a.simple-menu {
	color: #FFFFFF;
	text-decoration: none;
	width: 36px;
	height: 42px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}

.mobile-navigation-show-wrapper a.simple-menu {
	background: url(../images/menu_show_hide_bg.png) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
}

#mobile-navigation #mobile-nav a.simple-menu {
	color: #06213c;
	text-decoration: none;
	width: 100%;
	float: left;
}

nav#mobile-nav ul li a {
	color: #FFFFFF;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 17px;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
}

nav#mobile-nav ul li a.close {
	color: #666666;
}

nav#mobile-nav ul li.mm-opened ul li a {
	font-size: 15px;
}

nav#mobile-nav ul li.mm-opened ul li.mm-opened ul {
	background-color: #6BA8BA;
}

nav#mobile-nav ul li.mm-opened ul li.mm-opened ul li a {
	font-size: 14px;
}

nav#mobile-nav ul li a:hover,
nav#mobile-nav ul li a.active {
	color: #344C53;
}

nav#mobile-nav ul li a.mm-subclose,
nav#mobile-nav ul li a:hover.mm-subclose {
	color: #344C53;
}

#mobile-navigation .mobile-book-tickets {
	position: absolute;
	right: 20px;
	top: 44px;
	z-index: 99999;
}

#mobile-navigation .mobile-book-tickets a.book {
	width: 83px;
	height: 24px;
	display: inline-block;
	background: url(https://www.pubintheparkuk.com/assets/images/book-tickets-location-bg.png) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	float: right;

}

#mobile-navigation .mobile-book-tickets a:hover.book {
	background: url(https://www.pubintheparkuk.com/assets/images/book-tickets-location-bg.png) no-repeat bottom;
}

#mobile-navigation .mobile-book-tickets a.book,
#mobile-navigation .mobile-book-tickets a:hover.book {
	width: 83px;
	height: 24px;
	background-size: 100%;
}


/*------------------------------------*\
	HOME VIDEO
\*------------------------------------*/
#overlay {
	height:100%;
	left:0;
	position:relative;
	top:0;
	width:100%;
}

#hero-vid {
	backface-visibility:hidden;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	min-height:100%;
	min-width:100%;
	overflow: hidden;
	padding: 0;
	perspective:1000;
	position:fixed;
	z-index: -102;
}

#hero-vid iframe {
	box-sizing: border-box;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
}

#hero-pic {
	position:fixed;
	display:block;
	height:auto;
	width:100%;
	min-height:100%;
	min-width:100%;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	z-index:-102;
}

#strapline-wrapper {
	width: 90%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFFFFF;
	font-weight: 500;
	padding: 0 5%;
	opacity: 1;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	-o-transition: opacity .6s linear;
	transition: opacity .6s linear;
}

#strapline-wrapper {
	opacity: 0;
	-webkit-animation: fadein 5s 3s forwards;
	-moz-animation: fadein 5s 3s forwards;
	-ms-animation: fadein 5s 3s forwards;
	animation: fadein 5s 3s forwards;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

#strapline-wrapper, #strapline-wrapper p, .location-hero-slider .theslider .slide-content .slide-content-copy, .location-hero-slider .theslider .slide-content .slide-content-copy p {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}

#strapline-wrapper h1, #strapline-wrapper h2, #strapline-wrapper h3, #strapline-wrapper h4, .location-hero-slider .theslider .slide-content .slide-content-copy h1, .location-hero-slider .theslider .slide-content .slide-content-copy h2, .location-hero-slider .theslider .slide-content .slide-content-copy h3, .location-hero-slider .theslider .slide-content .slide-content-copy h4 {
	color: #FFFFFF;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

#strapline-wrapper h1,
.location-hero-slider .theslider .slide-content .slide-content-copy h1 {
	font-size: 78px;
    line-height: 78px;
    margin: 6px 0;
}

#strapline-wrapper h2,
.location-hero-slider .theslider .slide-content .slide-content-copy h2 {
	font-size: 60px;
    line-height: 60px;
    margin: 6px 0;
}

#strapline-wrapper h3,
.location-hero-slider .theslider .slide-content .slide-content-copy h3 {
	font-size: 48px;
    line-height: 48px;
    margin: 6px 0;
}

#strapline-wrapper h4,
.location-hero-slider .theslider .slide-content .slide-content-copy h4 {
	font-size: 36px;
    line-height: 36px;
    margin: 6px 0;
}

#strapline-wrapper p a.button, #strapline-wrapper a.button {
	text-shadow: none;
}

#discover {
	position:absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -17px;
}

#discover a {
	width: 34px;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

#hero-social-wrapper {
	bottom:20px;
	font-size:16px;
	right:28px;
	position:absolute;
}

.hero-social {
	float: left;
	margin-left: 15px;
}

.hero-social a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #06213c;
	border-radius: 50%;
}

.hero-social a:hover {
	color: #FFFFFF;
	background: #96afac;
}

.hero {
	margin-top: 108px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

body.brand .hero {
	margin-top:57px;
}

.hero.no-image {
	background: #7C917F;
}

.logo {
	padding: 15% 20px;
	text-align: center;
}

.logo h1 {
	color: #FFFFFF;
	font-size: 46px;
	line-height: 46px;
	margin: 32px 0;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	z-index: 2;
	position: relative;
}

.logo p {
	color: #FFFFFF;
	font-size: 24px;
}

.logo p.michelin-star-text {
	font-size: 50px;
}

.hero.no-image .logo {
	padding: 2% 20px;
}

.hero.no-image .logo h1 {
	text-shadow: none;
	color: #06213c;
}

/*------------------------------------*\
	BREADCRUMBS
\*------------------------------------*/
#breadcrumb_wrapper {
	width: 100%;
	float: left;
	border-bottom: solid 1px #CCCBC8;
	background-color: #ffffff;
}

#breadcrumbs {
	color: #06213c;
	font-size: 16px;
	padding-right: 22px;
	text-transform: uppercase;
	text-align: right;
}

#breadcrumbs a {
	padding: 16px 24px 16px 0;
	margin-right: 6px;
	color: #06213c;
	display: inline-block;
	background: url(../images/breadcrumb_bg.png) no-repeat right center;
}

/*------------------------------------*\
	CONTENT STYLES
\*------------------------------------*/
#content-wrapper {
	background-color: #ffffff;
	z-index:1;
	padding: 72px 0;
}

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .carousel-listings-outer-wrapper,
#content .content-area  {
	max-width: 1600px;
	margin: 0 auto;
	padding: 32px 52px;
	overflow: hidden;
}

#content .content-area.full-width {
	float: left;
	max-width: inherit;
	width: 100%;
	padding: 0 !important;
	margin: 32px 0;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#content .content-area.full-width.solid-color {
	background-color: #96afac;
	color: #06213c;
}

#content .content-area.full-width h1,
#content .content-area.full-width h2,
#content .content-area.full-width h3,
#content .content-area.full-width h4 {
	text-shadow: 2px 2px 10px rgba(0,0,0,.7);
}

#content .content-area.full-width.solid-color h1,
#content .content-area.full-width.solid-color h2,
#content .content-area.full-width.solid-color h3,
#content .content-area.full-width.solid-color h4 {
	color: #06213c;
	text-shadow: none;
}

#content .content-area.full-width.solid-color a.button {
	background: #ffffff;
}

#content .content-area.full-width.solid-color a:hover.button {
	background: #06213c;
	color: #FFFFFF;
}

#content .content-area.full-width.solid-color .inner.copy {
	color: #06213c;
}

#content .slider {
	width: 100%;
	padding: 32px 0;
}

#content .flexible-element:first-of-type {
	padding-top: 0;
	margin-top: 0;
}

#content .flexible-element:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content div.te-left-col, #content div.te-right-col {
	float: left;
	width: 48%;
}

#content .inner.copy {
	width: 70%;
	float: left;
	padding: 52px 15%;
	background: rgba( 0, 0, 0, 0.2);
	color: #FFFFFF;
}

#content .inner.copy h1,
#content .inner.copy h2,
#content .inner.copy h3,
#content .inner.copy h4,
#content .inner.copy h5 {
	color: #FFFFFF;
}

#content .te-col-copy {
	position: relative;
}

#content .te-col-copy .inner {
	padding: 122px;
	position: inherit;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 28px;
}

#content .te-col-image {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#content .te-wrapper.te-colour-block {
	overflow: hidden;
}

#content .te-wrapper.dark, #content .te-wrapper.dark h1, #content .te-wrapper.dark h2, #content .te-wrapper.dark h3, #content .te-wrapper.dark h4 {
	color: #06213c;
	text-shadow: none;
}

#content .te-wrapper.light, #content .te-wrapper.light h1, #content .te-wrapper.light h2, #content .te-wrapper.light h3, #content .te-wrapper.light h4 {
	color: #FFFFFF;
	text-shadow: none;
}

#content div.te-left-col {
	margin-right: 2%;
}

#content div.te-right-col {
	margin-left: 2%;
}

#content div.te-col-image,
#content div.te-col-copy {
	width: 50%;
	margin: 0;
	min-height: 500px;
}

#content div.te-col-image.left,
#content div.te-col-copy.left {
	float: left;
}

#content div.te-col-image.right,
#content div.te-col-copy.right {
	float: right;
}

#content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
	float: left;
	width: 30.66%;
}

#content div.te-second-col, #content div.te-third-col {
	margin-left: 4%;
}

#content ul li {
	margin: 0 0 8px 24px;
}

#line-up-alert {
	float: left;
	width: 100%;
	text-align: center;
}

/*------------------------------------*\
  FEATURE PODS
\*------------------------------------*/
.feature-pods {
	width: 100%;
	float: left;
	margin: 32px 0;
}

.list-item {
	width: 100%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-position: fixed;
	position: relative;
	color: #06213c;
	font-size: 18px;
	text-align: center;
	outline: solid 24px #ffffff;
	overflow: hidden;
}

.list-item h3 {
	color: #FFFFFF;
	font-size: 38px;
	line-height: 38px;
}

.list-item.half h3 {
	font-size: 32px;
	line-height: 32px;
}

.list-item.third h3 {
	font-size: 24px;
	line-height: 24px;
}

.list-item.quarter h3 {
	font-size: 20px;
	line-height: 20px;
}


.list-item a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.list-item.half {
	width: 50%;
}

.list-item.third,
.list-item.third.last {
	width: 33.33%;
}

.list-item.quarter {
	width: 25%;
}

.list-item .list-item-title {
	margin: 0 5%;
	width: 90%;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	transition: all .6s linear;
	opacity: 1;
}

.list-item .list-item-title h3 {
	display: inline-block;
	background-color: #FFFFFF;
	color: #06213c;
	padding: 10px 20px;
}

.list-item:hover .list-item-title {
	opacity: 0;
}

.list-item .copy {
	width: 80%;
	float: left;
	padding: 7% 10%;
	background: rgba( 252, 205, 181, 0);
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.list-item .copy .list-item-icon {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.list-item:hover .copy .list-item-icon {
	opacity: 0;
}

.list-item .copy-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	transition: all 1.4s ease;
	width: 80%;
	float: left;
	padding: 7% 10%;
	color: #FFFFFF;
	font-weight: 500;
}

.list-item .copy-text h3 {
	color: #FFFFFF;
	padding: 10px;
}

p.copy-text-read-more {
	text-transform: uppercase;
	font-family: winco, sans-serif;
	font-size: 16px;
	font-weight: 900;
}

.list-item.half .copy {
	padding: 10% 10%;
}

.list-item.third .copy,
.list-item.third.last .copy {
	padding: 15% 10%;
}

.list-item.quarter .copy {
	padding: 15% 10%;
}

.list-item:hover .copy {
	background: rgba( 252, 205, 181, 0.8);
}

.list-item:hover .copy.no-link {
	background: rgba( 252, 205, 181, 0.6);
}

.list-item:hover .copy-text {
	opacity: 1;
}

.list-item .copy-text h3,
.list-item:hover .copy-text h3 {
	font-size: 24px;
	line-height: 24px;
}

/*------------------------------
   RESPONSIVE VIDEOS & MAPS
-------------------------------*/

.video-container-wrapper,
.map-container-wrapper {
	max-width: 1100px;
	overflow: hidden;
	padding: 52px 52px 32px 52px;
	margin: 0 auto;
	position: relative;
}

.video-container,
.map-container {
	position: relative;
	padding-bottom: 56.25%;
}

.single-video {
	width: 100%;
	float: left;
	margin: 24px 0;
}

.left-video,
.right-video {
	width: 48%;
	float: left;
	margin: 24px 0;
}

.right-video {
	margin-left: 4%;
}

.video-container iframe,
.video-container object,
.video-container embed,
.map-container iframe,
.map-container object,
.map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------
   REUSEABLE ACCORDIAN SECTION
-------------------------------*/
.accordian-section {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.accordian-title {
	width: 100%;
	padding: 12px 0;
	line-height: 32px;
	color: #06213c;
	position: relative;
	font-size: 20px;
	border-bottom: solid 1px #06213c;
	font-family: winco, sans-serif;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.accordian-title a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: right;
	z-index: 1;
	cursor: pointer;
}

span.accordian-title-text {
	padding: 0;
	display: block;
	text-align: left;
	pointer-events: none;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

.accordian-title a img {
	float: right;
	margin: 16px 12px 0 0;
}

.accordian-content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 1% 0;
	margin-bottom: 8px;
}

/*------------------------------------*\
  REUSEABLE INPAGE CAROUSEL
\*------------------------------------*/
#content .carousel-listings-outer-wrapper a.button {
	margin-right: 12px;
}

#content .carousel-listings-wrapper {
	width: 100%;
	float: left;
}

#content .carousel-listings-wrapper h3 {
	margin-bottom: 32px;
	padding-left: 52px;
}

.carousel {
	margin-top: 12px;
}

#content .carousel-listings-wrapper .carousel-listing {
	float: left;
	background: #FFFFFF;
}

#content .carousel-listings-wrapper .carousel-listing a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-image {
	width: 100%;
	float: left;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-image img,
#content .carousel-listings-wrapper .carousel-listing a .carousel-listing-image img {
	width: 100%;
	float: left;
	height: auto;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title {
	padding: 8px 12px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	text-align: center;
	background: #06213c;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

#content .carousel-listings-wrapper .carousel-listing .act-session {
	bottom: 56px;
}

#content .carousel-listings-wrapper .carousel-listing a:hover .carousel-listing-title {
	background: #06213c;
	color: #FFFFFF;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title h4 {
	color: #FFFFFF;
	margin: 0;
	padding: 0 12px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
}

#content .carousel-listings-wrapper .carousel-listing a:hover .carousel-listing-title h4 {
	color: #FFFFFF;
}

#content .carousel-listings-wrapper .carousel-listing .act-session h4 {
	font-size: 14px;
	padding: 0 4px;
	line-height: 14px;
}

#content .flexible-sponsor-carousel-wrapper {
	width: 100%;
	float: left;
	text-align: center;
}

/*------------------------------------*\
  REUSEABLE GALLERY SECTION
\*------------------------------------*/
#content .gallery-listing-wrapper {
	margin-bottom: -1% !important;
}

span.gallery-tool-tip {
	color: #FFFFFF;
}

span.gallery-tool-tip img {
	padding: 0 6px;
}

.gallery-image {
	margin: 0 1% 2%;
	width: 23%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

.gallery-image a .overlay {
	position: absolute;
	background-color: rgba( 252, 205, 181, 0);
	width: 100%;
	height: 100%;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

.gallery-image a:hover .overlay {
	background-image: url(../images/gallery-link-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba( 252, 205, 181, 0.7);
}

.gallery-image img {
	width: 100%;
	height: auto;
	float: left;
}

/*------------------------------------*\
  SLIDER
\*------------------------------------*/
#content .slider {
	position: relative;
	float: left;
}

#content .slider .theslider {
	position: relative;
	overflow: auto;
	background: none;
}

#content .slider .full-width-slider {
	position: relative;
}

#content .slider .theslider ul,
#content .slider .theslider ul li,
#content .slider .full-width-slider ul,
#content .slider .full-width-slider ul li {
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

#content .slider .theslider ul li img,
#content .slider .full-width-slider ul li img {
	float: left;
	width: 100%;
	height: auto;
}

#content .slider .theslider .slide-content,
#content .slider .full-width-slider .slide-content {
	width: 100%;
	float: left;
	position: relative;
}

#content .slider .theslider .dots,
#content .slider .full-width-slider .dots {
	width: 100%;
	height: 24px;
	position: absolute;
	padding: 0;
	bottom: 20px;
	margin: 0 auto;
	text-align: center;
}

#content .slider .theslider .dot,
#content .slider .full-width-slider .dot {
	padding: 0;
	margin: 5px 3px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 2px #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content .slider .theslider .dot:hover,
#content .slider .full-width-slider .dot:hover {
	cursor: pointer;
	border: solid 2px #FFFFFF;
	background: #FFFFFF;
}

#content .slider .theslider .dot.active,
#content .slider .full-width-slider .dot.active {
	border: solid 2px #FFFFFF;
	background: #FFFFFF;
}

/*------------------------------------*\
	HOME ALERT
\*------------------------------------*/

.alert {
	padding: 2%;
	border: 5px solid #000;
	margin-bottom: 42px;
}

/*------------------------------------*\
	HOME TOUR LOCATION STYLES
\*------------------------------------*/
.tour-location-list-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	padding: 32px 52px;
	overflow: hidden;
	text-align: center;
}

.tour-location-list-wrapper h3 {
	background: url(../images/tour-list-heading-bg.png) no-repeat bottom center;
	padding-bottom: 18px;
	color: #06213c;
}

.tour-location-list-wrapper .tour-location-list {
	width: 100%;
	float: left;
	margin-top: 12px;
	text-align: center;
}

.tour-location-list-wrapper .tour-location-list .tour-location {
	display: inline-block;
	margin: 1%;
}

.tour-location-list-wrapper .tour-location-list .tour-location a {
	display: inline-block;
	background-color: #CCCCCC;
	color: #06213c;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 28px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	padding: 18px 22px;
	outline: solid 0 #ffffff;
}

.tour-location-list-wrapper .tour-location-list .tour-location a:hover {
	z-index: 99999;
	position: relative;
}

.tour-location-list-wrapper .tour-location-list .tour-location.marlow a,
.tour-location-list-wrapper .tour-location-list .tour-location.marlow-home a{
	background-color: #cd94a5;
}

.tour-location-list-wrapper .tour-location-list .tour-location.marlow a:hover,
.tour-location-list-wrapper .tour-location-list .tour-location.marlow-home a:hover {
	background-color: #cd94a5;
	outline: solid 12px #cd94a5;
}

.tour-location-list-wrapper .tour-location-list .tour-location.chichester a {
	background-color: #E3C2DE;
}

.tour-location-list-wrapper .tour-location-list .tour-location.chichester a:hover {
	background-color: #EAD1E6;
	outline: solid 12px #EAD1E6;
}

.tour-location-list-wrapper .tour-location-list .tour-location.brighton a {
	background-color: #E56FA0;
}

.tour-location-list-wrapper .tour-location-list .tour-location.brighton a:hover {
	background-color: #E56FA0;
	outline: solid 12px #E56FA0;
}

.tour-location-list-wrapper .tour-location-list .tour-location.warwick a {
	background-color: #1CB8D5;
}

.tour-location-list-wrapper .tour-location-list .tour-location.warwick a:hover {
	background-color: #1CB8D5;
	outline: solid 12px #1CB8D5;
}

.tour-location-list-wrapper .tour-location-list .tour-location.leamington-spa a {
	background-color: #1CB8D5;
}

.tour-location-list-wrapper .tour-location-list .tour-location.leamington-spa a:hover {
	background-color: #1CB8D5;
	outline: solid 12px #1CB8D5;
}

.tour-location-list-wrapper .tour-location-list .tour-location.london a {
	background-color: #93cfd1;
}

.tour-location-list-wrapper .tour-location-list .tour-location.london a:hover {
	background-color: #93cfd1;
	outline: solid 12px #93cfd1;
}

.tour-location-list-wrapper .tour-location-list .tour-location.bath a {
	background-color: #8E92C7;
}

.tour-location-list-wrapper .tour-location-list .tour-location.bath a:hover {
	background-color: #8E92C7;
	outline: solid 12px #8E92C7;
}

.tour-location-list-wrapper .tour-location-list .tour-location.tunbridge-wells a {
	background-color: #EC900E;
}

.tour-location-list-wrapper .tour-location-list .tour-location.tunbridge-wells a:hover {
	background-color: #EC900E;
	outline: solid 12px #EC900E;
}

.tour-location-list-wrapper .tour-location-list .tour-location.dulwich a {
	background-color: #EA5971;
}

.tour-location-list-wrapper .tour-location-list .tour-location.dulwich a:hover {
	background-color: #EA5971;
	outline: solid 12px #EA5971;
}

.tour-location-list-wrapper .tour-location-list .tour-location.st-albans a {
	background-color: #cba8cf;
}

.tour-location-list-wrapper .tour-location-list .tour-location.st-albans a:hover {
	background-color: #cba8cf;
	outline: solid 12px #cba8cf;
}

.tour-location-list-wrapper .tour-location-list .tour-location.reigate a {
	background-color: #f4d964;
}

.tour-location-list-wrapper .tour-location-list .tour-location.reigate a:hover {
	background-color: #f4d964;
	outline: solid 12px #f4d964;
}

.tour-location-list-wrapper .tour-location-list .tour-location.wimbledon a {
	background-color: #CF70AA;
}

.tour-location-list-wrapper .tour-location-list .tour-location.wimbledon a:hover {
	background-color: #CF70AA;
	outline: solid 12px #CF70AA;
}

/*------------------------------------*\
	LOCATION HERO SLIDER
\*------------------------------------*/
.location-hero-slider {
	position: fixed;
	width: 100%;
	height: 100%;
	float: left;
}

.location-hero-slider.home {
	display: none;
}

.location-hero-slider .theslider {
	position: relative;
	overflow: auto;
	background: none;
}

.location-hero-slider .theslider ul,
.location-hero-slider .theslider ul li {
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

.location-hero-slider .theslider .slide-content {
	width: 100%;
	float: left;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-position: fixed;
}

.slider-dates-location {
	color: #FFFFFF;
	font-family: winco, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.7);
    font-size: 18px;
    line-height: 22px;
}

.location-hero-slider .theslider .slide-content .slide-content-copy {
	width: 90%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 5%;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 1);
	color: #FFFFFF;
}

.location-hero-slider .theslider .slide-content .slide-content-copy p a.button, .location-hero-slider .theslider .slide-content .slide-content-copy a.button {
	text-shadow: none;
}

.location-hero-slider .theslider .dots {
	width: 100%;
	height: 24px;
	position: absolute;
	padding: 0;
	bottom: 20px;
	margin: 0 auto;
	text-align: center;
}

.location-hero-slider .theslider .dot {
	padding: 0;
	margin: 5px 3px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 2px #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.location-hero-slider .theslider .dot:hover {
	cursor: pointer;
	border: solid 2px #FFFFFF;
	background: #FFFFFF;
}

.location-hero-slider .theslider .dot.active {
	border: solid 2px #FFFFFF;
	background: #FFFFFF;
}

.location-hero-slider .arrow {
	position:absolute;
	margin-top:0;
	cursor:pointer;
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	width:auto;
	height:auto;
	line-height:normal;
	vertical-align:baseline;
	vertical-align:-10%;
	font-size:52px;
	color:#fff
}

.location-hero-slider .arrow.prev,
.location-hero-slider .arrow.next {
	float:left;
	-webkit-transition:color .4s linear;
	-moz-transition:color .4s linear;
	-o-transition:color .4s linear;
	transition:color .4s linear;
	position:absolute;
	top:50%;
	z-index:2
}

.location-hero-slider .arrow.prev::before {
	content:"\f053"
}

.location-hero-slider .arrow.prev {
	left:20px
}

.location-hero-slider .arrow.next {
	right:20px
}

.location-hero-slider .arrow.next::before {
	content:"\f054"
}

/*------------------------------------*\
	LOCATION HOME PUBS
\*------------------------------------*/
.image-content-wrapper {
	max-width: 1600px;
	padding: 32px 52px;
	overflow: hidden;
	margin: 0 auto;
}

.image-content-left,
.image-content-right {
	width: 50%;
	float: right;
	position: relative;
}

.image-content-right {
	float: left;
	height: 100%;
	background: #96afac;
}

#content .image-content-left .slider {
	width: 100%;
	padding: 0;
}

.image-content-right-inner {
	font-size: 20px;
	line-height: 26px;
	padding: 15%;
	width: 70%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}

#content .image-content-left .slider .slide_content {
	width: 100%;
	height: 100%;
	float: left;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#content .image-content-left .slider .slide_content img {
	width: 100%;
	float: left;
	height: auto;
}

#content .image-content-left .slider .slide_content .pub-slide-details {
	position: absolute;
	left: 52px;
	bottom: 52px;
}

#content .image-content-left .slider .slide_content .pub-slide-details h2 {
	background: #96afac;
	padding: 5px 12px;
}

#content .image-content-left .slider .slide_content .pub-slide-details a.button {
	margin-top: 0;
}

/*------------------------------------*\
	TICKET PAGE
\*------------------------------------*/
.ticket-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	padding: 32px 52px;
	overflow: hidden;
}

.ticket {
	width: 31.33%;
	float: left;
	margin: 1%;
}

.ticket h3 {
	background: #96afac;
	color: #06213c;
	text-align: center;
	padding: 12px 8px;
}

.ticket .opening-times {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 8px 0;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	background: #FFFEFA;
}

.ticket .ticket-image {
	width: 100%;
	float: left;
	position: relative;
}

.ticket .ticket-image img {
	width: 100%;
	float: left;
	height: auto;
}

.ticket .ticket-image .ticket-flash {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba( 0, 0, 0, 0.6);
	color: #FFFFFF;
	padding: 8px 0;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

.ticket-info {
	width: 90%;
	float: left;
	padding: 8px 5% 20px 5%;
	border-bottom: solid 1px #D9D8D5;
	text-align: center;
	background: #7C917F;
}

.ticket-info h4 {
	opacity: 0.5;
}

.ticket .ticket-price-wrapper {
	width: 90%;
	float: left;
	padding: 20px 5%;
	border-bottom: solid 1px #D9D8D5;
	background: #FFFFFF;
	outline: solid 1px #D9D8D5;
}

.ticket .ticket-price-wrapper:last-of-type {
	border-bottom: none;
}

.ticket .ticket-price-wrapper .ticket-price-type,
.ticket .ticket-price-wrapper .ticket-price,
.ticket .ticket-price-wrapper .ticket-price-buy {
	float: left;
}

.ticket .ticket-price-wrapper .ticket-price-type {
	width: 70%;
}

.ticket .ticket-price-wrapper .ticket-price {
	width: 27%;
	margin-left: 3%;
	text-align: right;
}

.ticket .ticket-price-wrapper .ticket-price-type {
	line-height: 32px;
	margin-top: 4px;
}

.ticket .ticket-price-wrapper .ticket-price {
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 26px;
	line-height: 42px;
}

.ticket .ticket-price-wrapper .ticket-price-buy a {
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 22px;
	line-height: 42px;
}

.ticket .ticket-notice {
	width: 90%;
	float: left;
	padding: 20px 5%;
	background: #FFFFFF;
	outline: solid 1px #D9D8D5;
	font-size: 15px;
	text-align: center;
}

.ticket .buy-tickets {
	width: 100%;
	float: left;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
}

.ticket .buy-tickets a {
	display: block;
	background-color: #06213c;
	color: #FFFFFF;
	padding: 12px 0;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
}

/*------------------------------
   CATEGORY FILTERS STYLING
-------------------------------*/
#content .category_listing_filters_wrapper {
	width: 100%;
	float: left;
	margin: 8px 0 16px;
	position: relative;
}

.category_listing_filters {
	width: 66%;
	float: left;
}

.category_filter_left,
.category_filter_right {
	width: 49%;
	float: left;
	height: 38px;
}

.category_listing_search {
	width: 32%;
	float: left;
	height: 38px;
}

.category_filter_right,
.category_listing_search {
	margin-left: 2%;
}

.category_filter a {
	width: 94%;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 3%;
	background: url(https://www.pubintheparkuk.com/assets/images/exhibitor_list_filter_bg.png) no-repeat right center #107AAB;
	color: #FFFFFF;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

.category_filter a:hover {
	background: url(https://www.pubintheparkuk.com/assets/images/exhibitor_list_filter_bg.png) no-repeat right center #0D5D82;
}

.category_dropdown {
	background-color: #44555F;
	padding: 6px;
	display: none;
	z-index: 999;
	position: relative;
}

.category_dropdown a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	border-top: solid 2px #5B717F;
	padding-top: 6px;
	margin-bottom: 6px;
	background: none;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

.category_dropdown a:hover {
	background: none;
	color: #107AAB;
}

.category_dropdown a:first-child {
	border-top: none;
}

.category_listing_search {
	position: relative;
}

.category_listing_search input {
	margin: 0;
}

.category_listing_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -99999px;
	overflow: hidden;
}

/*------------------------------------*\
	EXHIBITOR LISTS
\*------------------------------------*/
#content .exhibitor_listings_wrapper {
	width: 100%;
	float: left;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz {
	width: 100%;
	float: left;
	text-align: center;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul {
	display: inline-block;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul,
#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	margin: 0;
	padding: 0;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	list-style: none;
	display: inline;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 6px 6px 0;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	background: #06213c;
	color: #FFFFFF;
	text-align: center;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a:hover {
	background: #333333;
	color: #FFFFFF;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a.atoz:hover {
	cursor:pointer;
}

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
	float: left;
	background-color: #F7F6F2;
	padding: 1%;
	width: 98%;
	margin-top: 32px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#content .enhanced_exhibitor_wrapper {
  width: 100%;
  float: left;
  border-bottom: solid 1px #cccbc8;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

#content .exhibitor_listing {
	width: 23%;
	float: left;
	background-color: #F0F0EC;
	margin: 1% 1% 1% 1%;
	position: relative;
}

#content .exhibitor_listing.enhanced, .exhibitor_listing.enhanced {
    width: 46%;
    margin: 2%;
    text-align: center;
}

#content .exhibitor_listing .exhibitor_listing_inner {
	float: left;
	width: 92%;
	background-color: #FFFFFF;
	padding: 4%;
}

#content .exhibitor_listing .exhibitor_listing_inner .new-for-this-year {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}

#content .exhibitor_listing .exhibitor_listing_inner a {
	display: block;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_image {
	width: 100%;
	float: left;
	text-align: center;
	min-height: 90px;
	line-height: 90px;
	/*background-color: #96afac;*/
}

#content .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_image img {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	opacity: 1;
}

#content .exhibitor_listing .exhibitor_listing_inner a:hover .exhibitor_listing_image img {
	opacity: 0.7;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 18px;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
}

#content .exhibitor_listing .exhibitor_listing_inner.pubs .exhibitor_listing_title {
	font-size: 24px;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_text {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 8px;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	line-height:50px;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_text span.michelin-star-text {
	font-size: 40px;
	color: #FFFFFF;
}

#content .detail_exhibitor_logo {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}

.exhibitor-profile-right {
	width: 30%;
	float: right;
	padding: 0 32px;
}

#content .video-container-wrapper.exhibitor {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 24px 0;
}

#content .carousel_listings_wrapper  {
	max-width: 1600px;
	margin: 0 auto;
	padding: 32px 52px;
	overflow: hidden;
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title.product {
	float: left;
	width: 100%;
	position: inherit;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align: center;
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title.product h4 {
	color: #06213c;
	margin: 0;
	padding: 12px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	border-bottom: solid 1px #06213c;
}

#content .detail_contact_info_wrapper {
	float: left;
	margin-top: 24px;
}

#content .detail_contact_info {
	display: inline-block;
}

#content .detail_contact_info a {
	width: 42px;
	background-color: #96afac;
	display: block;
	height: 42px;
	line-height: 42px;
	color: #06213c;
	margin: 0 12px 0 0;
	border-radius: 21px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	text-align: center;
}

#content .detail_contact_info a:hover {
	background: #B9C6B3;
}

/*------------------------------
   PUB STYLING
-------------------------------*/
#content .detail_pub_logo {
	float: right;
	margin: 32px;
}

#content .detail_pub_logo .stand_no {
	width: 100%;
	margin-bottom: 22px;
	font-weight: bold;
	text-align: center;
}

#content .content-area.full-width.solid-color.pub-menu .inner.copy {
	padding: 5% 15%;
}

#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper {
	width: 100%;
	float: left;
	margin: 32px 0 0 0;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper .pub-menu {
	width: 25.33%;
	float: left;
	margin: 0 2% 4% 2%;
	padding: 2%;
	/*background: url(../images/pub-menu-bg.jpg) no-repeat center center;*/
	outline: solid 2px #06213c;
}

#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper .pub-menu .pub-menu-title h3 {
	border-top: dotted 4px #06213c;
	border-bottom: dotted 4px #06213c;
	padding: 12px;
	margin-top: 24px;
}

#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper .pub-menu .pub-menu-copy h4 {
	color: #333333;
	margin-top: 12px;
}

#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper .pub-menu .pub-menu-alergies {
	width: 100%;
	float: left;
	margin-top: 18px;
}

#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper .pub-menu .pub-menu-alergies img {
	margin: 0 12px;
}

/*------------------------------
   MUSIC LINE-UP
-------------------------------*/
#content .content-area.full-width.solid-color.music-line-up {
	text-align: center;
	background-color: #F7F6F2;
}

#content .content-area.full-width.solid-color.music-line-up a.button {
	background: #96afac;
}

#content .content-area.full-width.solid-color.music-line-up a:hover.button {
	background: #B9C6B3;
	color: #06213c;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy {
	padding: 5% 15%;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy h1 {
	padding-bottom: 18px;
	margin-bottom: 12px;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy .artist-wrapper {
	width: 100%;
	float: left;
	margin: 32px 0 0 0;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy .artist {
	width: 29.33%;
	margin: 0 2% 4% 2%;
	position: relative;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy .time_text {
	width: 92%;
	margin: 0 4%;
	position: absolute;
	top: 20px;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy .artist img {
	width: 100%;
	float: left;
	height: auto;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy .artist-name {
	width: 92%;
	margin: 0 4%;
	position: absolute;
	bottom: 20px;
}

#content .content-area.full-width.solid-color.music-line-up .inner.copy .artist-name h3 {
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
}

/*------------------------------
   CHEFS
-------------------------------*/
#content .exhibitor_listings_wrapper.chefs .exhibitor_listing {
	width: 18%;
	position: relative;
}

#content .exhibitor_listings_wrapper.chefs .exhibitor_listing a .exhibitor_listing_title {
	color: #06213c;
}

#content .exhibitor_listings_wrapper.chefs .exhibitor_listing a:hover .exhibitor_listing_title {
	opacity: 0.6;
}

#content .exhibitor_listings_wrapper.chefs .exhibitor_listing img {
	width: 100%;
	float: left;
	height: auto;
}

.exhibitor-profile-right {
	width: 18%;
}

h3.chef-demo-times {
	margin-top: 32px;
}

p.chef-demo-times {
	background: url(../images/breadcrumb_bg.png) no-repeat left center;
	padding-left: 28px;
}

/*------------------------------
   NEWS
-------------------------------*/
#content .blog-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 52px;
}

#content .blog-wrapper .gallery-listing-wrapper,
#content .blog-wrapper .carousel-listings-outer-wrapper,
.blog-wrapper .video-container-wrapper,
#content .blog-wrapper .content-area {
	padding: 32px 0;
}

#content .blog-wrapper-left {
	width: 100%;
	/* width: 72%; */
	float: left;
}

#content .blog-wrapper-right {
	width: 23%;
	float: left;
	margin-left: 5%;
	padding-top: 32px;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing a::after {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #96afac;
	-webkit-transition: width .6s;
	transition: width .6s;
	margin-left: -4%;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing a:hover::after {
	width: 100%;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing img {
	width: 100%;
	float: left;
	height: auto;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	text-align: center;
}

.blog-sharing-wrapper {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 6px;
	position: sticky;
	top: 0;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.blog-sharing-wrapper.fixed {
	top: 90px;
}

.blog-sharing-wrapper .sharing-wrapper h4 {
	margin-top: 0;
}

/*------------------------------------*\
    BLOG SOCIAL SHARING SECTION
\*------------------------------------*/
.sharing-wrapper {
	float: left;
	width: 100%;
	margin: 12px 0 18px 0;
	text-align: center;
}

.sharing-wrapper h4 {
	background: #06213c;
	outline: solid 1px #06213c;
	text-align: center;
	color: #FFFFFF;
	padding: 6px 20px;
	margin-top: 24px;
}

.sharing-item-wrapper {
	float: left;
	width: 100%;
	text-align: center;
	outline: solid 1px #06213c;
	margin-top: 8px;
}


.sharing-item {
	width: 47.5%;
	float: left;
	text-align: center;
	border-left: solid 1px #06213c;
}

.sharing-item:first-child {
	border-left: none;
}

.sharing-item a {
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-decoration: none;
}

#content .exhibitor_listings_wrapper {
	width: 100%;
	float: left;
}

/*------------------------------
   MENU
-------------------------------*/
#content .menu-listings-wrapper .menu-listings-inner-wrapper {
	float: left;
	background-color: #F7F6F2;
	padding: 1%;
	width: 98%;
	margin-top: 32px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

#content .menu-listing {
	width: 18%;
	float: left;
	margin: 1% 1% 1% 1%;
	padding: 2%;
	position: relative;
	background: url(../images/pub-menu-bg.jpg) top center;
	outline: solid 2px #06213c;
	text-align: center;
	position: relative;
}

#content .menu-listing h1 {
	padding-bottom: 18px;
}

#content .menu-listing .dish {
	width: 100%;
	float: left;
	margin-top: 32px;
}

#content .menu-listing .dish .dish-title h3 {
	border-top: dotted 4px #06213c;
	border-bottom: dotted 4px #06213c;
	padding: 12px;
	margin-top: 24px;
	text-transform: none;
}

#content .menu-listing .dish .dish-copy h4 {
	color: #333333;
	margin-top: 12px;
	text-transform: none;
}

#content .menu-listing .dish .dish-alergies {
	width: 100%;
	float: left;
	margin-top: 18px;
}

#content .menu-listing .dish .dish-alergies img {
	margin: 0 12px;
}

/*------------------------------------*\
	RECIPE DETAIL PAGE
\*------------------------------------*/
.recipe_detail_wrapper {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 52px;
}

.recipe_detail_wrapper_top,
.recipe_detail_wrapper_bottom {
	width: 100%;
	float: left;
	position: relative;
}

.recipe_detail_wrapper_top {
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.recipe_detail_image,
.recipe_detail_ingredients_wrapper {
	float: left;
	width: 30%;
}

.recipe_detail_image img {
	width: 100%;
	float: left;
	height: auto;
}

.recipe_detail_intro,
.recipe_detail_method {
	float: left;
	width: 64%;
	margin-left: 4%;
}

.recipe_chef,
.recipe_details_opentext,
.recipe_detail_details {
	width: 100%;
	float: left;
}

.recipe_detail_details {
	margin: 12px 0;
	padding: 8px 0;
}

.recipe_detail_serves,
.recipe_detail_time {
	width: 100%;
	float: left;
	margin: 4px 0;
}

.recipe_detail_serves span span,
.recipe_detail_time span span {
	color: #06213c;
	font-family: winco, sans-serif;
	font-weight: 900;
	margin-left: 14px;
}

.recipe_detail_ingredients {
	width: 86%;
	float: left;
	padding: 32px 8%;
	background-color: #CCCBC8;
}

#content .recipe_detail_ingredients h3,
#content .recipe_detail_method h3 {
	color: #06213c;
	margin: 12px 0 20px 0;
	padding: 0;
}

#content .recipe_detail_method h3 {
	margin: 14px 0 0 0;
}

#content .recipe_detail_ingredients ul {
	margin: 0;
	font-size: 16px;
	color: #06213c;
}

#content .recipe_detail_ingredients ul li {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: none;
}

.recipe_detail_method p::first-letter {
	font-size: 32px;
	line-height: 36px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: winco, sans-serif;
	color: #06213c;
	font-weight: 900;
}

/*------------------------------
   PAGINATION
-------------------------------*/
#pagination {
	width: 100%;
	float: left;
	text-align: center;
	padding: 24px 0 24px 0;
	background-color: #E7E6E2;
}

#pagination ul {
	list-style: none;
	margin: 0;
}

#content #pagination ul li {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0;
	border: none;
	background: none;
}

#pagination ul li a {
	display: inline-block;
	color: #06213c;
	line-height: 26px;
	padding: 0 8px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 12px;
}

#pagination ul li a.active,
#pagination ul li a:hover {
	background-color: #06213c;
	color: #FFFFFF;
	text-decoration: none;
}

#pagination ul li a.page-previous,
#pagination ul li a.page-next,
#pagination ul li a.page-last,
#pagination ul li a.page-first {
	color: #06213c;
	background: none;
	border: none;
	width: auto;
}

#pagination ul li a:hover.page-previous,
#pagination ul li a:hover.page-next,
#pagination ul li a:hover.page-last,
#pagination ul li a:hover.page-first {
	color: #06213c;
	background: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------*\
	CTA STYLES
\*------------------------------------*/
#cta {
	position: relative;
	overflow: hidden;
	border-bottom: solid 18px #ffffff;
}

#cta .feature-pods {
	margin: 0;
}

#cta .feature-pods .list-item {
	outline: solid 18px #ffffff;
}

#cta .feature-pods .list-item .copy,
#cta .feature-pods .list-item:hover .copy {
	background: none;
}

#cta .cta-circle {
	width: 96%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 0 2%;
	z-index: 999;
}

/*------------------------------------*\
	RECIPE STYLES
\*------------------------------------*/
#recipe-wrapper {
	background: #ffffff;
}

#recipes {
	max-width: 1600px;
	margin: 0 auto;
	padding: 62px 52px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 28px;
	position: relative;
	z-index: 99999;
	overflow: hidden;
}

#recipes .carousel-listings-wrapper h3 {
	margin-bottom: 32px;
	padding-left: 52px;
}

#recipes .carousel-listings-wrapper h3 span a {
	color: #B8B6B5;
	margin-left: 18px;
}

#recipes .carousel-listings-wrapper h4 {
	margin-top: 8px;
}

#recipes .carousel-listings-wrapper a h4 {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

#recipes .carousel-listings-wrapper a:hover h4 {
	color: #96afac;
}


/*------------------------------------*\
	SIGN-UP STYLES
\*------------------------------------*/
#sign-up-wrapper {
	background: #06213c;
}

#sign-up {
	max-width: 1300px;
	margin: 0 auto;
	padding: 52px 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	position: relative;
	z-index: 1;
}

#sign-up h1 {
	color: #FFFFFF;
}

#sign-up a.button {
	margin-top: 12px;
	display: inline-block;
}

/*------------------------------------*\
	SPONSORS
\*------------------------------------*/
#sponsors-wrapper  {
	background: #FFFFFF;
	text-align: center;
	padding: 52px 0;
}

#sponsors-wrapper h3 {
	color: #06213c;
}

#sponsors {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	font-size: 15px;
	color: #33204A;
	font-weight: 600;
}

#sponsors h4 {
	margin-bottom: 16px;
}

#sponsors #sponsor-carousel-wrapper,
#sponsors #sponsor-secondary-carousel-wrapper,
#sponsors #sponsor-third-carousel-wrapper {
	width: 100%;
	float: left;
	padding: 0 0 32px 0;
}

#sponsors #sponsor-secondary-carousel-wrapper h4 {
	margin-bottom: 32px;
}

#sponsors #sponsor-carousel-wrapper .sponsor,
#sponsors #sponsor-third-carousel-wrapper .sponsor {
	text-align: center;
	height: 90px;
	line-height: 90px;
}

#sponsors #sponsor-secondary-carousel-wrapper .sponsor {
	text-align: center;
	height: 107px;
	line-height: 107px;
}

.headline-sponsor {
	width: 100%;
	float: left;
	margin-top: 32px;
}

.sponsor-no-carousel-wrapper {
  width: 100%;
  float: left;
	margin: 32px 0;
}

.sponsor.static {
  display: inline-block;
  margin: 0 3%;
}

.owl-stage {
	display: inline-block; !important
}

/*------------------------------------*\
	REVIEWS CAROUSEL
\*------------------------------------*/
.review-carousel-wrapper  {
	width: 100%;
	background-color: #94ada9;
	color: #FFFFFF;
}

.review-wrapper {
	max-width: 900px;
	margin: 0 auto;
	padding: 52px 42px;
	text-align: center;
}

.review-copy {
	position: relative;
	padding: 16px 0;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	margin-top: 8px;
}

.review-copy p {
	margin: 22px 0 12px 0;
}

.review-open-quote,
.review-close-quote {
	position: absolute;
	font-size: 32px;
	font-weight: 900;
}

.review-open-quote {
	left: 0;
	top: 0;
}

.review-close-quote {
	right: 0;
	bottom: -16px;
}

.review-name {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	margin: 8px 0 16px 0;
	font-family: winco, sans-serif;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
#footer_wrapper {
	background: #fccdb5;
}

footer {
	margin: 0 auto;
	padding: 32px 20px;
	color: #06213c;
	overflow: hidden;
	text-align: center;
	font-weight: 500;
	font-size: 19px;
}

#links {
	width: 100%;
	font-size: 19px;
}

#links ul,
#links ul li {
	margin: 0;
	padding: 0;
}

#links ul li {
	list-style: none;
	display: inline;
}

#links ul li a {
	text-decoration: none;
	margin-left: 24px;
	color: #06213c;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

#links ul li a:hover {
	color: #FFFFFF;
}

#links ul#social_icons li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin: 24px 6px 12px 6px;
	padding: 0;
	border: none;
	color: #FFFFFF;
	background-color: #06213c;
	border-radius: 50%;
}

#links ul#social_icons li a:hover {
	color: #FFFFFF;
}

#website_by_symphony {
	width: 100%;
	margin-top: 28px;
}

#website_by_symphony a {
	color: #06213c;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: url(../images/website-by-symphony-icon.png) no-repeat left center;
	padding-left: 30px;
	text-decoration: none;
}

#copyright {
	width: 100%;
	margin-top: 28px;
}

#location-title {
	text-align: center;
	margin-top: 38px;
}

/* MUSIC PAGES */

ul#location-tabs {
	text-decoration: none;
	background-color: #06213c;
	padding: 18px 0 0px;
}

#content ul#location-tabs li {
	display: inline-block;
	text-transform: capitalize;
	font-family: jaf-domus, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
	font-size: 18px;
	padding: 2px 10px;
	cursor: pointer;
	margin: 0 12px 18px 12px;
}

#content ul#location-tabs li.bath.active,
#content ul#location-tabs li.bath:hover {
	color: #8E92C7;
	outline: solid 4px #8E92C7;
}

#content ul#location-tabs li.dulwich.active,
#content ul#location-tabs li.dulwich:hover {
	color: #EA5971;
	outline: solid 4px #EA5971;
}

#content ul#location-tabs li.st-albans.active,
#content ul#location-tabs li.st-albans:hover {
	color: #cba8cf;
	outline: solid 4px #cba8cf;
}

#content ul#location-tabs li.marlow.active,
#content ul#location-tabs li.marlow:hover {
	color: #cd94a5;
	outline: solid 4px #cd94a5;
}

#content ul#location-tabs li.brighton.active,
#content ul#location-tabs li.brighton:hover {
	color: #E56FA0;
	outline: solid 4px #E56FA0;
}

#content ul#location-tabs li.warwick.active,
#content ul#location-tabs li.warwick:hover {
	color: #1CB8D5;
	outline: solid 4px #1CB8D5;
}

#content ul#location-tabs li.leamington-spa.active,
#content ul#location-tabs li.leamington-spa:hover {
	color: #1CB8D5;
	outline: solid 4px #1CB8D5;
}

#content ul#location-tabs li.london.active,
#content ul#location-tabs li.london:hover {
	color: #93cfd1;
	outline: solid 4px #93cfd1;
}

#content ul#location-tabs li.tunbridge-wells.active,
#content ul#location-tabs li.tunbridge-wells:hover {
	color: #EC900E;
	outline: solid 4px #EC900E;
}

#content ul#location-tabs li.reigate.active,
#content ul#location-tabs li.reigate:hover {
	color: #f4d964;
	outline: solid 4px #f4d964;
}

#content ul#location-tabs li.wimbledon.active,
#content ul#location-tabs li.wimbledon:hover {
	color: #CF70AA;
	outline: solid 4px #CF70AA;
}

#music-acts h3 {
	padding: 12px 0;
	margin-bottom: 32px;
}

.te-wrapper h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px;
}

#music-acts h3.bath {
	background: #8E92C7;
	color: #FFFFFF;
}

.te-wrapper.bath h4 {
	color: #C6C9E6;
}

.te-wrapper.bath {
	background-color: #606387;
}

#music-acts h3.dulwich {
	background: #EA5971;
	color: #FFFFFF;
}

.te-wrapper.dulwich h4 {
	color: #F5B8C7;
}

.te-wrapper.dulwich {
	background-color: #AB4153;
}

#music-acts h3.st-albans {
	background: #cba8cf;
	color: #FFFFFF;
}

.te-wrapper.st-albans h4 {
	color: #dac2dd;
}

.te-wrapper.st-albans {
	background-color: #7f5c83;
}

#music-acts h3.marlow {
	background: #cd94a5;
	color: #FFFFFF;
}

.te-wrapper.marlow {
	background-color: #dcb4c0;
}

.te-wrapper.marlow h4 {
	color: #814859;
}

#music-acts h3.brighton {
	background: #E56FA0;
	color: #FFFFFF;
}

.te-wrapper.brighton h4 {
	color: #F7C3DC;
}

.te-wrapper.brighton {
	background-color: #A65073;
}

#music-acts h3.warwick {
	background: #1CB8D5;
	color: #FFFFFF;
}

.te-wrapper.warwick h4 {
	color: #AFDEF9;
}

.te-wrapper.warwick {
	background-color: #148396;
}

#music-acts h3.leamington-spa {
	background: #1CB8D5;
	color: #FFFFFF;
}

.te-wrapper.leamington-spa h4 {
	color: #AFDEF9;
}

.te-wrapper.leamington-spa {
	background-color: #148396;
}

#music-acts h3.london {
	background: #93cfd1;
	color: #FFFFFF;
}

.te-wrapper.london h4 {
	color: #b3dddf;
}

.te-wrapper.london {
	background-color: #478385;
}

#music-acts h3.tunbridge-wells {
	background: #EC900E;
	color: #FFFFFF;
}

.te-wrapper.tunbridge-wells h4 {
	color: #93cfd1;
}

.te-wrapper.tunbridge-wells {
	background-color: #AD690A;
}


#music-acts h3.reigate {
	background: #f4d964;
	color: #FFFFFF;
}

#music-acts h3.wimbledon {
	background: #CF70AA;
	color: #FFFFFF;
}

.te-wrapper.wimbledon {
	background-color: #8F4D76;
}

.te-wrapper.wimbledon h4 {
	color: #E9B7D6;
}

.te-wrapper.reigate h4 {
	color: #f7e492;
}

.te-wrapper.reigate {
	background-color: #a88d18;
}


.music-session {
	width: 22%;
	padding: 0 1%;
	display: inline-block;
	text-transform: capitalize;
	font-family: jaf-domus, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #06213c;
	font-size: 18px;
	line-height: 18px;
	vertical-align: top;
	margin-bottom: 24px;
}

.music-session p {
	margin: 44px 0;
}

.music-session p.headliner {
	font-size: 30px;
	line-height: 30px;
	font-family: winco, sans-serif;
}

.music-session p.secondary-headliner {
	font-size: 24px;
	line-height: 24px;
}

.music-session h4 {
	font-size: 24px;
	line-height: 24px;
	text-decoration: underline;
}

/*------------------------------------*\
	BANNER SLIDER
\*------------------------------------*/
.inpage-banner-slider-wrapper {
	padding: 42px 0 18px 0;
	text-align: center;
}

.inpage-banner-slider-wrapper .inpage-banner-slider {
	max-width: 728px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 16px;
}

.inpage-banner-slider-wrapper .inpage-banner-slider ul,
.inpage-banner-slider-wrapper .inpage-banner-slider ul li {
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.inpage-banner-slider-wrapper .inpage-banner-slider ul li img {
	max-width: 100%;
	height: auto;
	float: left;
}

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

	#content .content-area.full-width.solid-color.pub-menu .inner.copy,
	#content .content-area.full-width.solid-color.music-line-up .inner.copy {
		width: 90%;
		padding: 5%;
	}

	#content .exhibitor_listings_wrapper.chefs .exhibitor_listing {
		width: 23%;
	}

	#content .menu-listing {
		width: 27.33%;
	}

}

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

	.list-item.half h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.list-item.third h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.list-item .copy-text h3,
	.list-item:hover .copy-text h3 {
		font-size: 24px;
		line-height: 24px;
	}

}

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

	h1 {
		font-size: 32px;
		line-height: 32px;
	}

	.logo h1 {
		font-size: 40px;
		line-height: 40px;
	}

	#navigation-wrapper #desktop-nav .desktop a {
		font-size: 15px;
		margin-right: 14px;
	}

	.nav-sign-up {
		margin-right: 14px;
	}

	.nav-sign-up a.button,
	.nav-buy a.button {
		font-size: 15px;
	}

}

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

	#content .te-col-copy .inner {
		padding: 72px;
		font-size: 20px;
		line-height: 24px;
	}

	.list-item.half,
	.list-item.third {
		width: 100%;
	}

	.list-item.half .copy,
	.list-item.third.last .copy {
		padding: 14% 10%;
	}

	.list-item.quarter {
		width: 50%;
	}

	.list-item h3,
	.list-item.third.last h3 {
		color: #FFFFFF;
		font-size: 28px;
		line-height: 28px;
	}

	.list-item.third h3 {
		font-size: 28px;
		line-height: 28px;
	}

	.list-item.quarter h3 {
		font-size: 24px;
		line-height: 24px;
	}

	.list-item .copy-text h3,
	.list-item:hover .copy-text h3 {
		font-size: 22px;
		line-height: 22px;
	}

	.ticket {
		width: 46%;
		float: left;
		margin: 2%;
	}

	#content .exhibitor_listing,
	#content .exhibitor_listing.expert,
	#content .exhibitor_listings_wrapper.chefs .exhibitor_listing {
		width: 31.33%;
	}

	#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
		font-size: 16px;
	}

	#content .exhibitor_listing .exhibitor_listing_inner.pubs .exhibitor_listing_title {
		font-size: 20px;
	}

	#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper .pub-menu,
	#content .content-area.full-width.solid-color.music-line-up .inner.copy .artist {
		width: 40%;
	}

	#content .menu-listing {
		width: 42%;
		margin: 2%;
	}

	#cta .feature-pods .list-item.half.three,
	#cta .feature-pods .list-item.half.four {
		display: none;
	}

	.location-hero-slider .theslider .slide-content .slide-content-copy {
		width: 86%;
		padding: 0 7%;
	}

	#content .blog-wrapper-left {
		width: 100%;
	}

	#content .blog-wrapper-right {
		width: 100%;
		margin-left: 0;
	}

}

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

#fixed-nav-wrapper .fixed-nav-show {
		float: left;
		margin-right: 0;
		margin-left: 20px;
	}

	.fixed-nav-show {
		display: none;
	}

	.desktop {
		display: none;
	}

	#navigation-wrapper {
		top: 0;
	}

	#mobile-navigation,
	.mobile-navigation-show-wrapper {
		display:inherit;
	}

	#nav-location-dates {
		margin: 6px 0 4px 16px;
	}

#strapline-wrapper, #strapline-wrapper p, .location-hero-slider .theslider .slide-content .slide-content-copy, .location-hero-slider .theslider .slide-content .slide-content-copy p {
	font-size: 24px;
	line-height: 26px;
}

#strapline-wrapper h1,
.location-hero-slider .theslider .slide-content .slide-content-copy h1 {
	font-size: 68px;
    line-height: 68px;
}

#strapline-wrapper h2,
.location-hero-slider .theslider .slide-content .slide-content-copy h2 {
	font-size: 52px;
    line-height: 52px;
}

#strapline-wrapper h3,
.location-hero-slider .theslider .slide-content .slide-content-copy h3 {
	font-size: 40px;
    line-height: 40px;
}

#strapline-wrapper h4,
.location-hero-slider .theslider .slide-content .slide-content-copy h4 {
	font-size: 28px;
    line-height: 28px;
}

}

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

#strapline-wrapper, #strapline-wrapper p, .location-hero-slider .theslider .slide-content .slide-content-copy, .location-hero-slider .theslider .slide-content .slide-content-copy p {
	font-size: 24px;
	line-height: 26px;
}

#strapline-wrapper h1,
.location-hero-slider .theslider .slide-content .slide-content-copy h1 {
	font-size: 60px;
    line-height: 60px;
}

#strapline-wrapper h2,
.location-hero-slider .theslider .slide-content .slide-content-copy h2 {
	font-size: 46px;
    line-height: 46px;
}

#strapline-wrapper h3,
.location-hero-slider .theslider .slide-content .slide-content-copy h3 {
	font-size: 36px;
    line-height: 36px;
}

#strapline-wrapper h4,
.location-hero-slider .theslider .slide-content .slide-content-copy h4 {
	font-size: 26px;
    line-height: 26px;
}

}

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

	.tour-location-list-wrapper .tour-location-list .tour-location a {
		font-size: 22px;
	}

	.image-content-left,
	.image-content-right {
		width: 100%;
		float: left;
	}

	.image-content-right-inner {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

	.accordian-title {
		line-height: 26px;
		font-size: 18px;
	}

	.music-session {
		width: 100%;
		padding: 0;
	}

}

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

	.location-hero-slider {
		position: relative;
	}

	.nav-sign-up {
		display: none;
	}

	#content div.te-wrapper.full-width {
		background-attachment: scroll;
	}

	footer {
		padding: 32px 20px 72px 20px;
	}

	#mobile-ctas {
		display: inherit;
		width: 100%;
		position: fixed;
		bottom: -50px;
		z-index: 99999;
		-webkit-transition: bottom .4s linear;
		-moz-transition: bottom .4s linear;
		-o-transition: bottom .4s linear;
		transition: bottom .4s linear;
		text-align: center;
	}

	#mobile-ctas a.button {
		display: block;
		color: #06213c;
		border-radius: 0;
		outline: 2px solid #ffffff;
	}

	#mobile-ctas.fixed {
		bottom: 0;
	}

	.mobile-sign-up-cta,
	.mobile-book-cta {
		width: 50%;
		float: left;
		text-align: center;
	}

	.mobile-sign-up-cta.full-width {
		width: 100%;
	}

	#mobile-ctas .mobile-sign-up-cta a.button {
		color: #06213c;
	}

	footer {
		line-height: 36px;
	}

	#copyright,
	#links {
		width: 100%;
		text-align: center;
	}

	#copyright {
		margin: 24px 0;
		line-height: 18px;
	}

	#links ul li a {
		margin: 0;
		width: 100%;
		display: block;
		border-bottom: solid 1px #FFFFFF;
		padding: 6px 0;
	}

}

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

	h1 {
		font-size: 28px;
		line-height: 28px;
	}

	h2 {
		font-size: 24px;
		line-height: 24px;
	}

	h3 {
		font-size: 20px;
		line-height: 20px;
	}

	h4 {
		font-size: 16px;
		line-height: 16px;
	}

	.logo h1 {
		font-size: 32px;
		line-height: 32px;
	}

	#hero-vid {
		background-image: none !important;
		background-color: #FFFFFF;
	}

	.logo {
		padding: 20% 20px;
	}

	#strapline-wrapper, #strapline-wrapper p, .location-hero-slider .theslider .slide-content .slide-content-copy, .location-hero-slider .theslider .slide-content .slide-content-copy p {
		font-size: 22px;
		line-height: 24px;
	}

	#strapline-wrapper h1,
	.location-hero-slider .theslider .slide-content .slide-content-copy h1 {
		font-size: 42px;
	    line-height: 42px;
	}

	#strapline-wrapper h2,
	.location-hero-slider .theslider .slide-content .slide-content-copy h2 {
		font-size: 34px;
	    line-height: 34px;
	}

	#strapline-wrapper h3,
	.location-hero-slider .theslider .slide-content .slide-content-copy h3 {
		font-size: 28px;
	    line-height: 28px;
	}

	#strapline-wrapper h4,
	.location-hero-slider .theslider .slide-content .slide-content-copy h4 {
		font-size: 24px;
	    line-height: 24px;
	}

	#content div.te-left-col, #content div.te-right-col, #content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
		width: 100%;
		margin: 0 0 32px 0;
	}

	.single-video,
	.left-video,
	.right-video {
		width: 100%;
		margin: 18px 0;
	}

	.right-video {
		margin-left: 0;
	}

	#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title h4 {
		font-size: 16px;
		line-height: 22px;
	}

	#content .carousel-listings-wrapper h3,
	#recipes .carousel-listings-wrapper h3 {
		padding-left: 0;
	}

	#content .exhibitor_listing,
	#content .exhibitor_listing.expert,
	#content .exhibitor_listings_wrapper.chefs .exhibitor_listing {
		width: 46%;
		margin: 2%;
	}

	#content .content-area.full-width.solid-color.pub-menu .inner.copy .pub-menu-wrapper .pub-menu {
		width: 76%;
		margin: 0 8% 8% 8%;
		padding: 4%;
	}

	#content .content-area.full-width.solid-color.music-line-up .inner.copy .artist {
		width: 76%;
		margin: 0 8% 8% 8%;
	}

	#content .menu-listings-wrapper .menu-listings-inner-wrapper {
		padding: 32px 1% 1% 1%;
	}

	#content .menu-listing {
		width: 76%;
		margin: 0 8% 8% 8%;
		padding: 24px 4%;
	}

}

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

	a.button {
		font-size: 16px;
	}

	#hero-vid iframe {
		display: none;
	}

	#content {
		font-size: 18px;
		line-height: 24px;
	}

	.ticket {
		width: 90%;
		float: left;
		margin: 5%;
	}

	#cta a.button {
		font-size: 18px;
	}

	.nav-buy a.button {
		padding: 8px 18px;
		font-size: 13px;
	}

	#navigation-wrapper #desktop-nav .tour-locations-selector {
		margin-right: 18px;
	}

	#strapline-wrapper, #discover {
		display: none;
	}

	.location-hero-slider.home {
		display: inherit;
	}

	.slider-dates-location {
		font-size: 12px;
		line-height: 16px;
	}

	.dots {
		display: none;
	}


	#content div.te-col-image {
		width: 100%;
	}

	#content div.te-col-copy {
		width: 100%;
		min-height: auto !important;
	}

	#content .te-col-copy .inner {
		padding: 42px 32px;
		position: inherit;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		float: left;
		font-size: 18px;
		line-height: 22px;
	}

	#content .te-col-copy .inner {
		height: auto !important;
	}

	.gallery-image {
		margin: 0 2% 4%;
		width: 29.33%;
	}

	.exhibitor-profile-right {
		width: 100%;
		float: left;
		padding: 20px 0;
	}

	.recipe_detail_image,
	.recipe_detail_ingredients_wrapper {
		width: 100%;
	}

	.recipe_detail_intro,
	.recipe_detail_method {
		width: 100%;
		margin-left: 0;
	}

	.recipe_detail_image,
	.recipe_detail_ingredients {
		margin-bottom: 32px;
	}

}

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

	.tour-locations-selector {
		display: none;
	}

	.category_listing_filters {
		width: 100%;
		margin-bottom: 12px;
	}

	.category_listing_search {
		width: 100%;
	}

}

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

	h1 {
		font-size: 24px;
		line-height: 24px;
	}

	h2 {
		font-size: 20px;
		line-height: 20px;
	}

	h3 {
		font-size: 18px;
		line-height: 18px;
	}

	h4 {
		font-size: 16px;
		line-height: 16px;
	}

	#fixed-nav-wrapper {
		padding: 8px 0;
	}

	#fixed-nav-wrapper.fixed,
	#fixed-nav-wrapper.content {
		top: 56px;
	}

	#navigation-wrapper {
		padding: 0;
	}

	#navigation-wrapper #logo-small {
		margin-left: 12px;
		margin-top: 22px;
	}

	#navigation-wrapper #logo-small img {
		max-width: 180px;
	}

	#navigation-wrapper #desktop-nav {
		padding-top: 0;
	}

	.nav-buy {
		margin: -2px 0 0 0;
	}

	.nav-buy a.button {
		padding: 5px 12px;
		font-size: 13px;
	}

	body.brand .hero {
		margin-top: 45px;
	}

	div#fixed-nav-wrapper.home-fixed {
		top: 58px;
	}

	.hero {
    	margin-top: 87px;
	}

	#fixed-nav-wrapper .fixed-nav-social {
		display: none;
	}

	.mobile-navigation-show-wrapper {
		right: 12px;
		margin-top: 12px;
	}

	.mobile-navigation-show-wrapper a.simple-menu {
		width: 22px;
	}

	#hero-social-wrapper {
		bottom: 50px;
	}

	.hero-social {
		margin-left: 8px;
	}

	#content-wrapper {
		padding: 42px 0;
	}

	#content .inner.copy {
		width: 80%;
		padding: 52px 10%;
	}

	.list-item {
		font-size: 16px;
	}

	.list-item .copy,
	.list-item.half .copy,
	.list-item.third.last .copy {
		padding: 25% 10%;
	}

	.list-item.quarter {
		width: 100%;
	}

	.list-item h3,
	.list-item.half h3,
	.list-item.third h3,
	.list-item.quarter h3 {
		font-size: 24px;
		line-height: 24px;
	}

	.list-item .copy-text h3,
	.list-item:hover .copy-text h3 {
		font-size: 18px;
		line-height: 18px;
	}

	.accordian-title {
		line-height: 22px;
		font-size: 16px;
	}

	.accordian-title a img {
		max-width: 16px;
	}

	.gallery-image {
		margin: 0 2% 4%;
		width: 46%;
		overflow: hidden;
	}

	.arrows {
		display: none;
	}

	#breadcrumbs {
		padding-right: 0;
		text-transform: uppercase;
		text-align: center;
		font-size: 12px;
	}

	#breadcrumbs a,
	#breadcrumbs span {
		padding: 3px 0;
		margin-right: 0;
		display: block;
		border-right: none;
		border-bottom: solid 1px #CCCBC8;
		background: none;
	}

	#breadcrumbs span {
		border-bottom: none;
	}

	.tour-location-list-wrapper .tour-location-list .tour-location {
		width: 100%;
		display: inline-block;
		margin: 1% 0;
	}

	.tour-location-list-wrapper .tour-location-list .tour-location a {
		width: 96%;
		font-size: 20px;
		padding: 10px 2%;

	}

	#recipes .carousel-listings-wrapper h3 span a {
		display: block;
		margin: 6px 0 0 0;
	}

	#content .image-content-left .slider .slide_content .pub-slide-details {
		left: 20px;
	}

	#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
		font-size: 15px;
	}

	#content .exhibitor_listing .exhibitor_listing_inner.pubs .exhibitor_listing_title {
		font-size: 20px;
	}

	.detail_exhibitor_logo {
		text-align: center;
	}

	#content .detail_pub_logo {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0 0 32px 0;
	}

	.sponsor.static {
	  margin: 6% 3%;
	}

}

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

	a.button {
		font-size: 14px;
	}

	.hero {
	    margin-top: 85px;
	}

	#nav-location-dates,
	#nav-location-dates .nav-location {
		font-size: 12px;
	}

	#nav-location-dates {
		margin: 6px 0 2px 16px;
	}

	#strapline-wrapper, #strapline-wrapper p, .location-hero-slider .theslider .slide-content .slide-content-copy, .location-hero-slider .theslider .slide-content .slide-content-copy p {
		font-size: 22px;
		line-height: 24px;
	}

	#strapline-wrapper h1,
	.location-hero-slider .theslider .slide-content .slide-content-copy h1 {
		font-size: 36px;
	    line-height: 36px;
	}

	#strapline-wrapper h2,
	.location-hero-slider .theslider .slide-content .slide-content-copy h2 {
		font-size: 30px;
	    line-height: 30px;
	}

	#strapline-wrapper h3,
	.location-hero-slider .theslider .slide-content .slide-content-copy h3 {
		font-size: 24px;
	    line-height: 24px;
	}

	#strapline-wrapper h4,
	.location-hero-slider .theslider .slide-content .slide-content-copy h4 {
		font-size: 20px;
	    line-height: 20px;
	}

	#content {
		font-size: 18px;
		line-height: 24px;
	}

	#content,
	#cta {
		font-size: 16px;
		line-height: 22px;
	}

	#content .accordian-section-wrapper,
	#content .gallery-listing-wrapper,
	#content .carousel-listings-outer-wrapper,
	.video-container-wrapper,
	#content .content-area,
	.tour-location-list-wrapper,
	#recipes,
	.image-content-wrapper,
	.ticket-wrapper {
		padding: 32px;
	}

	#content .blog-wrapper,
	.recipe_detail_wrapper {
		padding: 0 32px;
	}

	.ticket .ticket-price-wrapper .ticket-price {
	    font-size: 18px;
	}

}

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

	#content .accordian-section-wrapper,
	#content .gallery-listing-wrapper,
	#content .carousel-listings-outer-wrapper,
	.video-container-wrapper,
	#content .content-area,
	.tour-location-list-wrapper,
	#recipes,
	.image-content-wrapper,
	.ticket-wrapper {
		padding: 32px 20px;
	}

	#content .blog-wrapper,
	.recipe_detail_wrapper {
		padding: 0 20px;
	}

}

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

	#navigation-wrapper #logo-small {
    margin-top: 24px;
	}

	#navigation-wrapper #logo-small img {
		max-width: 150px;
	}

	#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
		padding: 3%;
		width: 94%;
	}

	#content .exhibitor_listing,
	#content .exhibitor_listing.expert,
	#content .exhibitor_listings_wrapper.chefs .exhibitor_listing,
	#content .exhibitor_listing.enhanced, .exhibitor_listing.enhanced {
		width: 100%;
		margin: 0 0 4% 0;
	}

	#content .exhibitor_listings_wrapper.chefs .exhibitor_listings_inner_wrapper {
		padding-top: 32px;
	}

	#content .exhibitor_listings_wrapper.chefs .exhibitor_listing {
		width: 80%;
		margin: 0 10% 10% 10%;
	}

}

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

	#nav-location-dates,
	#nav-location-dates .nav-location {
		font-size: 10px;
	}

}

/* TEXT EDITOR RESPONSIVE TABLE STYLING */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

table.responsive {
	border-left: 1px solid #D9D8D5;
	margin: 24px 0;
	width: 100% !important;
	text-align: center;
}

table.responsive.large-only {
	border-collapse: collapse;
}

table.responsive.large-only tr:first-child td {
	border-right: 1px solid #D9D8D5;
	border-bottom: 1px solid #D9D8D5;
	border-top: 1px solid #D9D8D5;
	padding: 6px 6px 6px 12px;
	background-color: #96afac;
	color: #06213c;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

table.responsive td {
	border-right: 1px solid #D9D8D5;
	border-bottom: 1px solid #D9D8D5;
	background: #FFFEFA;
	padding: 6px 6px 6px 12px;
	vertical-align: top;
}

table.responsive td.st-key {
	padding: 6px 6px 6px 12px;
}

table.responsive.small-only,
table.responsive.small-only td,
table.responsive.small-only th {
	border: none;
}

table.responsive.small-only th {
	padding: 2% 4%;
}

table.responsive.small-only th {
	border-right: 1px solid #D9D8D5;
	border-bottom: 1px solid #D9D8D5;
	border-top: 1px solid #D9D8D5;
	padding: 6px 6px 6px 12px;
	background-color: #96afac;
	color: #06213c;
	font-family: winco, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

table.responsive .st-head-row.st-head-row-main {
	background-color: #06213c;
	color: #FFFFFF;
	padding: 6px 6px 6px 12px;
}

@media (max-width: 800px) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }

	.timetable_wrapper h3 {
		padding: 12px;
	}

}

@media (max-width: 599px) {

	.timetable_wrapper td .sponsor_area {
		display: inherit;
	}

}

/* END TEXT EDITOR TABLE STYLING */
/*------------------------------
   POPUP STYLING
-------------------------------*/
#update-modal {
	background: rgb(229,223,106);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(229,223,106,1) 100%);
}

.show_details_wrapper {
	text-align: center;
}

/*------------------------------------*\
	Modal Default styling
\*------------------------------------*/
.blocker {
	z-index: 999999 !important;
	background-color: red;
}

.modal {
	max-width: 1400px !important;
	padding: 1% !important;
	vertical-align: bottom !important;
}

.modal a.close-modal {
	top: -30px !important;
	right: -30px !important;
	width: 60px !important;
	height: 60px !important;
	background-image: url(https://www.pubintheparkuk.com/assets/images/close-button.png) !important;
}

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

	.modal {
		max-width: 600px !important;
		padding: 5% !important;
	}

	.modal a.close-modal {
		background-size: 64% !important;
	}

}
