/**
 * Global stylesheet
 *
 * package: 	Winedown
 * version: 	1.5
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}

/* structure */

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	line-height: 2.5rem;
	position: relative;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 5%;
}

.row [class*='col']:first-child {
	margin: 0;
}

.col {
	width: 47.5%;
	margin-left: 5%;
	float: left;
}

@media screen and (max-width: 1040px) {
	.row [class*='col']:last-child {
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 60px 5%;
	}
	.outer-container {
		padding: 80px 80px;
	}
	.col {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.row-undo {
		margin-top: -40px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		padding: 40px 5%;
	}
}

/* fonts */

body,
h1,
h3,
h4,
h5,
h6,
.title
{
	font-family: 'Gaegu',serif;
}

#footer-nav li,
#main-nav li,p,button,.excerpt,.subtitle {
	font-family: 'Gaegu', sans-serif;
}

/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

h1 {
	font-size: 48px;
	line-height: 3rem;
}

h2 {
	font-size: 42px;
	line-height: 2.75rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

a,
a:hover {
	text-decoration: none;
}

.title {
	font-size: 5em;
	color: #643142;
}

@media screen and (max-width: 480px) {
	.title {
		font-size: 3em;
	}
}

/* content */

.header {
	margin-top: 40px;
}

.content {
	text-align: center;
	z-index: 50;
}

.excerpt {
	margin-top: 30px;
	font-size: 1.4em;
	line-height: 2rem;
	font-weight: 300;
	color: #643142;
}

.excerpt p {
	margin-top: 20px;
}

.excerpt p:first-child {
	margin-top: 0;
}

@media screen and (max-width: 480px) {
	.excerpt p {
		font-size: 20px;
		line-height:1.5em;
	}
}

/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
}

.toggler-trigger span i {
	margin-left: 10px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

.highlight {
	color: #a18a91 !important;
}

.separator {
	height: 1px;
	margin-top: 30px;
	width: 80%;
	margin: 0 auto;
}

.select2-selection__rendered {
	display: none !important;
}

.select2 {
	display: none !important;
}

.image img {
	width: 100%;
}

img {
	width: auto;
}

.standout {
	font-weight: 400;
}

.relative {
	position: relative;
}

.button {
	width: 30%;
	margin-right: 0;
	font-family: 'Gaegu',sans-serif;
	text-align: center;
	color: #fff;
	display: inline;
	padding: 10px;
	font-size: 1.2em;
	margin-right: 10%;
}

.button-icon {
	margin-left: 10px;
}

/* main header */


#main-header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	height: 120px;
	z-index: 1000;
	transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.4s;
	-moz-transition: 0.4s;
}

#main-header .container {
	padding: 0 5%;
	position: relative;
}

#main-header .col {
	width: 45%;
	height: 120px;
}

#main-header .image {
	float: left;
	height: 120px;
}

#main-header .image img {
	height: 74px;
	margin-top: 20px;
	width: 240px;
	padding-bottom: 20px;
}

#main-header .col:nth-child(2) {
	margin-left: 10%;
}

@media screen and (max-width:1125px) {
	#main-header .col {
		width: 60%;
	}
	#main-header .col:first-child {
		width: 30%;
	}
}

@media screen and (max-width: 1120px) {
	#main-header {
		background: rgba(0,0,0,0.8);
	}
	#main-header .row [class*='col']:last-child {
		margin-top: 0;
	}
	#main-header .col {
		margin-left: 2.5%;
		width: 40%;
	}
	#main-header .col:first-child {
		margin-left: 0;
		width: 50%;
	}
}



@media screen and (max-width: 768px) {
	#main-header .col:nth-child(2) {
		margin-left: 0px;
	}
	#main-header .col {
		width: 10%;
	}
	#main-header .col:first-child {
		width: 85%;
	}
}

@media screen and (max-width: 540px) {
	#main-header {
		top: 0px;
	}
	.mobile {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#main-header .image img {
		float: left;
		margin-left: 2%;
		margin-top: 10px;
	}
	#main-header {
		height: 100px;
	}
}

/* main menu */

#main-nav {
	float: right;
	line-height: 15px;
	margin-top: 35px;
}

.main-nav-clicked {
	border-bottom: 2px solid #fff;
}

#main-nav ul {
	list-style-type: none;
	text-align: right;
}

#main-nav li {
	display: inline-block;
	margin-left: 30px;
	text-align: center;
	transition: all 0.2s;
	transition: all 0.2s;
	transition: all 0.2s;
	border-bottom: 0px solid #fff;
}

