html {
  box-sizing: border-box;
}

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

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[hidden] {
  display: none;
}

/* --- Hero --- */
header {
  width: 100%;
  text-align: center;
  padding: 0.8em;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6000;
  transition: background 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 1em;
  z-index: 1000;
  opacity: 0;
  z-index: 6500;
  transition-delay: 0.3s;
  transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.animate .logo {
  opacity: 1;
}

.logo img {
  width: 100%;
  height: auto;
  float: left;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.logo:hover img {
  transform: scale(1.1);
}

.logo:active img {
  transform: scale(0.9);
}

.logo.primary-logo {
  transform: translateX(-50%);
}

.fixed-header .logo.primary-logo {
  visibility: hidden;
  opacity: 0;
}

.expanded-menu .logo.primary-logo {
  position: fixed;
  visibility: visible;
  opacity: 1;
}

.logo.min-logo {
  max-width: 50%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fixed-header header .logo.min-logo {
  visibility: visible;
  opacity: 1;
}

.expanded-menu .logo.min-logo,
.fixed-header.expanded-menu header .logo.min-logo {
  visibility: hidden;
  opacity: 0;
}

header section {
  display: none;
}

@media only screen and (min-width: 900px) {
  header {
    width: 100%;
    display: block;
    padding: 0.6em 1em;
    position: absolute;
    z-index: 1000;
  }

  .fixed-header header,
.expanded-menu header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6000;
  }

  header section {
    display: inline-block;
    opacity: 0;
    transition-delay: 0.5s;
    transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  }

  .animate header section {
    opacity: 1;
  }

  header .left {
    display: inline-block;
    font-size: 0.9em;
    text-transform: uppercase;
    padding-top: 0.2em;
    float: left;
  }

  header .right {
    float: right;
    text-transform: uppercase;
  }

  header .social {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.2em 1.4em 0 0;
  }
}
/* --- Menu Trogger --- */
.menu-trigger {
  background: transparent;
  width: 1.5em;
  height: 1.5em;
  float: right;
  padding: 0;
  margin: 0 auto;
  border: 0;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  top: 0.3em;
  transition: all 0.2s ease-in-out;
}

.menu-trigger:hover {
  transform: scale(1.05);
}

.menu-trigger:active {
  transform: scale(0.95);
}

.menu-trigger .hamburger,
.menu-trigger .hamburger:after,
.menu-trigger .hamburger:before {
  width: 100%;
  height: 2px;
}

.menu-trigger .hamburger {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-0.3em);
  transition: all 0.25s ease-in-out;
}

.menu-trigger .hamburger:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.5em;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-trigger .hamburger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.expanded-menu .menu-trigger .hamburger:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.expanded-menu .menu-trigger .hamburger:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.expanded-menu .menu {
  visibility: visible;
  opacity: 0.95;
}

.menu ul {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 auto;
  list-style: none;
  transform: translateX(-50%) translateY(-50%);
}

.menu li a {
  font-size: 1.1em;
  padding: 0.3em;
  display: block;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

@media only screen and (min-width: 740px) {
  .menu li a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 900px) {
  .menu li a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1200px) {
  .menu li a {
    font-size: 1.3em;
    padding: 0.4em;
  }
}
@media only screen and (min-width: 1400px) {
  .menu li a {
    font-size: 1.4em;
    padding: 0.4em;
  }
}
.menu li a:hover {
  transform: scale(1.05);
}

.menu li a:active {
  transform: scale(0.9);
}

.mobile-connect {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 13%;
  padding: 1em;
  font-size: 0.9em;
}

.mobile-connect .address {
  padding: 0 0 0.5em;
  text-transform: uppercase;
}

.mobile-connect .social {
  font-size: 0.9em;
}

.mobile-connect .social a {
  padding: 0 0.3em;
}

.call .icons {
  padding-right: 0.2em;
  font-size: 0.85em;
}

@media only screen and (min-width: 900px) {
  .mobile-connect {
    display: none;
  }
}
.hero {
  width: 100%;
  height: 90%;
  height: 90vh;
  position: relative;
  display: block;
  text-align: center;
}
.hero .gform_fields {
  margin: 0 auto;
  padding: 0;
  margin: 0 auto;
}

.interior .hero {
  height: 50%;
  height: 50vh;
}

.hero .slider {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.hero .hero-controls {
  position: absolute;
  top: 48%;
  z-index: 400;
  font-size: 1.2em;
  opacity: 0.5;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.hero .hero-controls.hero-prev-slide {
  left: 0.5em;
}

.hero .hero-controls.hero-next-slide {
  right: 0.5em;
}

.hero .hero-controls:hover {
  opacity: 0.8;
  transform: scale(1.1) translateY(-50%);
}

.hero .hero-controls:active {
  opacity: 0.6;
  transform: scale(0.9) translateY(-50%);
}

.hero .slide {
  width: 100%;
  height: 100vh;
  display: block;
}

.interior .hero .slide {
  height: 50vh;
}

.hero .slide .image {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero .slide video {
  display: none;
}

.hero .slide .text {
  opacity: 0;
  max-width: 80%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-30%);
  transition: all 1s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition-delay: 0.6s;
}

.hero.reveal .slide.slick-current .text {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.hero h1 {
  font-size: 2.4em;
  line-height: 1;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero .slide h1 span {
  transition: all 1s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  padding: 0 0.2em;
  line-height: 1;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero .slide h1,
.hero .slide strong {
  display: table;
  margin-bottom: 0;
  transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.hero .slide strong {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.3em 0.5em;
  position: relative;
  top: 0.2em;
}

.hero .gradient {
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  z-index: 200;
}

.hero .gradient.top {
  top: 0;
}

.hero .gradient.bot {
  bottom: 0;
}

.hero .section-title {
  padding: 0.4em 0.6em 0.45em;
  position: absolute;
  left: 50%;
  bottom: 1em;
  z-index: 300;
  transform: translateX(-50%);
  transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.hero .section-title h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (min-width: 740px) {
  .hero h1 {
    font-size: 2.6em;
  }

  .hero .slide strong {
    top: 0.3em;
  }
}
@media only screen and (min-width: 900px) {
  .hero {
    height: 100%;
    height: 100vh;
  }

  .hero h1 {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .hero h1 {
    font-size: 3.5em;
  }

  .hero strong {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1400px) {
  .hero h1 {
    font-size: 4em;
  }

  .hero .slide strong {
    position: relative;
    top: 0.75em;
  }
}
/* --- Quick Links --- */
.quick-links {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 2000;
  padding: 1em 0 1.2em;
}

.quick-links ul {
  position: relative;
}

.quick-links li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0.3em 0.3em;
  opacity: 0;
  transform: translateY(1em);
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition-delay: 1.8s;
}

.animate .quick-links li {
  opacity: 1;
  transform: translateY(0);
}

.quick-links > ul > li:nth-child(7),
.quick-links > ul > li:nth-child(8) {
  display: none;
}

.quick-links .art {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition-delay: 2.1s;
}

.quick-links .art.left {
  transform: translateX(-50%);
}

.quick-links .art.right {
  transform: translateX(50%);
}

.animate .quick-links .art {
  transform: translateX(0);
  opacity: 1;
}

.quick-links .art img {
  width: 100%;
}

.quick-links li.seperator {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.3em;
  padding: 0;
  line-height: 1em;
}

.quick-links a {
  font-size: 0.9em;
  display: block;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.quick-links a:hover {
  transform: scale(1.05);
}

.quick-links a:active {
  transform: scale(0.95);
}

@media only screen and (min-width: 740px) {
  .quick-links a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 900px) {
  .hero .hero-controls {
    top: 50%;
    font-size: 2em;
  }

  .hero .hero-controls.prev-slide {
    left: 1em;
  }

  .hero .hero-controls.next-slide {
    right: 1em;
  }

  .slide .text {
    width: auto;
    max-width: 90%;
  }

  .slide video {
    min-height: 100%;
    min-width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .quick-links li {
    padding: 0.3em 0.7em;
  }

  .quick-links > ul > li:nth-child(7),
.quick-links > ul > li:nth-child(8) {
    display: inline-block;
  }

  .quick-links li.seperator {
    font-size: 0.6em;
  }

  .quick-links a {
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 1200px) {
  .quick-links li {
    padding: 0.3em 1em;
  }

  .quick-links a {
    font-size: 1.3em;
  }
}
.split-hero {
  width: 100%;
  position: relative;
}
@media (min-width: 48em) {
  .split-hero {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
.split-hero-side {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
@media (min-width: 48em) {
  .split-hero-side {
    width: 50%;
    height: 100vh;
  }
}
.split-hero-side:first-child .split-hero-logo {
  position: relative;
  z-index: 1000;
  display: block;
  text-align: center;
}
.split-hero-side:first-child .split-hero-logo-img {
  width: 16rem;
  max-width: 50%;
  height: auto !important;
}
.split-hero-side:hover .split-hero-photo {
  opacity: 1;
}
.split-hero-side .quick-links {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  text-align: center;
}
.split-hero-logo {
  position: relative;
  z-index: 1000;
  display: block;
  text-align: center;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.split-hero-logo-img {
  width: 30rem;
  max-width: 60%;
  height: auto !important;
}
.split-hero-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 1s opacity cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.split-hero-photo-img {
  width: 100%;
  height: 70vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (min-width: 48em) {
  .split-hero-photo-img {
    width: 100%;
    height: 100vh;
  }
}
.split-hero-photo-grad {
  width: 100%;
  height: 10rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.split-hero-links {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  z-index: 2000;
  padding: 1em 0 1.2em;
}
.split-hero-links-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0.3em 0.3em;
  opacity: 0;
  transform: translateY(1em);
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition-delay: 0.5s !important;
}
@media (min-width: 81.25em) {
  .split-hero-links-item {
    padding: 0.3em 1em;
  }
}
.split-hero-links-item-anchor {
  display: block;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  padding: 0.5rem;
}
@media (min-width: 48em) {
  .split-hero-links-item-anchor {
    font-size: 1.15rem;
  }
}
@media (min-width: 81.25em) {
  .split-hero-links-item-anchor {
    font-size: 1.3rem;
  }
}
.split-hero-links-item-anchor:hover {
  transform: scale(1.05);
}
.split-hero-links-item-anchor:active {
  transform: scale(0.95);
}
.split-hero-links-item.seperator {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem !important;
  padding: 0;
  line-height: 1em;
  position: relative;
  top: -0.5rem;
}
@media (min-width: 81.25em) {
  .split-hero-links-item.seperator {
    font-size: 2rem !important;
    top: -0.75rem;
  }
}
.split-hero-links-art {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition-delay: 0.8s !important;
}
.split-hero-links-art.left {
  transform: translateX(-50%);
}
.split-hero-links-art.right {
  transform: translateX(50%);
}
.split-hero-links-art-img {
  width: 100%;
}

.animate .split-hero-logo {
  opacity: 1;
}
.animate .split-hero-photo {
  opacity: 0.5;
}
.animate .split-hero-links-item {
  opacity: 1;
  transform: translateY(0);
}
.animate .split-hero-links-art {
  transform: translateX(0);
  opacity: 1;
}

.layer {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
  position: relative;
  text-align: center;
}
.layer h2 {
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.4em;
  text-align: center;
}
.layer h3 {
  font-size: 1.5em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0em;
}
.layer.content img {
  max-width: 100%;
  height: auto !important;
}

.content,
.interior .events {
  background-size: 100% auto;
}

.layer .interior .content h2 {
  margin-top: 1em;
}

.layer .content.layer a {
  transition: all 0.3s ease-in-out;
}

/* --- Specials --- */
.specials-day {
  padding: 1em 0 0;
}

.specials-day ol {
  list-style: none;
}

.specials-day li {
  display: inline-block;
  text-transform: uppercase;
}

.specials-day li a {
  display: block;
  font-size: 0.9em;
  padding: 0.37em 0.25em 0.3em;
  line-height: 1;
  margin: 0 0.1em;
  transition: all 0.3s ease-in-out;
}

.specials-controls {
  position: absolute;
  top: 48%;
  z-index: 400;
  font-size: 1em;
  opacity: 0.4;
  display: block;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.specials-controls.specials-controls-prev {
  left: 0;
}

.specials-controls.specials-controls-next {
  right: 0;
}

.events .specials-controls.specials-controls-prev {
  left: 1em;
}

.events .specials-controls.specials-controls-next {
  right: 1em;
}

@media only screen and (min-width: 740px) {
  .specials-controls.specials-controls-prev {
    left: 0;
  }

  .specials-controls.specials-controls-next {
    right: 0;
  }
}
.specials-controls.slick-hidden {
  visibility: hidden;
  opacity: 0;
}

.specials-controls:hover {
  opacity: 0.8;
  transform: scale(1.1) translateY(-50%);
}

.specials-controls:active {
  opacity: 0.6;
  transform: scale(0.9) translateY(-50%);
}

.specials-wrap {
  position: relative;
  padding: 1em 0;
}

.daily-slide {
  padding: 0 0.5em;
}

.special {
  display: block;
  margin: 0 1em;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.special article {
  position: relative;
  padding-bottom: 135%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.special article .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.special a:hover .image {
  opacity: 1;
  background-size: 105% auto;
}

.special article .details {
  width: 80%;
  padding: 2em;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 200;
  transform: translateX(-50%) translateY(-50%);
  transition: background 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.special.no-image article .details,
.special.no-image a:hover .details {
  background: transparent;
}

.special article .details h3 {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1;
}

.special article .details h3 em {
  font-size: 0.7em;
  display: block;
  margin-top: 0.5em;
}

.special article .details .price {
  display: block;
  font-size: 2em;
  font-weight: 400;
  position: relative;
  margin-top: 1.6rem;
  padding-top: 1.25rem;
}

.special article .details .price:before {
  height: 0.08em;
  width: 0.5em;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}

.special article .details .button,
.special article .details .event-cta {
  font-size: 0.85em;
  line-height: 1;
  margin-top: 0.7em;
  padding: 0.3em 0.4em;
  display: table;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.special a:hover .details .button,
.special a:hover .details .event-cta {
  transform: scale(1.1);
}

.special a:active .details .button,
.special a:active .details .event-cta {
  transform: scale(0.9);
}

.special time {
  display: block;
  text-transform: uppercase;
}

h3.hours {
  margin-top: 1em;
}

@media only screen and (min-width: 740px) {
  .layer {
    padding: 3em 2em;
  }

  .interior .layer {
    padding: 2.5em 2em;
  }

  .layer h2 {
    font-size: 1.8em;
  }

  .layer h3 {
    font-size: 1.4em;
  }

  .specials-wrap {
    padding: 2em;
  }

  .special article .details h3 {
    font-size: 1.2em;
  }

  .special article .details .price {
    font-size: 1.8em;
    line-height: 1;
  }
}
@media only screen and (min-width: 900px) {
  .layer {
    padding: 5em 2em;
  }

  .interior .layer {
    padding: 3em 2em;
  }

  .layer h2 {
    font-size: 2.3em;
  }

  .layer h3 {
    font-size: 1.7em;
  }

  .specials-day li a {
    font-size: 1.1em;
    padding: 0.3em 0.35em;
    margin: 0 0.2em;
  }

  .interior .specials-day li a {
    font-size: 1.6em;
  }

  .specials-controls {
    font-size: 1.2em;
  }

  .specials-wrap {
    width: 90%;
    padding: 2em 1.5em;
  }

  .daily-slide {
    padding: 0 1em;
  }

  .special article .details h3 {
    font-size: 1.5em;
  }

  .special article .details .price {
    font-size: 2.8em;
  }

  .special article .details .button {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1200px) {
  .layer {
    padding: 8em 2em;
  }

  .interior .layer {
    padding: 5em 2em;
  }

  .layer h2 {
    font-size: 2.6em;
  }

  .layer h3 {
    font-size: 2em;
  }

  .specials-wrap {
    width: 80%;
    padding: 3em 2en;
  }

  .special article .details h3 {
    font-size: 1.6em;
  }

  .special article .details .price {
    font-size: 2em;
  }

  .special article .details .button {
    font-size: 1.1em;
  }
}
.promos {
  padding: 0 1em;
  text-transform: uppercase;
  text-align: center;
}

.promos article {
  margin-bottom: 1em;
}

.promos article:last-child {
  margin-bottom: 0;
}

.promos .aspect-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.promos article .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.promos a:hover .image {
  opacity: 1;
  background-size: 105% auto;
}

.promos article .text {
  width: 100%;
  padding: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 200;
  transform: translateY(-50%);
  transition: background 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.promos article .text h3 {
  display: inline-block;
  font-size: 1.6em;
  padding: 0.2em 0.3em;
  margin-bottom: 0;
  line-height: 1.15;
  margin: 0;
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.promos.three article .text h3 {
  font-size: 1.8em;
}

.promos h3 span {
  padding: 0 0.2em;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.promos h3 em {
  font-size: 0.6em;
  padding: 0 0.35em;
  font-weight: 400;
  display: table;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.promos article .text strong {
  display: table;
  padding: 0.2em 0.3em 0.23em;
  font-weight: normal;
  position: relative;
  top: -0.25em;
  transition: all 0.6s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

@media only screen and (min-width: 740px) {
  .promos {
    width: 100%;
    display: table;
  }

  .promos article {
    display: table-cell;
    vertical-align: top;
  }

  .promos.promos-1 article {
    width: 100%;
  }

  .promos.promos-2 article {
    width: 50%;
  }

  .promos.promos-3 article {
    width: 33.333%;
  }

  .promos article .text h3 {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 1200px) {
  .promos article .text h3 {
    font-size: 2.3em;
  }
}
.twitter {
  padding: 2em;
  font-size: 1.3em;
  text-align: center;
}

.twitter .icons {
  display: table;
  font-size: 1.5em;
  margin-bottom: 1em;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.twitter .icons:hover {
  transform: scale(1.15);
}

.twitter .icons:active {
  transform: scale(0.9);
}

.twitter article {
  max-width: 1200px;
  font-style: italic;
}

.twitter article a {
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

@media only screen and (min-width: 740px) {
  .twitter {
    padding: 2em;
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 900px) {
  .twitter {
    padding: 2em;
    font-size: 1.6em;
  }

  .twitter .icons {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 1200px) {
  .twitter {
    padding: 3em 2em;
    font-size: 2em;
  }
}
.social a,
.call {
  font-size: 1.1em;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.social a:hover,
.call:hover {
  transform: scale(1.1);
}

.social a:active,
.call:active {
  transform: scale(0.9);
}

.social .hashtag {
  text-transform: uppercase;
  padding-right: 0.4em;
  font-size: 1.1em;
}

/* --- Footer --- */
footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4em 2em;
  position: relative;
  overflow: hidden;
  text-align: center;
}

footer a {
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

@media only screen and (min-width: 740px) {
  footer {
    padding: 4em 0;
  }

  footer .pad {
    padding: 0 4%;
  }

  footer .details,
footer .footer-menu,
footer .contact {
    padding: 1em;
    display: table-cell;
    vertical-align: top;
  }

  footer .details {
    width: 25%;
  }

  footer .footer-menu {
    width: 25%;
  }

  footer .contact {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    padding: 6em 0;
  }

  footer .pad {
    padding: 0 8%;
  }

  footer .details,
footer .footer-menu,
footer .contact {
    padding: 1em 3em;
  }
}
/** Location Details **/
footer .details img {
  display: table;
  width: 50%;
  height: auto !important;
  margin: 0 auto 1em;
}

footer .details address {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1.6em;
  margin-bottom: 1.8em;
}

footer .details address:after {
  width: 15%;
  height: 2px;
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}

footer .details .links {
  text-transform: uppercase;
}

footer .details .links a {
  font-size: 0.9em;
  display: inline-block;
}

footer .details .links a:hover {
  transform: scale(1.1);
}

footer .details .links a:active {
  transform: scale(0.9);
}

footer .details .links .icons {
  padding-right: 0.5em;
  text-transform: none;
}

footer .details .links .icons a {
  padding: 0 0.1em;
}

@media only screen and (min-width: 740px) {
  footer .details img {
    width: 80%;
  }
}
/** Footer Nav **/
.footer-menu {
  padding: 3em 0;
  text-align: center;
}

.footer-menu ul {
  list-style: none;
  margin: 0 auto;
  text-transform: uppercase;
}

.footer-menu li a {
  font-size: 1.1em;
  padding: 0.55em 0em;
  display: block;
  position: relative;
}

.footer-menu li a:after {
  width: 0em;
  height: 2px;
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.footer-menu li a:hover:after {
  width: 100%;
}

@media only screen and (min-width: 740px) {
  .footer-menu {
    padding: 0;
    text-align: left;
  }

  .footer-menu li a {
    font-size: 0.9em;
  }

  .footer-menu li a:after {
    width: 0.8em;
  }

  .footer-menu li:last-child a:after {
    width: 0em;
  }

  .footer-menu li:last-child a:hover:after {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .footer-menu li a {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu li a {
    font-size: 1.1em;
  }
}
.menu-tabs {
  padding: 0 0 2em;
}
.menu-tabs li {
  display: block;
  margin-bottom: 0.25em;
}
.menu-course {
  padding: 0 0 2em;
}
.menu-pdfs {
  padding: 1em 0 0;
  list-style: none;
}
.menu-pdfs li {
  padding: 0.1em;
}

.content nav ul,
.content nav ol {
  text-align: center !important;
  list-style: none;
}

.content nav li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0 !important;
}

.menu-tabs,
.menu-pdfs,
.menu-tabs li a,
.menu-course li a,
.menu-pdfs li a {
  display: block;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.menu-tabs li a,
.menu-pdfs li a {
  font-size: 1em;
  padding: 1em 0.4em;
  margin: 0 0.05em;
  font-weight: 700;
}

.menu-course li a {
  font-size: 0.9em;
  padding: 0.6em 0.55em 0.5em;
  margin: 0.15em 0.05em;
}

@media only screen and (min-width: 660px) {
  .menu-tabs {
    padding: 0;
  }

  .menu-tabs li {
    display: inline-block;
  }

  .menu-course,
.menu-pdfs {
    padding: 0.5em 0 0;
  }

  .menu-tabs li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 0.5em;
    margin-left: -0.5em;
  }

  .menu-tabs li a {
    font-size: 1em;
    padding: 0.5em 0.55em;
  }

  .menu-course li a {
    font-size: 0.9em;
    padding: 0.5em 0.55em;
  }
}
.menu-course-grouping {
  padding: 0 0 1em;
}

.menu-course-grouping h2 {
  margin: 0 auto 0.5em;
}

.menu-group-slider .description {
  font-size: 0.85em;
  margin: 1.3em 0;
  display: block;
}

.menu-item {
  display: block;
  text-align: center;
  vertical-align: text-top;
  padding: 0.8em 0;
}
.menu-item p {
  font-size: 1.1rem !important;
  line-height: 1 !important;
  margin-top: 0.25rem;
}

.menu-footer {
  margin-top: 1.4em;
  position: relative;
}

.menu-footer h4 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 0.2em;
}

.menu-footer legend {
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  margin: 1rem auto;
}

.menu-footer legend span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  top: 0.1rem;
  margin-right: 0.3em;
}

@media only screen and (min-width: 740px) {
  .menu-item {
    width: 49%;
    padding: 0.8em 1em;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
  }

  .menu-item.featured-item {
    width: 100%;
    display: block;
  }
}
.menu-item h3 {
  font-size: 1.25em;
}

.menu-item h3 .price {
  margin-left: 0.5em;
}

.menu-item h3 .specialty {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.2em;
  position: relative;
  top: -0.15em;
}

@media only screen and (min-width: 740px) {
  .menu-item h3 {
    font-size: 1.35em;
  }
}
@media only screen and (min-width: 900px) {
  .menu-item h3 {
    font-size: 1.45em;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-tabs,
.menu-course,
.menu-pdfs {
    padding-bottom: 1em;
  }

  .menu-tabs li a {
    font-size: 1.2em;
  }

  .menu-course li a {
    font-size: 1em;
  }

  .menu-item h3 {
    font-size: 1.55em;
  }
}
@media only screen and (min-width: 1400px) {
  .menu-item h3 {
    font-size: 1.65em;
  }
}
/* -- Contact Form -- */
footer .contact h3 {
  display: inline-block;
  font-size: 1.8em;
  padding-bottom: 1.4rem;
  margin-bottom: 2rem;
  position: relative;
}

footer .contact h3:after {
  width: 0.5em;
  height: 2px;
  display: block;
  content: " ";
  margin-left: -0.25em;
  position: absolute;
  left: 50%;
  bottom: -1px;
}

/* --- Form Defaults --- */
form ul,
form ol {
  list-style: outside none none;
  margin: 0;
}

form input,
form select,
form textarea {
  border: none;
  width: 100%;
  padding: 0.8em 0.8em 0.85em 0.75em;
  font-weight: 400;
  font-size: 1;
  cursor: pointer;
  float: left;
  text-align: left;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.hero form input {
  padding: 0.91em 0.8em 0.85em 0.75em;
}

footer form input {
  padding: 0.8em 0.8em 0.85em 0.75em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hero form input {
    padding: 0.81em 0.8em 0.85em 0.75em;
  }

  footer form input {
    padding: 0.83em 0.8em 0.85em 0.75em;
  }
}
@media only screen and (min-width: 740px) {
  form input,
form select,
form textarea {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 900px) {
  form input,
form select,
form textarea {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1200px) {
  form input,
form select,
form textarea {
    font-size: 1.2em;
  }
}
form input::-moz-placeholder {
  opacity: 1;
}

form input:-moz-placeholder {
  opacity: 1;
}

form textarea::-moz-placeholder {
  opacity: 1;
}

form textarea:-moz-placeholder {
  opacity: 1;
}

form button,
form .button {
  width: auto;
  padding: 0.5em 1em;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  position: relative;
  -webkit-appearance: none;
  float: none !important;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

form button:hover,
form .button:hover {
  transform: scale(1.05);
}

form button:active,
form .button:active {
  transform: scale(0.9);
}

.hero form button:hover,
.hero form .button:hover,
.hero form button:active,
.hero form .button:active {
  transform: none;
}

/* --- Gravity Form Hacks --- */
.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_body ul {
  margin: 0 auto;
}

footer .gfield {
  position: relative;
  padding: 0.1em;
}

footer .gform_footer input {
  float: none;
}

footer .gform_footer:before,
footer .gform_footer:after {
  content: "";
  display: table;
}

footer .gform_footer:after {
  clear: both;
}

footer .gform_footer.top_label {
  padding-top: 0.6em;
  clear: both;
}

.gform_footer {
  padding-top: 1em;
}

.hero .gform_footer {
  padding-top: 0;
}

@media only screen and (min-width: 740px) {
  footer .gfield {
    width: 50%;
    float: left;
    vertical-align: top;
    padding-bottom: 0.15em;
    padding-right: 0.15em;
  }

  footer .your-comments {
    width: 50%;
    float: right;
  }

  footer textarea {
    height: 9.58em;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  footer textarea {
    height: 9.34em;
  }
}
.gfield_label {
  display: none;
}

.ginput_container {
  position: relative;
}

.ginput_container:before,
.ginput_container:after {
  content: "";
  display: table;
}

.ginput_container:after {
  clear: both;
}

.validation_error {
  display: block;
  text-align: center;
  padding: 0 0 1em;
}

.validation_message {
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0.2em 0.35em;
  position: absolute;
  font-size: 0.6em;
  left: 0;
  z-index: 1000;
  bottom: 93%;
}

.validation_message:after {
  background: transparent !important;
  position: absolute;
  left: 10%;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-width: 6px;
  margin-left: -6px;
}

.extensions_message {
  display: none;
}

.gform_validation_container {
  display: none !important;
}

/* --- Locations --- */
footer .locations {
  width: 100%;
  padding: 3em 0;
  margin: 3em 0;
  position: relative;
}

footer .locations:before,
footer .locations:after {
  width: 1em;
  height: 2px;
  display: block;
  content: " ";
  margin-left: -0.25em;
  position: absolute;
  left: 50%;
}

footer .locations:before {
  top: 0;
}

footer .locations:after {
  bottom: 0;
}

footer .locations h2 {
  display: none;
}

footer .locations ul {
  width: 100%;
  list-style: none;
  margin: 0 auto;
}

footer .locations li.botg {
  background: transparent !important;
  float: none;
  width: 85%;
  max-width: 15em;
  display: table;
  padding: 0;
  margin-bottom: 2em;
  border: none;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

footer .locations li.botg a {
  background: transparent !important;
  padding: 0.5em 0.6em 0.4em;
  display: block;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

footer .locations li.botg:hover a {
  background: transparent !important;
  transform: none;
}

footer .locations li.botg:active a {
  transform: none;
}

footer .locations li.botg svg {
  width: 100%;
  max-height: 6rem;
  fill: #fff;
}

footer .locations li.botg:after {
  display: none;
}

footer .locations li.botg:before {
  display: none;
}

footer .locations li {
  width: 33.3333%;
  padding: 0.5em 1em;
  display: inline-block;
  float: left;
  vertical-align: text-top;
  position: relative;
}

footer .locations li:nth-child(4),
footer .locations li:nth-child(7),
footer .locations li:nth-child(10) {
  border-right: none;
}

footer .locations li:nth-child(8),
footer .locations li:nth-child(9),
footer .locations li:nth-child(10) {
  border-bottom: none;
}

footer .locations li a {
  display: block;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

footer .locations li:hover a {
  transform: scale(1.1);
}

footer .locations li:active a {
  transform: scale(0.95);
}

footer .locations li img {
  width: 100%;
}

footer .locations li:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

footer .locations li:hover:after {
  height: 0.25em;
}

@media only screen and (min-width: 500px) {
  footer .locations li {
    padding: 0.5em 2.8em;
  }
}
@media only screen and (min-width: 900px) {
  footer .locations {
    width: 100%;
    padding: 0 2em;
    margin: 4em auto;
    position: relative;
  }

  footer .locations:before,
footer .locations:after {
    display: none;
  }

  footer .locations ul {
    display: table;
    padding: 0;
  }

  footer .locations li {
    width: 8.88%;
    padding: 0.1em 0.3em;
    border: none;
    display: table-cell;
    float: none;
    vertical-align: middle;
  }

  footer .locations li:before {
    width: 1px;
    height: 1.4em;
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.7em;
  }

  footer .locations li:nth-child(2):before {
    display: none;
  }

  footer .locations li.botg {
    width: 13%;
    padding: 0 1rem;
    margin-right: 1rem;
    max-width: none;
    display: table-cell;
    padding: 0;
    margin-bottom: 0;
  }

  footer .locations li.botg a {
    padding: 0.3em 1.5em 0.25em;
  }

  footer .locations li a {
    padding: 0.5em 0;
  }
}
@media only screen and (min-width: 1000px) {
  footer .locations {
    padding: 0;
    width: 95%;
  }

  footer .locations li a {
    padding: 0.5em 0.4em;
  }
}
@media only screen and (min-width: 1200px) {
  footer .locations {
    width: 90%;
  }

  footer .locations li a {
    padding: 0.5em 1em;
  }
}
footer .copyright {
  font-size: 0.9em;
}

/* --- Content Page --- */
@media only screen and (min-width: 740px) {
  .content .wrap {
    padding: 2em;
  }
}
@media only screen and (min-width: 900px) {
  .content .wrap {
    width: 90%;
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1200px) {
  .content .wrap {
    width: 70%;
    padding: 3em 0;
  }
}
/* --- Gallery --- */
.gallery {
  width: 100%;
  height: 100%;
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
}

.gallery .photo {
  position: relative;
  float: left;
  width: 50%;
  padding: 1px;
}

.photo-sizer {
  width: 50%;
}

@media only screen and (min-width: 1000px) {
  .gallery .photo {
    width: 33%;
  }

  .photo-sizer {
    width: 33%;
  }
}
.gallery .photo a {
  display: block;
}

.gallery .photo img {
  width: 100%;
  float: left;
}

/* --- Photo Galleries --- */
.photo-gallery {
  position: relative;
  padding: 0 0;
}

@media only screen and (min-width: 700px) {
  .photo-gallery {
    padding: 0 2em;
  }
}
.gallery .photo img,
.gallery img {
  width: 100%;
  height: auto !important;
}

/* --- Forms --- */
.content form {
  width: 100%;
  text-align: center;
}

.content .gform_fields li {
  display: block;
  padding: 0.2em;
  position: relative;
}

@media only screen and (min-width: 700px) {
  .content form {
    width: 100%;
  }

  .content .gform_fields li {
    display: inline-block;
    width: 50%;
    padding: 0.3em;
  }

  .content .gform_fields li.form-title {
    display: block;
    width: 100%;
    padding: 0;
  }

  .content .gform_fields li:nth-of-type(6),
.content .gform_fields li:nth-of-type(7),
.content .gform_fields li:nth-of-type(8) {
    width: 33.33%;
  }

  .content .sponsorship .gform_fields li:nth-of-type(6),
.content .sponsorship .gform_fields li:nth-of-type(7),
.content .sponsorship .gform_fields li:nth-of-type(8),
.content .sponsorship .gform_fields li:nth-of-type(9),
.content .private-parties .gform_fields li:nth-of-type(6),
.content .private-parties .gform_fields li:nth-of-type(7),
.content .private-parties .gform_fields li:nth-of-type(8),
.content .private-parties .gform_fields li:nth-of-type(9) {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .content form {
    width: 80%;
  }
}
.content .validation_error {
  font-size: 1.3em;
  background: #f9ae40;
  display: table;
  padding: 0.3em;
  margin-bottom: 1em;
}

/* --- Newsletter --- */
.text.newsletter {
  width: 90%;
  padding: 1.4em;
}

@media only screen and (min-width: 900px) {
  .text.newsletter {
    width: auto !important;
    padding: 2em;
  }
}
.text.newsletter .gform_wrapper {
  width: 100%;
  margin-top: 1em;
}

.newsletter .gform_wrapper form {
  width: 100%;
  display: block;
}

.newsletter .gform_body,
.newsletter .gform_footer {
  display: block;
  vertical-align: top;
}

.newsletter .gform_footer {
  margin-top: 0.6em;
}

.newsletter .gform_body ul,
.newsletter .gform_body li {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 700px) {
  .text.newsletter .gform_wrapper {
    width: 100%;
    max-width: 35em;
    margin-top: 1.5em;
  }

  .newsletter .gform_wrapper form {
    width: 100%;
    display: table;
  }

  .newsletter .gform_body,
.newsletter .gform_footer {
    display: table-cell;
  }

  .newsletter .gform_footer .button {
    width: 100%;
    text-align: center;
  }
}
.newsletter .gform_body input {
  font-size: 1.2em;
  min-width: 15em;
}

.newsletter .gform_footer .button {
  font-size: 1.5em;
}

@media only screen and (min-width: 1200px) {
  .text.newsletter .gform_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
/* --- Photos List --- */
.list article a {
  display: block;
  padding: 0.4em;
  position: relative;
}

.list article img {
  width: 100%;
  height: auto !important;
}

.list article h3 {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  line-height: 1.2;
  font-size: 1.5em;
  transition: all 0.3s ease-in-out;
}

.list article:hover h3 {
  transform: scale(1.1) translateY(-50%);
}

.list article h3 span {
  padding: 0.3em;
}

@media only screen and (min-width: 500px) {
  .list article {
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
  }
}
@media only screen and (min-width: 1000px) {
  .list article {
    width: 32%;
  }
}
.details time {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
  display: block;
}

.slide time {
  font-size: 0.9em;
  letter-spacing: 0.07em;
  margin-top: 0.4em;
}

/* --- Date Picker --- */
.ui-datepicker {
  text-align: center;
}

.ui-datepicker-header {
  padding: 0.3em;
}

.ui-datepicker-header a {
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-prev select {
  padding: 0.1em;
}

.ui-datepicker-calendar td {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.ui-datepicker-calendar td:hover a {
  transition: all 0.3s ease-in-out;
}

.ui-datepicker-calendar thead span {
  text-transform: uppercase;
}

.ui-datepicker {
  background: #fff;
}

.ui-datepicker-header {
  background: #006363;
}

.ui-datepicker-header a {
  color: #fff;
}

.ui-datepicker-header a:hover {
  color: #f15a29;
}

.ui-datepicker-calendar thead span {
  color: #006363;
}

.ui-datepicker-calendar td:hover {
  background: #006363;
}

.ui-datepicker-calendar td:hover a {
  color: #fff;
}

/* --- Login Button --- */
.login {
  padding: 1em 0 0;
  text-align: center;
}

.login a,
.large-button {
  background: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.65em;
  padding: 0.5em 1em;
  display: table;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.app-download {
  display: table;
}

.app-download a {
  display: table-cell;
  width: 15rem;
  max-width: 40%;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
}

.app-download a:hover {
  transform: scale(1.1);
}

.app-download a img {
  width: 100%;
  max-height: 6rem;
}

/* --- Unique Specials --- */
.specials.unique .special article {
  padding-bottom: 85%;
}

.specials.unique .special h3 {
  font-size: 1.35em;
  font-weight: 700;
}

.specials.unique .special em {
  font-size: 1rem;
  font-weight: 300;
}

@media only screen and (min-width: 1000px) {
  .specials.unique .special h3 {
    font-size: 1.45em;
  }

  .specials.unique .special em {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .specials.unique .special h3 {
    font-size: 1.5em;
  }

  .specials.unique .special em {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .specials.unique .special h3 {
    font-size: 1.9em;
  }

  .specials.unique .special em {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .specials.unique .special h3 {
    font-size: 2.3em;
  }

  .specials.unique .special em {
    font-size: 1.6rem;
  }
}