/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

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

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

textarea {
    resize: vertical;
}

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


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background:#000;
	color: #FFF;
	font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, "sans-serif";
}
h1,h2,h3,h4{
	text-transform: capitalize;
	margin: 0;
}

#wrapper {
	background:#000;
}

.container{
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}
.container-opentable{
	max-width: 832px;
	margin: 0 auto;
	text-align: center;
}

a{
	color:#FFF;
	text-decoration: none;
}
.spacer{
	margin: 0 10px;
}
.social{
	padding: 30px 0;
}
.instagram {
    padding: 5px;
    text-align: center;
    margin: 0 auto;
}
.header{
	padding-top: 10px;
}

.ease {
  
    -webkit-transition-property: all;
    /*property*/
    ;
    -webkit-transition-duration: 0.2s;
    /*Control the transition duration*/
    -webkit-transition-timing-function: ease;
    /*Control the transitionfunction*/
    -webkit-transition-delay: 0;
    /*Control the transition start delay*/
    /* Opera */
    -o-transition-property: all;
    /*property*/
    ;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    -0-transition-delay: 0;
    /* Firefox */
    -moz-transition-property: all;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0;
    /* Standard syntax */
    transition-property: all;
    /*property*/
    ;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0;
}
/*Pick the action to trigger the animation - Ex: hover */

.ease:hover {
    opacity: 0.8;
	-webkit-opacity: 0.8;
}
.dimmi{
	padding:10px 0 30px;
}
.opentable{
	display: inline-block;
	padding:0 0 10px;
	z-index: 10;
	position: relative;
	overflow: visible;
	text-align: left;
}

.ot-dtp-picker.wide .ot-title {
   display: none;
}
.ot-powered-by{
	display: none;
}
.ot-dtp-picker .ot-dtp-picker-button {
	box-shadow: none;
}
.ot-button{
	background-color: #000000;
}
.opentable-m{
	display: none
}
.hours{
	text-transform: uppercase;
	padding-bottom:20px;
}
.make{
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
}
.copy{
	text-align: justify;
}
.online-store {
    font-weight: 600;
    border: 3px solid #FFF;
    font-size: 0.9em;
    text-decoration: none;
    display: inline-block;
    padding: 7px;
    line-height: 0.9em;
	vertical-align: text-bottom;
}
.footer{
	font-size: 0.8em;
	padding:20px 20px 40px;
}
.footer a:hover{
	text-decoration: underline;
}
.grey{
	color: #999;
}
.deli{
	color: #BBD9AB;
}
.deli-logo{
}
.deli-logo img{
	max-width: 85px;
	vertical-align: text-bottom;

}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 832px) {
	.header {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 10px;
}
	.copy{
	text-align: left;
	padding:0 30px;
}
	.opentable{
		display: none;
}
	.opentable-m{
		display: inline-block;
}
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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

