/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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;
}

html {
    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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Global layout
   ========================================================================== */

.out {width:100%;}
.in {width:90%; max-width:1200px; margin:0 auto;}
body, html {width:100%; height:100%;}
ul.semantic {padding:0; margin:0; list-style:none;}
.center {text-align:center;}
.photo-bg {background-repeat:no-repeat; background-size:cover; background-position:center center;color:#FFF;background-attachment:fixed;}
.m-reset {margin:0;}
.section {padding:4em 0;}


@media screen and (max-width: 800px) {
    .mobile-nobreak {display:none;}
}

@media screen and (max-width: 400px) {
    .section {padding:2.5em 0;}
}



/* ==========================================================================
   Global styles
   ========================================================================== */

@font-face {
    font-family: 'Big n Tall';
    src: url('/fonts/khbigntall-webfont.woff2') format('woff2'),
         url('/fonts/khbigntall-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {background-color: #f5f2ee;}
.intro, .sign-up {font-family: 'Big n Tall',sans-serif;letter-spacing: 0.4em;text-transform:uppercase;}
.hover-fade, .hover-fade > * {transition:opacity 0.2s ease;}
.hover-fade:hover, .hover-fade:hover > * {opacity:0.75;}
.spaced-wide {text-transform:uppercase; letter-spacing:0.25em;}

.btn {
	background-color: #52441d;
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    line-height: 1.1;
    padding: 0.75em 1.75em;
    margin: 1em 0;
    text-decoration: none;
    font-weight: 400;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: 'Big n Tall',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.btn:hover, .btn:focus {background-color: #fff;color:#222}

.top-shadow {box-shadow:inset 0 3.5em 2em -2.5em rgba(0,0,0,0.2)}

.lite {color:#fcf0d9;}

.lowerc {text-transform: lowercase; letter-spacing: 0.1em;}

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

.num {font-family: henderson-sans-basic, sans-serif; font-weight: 700; }

.link {color:#fcf0d9;text-decoration:none;border-bottom:0.1em solid;}
.link:hover {border-bottom:none;}



/* ==========================================================================
   Header
   ========================================================================== */

.header  {margin-bottom: 1em;}

.header .main-logo {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

.header .main-logo h2 {
    background-image: url('/img/logo.svg');
    background-repeat: no-repeat;
    background-size: 76px 63px;
    width: 76px;
    height: 63px;
    margin: 0;
    text-align:center;
    text-decoration:none;
}



/* ==========================================================================
   Home
   ========================================================================== */

.home .intro {padding:3.5em 0 5em;}
.home .intro.photo-bg {background-image: url('/img/1J4A0021-2.jpg');}
.home .intro .blocky {font-weight: 400;font-size: 2em;margin: 0;width:92%; line-height: 1.3;}
.home .intro h2.blocky {margin-top:0.75em;}

.home .intro .our-hours {margin: 1.5em 0 3em;}
.home .intro .our-hours .title, .home .intro .our-hours .hours {float:left;}
.home .intro .our-hours .title {text-align: right; width: 35%;}
.home .intro .our-hours .title h3 {width: 100%;}
.home .intro .our-hours .title .menu {font-size:1.25em;}
.home .intro .our-hours .hours {margin-left:1.5em;margin-top: -0.5em;}
.home .intro .our-hours .hours li {margin-bottom:0.25em;}
.home .intro .our-hours .hours .times, .home .intro .our-hours .hours .days, .home .intro .our-hours .hours .kitchentime {display:inline-block;}
.home .intro .our-hours .hours .times, .home .intro .our-hours .hours .kitchentime {text-transform:lowercase;letter-spacing: 0.05em; font-size: 1.5em;}
.home .intro .our-hours .hours .kitchentime {font-size: 1em;margin-left: 0.5em;}
.home .intro .our-hours .hours .times .num {font-size:1.5em;}
.home .intro .our-hours .hours .days {margin-left:1em; letter-spacing: 0.2em;}
.home .intro .our-hours .cafe, .home .intro .our-hours .brunch, .home .intro .our-hours .happyhr {margin-top:1.5em;}
.home .intro h2.big-hed {margin-top:1.25em;}

.home .sign-up {background-color: #D7A461;padding: 2em 0 1em;}
.home .sign-up .c-wrap {display:inline-block;}
.home .sign-up .lead-in {float: left;margin: 0.25em 0.75em 0 0;text-align: right;font-size: 0.9em;    color: #52441d;}
.home .sign-up .mailkimp {float:left;}

.home .alert {background-color: #D7A461;padding: 1em 0;}
.home .dark-bg {background-color: #5d5244;color:#fcf0d9;}

.home .outlaw {
	display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-height: 50%;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: center;
    padding: 2em 0 2.5em;
}

.home .outlaw video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left:50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

.home .outlaw h2 {
    color: #fff;
    margin: 0 0 0.15em;
    font-family: 'Chelt Cond Bold', serif;
    font-size: 2.5em;
    text-shadow: 0 0 1em rgb(0 0 0 / 50%);
    font-weight: normal;
    letter-spacing: -0.025em;
}

.home .outlaw .sub {
    color: #fcf0d9;
    margin: 0 auto;
    font-family: 'Big n Tall',sans-serif;
    text-transform: lowercase;
    font-size: 1.15em;
    width: 50%;
    text-shadow: 0 0 0.5em rgb(0 0 0 / 50%);
    line-height: 1.25;
}


@media screen and (max-width: 800px) {
    .home .intro .blocky {font-size: 1.75em;}
    .home .alert .blocky {font-size: 1.75em;}
}

@media screen and (max-width: 600px) {
    .home .intro .blocky {font-size: 1.5em;}
    .home .alert .blocky {font-size: 1.5em;}
    .home .outlaw .sub {width: 80%;}
}

@media screen and (max-width: 400px) {
    .home .intro .blocky {font-size: 1.15em;letter-spacing: 0.2em;}
    .home .intro {padding: 2em 0 4em;}
    .home .intro .our-hours {margin-top: 1em;}
    .home .intro .our-hours .title {text-align: left;width: 100%;}
    .home .intro .our-hours .title h3 {width: auto; display: inline-block;margin-bottom:0.5em;}
    .home .intro .our-hours .hours {margin-left: 0;margin-top: -0.25em;}
    .home .intro .our-hours .hours .times, .home .intro .our-hours .hours .kitchentime {font-size: 1em;}
    .home .intro .our-hours .title .menu {font-size: 1.1em;position: relative;top: -0.1em;margin-left: -0.25em;}
    .home .intro .our-hours .hours .days {font-size: 0.8em;}
    .home .intro .our-hours .hours li {margin-bottom: 0;}
    .home .alert .blocky {font-size: 1.15em;letter-spacing: 0.2em;}
    .home .outlaw .sub {width: 100%;}
}

.mailkimp #mc_embed_signup form {padding: 0;margin:0;}

.mailkimp #mc_embed_signup .mc-field-group {
	width: auto;
    padding-bottom: 20px;
    margin-right: 1.5em;
    float: left;
}

.mailkimp #mc_embed_signup .mc-field-group input[type='email'] {
    border: 3px solid #fff;
    font-size: 1.5em;
    padding: 0.65em 0.75em;
    transition: border 0.2s ease;
    text-indent: 0;
    width: 15em;
    font-weight: 400;
    font-family: 'Big n Tall',sans-serif;
    letter-spacing: 0.05em;
}


.mailkimp #mc_embed_signup .mc-field-group input[type='email']:hover {border: 3px solid #eee;}
.mailkimp #mc_embed_signup .mc-field-group input[type='email']:focus {outline:none;border: 3px solid #949188;}

::-webkit-input-placeholder {color: rgb(175, 175, 175);}

.mailkimp #mc_embed_signup .submit-input {clear: none;float: left;}
.mailkimp #mc_embed_signup .submit-input .btn {display: inline-block;border: none;margin: 1.5em 0;}
.mailkimp #mc_embed_signup .submit-input .btn:hover, .mailkimp #mc_embed_signup .submit-input .btn:focus {outline:none;}

@media screen and (max-width: 800px) {
    .home .sign-up .lead-in {float: none;margin-bottom: 0.5em;text-align:center;margin-right: 0;}
}

@media screen and (max-width: 400px) {
    .home .sign-up {padding: 1.5em 0 2.5em;}
    .home .sign-up .c-wrap {display: block;}
    .home .sign-up .lead-in {font-size: 0.9em;}
    .home .sign-up .mailkimp {float: none;}
    .mailkimp #mc_embed_signup .mc-field-group {margin-right: 0;float: none;margin-bottom: -1em;}
    .mailkimp #mc_embed_signup .mc-field-group input[type='email'] {font-size: 1em;width: 88%;padding: 0.65em 5%;text-align: center;margin:1em 0;}
    .mailkimp #mc_embed_signup .submit-input {text-align: center;float: none;}
    .mailkimp #mc_embed_signup .submit-input .btn {margin: 0;}
}

.home .bricks.photo-bg {background-image: url('/img/brick.gif');background-position: 50% 100%;}

.home .bricks {padding:4em 0 0;min-height:600px;}

.home .bricks h4 {
	margin: 0 0 0.75em;
    font-size: 1.5em;
    text-shadow: 0 0 1.5em rgba(0,0,0,0.8);
}

.home .bricks .btn {margin: 0;padding: 0.75em 1.25em;}


@media screen and (max-width: 400px) {
    .home .bricks {padding: 2em 0 0;margin-bottom: 9em;min-height: 340px;}
    .home .bricks h4 {font-size: 1.25em;line-height: 1.2;}
    .home .bricks .btn {font-size: 0.8em;}
}



/* ==========================================================================
   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 (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@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;
    }
}
