/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.4;
}

ul {
	list-style-type: none;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 12, 2012 */

@font-face {
    font-family: 'dessau';
    src: url('fonts/dessau-demibold-webfont.eot');
    src: url('fonts/dessau-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dessau-demibold-webfont.woff') format('woff'),
         url('fonts/dessau-demibold-webfont.ttf') format('truetype'),
         url('fonts/dessau-demibold-webfont.svg#dessau-demiboldregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'dessau';
    src: url('fonts/dessau-light-webfont.eot');
    src: url('fonts/dessau-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dessau-light-webfont.woff') format('woff'),
         url('fonts/dessau-light-webfont.ttf') format('truetype'),
         url('fonts/dessau-light-webfont.svg#dessau-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 18, 2015 */



@font-face {
    font-family: 'pacificoregular';
    src: url('/fonts/pacifico-webfont.eot');
    src: url('/fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pacifico-webfont.woff2') format('woff2'),
         url('/fonts/pacifico-webfont.woff') format('woff'),
         url('/fonts/pacifico-webfont.ttf') format('truetype'),
         url('/fonts/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
    font-family: "dessau";
    color:#ffe997;
    background: #2f1600 url('/images/darkerbg.png') repeat fixed;
}

.header {
    padding-top: 20px;
    width:100%;
    z-index: 100;
}

#mainTitle {
    display:block;
    width:auto;
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;}

#smallTitle {
    display: none;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.nav_wrapper {
    position:relative;
    width: 100%;
    height: auto;
    z-index: 100;
	background-color: transparent;
}

#nav {
    display:block;
    margin-left:auto;
    margin-right:auto;
    list-style-type:none;
    width: 900px;
    max-width: 100%;
    font-weight:bold;
    color:#542D00;}

#nav li {
    float:left;
    text-align:center;
    margin:5px 0 5px 14px;
}

#nav li a{
    display:block;
    text-decoration:none;
    font-size: 2.3em;
    text-shadow: 1px 1px 2px #000000;
    padding: 5px 25px;
}

#nav li:first-child {
    margin-left: 0;
}

#nav .icon {
     display:none;
}

a {
    text-decoration:none;
    color: #f49712;
}

.cc-active, a:hover {
    color: #E90010;
}

#content {
    display:block;
    width:1102px;
    margin-left:auto;
    margin-right:auto;
}

.social {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:477px;
    max-width: 100%;
}

.social span {
    float: left;
}

i {
    padding:10px;
    text-shadow: 2px 2px 4px #000000;
    font-size: 2.3em !important;
}

.social p {
    float:left;
    padding:0 0 0 20px;
}

h2, h3, h4, h5 {
    font-weight: bold;
    text-align: center;
    color: inherit;
    font-family: pacificoregular, cursive;
    line-height: 1;
}

h2 {
    font-size: 5em;
    padding-top : 1em;
    text-shadow: 2px 2px 4px #000000;
    color: #E90010;
}

h3 {
    font-size: 3em;
    color: inherit;
    padding: .4em 0 0;
}

h4 {
    font-size:30px;
    padding:10px;
}

h5 {
    font-size:25px;
    padding:10px 10px 20px;
}

p {
    margin:5px;
    padding: 5px;
    font-size: 20px;
}

header p {
    text-align: center;
    font-weight: bold;
}

.whats-on {
	width: 980px;
    max-width: 100%;
	display: block;
	margin: 15px auto;
	list-style-type: none;
	font-size: 20px;
}

.whats-on > li {
	padding: 10px 0;
}

.whats-on > li > ul li{
	margin: 10px 30px;
	font-size: 90%;
}

.menu {
    padding:10px;
    border:8px solid #E41E13;
    border-top-left-radius:60px;
    border-bottom-right-radius:60px;
    background:#deccaa url('images/swirl_pattern.png') top center;
    color:#3d200f;
}

.border {
    background-color:#F49712;
    margin:8px auto 30px;
    padding:8px;
    border-top-left-radius:70px;
    border-bottom-right-radius:70px;
    border:8px solid #AA4D02;
    box-shadow: 2px 2px 7px #000000;
    width: 1000px;
    display:block;
    max-width: 96%;
}

.menu-desc {
    text-align: center;
    margin: 10px auto;
    width: 70%;
    font-weight: bold;
}

.menu-list {
    width: 85%;
    display: block;
    margin: 1em auto;
    font-size: 1.3em;
}

.menu-list > li {
    padding: .7em 0;
}

.menu-list ul {
    padding-left: 8%;
}

.alc-match {
    font-weight: bold;
    font-size: .9em;
}