#main-nav li:first-child {
	margin-left: 0;
}

#main-nav li a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	font-family: 'Gaegu', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#main-nav li a span {
	padding: 20px 0;
	display: block;
	position: relative;
}


@media screen and (max-width: 1120px) {
	#main-nav {
		float: none;
		margin: 10px 0;
	}
	#main-nav ul {
		text-align: center;
	}
	#main-nav li {
		margin-left: 40px;
	}
	#main-nav li a span:after {
		bottom: -25px;
	}
}

@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#main-nav li {
		display: block;
		margin: 0;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size: 1em;
	}
}

@media screen and (max-width: 1215px) {
	#main-nav li  {
		margin-left: 20px;
	}
}

@media screen and (max-width: 768px) {
	#main-nav {
		line-height: 48px;
		float: none;
		padding-left: 50px;
		padding-right: 50px;
	}
	#main-nav ul {
		text-align: center;
		margin-bottom: 5px;
	}
	#main-nav li {
		display: block;
		margin: 0;
	}
	#main-nav li a span {
		border: 0;
		padding: 0;
	}
	#main-nav li a span:after {
		display: none;
	}
	#main-nav li a {
		font-size: 1em;
	}
}

/* trigger & slideout */

.trigger {
	display: none;
	cursor: pointer;
	float: right;
}

.trigger .click {
	padding: 45px 0 29px 5px;
	color: #fff;
	font-size: 32px;
}

.slideout {
	position: relative;
}

@media screen and (min-width: 1121px) {
	.slideout {
		display: block !important;
	}
}

@media screen and (max-width: 1120px) {
	#main-header .trigger {
		display: block;
		height: 100px;
	}
	#main-header .slideout {
		position: absolute;
		top:120px;
		right: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		display: none;
	}
	#main-nav li a {
		color: #fff;
	}
}

@media screen and (max-width: 768px) {
	.trigger .click {
		font-size: 26px;
	}
}

@media screen and (max-width: 480px) {
	.trigger {
		padding-top: 0px;
	}
	#main-header .image img {
		width: 180px;
		height: auto;
		margin-top: 20px;
	}
	#main-header .slideout {
		background: rgba(0,0,0,0.8);
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		display: none;
		z-index: 9999;
	}
	.trigger .click {
		padding-top: 39px;
	}
}

/* sections */

section {
	background: #fff;
	overflow: hidden;
}

.section-header {
	text-align: center;
}

.section-header img {
	margin-top: 20px;
	max-width: 200px;
}

.section-header .col,
.section-header .col:first-child {
	width: 100%;
}

.section-header.container {
	padding-bottom: 0;
}

.section-header .title {
	font-size: 5em;
	line-height: 70px;
}

.section-footer .col {
	text-align: center;
}

.section-footer {
	padding-top: 25px;
}

/* introduction */

#video_box{
    float:left;
	height:100vh;
	width: 100vh;
}

#video_overlays {
	position:absolute;
	float:left;
    width:100%;
    min-height:100vh;
    background-image: url('assets/images/introduction/winedown_preston_wine_bar_basement_bar_beer_underground_preston_intro_video_overlay.png');
	background-size: cover;
    z-index:1;
}

#player {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


@media (max-width: 767px) {
  #video_box {
    background: url('assets/images/videoframe.jpg') center center / cover no-repeat;
  }

  #player {
    display: none;
  }
}

#introduction {
    background: url('assets/images/introduction/winedown_preston_wine_bar_basement_bar_beer_underground_preston_introduction_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
	background-attachment: scroll;
}

.intro-overlay {
    color: #fff;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
	font-size: 0.8em;
	z-index: 999;
}

#introduction .subtitle {
	margin-top: 20px;
	line-height: 1.4em;
	font-size: 2em;
	font-family: 'Gaegu',serif;
}

#introduction .intro-overlay .span:first-child {
	letter-spacing: 5px;
}

#introduction .image img {
	margin-bottom: 0px;
}

@media screen and (max-width: 1280px) {
	#introduction .subtitle {
		margin-top: 20px;
		line-height: 1.4em;
		font-size: 1.7em;
		font-family: 'Gaegu',serif;
	}
}

@media screen and (max-width: 768px) {
	#introduction .subtitle {
		line-height: 1.2em;
		font-size: 1.6em;
	}
}

