@font-face {
	font-family: gillsans;
    src: url(fonts/gillsans.ttf);
}

@font-face {
	font-family: gillsans;
    src: url(fonts/gillsans_italic.ttf);
    font-style: italic;
}

/*@font-face {
	font-family: prociono;
    src: url(fonts/Prociono-Regular.otf);
}*/

/*@font-face {
	font-family: roboto-slab;
    src: url(fonts/RobotoSlab-Thin.ttf);
    font-weight: 100;
}*/

/*@font-face {
	font-family: roboto-slab;
    src: url(fonts/RobotoSlab-Light.ttf);
    font-weight: 300;
}*/

@font-face {
	font-family: roboto-slab;
    src: url(fonts/RobotoSlab-Regular.ttf);
    font-weight: 500;
}

/*@font-face {
	font-family: roboto-slab;
    src: url(fonts/RobotoSlab-Bold.ttf);
    font-weight: 600;
}*/

html {
	scroll-behavior: smooth;
}

body {
	font-family: gillsans;
	color: #455;
	font-size: 18px;
}

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-family: roboto-slab, sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	margin: 0;
	font-size: 2.5em;
	font-family: serif;
	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;
	border-bottom: 2px solid transparent;
}

a:not(.hide-anchor-underline):hover,
.as-link:not(.hide-anchor-underline):hover {
	color: #3c231e;
	border-bottom: 2px solid #3c231e;
}

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

button,
.as-button {
	display: inline-block;
    padding: 5px 8px;
	border: 1px dashed #ddd !important; /* override for links */
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
	background-color: #fff;
    color: #333;
    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;
}

.button-arrow {
	display: none;
	color: #bbb;
	font-size: .75em;
}

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

header {
	padding: 0;
}

.mission {
	padding-top: 50px;
}

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

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

.order-bar-item-last {
	margin-right: 5px;
	margin-left: 5px;
}

.no-reservation-break {
	display: none;
}

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

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

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

.image-deco {
	padding: 15px;
	border: 1px dashed #ddd;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;
	background-color: #fff;
}

.color-muted {
	color: #888;
}

.instagram-icon {
	display: inline-block;
	height: 21px;
  width: 21px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: text-bottom;
	background-size: contain;
	background-image: url('images/instagram-logo-gray.png');
	outline: none;
}

.instagram-icon:hover {
	background-image: url('images/instagram-logo-brown.png');
}

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

	footer {
		padding-bottom: 70px;
	}

	.mission {
		padding-top: 20px;
	}

	.bg-oyster {
		background-image: url(images/oysters2h.jpg);
	}

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

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

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

	.no-reservation-break {
		display: block;
	}
}

@media (max-width: 360px) {
	.no-reservation-break {
		display: none;
	}
}


/* 
 * Nav Bar  
 */
nav {
	position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	top: -10px;
	left: 0;
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
  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: 15px;
	padding-bottom: 5px;
}

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-logo a
{
	border: none;
}

nav .nav-item-logo img
{
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
	margin-right: 0.5em;
}

nav .nav-item:not(.nav-item-logo) a:hover {
	color: #3c231e;
}

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

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

nav .nav-menu-insta {
	display: inline-block;
}

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

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

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

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

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

	nav .nav-left,
	nav .nav-right {
		padding-top: 12px;
	}

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

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

	nav img {
		width: 120px;
	}

	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-menu-insta
	{
		display: inline-block;
	}
}


/* 
 * Top Section  
 */
@keyframes fade {
    0% {opacity: 0;}
    10% {opacity: 1;}
    27% {opacity: 1;}
    37% {opacity: 0;}
    100% {opacity: 0;}
}

header {
	position: relative;
	width: 100%;
	height: 99vh;
}

/*header:after {
	content: 'V';
	font-size: 25px;
	text-align: center;
	padding-top: 12px;
	box-sizing: border-box;
	font-weight: 100;

	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(images/bg.png);
	box-shadow: 0 3px 0 0 #544;
}*/

.header-img,
.header-img > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.header-img > div { will-change: opacity; }

.header-img > div:not(.gradient-detail) {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-timing-function: ease-in-out;
}