li > p {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.column {
    display:block;
    float:left;
    width: 50%;
    padding-top: 1em;
}

.column li {
	margin-bottom: 12px;
	font-size: 1.3em;
}

.menu > p {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:75%;
    font-weight:bold;
    text-align:center;
    padding-top:0;
    font-size:18px;
}

.menuItem {
    display:block;
    width:90%;
    margin: 0 auto 12px;
    padding-bottom: 10px;
    border-radius: 20px;
    line-height: 1.2;
    font-size: 18px;
}

.menuItem p {
    font-weight: normal;
    text-align: left;
    width: 90%;
}

.menuItem .description {
     max-width: 90%;
}

.menuItem .price {
    text-align:right;
    float:right;
    padding: 0 0 10px 20px;
}

.menuItem ul {
	padding: 10px 0 0 30px;
}

.flavour_menu {
    padding: 10px;
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flavour_menu h4{
    padding: 10px;
}

.flavour_menu .price {
    padding: 17px;
    font-size: 20px;
    vertical-align:bottom;
    text-align:right;
}

.flavour {
    width: 30%;
    float: left;
    padding: 4px 1.6%;
}

.gallery {
    width: 940px;
    margin: 30px auto;
}

.gallery img {
    box-shadow: 2px 2px 3px #000000;
    float: left;
    width: 49%;
    height: auto;
    margin: 5px 1% 5px 0;
}

figure {
    float: left;
    width: 32%;
    margin-left: 2%;
}

figure img {
    width: 98%;
    margin: 5px auto;
}

figure:first-child {
    margin-left: 0;
}

figcaption {
    text-align: center;
    font-size: 1.2em;
}

.cards {
    display: block;
    margin: 40px auto;
    width: 900px;
    max-width: 100%;
}

.coffee {
    width: 29%;
    margin-right: 1%;
    float: left;
}

.voucher {
    width: 40%;
    float: left;
}

p.paragraph {
    width: 90%;
    text-align:left;
    font-size: 20px;
    font-weight: normal;
}

.functions li{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width: 90%;
    text-align:left;
    font-weight: normal;
    padding-bottom: 5px;
}

.venue li {
	font-size: 20px;
}

p.disclaimer {
    text-align: left;
    font-weight: normal;
    width: 90%;
}


footer {
    position: relative;
    width: 100%;
    background-color: #260f0a;
    padding: 60px 0;
    text-align: center;
    font-size: 1.3em;
}

footer span {
    font-weight: normal;
    padding: 0 10px;
}

span.social {
    font-size: 1.1em;
    display: inline;
    vertical-align: -.25em;
}

.footer_wrapper {
    display: block;
    width: 785px;
    max-width: 100%;
    margin: 0 auto;
}

/* Helper Classes */

.clear {
    clear: both;
}

.right {
    float: right;
    text-align: right;
}

strong {
    font-weight:bold;
}

.editor-link {
  display: none;
  padding: 10px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: -30px 0 30px;
}

.cms-editor-active .editor-link {
  display: block;
}

iframe#eveve{
    max-width:500px;
    width:100%;
    height:520px;
    display: block;
    margin: 20px auto 0;
}

@media screen and (max-width: 480px) {
    iframe#eveve{ 
        height:540px;
    }  
}

@media screen and (max-width: 1100px) {
    
    #content {
        width:96%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1000px) {
    
    .gallery {
        width: 100%;
    }
    
    #nav {
        width: 844px;
    }
    
    #nav li {
        margin-left: 0;
    }
}

@media screen and (max-width: 860px){
    
     #nav li {
        float: none;
        display: block;
        background-color: #2f1600;
        border-radius: 8px;
        box-shadow: inset 1px 1px 2px #000000, 1px 1px 2px rgba(255,255,255,.3);
        width: 98%;
        margin: 1px auto;
        padding: 0;
    }
    
    #nav li:first-child {
        margin-left: auto;
    }
    
    #nav li a {
        padding: 0;
        margin: 0;
    }
    
}

@media screen and (max-width: 700px) {

	.whats-on {
		width: 100%;
	}
	
	.whats-on > li {
		padding: 10px;
	}
	
    .column {
        width:100%;
    }

    .menu p {
        width: 90%;
    }
    
    .flavour {
        width: 46%;
    }
    
    figure {
        width: 49%;
    }
    
    figure:last-child {
        margin: 5px auto;
        float: none;
    }
}

@media screen and (max-width: 605px) {

    .footer_wrapper {
        width: 230px;
    }
    
    span.social {
        text-align:center;
        width: 100%;
    }
    
    span.social i {
        float: none;
    }
    
    footer span {
        display:block;
        margin-left:auto;
        margin-right:auto;
        width: 230px;
        text-align:center;
        padding: 0;
        clear:both;
    }
    
    footer p {
        padding: 0;
        margin: 0;
    }
    
}

@media screen and (max-width: 585px) {
    
    header {
        padding: 5px 0;
    }

    #mainTitle {
        display:none;
    }

    #smallTitle {
        display: block;
    }
    
    .flavour {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {

    .social span {
        float: none;
        text-align: center;
    }
    
    .social p {
        padding:0;
        margin:0;
        float: none;
        text-align: center;
    }
    
    .gallery img {
        width: 98%;
        margin: 5px 1%;
    }
    
    .coffee {
        width: 49%;
        margin: 0 2% 10px 0;
    }
    
    .coffee:nth-child(even) {
        margin-right: 0;
    }
    
    .voucher {
        width: 350px;
        max-width: 98%;
        float: none;
        margin: 5px auto;
        display: block;
    }

}

@media screen and (max-width: 250px) {
    
    footer span {
        width: 90%;
    }
}