/*! 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: rgba(30,56,0,0.75);
    text-shadow: none;
    color:#FFF;
}

::selection {
    background: rgba(30,56,0,0.75);
    text-shadow: none;
    color:#FFF;
}

/*
 * 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;}
.m-reset {margin:0;}
.section {padding:4em 0;}


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

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



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

@font-face {
    font-family: 'Costa';
    src: url('/fonts/Costa.eot');
    src: url('/fonts/Costa.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Costa.woff2') format('woff2'),
         url('/fonts/Costa.woff') format('woff'),
         url('/fonts/Costa.ttf')  format('truetype'),
         url('/fonts/Costa.svg#Costa') format('svg');
}

@font-face {
    font-family: 'Sonoran';
    src: url('/fonts/Sonoran.eot');
    src: url('/fonts/Sonoran.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Sonoran.woff2') format('woff2'),
         url('/fonts/Sonoran.woff') format('woff'),
         url('/fonts/Sonoran.ttf')  format('truetype'),
         url('/fonts/Sonoran.svg#Costa') format('svg');
}

@font-face {
    font-family: 'Sober Draftsman';
    src: url('/fonts/SoberDraftsman.eot');
    src: url('/fonts/SoberDraftsman.eot?#iefix') format('embedded-opentype'),
         url('/fonts/SoberDraftsman.woff2') format('woff2'),
         url('/fonts/SoberDraftsman.woff') format('woff'),
         url('/fonts/SoberDraftsman.ttf')  format('truetype'),
         url('/fonts/SoberDraftsman.svg#Costa') format('svg');
}

@font-face {
    font-family: 'Palo Santo';
    src: url('/fonts/PaloSanto.eot');
    src: url('/fonts/PaloSanto.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PaloSanto.woff2') format('woff2'),
         url('/fonts/PaloSanto.woff') format('woff'),
         url('/fonts/PaloSanto.ttf')  format('truetype'),
         url('/fonts/PaloSanto.svg#Costa') format('svg');
}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

body {background-color: #f5f2ee; font-family: 'Costa',sans-serif;letter-spacing: 0.25em;text-transform:uppercase;color:#fff;}

.hover-fade, .hover-fade > * {transition:opacity 0.2s ease;}
.hover-fade:hover, .hover-fade:hover > * {opacity:0.85;}

.highlight {color:#F2C35A;}

.sonoran {
	font-family: 'Sonoran',sans-serif;
    font-size: 2.25em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.palosanto {
	font-family: 'Palo Santo',sans-serif;
	font-size: 4em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.btn {
	background-color: #fff;
    display: inline-block;
    font-size: 0.8em;
    color: #000;
    line-height: 1.1;
    padding: 0.7em 1.5em 0.65em;
    margin: 1em 0;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 0.5em;
}

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

.btn.outline {
	border: 2.5px solid #F2C35A;
    background-color: transparent;
    color: #fff;
    font-size: 0.7em;
    transition: border-color 0.2s ease,background-color 0.2s ease, color 0.2s ease;
}

.btn.outline:hover, .btn.outline:focus {color:#F2C35A;border-color:#fff;}

.section-hed {
	display: inline-block;
	font-size:1.5em;
	letter-spacing: 0.2em;
	font-family: 'Costa',sans-serif;
	text-transform:uppercase;
	position: relative;
	z-index:1;
	margin: 1.5em auto;
}

.section-hed::before {
	position: absolute;
    content: "";
    top: 40%;
    left: -25px;
    border: 3px solid rgba(0,0,0,0.7);
    z-index: -1;
    width: calc(100% + 35px);
}

.link {color:#fcf0d9;text-decoration:none;border-bottom:0.1em dotted rgba(252,240,217,0.6);transition:border 0.4s ease, color 0.2s ease;}
.link:hover {color:rgba(0,0,0,0.8);border-bottom:0.1em solid rgba(242,195,90,0.75)}

.italic {font-style:italic;}


@media screen and (max-width: 800px) {
	.palosanto {font-size: 3em;}
	.section-hed {font-size: 1.25em;}
	.section-hed::before {left: -14px;width: calc(100% + 15px);}
}

@media screen and (max-width: 600px) {
	.palosanto {font-size: 2.5em;}
}



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

.header  {text-align: center;padding: 0 1%;}

.header .nav li:first-child {float:left;}
.header .nav li:nth-child(2) {float:right;}

.header .nav .btn.takeout {font-size: 0.7em;background-color: rgba(255,255,255,0.85)}
.header .nav .btn.takeout:hover, .header .nav .btn.takeout:focus {background-color: #F2C35A;}

.header .main-logo {display: inline-block;text-decoration: none;color: #fff;margin-top:-10px;}

.header .main-logo h2 {
    background-image: url('/img/logo.svg');
    background-repeat: no-repeat;
    background-size: 150px 80px;
    width: 150px;
    height: 80px;
    margin: 0 auto;
}

.header .tagline {
	font-family: 'Sober Draftsman',sans-serif;
    font-size: 0.6em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    line-height: 1.6;
    margin-top: 1.5em;
}


@media screen and (max-width: 500px) {
	.header .main-logo {margin-top: 0;}
	.header {padding: 0 3%;}
}

@media screen and (max-width: 400px) {
	.header .main-logo {margin-top: 20px;}
	.header .nav .btn.takeout {padding: 0.7em 1.25em 0.65em}
}


/* ==========================================================================
   Alert
   ========================================================================== */