@media screen and (max-width: 480px) {
	#introduction .subtitle {
		font-size: 1.5em;
		min-width: 220px;
	}
	.intro-overlay {
		top: 55%;
	}
}

/* about us */

#aboutus .subtitle {
	text-transform: uppercase;
	line-height: 1.5em;
	margin-top: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #643142;
	font-size: 1.5em;
}

#aboutus .excerpt {
	font-size: 1.3em;
	margin-top: 20px;
}

#aboutus .col {
	width:45%;
}

#aboutus .col:first-child {
	width: 50%;
}

#aboutus .image {
	border: solid 4px #e7cdb5;
	position: relative;
	margin-top: 77px;
}

.TA_certificateOfExcellence {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#aboutus .section-content {
	padding-bottom: 0px;
}

#aboutus .section-footer {
	padding-top: 0px;
}

#aboutus .section-footer .col {
	width: 100%;
	text-align: left;
}

#aboutus .separator {
	background-color:#e7cdb5;
	float: left;
	width: 20%;
	display: block;
	margin-bottom: 0px;
	margin-top: 20px;
	border: solid 1px #e7cdb5;
}

@media screen and (max-width: 1040px) {
	#aboutus .row [class*='col']:last-child {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1120px) {
	#aboutus .subtitle {
		display: none;
	}
	#aboutus .separator {
		margin-top: 40px;
	}
}

@media screen and (max-width: 830px) {
	#aboutus .col {
		width: 100% !important;
	}
	#aboutus .image {
		display: none;
	}
	#aboutus .subtitle {
		display: block;
	}
	#aboutus .separator {
		margin-top: 20px;
	}
	#aboutus .section-footer .col {
		text-align: center;
	}
}


@media screen and (max-width: 768px) {
	#aboutus .title {
		margin-top: 30px;
	}
	#aboutus .separator {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#aboutus {
		font-size: 0.8em;
		padding: 10px;
	}
	#aboutus .title {
		font-size: 4em;
	}
	#aboutus .subtitle {
		font-size: 1.2em;
		margin-top: 20px;
	}
	#aboutus .col:last-child {
		display: none;
	}
}


/* what we offer */

#whatweoffer {
	background: rgb(250, 240, 230);
}

#whatweoffer .col {
	width: 60%;
}

#whatweoffer .col:first-child {
	width: 35%;
}

#whatweoffer .menu-items {
	margin-top: 20px;
	display: inline-block;
	width: 45%;
	float: left;
	margin-right: 5%;
}

#whatweoffer .menu-items li {
	font-size: 1.4em;
	padding: 5px;
	box-sizing: border-box;
}

#whatweoffer .menu-items li:nth-of-type(odd) {
	background: #fff;
}

@media screen and (max-width:768px) {
	#whatweoffer .col {
		width: 100%;
	}
	#whatweoffer .col:first-child {
		width: 100%;
	}
	#whatweoffer .menu-items {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* testimonials */

#testimonial .section-header {
	padding-bottom: 0px !important;
	padding-top: 60px !important;
}

#testimonial .section-header .excerpt {
	color: #fff;
	max-width: 80%;
	margin: 20px auto;
	margin-bottom: 5px;
}

#testimonial .section-header a {
	color: #fff;
	text-decoration: underline;
}

#testimonial {
	text-align: center;
	background: url("assets/images/testimonials/winedown_preston_wine_bar_basement_bar_beer_underground_preston_testimonials_background.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
}

#testimonial .title {
	color: #fff;
}

#testimonial .section-content .excerpt {
	width: 45%;
	display: inline-block;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	min-height: 200px;
    border: solid 4px #e7cdb5;
	box-sizing: border-box;
	position: relative;
	background: rgba(100,49,66,0.5);
	padding-top: 5px;
}

#testimonial .section-content {
	padding-top: 5px !important;
}

#testimonial .section-content .excerpt p {
	padding: 20px;
	font-family: 'Gaegu',sans-serif;
	font-weight: 300;
	font-size: 1em;
	margin: 0 auto;
	color: #fff;
	line-height: 1.4em;
}

#testimonial .section-content .excerpt .review-name {
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-family: 'Gaegu',sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 0.2px;
}

#testimonial .container:first-of-type, #testimonial .container:last-of-type {
	padding-bottom: 60px;
}

#testimonial .row [class*='col']:last-child {
	margin-top: 0px;
}

@media screen and (max-width: 1490px) {
	#testimonial .container:first-of-type, #testimonial .container:last-of-type {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 100px;

	}
}

