@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

/* MIXINS  */
/* COLORS  */
/* RESETS  */
* { margin: 0; padding: 0; border: 0; box-sizing: border-box; }

img { max-width: 100%; height: auto; }

ol, ul { list-style: none; }

a { text-decoration: none; color: inherit; }

.content-wrap ul { margin-bottom: 1.5em; list-style: none; }
.content-wrap ul li { position: relative; margin-bottom: 0.75em; padding-left: 1em; }
.content-wrap ul li:before { content: "\2022"; position: absolute; left: 0; }
.content-wrap ul ul { margin-bottom: 0; margin-top: 0.75em; }
.content-wrap ul ul li:before { content: "\25E6"; }
.content-wrap ul ul li:last-of-type { margin-bottom: 0; }
.content-wrap ol { margin-bottom: 1.5em; list-style: decimal; list-style-position: inside; }
.content-wrap ol li { margin-bottom: 1em; }
.content-wrap a:not(.button) { text-decoration: underline; }
.content-wrap blockquote { padding-left: 1em; }
.content-wrap hr { margin: 2em 0; border-bottom: 1px solid #e3e2e0; }

/* FONTS  */
/** @license MyFonts Webfont Build ID 3547291, 2018-03-26T13:24:14-0400  The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are  explicitly restricted from using the Licensed Webfonts(s).  You may obtain a valid license at the URLs below.  Webfont: SofiaProRegular by Mostardesign URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/regular/  Webfont: SofiaProRegular-Italic by Mostardesign URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/regular-italic/  Webfont: SofiaProSemiBold by Mostardesign URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/semi-bold/  Webfont: SofiaProSemiBold-Italic by Mostardesign URL: https://www.myfonts.com/fonts/mostardesign/sofia-pro/semi-bold-italic/   License: https://www.myfonts.com/viewlicense?type=web&buildid=3547291 Licensed pageviews: 10,000 Webfonts copyright: Copyright &#x00A9; Olivier Gourvat - Mostardesign Type Foundry, 2016. All rights reserved.  © 2018 MyFonts Inc
*/
@font-face { font-family: 'Sofia'; src: url("../../fonts/36209B_0_0.eot"); src: url("../../fonts/36209B_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/36209B_0_0.woff2") format("woff2"), url("../../fonts/36209B_0_0.woff") format("woff"), url("../../fonts/36209B_0_0.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Sofia'; src: url("../../fonts/36209B_1_0.eot"); src: url("../../fonts/36209B_1_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/36209B_1_0.woff2") format("woff2"), url("../../fonts/36209B_1_0.woff") format("woff"), url("../../fonts/36209B_1_0.ttf") format("truetype"); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Sofia'; src: url("../../fonts/36209B_2_0.eot"); src: url("../../fonts/36209B_2_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/36209B_2_0.woff2") format("woff2"), url("../../fonts/36209B_2_0.woff") format("woff"), url("../../fonts/36209B_2_0.ttf") format("truetype"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Sofia'; src: url("../../fonts/36209B_3_0.eot"); src: url("../../fonts/36209B_3_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/36209B_3_0.woff2") format("woff2"), url("../../fonts/36209B_3_0.woff") format("woff"), url("../../fonts/36209B_3_0.ttf") format("truetype"); font-weight: 700; font-style: italic; }
@font-face { font-family: 'Icons'; src: url("../../fonts/icomoon/fonts/icomoon.ttf?bdgqrv") format("truetype"), url("../../fonts/icomoon/fonts/icomoon.woff?bdgqrv") format("woff"), url("../../fonts/icomoon/fonts/icomoon.svg?bdgqrv#icomoon") format("svg"); font-weight: normal; font-style: normal; }
/* TRANSITIONS  */
a, .button, .woocommerce #bottom a.button, .button:after, .woocommerce #bottom a.button:after, #menu-wrap, .cta-block, .sub-menu li { transition: all 0.2s ease; }

.team-member .bio { transition: all 1s ease-out; }

#top nav { transition: all 0.5s cubic-bezier(0.1, 1, 0.5, 1); }

.sub-menu { transition: opacity 0.2s ease-out; }

.gallery li { transition: opacity 0.5s ease-out; }

.gallery li.active { transition: opacity 0.5s ease-in; }

.gallery .controls span:after { transition: all 0.15s ease-out; }

.gallery .controls span:hover:after { transition: all 0.3s cubic-bezier(0.25, 1.5, 0.8, 1.1); }

/* TEXT STYLES  */
h1 { font-size: 2em; font-weight: normal; line-height: 1.1; margin-bottom: 1.25rem; }

h2 { font-size: 2em; font-weight: normal; line-height: 1.1; margin-bottom: 1.25rem; }

h3 { font-size: 1.375em; font-weight: normal; line-height: 1.2; margin-bottom: 1rem; }

h4 { font-size: 1.125em; font-weight: 700; line-height: 1.3; margin-bottom: 0.25rem; }

p { margin-bottom: 1em; }

.button, .woocommerce #bottom a.button { background-color: #f15b78; position: relative; display: inline-block; padding: 0.625em 1.125em 0.5em; font-family: inherit; font-weight: 700; line-height: 1.1; color: white; border: none; border-radius: 999px; outline: none; -webkit-appearance: none; cursor: pointer; text-decoration: none !important; }
.button:hover, .woocommerce #bottom a.button:hover { background-color: #ee3559; }
.button.outline, .woocommerce #bottom a.outline.button { background-color: transparent; border-color: #f15b78; }
.button.outline, .woocommerce #bottom a.outline.button { border-style: solid; border-width: 2px; }
.button.arrow, .woocommerce #bottom a.arrow.button { padding-right: 3.5em; }
.button.arrow:after, .woocommerce #bottom a.arrow.button:after { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e603"; position: absolute; top: 50%; right: 1.25em; margin-top: -0.5em; }
.button.arrow:hover:after, .woocommerce #bottom a.arrow.button:hover:after { right: 1em; }

.center { margin-left: auto; margin-right: auto; text-align: center; }

small { font-size: 0.875em; }

big { font-size: 1.125em; }

/* GLOBAL STYLES  */
html { font-size: 14px; }
@media screen and (min-width: 860px) { html { font-size: 16px; } }

body { font-family: 'Sofia', sans-serif; line-height: 1.4; -webkit-font-smoothing: antialiased; background-color: #e3e2e0; color: #777; background-image: url("../../images/texture-dragon.svg"), url("../../images/texture-concrete.jpg"); background-size: 110% auto, 300px auto; background-position: 50% calc(50% + 200px); background-attachment: fixed; background-repeat: no-repeat, repeat; }
body.open-nav { overflow: hidden; }
body.open-nav #top nav { left: 0; }

#page-wrapper { overflow-x: hidden; }

#top { position: relative; z-index: 999; }
#top .alert-bar { position: relative; padding: 0.675em 1em; background-color: #222; color: white; font-size: 0.875em; z-index: 1; }
@media screen and (min-width: 860px) { #top .alert-bar { padding: 0.75em 2em; } }
#top .alert-bar .inner > *:last-child { margin-bottom: 0; }
#top .nav-wrap { position: absolute; width: 100%; }
@media screen and (min-width: 860px) { #top .nav-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding: 0 5%; } }
#top .menu-toggle { position: relative; width: 48px; height: 32px; cursor: pointer; z-index: 1000; }
@media screen and (min-width: 860px) { #top .menu-toggle { display: none; } }
#top .menu-toggle span { display: block; position: absolute; left: 12px; width: 24px; height: 2px; background-color: #f15b78; opacity: 1; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; border-radius: 999px; }
@media screen and (max-width: 859px) { #top .header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 1em 5% 0; } }
#top .header .logo { display: block; width: 100px; margin-right: 1em; margin-top: -165px; }
@media screen and (min-width: 860px) { #top .header .logo { margin-right: 2em; margin-top: -140px; } }
.home #top .header .logo { margin-top: -115px; }
@media screen and (min-width: 1080px) { .home #top .header .logo { width: 180px; margin-top: -180px; } }
#top .header .logo img { display: block; -webkit-filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.75)); filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.75)); width: 100%; height: auto; }
#top .header .reserve { background-color: #ce803a; margin: -2px 0.5em 0 auto; }
#top .header .reserve:hover { background-color: #b36c2c; }
#top .header .reserve.outline { background-color: transparent; border-color: #ce803a; }
@media screen and (min-width: 860px) { #top .header .reserve { display: none; } }
.woocommerce #top .header .reserve { padding: 0.625em 1.125em 0.5em; line-height: 1.1; color: white; border: 2px solid #ce803a; border-radius: 999px; }
.single-product #top .header .reserve, .woocommerce-checkout #top .header .reserve { color: #777; }
#top .header .menu-toggle span:nth-child(1) { top: 9px; }
#top .header .menu-toggle span:nth-child(2) { top: 15px; }
#top .header .menu-toggle span:nth-child(3) { top: 21px; }
@media screen and (max-width: 859px) { #top nav { position: fixed; top: 0; left: 100%; width: 100%; height: 100%; padding: 2rem 5%; background-color: #222; overflow: auto; -webkit-overflow-scrolling: touch; z-index: 99999; }
  .admin-bar #top nav { padding-top: calc(46px + 2em); } }
@media screen and (min-width: 860px) { #top nav { position: relative; z-index: 1; display: block !important; box-shadow: 0 0 0.375em -0.125em rgba(0, 0, 0, 0.5); white-space: nowrap; } }
#top nav > ul { font-size: 0; }
#top nav > ul > li { position: relative; display: block; font-size: 2rem; margin-bottom: 0.25rem; }
@media screen and (min-width: 860px) { #top nav > ul > li { display: inline-block; vertical-align: middle; font-size: 0.875rem; margin: 0; } }
@media screen and (min-width: 960px) { #top nav > ul > li { font-size: 1rem; } }
#top nav > ul > li > a { position: relative; display: block; color: white; }
@media screen and (min-width: 860px) { #top nav > ul > li > a { position: relative; transition: all 0.1s ease; background-color: white; color: #ce803a; padding: 1em 0.75em; font-size: 1em; }
  #top nav > ul > li > a:before { content: ""; position: absolute; right: 1em; bottom: 1em; width: 0; height: 2px; background-color: #f15b78; -webkit-transform: skew(45deg); -ms-transform: skew(45deg); transform: skew(45deg); transition: width 0.25s ease; }
  #top nav > ul > li > a:hover:before, #top nav > ul > li > a.active:before { left: 1em; width: calc(100% - 2em); } }
@media screen and (min-width: 1000px) { #top nav > ul > li > a { padding: 1.125em 0.875em; } }
@media screen and (min-width: 860px) { #top nav > ul > li > a:hover { color: #222; } }
#top nav > ul > li.reverse > a { color: #ce803a; }
@media screen and (min-width: 860px) { #top nav > ul > li.reverse > a { background-color: #ce803a; color: white; padding-left: 1em; padding-right: 1em; }
  #top nav > ul > li.reverse > a:before { background-color: white; } }
#top nav > ul > li.reverse.pink > a { color: #f15b78; }
@media screen and (min-width: 860px) { #top nav > ul > li.reverse.pink > a { color: white; background-color: #f15b78; } }
#top nav > ul > li.reverse.menu-item-has-children > a:after { margin-left: 1.5em; }
@media screen and (min-width: 860px) { #top nav > ul > li:first-child a { padding-left: 1em; }
  #top nav > ul > li:first-child a:hover:before, #top nav > ul > li:first-child a.active:before { left: 1.25em; } }
@media screen and (min-width: 1000px) { #top nav > ul > li:first-child a { padding-left: 1.25em; } }
@media screen and (min-width: 860px) { #top nav > ul > li > .sub-menu { position: absolute; top: 100%; color: white; min-width: 140px; width: 100%; border-radius: 0 0 0.25em 0.25em; overflow: hidden; z-index: -1; opacity: 0; left: -9999px; } }
#top nav > ul > li > .sub-menu > li { background-color: #222; color: white; }
#top nav > ul > li > .sub-menu > li > a { display: block; }
@media screen and (min-width: 860px) { #top nav > ul > li > .sub-menu > li > a { position: relative; transition: all 0.1s ease; max-width: 200px; padding: 1em 0.75em; font-size: 1em; white-space: normal; }
  #top nav > ul > li > .sub-menu > li > a:before { content: ""; position: absolute; right: 1em; bottom: 1em; width: 0; height: 2px; background-color: #f15b78; -webkit-transform: skew(45deg); -ms-transform: skew(45deg); transform: skew(45deg); transition: width 0.25s ease; }
  #top nav > ul > li > .sub-menu > li > a:hover:before, #top nav > ul > li > .sub-menu > li > a.active:before { left: 1em; width: calc(100% - 2em); } }
@media screen and (min-width: 1000px) { #top nav > ul > li > .sub-menu > li > a { padding: 1.125em 0.875em; } }
@media screen and (min-width: 860px) { #top nav > ul > li > .sub-menu > li:hover { background-color: #2f2f2f; } }
@media screen and (min-width: 860px) { #top nav > ul > li.menu-item-has-children:hover .sub-menu { opacity: 1; left: 0; } }
@media screen and (min-width: 860px) { #top nav > ul > li.menu-item-has-children:last-child:hover .sub-menu { left: auto; right: 0; } }
#top nav > ul > li.menu-item-has-children > a { position: relative; }
@media screen and (min-width: 860px) { #top nav > ul > li.menu-item-has-children > a:after { content: ''; display: inline-block; vertical-align: middle; width: 0; height: 0; border-left: 0.25em solid transparent; border-right: 0.25em solid transparent; border-top: 0.25em solid; margin-left: 0.5em; } }
#top nav .hours { margin-top: 3em; }
@media screen and (min-width: 860px) { #top nav .hours { display: none; } }
#top nav .menu-toggle { position: absolute; top: 1em; right: 5%; }
.admin-bar #top nav .menu-toggle { top: calc(46px + 1em); }
#top nav .menu-toggle span:nth-child(1) { top: 15px; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
#top nav .menu-toggle span:nth-child(2) { top: 15px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

#bottom { box-shadow: 0 0 2em rgba(0, 0, 0, 0.3); background-color: #222; padding: 6% 0; overflow: hidden; }
@media screen and (min-width: 860px) { .pull-bottom + #bottom { padding-top: calc(60px + 6%); } }
#bottom h4 { color: #ce803a; }
#bottom .logo { display: block; width: 100px; }
@media screen and (max-width: 859px) { #bottom .logo { margin-left: -10px; margin-top: -165px; } }
#bottom .logo img { display: block; width: 100%; height: auto; }
#bottom .details { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }
@media screen and (max-width: 859px) { #bottom .details { font-size: 0.875em; } }
@media screen and (max-width: 859px), (min-width: 1000px) { #bottom .details { display: -webkit-flex; display: -ms-flexbox; display: flex; } }
#bottom .details > * { margin-bottom: 2em; }
@media screen and (max-width: 859px), (min-width: 1000px) { #bottom .details > * { max-width: 250px; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin: 0 1.5em; }
  #bottom .details > *:first-child { margin-left: 0; }
  #bottom .details > *:last-child { margin-right: 0; } }
#bottom .details a:hover { color: white; }
#bottom .details a.metropolis:hover { color: #008aff; }
#bottom .flex { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
#bottom .flex > * { margin-bottom: 2em; }
@media screen and (min-width: 860px) { #bottom .flex > * { margin: 0 1.5em; } }
@media screen and (min-width: 860px) { #bottom .flex > *:first-child { margin-left: 0; } }
#bottom .flex > *:last-child { max-width: 350px; }
@media screen and (min-width: 860px) { #bottom .flex > *:last-child { margin-right: 0; margin-left: auto; } }

.page-header { box-shadow: 0 0 2em rgba(0, 0, 0, 0.3); position: relative; min-height: 300px; padding: 140px 0 20px; background-color: #222; background-size: cover; background-position: center center; color: white; }
.page-header:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background-color: rgba(0, 0, 0, 0.2); }
.page-header > * { position: relative; z-index: 1; }
@media screen and (min-width: 860px) { .page-header { padding: 100px 0 50px; min-height: 400px; } }
@media screen and (min-width: 860px) { .page-template-page-about .page-header { height: 600px; } }
.page-header .flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; min-height: 250px; }
@media screen and (min-width: 860px) { .page-header .flex { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }
.page-header .title-wrap { margin-top: auto; text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); }
.page-header .title-wrap h1 { position: relative; font-size: 2em; font-weight: normal; color: white; padding-left: 0.5em; }
.page-header .title-wrap h1:before { content: ""; position: absolute; top: 0.125em; bottom: 0.25em; left: 0; width: 2px; background-color: #ce803a; }
.page-header .announcement { display: block; max-width: 550px; background-color: #222; padding: 1.5em; border-radius: 0.25em; margin-left: auto; }
.page-header .announcement > *:last-child { margin-bottom: 0; }
.page-header .content-wrap { margin: auto; text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); }
.page-header .image-wrap { position: absolute; right: 0; bottom: 0px; width: 40%; z-index: 1; }
@media screen and (min-width: 860px) { .page-header .image-wrap { bottom: -100px; } }
.page-header .image-wrap img { box-shadow: 0 3em 8em -2em rgba(0, 0, 0, 0.5); }
.page-header .image-wrap + .title-wrap { max-width: 50%; }
.page-header .gallery { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 0; height: auto; }
@media screen and (min-width: 860px) { .home .page-header, .page-template-page-menus .page-header, .post-type-archive-product .page-header, .tax-product_cat .page-header { padding-bottom: 100px; } }

section { position: relative; padding: 8% 0; }
section.white { background-color: white; }
section.white.shadow { box-shadow: 0 0 2em rgba(0, 0, 0, 0.1); }
section.gray { background-color: #f5f5f5; }
@media screen and (min-width: 860px) { section.pull-top { padding-top: 0; margin-top: -60px; z-index: 1; } }
@media screen and (min-width: 860px) { section.pull-bottom { padding-bottom: 0; margin-bottom: -60px; z-index: 1; } }
section.shadow { box-shadow: 0 0 2em rgba(0, 0, 0, 0.3); }
section.image-blocks { padding: 0; }
section.image-blocks .blocks-wrap { position: relative; top: -60px; margin-bottom: -60px; }
#top + section { padding-top: 160px; }

.section-header { max-width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 4%; }
.section-header h2 { color: #222; }
.section-header h2 span { color: #f15b78; }
.section-header .button, .section-header .woocommerce #bottom a.button, .woocommerce #bottom .section-header a.button { background-color: #ce803a; }
.section-header .button:hover, .section-header .woocommerce #bottom a.button:hover, .woocommerce #bottom .section-header a.button:hover { background-color: #b36c2c; }
.section-header .button.outline, .section-header .woocommerce #bottom a.outline.button, .woocommerce #bottom .section-header a.outline.button { background-color: transparent; border-color: #ce803a; }
@media screen and (min-width: 860px) { .section-header.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .section-header.flex > * { margin-bottom: 0; } }

.content-box { box-shadow: 0 0 2em rgba(0, 0, 0, 0.3); background-color: white; border-radius: 0.25em; }
.content-box nav.primary { background-color: #f15b78; color: white; }
@media screen and (max-width: 859px) { .content-box nav.primary { overflow: auto; -webkit-overflow-scrolling: touch; } }
@media screen and (min-width: 860px) { .content-box nav.primary { padding: 0 1em; } }
.content-box nav.primary ul { font-size: 0; }
@media screen and (max-width: 859px) { .content-box nav.primary ul { white-space: nowrap; } }
.content-box nav.primary ul li { display: inline-block; font-size: 1rem; font-weight: 700; }
.content-box nav.primary ul li > * { position: relative; transition: all 0.1s ease; display: block; cursor: pointer; padding: 1em; }
.content-box nav.primary ul li > *:before { content: ""; position: absolute; right: 1em; bottom: 1em; width: 0; height: 2px; background-color: white; -webkit-transform: skew(45deg); -ms-transform: skew(45deg); transform: skew(45deg); transition: width 0.25s ease; }
.content-box nav.primary ul li > *:hover:before, .content-box nav.primary ul li > *.active:before { left: 1em; width: calc(100% - 2em); }

.contain { width: 90%; max-width: 1080px; margin: 0 auto; position: relative; }
.contain:after { content: ""; display: table; clear: both; }
.contain.wide { max-width: 1280px; }
.contain.narrow { max-width: 800px; }
@media screen and (min-width: 860px) { .contain.flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }
.contain.flex.center { text-align: left; }
@media screen and (min-width: 860px) { .contain.flex.center { -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }
@media screen and (min-width: 860px) { .contain.flex .right { -webkit-order: 2; -ms-flex-order: 2; order: 2; margin-left: auto; } }

.clear:after:after { content: ""; display: table; clear: both; }

[class*='col-'] { position: relative; height: 100%; margin-bottom: 5%; }
@media screen and (min-width: 860px) { [class*='col-'] { float: left; margin-bottom: 0; margin-right: 8%; }
  [class*='col-'].right { float: right; margin-right: 0; }
  [class*='col-'].col-1-2 { width: 46%; }
  [class*='col-'].col-1-3 { width: 28%; }
  [class*='col-'].col-2-3 { width: 64%; }
  [class*='col-'].col-1-4 { width: 19%; }
  [class*='col-'].col-3-4 { width: 73%; }
  [class*='col-'].col-1-5 { width: 13.6%; }
  [class*='col-'].col-2-5 { width: 35.2%; }
  [class*='col-'].col-3-5 { width: 56.8%; } }
[class*='col-']:last-child { margin-bottom: 0; }
.woocommerce [class*='col-'].col-1, .woocommerce [class*='col-'].col-2 { margin-right: 0; }

@media screen and (min-width: 960px) { .columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 4em; -moz-column-gap: 4em; column-gap: 4em; } }
.columns section, .columns div, .columns ul, .columns li, .columns h1, .columns h2, .columns h3, .columns h4, .columns h5, .columns h6, .columns p, .columns a { -moz-column-break-inside: avoid; -webkit-column-break-inside: avoid; column-break-inside: avoid; page-break-inside: avoid; }

.gallery { position: relative; padding: 0; height: 0; padding-bottom: 50%; max-height: 750px; background-color: #222; }
.gallery ul { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.gallery ul li { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; z-index: -1; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.gallery ul li.active { opacity: 1; z-index: 0; }
.gallery .controls { position: absolute; bottom: 0; right: 0; font-size: 0; text-align: right; }
@media screen and (min-width: 860px) { .gallery .controls { width: 90%; max-width: 1080px; left: 50%; right: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } }
.gallery .controls span { display: inline-block; vertical-align: middle; font-size: 1rem; width: 3em; height: 3em; line-height: 3em; background-color: #222; text-align: center; color: white; cursor: pointer; }
@media screen and (min-width: 860px) { .gallery .controls span { width: 6em; height: 6em; line-height: 6em; } }
.gallery .controls span:after { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e602"; font-size: 1em; }
.gallery .controls span.next { background-color: #f15b78; }
.gallery .controls span.next:after { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e601"; }
@media screen and (min-width: 860px) { .gallery .controls span:hover:after { font-size: 1.375em; } }
@media screen and (min-width: 860px) { .gallery.fixed ul li { background-attachment: fixed; } }

@media screen and (min-width: 600px) { .blocks-wrap { font-size: 0; margin: -1%; } }
.blocks-wrap > * { display: block; background-color: white; margin-bottom: 1em; font-size: 0.875rem; }
@media screen and (min-width: 600px) { .blocks-wrap > * { display: inline-block; vertical-align: top; font-size: 1rem; width: 48%; margin: 1%; background-color: white; border-radius: 0.125em; box-shadow: 0 0 0.5em -0.25em rgba(0, 0, 0, 0.2); } }
.blocks-wrap > * *:last-child { margin-bottom: 0; }
.blocks-wrap .press { padding: 1.5em; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.blocks-wrap .press .flex { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.blocks-wrap .press .image-wrap { -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; margin-right: 1.5em; }
.blocks-wrap .press .image-wrap img { display: block; max-width: 60px; max-height: 60px; width: auto; margin: 0 auto; }
@media screen and (min-width: 860px) { .blocks-wrap .press .image-wrap img { max-width: 80px; max-height: 80px; } }
.blocks-wrap .press .content-wrap h3 { color: #f15b78; margin-bottom: 0.25rem; }
@media screen and (min-width: 860px) { .blocks-wrap .press:hover { box-shadow: 0 0 1.5em -0.5em rgba(0, 0, 0, 0.3); -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); } }
.blocks-wrap .event { position: relative; padding-left: 100px; }
@media screen and (min-width: 600px) { .blocks-wrap .event { padding-left: 125px; } }
.blocks-wrap .event .date-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; bottom: 0; width: 100px; background-color: #ce803a; color: white; padding: 1.5em 0.5em; }
@media screen and (min-width: 600px) { .blocks-wrap .event .date-wrap { width: 125px; } }
.blocks-wrap .event .date-wrap * { display: block; text-align: center; }
.blocks-wrap .event .date-wrap .day { position: relative; font-size: 2.625em; }
.blocks-wrap .event .date-wrap .day:after { content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -0.5rem; width: 1rem; height: 2px; background-color: white; opacity: 0.5; }
.blocks-wrap .event .date-wrap .month { font-size: 1.125em; font-weight: 700; opacity: 0.5; margin-top: 0.5rem; }
.blocks-wrap .event .content-wrap { padding: 1.5em; }
.blocks-wrap .event .content-wrap h3 { color: #f15b78; margin-bottom: 0.25rem; }
.blocks-wrap .event .content-wrap .when { font-size: 1.125em; font-weight: 700; margin-bottom: 1.5em; }
.blocks-wrap .testimonial { padding: 1.5em 1.5em 1.5em 3em; }
.blocks-wrap .testimonial .quote { position: relative; color: #f15b78; }
.blocks-wrap .testimonial .quote:before { content: "\201C"; position: absolute; left: -2rem; display: inline-block; font-family: serif; font-size: 2em; line-height: 2.5rem; }
.blocks-wrap .testimonial .author:before { content: "-"; margin-right: 0.25em; }

.cta-wrap { position: relative; display: block; padding: 8% 0; background-color: #222; color: white; }
.cta-wrap:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; background-color: rgba(0, 0, 0, 0.8); }
.cta-wrap > * { position: relative; z-index: 1; }
@media screen and (min-width: 860px) { .pull-bottom + .cta-wrap { padding-top: calc(60px + 8%); } }
.cta-wrap header { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.cta-wrap header *:last-child { margin-bottom: 0; }
.cta-wrap .cta-block { margin: 2em auto 1em; }
@media screen and (min-width: 860px) { .cta-wrap .cta-block { max-width: 45%; margin: 0 0 1em 3em; } }
@media screen and (min-width: 860px) { .cta-wrap:hover .cta-block { background-color: #ee3559; -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
  .cta-wrap:hover .cta-block:nth-of-type(2n) { background-color: #b36c2c; } }

.cta-block { display: block; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 2em; background-color: #f15b78; border-radius: 0.125em; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 1em; color: white; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); text-decoration: none !important; }
.cta-block:last-child { margin-bottom: 0; }
.cta-block:hover { background-color: #ee3559; -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
.cta-block:nth-of-type(2n) { background-color: #ce803a; }
.cta-block:nth-of-type(2n):hover { background-color: #b36c2c; }
.cta-block.orange { background-color: #ce803a !important; }
.cta-block.orange:hover { background-color: #b36c2c !important; }
.cta-block.pink { background-color: #f15b78 !important; }
.cta-block.pink:hover { background-color: #ee3559 !important; }
.cta-block .icon-wrap { width: 50px; margin-right: 1.25em; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.cta-block .icon-wrap img { display: block; opacity: 0.5; }
.cta-block .content-wrap { font-size: 0.875em; }
.cta-block .content-wrap strong { font-size: 1rem; }

/* HOME   */
@media screen and (max-width: 859px) { #hero { padding-top: 180px; } }
@media screen and (min-width: 860px) { #hero { height: 650px; } }
#hero .flex { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

/* MENU   */
.menu-wrap { background-color: #f5f5f5; max-height: none; }
.menu-wrap .menu { display: none; }
.menu-wrap .menu:first-of-type { display: block; }
@media screen and (min-width: 860px) { .menu-wrap .menu > header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 1em; } }
.menu-wrap .menu > header .secondary { padding: 1em; margin-bottom: 2em; background-color: white; }
@media screen and (min-width: 860px) { .menu-wrap .menu > header .secondary { margin-bottom: 0; background-color: transparent; } }
.menu-wrap .menu > header .secondary ul { font-size: 0; }
.menu-wrap .menu > header .secondary ul li { display: inline-block; font-size: 1rem; }
.menu-wrap .menu > header .secondary ul li:after { content: "|"; margin: 0 0.75em; }
.menu-wrap .menu > header .secondary ul li:last-child:after { content: none; }
.menu-wrap .menu > header .secondary ul li span { cursor: pointer; }
.menu-wrap .menu > header .secondary ul li span.active, .menu-wrap .menu > header .secondary ul li span:hover { color: #ce803a; }
.menu-wrap .menu > header .hours { padding: 0 5%; }
@media screen and (min-width: 860px) { .menu-wrap .menu > header .hours { padding: 1em; margin-left: auto; } }
.menu-wrap .menu > header .hours h4 { display: inline; color: #f15b78; font-size: 1em; margin-right: 0.25em; }
.menu-wrap .menu > header .hours h4:after { content: ":"; }
.menu-wrap .menu main { display: none; }
.menu-wrap .menu main:first-of-type { display: block; }
.menu-wrap .menu main .columns { padding: 0 5% 1.5em; }
@media screen and (min-width: 860px) { .menu-wrap .menu main .columns { padding: 3em 8%; } }
.menu-wrap .menu main section { padding: 2em 0 1em; border-bottom: 1px solid #ccc; }
@media screen and (min-width: 860px) { .menu-wrap .menu main section { padding: 3em 0 2em; } }
.menu-wrap .menu main section header { margin-bottom: 1.5em; }
@media screen and (min-width: 860px) { .menu-wrap .menu main section header { margin-bottom: 2em; } }
.menu-wrap .menu main section header h2 { color: #222; }
@media screen and (max-width: 859px) { .menu-wrap .menu main section header h2 { font-size: 1.75em; } }
.menu-wrap .menu main section header h2 span { color: #f15b78; }
.menu-wrap .menu main section header p { font-size: 1.125em; font-weight: 700; color: #f15b78; }
.menu-wrap .menu main section ul li { margin-bottom: 0.625em; }
.menu-wrap .menu main section ul li h4 { display: inline-block; margin-bottom: 0; margin-right: 0.625em; color: #ce803a; }
.menu-wrap .menu main section ul li .price { display: inline-block; font-size: 1.125em; font-weight: 700; margin-right: 0.375em; color: #ce803a; }
.menu-wrap .menu main section ul li .spice { position: relative; top: -1px; display: inline-block; white-space: nowrap; font-size: 0; }
.menu-wrap .menu main section ul li .spice span { color: #f15b78; font-size: 1rem; }
.menu-wrap .menu main section ul li .spice span:before { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e600"; font-size: 0.75em; letter-spacing: -0.25em; }
.menu-wrap .menu main section ul li p { margin-bottom: 0.625em; }
.menu-wrap .menu main section.credits { padding-bottom: 0; border-bottom: none; }
.menu-wrap .menu main section.credits ul li { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: white; margin-bottom: 1em; }
.menu-wrap .menu main section.credits ul li:last-child { margin-bottom: 0; }
.menu-wrap .menu main section.credits ul li .image-wrap { width: 100px; }
.menu-wrap .menu main section.credits ul li .image-wrap img { display: block; }
.menu-wrap .menu main section.credits ul li .content-wrap { padding: 1em; }
.menu-wrap .menu main section.credits ul li .content-wrap h4 { display: block; color: #f15b78; margin-bottom: 0; }
.menu-wrap .menu footer { background-color: white; padding: 1.5em; }
@media screen and (min-width: 960px) { .menu-wrap .menu footer { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }
.menu-wrap .menu footer > div { margin-bottom: 2em; }
@media screen and (min-width: 960px) { .menu-wrap .menu footer > div { margin-bottom: 0; margin-right: 2em; } }
.menu-wrap .menu footer > div:last-child { margin-bottom: 0; }
@media screen and (min-width: 960px) { .menu-wrap .menu footer > div:last-child { margin-right: 0; } }
.menu-wrap .menu footer > div p:last-child { margin-bottom: 0; }
.menu-wrap .menu footer .spice-legend { white-space: nowrap; }
.menu-wrap .menu footer .spice-legend > * { display: inline-block; }
.menu-wrap .menu footer .spice-legend h4 { font-size: 1em; color: #ce803a; margin-right: 0.75em; }
.menu-wrap .menu footer .spice-legend ol { color: #222; font-weight: 700; }
.menu-wrap .menu footer .spice-legend ol li { display: inline-block; margin-right: 0.75em; }
.menu-wrap .menu footer .spice-legend ol li:after { font-family: 'Icons'; font-weight: normal !important; speak: none; font-variant: normal; text-transform: none; content: "\e600"; display: inline-block; position: relative; top: -1px; margin-left: 0.25em; color: #f15b78; font-size: 0.75em; letter-spacing: -0.25em; }
.menu-wrap .menu footer .spice-legend ol li:nth-child(2):after { content: "\e600\e600"; }
.menu-wrap .menu footer .spice-legend ol li:nth-child(3):after { content: "\e600\e600\e600"; }
.menu-wrap .menu footer .spice-legend ol li:last-child { margin-right: 0; }
.menu-wrap.truncate { max-height: 800px; overflow: hidden; }
.menu-wrap .reveal { position: absolute; bottom: 0; left: 0; right: 0; padding: 5em 5% 2.5em; background: linear-gradient(to top, #f5f5f5 10%, rgba(245, 245, 245, 0.7) 75%, rgba(245, 245, 245, 0)); text-align: center; }

/* ABOUT   */
.team-wrap { position: relative; margin-bottom: 3em; }
@media screen and (min-width: 860px) { .team-wrap { margin-bottom: 8%; } }
.team-wrap:last-child { margin-bottom: 0; }
.team-wrap nav.primary { background-color: #ce803a; }
.team-wrap .team-member { display: none; position: relative; height: 650px; background-color: white; overflow: auto; }
.team-wrap .team-member:first-of-type { display: block; }
.team-wrap .team-member .intro { height: 100%; padding: 3em 10%; }
@media screen and (min-width: 860px) { .team-wrap .team-member .intro { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }
.team-wrap .team-member .intro > * { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.team-wrap .team-member .intro .image-wrap { margin-bottom: 2em; text-align: center; }
@media screen and (min-width: 860px) { .team-wrap .team-member .intro .image-wrap { margin-bottom: 0; margin-right: 3em; } }
@media screen and (max-width: 859px) { .team-wrap .team-member .intro .image-wrap img { max-width: 200px; } }
.team-wrap .team-member .intro .content-wrap header { margin-bottom: 2.5em; }
.team-wrap .team-member .intro .content-wrap header * { margin-bottom: 0; }
.team-wrap .team-member .intro .content-wrap header h2 { color: #222; }
.team-wrap .team-member .intro .content-wrap header h3 { color: #f15b78; }
.team-wrap .team-member .bio { padding: 3em 10%; opacity: 1; }
.team-wrap .team-member.fixed { overflow: hidden; }
.team-wrap .team-member.fixed .bio { opacity: 0; }

/* STORE   */
#shop-wrap .notice { padding: 1em; }
#shop-wrap main { padding: 2em 5%; }
@media screen and (min-width: 860px) { #shop-wrap main { padding: 3em 10%; } }
#shop-wrap main .section-header { max-width: none; }

.products-wrap { font-size: 0; margin: -2%; }
.products-wrap .product { display: inline-block; vertical-align: top; font-size: 0.875rem; width: 46%; margin: 2%; }
@media screen and (min-width: 600px) { .products-wrap .product { width: 29.33%; font-size: 1rem; } }
.products-wrap .product .image-wrap { position: relative; height: 0; padding-bottom: 100%; margin-bottom: 1em; }
.products-wrap .product .image-wrap > div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; }
.products-wrap .product .image-wrap img { width: auto; max-height: 100%; }
.products-wrap .product header h3 { color: #ce803a; }
.products-wrap .product header .price { display: block; }
.products-wrap .product header * { margin-bottom: 0; }
.products-wrap.horizontal .product { width: 46%; }
@media screen and (min-width: 860px) { .products-wrap.horizontal .product .image-wrap { float: left; width: 40%; height: auto; padding: 0; margin-bottom: 0; }
  .products-wrap.horizontal .product .image-wrap > div { position: static; }
  .products-wrap.horizontal .product .image-wrap + header { margin-left: 40%; padding-left: 1.75em; } }
.products-wrap.horizontal .product header h3 { font: 1.5em; color: #f15b78; }
.products-wrap.horizontal .product header .price { font-size: 1.125em; font-weight: 700; margin-bottom: 1.25em; }
.products-wrap.horizontal .product header .excerpt { margin-bottom: 1.25em; }
.products-wrap.horizontal .product header .button, .products-wrap.horizontal .product header .woocommerce #bottom a.button, .woocommerce #bottom .products-wrap.horizontal .product header a.button { border-color: #ccc; color: #777; }
@media screen and (min-width: 860px) { .products-wrap.horizontal .product:hover header .button, .products-wrap.horizontal .product:hover header .woocommerce #bottom a.button, .woocommerce #bottom .products-wrap.horizontal .product:hover header a.button { border-color: #777; }
  .products-wrap.horizontal .product:hover header .button:after, .products-wrap.horizontal .product:hover header .woocommerce #bottom a.button:after, .woocommerce #bottom .products-wrap.horizontal .product:hover header a.button:after { right: 1em; } }

.product-header { position: relative; padding: 160px 0 40px; z-index: 1; }
.product-header h1 { color: #222; margin-bottom: 0.25rem; }
.product-header .price { color: #f15b78; font-size: 1.375em; }
.product-header .cart, .product-header .woocommerce-variation-add-to-cart { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.product-header .cart .variations, .product-header .woocommerce-variation-add-to-cart .variations { display: block; -webkit-flex: none; -ms-flex: none; flex: none; margin-bottom: 1em; width: 100%; }
.product-header .cart .variations .label, .product-header .woocommerce-variation-add-to-cart .variations .label { color: #222; font-weight: 700; }
.product-header .cart .variations .label label, .product-header .woocommerce-variation-add-to-cart .variations .label label { margin-right: 0.5em; }
.product-header .cart .variations .label label:after, .product-header .woocommerce-variation-add-to-cart .variations .label label:after { content: ":"; }
.product-header .cart .variations .value, .product-header .woocommerce-variation-add-to-cart .variations .value { display: block; }
.product-header .cart .variations .value select, .product-header .woocommerce-variation-add-to-cart .variations .value select { -webkit-appearance: none; -moz-appearance: none; appearance: none; font: inherit; padding: 0.625em 4em 0.5em 1em; line-height: 1.1; border-radius: 999px; background-color: transparent; background-image: url("../../images/dropdown-arrow.png"); background-size: 10px auto; background-position: right 1em center; background-repeat: no-repeat; border: 2px solid #777; margin-right: 0.25em; }
.product-header .cart .variations .value select:focus, .product-header .woocommerce-variation-add-to-cart .variations .value select:focus { outline: none; border-color: #f15b78; }
.product-header .cart .variations .value .reset_variations, .product-header .woocommerce-variation-add-to-cart .variations .value .reset_variations { font-size: 0.875em; text-decoration: underline; }
.product-header .cart .quantity, .product-header .woocommerce-variation-add-to-cart .quantity { margin-right: 0.25em; }
.product-header .cart .quantity input, .product-header .woocommerce-variation-add-to-cart .quantity input { font: inherit; padding: 0.625em 0.5em 0.5em; line-height: 1.1; border-radius: 999px; background: transparent; border: 2px solid #777; }
.woocommerce .product-header .cart .button, .woocommerce .product-header .cart #bottom a.button, .woocommerce #bottom .product-header .cart a.button, .woocommerce .product-header .woocommerce-variation-add-to-cart .button, .woocommerce .product-header .woocommerce-variation-add-to-cart #bottom a.button, .woocommerce .product-header #bottom .woocommerce-variation-add-to-cart a.button { background-color: #f15b78; padding: 0.625em 1.125em 0.5em; line-height: 1.1; border-radius: 999px; }
.woocommerce .product-header .cart .button:hover, .woocommerce .product-header .cart #bottom a.button:hover, .woocommerce #bottom .product-header .cart a.button:hover, .woocommerce .product-header .woocommerce-variation-add-to-cart .button:hover, .woocommerce .product-header .woocommerce-variation-add-to-cart #bottom a.button:hover, .woocommerce .product-header #bottom .woocommerce-variation-add-to-cart a.button:hover { background-color: #ee3559; }
.woocommerce .product-header .cart .button.outline, .woocommerce .product-header .cart #bottom a.outline.button, .woocommerce #bottom .product-header .cart a.outline.button, .woocommerce .product-header .woocommerce-variation-add-to-cart .button.outline, .woocommerce .product-header .woocommerce-variation-add-to-cart #bottom a.outline.button, .woocommerce .product-header #bottom .woocommerce-variation-add-to-cart a.outline.button { background-color: transparent; border-color: #f15b78; }
.woocommerce .product-header .cart .button.disabled, .woocommerce .product-header .cart #bottom a.disabled.button, .woocommerce #bottom .product-header .cart a.disabled.button, .woocommerce .product-header .woocommerce-variation-add-to-cart .button.disabled, .woocommerce .product-header .woocommerce-variation-add-to-cart #bottom a.disabled.button, .woocommerce .product-header #bottom .woocommerce-variation-add-to-cart a.disabled.button { background-color: #777; opacity: 1; }
.woocommerce .product-header .cart .button.disabled:hover, .woocommerce .product-header .cart #bottom a.disabled.button:hover, .woocommerce #bottom .product-header .cart a.disabled.button:hover, .woocommerce .product-header .woocommerce-variation-add-to-cart .button.disabled:hover, .woocommerce .product-header .woocommerce-variation-add-to-cart #bottom a.disabled.button:hover, .woocommerce .product-header #bottom .woocommerce-variation-add-to-cart a.disabled.button:hover { background-color: #636363; }
.woocommerce .product-header .cart .button.disabled.outline, .woocommerce .product-header .cart #bottom a.disabled.outline.button, .woocommerce #bottom .product-header .cart a.disabled.outline.button, .woocommerce .product-header .woocommerce-variation-add-to-cart .button.disabled.outline, .woocommerce .product-header .woocommerce-variation-add-to-cart #bottom a.disabled.outline.button, .woocommerce .product-header #bottom .woocommerce-variation-add-to-cart a.disabled.outline.button { background-color: transparent; border-color: #777; }
.product-header .excerpt { margin-top: 2em; padding-top: 2em; border-top: 1px solid #ccc; }
.product-header .share { margin-top: 2em; }
.product-header .product_meta { display: none; }
.product-header .image-wrap img { width: 100%; box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.2); }

.related-products .section-header h3 { color: #f15b78; }
section.white + .related-products { padding-top: 0; }

/* LOCATION   */
#map-canvas { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #222; }

.map-label { display: block; width: 12px; height: 12px; background-color: rgba(255, 255, 255, 0.75); border: 3px solid #222; box-shadow: 0 0 0 2px #ce803a; border-radius: 999px; }
.map-label.marker-myerschang { width: 18px; height: 18px; margin-top: -9px !important; margin-left: -9px !important; background-color: white; border-width: 4px; box-shadow: 0 0 0 3px #f15b78; z-index: 900 !important; }

.gm-style-iw { background-color: #222; }

.info-window-wrapper { background-color: #222; }

.info-window-content { font-family: 'Sofia', sans-serif; font-size: 1rem; background-color: #222; }
.info-window-content:after { content: ""; display: table; clear: both; }
.info-window-content > div { font-size: 1rem; padding: 1em; text-align: left; }
.info-window-content .thumbnail { position: absolute; top: 0; bottom: 0; left: 0; width: 100px; background-size: cover; background-position: center center; }
.info-window-content .thumbnail + div { margin-left: 100px; padding: 1em 1em 0.25em 1em; text-align: left; }
.info-window-content h4 { color: #ce803a; }
.info-window-content .address { color: white; }

/* FORMS   */
.newsletter-wrap { margin-bottom: 2em; }
.newsletter-wrap .input-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; }
.newsletter-wrap .input-wrap input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 2px solid #444; border-radius: 0; background-color: transparent; outline: none; font-family: inherit; font-size: 1rem; padding: 0.625em 1em 0.5em; line-height: 1; color: white; }
.woocommerce .newsletter-wrap .input-wrap input { border: 2px solid #444; border-radius: 0; background-color: transparent; font-size: 1rem; padding: 0.625em 1em 0.5em; line-height: 1; color: white; }
.newsletter-wrap .input-wrap input[type="email"] { border-radius: 0.25em 0 0 0.25em; border-right-width: 1px; }
.newsletter-wrap .input-wrap input[type="submit"] { border-radius: 0 0.25em 0.25em 0; border-left-width: 1px; -webkit-flex: none; -ms-flex: none; flex: none; }
.newsletter-wrap .input-wrap input[type="submit"]:hover { color: #f15b78; }
.woocommerce .newsletter-wrap .input-wrap input[type="submit"]:hover { background-color: transparent; }

.woocommerce .woocommerce-info { background-color: white; }
.woocommerce form h3 { color: #f15b78; }
.woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="tel"], .woocommerce form textarea { border: 1px solid #ccc; border-radius: 0.25em; background-color: white; outline: none; font-family: inherit; font-size: 1rem; padding: 0.375em 0.5em 0.25em; line-height: 1; color: #777; }
.woocommerce form .col2-set { margin-bottom: 3em; }

/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery { position: relative; }
.woocommerce-product-gallery .zoomImg { background-color: #fff; }
.woocommerce-product-gallery figure { margin: 0; }
.woocommerce-product-gallery img { display: block; margin: 0; }
.woocommerce-product-gallery .flex-viewport { margin-bottom: 0.5%; }
.woocommerce-product-gallery .flex-control-thumbs { font-size: 0; margin: 0 -1%; }
.woocommerce-product-gallery .flex-control-thumbs li { display: inline-block; vertical-align: top; font-size: 1rem; width: 23%; margin: 1%; cursor: pointer; }
.woocommerce-product-gallery .flex-control-thumbs li img { opacity: 0.5; transition: all, ease, 0.2s; }
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active { opacity: 1; }
.woocommerce-product-gallery .flex-control-thumbs li:hover img { opacity: 0.8; }
