/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'LatoRegular';
    src: url('/css/fonts/Lato-Reg-webfont.eot');
    src: url('/css/fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Lato-Reg-webfont.woff') format('woff'),
         url('/css/fonts/Lato-Reg-webfont.ttf') format('truetype'),
         url('/css/fonts/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('/css/fonts/Lato-Bol-webfont.eot');
    src: url('/css/fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Lato-Bol-webfont.woff') format('woff'),
         url('/css/fonts/Lato-Bol-webfont.ttf') format('truetype'),
         url('/css/fonts/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoLight';
    src: url('/css/fonts/Lato-Lig-webfont.eot');
    src: url('/css/fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Lato-Lig-webfont.woff') format('woff'),
         url('/css/fonts/Lato-Lig-webfont.ttf') format('truetype'),
         url('/css/fonts/Lato-Lig-webfont.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('/css/fonts/Lato-BolIta-webfont.eot');
    src: url('/css/fonts/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Lato-BolIta-webfont.woff') format('woff'),
         url('/css/fonts/Lato-BolIta-webfont.ttf') format('truetype'),
         url('/css/fonts/Lato-BolIta-webfont.svg#LatoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBlack';
    src: url('/css/fonts/Lato-Bla-webfont.eot');
    src: url('/css/fonts/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Lato-Bla-webfont.woff') format('woff'),
         url('/css/fonts/Lato-Bla-webfont.ttf') format('truetype'),
         url('/css/fonts/Lato-Bla-webfont.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}


.lato-light {
    font-family: "LatoLight";
    font-size: 14px;
}

.lato-bold {
    font-family: "LatoBold";
    font-size: 14px;
    font-weight: normal;

}

.lato-bold-italic {
    /* font-family: "LatoBoldItalic"; */
    /* remove if we revert back to LatoBoldItalic */
    font-weight: bold;
    font-style: italic;
    /* remove if we revert back to LatoBoldItalic */
    font-size: 16px;

}

.lato-black {
    font-family: "LatoBlack";
}


.sprite{ background:url("/css/assets/sprite.png") top left no-repeat; }
.sprite-menu{ width:29px; height:29px; background-position:-10px -10px; }
.sprite-phone_large{ width:25px; height:26px; background-position:-10px -49px; }
.sprite-tumblr_large{ width:10px; height:17px; background-position:-10px -85px; }
.sprite-facebook_large{ width:8px; height:17px; background-position:-30px -85px; }
.sprite-email_large{ width:22px; height:17px; background-position:-10px -112px; }
.sprite-instagram_large{ width:18px; height:17px; background-position:-10px -139px; }
.sprite-twitter_large{ width:22px; height:15px; background-position:-10px -166px; }
.sprite-twitter{ width:13px; height:9px; background-position:-10px -191px; }
.sprite-tumblr{ width:6px; height:9px; background-position:-33px -191px; }
.sprite-facebook{ width:5px; height:9px; background-position:-10px -210px; }
.sprite-email{ width:12px; height:9px; background-position:-25px -210px; }
.sprite-instagram{ width:10px; height:9px; background-position:-10px -229px; }



body {
    font-family: 'LatoRegular', Arial, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    background-color: #F1F1F1;
}

p {
    margin: 0;
    margin: 10px 0;
}

.page-border {
    border: 4px solid #262626;
    margin-top: 10px;
}

#page {
    margin-top: 27px;
    min-height: 500px; /* ! TODO Remove this */
}

.footer {
    height: 102px;
    margin-top: 10px;
    background-color: #323232;
}

.logo {
    padding-bottom: 24px;
    display: block;
}

.strapline {
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 20px;
}

/* used on top menu */
.border-bottom {
    border-bottom: 1px solid #323232;
}


.border-heading {
    margin-top: 0;
    border-top: 2px solid #323232;
    border-bottom: 2px solid #323232;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 36px;
}

.main-menu {
    padding: 14px 0 0 0;
}

.main-menu .menu-item {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333333;
    line-height: 36px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.btn-sk {
    background-color: #61C2B1;
    color: #fff;
    display: block;
    height: 15px;
    font-family: 'LatoRegular', Arial, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    text-align: center;
    width: 49px;
    height: 20px;
    padding-top: 3px;
    border: 0 none;
}

.btn-sk:hover {
    background-color: #54A99B;
}

.search {
    float: left;
    width: 100%;
}

.search {
    margin: 1px;
    padding-bottom: 8px;
}

.search .btn-sk {
    margin-left: 7px;
    height: 23px;
    font-family: "LatoRegular";
    padding:0px 3px;
    width:43px;
    float:right;
}

.search input[type=text] {
    float:left;
}

.search input[type=text] {
    border: 2px solid #61C2B1;
    padding-left: 2px;
    font-size: 12px;
    width: 156px;
    height: 17px;

}

.search input[type=text]::-webkit-input-placeholder {
   color: #61C2B1;
}

.search input[type=text]::-moz-placeholder { /* Firefox 18- */
   color: #61C2B1;
}

.search input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #61C2B1;
}

.search input[type=text]::-ms-input-placeholder {  
   color: #61C2B1;
}

.social-menu {
    list-style: none;
    height: 21px;
    margin: 0;
    padding: 12px 0 0 0;
}

.social-menu li {
    float: left;
    margin-right: 20px;
}

.social-menu li a {
    display: block;
    height: 100%;
    width: 100%;
}

.phone-menu {
    list-style: none;
    float: left;
}

.phone-menu li {
    float: left;
    height: 29px;
    width: 29px;
    margin-left: 10px;
}

.phone-menu .fake-button {
    width:29px;
    height:29px;
}

.about, .content-header {
    margin-top: 20px;
}

.about {
     padding-bottom: 44px;
}

.carousel {
    background-color: #333;
    height: 330px;
}


.item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; *behavior: url(/js/boxsizing.htc);
    border: solid 1px #333;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff; 
}

.item a {
    color:#333352;   
}

.item p, .item-link, .item-date, .item-title {
    margin:10px;
}

.item-date {
    font-size: 14px;
    text-transform: uppercase;
    
}

.event-kitchen .item-date, .event-kitchen .item-link {
    color: #62C3B2;
}

.event-basement .item-date, .event-basement .item-link {
    color: #FF6666;
}

.event-message {

    height: 50px;
    padding: 10px;
}

.item-link {
    text-decoration: none;
}

.buy-tickets {
    display: none; /* show if logged into fb */
}

.addthis_toolbox {
    height: 20px;
    margin: 0 0 10px 10px;
}

.addthis_pill_style {
    width: 90px !important;
    overflow: hidden !important;
}

.item-image {
    display: block;
    margin: 10px auto;
    max-width: 200px;
}

.item-main .item-image {
    max-width: 440px;
}



.loadmore {
    background-color: #62C3B2;
    text-align: center;
    padding-top: 8px;
    height: 23px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}


.sub-menu {
    list-style: none;
    float: left;
    padding: 0;
    width: 100%;
}

.sub-menu li {
    display: block;
    float: left;
    width: 32px;
    margin-right: 27px;
    line-height: 36px;
}

.sub-menu li.wider {
width:130px;
}

.sub-menu li:last-child {
    margin-right: 0;   
}

.sub-menu li a  {
    color: #000;
    text-decoration: none;
}

.sub-menu li.current a, .menu-item.current {
    color: #62C3B2;
}

/* food & drink */
.food-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; *behavior: url(/js/boxsizing.htc);
    background-color: #fff;
    border: 1px solid #808080;
    padding: 7px 0 0 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.menu-section {
    background: url(/css/assets/menu-bk.png) no-repeat;
    width: 190px;
    height: 55px;
    color: #fff;
    padding: 7px 0 0 7px;
   
    font-size: 14px;
}

#menu-smallscreen-items {
    display:none;
}

.menu-category {
    float: left;
    width: 197px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    float:left;
    margin-left:4.127659574468085%;
    *margin-left:4.074468085106383%;
}

.menu-category .menu-item {
    border-top: 1px solid #FF6666;
}

.menu-primary {
    color: #FF6666;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "LatoBlack";
    font-weight: 300;
}

.creds {
    color: #777777;
    text-align: right;
    padding-right: 10px;
    margin-top: 80px;
    font-size: 12px;
}

.creds a {
    color: #777777;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
#flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#flexslider .slides img {width: 100%; display: block;}
#flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 980px) {
    /* Style adjustments for viewports that meet the condition */

    .logo img {
        width: 90%;
    }

    .main-menu .menu-item.header-column {
        line-height: 31px;
    }

    .span6, .span3 {
        width: 218px;
        margin-left: 20px;
    }
    
    
    .span9, .span12, .container {
        width: 700px;
    }
    
    #flexslider {
        width:460px;   
    }
    
    .offset3 {
        margin-left: 20px;
    }
    
        .item-main .item-image {
    max-width: 200px;
}  

}

@media only screen and (max-width: 760px) {
    .span9, .span12, .container {
        width: 298px;
    }

    [class*="span"] {
        width: 298px;
        margin-left: 0;
    }

    .logo {
        width: 70%;
    }

    .logo, .menu-smallscreen {
        float: left;
    }

    .menu-smallscreen {
        width: 30%;
        height: 41px;
    }

    .phone-menu li {
        cursor: pointer;
    }

    #menu-smallscreen-items {
        display: none;
        clear:both;
    }

    #menu-smallscreen-items a {
        float:left;
    }

     #flexslider {
        width:100%;   
    }


    .item-main .item-image {
    max-width: 200px;
}    
  

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
