@charset "UTF-8";
body{
font-family: 'Roboto Condensed', sans-serif;
	 -webkit-font-smoothing: antialiased;
}
body.news{
background-color: #eeeeee;
}
h1, h2{
font-family: 'Balthazar', serif;
}
h2{
	color:#5d722d;
}
h2.orange{
	color:#ff883e;
}
h3{
	color:#ef7d35;
}
ul{
padding: 0;
}
.live-video-title {
margin-bottom: 20px;
}
.live-video-title h2.col-title{
	padding-left:0;
	
}
.live-video iframe{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
/*height: 450px;*/
	
}
.footer a{
    color:#ffffff;
}
.footer .col-sm-12, .footer .col-sm-6{
position: relative;
z-index:1;
}
.footer .col-xs-8 .col-sm-6{
z-index: 10;
}
.main-menu-btn{
position: absolute;
top: 15px;
right: 15px;
background-image: url(../images/burger.png);
background-repeat: no-repeat;
height: 30px;
width: 30px;
z-index: 100;
cursor: pointer;
}
.main-menu-btn:hover{
background-image: url(../images/burger-irish.png);
}
.main-menu-btn.act, .main-menu-btn.act:hover{
display:block;
background-image: url(../images/close-btn.png);
}
.menu-box{
max-width: 320px;
width: 100%;
background-color: #ffffff;
padding: 20px;
font-size: 2em;
font-family: 'Balthazar', serif;
position: absolute;
top: 0;
right: 0;
z-index: 1;
display:none;
}
.menu-box.act{
display:block;
}
.main-menu{
list-style:none;
}
.main-menu a{
color: #5d722d;
}
.menu-box img.img-responsive{
max-width: 200px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.green {
	color: #6bb022;
}
.dark-green, .h1.dark-green, h2.h1.dark-green{
color: #5d722d;
}
.mb1em{
margin-bottom: 1em;
}
.smaller {
	font-size: 90%;
}
.pdt1{
	padding-top: 1em;
}
.crew h3{
	color: #333;
}
.container-fluid .row{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative ;
}
.header-navi{
	position: absolute;
	width: 100%;
	z-index: 100;
}
.header-navi h2{
	color: #ffffff;
	-webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.header-img{
	background-color: #000000;
	color:#ffffff;
	position: relative;
	width: 100%;
}
.header-img h1{
	font-size: 3.1em;
	margin-bottom: 0;
	text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1), 0 0 9px rgba(0,0,0,1);
}
.header-img h2{
	color:#ffffff;
	font-size: 1.85em;
	margin-top: 0.25em;
	margin-bottom: 1.25em;
	text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1), 0 0 9px rgba(0,0,0,1);
}
.header-img img{
	z-index: 1;
	position: relative;
}
.over-image{
	z-index: 10;
	position: relative;
}
.header-img .over-image{
	left: 0;
	bottom: 1em;
	position: absolute;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}