.header-img .gradient-detail {
	content: ' ';
	opacity: 0;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#top .header-img .img-restaurant { background-image: url(images/restaurant6e.jpg); animation-delay: -14s; }
#top .header-img .img-ramen { background-image: url(images/ramen2.jpg); animation-delay: -11s; }
#top .header-img .img-oysters { background-image: url(images/oysters2hf.jpg); animation-delay: -8s; }
#top .header-img .img-cocktails { background-image: url(images/cocktail7.jpg); animation-delay: -5s; transform: scaleX(-1); }

@media (max-width: 765px) {
	.header-img > div:not(.gradient-detail) {
		background-attachment: scroll;
	}

	#top .header-img .img-restaurant { background-position: 61% center; background-image: url(images/cocktail3.jpg); }
	#top .header-img .img-ramen { background-position: 23% center; }
	#top .header-img .img-oysters { background-position: 60% center; background-image: url(images/oysters6.jpg); }
	#top .header-img .img-cocktails { background-position: 65% center; background-image: url(images/cocktail7h.jpg); }
}

.header-copy {
	position: fixed;
	top: 60px;
	right: 45px;

	border: 1px dashed #ddd;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #ddd, 0 0 0 10px #fff, 0 0 2px 10px #eee;

	padding: 30px 45px;
}

.header-copy h1 {
	margin-bottom: 0.25em;
	text-align: center;
}

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

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

.header-copy ul {
	padding: 0;
	margin: 0.5em 0 0 0;
	list-style: none;
	text-align: center;
}

.header-copy ul li {
	display: inline-block;
	text-transform: lowercase;
}

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

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

	.header-copy {
		display: none;
	}

	/*.header-copy {
		position: absolute;
		top: auto;
		right: 50%;
		left: auto;
		bottom: 40px;
		width: 200px;
		margin: 0 auto;
		transform: translate(50%, 0);

		padding: 10px 15px 2px;
	}

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

	.header-copy ul {
		display: none;
	}*/
}

/*
 + Mission Statement
 */
.mission .mission-copy
{
	margin: 0 auto;
	max-width: 700px;
	padding-right: 150px;
}

@media (max-width: 1050px) {
	.mission .mission-copy
	{
		padding-right: 0;
	}
}

@media (max-width: 765px) {
	.mission .mission-copy
	{
		margin: 0 auto;
		max-width: 100%;
		padding: 0 15px;
	}
}

/*
 * Horizontal Rules
 */
@keyframes boat-animation {
    0%      { transform: rotate(0deg) translate3d(0, 3px, 0); }
    25%     { transform: rotate(-3deg) }
    50%     { transform: rotate(0deg) translate3d(0, -3px, 0); }
    75%     { transform: rotate(3deg) }
    100%    { transform: rotate(0deg) translate3d(0, 3px, 0); }
}

@keyframes post-animation {
    0%      { opacity: 0; }
    29%     { opacity: 0; }
    30%     { opacity: 1; }
    32%     { opacity: 0; }
    73%     { opacity: 0; }
    74%     { opacity: 1; }
    76%     { opacity: 0; }
    83%     { opacity: 0; }
    84%     { opacity: 1; }
    86%     { opacity: 0; }
    100%    { opacity: 0; }
}

hr {
	position: relative;
	margin: 0 50px;
	border: 1px solid #bbb;
    overflow: visible;
}

hr.hr-no-line {
	border: none;
}

hr.hr-with-bigger {
	margin-top: 70px;
	margin-bottom: 50px;
}

hr.hr-full {
	margin-left: 0;
	margin-right: 0;
}

.hr-with::after,
.hr-with::before
{
    content: "";
    position: absolute;
    display: block;
    right: 30px;
}

.hr-with.hr-full::after,
.hr-with.hr-full::before {
    right: 80px;
}

