@font-face {
	font-family: lato;
    src: url(/assets/fonts/Lato-Light.ttf);
    font-weight: 300;
}

@font-face {
	font-family: lato;
    src: url(/assets/fonts/Lato-Regular.ttf);
    font-weight: 400;
}

@font-face {
	font-family: cormorant;
    src: url(/assets/fonts/CormorantUpright-Regular.ttf);
    font-weight: 400;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: lato, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	background-color: #000;
}

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-family: cormorant, serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	margin: 0;
	font-size: 2.5em;
	font-weight: 100;
	letter-spacing: 0.2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4, p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1em;
}

p {
	line-height: 1.5;
}

a,
.as-link {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:not(.hide-anchor-underline):hover,
.as-link:not(.hide-anchor-underline):hover {
	color: #ccc;
}

.as-link {
	-webkit-appearance: none;
	padding: 0;
	border: 0;
	background: unset;
}

.text-muted {
	color: #aaa;
}

button,
.as-button {
	display: inline-block;
    padding: 5px 8px 8px;
	border: 1px solid #fff !important; /* override for links */
	box-shadow: 0 0 0 3px #000, 0 0 0 5px #fff;
	background-color: #000;
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    white-space: nowrap;
    font-family: inherit;
    font-weight: inherit;
    text-align: center;
    vertical-align: baseline;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
}

section, header, footer {
	box-sizing: border-box;
	padding: 50px 0 50px 0;
}

header {
	padding: 0;
}

.bottom-dock {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 25px;
	background: #000;
	box-shadow: 1px -2px 6px rgba(0, 0, 0, .1);
}

.order-bar-item {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.walk-in-break {
  display: none;
}

@media (max-width: 765px) {
	.walk-in-break {
    display: block;
	}

	.walk-in-fluff-more {
		display: none;
	}
}

@media (max-width: 385px) {
	.walk-in-fluff {
		display: none;
	}
}

footer {
	padding-bottom: 70px;
	text-align: center;
}

.bg-texture {
	background-image: url(/assets/images/bg.png);
}

.bg-texture-white {
	background-image: url(/assets/images/bg_white.png);
}

.image-deco {
	padding: 15px;
	box-shadow: 0 0 0 3px #000, 0 0 0 6px #fff;
	background-color: #fff;
}

.font-dark {
	color: #333;
}

@media (max-width: 765px) {
	section, 
	header, 
	footer {
		box-sizing: border-box;
		padding: 20px 0 30px 0;
	}

	footer {
		padding-bottom: 70px;
	}

	/*.mission {
		padding-top: 20px;
	}*/

	.image-deco {
		padding: 0;
		border: none;
    box-shadow: none;
	}

	.bottom-dock {
		padding-top: 18px;
		font-size: .75em;
	}

	.order-bar-item {
		margin-bottom: 18px;
	}
}

/* 
 * Nav Bar  
 */
nav {
	position: fixed;
	background-color: #000;
	width: 100%;
	z-index: 10;
	top: -10px;
	left: 0;
	padding-top: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
}

nav .nav-top-bar {
	display: table;
	width: 100%;
}

nav .nav-left,
nav .nav-right {
	display: table-cell;
	vertical-align: middle;
	padding-top: 13px;
	padding-bottom: 7px;
}

nav .nav-left {
	text-align: left;
	padding-left: 30px;
}

nav .nav-right {
	text-align: right;
	padding-right: 30px;
}

nav .nav-top-bar .nav-item {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
	text-transform: lowercase;
}

nav .nav-item-logo {
	margin-right: 0.5em;
}

nav .nav-item-icon {
	margin-right: 0.5em;
}

nav .nav-item-logo a,
nav .nav-item-icon a {
	border: none;
}

nav .nav-item-logo img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 64px;
	max-height: 64px;
	margin: .5em;
}

nav .nav-item-icon img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 25px;
	max-height: 25px;
}

nav .nav-item a {
	color: #ccc;
  text-transform: uppercase;
  font-size: .8em;
}

nav .fancy-list:not(:last-child):after {
  padding: 0 0.25em;
}

nav .nav-top-bar .nav-menu-sprite {
	display: none;
}

nav .nav-menu-sprite img {
	vertical-align: text-bottom;
	width: 30px;
	height: 30px;
}

nav .nav-dropdown {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}

