/*
Website Name: Basta Pasta
Copyright 2017
Adventure Web Interactive
*/


/***
 *    ███████╗ ██████╗ ███╗   ██╗████████╗███████╗
 *    ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝
 *    █████╗  ██║   ██║██╔██╗ ██║   ██║   ███████╗
 *    ██╔══╝  ██║   ██║██║╚██╗██║   ██║   ╚════██║
 *    ██║     ╚██████╔╝██║ ╚████║   ██║   ███████║
 *    ╚═╝      ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝
 *
 * $$fonts
 */

@font-face {
  font-family: 'awiNav';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/awiNav.woff2') format('woff2'), url('../fonts/awiNav.woff') format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'), url('../fonts/oswald-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Pacifico';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/pacifico-webfont.woff2') format('woff2'), url('../fonts/pacifico-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Cooper Hewitt';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/cooperhewitt-semibold-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-semibold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Cooper Hewitt';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/cooperhewitt-light-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-light-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Cooper Hewitt';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/cooperhewitt-book-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-book-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Cooper Hewitt';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/cooperhewitt-bold-webfont.woff2') format('woff2'), url('../fonts/cooperhewitt-bold-webfont.woff') format('woff');
}


/***
 *    ███╗   ██╗ ██████╗ ██████╗ ███╗   ███╗ █████╗ ██╗     ██╗███████╗███████╗
 *    ████╗  ██║██╔═══██╗██╔══██╗████╗ ████║██╔══██╗██║     ██║╚══███╔╝██╔════╝
 *    ██╔██╗ ██║██║   ██║██████╔╝██╔████╔██║███████║██║     ██║  ███╔╝ █████╗
 *    ██║╚██╗██║██║   ██║██╔══██╗██║╚██╔╝██║██╔══██║██║     ██║ ███╔╝  ██╔══╝
 *    ██║ ╚████║╚██████╔╝██║  ██║██║ ╚═╝ ██║██║  ██║███████╗██║███████╗███████╗
 *    ╚═╝  ╚═══╝ ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚═╝╚══════╝╚══════╝
 *
 * $$normalize
 */

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: .75em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::-moz-selection {
  text-shadow: none;
  background: rgba(253, 159, 45, .6);
}

::selection {
  text-shadow: none;
  background: rgba(253, 159, 45, .6);
}


/***
 *     ██████╗ ███████╗███╗   ██╗███████╗██████╗  █████╗ ██╗
 *    ██╔════╝ ██╔════╝████╗  ██║██╔════╝██╔══██╗██╔══██╗██║
 *    ██║  ███╗█████╗  ██╔██╗ ██║█████╗  ██████╔╝███████║██║
 *    ██║   ██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██╔══██║██║
 *    ╚██████╔╝███████╗██║ ╚████║███████╗██║  ██║██║  ██║███████╗
 *     ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝
 *
 * $$general
 */

html {
  font-family: sans-serif;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 100%/1.5 'Cooper Hewitt', Arial, Helvetica, sans-serif;
  color: #2e2e2e;
  background: #fff;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
  margin-top: 40px;
  line-height: 1.2;
}