.hr-with-boat::after {
	background: url(images/rokc_boat.png);
	background-size: contain;
    height: 120px;
    width: 120px;
    top: -85px;

	animation-name: boat-animation;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


.hr-with-birds::after {
	background: url(images/rokc_birds.png);
	background-size: contain;
    height: 150px;
    width: 150px;
    top: -110px;
}


.hr-with-post::before,
.hr-with-post::after {
    height: 150px;
    width: 150px;
    top: -110px;
}

.hr-with-post::after {
	background: url(images/rokc_post_blink.png);
	background-size: contain;

	animation-name: post-animation;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.hr-with-post::before {
	background: url(images/rokc_post.png);
	background-size: contain;
}


.hr-with-pier::after {
	background: url(images/rokc_pier.png);
	background-size: contain;
    height: 150px;
    width: 150px;
    top: -110px;
}

@media (max-width: 765px) {
	hr {
		margin: 0 20px 0 20px;
	}

	hr.hr-with-bigger {
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.hr-with-boat::after {
	    height: 80px;
	    width: 80px;
	    top: -55px;
	}


	.hr-with-birds::after {
	    height: 100px;
	    width: 100px;
	    top: -70px;
	}

	.hr-with-post::before,
	.hr-with-post::after {
	    height: 100px;
	    width: 100px;
	    top: -70px;
	}

	.hr-with-pier::after {
	    height: 100px;
	    width: 100px;
	    top: -70px;
	}
}

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

/*.menu a {
	font-style: italic;
}*/

.menu-section {
	display: table;
	max-width: 1000px;
	margin: 30px auto;
	text-align: center;
}

.menu-section > div {
	display: table-cell;
	vertical-align: top;
}

.section-img img {
	max-height: 450px;
	max-width: 530px;
	margin: 30px;
}

.menu .section-img:not(.img-fade-in) {
	display: none;
}

.section-right .img-fade-in {
	transform: translate(50px, 0);
}

.section-left .img-fade-in {
	transform: translate(-50px, 0);
}

.img-fade-in {
	opacity: 0;
	transition: transform 0.5s, 0.5s;
	will-change: transform, opacity;
}

.img-fade-in.is-in-view {
	opacity: 1;
	transform: translate(0, 0);
}

.section-copy {
	width: 100%;
	box-sizing: border-box;
	padding: 45px 15px 15px 15px;
}

.section-left p,
.section-left h2 {
	text-align: left;
}

.section-right p,
.section-right h2 {
	text-align: right;
}

.section-center p,
.section-center h2 {
	text-align: left;
}

.section-center {
	text-align: center;
	margin-top: 60px;
}

.section-center .section-copy {
	padding: 15px 15px 45px 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.section-center h2 {
	padding-top: 0;
}

.cocktail-images {
	display: inline-block;
}

.cocktail-images > div {
	display: inline-block;
}

.cocktail-images > div {
	margin-right: 15px;
}

.cocktail-images > div:last-child {
	margin-right: 0;
}

.cocktail-images img {
	max-width: 180px;
}

.cocktail-images img:not(:last-child)
{
	margin-right: 15px;
}

.section-tight {
	max-width: 800px;
}

@media (max-width: 840px) {
	.cocktail-images img {
		max-width: 150px;
	}

	.section-img img {
		max-height: 400px;
		max-width: 400px;
		margin: 30px;
	}
}

@media (max-width: 765px) {
	.menu {
		padding-top: 30px;
	}

	.menu-section {
		display: block;
	}

	.menu-section > div {
		display: block;
	}

	.section-copy {
		width: 100%;
		padding: 0 15px;
	}

	.section-copy h2 {
		margin-top: 0;
	}

	.section-right p,
	.section-right h2 {
		text-align: left;
	}

	.section-center p
	{
		text-align: left;
	}

	.menu .section-img {
		display: none;
	}

	.menu .section-img.img-mobile {
		display: block;
	}

	.section-img img {
		width: 100%;
		max-height: none;
		max-width: none;
		margin: 30px 0 15px 0;
	}

	.cocktail-images > div {
		display: block;
		margin-right: 0;
	}

	.cocktail-images > div:not(:last-child) {
		margin-bottom: 15px;
	}

	.cocktail-images img {
		max-width: 42%;
	}

	.img-fade-in,
	.section-left .img-fade-in,
	.section-right .img-fade-in {
		opacity: 1;
		transform: translate(0, 0);
	}
}

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

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

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

.hours caption h2 {
	text-align: left;
}

.hours p {
	color: #888;
	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 > div {
	display: table;
	margin: 0 auto;
}

.location > div > div {
	display: table-cell;
	vertical-align: middle;
}

.location-map {
	text-align: right;
}

.map-ctr {
	margin-right: 30px;
}

.map-ctr,
.map-iframe  {
	width: 400px;
	height: 300px;
}

.map-iframe {
	border: none;
	box-sizing: border-box;
}

.location-address {
	text-align: left;
}

.location h2 {
	text-align: left;
}

.grubhub-link {
	outline: none;
}

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

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

@media (min-width: 1024px) {
	.map-ctr,
	.map-iframe {
		width: 600px;
		height: 450px;
	}

	.map-ctr {
    margin-right: 45px;
	}
}

@media (max-width: 765px) {
	.location > div {
		display: block;
		margin: 10px auto 50px auto;
	}

	.location > div > div {
		display: block;
		text-align: center;
		padding: 0;
	}

	.map-ctr,
	.map-iframe  {
		width: 100%;
		height: 250px;
	}

	.map-ctr {
		margin: 0;
	}

	.location h2 {
		text-align: center;
	}
}


/* 
 * Footer  
 */
footer {
}

footer .notes > div {
	margin-bottom: 10px;
}

footer .notes > div:first-of-type {
	text-transform: lowercase;
}

footer .copyright {
	color: #bbb;
	font-size: 14px;
}

footer .social-icon {
	width: 60px;
	vertical-align: bottom;
}

footer .yelp-link {
	margin-top: 5px;
}

footer .yelp-link a {
	border: none;
	outline: none;
}

footer .yelp-link img {
	outline: none;
}

.press-section {
	margin-bottom: 120px;
	text-transform: capitalize;
}

.press-section h2 {
	margin-bottom: 1.5em;
}

.press-section h4 {
	margin-bottom: 2em;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-weight: normal;
}

.press-section .hidden-press {
	padding-top: 5px;
}

.press-section .press-title {
	display: inline-block;
	margin-bottom: 0.25em;
	text-align: center;
}

.press-section .attribution {
	display: block;
	text-align: center;
	color: #888;
	font-style: italic;
}

.press-section .attribution:before {
	content: '- ';
}

.press-section .media-contact,
.press-section .open-press-more {
	text-transform: none;
}

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

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

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