@media screen and (max-width: 1045px) {
	#testimonial .section-content .excerpt {
		height: 220px;
	}
}

@media screen and (max-width: 980px) {
	#testimonial .section-content .excerpt {
		height: 215px;
		font-size: 1.3em;
	}
	
	#testimonial .section-content .excerpt .review-name {
		font-size: 1.2em;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff;
		font-family: 'Gaegu',serif;
	}
}

@media screen and (max-width: 850px) {
	#testimonial .section-content .excerpt {
		height: 220px;
		font-size: 1.2em;
	}
	
#testimonial .section-content .excerpt .review-name {
		font-size: 1.1em;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff;
		font-family: 'Gaegu',serif;
	}
}


@media screen and (max-width: 768px) {
	#testimonial {
		background-attachment:scroll;
	}
	#testimonial .separator {
		display: none;
	}
	#testimonial .section-content .excerpt {
		height: 217px;
		font-size: 1em;
	}
	
	#testimonial .section-content .excerpt .review-name {
		font-size: 1.1em;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff;
		font-family: 'Gaegu',serif;
	}
	#testimonial .container:first-of-type, #testimonial .container:last-of-type {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 650px) {
	#testimonial .section-content .excerpt .review-name {
		font-size: 1.1em;
		margin-top: 20px;
		margin-bottom: 10px;
		color: #fff;
		font-family: 'Gaegu',serif;
	}
	#testimonial .section-content .excerpt {
		width: 95%;
		min-height: 220px;
		font-size: 1.3em;
	}
}

@media screen and (max-width: 480px) {
	#testimonial .title {
		font-size: 3em;
		line-height: 1em;
		
	}
	#testimonial .section-content .excerpt {
		height: 250px !important;
		font-size: 1.2em;
	}
	#testimonial .section-content .excerpt p {
		padding: 10px;
	}
	#testimonial .section-content .excerpt .review-name {
		font-size: 1em;
	}
}

/* gallery */

#gallery {
	background: #FAF0E6;
}

#gallery a {
	color: #a18a91;
	text-decoration: underline;
}

#gallery .excerpt {
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
}

#gallery .separator {
    width: 10%;
    margin-top: 40px;
    background: #cbb778;
    border: solid 1.5px #cbb778;
}

#gallery .section-content {
	padding-top: 20px;
	padding-bottom: 120px;
}

#gallery .section-content .gallery .col {
	width: 29.11%;
	margin-left: 3%;
	margin-bottom:3%;
}

#gallery .section-content .gallery .col .image{
	position: relative;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: url('assets/images/gallery/winedown_preston_wine_bar_basement_bar_beer_underground_preston_gallery_overlay.png');
	cursor: pointer;
	background-position: center;
}

.image:hover .gallery-overlay {
  opacity: 0.8;
}

@media screen and (max-width: 1040px) {
	#gallery .col:last-child {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {	
	#gallery .separator {
		display: none;
	}
	#gallery .section-content .gallery .col {
		width: 48%;
		margin-left: 1%;
		margin-bottom:1%;
	}

	#gallery .section-content .gallery .col:last-child {
		display: none;
	}
	#gallery .section-header .excerpt {
		width: 90%;
		font-size: 1.2em;
	}
	#gallery .section-content {
		padding-top: 30px;
	}
}

@media screen and (max-width: 480px) {	
	#gallery .title {
		font-size: 3em;
		line-height: 1.1em !important;
	}
	#gallery .section-content .gallery .col {
		width: 98%;
		margin-left: 1%;
		margin-bottom:5%;
	}

	#gallery .section-content .gallery .col:last-child {
		display: none;
	}
	#gallery .section-content {
		padding-bottom: 40px;
	}
	#gallery .excerpt {
		margin-top: 30px;
	}
}




/* live music */

#livemusic {
	background: #643142;
}

#livemusic .col {
	width: 60%;
}

#livemusic .col:first-child {
	width: 35%;
}

#livemusic .title,
#livemusic .subtitle,
#livemusic .excerpt {
	color: #faf0e6;
}

#livemusic .subtitle {
	margin-top: 20px;
}

#livemusic h3.subtitle {
	display: inline-block;
	font-size: 18px;
	padding: 5px 10px;
	border: 1px solid #fff;
	margin-top: 40px;
}

#livemusic h4.subtitle {
	display: inline-block;
}

#livemusic h4.subtitle a {
	color: #e7cdb5;
	margin-left: 20px;
}