h1,
.alpha {
  font-family: 'Oswald', 'Cooper Hewitt', sans-serif;
  font-size: 3.3333em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

h2,
.beta {
  font-size: 2.2222em;
  font-weight: 400;
  line-height: 1.1;
}

h3,
.gamma {
  font-size: 2em;
  font-weight: 300;
}

h4,
.delta {
  font-size: 1.3333em;
}

h5 {
  font-size: .7778em;
}

h6 {
  font-size: .75em;
}

ul,
ol,
dl,
menu {
  padding: 0;
  margin: 0 0 20px 40px;
}

a {
  color: #d15012;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  text-decoration: underline;
  outline: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

small,
sub,
sup {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

blockquote {
  padding: 20px;
  font-size: 1.3333em;
  font-weight: 300;
  line-height: 1.2;
  color: #d15012;
  border-left: 8px solid;
}

blockquote p {
  margin: 0;
}


/***
 *    ████████╗ ██████╗  ██████╗ ██╗     ███████╗
 *    ╚══██╔══╝██╔═══██╗██╔═══██╗██║     ██╔════╝
 *       ██║   ██║   ██║██║   ██║██║     ███████╗
 *       ██║   ██║   ██║██║   ██║██║     ╚════██║
 *       ██║   ╚██████╔╝╚██████╔╝███████╗███████║
 *       ╚═╝    ╚═════╝  ╚═════╝ ╚══════╝╚══════╝
 *
 * $$tools
 */

.hidden,
.tablet-view,
.mobile-view {
  display: none !important;
  visibility: hidden;
}

.desktop-view {
  display: block !important;
  visibility: visible;
}

.clearfix::after,
.container::after {
  content: '';
  display: block;
  clear: both;
}

.browserupgrade {
  padding: 5px 0;
  color: #000;
  text-align: center;
  background: #ccc;
}

[style*='background-image'] {
  background-position: center;
  background-size: cover;
}

.inlineblock-fix {
  font-size: 0;
}

.inlineblock-reset {
  font-size: 1rem;
}

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

.list--unstyled {
  margin: 0;
  list-style: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-phone,
.icon-feed {
  width: .7861328125em;
}

.icon-pinterest {
  width: .7138671875em;
}

.icon-linkedin {
  width: .857421875em;
}

.icon-google-plus {
  width: 1.2861328125em;
}

.icon-twitter {
  width: .9287109375em;
}

.icon-facebook {
  width: .587890625em;
}


/***
 *    ███████╗ ██████╗ ██████╗ ███╗   ███╗███████╗
 *    ██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔════╝
 *    █████╗  ██║   ██║██████╔╝██╔████╔██║███████╗
 *    ██╔══╝  ██║   ██║██╔══██╗██║╚██╔╝██║╚════██║
 *    ██║     ╚██████╔╝██║  ██║██║ ╚═╝ ██║███████║
 *    ╚═╝      ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝
 *
 * $$forms
 */

legend {
  white-space: normal;
  *margin-left: -7px;
}

label {
  display: block;
  margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
  width: 100%;
  height: 46px;
  padding: 0 10px;
  font: inherit;
  color: #2e2e2e;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #d15012;
  outline: 0;
}

input,
textarea {
  -webkit-appearance: none;
}

select {
  padding: 0 0 0 15px;
}

textarea {
  height: 160px;
  padding: 20px;
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px 0 0;
  border: none;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='file'] {
  height: auto;
  height: 32px\9;
  background: none;
  background: #fff\9;
  border: none;
  border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
  background: #fff;
  border: none;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  width: auto;
  height: auto;
  padding: .65em 1.2083em;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .15s ease-out;
  background: #a33507;
  border: 3px solid #7b2e00;
  border-radius: 0;
  -webkit-appearance: none;
}

.button {
  display: inline-block;
  text-align: center;
}

a.button--cart.button--cart.button--cart {
  padding: .4em .8em;
  font-size: .875em;
  font-weight: 400;
  border: none;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 111;
}

@media screen and (max-width: 700px) {
  a.button--cart.button--cart.button--cart {
    position: static;
    width: 100%;
    display: block;
    text-align: center;
  }
}



button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
  text-decoration: none;
  background: #d15012;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:not(.button--cart):active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

button[disabled],
html input[disabled] {
  cursor: default;
}

form .list--unstyled li + li {
  margin-top: 15px;
}

.form-field--half {
  float: left;
  width: calc((100% - 16px) / 2);
}

.form-field--half + .form-field--half {
  margin-left: 15px;
}

.form-field--half:nth-child(2) {
  margin-top: 0;
}

li:not(.form-field--half) + .form-field--half {
  margin-left: 0;
}

.form-field--half + li:not(.form-field--half) {
  padding-top: 15px;
  margin-top: 0;
  clear: left;
}

#sr-res-root {
  width: auto !important;
  height: auto !important;
  padding: .65em 1.2083em !important;
  line-height: 1.2 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color .15s ease-out !important;
  background: #a33507 !important;
  border: 3px solid #7b2e00 !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  font-size: 16px !important;
  display: inline-block;
}
#sr-res-root-2 {
  width: auto !important;
  height: auto !important;
  padding: .65em 1.2083em !important;
  line-height: 1.2 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color .15s ease-out !important;
  background: #a33507 !important;
  border: 3px solid #7b2e00 !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  font-size: 20px !important;
  display: inline-block;
}
#sr-res-root span, #sr-res-root-2 span{
      max-width: 300px !important;
}
#sr-res-root i{
  font-size: 20px !important;
  margin-right: 10px !important;
}
#sr-res-root-2 i{
  font-size: 30px !important;
  margin-right: 10px !important;
}
#sr-res-root:hover, #sr-res-root-2:hover {
  text-decoration: none !important;
  background: #d15012 !important;
}


/***
 *    ███████╗████████╗██████╗ ██╗   ██╗ ██████╗████████╗██╗   ██╗██████╗ ███████╗
 *    ██╔════╝╚══██╔══╝██╔══██╗██║   ██║██╔════╝╚══██╔══╝██║   ██║██╔══██╗██╔════╝
 *    ███████╗   ██║   ██████╔╝██║   ██║██║        ██║   ██║   ██║██████╔╝█████╗
 *    ╚════██║   ██║   ██╔══██╗██║   ██║██║        ██║   ██║   ██║██╔══██╗██╔══╝
 *    ███████║   ██║   ██║  ██║╚██████╔╝╚██████╗   ██║   ╚██████╔╝██║  ██║███████╗
 *    ╚══════╝   ╚═╝   ╚═╝  ╚═╝ ╚═════╝  ╚═════╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚══════╝
 *
 * $$structure
 */

.container {
  max-width: 1110px;
  padding: 0 30px;
  margin: 0 auto;
}

.full-width, .single-product .article--woocommerce {
  float: none;
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
}

.form-list {
  max-width: 500px;
  margin: 0;
  list-style: none;
}

.form-list li {
  margin: 10px 0 0;
}

.form-list li:first-child {
  margin: 0;
}


/***
 *    ██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗
 *    ██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
 *    ███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
 *    ██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
 *    ██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
 *    ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝
 *
 * $$header
 */

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

#header {
  padding: 5px 0;
  line-height: 0;
  text-align: center;
  background: rgba(255, 255, 255, .86);
}

.logo {
  display: inline-block;
  margin: 0 auto;
}


/***
 *    ███╗   ██╗ █████╗ ██╗   ██╗
 *    ████╗  ██║██╔══██╗██║   ██║
 *    ██╔██╗ ██║███████║██║   ██║
 *    ██║╚██╗██║██╔══██║╚██╗ ██╔╝
 *    ██║ ╚████║██║  ██║ ╚████╔╝
 *    ╚═╝  ╚═══╝╚═╝  ╚═╝  ╚═══╝
 *
 * $$nav
 */

#nav {
  background: rgba(255, 255, 255, .86);
}

#nav .container {
  padding: 0;
}

.awiNav__trigger,
.awiNav__sublink {
  display: none;
}

.awiNav {
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}