.home .alert {background-color: #F2C35A; padding: 0.75em 0 0.25em; color: #000;text-align: center;}

.home .alert .btn {margin-left: 1em; top:-0.2em; position:relative;}
.home .alert .btn:hover {background-color: rgba(255,255,255,0.85); color: #2D3A20;}

@media screen and (max-width: 400px) {
	.home .alert h3 {font-size:0.9em;}
}


/* ==========================================================================
   Intro
   ========================================================================== */

.home .intro {padding:0 0 8em;}
.home .intro.photo-bg {background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.6)), url('/img/1J4A2517.jpg');}

.home .intro .content {text-align: center;}

.home .intro h1 {
    font-size: 3.5em;
    width: 60%;
    margin: 1em auto;
}

.home .intro .follow-hed {font-size: 1em; color: #d3744a;margin: 4em auto 1em;}

.home .intro .follow li {display: inline-block;}
.home .intro .follow li:first-child {margin-right: 2em}
.home .intro .follow li:last-child {margin-left: 2em}

.home .intro .follow li a {
	font-size:1.75em;
	letter-spacing: 0.1em;
	font-family: 'Costa',sans-serif;
	text-transform:uppercase;
	position: relative;
	z-index:1;
	text-decoration:none;
	color:#fff;
	transition:color 0.2s ease;
	display: inline-block;
}

.home .intro .follow li a::before {
	position: absolute;
    content: "";
    top: 40%;
    left: -25px;
    border: 3px solid rgba(0,0,0,0.7);
    z-index: -1;
    width: calc(100% + 35px);
    transition:border-color 0.2s ease;
}

.home .intro .follow li a:hover, .home .intro .follow li a:focus {color:#F2C35A;}
.home .intro .follow li a:hover::before, .home .intro .follow li a:focus::before {border: 3px solid #2D3A20;}


@media screen and (max-width: 900px) {
	.home .intro h1 {width: 80%;}
	.home .intro .follow li a {font-size: 1.5em;}
	.home .intro .follow li:first-child {margin-right: 1.5em;}
	.home .intro .follow li:last-child {margin-left: 1.5em;}
}

@media screen and (max-width: 700px) {
	.home .intro h1 {width: 100%;font-size: 3em;}
	.home .intro .follow li, .home .intro .follow li:first-child, .home .intro .follow li:last-child {margin: 0 0 1em;}
}

@media screen and (max-width: 600px) {
	.home .intro h1 {font-size: 2.5em;}
}

@media screen and (max-width: 400px) {
	.home .intro h1 {font-size: 2.25em;line-height: 1.3;}
	.home .intro {padding: 0 0 4em;}
	.home .intro .follow li:last-child a::before {width: calc(100% + 20px);left: -6%;top: 20%;}
}


/* ==========================================================================
   Summary
   ========================================================================== */

.home .summary.photo-bg {background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.3)), url('/img/1J4A2204.jpg');}

.home .summary {text-align:center; padding: 6em 0 10em;}

.home .summary .lead-in {color: #000; margin: 0.5em 0;}

.home .summary ul {
	font-size: 3.5em;
    line-height: 1.15;
    margin: 0 auto;
    width: 80%;
}

.home .summary ul li {margin-top: 0.25em;}

@media screen and (max-width: 900px) {
	.home .summary ul {font-size: 3em;}
	.home .summary .lead-in {font-size: 2em;}
	.home .summary ul {width:90%;}
}

@media screen and (max-width: 700px) {
	.home .summary ul {width:100%;}
}

@media screen and (max-width: 600px) {
	.home .summary ul {font-size: 2.5em;}
	.home .summary .lead-in {font-size: 1.75em;}
}

@media screen and (max-width: 500px) {
	.home .summary ul {font-size: 2.25em;}
	.home .summary .lead-in {font-size: 1.5em;}
}

@media screen and (max-width: 400px) {
	.home .summary ul {font-size: 2em;}
	.home .summary .lead-in {font-size: 1em;margin-bottom: 1em;}
	.home .summary {padding: 4em 0 5em;}
}



/* ==========================================================================
   Hours
   ========================================================================== */

.home .hours {
	text-align:center;
	padding: 5em 0 7em;
    background-color:#2D3A20;
}

.home .hours .kitchen {font-size: 0.5em; margin-top: 1em;}

@media screen and (max-width: 400px) {
	.home .hours {padding: 3em 0 5em;}
	.home .hours ul li {margin-bottom: 0.25em;}
}



/* ==========================================================================
   Menus
   ========================================================================== */

.home .menus.photo-bg {background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25),  rgba(0, 0, 0, 0.25)), url('/img/1J4A2115-2.jpg');}