#livemusic figure {
	padding: 20px;
	background: #512232;
}

#livemusic .excerpt:last-of-type {
	font-weight: 700;
	font-size: 26px;
}

#livemusic .socialstuff {
	margin-top: 40px;
}

#livemusic .socialstuff a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}

#livemusic .socialstuff .svg-inline--fa {
	font-size: 32px;
}

#livemusic .socialstuff figure {
	background: none;
	padding: 0;
	display: inline-block;
}

#livemusic .socialstuff .image img {
	width: auto;
}

#livemusic .excerpt a {
	color: #e7cdb5;
}

@media screen and (max-width: 980px) {
	#livemusic .col,
	#livemusic .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	#livemusic .col:first-child {
		margin: 0;
	}

	#livemusic .socialstuff figure {
		display: none;
	}
}


/* quiznight */

#quiznight .col {
	width: 40%;
}

#quiznight .col:first-child {
	width: 55%;
}

#quiznight .subtitle {
	margin-top: 20px;
}

#quiznight h3.subtitle {
	display: inline-block;
	font-size: 26px;
	color: #512232;
}

#quiznight h4.subtitle {
	display: inline-block;
}

#quiznight h4.subtitle a {
	margin-left: 20px;
}

#quiznight figure {
	padding: 20px;
	background: #512232;
}

#quiznight .socialstuff {
	margin-top: 40px;
}

#quiznight .socialstuff a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}

#quiznight .socialstuff figure {
	background: none;
	padding: 0;
	display: inline-block;
}

#quiznight .socialstuff .image img {
	width: auto;
}

#quiznight .excerpt a {
	color: #e7cdb5;
}

#quiznight .section-footer .col {
	text-align: left;
	width: 100%;
}

#quiznight .section-content {
	padding-bottom: 0px;
	padding-top:60px;
}

#quiznight .section-footer {
	padding-top: 0px;
}

#quiznight .upcoming-dates {
	background: #643142;
	padding: 20px;
	border: solid 10px #FAF0E6;
}

#quiznight .upcoming-dates .title {
	color: #FAF0E6;
	text-align: center;
	font-size: 3em;
}

#quiznight .quiz-dates {
	color: #fff;
	text-align: center;
	list-style-type: none;
	margin-top:20px;
}

#quiznight .quiz-dates li {
	font-size: 1.4em;
}

@media screen and (max-width: 980px) {
	#quiznight .col,
	#quiznight .col:first-child {
		width: 100%;
		margin: 40px 0 0 0;
		text-align: center;
	}

	#quiznight .col:first-child {
		margin: 0;
	}


}

@media screen and (max-width: 480px) {
	#quiznight .section-header .title {
		font-size:3em !important;
		line-height:1.2em;
	}
	#quiznight .section-content {
		padding-top:20px;
	}
	#quiznight .upcoming-dates .title{
		font-size: 2em !important;
	}
}



/* contact us */

#contactus {
	background: #FAF0E6;
}

#contactus .contact-icon { 
	color: #a18a91 !important;
	font-size: 1em !important;
	margin-right: 5px;
}

#contactus .openingtimes {
	margin-top: 20px;
	font-size: 1.2em;
    color: #643142;
}

#contactus .openingtimes li:first-child {
	font-size: 1.5em;
	margin-bottom: 5px;
	font-weight: 600;
}

#contactus .contact-info {
	margin-top: 20px;
	font-size: 1.3em;
	text-align: left;
}

#contactus .contact-info li {
	line-height: 1.7em;
}

.field {
	width: 100% !important;
	padding: 15px !important;
	font-size: 1.2em !important;
	font-family: 'Gaegu',sans-serif !important;
}

#contactus .container {
	padding-top: 112px !important;
}

#contactus a {
	color: #5e88a1;
}

#contactus .col:last-child {
	position: relative;
}

#contactus .row [class*='col']:last-child {
	margin-top: 0px;
}

#contactus .title {
	margin-bottom: 0px;
	line-height: 0.8em;
}

#contactus .contact-form {
	margin-top: 40px;
	padding-bottom: 120px;
}

#contactus .contact-form label {
	display: block;
	text-align: left;
	color: #643142;
	font-family: 'Gaegu', sans-serif;
	margin-bottom: 2px;
}

#contactus .contact-form input {
	padding: 2.5% !important;
	display: inline;
	border: 0;
	box-sizing: border-box;
	color: #643142;
	font-size: 1.4em !important;
	font-family: 'Gaegu',sans-serif;
	margin-bottom: 0px;
	font-weight: 300;
	-webkit-appearance: none;
}

