
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  background:#EEEEEE url(/images/misc/debut_light.png);
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c3c3c;
  background:#EEEEEE url(/images/misc/debut_light.png);
  }
button,
input,
select,
textarea {
  font-family:Helvetica, Tahoma, sans-serif;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:  "Josefin Sans","Gill Sans", Helvetica, sans-serif;
	font-weight:800;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.2em;
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  text-align: left;
}
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.pul li {
	
	font-size: 1.3rem !important;
	line-height: 22px !important;
	text-align: left !important;
	margin-left:24px !important;
	letter-spacing: 0.1em !important;	
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family:Helvetica, Tahoma, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #42BCD2;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
a:visited {
  color: #42BCD2;
}
a:hover {
  color: #232323;
}
a:focus {
  outline: thin dotted;
  color: #232323;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption {
  background-color: transparent;
}
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
:-webkit-selection {
  background: #e6e6e6;
  color: #fafafa;
  text-shadow: none;
}
:-moz-selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
:selection {
  background: #7bacc8;
  color: #c8977b;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
:-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}


/* GENERIC ============================================================================= */
body
{
    height: 100%;
    padding: 0;
    font-family:  Raleway, "Gill Sans", Helvetica, sans-serif;
	background:#EEEEEE url(/images/misc/debut_light.png);
  }


.sticky-wrapper{
	height:80px !important;	
}
.wrapper
{
    margin: 0 auto;
    padding: 0 20px;
}

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

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
}

.hide
{
    display: none !important;
}

img
{
    display: block;
    max-width: 100%;
}


/* TEXT ============================================================================= */
h1, h2, h3, h4, h5, h6
{
    font-family:  "Josefin Sans","Gill Sans", Helvetica, sans-serif;
    letter-spacing: 0.2em;
	font-weight:800;
}

p
{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 0.2em;
}

a, a:active, a:visited
{
    color: #111;
    text-decoration: underline;
}
    
    a:hover
    {
        text-decoration: none;
    }
    
blockquote
{
    margin: 0;
    margin-top: 50px;
    padding: 20px;
    border: none;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}
    
    blockquote p
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        text-align: justify;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 20px;
    }
    
    blockquote b
    {
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.2em;
        color: #111;
    }


/* HEADER ============================================================================= */
.site-header h1, .site-header h1 a
{
    margin: 0 auto;
    width: 251px;
    height: 88px;
}

.site-header h1
{
    padding: 25px 0;
    padding-bottom: 35px;
}

.site-header h1 a
{
    display: block;
    background: transparent url("/images/header/logo248.png") no-repeat;
    text-indent: -9999em;
}


/* NAV ============================================================================= */
.nav-wrapper
{
    padding: 0;
    padding-bottom: 30px;
	font-family:  "Josefin Sans", "Gill Sans", Helvetica, sans-serif !important;
	
	}

.nav-wrapper.stuck
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 50;
    padding-bottom: 0;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	  background:#d1d1d1;
}

.nav-wrapper.stuck .site-nav
{
    padding: 15px 0;
    padding-bottom: 17px;
}

.nav-wrapper hr
{
    margin: 0;
    border: none;
    border-bottom: 1px solid #111;
}

.nav-wrapper .tiny-logo
{
    display: none;

}

.site-nav
{
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
}
    
    .site-nav ul
    {
        display: none;
    }
    
.nav-mobile
{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 34px;
}

.nav-mobile .mobile-nav-trigger
{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    letter-spacing: 0.2em;
    border: 1px solid #111;
}

.mobile-nav-dropdown
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #111;
    background: #f9f8f2;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    z-index: 100;
}
    
    .mobile-nav-dropdown li
    {
        text-align: center;
    }
        
        .mobile-nav-dropdown a
        {
            display: block;
            font-size: 18px;
            font-size: 1.8rem;
            text-transform: uppercase;
            text-decoration: none;
            line-height: 34px;
            letter-spacing: 0.2em;
        }


/* COLUMNS ============================================================================= */
.col-right
{
    margin-bottom: 30px;
}
    
    .col-right img
    {
        margin: 0 auto;
    }
    
.alt-block .col-left
{
    margin-bottom: 30px;
}
    
    .alt-block .col-left img
    {
        margin: 0 auto;
    }
    