nav .nav-dropdown .nav-item {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: lowercase;
}

nav .nav-dropdown .nav-item:not(:last-of-type) {
	border-bottom: 2px solid #333;
}

@media (max-width: 765px) {
	nav {
		opacity: 1;
		visibility: visible;
	}

	nav .nav-left,
	nav .nav-right {
		padding-top: 6px;
		padding-bottom: 8px;
	}

	nav .nav-left {
		padding-left: 15px;
	}

	nav .nav-right {
		padding-right: 15px;
	}

	nav .nav-item-logo img {
		max-width: 36px;
	}

	nav .nav-item-icon img {
		max-width: 20px;
		max-height: 20px;
	}

	nav .nav-top-bar .nav-item {
		display: none;
	}

	nav .nav-top-bar .nav-item.nav-menu-sprite,
	nav .nav-top-bar .nav-item.nav-item-logo,
	nav .nav-top-bar .nav-item.nav-item-icon {
		display: inline-block;
		padding-bottom: 0;
	}
}


header {
	display: table;
	width: 100%;
	height: 93vh;
	margin-top: 6vh;
}

.header-video { 
	display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  pointer-events: none;
  cursor: default; 
}

.header-video video {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}

.rokc-logo {
	margin-bottom: 0.25em;
	text-align: center;
}

.rokc-logo img {
	width: 200px;
}

.fancy-list:not(:last-child):after {
	content: " - ";
}

@media (max-width: 765px) {
	header {
		width: 100%;
		height: 93vh;
		margin-top: 6vh;
	}
}



/*
 + Mission Statement
 */
.mission .mission-copy {
	margin: 0 auto;
	max-width: 700px;
	margin-top: 70px;
	margin-bottom: 30px;
}

@media (max-width: 765px) {
	.mission .mission-copy {
		margin: 0 auto;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;/*
		margin-top: 70px;
		margin-bottom: 80px;*/
	}
}


/*
 * Gallery Section
 */
.gallery {
	display: flex;
	justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
	margin: 0 auto;
}

.gallery-column {
	flex: 0 0 1;
}

.gallery-column:not(:first-of-type) {
	padding-left: 5px;
}

.gallery-column:not(:last-of-type) {
	padding-right: 5px;
}

.gallery-item {
	margin-bottom: 10px;
}

.gallery-item img {
	max-width: 100%;
	vertical-align: bottom;
}

@media (max-width: 1024px) {
	.gallery {
		padding: 0 30px;
	}
}

@media (max-width: 765px) and (orientation:portrait) {
	.gallery {
		padding: 0 15px;
		flex-direction: column;
	}

	.gallery-column:not(:first-of-type) {
		padding-left: 0;
	}

	.gallery-column:not(:last-of-type) {
		padding-right: 0;
	}
}


/*
 * Menu Section
 */
.menu {
	padding-top: 50px;
	text-align: center;
}

.menu-option {
	display: inline-block;
	margin: 5px 10px;
}


/* 
 * Biz Details Section  
 */
.hours {
	text-align: center;
}

.hours > div > div {
	display: inline-block;
	vertical-align: middle;
}

.hours table {
	width: 245px;
	text-align: left;
}

.hours table td {
	width: 100%;
	white-space: nowrap;
}

.hours p {
	text-align: left;
}

.hours img {
	max-width: 400px;
	margin: 0 15px 0 15px;
}

@media (min-width: 1024px) {
	.hours img {
		max-width: 600px;
		margin: 0 30px 0 30px;
	}
}

@media (max-width: 765px) {
	.hours img {
		max-width: 100%;
		margin: 0;
	}
}

/*
 * Location
 */
.location,
.take-out,
.delivery,
.reservations {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.reservation-link {
	border-bottom: 0;
}

.resy-button {
	height: 2em;
	border-radius: 5px;
	background-color: #ff462d;
	vertical-align: text-bottom;
}

.grubhub-link {
	outline: none;
}

.grubhub-logo {
	width: 150px;
	vertical-align: text-bottom;
	filter: saturate(.7);
}

.grubhub-logo--small {
	width: 100px;
}


/* 
 * Footer  
 */
footer .copyright {
	font-size: 14px;
}

.js-hidden {
	display: none !important;
}

.slider {
	transition: height .25s ease;
  overflow: hidden;
}

.slider:not([data-dropdown-open="true"]) {
    display: none;
}