#contactus .contact-form textarea {
	padding: 2.5% !important;
	display: inline;
	border: 0;
	box-sizing: border-box;
	color: #643142;
	font-size: 1.4em !important;
	font-family: 'Gaegu',sans-serif;
	margin-bottom: 0px;
	font-weight: 300;
	-webkit-appearance: none;
	width: 100% !important;
}

#contactus .excerpt {
	margin-top: 20px;
	font-family: 'Gaegu',sans-serif;
}


#contactus .button.secondary {
	display: none;
}

#contactus option {
	font-weight: 300;
}

.contact-info .subtitle {
	text-transform: uppercase;
    line-height: 1.4em;
    margin-top: 40px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #5e88a1;
	font-family: 'Gaegu',sans-serif;
}

.contact-info .excerpt {
	color: #000 !important;
	font-size: 1.2em;
	letter-spacing: 0 !important;
	padding-top: 0px;
	margin-top: 10px !important;
}

@media screen and (max-width: 1300px) {
	#contactus .title {
		line-height:1em;
	}
	#contactus .contact-form {
		margin-top: 40px !important;
	}
}

@media screen and (max-width: 1300px) {
	#contactus .title {
		line-height:1em;
	}
	#contactus .contact-form {
		margin-top: 40px !important;
	}
}


@media screen and (max-width: 960px) {
	#contactus .ucf button[type=submit] {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 898px) {
	#contactus .col {
		width: 100%;
		margin-left: 0px;
	}
	#contactus .contact-form {
		margin-top: 40px !important;
	}
	#contactus .col:last-child {
		text-align: center;
	}
	#contactus .button {
		margin-right: 0px !important;
	}
	#contactus .contact-form input {
		width: 100% !important;
		}
	#contactus .section-content .col:last-child {
		margin-top: 0px;
	}
}

@media screen and (max-width: 768px) {
	#contactus .separator {
		display: none;
	}
	#top-excerpt {
		margin-top: 40px !important;
	}
	#contactus .contact-info li {
		text-align: center;
	}
}

@media screen and (max-width:480px)
{
	#contactus .excerpt {
		font-size: 1em;
	}
	#contactus .button {
		width: 100%;
	}
	#contactus .container {
		padding-top: 40px !important;
	}
	#contactus .contact-form {
		padding-bottom: 40px !important;
	}
	#contactus .contact-info {
		font-size: 1em;
	}
}

/* inventis */

.inventis {
	margin-top: 120px;
	margin-bottom: 20px;
	text-align: center;
}

.inventis img {
	width: auto;
}

@media screen and (max-width: 768px) {
	.inventis {
		text-align: center;
	}
}

/* flexslider */

.whatweoffer-slider  {
	border: solid 4px #E7CDB5;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-direction-nav .flex-prev {
    margin-right: 70px;
    padding: 12px 27px 10px 27px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #643142;
    padding: 12px 27px 10px 27px;
}

.nav-icon {
	z-index: 9999;
}

.nav-carousel{
	padding-top: 40px;
}

.nav-carousel a{
	color: #fff;
	border-radius: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right:2%;
	margin-left: 2%;
	font-size: 1.6em;
}


/* no cookie */

.nocookie {
    margin: 0 auto;
background: #643142;
    padding: 40px;
    border: solid 10px #FAF0E6;
	text-align: center;
}

#contactus .nocookie a {
	color: #FAF0E6;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}



/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 1000;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    line-height: 26px;
    font-size: 18px;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
	margin: 30px auto 10px;
    border: 0;
	padding: 0;
	display: inline-block;
	float: none;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 5px 15px;
	color: #fff;
	display: inline-block;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 24px;
}

#privacypolicy .title {
    margin-top: 30px;
	font-size: 16px;
	line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
    line-height: 26px;
    font-size: 18px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}

#privacypolicy .policyoptions .button {
	background: #00d2ff;
	margin: 30px auto 10px;
    border: 0;
	padding: 0;
	display: inline-block;
	float: none;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 5px 15px;
	display: block;
	color: #fff;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
}



::-webkit-input-placeholder { /* C.separatorome/Opera/Safari */
 	color: #643142;
	font-family: 'Gaegu', sans-serif;
	font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
 	color: #643142;
	font-family: 'Gaegu', sans-serif;
	font-weight: 300;

}
:-ms-input-placeholder { /* IE 10+ */
 	color: #643142;
	font-family: 'Gaegu', sans-serif;
	font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
 	color: #643142;
	font-family: 'Gaegu', sans-serif;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	.field {
		width: 95% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Gaegu',sans-serif !important;
	}
}