.awiNav.collapsable {
  white-space: nowrap;
}

.awiNav li {
  position: relative;
  margin: 0;
}

.awiNav > li {
  display: inline-block;
  height: 35px;
  font-size: 1rem;
  line-height: 35px;
  text-align: left;
}
li#menu-item-2375 a, li#menu-item-2397 a, li#menu-item-2399 a {
    background: #a23407;
    color: #ffffff;
}
li#menu-item-2375 a:hover, li#menu-item-2397 a:hover, li#menu-item-2399 a:hover {
    background: #d15012;
    transition: .3s
}
li#menu-item-2375 ul li a, li#menu-item-2397 ul li a, li#menu-item-2399 ul li a{
  color: #46372d;
  background: none;
}
li#menu-item-2375 ul li a:hover, li#menu-item-2397 ul li a:hover, li#menu-item-2399 ul li a:hover{
  color: #d15012;
  background: none;
}

.awiNav a {
  display: block;
  padding: 0 20px;
  font-size: .7778em;
  font-weight: 600;
  color: #46372d;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}

.awiNav a:hover {
  color: #d15012;
}

.awiNav ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: .5em 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.awiNav > li:last-child ul {
  right: 0;
  left: auto;
}

.awiNav ul ul {
  top: -.5em;
  right: auto;
  left: 100%;
}

.awiNav > li:last-child ul ul {
  right: 100%;
  left: auto;
}

.awiNav ul a {
  padding-top: .5em;
  padding-bottom: .5em;
}


/***
 *    ██████╗  █████╗ ███╗   ██╗███╗   ██╗███████╗██████╗
 *    ██╔══██╗██╔══██╗████╗  ██║████╗  ██║██╔════╝██╔══██╗
 *    ██████╔╝███████║██╔██╗ ██║██╔██╗ ██║█████╗  ██████╔╝
 *    ██╔══██╗██╔══██║██║╚██╗██║██║╚██╗██║██╔══╝  ██╔══██╗
 *    ██████╔╝██║  ██║██║ ╚████║██║ ╚████║███████╗██║  ██║
 *    ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝
 *
 * $$banner
 */

.banner {
  height: 650px;
}

.banner .container {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 141px;
}

.banner__inner {
  display: table-cell;
  vertical-align: middle;
}

.banner__content {
  max-width: 405px;
  margin: 0 auto;
  text-align: center;
}

.banner h2 {
  margin: 0 0 -3px;
  font-family: 'Oswald', 'Cooper Hewitt', sans-serif;
  font-size: 2.6667em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.banner__title-top {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  font-family: 'Pacifico', 'Cooper Hewitt', sans-serif;
  font-size: .75em;
  font-weight: 400;
  color: #000;
  text-transform: lowercase;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.banner__title-top::before,
.banner__link::before,
.banner__title-top::after,
.banner__link::after {
  content: '';
  -webkit-transform: translateY(-.3em);
  -ms-transform: translateY(-.3em);
  transform: translateY(-.3em);
  border-bottom: 2px solid #f1a104;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner__title-top::before,
.banner__link::before {
  margin-right: 10px;
}

.banner__title-top::after,
.banner__link::after {
  margin-left: 10px;
}

.banner__title-bottom {
  text-shadow: 2px 3px 5px rgba(1, 1, 1, .35);
}

.banner__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner__link a {
  color: #000;
  transition: color .15s ease-out;
}

.banner__link a:hover {
  color: #f1a104;
  text-decoration: none;
}

.banner__link svg {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
}

.interior-banner {
  height: 450px;
}


/***
 *    ██████╗ ███████╗███████╗███████╗██████╗ ██╗   ██╗███████╗
 *    ██╔══██╗██╔════╝██╔════╝██╔════╝██╔══██╗██║   ██║██╔════╝
 *    ██████╔╝█████╗  ███████╗█████╗  ██████╔╝██║   ██║█████╗
 *    ██╔══██╗██╔══╝  ╚════██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██╔══╝
 *    ██║  ██║███████╗███████║███████╗██║  ██║ ╚████╔╝ ███████╗
 *    ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚══════╝
 *
 * $$reserve $$make-reservation
 */

.make-reservation {
  padding: 25px 0;
}

.make-reservation__title,
.make-reservation__form {
  display: none;
}

.make-reservation__form form li {
  float: left;
  width: calc((100% - 61px) / 4);
}

.make-reservation__form form li + li {
  margin: 0 0 0 20px;
}

.make-reservation select,
.make-reservation input {
  height: 65px;
}
.make-reservation__form [type='submit'] {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1.3333em;
  background: #f1a104;
  border-color: #000;
}


/* Modify Open Table Widget */

.make-reservation .open-table-widget {
  margin-top: 10px;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #2e2e2e !important;
  box-shadow: none !important;
}

.make-reservation .otw-widget-title,
.make-reservation .powered-by-open-table {
  display: none !important;
}

.make-reservation input.otw-submit-btn {
  margin: 0 !important;
  height: 65px;
  padding: 10px;
  font-size: 1.3333em;
  background: #f1a104;
  border-color: #000;
  border: 3px solid #000;
  border-radius: 0;
  transition: all .2s ease-in-out;
}

.make-reservation input.otw-submit-btn:hover {
  background: #d15012 !important;
  border-color: #000 !important;
}

.make-reservation .otw-widget-form-wrap input[type="text"] {
  color: #2e2e2e;
  border: 2px solid #ccc;
  border-radius: 0;
}

.make-reservation .otw-widget-form-wrap label {
  margin-bottom: 4px !important;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 1;
}

.make-reservation .otw-wrapper {
  margin: 0 -10px;
  font-size: 0;
}

.make-reservation .otw-wrapper > div {
  margin: 0;
  padding: 0 10px;
  width: 20%;
  font-size: 1rem;
  display: inline-block;
  vertical-align: bottom;
}



/* .open-table-script-desktop iframe{
  margin: 0 auto;
  display: block;
  /* height: auto
} */
.open-table-mobile{
  display: none;
}
.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button{
  width: auto !important
}
.ot-dtp-picker.wide{
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .open-table-script-desktop{
    display: none;
  }
  .open-table-mobile{
    display: block;
  }
  /* .open-table-mobile iframe{
    margin: 0 auto;
    display: block;
  } */
  .ot-dtp-picker.standard {
    margin: 0 auto;
}
input.ot-button.ot-dtp-picker-button.en {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
  .make-reservation .otw-wrapper {
    margin: 0;
  }
  .make-reservation .otw-wrapper > div {
    padding: 0;
    width: 100%;
  }
  .make-reservation .otw-wrapper > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .make-reservation input.otw-submit-btn {
    margin-top: 10px !important;
  }
}


/***
 *    ███████╗███████╗ █████╗ ████████╗██╗   ██╗██████╗ ███████╗██████╗
 *    ██╔════╝██╔════╝██╔══██╗╚══██╔══╝██║   ██║██╔══██╗██╔════╝██╔══██╗
 *    █████╗  █████╗  ███████║   ██║   ██║   ██║██████╔╝█████╗  ██║  ██║
 *    ██╔══╝  ██╔══╝  ██╔══██║   ██║   ██║   ██║██╔══██╗██╔══╝  ██║  ██║
 *    ██║     ███████╗██║  ██║   ██║   ╚██████╔╝██║  ██║███████╗██████╔╝
 *    ╚═╝     ╚══════╝╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝
 *
 * $$featured-service
 */

.featured-service {
  position: relative;
  padding: 75px 0 30px;
}

.featured-service:nth-of-type(2n) {
  padding: 30px 0 75px;
}

.featured-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: .8;
  background: #844e41;
}

.featured-service:nth-of-type(2n)::before {
  right: 0;
  left: auto;
  background: #98674c;
}

.featured-service__inner {
  position: relative;
  width: calc(50% + 142px);
}

.featured-service:nth-of-type(2n) .featured-service__inner {
  float: right;
}

.featured-service__inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 142px;
  height: 100%;
  opacity: .8;
  background: #844e41;
}

.featured-service:nth-of-type(2n) .featured-service__inner::before {
  right: auto;
  left: 0;
  background: #98674c;
}

.featured-service__inner::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  opacity: .2;
  border: 10px solid #000;
}

.featured-service__content {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
  border: 10px solid #fff;
}

.featured-service__content h2 {
  font-family: 'Oswald', 'Cooper Hewitt', sans-serif;
  font-size: 3.3333em;
  line-height: 1;
  text-transform: uppercase;
}

.featured-service:nth-of-type(2n) h2 {
  /*max-width: 5em;*/
}

.featured-service__content .button {
  font-size: 1.3333em;
}


/***
 *    ███╗   ███╗ █████╗ ██╗███╗   ██╗
 *    ████╗ ████║██╔══██╗██║████╗  ██║
 *    ██╔████╔██║███████║██║██╔██╗ ██║
 *    ██║╚██╔╝██║██╔══██║██║██║╚██╗██║
 *    ██║ ╚═╝ ██║██║  ██║██║██║ ╚████║
 *    ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝
 *
 * $$main
 */

main {
  padding: 75px 0;
}

.home main {
  padding: 0;
}

.section--crab-cakes {
  padding: 150px 0;
}

.crab-cakes__buy {
  position: relative;
  display: inline-block;
  width: 43.2156%;
  height: 310px;
  vertical-align: middle;
  overflow: hidden;
}

.crab-cakes__buy a {
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color .15s ease-out;
}

.crab-cakes__buy a:hover {
  text-decoration: none;
  background: rgba(253, 159, 45, .4);
}

.crab-cakes__buy h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  margin-right: -50%;
  font-size: 3.3333em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 3px 5px rgba(1, 1, 1, .35);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.crab-cakes__content {
  display: inline-block;
  width: 56.7844%;
  padding-left: 8.55%;
  vertical-align: middle;
}

.crab-cakes__content h2,
.crab-cakes__content h1 {
  font-family: 'Cooper Hewitt', sans-serif;
  font-size: 2.2222em;
  font-weight: 700;
  line-height: 1.1;
  color: #d15012;
  text-transform: uppercase;
}

.crab-cakes__content h2 em,
.crab-cakes__content h1 em {
  display: inline-block;
  padding-right: .3em;
  margin-right: .075em;
  font-style: normal;
  font-family: 'Pacifico', 'Cooper Hewitt', sans-serif;
  font-size: .95em;
  font-weight: 400;
  color: #000;
  text-transform: none;
  text-shadow: 2px 3px 5px rgba(1, 1, 1, .35);
  border-right: 2px solid #fd9f2d;
}

.crab-cakes__content p {
  max-width: 24em;
}

article,
aside {
  float: right;
  width: calc(100% - 360px);
}


/***
 *    ███████╗██╗██████╗ ███████╗██████╗  █████╗ ██████╗
 *    ██╔════╝██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗
 *    ███████╗██║██║  ██║█████╗  ██████╔╝███████║██████╔╝
 *    ╚════██║██║██║  ██║██╔══╝  ██╔══██╗██╔══██║██╔══██╗
 *    ███████║██║██████╔╝███████╗██████╔╝██║  ██║██║  ██║
 *    ╚══════╝╚═╝╚═════╝ ╚══════╝╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝
 *
 * $$sidebar
 */

aside {
  float: left;
  width: calc(100% - (100% - 360px));
  padding: 0 60px 0 0;
}

.sidebar-nav {
  padding: 10px;
  background: #a33507;
}

.sidebar-nav .sub-menu {
  list-style: none;
  margin: 6px 0 0;
}

.sidebar-nav > li + li,
.sidebar-nav .sub-menu > li + li {
  margin-top: 6px;
}

.sidebar-nav a {
  display: block;
  padding: 10px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  transition: background-color .15s ease-out;
  background: #d15012;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}

.sidebar-nav a:hover,
.sidebar-nav .current-menu-item > a {
  text-decoration: none;
  background: #fd9f2d;
}

.sidebar-nav + * {
  margin-top: 20px;
}

.sidebar {
  margin-bottom: 30px;
  padding-right: 20px;
  border-right: 8px solid #a33507;
}

.sidebar--dynamic ul {
  margin-left: 0;
  list-style: none;
}

.sidebar--dynamic > ul > li {
  margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
  margin: 0 0 20px;
  line-height: 1.2;
}

.sidebar--dynamic li:last-child {
  margin-bottom: 0;
}


/***
 *     ██████╗ ██╗███████╗████████╗ ██████╗ █████╗ ██████╗ ██████╗ ███████╗
 *    ██╔════╝ ██║██╔════╝╚══██╔══╝██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔════╝
 *    ██║  ███╗██║█████╗     ██║   ██║     ███████║██████╔╝██║  ██║███████╗
 *    ██║   ██║██║██╔══╝     ██║   ██║     ██╔══██║██╔══██╗██║  ██║╚════██║
 *    ╚██████╔╝██║██║        ██║   ╚██████╗██║  ██║██║  ██║██████╔╝███████║
 *     ╚═════╝ ╚═╝╚═╝        ╚═╝    ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚══════╝
 *
 * $$giftcards $$get-giftcards $$gift-cards
 */

.get-giftcards {
  overflow: hidden;
}

.get-giftcards .container {
  max-width: 960px;
}

.get-giftcards__card,
.get-giftcards__content {
  display: inline-block;
  width: calc((100% - 31px) / 2);
  vertical-align: middle;
}

.giftcard__card {
  position: relative;
  overflow: hidden;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transform-origin: 70% 100%;
  -ms-transform-origin: 70% 100%;
  transform-origin: 70% 100%;
  border-radius: 4.5% / 8%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .3), 0 0 24px rgba(0, 0, 0, .15);
}

.giftcard__card:hover {
  -webkit-transform: rotate(-6deg) translateY(-5%);
  -ms-transform: rotate(-6deg) translateY(-5%);
  transform: rotate(-6deg) translateY(-5%);
}

.giftcard__card::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.giftcard__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.giftcard__inner img {
  display: block;
  max-width: none;
  margin: 0 auto;
}

.giftcard__inner h3 {
  margin: 20px 0 0;
  font-weight: 400;
  color: #a33507;
  text-transform: uppercase;
}

.get-giftcards__content {
  padding: 75px 0;
  margin-left: 30px;
}

.get-giftcards__content h2 {
  margin: 0 0 10px;
  font-weight: 700;
  color: #d15012;
  text-transform: uppercase;
}


/***
 *    ███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗
 *    ██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
 *    █████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
 *    ██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
 *    ██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
 *    ╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝
 *
 * $$footer
 */

#footer {
  padding: 50px 0;
  color: #fff;
  background: #251c19;
}

#footer a {
  color: inherit;
}