.orange h1{
	color:#ff883e;
}
.container-fluid.grey-light-dark{
	background: rgb(235,235,235);
background: -moz-linear-gradient(top, rgba(235,235,235,1) 30%, rgba(194,198,193,1) 100%);
background: -webkit-linear-gradient(top, rgba(235,235,235,1) 30%,rgba(194,198,193,1) 100%);
background: linear-gradient(to bottom, rgba(235,235,235,1) 30%,rgba(194,198,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#c2c6c1',GradientType=0 );
padding-top: 2em;
	padding-bottom: 2em;
}
.container-fluid.grey-dark-light{
	background: rgb(235,235,235);
background: -moz-linear-gradient(top, rgba(194,198,193,1) 30%, rgba(235,235,235,1) 100%);
background: -webkit-linear-gradient(top, rgba(194,198,193,1) 30%, rgba(235,235,235,1) 100%);
background: linear-gradient(to bottom, rgba(194,198,193,1) 30%, rgba(235,235,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c6c1', endColorstr='#ebebeb',GradientType=0 );
padding-top: 2em;
	padding-bottom: 2em;
}
.container-fluid.black{
	background-color: #000000;
	color:#ffffff;
	padding-top: 2em;
	padding-bottom: 2em;
}
h2.col-title{
	font-size: 3.7em;
	padding-left: 2em;
}
.menus h2.col-title{
	padding-left: 0em;
}
.counter-time{
	text-align: center;
}
.counter-time div.timecol{
	display: inline-block;
	text-align: center;
	font-size: 8em;
	margin-left: 15px;
	margin-right: 15px;
    margin-bottom: 0;
    line-height: 1;
	letter-spacing: 1px;
}
.counter-time div span{
	font-size: 0.2em;
	display: block;
    margin-top: 0;
}
.counter h2{
	font-size: 3.1em;
}
.evts{
	list-style: none;
}
.event{
	padding-left: 80px;
	background-image: url(../images/clover.png);
	background-position: left 35%;
	background-repeat: no-repeat;
	color:#444444;
	font-size: 18px;
	margin-bottom: 2em;
}

.event a, .event a:hover, .event a:active{
	text-decoration: none;
	color:#444444;
}
.event .date{
color: #ffffff;
background-image: url(../images/green_date_bg.png);
background-repeat: no-repeat;
background-size: cover;
padding: 20px 10px;
text-align: center;
width: 79px;
height: 61px;
font-size: 17px;
}
.event h3, .event a h3{
	font-family: 'Balthazar', serif;
	font-size: 34px;
	color: #ef7d35;
}
.more-events{
	width: 80%;
	max-width: 407px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.chalkboard {
	background-image: url(../images/chalkboard-bg.jpg);
	background-repeat: repeat-y;
	background-size: contain;
	min-height: 800px;
	position: relative;
	font-size: 16px;
}
.chalkboard-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.chalkboard-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	transform: rotate(180deg);
}
.chalkboard-content {
	position: relative;
	z-index: 1;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.chalkboard-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}
.chalkboard-navi {
	background-image: url(../images/on-tap-bottled-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.chalkboard-navi.spirits-navi{
	background-image: url(../images/spirits-bg.png);
background-position: bottom center;
}

.chalkboard-navi .col-xs-6 {
	padding-left: 0;
	padding-right: 0;
}
#serving.tab-content {
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
}
#rums-tab{
display: block;
background-image: url(../images/spirits-vline-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
}
#whiskeys-tab{
display: block;
}
#gins-tab{
display: block;
	background-image: url(../images/spirits-vline-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
.country {
	margin-bottom: 1em;
	color: #cecece;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: -3px;
	;
	padding-top: 0;
}
.row.beer {
	margin-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.rates {
	color: #cecece;
}
.oo-lnk, .oo-lnk:hover, .oo-lnk:active, .oo-lnk:visited {
	color: #ef7d35;
}
.rb-lnk, .rb-lnk:hover, .rb-lnk:active, .rb-lnk:visited {
	color: #42c725;
}
.footer {
	font-size: 20px;
}
.black.footer{
	background-image: url(../images/footer_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.crew .row{
padding-top: 1em;
padding-bottom: 1em;
}
.crew .row .col-sm-6{
padding-top: 1em;
padding-bottom: 1em;
}
.news-col, .fb-col{
padding-bottom: 2em;
}
.news-col{
padding-right: 30px;
}
.fb-col{
padding-top: 2em;
background-color: #ffffff;
padding-left: 30px;
padding-right: 30px;
}
.news-col h1, .container-fluid.menus h1{
color: #5d722d;
}
p.ingressi{
font-size:1.2em;
}
.news-row{
margin-bottom: 2em;
}
.mc4wp-form .row{
padding-left: 15px;
}
.mch-form{
margin-left: auto;
margin-right: auto;
display: block;
padding: 20px;
background: #c2c6c1;
margin-top: 20px;
margin-bottom: 20px;
background: -moz-linear-gradient(top, #fefefe 0%, #c2c6c1 100%);
background: -webkit-linear-gradient(top, #fefefe 0%,#c2c6c1 100%);
background: linear-gradient(to bottom, #fefefe 0%,#c2c6c1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c2c6c1',GradientType=0 );
}
.mch-form h4{
margin-top: 0;
}
.mc4wp-form-fields label{
display:none;
}
.mc4wp-form-fields input, .mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="text"]{
width: 100%;
font-size: 1.2em;
padding: 5px 12px;
}
.mc4wp-form-fields input[type="submit"]{
background-color: #ef7d35;
color: #ffffff;
border: 0;
padding: 7px 12px;
}
.speciality{
margin-bottom: 2em;
}
.speciality img{
display:block;
margin-left:auto;
margin-right:auto;
}
.container-fluid.menus li{
    list-style: none;
}
@media (max-width:900px) {
.counter-time div.timecol {
	font-size: 6em;
}
.counter-time div span {
	font-size: 0.2em;
}
.counter h2 {
	font-size: 2.6em;
}
}

@media (max-width:767px){
body{
font-size: 12px;
}
.header-img h1{
	font-size: 2.5em;
}
.header-navi h2{
	font-size: 20px;
}
h2.col-title{
	font-size: 2.5em;
padding-left: 0;
}
.counter-time div.timecol {
	font-size: 4em;
}
.counter-time div span {
	font-size: 0.3em;
}
.counter h2 {
	font-size: 2.2em;
}
.evts{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.event{
padding-left: 0px;
background-image:none;
}
.event h3, .event a h3{
font-size: 24px;
}
	.header-img .over-image{
	position: relative;
		padding-top: 50px;
	}
	.news-col{
		padding-left: 30px;
		padding-right: 30px;
	}
	.mc4wp-form-fields input[type="email"], .mc4wp-form-fields input[type="text"]{
margin-bottom: 8px;
	}
		.footer .col-xs-12, .footer .col-sm-12{
    clear: both;
	}
}
@media (max-width:600px) {
	.footer .pdt1{
		padding-top: 0;
	}
	.footer .col-xs-12, .footer .col-sm-12{
    clear: both;
	}
}

/* new 2018/05 */
.game-columns{
margin-bottom: 2em;
}
.game{
margin-bottom: 30px;
}
.game h4{
font-weight: 600;

}
.acf-map {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.before-menu-content{
padding-left: 15px!important;
padding-right: 15px!important;
font-size: 16px!important;
}
.before-menu-content p{
margin-bottom: 1.4rem!important;
}