@media screen and (max-width: 480px) {
	#contact .contact-form textarea {
		height: 200px;
	}
	.field {
		width: 90% !important;
		padding: 15px !important;
		font-size: 1.2em !important;
		font-family: 'Gaegu',sans-serif !important;
	}
}

/* footer */

#main-footer .separator {
	border-top: 1px solid #E7CDB5;
	padding-bottom: 40px;
	margin-top: 30px;
	width: 100%;
}

#main-footer {
	background: url('assets/images/footer/winedown_preston_wine_bar_basement_bar_beer_underground_preston_footer_background.jpg');
	font-family: 'Gaegu', sans-serif;
	font-weight: 300;
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
}

#main-footer .footer-cols .col {
	width: 21.2%;
}

#main-footer .footer-cols .col:last-of-type {
	margin-left: 1%;
}

#main-footer .container {
	padding: 50px 5%;
	padding-bottom: 40px !important;
}

#main-footer .copyright {
	font-size: 1.1em;
	line-height: 18px;
	color: #fff;
	text-align: center;
	font-family: 'Gaegu',sans-serif;
	font-weight: 400;
}

#main-footer .copyright span,
#main-footer #currentyear {
	display: inline-block;
}

#main-footer li {
	color: #fff;
	font-size: 1.1em;
}

@media screen and (max-width: 1350px) {
	#main-footer .footer-cols .col {
		width: 21.2%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 20%;
	}
}

@media screen and (max-width:1250px) {
		#main-footer .footer-cols .col {
		width: 45%;
		text-align: center;
	}
	#main-footer .footer-cols .col:last-child {
		width: 45%;
	}
}

@media screen and (max-width: 1135px) {
	#main-footer .footer-cols .col:first-child {
		width: 25%;
	}

	#main-footer .footer-cols .col {
		width: 36%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 25%;
	}
}

@media screen and (max-width: 955px) {
	#main-footer .footer-cols .col:first-child {
		width: 20%;
	}

	#main-footer .footer-cols .col {
		width: 40%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 10%;
	}
}

@media screen and (max-width: 955px) {
	#main-footer .footer-cols .col:first-child {
		width: 20%;
	}

	#main-footer .footer-cols .col {
		width: 40%;
	}

	#main-footer .footer-cols .col:last-child {
		width: 10%;
	}
	#footer-nav li:first-child {
		display: block;
		font-size: 1.4em !important;
		font-family: 'Gaegu', sans-serif;
		color: #fff;
	}
	#footer-nav li {
		display: block;
		font-size: 1em !important;
		font-family: 'Gaegu', sans-serif;
		color: #fff;
	}
}

@media screen and (max-width: 788px) {
	#footer-nav li:first-child {
		font-size: 1.8em !important;
		margin-bottom: 5px;
	}	
		#footer-nav li {
		font-size: 1.4em !important;
	}
	#main-footer .footer-cols .col {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 50px;
	}
	#main-footer .footer-cols .col:first-child {
		width: 100%;
	}
	.widSSP {
		margin: 0 auto !important;
	}	
	#footer-nav {
		width: 60%;
		margin: 0 auto;
	}#main-footer .footer-cols .col:last-child {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#main-footer .footer-cols .col:last-child .footer-nav {
		height: 60px;
	}
		#main-footer .footer-cols .col:nth-child(2) {
		margin-bottom: 0px;
	}
	.inventis {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.TA_selfserveprop {
		margin-top: 20px !important;
	}
}

@media screen and (max-width: 580px) {
	#main-footer {
		padding-bottom: 75px;
	}
}

/* footer menu */

.time {
	float: right;
}

#footer-nav ul {
	list-style-type: none;
	text-align: left;
}

#footer-nav li {
	display: block;
	font-size: 1.1em;
	font-family: 'Gaegu', sans-serif;
	color: #fff;
}

#footer-nav li:first-child {
	margin-left: 0;
	font-family: 'Gaegu',serif;
	color: #E7CDB5;
	font-weight: 600;
	text-transform: none;
	font-size: 1.8em;
	margin-bottom: 10px;
	text-align: center;
}