.footer-addresses {
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 32px);
  margin: -10px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-addresses li {
  float: left;
  margin: 10px 50px 10px 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-addresses li:last-child {
  /*margin-right: 0;*/
}

.footer-addresses h4 {
  font-weight: 400;
  text-transform: uppercase;
}

.footer-addresses address {
  font-weight: 300;
  font-style: normal;
}

.footer-addresses svg {
  display: none;
  margin-right: 3px;
  vertical-align: -10%;
}



.social-media {
  float: right;
  text-align: center;
}

.social-media a {
  font-size: 1.3333em;
}

.social-media a:hover {
  color: #fd9f2d;
  text-decoration: none;
}

.bottom-links {
  padding: 16px 0;
  color: #fff;
  text-align: center;
  background: #0f0a09;
}

.bottom-links ul {
  margin: 0;
  font-size: 0;
  list-style: none;
}

.bottom-links ul:first-child {
  margin-bottom: 8px;
}

.bottom-links li {
  display: inline-block;
  padding: 0 6px;
  font-size: .625rem;
  line-height: 1;
  border-left: 1px solid #fff;
}

.bottom-links li:first-child {
  border: none;
}

.bottom-links a {
  color: #fff;
}



/***
 *    ██╗      ██████╗  ██████╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗███████╗
 *    ██║     ██╔═══██╗██╔════╝██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║██╔════╝
 *    ██║     ██║   ██║██║     ███████║   ██║   ██║██║   ██║██╔██╗ ██║███████╗
 *    ██║     ██║   ██║██║     ██╔══██║   ██║   ██║██║   ██║██║╚██╗██║╚════██║
 *    ███████╗╚██████╔╝╚██████╗██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║███████║
 *    ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
 *
 * $$locations
 */

.locations-list {
  margin: 20px -10px 0;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;

}

.locations-list__location {
  float: left;
  padding: 0 10px;
}

.locations-list__location:nth-child(2n+1) {
  clear: left;
}

.locations-list__location:nth-child(2) ~ li {
  margin-top: 20px;
}

.locations-list__inner {
  position: relative;
  max-width: 300px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.locations-list img {
  display: block;
  margin: 0 auto;
}

@supports (object-fit: cover) {
  .locations-list img {
    height: 200px;
    object-fit: cover;
  }
}

.locations-list h3 {
  margin: 10px 0;
}

.locations-list h3 a:hover {
  text-decoration: none;
  color: #7b2e00;
}

.locations-list address {
  font-style: normal;
  margin-bottom: 20px;
}

.locations-list [href^='tel'] svg {
  display: none;
  vertical-align: -15%;
  margin-right: 2px;
}

.locations-list__links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
  justify-content: space-between;
}

.locations-list__links .button {
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 34px;
  font-size: 1rem;
}

.locations-list__links .button:first-child {
  margin-right: 2px;
}

@media screen and (max-width: 680px) {
  .locations-list {
    display: block;
  }

  .locations-list__location {
    float: none;
    width: 100%;
  }

  .locations-list__location:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .locations-list [href^='tel'] svg {
    display: inline-block;
  }

  .locations-list__links {
    display: block;
  }
}



/***
 *    ██████╗  ██████╗  █████╗ ██╗     ██╗     ███████╗██████╗ ██╗   ██╗
 *    ██╔══██╗██╔════╝ ██╔══██╗██║     ██║     ██╔════╝██╔══██╗╚██╗ ██╔╝
 *    ██████╔╝██║  ███╗███████║██║     ██║     █████╗  ██████╔╝ ╚████╔╝
 *    ██╔═══╝ ██║   ██║██╔══██║██║     ██║     ██╔══╝  ██╔══██╗  ╚██╔╝
 *    ██║     ╚██████╔╝██║  ██║███████╗███████╗███████╗██║  ██║   ██║
 *    ╚═╝      ╚═════╝ ╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝   ╚═╝
 *
 * $$pGallery
 */

.pGallery {
  margin-top: 20px;
}

.pGallery li {
  float: left;
  width: calc((100% - 21px) / 3);
}

.pGallery li + li {
  margin-left: 10px;
}

.pGallery li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

.pGallery li:nth-child(3) ~ li {
  margin-top: 10px;
}

.pGallery a {
  display: block;
  transition: background-color .15s ease-out;
}

.pGallery a:hover {
  background: rgba(209, 80, 18, 0.3);
}

.pGallery a::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 567px) {
  .pGallery li {
    width: calc((100% - 11px) / 2);
  }

  .pGallery li:nth-child(3n+1) {
    clear: none;
    margin-left: 10px;
  }

  .pGallery li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }

  .pGallery li:nth-child(2) ~ li {
    margin-top: 10px;
  }
}