/* IMAGE BLOCKS ============================================================================= */
.image-block
{
    position: relative;
    height: 260px;
    background: #dad7c8;
}
    
    .image-block span
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        height: 260px;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    
#copper
{
    position: relative;
    height: 660px;
    background: #dad7c8;
    background-size: cover;
    overflow: visible;
}

@media only screen and (device-width: 320px), (device-width: 768px)
{
    .image-block span
    {
        background-attachment: scroll;
    }
    
    #copper
    {
        background: #dad7c8;
    }
}


/* CONTENT BLOCKS ============================================================================= */
.content-block
{
    padding: 30px 0;
    padding-bottom: 0;
}
    
    .content-block h1
    {
        margin: 0;
        /*margin-bottom: 35px;*/
        padding-bottom: 20px;
        /*border-bottom: 1px solid #111;*/
        font-size: 18px;
        font-size: 2.0rem;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        text-align: center;
    }
    
    .content-block h2
    {
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase;
        line-height: 25px;
    }
    
    .content-block .opening-times
    {
        text-transform: uppercase;
    }
    
.text-block
{
    position: relative;
    padding-bottom: 30px;
}


/* FOOD ============================================================================= */
.menu-container
{
    position: relative;
    padding-bottom: 70px;
}
    
    .menu-container #copper
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    
.menu
{
    position: relative;
    top: 30px;
    margin: 0 10px;
    max-width: 700px;
    background: #f9f8f2;
    box-shadow: 0px 2px 2px -2px rgba(0,0,0,0.15), 0px 4px 6px 0px rgba(0,0,0,0.25);
}

.menu-wrapper
{
    padding: 50px 5.5% 30px 5.5%;
}
    
    .menu h2
    {
        margin: 0 auto;
        width: 251px;
        height: 88px;
        background: transparent url("/images/header/logo248.png") no-repeat;
        text-indent: -9999em;
    }
    
    .menu p
    {
        margin-bottom: 55px;
        text-align: center;
        text-transform: uppercase;
        line-height: 30px;
    }
    
    .menu small
    {
        display: block;
        text-align: center;
        font-size: 10px;
        font-size: 1rem;
        line-height: 18px;
    }
    
.menu-table
{
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 12px;
    font-size: 1.2rem;
}

.menu-table tr td:first-child
{
    padding-right: 50px;
}

.menu-table td
{
    padding: 10px 0;
    line-height: 16px;
    letter-spacing: 0.1em;
    vertical-align: top;
}

.menu-table sub
{
    bottom: 0;
    font-size: 10px;
    font-size: 1rem;
}


/* CONTACT ============================================================================= */
#map
{
    height: 300px;
}
    
    #map img
    {
        max-width: inherit;
    }
    
.vcard, div.contactdetails p
{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.vcard {
	display: none;
}

.social-links
{
    margin-top: 30px;
}
    
    .social-links p
    {
        margin-bottom: 0;
        margin-right: 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }
    
    .social-links li
    {
        float: left;
        margin-right: 12px;
    }
        
        .social-links li:last-child
        {
            margin-right: 0;
        }
        
    .social-links a
    {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        text-indent: -9999em;
    }
    
    .social-links .link-twitter
    {
        background-position: left top;
    }
    
    .social-links .link-facebook
    {
        background-position: left -35px;
    }
    
    .social-links .link-instagram
    {
        background-position: left -70px;
    }
    
    .social-links a .border
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #111;
        border-radius: 35px;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
        
        .social-links a:hover .border
        {
            top: -5px;
            bottom: -5px;
            left: -5px;
            right: -5px;
            opacity: 1;
        }
        
.reservation-widget
{
    margin: 0 auto;
    width: 220px;
}


/* ALT BLOCK ============================================================================= */
.alt-block
{
    position: relative;
    padding-bottom: 30px;
}
    
    .alt-block p
    {
        margin-right: 0;
    }


/* FOOTER ============================================================================= */
.site-footer
{
    margin-top: 60px;
    padding-top: 35px;
    padding-bottom: 20px;
    border-top: 1px solid #111;
    text-align: center;
}
    
    .site-footer p
    {
        margin-bottom: 90px;
        padding: 0 20px;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
    }
    
    .site-footer small
    {
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.2em;
    }
    
    .site-footer .bar
    {
        padding: 0 20px;
    }




.ui-widget
{
    width: 178px !important;
}

strong{
font-family:Arial, Helvetica, sans-serif;
text-transform: uppercase;	
}