#main-footer ul li:first-child {
	margin-left: 0;
	font-family: 'Gaegu',serif;
	color: #E7CDB5;
	font-weight: 600;
	text-transform: none;
	font-size: 1.8em;
	margin-bottom: 10px;
	text-align: center;
}

#footer-nav li a {
	display: block;
	color: #fff;
}

#footer-nav li a span {
	padding: 20px 0;
}

@media screen and (max-width: 788px) {
	#footer-nav {
		text-align: center;
		width: 80%;
		}
	#footer-nav li:first-child {
		font-size: 1.8em !important;
		margin-bottom: 5px;
	}	
		#footer-nav li {
		font-size: 1.2em !important;
		text-align: center;
	}
	.time {
		display: block !important;
		width: 100%;
	}
}


@media screen and (max-width: 768px) {
	#main-footer .copyright {
		font-size: 1em;
	}
}

/* back to top */

.back-to-top {
	display: none;
	position: fixed;
	left: auto;
	right: 30px;
	bottom: 30px;
	text-align: center;
	height: 40px;
	width: 40px;
	background: #643142;
	border: 2px solid #e7cdb5;
	z-index: 9999;
	color: #fff;
	padding-top: 2px;
	transition: 0.2s;
	-moz-transition: 0.2s;
}

.back-to-top:hover {
	background: #643142;
	border: 2px solid #e7cdb5;
}

@media screen and (max-width: 580px) {
	.back-to-top {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		border: 0;
	}
	.back-to-top:hover {
		background: #643142;
		border: 0px;
	}
	.back-to-top:after {
		font-size: 28px;
	}
}

/* Error message box */

.ucf .message .errors {
	background: #D60A0A;
	color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .errors p {
	color: #D60A0A;
}

/* Success message box */

.ucf .message .success {
	background: #fff;
	color: #000;
	border: none;
	border-radius: 5px;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

.ucf .message .success p {
	color: #000;
}

/* Form */

.ucf * {
	outline: none;
}

.ucf fieldset {
	max-width: 1000px;
	margin: 0px auto;
}

.ucf legend {
	font-weight: bold;
	padding: 10px;
}

.ucf .field-wrapper {
	clear: both;
	margin-top: 0;
	line-height: 2em;
	padding: 0;
	box-sizing: border-box;
}

.ucf .field-wrapper label span {
	display: block;
	width: 100%;
}

.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select {
	border: solid 1px #ccc;
	padding: 10px;
	transition: all .3s ease-in-out;
}

.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus {
	border: solid 1px #333;
}

@media (max-width:1260px) {
	.ucf .trio {
		width: 100% !important;
		display: inline-block!important;
	}
}

@media ( max-width: 768px) {
	.ucf fieldset {
		padding: 10px;
	}
	
	.ucf .field-wrapper {
		margin-bottom: 20px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 150px;
	}
	
	.ucf .field-wrapper select {
		width: 170px;
	}
}

@media ( min-width: 481px) {
	.ucf .field-wrapper {
		margin-bottom: 20px;
	}
	
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea {
		width: 200px;
	}
	
	.ucf .field-wrapper select {
		width: 220px;
	}
}

/* Select 2 overrides */
.select2 {
	margin-bottom: 20px;
}

.select2-container .selection,
.select2-container .select2-selection {
	width: 100% !important;
}

.select2-search__field:focus {
	outline: none;
}

/* Honey trap field */

.ucf .hey-honey {
	left: -9999px;
	position: absolute;
}

/* Button */
.ucf button[type=submit] {
	background-color: #643142;
    border: none;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-family: 'Gaegu', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    display: inline-block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    color: #fff;
	cursor: pointer;
}

.ucf button[type=submit]:hover {
	background: #a18a91;
}

.ucf button[type=submit].complete {
	background-color: #a18a91;
	color: #fff;
	cursor: default;
}

.ucf button.secondary {
	margin-left: 20px;
	display: inline-block;
	width: auto;
	height: auto;
	border: 2px solid #fff;
	background: none;
	padding: 15px;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
}

.ucf button.secondary:hover {
	background: #ddd;
}

::-moz-selection {
	background: #643142;
	color: #FFFFFF;
}

::selection {
	background: #643142;
	color: #FFFFFF;
}

#map .row [class*='col']:last-child {
	margin-top: 0px;
}

#map .col {
    width: 100%;
}

#map .gmap {
    position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}

#map .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 768px) {
	#map .gmap {
		padding-bottom: 55%;
	}
	#maps .col {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#map .gmap {
		padding-bottom: 80%;
	}
}