/***
 *    ██╗    ██╗██████╗  ██████╗███████╗███████╗
 *    ██║    ██║██╔══██╗██╔════╝██╔════╝╚════██║
 *    ██║ █╗ ██║██████╔╝██║     █████╗      ██╔╝
 *    ██║███╗██║██╔═══╝ ██║     ██╔══╝     ██╔╝
 *    ╚███╔███╔╝██║     ╚██████╗██║        ██║
 *     ╚══╝╚══╝ ╚═╝      ╚═════╝╚═╝        ╚═╝
 *
 * $$wpcf7
 */

.wpcf7-form.sent * {
  display: none;
}

.wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 80%;
  line-height: 1.2;
}

.wpcf7-mail-sent-ok {
  padding: 4px 6px !important;
  color: #318a1c;
  background: #d2f7ad;
  border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
  color: #f00;
  border: none !important;
}

.wpcf7-not-valid-tip {
  top: 0 !important;
  left: auto !important;
  width: auto !important;
  padding: 0 !important;
  font-size: 80% !important;
  background: none !important;
  border: none !important;
}

.wpcf7-captchac {
  display: inline-block;
  vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
  position: static !important;
  width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  background: #f6c1c1;
  border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0 !important;
}


/***
 *         ██╗███████╗████████╗██████╗  █████╗  ██████╗██╗  ██╗
 *         ██║██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔════╝██║ ██╔╝
 *         ██║█████╗     ██║   ██████╔╝███████║██║     █████╔╝
 *    ██   ██║██╔══╝     ██║   ██╔═══╝ ██╔══██║██║     ██╔═██╗
 *    ╚█████╔╝███████╗   ██║   ██║     ██║  ██║╚██████╗██║  ██╗
 *     ╚════╝ ╚══════╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝
 *
 * $$jetpack
 */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
  margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
  display: none;
}