.home .menus {text-align:center; padding: 6em 0 8em;}

.home .menus ul {margin: 1em 0 2em;}

.home .menus ul li {display:inline-block;margin: 0 2em 0.5em;}

.home .menus ul a {text-decoration:none;color:#fff;font-size:2.5em;letter-spacing: 0;transition:color 0.2s ease;}
.home .menus ul a:hover, .home .menus ul li:last-child a:hover, .home .menus ul li:nth-child(3) a:hover {color:#000;}
.home .menus ul li:last-child a, .home .menus ul li:nth-child(3) a {color:#F2C35A;}


@media screen and (max-width: 900px) {
	.home .menus ul li a {font-size: 1.75em;}
}

@media screen and (max-width: 650px) {
	.home .menus ul li {display:block;margin: 0;}
}

@media screen and (max-width: 500px) {
	.home .menus ul li a {font-size: 1.5em;}
}


@media screen and (max-width: 400px) {
	.home .menus {padding: 4em 0 5em;}
	.home .menus ul {margin: 0.5em 0 1em;}
	.home .menus ul li {margin-bottom: 0.5em;}
	.home .menus ul li a {font-size: 1.25em;}
	
}


/* ==========================================================================
   How it works
   ========================================================================== */

.home .how-works {
	text-align:center;
	padding: 6em 0 8em;
    background-color:#8E4424;
}

.home .how-works ul {
	font-size: 2.9em;
    line-height: 1.4;
    width: 85%;
    margin: 0 auto;
}

.home .how-works ul li {margin-top:1em;}
.home .how-works .smaller {font-size: 0.6em; margin-top: 0.5em;}

.home .how-works .btn.book {font-family: 'Costa', sans-serif;font-size: 0.4em;}

@media screen and (max-width: 800px) {
	.home .how-works ul {width:100%;font-size: 2.5em;}
}

@media screen and (max-width: 400px) {
	.home .how-works ul {font-size: 1.75em;}
	.home .how-works {padding: 4em 0 6em;}
}



/* ==========================================================================
   Content page
   ========================================================================== */

.content-pg .intro.photo-bg {padding: 0 0 1.5em;background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.6)), url('/img/1J4A2517.jpg');}
.content-pg .header .main-logo {margin-top: -30px;}
.content-pg .header .main-logo h2 {background-size: 125px 67px;width: 125px;height: 67px;}
.content-pg .intro h1 {
	color: #F2C35A;
    font-family: 'Palo Santo',sans-serif;
    font-size: 3.5em;
    text-align: center;
    width: 70%;
    margin: 0.5em auto;
    line-height: 1.15;
}
.content-pg .body-content {background-color: #f5f2ee;padding:1.5em 0 5em;}
.content-pg .body-content p, .content-pg .body-content li {
	color:#605c58;
	font-family: 'itc-benguiat', serif;
	letter-spacing: -0.01em;
	text-transform:none;
	font-size: 1.5em;
    max-width: 900px;
    line-height: 1.4;
    margin:0.8em 0;
}
.content-pg .body-content h2 {
	color:#4f4d4a;
	font-family: 'bookman-jf-pro', serif;
	text-transform:none;
	letter-spacing:0;
	font-size: 2.75em;
    font-weight: normal;
    margin: 1.25em 0 0.5em;
    line-height: 1.2;
    max-width: 1000px;
}
.content-pg .body-content ul {margin-bottom:3em;}
.content-pg .body-content li {margin-bottom:0.5em;}
.content-pg .body-content p.bigger {font-size:2.15em;}
.content-pg .body-content span.bigger {font-size:1.85em;font-weight:bold;}
.body-content p .link {color:#2D3A20; border-bottom:0.1em solid rgba(242,195,90,1)}
.body-content p .link:hover {color:#000; border-bottom:0.1em dotted rgba(242,195,90,1)}

@media screen and (max-width: 800px) {
	.content-pg .intro h1 {width:100%;font-size: 3em;}
}

@media screen and (max-width: 400px) {
	.content-pg .intro h1 {font-size: 2.25em;}
	.content-pg .header .main-logo {margin-top: 10px;}
	.content-pg .body-content p, .content-pg .body-content li {font-size: 1.25em;}
	.content-pg .body-content p.bigger {font-size: 1.6em;}
	.content-pg .body-content h2 {font-size: 2em;}
	.content-pg .body-content ul {padding: 0 0 0 20px;}
}


/* ==========================================================================
   Footer
   ========================================================================== */


.footer {
	padding: 2em 0 6em;
    background-color: #2D3A20;
    font-family: 'Palo Santo',sans-serif;
    font-size: 0.8em;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    text-align: center;
    border-top: 5px solid rgba(0,0,0,0.15);
}

.footer a {border-bottom:none;color: rgba(255,255,255,0.4)}
.footer a:hover {color:rgba(0,0,0,0.8);}



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