/* Style for JFOODO | Sake Seafood Sensations
CSS by John King for Origin Case */


/* Layout */

html {
	box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: inherit;
}

.row {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 20px;
}

.row.row-touch-edge {
	padding: 0px 0px;
}

.row.row-wide {
	max-width: 1500px;
}

.desktop-only {
	display: none !important;
}

@media (min-width: 700px) {

.row {
	padding: 0px 30px;
}

.desktop-only {
	display: block !important;
}

.mobile-only {
	display: none !important;
}

}

@media (min-width: 940px) {

.row {
	padding: 0px 40px;
}

}

.constrict {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.responsive {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.responsive--plus {
	width: 100%;
	max-width: none;
}

iframe {
	width: 100%;
	margin: 30px 0px;
}

.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}


/* Palette */

.bg-black {
	background: #000000;
}

.bg-white {
	background: #ffffff;
}

.bg-cream {
	background: #f7f2e6;
}

.bg-grey {
	background: #4d4d4d;
}

.text-white,
.text-white a {
	color: #ffffff;
}

.text-black,
.text-black a {
	color: #333333;
}

svg {
  fill: currentColor;
}


/* Typography */

body {
	font-family: 'Merriweather', serif;
	color: #333333;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.alt-font, h1, h2, h3, a.button, .box-header, .option-bar {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2, h3 {
	margin: 30px 0px;
	font-size: 30px;
	line-height: 1.125em;
}

h3 {
	margin-top: 50px;
}

p {
	margin: 16px 0px;
	font-size: 16px;
	line-height: 1.375em;
}

.wysiwyg-text a {
	color: #333333;
	text-decoration: underline;
}

.wysiwyg-text a:hover,
.wysiwyg-text a:active {
	color: #000000;
	text-shadow: 0px 0px 1px;
}

.wysiwyg-text b,
.wysiwyg-text strong {
	font-weight: 700;
}

.alt-font-text {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.alt-font-bold {
	font-weight: 700;
}

ol, ul {
  list-style: none;
	padding: 0px;
}

.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.unselectable {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media (min-width: 940px) { /* Tablet & Above */

h2 {
	font-size: 42px;
	line-height: 1.0685em;
}

h3 {
	font-size: 38px;
}

}


/* Buttons */

.button-holder {
	margin: 30px 0px;
}

button,
[type=button],
[type=submit] {
	-webkit-appearance: none;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

a.button {
	display: block;
	width: max-content;
	padding: 12px 50px 12px 20px;
	background: #4d4d4d url(../img/button-arrow.png) no-repeat 95% 50%;
	background-position: right 15px top 50%;
	background-size: 18px 18px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}

a.button:hover,
a.button:focus {
	color: #ffffff;
  box-shadow: 0 0 5px 1px red;
}

.wysiwyg-text a.button {
	margin: 32px 0px;
}

.button-align-right a.button {
	margin-left: auto;
}

.button-align-center a.button {
	margin-left: auto;
	margin-right: auto;
}


/* Header */

header {
	height: 102px;
}

.header-elements {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 0px -10px;
}

.header-elements > * {
	margin: 0px 10px;
}

.header-jfoodo,
.header-logo,
.header-logo-mobile {
	line-height: 100px;
}

.header-menu {
	margin: 0px;
}

.header-menu a {
	display: block;
	text-decoration: none;
}

.header-menu a:hover,
.header-menu a.active {
	color: #ff0000;
}

.header-menu li.instagram a img {
	margin-top: 40px;
}

.header-menu li.instagram a:hover {
	filter: brightness(50%) sepia(100) saturate(100) hue-rotate(25deg);
}

@media (max-width: 939px) { /* Mobile & Tablet Menu */

.header-menu {
	display: none;
}

.header-menu-button {
	margin-left: auto;
	margin-right: 0px;
}

.mob-nav-icon {
	position: relative;
	width: 70px;
	height: 82px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	z-index: 6000;
}

.mob-nav-icon.icon-close {
	position: relative;
	margin: 0px 0px 0px 0px;
}

.header-menu-button_text {
	display: inline-block;
	padding: 20px 0px 8px 0px;
}

.mob-nav-icon.icon-open div {
	width: 36px;
	height: 3px;
	margin: 4px auto 7px auto;
	background: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.mob-nav-icon.icon-close div {
	position: absolute;
	bottom: 20px;
	left: 17px;
	width: 36px;
	right: 36px;
	height: 3px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.mob-nav-icon.icon-close div:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-menu {
  position: fixed;
  top: 0px;
  left: 100%;
  right: 0px;
	height: 100%;
  width: 100%;
  transition: all .2s ease-out;
  z-index: 5000;
}

.header-menu__items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
}

.header-menu__items li a {
	padding: 8px;
	font-size: 24px;
}

.header-menu li.instagram a img {
	margin-top: 20px;
}

}

@media (max-width: 699px) { /* Mobile Only */

.header-logo {
	display: none;
}

.header-logo-mobile {
	display: block;
}

}

@media (min-width: 700px) { /* Tablet & Above */

.header-logo-mobile {
	display: none;
}

}

@media (min-width: 940px) { /* Desktop Menu */

.header-menu-button {
	display: none;
}

.header-logo {
	max-width: 320px;
}

.header-menu {
	display: block !important;
	flex-grow: 1;
	max-width: 425px;
	margin-right: 0px;
	margin-left: auto;
}

.header-menu__items {
  display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 0px;
}

.header-menu__items li {
  flex-grow: 2;
}

.header-menu__items li.instagram {
	flex-grow: 1;
}

.header-menu__items li a {
  display: block;
	height: 102px;
	line-height: 102px;
	text-align: center;
	font-size: 12px;
}

}

@media (min-width: 1080px) { /* Desktop Menu - Wider */

.header-elements {
	margin: 0px -20px;
}

.header-elements > * {
	margin: 0px 20px;
}

.header-logo {
	max-width: 400px;
}

.header-menu {
	max-width: 500px;
}

.header-menu__items li a {
	font-size: 13px;
}

}


/* Module - Slider */

.slider {
	max-height: 456px;
}

.slider img {
	width: 100%;
	height: auto;
}

.slick-dots {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
}

.slick-dots > li {
	display: inline-block;
}

.slick-dots > li > button {
	position: relative;
	width: 30px;
	height: 30px;
	color: rgba(0, 0, 0, 0);
}

.slick-dots > li > button::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 18px;
	height: 18px;
	border: 3px solid #ff0000;
	border-radius: 50%;
}

.slick-dots > li.slick-active > button::after {
	background-color: #ff0000;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 15px);
	width: 44px;
	height: 44px;
	background: transparent url('../img/button-arrow.png') no-repeat center center;
	background-size: 30px 30px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	z-index: 2;
}

.slick-arrow.slick-prev {
	left: -30px;
	transform: rotate(180deg);
}

.slick-arrow.slick-next {
	right: -30px;
}

@media (min-width: 940px) {

.slick-arrow {
	width: 60px;
	height: 60px;
}

.slick-arrow.slick-prev {
	left: -45px;
}

.slick-arrow.slick-next {
	right: -45px;
}

}


/* Module - Columns */

.columns-pair .columns {
	margin: 30px 0px;
}

.columns-pair img,
.columns-pair .image-spacer {
	display: block;
	margin: 30px 0px;
}

@media (min-width: 700px) { /* Tablet & Above */

.columns-pair .col {
	float: left;
	width: 50%;
}

.columns-pair .columns-switch .col {
	float: right;
}

.columns-pair .columns {
	margin: 0px 0px;
}

.columns-pair .col-contents {
	margin: 40px 0px;
}

.columns-pair .col-1 .col-contents-text:not(.col-contents-no-margin),
.columns-pair .columns-switch .col-2 .col-contents-text:not(.col-contents-no-margin) {
	margin-right: 30px;
	margin-left: 0px;
}

.columns-pair .col-2 .col-contents-text:not(.col-contents-no-margin),
.columns-pair .columns-switch .col-1 .col-contents-text:not(.col-contents-no-margin) {
	margin-left: 30px;
	margin-right: 0px;
}

.columns-pair img,
.columns-pair .image-spacer {
	padding: 5px 0px;
}

}

@media (min-width: 940px) { /* Desktop */

.columns-pair .col-1 .col-contents-text:not(.col-contents-no-margin),
.columns-pair .columns-switch .col-2 .col-contents-text:not(.col-contents-no-margin) {
	margin-right: 40px;
	margin-left: 0px;
}

.columns-pair .col-2 .col-contents-text:not(.col-contents-no-margin),
.columns-pair .columns-switch .col-1 .col-contents-text:not(.col-contents-no-margin) {
	margin-left: 40px;
	margin-right: 0px;
}

}


/* Box Grids */

.grid-text {
	text-align: center;
}

.grid-item {
	margin-bottom: 20px;
}

.grid-3 {
	margin-top: 30px;
}

@media (min-width: 700px) { /* Tablet & Above */

.grid-3 {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	margin: 30px -10px 10px -10px;
}

.grid-3.grid-left {
  justify-content: flex-start;
}

.grid-3 .grid-item {
	flex: 0 0 calc(50% - 20px);
	margin: 0px 10px 20px 10px;
}

}

@media (min-width: 940px) { /* Desktop */

.grid-3 {
	margin-bottom: 30px;
}

.grid-3 .grid-item {
	flex: 0 0 calc(33.33% - 20px);
}

}

.box-contents {
	display: block;
	background-color: #4d4d4d;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

a.box-contents {
	color: #ffffff;
	text-decoration: none;
}

a.box-contents:hover,
a.box-contents:focus {
	color: #ffffff;
	box-shadow: 0 0 5px 1px red;
}

.box-header {
	padding: 20px 10px;
	font-weight: 400;
	font-size: 15px;
}

.box-image img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.box-text {
	position: relative;
	max-width: 300px;
	min-height: 134px;
	margin: 0px auto;
	padding: 25px 14px;
	line-height: 1.5em;
	font-size: 16px;
}

.box-text:before {
	position: absolute;
	content: "";
	top: -2px;
	left: 40px;
	right: 40px;
	height: 2px;
	background: #ff0000;
}


/* Option Bar */

.option-bar-text {
	text-align: center;
}

.option-bar {
	margin-bottom: 30px;
	background: #000000;
}

.option-bar a {
	position: relative;
	display: block;
	max-width: 250px;
	margin: 0px auto;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	color: #ffffff;
}


.option-bar a:hover,
.option-bar a:focus {
	color: #ff0000;
}

.option-bar a:not(:first-child):before {
	position: absolute;
	content: "";
	top: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #ff0000;
}

@media (min-width: 940px) { /* Desktop */

.option-bar {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin-bottom: 50px;
}

.option-bar a {
	flex-grow: 1;
	margin: 0px;
	padding: 10px 20px;
	white-space: nowrap;
}

.option-bar a:not(:first-child):before {
	top: 3px;
	bottom: 3px;
	left: -1px;
	right: auto;
	height: auto;
	width: 2px;
}

}

/* Detail Slide Module */

.detail-slider
{
	margin: 20px 15px 30px 15px;
}

.detail-slide
{
	margin: 0px 15px 0px 15px;
	border: 1px solid #0D0D0D;
	border-radius: 10px;
}

.detail-slide-image
{
	min-height: 350px;
	border-bottom: 1px solid #0D0D0D;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	background-size: cover;
	background-position: center center;
}

.detail-slide-content
{
	padding: 25px;
}

.detail-slide-number
{
	display: inline-block;
	padding: 3px 5px;
	line-height: 1.25em;
	border: 1px solid #0D0D0D;
	border-radius: 3px;
	font-size: 14px;
}

.detail-slide-title h3
{
	margin-top: 30px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
}

@media (min-width: 940px) {

.detail-slider
{
	margin-bottom: 60px;
}

.detail-slide
{
	flex-direction: row;
	display: flex !important;
}

.detail-slide-image
{
	flex-basis: 50%;
	min-height: auto;
	border-bottom: none;
	border-right: 1px solid #0D0D0D;
	border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
}

.detail-slide-content
{
	flex-basis: 50%;
	padding: 45px;
}

.detail-slide-title h3
{
	margin-top: 60px;
}

}


/* Image Text Module */

.it-box-image {
	line-height: 1.5em;
	font-size: 16px;
}

.it-box-text {
	padding: 20px 0px 15px 0px;
	line-height: 1.5em;
	font-size: 16px;
}


/* Instagram Module */

.module-insta {
	position: relative;
	overflow: hidden;
	background-color: #000000;
}

.insta-embed {
	min-height: 350px;
}

.insta-button {
	position: relative;
	margin-top: 0px;
	background-color: #000000;
}


/* Footer */

.footer-column--logo {
	text-align: left;
}

.footer-column__contents {
	margin: 30px 0px;
}

.footer-menu a {
	display: block;
	padding: 5px 0px;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #ff0000;
}

.footer-text p {
	margin: 0px 0px 20px 0px;
	font-size: 17px;
	line-height: 1.50em;
}

ul.footer-sm {
  margin-left: -5px;
}

ul.footer-sm li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

ul.footer-sm li a {
	display: block;
  padding: 5px;
}

ul.footer-sm li a img {
  display: block;
	width: 32px;
	height: 32px;
}

ul.footer-sm li a:hover img {
	filter: brightness(50%) sepia(100) saturate(100) hue-rotate(25deg);
}

ul.footer-sm li a span {
  display: none;
}

@media (max-width: 700px) { /* Mobile Only */

.footer-column--menu,
.footer-column--logo {
	text-align: center;
}

}

@media (min-width: 700px) {

.footer-columns {
  display: flex;
  flex-wrap: wrap;
	margin: 0px -30px;
}

.footer-column {
	flex: 50%;
}

.footer-column--text {
	flex: 100%;
}

.footer-column__contents {
	margin: 30px 30px;
}

.footer-column--text .footer-column__contents {
	margin-top: 0px;
}

.footer-column--logo img {
	margin: 8px 0px;
}

.footer-column ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer-column ul.footer-sm {
	margin-top: 8px;
}

.footer-column ul.footer-sm li a img {
	width: 24px;
	height: 24px;
}

.footer-menu a {
	font-size: 14px;
}

}

@media (min-width: 940px) {

.footer-columns {
  flex-wrap: nowrap;
}

.footer-column {
	flex: 25%;
}

.footer-column--text {
	flex: 50%;
}

.footer-column__contents,
.footer-column--text .footer-column__contents {
	margin: 30px 30px;
}

}