#subscribe-email {
  margin: 0 0 10px;
}

#subscribe-submit {
  margin: 0;
}

#subscribe-email input {
  width: 100% !important;
}

div.success p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.2;
}

div.sharedaddy div.sd-block {
  padding: 0 !important;
  margin: 0 0 15px !important;
  border: none !important;
}

div.sharedaddy .sd-content {
  width: 100% !important;
  margin: 0 !important;
}

.widget_rss_links p {
  margin: 0;
  text-align: center;
}

.widget_rss_links img {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
  display: none;
}

.comment-subscription-form {
  margin: 0;
}

.embed-youtube,
.embed-vimeo {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/***
 *     ██████╗ ███╗   ███╗███████╗██████╗ ██╗ █████╗
 *    ██╔═══██╗████╗ ████║██╔════╝██╔══██╗██║██╔══██╗
 *    ██║██╗██║██╔████╔██║█████╗  ██║  ██║██║███████║
 *    ██║██║██║██║╚██╔╝██║██╔══╝  ██║  ██║██║██╔══██║
 *    ╚█║████╔╝██║ ╚═╝ ██║███████╗██████╔╝██║██║  ██║
 *     ╚╝╚═══╝ ╚═╝     ╚═╝╚══════╝╚═════╝ ╚═╝╚═╝  ╚═╝
 *
 * $$media
 */

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  .banner {
    height: 550px;
  }
  .interior-banner {
    height: 400px;
  }
  .featured-service {
    padding: 60px 0 30px;
  }
  .featured-service:nth-of-type(2n) {
    padding: 30px 0 60px;
  }
  .featured-service__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main {
    padding: 60px 0;
  }
  .section--crab-cakes {
    padding: 120px 0;
  }
  aside {
    padding-right: 40px;
  }
  .get-giftcards__content {
    padding: 60px 0;
  }
  #footer {
    padding: 40px 0;
  }
}

@media screen and (max-width: 950px) {
  .awiNav a {
    padding: 0 15px;
  }
  .make-reservation__form [type='submit'] {
    font-size: 1em;
    font-weight: 600;
  }
  .crab-cakes__content {
    padding-left: 4%;
  }
  .giftcard__inner {
    -webkit-transform: scale(.8) translate(-62.5%, -62.5%);
    -ms-transform: scale(.8) translate(-62.5%, -62.5%);
    transform: scale(.8) translate(-62.5%, -62.5%);
  }
  article,
  aside {
    float: none;
    width: 100%;
  }
  aside {
    padding: 0;
    margin-top: 20px;
  }
  .sidebar {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    border-top: 8px solid #a33507;
    border-bottom: 8px solid #a33507;
    border-right: none;
  }
}

@media screen and (max-width: 820px) {
  .awiNav a {
    padding: 0 12px;
  }
}

@media screen and (min-width: 768px) {
  .awiNav li:hover > ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    padding: 15px;
  }
  .container {
    padding: 0 10px;
  }
  .awiNav-wrap {
    position: relative;
  }
  .awiNav__sublink,
  .awiNav__trigger {
    display: block;
  }
  .awiNav__trigger {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    background: #d15012;
    border: 0;
    outline: 0;
  }
  .awiNav__trigger:hover {
    background: #a33507;
  }
  .awiNav__trigger:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .awiNav__trigger span {
    top: 50%;
    left: 50%;
    width: 40px;
    height: 4px;
    margin: -2px 0 0 -20px;
    border-radius: 2px / 50%;
    box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
  }
  .awiNav__trigger span,
  .awiNav {
    position: absolute;
    background: #fff;
  }
  .awiNav {
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .5);
  }
  .awiNav,
  .awiNav.nav-hidden,
  .awiNav .nav-hidden {
    display: none;
  }
  .awiNav.nav-shown,
  .awiNav .nav-shown,
  .awiNav > li {
    display: block;
  }
  .awiNav > li {
    height: auto;
    line-height: 1;
    text-align: center;
  }
  .awiNav a,
  .awiNav ul a {
    padding: .5rem 15px;
    font-size: 1em;
  }
  .awiNav a.sub-shown {
    font-size: 0;
  }
  .awiNav a.has-sub-next::after {
    content: '\00A0\00A0\e900';
    position: relative;
    top: -.4em;
    display: inline-block;
    margin-right: -2.6em;
    font-family: 'awiNav';
    font-size: .6em;
    vertical-align: middle;
  }
  .awiNav a.sub-shown::after {
    content: 'Back';
    top: 0;
    margin-right: 0;
    font-family: inherit;
    font-size: 1rem;
    vertical-align: baseline;
  }
  .awiNav a.sub-shown::before {
    content: '\e901\00A0\00A0';
    position: relative;
    top: -.2em;
    display: inline-block;
    margin-left: -2.6em;
    font-family: 'awiNav';
    font-size: .6rem;
  }
  .awiNav ul {
    position: static;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .banner {
    height: 450px;
  }
  .banner .container {
    padding-top: 156px;
  }
  .interior-banner {
    height: 350px;
  }
  .make-reservation__form form li {
    width: calc((100% - 11px) / 2);
  }
  .make-reservation__form form li + li {
    margin: 0 0 0 10px;
  }
  .make-reservation__form form li:nth-child(2n+1) {
    margin-left: 0;
  }
  .make-reservation__form form li:nth-child(2) ~ li {
    margin-top: 10px;
  }
  .featured-service {
    padding: 45px 0 30px;
  }
  .featured-service:nth-of-type(2n) {
    padding: 30px 0 45px;
  }
  .featured-service__content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  main {
    padding: 45px 0;
  }
  .section--crab-cakes {
    padding: 90px 0;
  }
  .section--crab-cakes .container {
    display: table;
    width: 100%;
  }
  .crab-cakes__content {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  .crab-cakes__content p {
    max-width: 100%;
  }
  .crab-cakes__buy {
    display: table-footer-group;
    width: 100%;
    height: auto;
  }
  .crab-cakes__buy a {
    position: relative;
    height: 120px;
  }
  .get-giftcards__content {
    padding: 45px 0;
  }
  .get-giftcards__content,
  .get-giftcards__card {
    display: block;
    width: 100%;
    margin: 0;
  }
  .get-giftcards__card {
    padding-top: 30px;
  }
  .giftcard__card {
    max-width: 400px;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .giftcard__card:hover {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  #footer {
    padding: 30px 0;
  }
}

@media screen and (max-width: 567px) {
  h1,
  .alpha {
    font-size: 2.3em;
  }
  h2,
  .beta {
    font-size: 2em;
  }
  h3,
  .gamma {
    font-size: 1.75em;
  }
  html {
    font-size: 1rem;
  }
  input,
  textarea,
  select {
    height: 48px;
  }
  .form-field--half {
    float: none;
    width: 100%;
  }
  .form-field--half + .form-field--half {
    margin-left: 0;
  }
  .form-field--half:nth-child(2) {
    margin-top: 15px;
  }
  .header-wrap {
    position: static;
  }
  #header {
    padding: 10px 0;
  }
  .banner,
  .interior-banner {
    height: 180px;
  }
  .banner .container {
    display: none;
  }
  .make-reservation__title {
    display: block;
    margin: 0 0 10px;
  }
  .make-reservation__title h2 {
    font-family: 'Oswald', 'Cooper Hewitt', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  .make-reservation__form form li {
    float: none;
    width: 100%;
  }
  .make-reservation__form form li + li {
    margin: 10px 0 0;
  }
  .make-reservation__form [type='submit'] {
    height: 48px;
  }
  .featured-service,
  .featured-service:nth-of-type(2n) {
    padding: 30px 0 30px;
  }
  .featured-service__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .featured-service__content h2 {
    font-size: 2.3em;
  }
  .featured-service__inner::after {
    top: 3px;
    left: 3px;
    border-width: 5px;
  }
  .featured-service__content {
    padding-right: 10px;
    padding-left: 10px;
    border-width: 5px;
  }
  .featured-service__content h2 {
    margin-bottom: 15px;
  }
  main {
    padding: 30px 0;
  }
  .section--crab-cakes {
    padding: 60px 0;
  }
  .crab-cakes__buy h4 {
    font-size: 2.3em;
  }
  .crab-cakes__content h2,
  .crab-cakes__content h1 {
    font-size: 2em;
  }
  .get-giftcards__content {
    padding: 30px 0;
  }
  #footer {
    padding: 20px 0;
  }
  .footer-addresses {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0;
    font-size: .8em;
    text-align: center;
  }
  .footer-addresses li {
    float: none;
    margin: 20px 0 0;
  }
  .footer-addresses h4 {
    margin-bottom: 10px;
  }
  .footer-addresses svg {
    display: inline-block;
  }
  .social-media {
    float: none;
    margin: 0;
  }
  .social-media li {
    display: inline-block;
    vertical-align: middle;
  }
  .social-media li + li {
    margin-left: 10px;
  }
  .bottom-links ul:first-child {
    margin-bottom: 20px;
  }
  .bottom-links li {
    display: block;
    padding: 0;
    line-height: 1.6;
    border: none;
  }
}

@media print {
  @page {
    margin: .5cm !important;
  }
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body {
    padding: .75cm !important;
    font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
  }
  article,
  .container {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  nav,
  aside,
  footer,
  .bottom-links,
  .interior-banner {
    display: none;
  }

  .header-wrap {
    position: static;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
/*  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18pt !important;
    font-weight: bold !important;
  }
  h2 {
    font-size: 16pt !important;
  }
  h3 {
    font-size: 14pt !important;
  }
  h4 {
    font-size: 12pt !important;
  }
  h5,
  h6 {
    font-size: 10pt !important;
  }
  code {
    font: 10pt Courier, monospace;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.column{
    width: 25%;
    height: 200px;
    height: auto;
    display: inline-block;
    float: left;
}
.badge-container{
    width: 60%;
    height: 200px;
    margin-left: 192px;
    padding: 0 30px;

}
.ot-dc-badge--p{
    height: 145px !important;
    background-size: contain !important;
}
@media screen and (max-width: 700px) {
    .ot-dc-badge--p{
    background-position: center !important;
}
}
/*-----Fallston---------*/
.parent-pageid-90 .Eldersburg-open-table, .parent-pageid-90 .Timonium-open-table, .parent-pageid-90 .perry-hall-open-table{
    display: none
}
.page-id-90 .Eldersburg-open-table, .page-id-90 .Timonium-open-table, .page-id-90 .perry-hall-open-table{
    display: none
}
/*-----Eldersburg---------*/
.parent-pageid-91 .Timonium-open-table, .parent-pageid-91 .perry-hall-open-table, .parent-pageid-91 .Fallston-open-table{
    display: none
}
.page-id-91 .Timonium-open-table, .page-id-91 .perry-hall-open-table, .page-id-91 .Fallston-open-table{
    display: none
}
/*-----Perry Hall---------*/
.parent-pageid-92 .Eldersburg-open-table, .parent-pageid-92 .Timonium-open-table, .parent-pageid-92 .Fallston-open-table{
    display: none
}
.page-id-92 .Eldersburg-open-table, .page-id-92 .Timonium-open-table, .page-id-92 .Fallston-open-table{
    display: none
}
/*-----Timonium---------*/
.parent-pageid-93 .Timonium-open-table, .parent-pageid-93 .perry-hall-open-table, .parent-pageid-93 .Fallston-open-table{
    display: none
}
.page-id-93 .Timonium-open-table, .page-id-93 .perry-hall-open-table, .page-id-93 .Fallston-open-table{
    display: none
}

.product_area {
    display: inline-block;
    width: calc(44% - 10px);
    margin: 10px;
    vertical-align: top;
    text-align: center;
    padding: 39px;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3), 0 0 24px rgba(0, 0, 0, .15);
    min-height: 420px;
}
.page-template-page-shop .giftcard__card{
  transform: rotate(0deg) !important;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .product_area {
    width: 100%;
  }
}
