/*
Theme Name: Sundance the Steakhouse
Theme URI: http://sundancethesteakhouse.com
Description: Custom theme for Personify and Sundance
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* - - - Global Styles - - - */
/* !Font Size Functions - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.sans {
  font-family: "proxima-nova", Arial, Verdana, sans-serif; }

.serif {
  font-family: "utopia-std", Georgia, Times serif; }

.grey {
  color: #191919; }

.orange {
  color: #af7d3f; }

.cream {
  color: #efeee3; }

.white {
  color: #fff; }

.italic {
  font-style: italic; }

.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.semi {
  font-weight: 600; }

.center {
  text-align: center; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.space {
  letter-spacing: .05em; }

.space2 {
  letter-spacing: .1em; }

.fleft {
  float: left; }

.fright {
  float: right; }

.plain a, a.plain {
  text-decoration: none; }

a {
  color: #af7d3f;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a:hover {
  color: rgba(175, 125, 63, 0.7); }

.rel {
  position: relative; }

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.inline {
  display: inline-block; }

ul.inline li {
  display: inline;
  float: left; }

.orange-bg {
  background: #af7d3f; }

.cream-bg {
  background: #efeee3; }

.grey-bg {
  background: #191919; }

.grey70-bg {
  background: rgba(25, 25, 25, 0.7); }

.orange85-bg {
  background: rgba(175, 125, 63, 0.85); }

.cream-texture {
  background: url(images/subtlenet2_@2X.png) repeat center top;
  background-size: 60px 60px; }

.white-texture, body {
  background: url(images/lightpaperfibers_@2X.png) repeat center top;
  background-size: 500px 300px; }

.grey-texture {
  background: url(images/navy_blue_@2X.png) repeat center top;
  background-size: 600px 385px; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

a.button, input.gform_button {
  font-size: 0.75em;
  padding: 6px 15px;
  line-height: normal;
  border: 2px solid #af7d3f;
  color: #af7d3f;
  font-weight: bold;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  cursor: pointer;
  display: inline-block; }

a.button:hover, input.gform_button:hover {
  color: #191919;
  border-color: #191919; }

/* !Main Structure - - - - - */
body {
  font-size: 16px;
  line-height: 1.5em;
  color: #191919;
  min-width: 320px;
  font-family: "utopia-std", Georgia, Times serif; }

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px; }

.content-wrap {
  padding: 50px 0; }

/* !Top Header - - - - - */
.top-bar {
  padding: 10px 0;
  text-align: right;
  height: 50px; }

a.logo {
  width: 100px;
  height: 73px;
  position: absolute;
  top: -10px;
  left: 50px;
  background: url(images/sundance-tag.svg) no-repeat;
  z-index: 1000;
  text-indent: -9999px;
  text-align: left; }

a.res-toggle {
  /*padding-right: 40px;*/
  position: relative;
  width: 200px;
  text-align: center; }

a.res-toggle:hover {
  color: #efeee3;
  border-color: #efeee3; }

a.res-toggle:after, .menu-toggle span:after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  margin-right: -80px;
  right: 50%;
  background: url(images/orange-arrow-down.svg) no-repeat;
  z-index: 100; }

a.res-toggle:after {
  display: none; }

.top-res {
  padding: 20px;
  width: 240px;
  position: absolute;
  top: 40px;
  right: 30px;
  text-align: left;
  display: none;
  z-index: 10000; }

/* !Navigation - - - - - */
ul.nav {
  font-size: 0.8125em;
  padding: 25px 0;
  height: 70px; }

ul.ilb li {
  display: inline-block; }

ul.nav a {
  color: #191919;
  margin-left: 35px;
  display: block; }

ul.nav li:first-child a {
  margin-left: 0; }

ul.nav a:hover,
ul.nav li#current a {
  color: #af7d3f; }

.mobile-nav-wrap {
  display: none; }

a.nav-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: url(images/nav-toggle.svg) no-repeat center;
  display: none;
  overflow: hidden;
  text-align: left; }

a.nav-toggle.open {
  background-image: url(images/close.svg); }

ul.mobile-nav {
  width: 100%;
  display: block;
  float: left; }

ul.mobile-nav li {
  width: 50%; }

ul.mobile-nav a {
  display: block;
  padding: 7px 10px;
  color: #af7d3f;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 0.6875em;
  height: 40px; }

ul.mobile-nav a:hover, ul.mobile-nav li#current a {
  color: #191919; }

ul.mobile-nav li:nth-child(odd) a {
  border-left: 0; }

ul.mobile-nav li:last-child:nth-child(odd) {
  width: 100%; }

/* !Header Image - - - - - */
.header-image {
  max-height: 450px;
  background: url(images/header-temp@2x.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home-image {
  max-height: 650px; }

/* !Subnav - - - - - */
.subnav {
  height: 50px; }

.subnav a {
  display: inline-block;
  margin-left: 60px;
  line-height: 50px;
  color: #fff;
  font-size: 0.8125em; }

a.subnav-toggle {
  display: none;
  height: 40px;
  margin-left: 0 !important;
  height: 40px;
  cursor: pointer; }

.subnav a:hover, .subnav li.current_page_item a {
  color: #af7d3f; }

.subnav li:first-child a {
  margin-left: 0; }

.subnav-toggle span {
  display: inline-block;
  height: 40px;
  position: relative; }

.subnav-toggle span:after {
  content: "";
  width: 16px;
  height: 8px;
  background: url(images/orange-arrow-down.svg) no-repeat right center;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s; }

.subnav-toggle.open span:after {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg); }

/* !Forms Reset - - - - - */
ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li {
  margin-bottom: 10px; }

.footer-form input.medium, .footer-form textarea.medium {
  width: 100%;
  background: none;
  border: 2px solid #474747;
  padding: 5px;
  height: 30px;
  line-height: 30px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0 !important;
  font-size: 1em; }

.ie10 .footer-form input.medium,
.ie10 .footer-form textarea.medium,
.ie10 input.medium,
.ie10 textarea.medium {
  line-height: 1em !important;
  padding-top: 4px !important; }

.ie input.medium,
.ie textarea.medium,
.ie .footer-form input.medium,
.ie .footer-form textarea.medium {
  padding-top: 4px !important; }

textarea.medium {
  resize: none;
  height: 200px; }

.gform_footer img {
  display: block;
  margin: 10px 0 0 0;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important; }

input.gform_button {
  background: none;
  font-size: 0.8125rem;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #191919; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #191919; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #191919; }

:-ms-input-placeholder, .ie10 :-ms-input-placeholder, .ie :-ms-input-placeholder {
  opacity: 1;
  color: #191919;
  line-height: normal !important;
  padding-top: 4px !important; }

.ie :-ms-input-placeholder {
  padding-top: 4px !important; }

.footer-form ::-webkit-input-placeholder {
  color: #fff; }

.footer-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.footer-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.footer-form :-ms-input-placeholder, .ie10 .footer-form :-ms-input-placeholder, .ie .footer-form :-ms-input-placeholder {
  line-height: normal !important;
  padding-top: 4px !important; }

.contact-email-form :-ms-input-placeholder, .ie10 .contact-email-form :-ms-input-placeholder, .contact-email-form input.medium {
  padding-top: 0px !important;
  line-height: normal !important; }

.ie .footer-form :-ms-input-placeholder {
  padding-top: 4px !important;
  line-height: normal !important; }

.validation_error {
  color: #af7d3f;
  line-height: 1.4em;
  padding-bottom: 20px;
  font-weight: bold; }

.validation_message {
  color: #af7d3f;
  font-style: italic;
  font-size: 0.75em;
  margin-top: 4px; }

ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gfield_checkbox li {
  margin: 5px 0 0 0; }

ul.gfield_checkbox label {
  padding-left: 10px;
  font-family: "utopia-std", Georgia, Times serif;
  font-size: 0.875em;
  line-height: 1.3em; }

/* !Footer - - - - - */
ul.footer-social {
  padding: 35px 0 30px 0; }

ul.footer-social a {
  width: 40px;
  height: 40px;
  display: block;
  margin-left: 20px; }

ul.footer-social li:first-child a {
  margin-left: 0; }

ul.footer-social path, ul.footer-social polygon, ul.footer-social rect {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

ul.footer-social a:hover path, ul.footer-social a:hover polygon, ul.footer-social a:hover rect {
  fill: #fff; }

.footer-right {
  text-align: right; }

.bottom-footer {
  padding: 25px 0;
  font-size: 0.6875em; }

.footer-right a {
  color: #191919; }

.footer-right a:hover {
  color: #af7d3f; }

.footer-sep {
  padding: 0 8px;
  position: relative;
  top: -1px; }

.footer-right a.credit {
  text-transform: capitalize;
  letter-spacing: 0;
  color: #af7d3f; }

.footer-right a.credit:hover {
  color: #191919; }

.footer-cols-wrap {
  max-width: 1000px;
  padding: 0 35px 20px 35px;
  margin: 0 auto; }

ul.footer-cols {
  width: 100%; }

ul.footer-cols li {
  width: 33.33%;
  padding: 0 15px;
  text-align: left; }

.col-title {
  padding: 0 25px;
  position: relative;
  font-size: 0.75em;
  text-align: center; }

.col-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #af7d3f;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  z-index: 10; }

.col-title span {
  padding: 8px 5px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.3em; }

.col-text {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-size: 0.8125em;
  padding: 0 25px; }

.col-text a {
  color: #fff; }

.col-text p {
  margin-top: 0; }

.col-section {
  margin-top: 8px; }

.col-section:first-child {
  margin-top: 20px; }

.footer-form ul.gform_fields {
  width: 100%; }

.footer-form ul.gform_fields li {
  width: 100%;
  padding: 0; }

.footer-form {
  margin-top: 20px; }

.footer-form input.gform_button:hover {
  color: #fff;
  border-color: #fff; }

/* !Standard Subpage - - - - - */
.headline {
  font-size: 1.75em;
  line-height: 1.3em;
  margin-bottom: 20px; }

.text img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto; }

.text p {
  margin-top: 0; }

/* !Menu Landing - - - - - */
.top-left {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0; }

.top-right.fright {
  padding-left: 310px;
  min-height: 80px;
  width: 100%; }

.top-wrap {
  margin-bottom: 40px; }

.menu-promo {
  padding: 20px;
  border: 2px solid #efeee3;
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
  background: url(images/history-s.svg) no-repeat center;
  overflow: hidden; }

ul.menu-list {
  width: 100%; }

ul.menu-list li {
  width: 50%;
  margin-top: 30px; }

ul.menu-list li:nth-child(odd) {
  padding-right: 15px; }

ul.menu-list li:nth-child(even) {
  padding-left: 15px; }

.menu-arrow {
  background: url(images/menu-tag.svg) no-repeat center bottom;
  padding: 0 20px 20px 20px;
  width: 280px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -140px;
  font-size: 1.625em;
  line-height: 1.2em;
  text-align: center;
  -webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  transition: color .25s ease; }

.menu-arrow:hover {
  color: #191919; }

.no-flexbox .menu-arrow {
  padding-top: 40px; }

ul.menu-list a, ul.private-list a {
  display: block; }

.flexbox .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flexbox .flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto; }

.menu-promo-icon {
  width: 40px;
  margin: 0 auto 5px auto; }

.menu-promo-headline {
  font-size: 2.125em;
  line-height: 1.3em;
  margin-bottom: 5px; }

/* !Individual Menu - - - - - */
a.menu-link {
  display: block;
  margin-top: 25px;
  font-size: 0.6875em;
  line-height: 20px; }

a.menu-link:last-child, a.kids-menu {
  margin-top: 10px; }

a.menu-link:first-child {
  margin-top: 0; }

a.menu-link:hover {
  color: #191919; }

.link-text {
  padding-left: 8px;
  position: relative;
  top: -5px; }

a.menu-link path, a.menu-link rect, a.menu-link polygon {
  fill: #af7d3f;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

a.menu-link:hover path, a.menu-link:hover rect, a.menu-link:hover polygon {
  fill: #191919; }

.menu-title {
  font-size: 2.125em; }

a.menu-toggle {
  width: 100%;
  font-size: 0.6875rem;
  position: relative;
  display: block; }

a.menu-toggle span {
  padding-right: 30px;
  display: block; }

.menu-toggle span:after {
  right: 0;
  margin-right: 0; }

a.menu-toggle.open span:after {
  background-image: url(images/orange-arrow-up.svg); }

.menu-nav-list {
  display: none;
  padding: 5px 0 10px 0;
  font-family: "utopia-std", Georgia, Times serif;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: normal; }

.menu-nav-list a {
  display: block;
  padding: 10px 17px;
  border-bottom: 1px solid #efeee3;
  font-size: 0.8125rem;
  line-height: 1.3em;
  color: #191919; }

.menu-nav-list a:hover {
  color: #af7d3f; }

.menu-nav-list li.current_page_item, .menu-nav-list li.page-item-351 {
  display: none !important; }

.menu-top {
  float: left;
  width: 100%; }

.menu-text-wrap {
  padding-right: 40px;
  margin-right: 260px;
  /*Set right margin to RightColumnWidth*/ }

.menu-nav-wrap {
  float: left;
  width: 260px;
  /*Width of right column in pixels*/
  margin-left: -260px;
  /*Set left margin to -(RightColumnWidth) */
  position: relative;
  z-index: 10; }

.menu-sections .col-title {
  font-size: 0.8125em; }

.menu-sections .col-title span {
  display: inline-block;
  width: auto;
  min-width: 230px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3em; }

.menu-section {
  margin-top: 60px; }

.menu-section:last-child {
  padding-bottom: 60px; }

.item-desc {
  padding-right: 5px; }

.item-text {
  font-size: 0.8125em; }

.item-name {
  font-size: 0.875em; }

ul.section-list {
  width: 100%; }

ul.section-list li {
  width: 50%;
  margin-top: 20px; }

ul.section-list li:nth-child(odd) {
  padding-right: 20px; }

ul.section-list li:nth-child(even) {
  padding-left: 20px; }

.bottom-image {
  width: 20%; }

.bottom-text.fleft {
  width: 80%;
  padding-right: 40px; }

.bottom-text {
  font-size: 1.125em;
  line-height: 1.6em; }

.bottom-text p {
  margin-top: 0; }

.menu-insert {
  padding: 60px 0; }

.content-wrap.no-bottom {
  padding-bottom: 0; }

/* !About - - - - - */
.about-top-right {
  width: 48.34%; }

.about-top-left.fleft {
  width: 51.66%;
  padding-right: 40px; }

.about-top, .about-middle {
  padding-bottom: 50px; }

.about-middle-left {
  width: 65.6%; }

.about-middle-right.fright {
  width: 34.4%;
  padding-left: 40px; }

.about-video {
  padding-top: 50px;
  padding-bottom: 50px; }

.staff-headline {
  font-size: 0.9375em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.text {
  font-size: 0.875rem; }

.about-top-text {
  font-size: 1em; }

.about-team .col-title span {
  max-width: 230px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px; }

.about-team .col-title {
  position: relative;
  top: -16px; }

.about-team .inner {
  padding-top: 30px; }

.staff-wrap, .bio-text {
  padding: 0 70px; }

.bio-text {
  padding-top: 20px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  border-left: none;
  border-right: none;
  position: relative; }

.team-cycle {
  padding: 0 35px !important; }

.team-cycle ul {
  width: 100%;
  font-size: 0.875em;
  line-height: 1.3em; }

.team-inner .slick-prev, .team-inner .slick-next {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 40%;
  margin-top: -25px;
  text-indent: -9999px;
  display: block;
  z-index: 10000;
  cursor: pointer;
  border: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.team-inner .slick-prev {
  background: url(images/slide-arrow-left.svg) no-repeat -3px center;
  left: 0px; }

.team-inner .slick-next {
  background: url(images/slide-arrow-right.svg) -3px no-repeat;
  right: 0px; }

.staff-slide-wrap {
  padding: 35px; }

.about-team .inner {
  padding-top: 0;
  padding-bottom: 0; }

.bio-wrap {
  padding-bottom: 50px !important; }

.staff-name {
  margin-top: 10px; }

.bio-cycle.loaded:after {
  content: "";
  width: 33.33%;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 1000;
  background: url(images/white-bio-arrow-up.svg) no-repeat center; }

.staff-image, .staff-title, .staff-name {
  max-width: 205px;
  margin-left: auto;
  margin-right: auto; }

/* !Private Dining - - - - - */
ul.private-list {
  width: 100%; }

ul.private-list li {
  width: 33.33%;
  padding: 0 10px;
  margin-top: 30px; }

ul.private-list li:nth-child(3n+1) {
  padding: 0 20px 0 0; }

ul.private-list li:nth-child(3n+3) {
  padding: 0 0 0 20px; }

ul.private-list .menu-arrow {
  background: url(images/room-tag.svg) center top no-repeat;
  width: 86%;
  height: 156px;
  font-size: 1.5em;
  margin-left: -43%; }

.grid-occupancy {
  font-size: 0.8125rem;
  padding-top: 5px;
  text-transform: capitalize;
  line-height: 1.3em;
  letter-spacing: normal; }

.page-template-private-landing .top-wrap {
  margin-bottom: 0; }

.dining-bottom-left {
  width: 33.33%;
  padding-right: 20px; }

.dining-bottom-right {
  width: 66.66%;
  padding-left: 10px; }

.dining-bottom {
  margin-top: 50px; }

.packet-promo {
  margin-top: 50px !important; }

.packet-promo a.button {
  margin-top: 15px; }

/* !individual Private Dining - - - - - */
.dining-stats {
  padding: 20px;
  font-size: 0.9375em;
  border: none !important;
  margin-top: 20px; }

.stat-title {
  margin-top: 15px; }

.stat-title:first-child {
  margin-top: 0; }

/* Accodrion Default */
.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content, a.resp-accordion {
  display: none; }

.resp-tab-content-active, .resp-accordion-active {
  display: block;
  opacity: 1; }

.tab-left {
  width: 33.33%;
  padding-right: 20px; }

.tab-right {
  width: 66.66%;
  padding-left: 10px; }

.resp-tabs-list {
  border-bottom: 2px solid #efeee3;
  cursor: pointer; }

.resp-tabs-list li {
  position: relative;
  z-index: 100;
  -webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  transition: color .25s ease; }

.resp-tabs-list li:hover {
  color: #af7d3f; }

.resp-tabs-list li span, a.resp-accordion span {
  padding: 15px 20px;
  display: block;
  font-size: 0.8125em;
  cursor: pointer;
  position: relative;
  z-index: 100; }

.resp-tabs-list li:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #efeee3;
  position: absolute;
  left: 0;
  z-index: 1; }

.resp-tabs-list li:before {
  top: 0px; }

.resp-tabs-list li:after {
  bottom: 0px; }

.resp-tabs-list li.resp-tab-active {
  background: #efeee3;
  color: #af7d3f; }

.resp-tabs-list li.resp-tab-active:before, .resp-tabs-list li.resp-tab-active:after {
  display: none; }

li.resp-tab-active span:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #efeee3;
  border-width: 10px;
  margin-top: -10px; }

.dining-tabs {
  padding-top: 60px; }

.dining-cycle a.flex-prev, .dining-cycle a.flex-next, .gallery-cycle a.flex-prev, .gallery-cycle a.flex-next {
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
  text-indent: -9999px;
  display: block; }

.dining-cycle a.flex-prev, .gallery-cycle a.flex-prev {
  background: url(images/slide-arrow-left.svg) no-repeat;
  left: 0; }

.dining-cycle a.flex-next, .gallery-cycle a.flex-next {
  background: url(images/slide-arrow-right.svg) no-repeat;
  right: 0; }

a.resp-accordion span {
  text-align: center;
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 2px solid #efeee3;
  letter-spacing: .05em;
  cursor: pointer;
  color: #191919;
  position: relative; }

a.resp-accordion.resp-tab-active span {
  background: #efeee3; }

a.resp-accordion.resp-tab-active span:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #efeee3;
  border-width: 10px;
  margin-left: -10px; }

a.resp-accordion.resp-tab-active span {
  color: #af7d3f; }

.text h2 {
  font-size: 1.125em;
  font-weight: bold;
  text-transform: uppercase;
  color: #af7d3f;
  letter-spacing: .05em;
  margin-top: 30px;
  font-family: "proxima-nova", Arial, Verdana, sans-serif; }

.text h2:first-child {
  margin-top: 0; }

.plan-image {
  margin-top: 30px; }

.plan-image:first-child {
  margin-top: 0; }

.plan-caption {
  padding-top: 10px;
  font-size: 0.75em; }

.resp-tab-content ul.section-list li {
  width: 100%;
  padding: 0; }

.resp-tab-content a.menu-link {
  display: inline-block;
  margin-top: 10px; }

.menu-desc {
  font-size: 0.8125em; }

.menu-desc p {
  margin-bottom: 0; }

.menu-subtitle {
  margin: 30px 0 7px 0;
  border-bottom: 1px solid #efeee3;
  padding-bottom: 7px;
  font-size: 1.25em;
  line-height: 1.2em; }

.menu-subtitle-description {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 0.75em; }

.menu-tab-title {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 5px; }

.menu-section-title {
  margin-top: 30px; }

.questions-headline {
  font-size: 1.625em;
  line-height: 1.2em;
  margin-bottom: 10px; }

.questions {
  margin-top: 50px; }

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

.bottom-questions {
  display: none; }

.dining-questions {
  border: 2px solid #efeee3;
  border-left: none;
  border-right: none;
  padding: 20px 30px; }

.dining-questions .gift-card-headline {
  margin-top: 10px; }

.dining-questions a.button {
  margin-top: 17px; }

.dining-event-headline {
  font-size: 2.125em;
  line-height: 1.3em; }

.event-form {
  display: none;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0; }

/* !Partners - - - - - */
ul.partner-list {
  width: 100%; }

ul.partner-list li {
  width: 25%;
  padding: 0 13px;
  margin-top: 26px; }

.partner-wrap {
  max-width: 998px;
  margin: 0 auto;
  padding: 0 37px 50px 37px; }

/* !Gallery - - - - - */
.gallery-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px; }

a.thumb-toggle {
  padding-left: 30px;
  line-height: 22px;
  background: url(images/thumb-icon.svg) no-repeat left top;
  font-size: 0.6875em;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

a.thumb-toggle span.hide, a.thumb-toggle.open span.show {
  display: none; }

a.thumb-toggle.open span.hide {
  display: inline; }

ul.thumbs {
  width: 100%; }

ul.thumbs li {
  width: 11.11%;
  padding: 7px; }

ul.thumbs li a {
  opacity: .6;
  display: block;
  cursor: pointer; }

ul.thumbs li a.flex-active {
  opacity: 1; }

.thumb-wrap {
  max-width: 1000px;
  padding: 0 43px;
  margin: 0 auto; }

.slide-thumbs {
  padding: 43px 0 36px 0; }

.page-template-gallery-php #main {
  border-top: 1px solid #efeee3; }

.caption {
  padding-left: 220px;
  text-align: right;
  font-size: 0.875em; }

.caption-wrap {
  margin-top: 15px !important;
  min-height: 22px !important; }

.page-template-gallery-php ul.home-cols {
  border-top: 0; }

/* !Reviews - - - - - */
ul.review-list {
  width: 100%; }

ul.review-list li {
  width: 25%;
  padding: 9px; }

.review-wrap {
  padding: 0 37px 50px 37px;
  max-width: 998px;
  margin: 0 auto; }

.review-block {
  padding: 0 13px; }

.review-info {
  padding: 13px 0;
  display: none; }

.review-border {
  padding: 30px 0 20px 0;
  border: 2px solid #efeee3;
  border-left: 0;
  border-right: 0;
  position: relative; }

.review-inner {
  max-width: 760px;
  margin: 0 auto; }

.review-text {
  font-size: 1.125em; }

.review-text p {
  margin-bottom: 10px; }

.review-name {
  margin-top: 15px; }

.review-toggle {
  display: block;
  border: 2px solid transparent; }

.review-toggle.open {
  border-color: #efeee3; }

.review-toggle:after {
  content: "";
  width: 28px;
  height: 0;
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -14px;
  z-index: 100;
  background: url(images/cream-arrow-up.svg) no-repeat center top;
  -webkit-transition: height .15s ease;
  -moz-transition: height .15s ease;
  transition: height .15s ease;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

.review-toggle.open:after {
  height: 14px; }

.bottom-review-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  line-height: 1.6em; }

.more-reviews {
  padding: 0 0 20px 0; }

.more-reviews a.button {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0.875em; }

ul.bottom-review-list li {
  padding: 35px 0;
  background: url(images/white-sep.svg) center bottom no-repeat; }

ul.bottom-review-list li:last-child {
  background: none; }

ul.bottom-review-list p {
  margin-top: 0; }

/* !Homepage - - - - - */
.home-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -150px;
  z-index: 100;
  width: 600px;
  height: 300px; }

.home-headline {
  padding-bottom: 30px;
  margin-bottom: 40px;
  background: url(images/cream-sep.svg) no-repeat center bottom;
  font-size: 2em;
  line-height: 1.4em; }

.home-callout {
  padding: 50px;
  font-size: 1.125em;
  line-height: 1.7em; }

.home-callout p {
  margin: 0; }

.home-callout-wrap {
  max-width: 760px;
  margin: 0 auto; }

.home-footer {
  padding-top: 50px; }

.callouts {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px 50px 10px; }

.callouts li {
  width: 33.33%;
  padding: 0 40px; }

.callout-title {
  letter-spacing: .05em; }

.callout-text {
  margin-top: 15px;
  font-size: 0.8125em; }

.callout-link {
  display: block;
  margin-top: 15px;
  font-size: 0.75em; }

.home-image {
  overflow: hidden;
  min-height: 100px !important; }

.page-template-homepage-php .content-wrap {
  position: relative;
  z-index: 100; }

.callout-icon {
  max-width: 60px;
  margin: 0 auto 20px auto; }

.callouts a {
  display: block; }

.callouts a:hover {
  color: #191919; }

ul.home-cols {
  width: 100%;
  border-top: 2px solid #efeee3;
  padding-top: 55px; }

.page-template-homepage-php ul.home-cols, .no-border ul.home-cols, .page-template-gallery-php .no-border .home-footer {
  border: none;
  padding-top: 0; }

.page-template-individual-menu-php ul.home-cols, .page-template-gallery-php ul.home-cols {
  padding-bottom: 55px; }

.page-template-gallery-php .home-footer {
  padding-top: 0; }

.page-template-gallery-php ul.home-cols {
  padding-top: 50px; }

ul.home-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px; }

ul.home-cols li.middle-col {
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: space-between; }

/* ul.home-cols li { width: 33.33%; padding: 0 10px;}

ul.home-cols li:first-child { padding: 0 20px 0 0; }

ul.home-cols li:last-child { padding: 0 0 0 20px;} */
.res-box {
  padding: 20px;
  border: 2px solid #efeee3;
  background: #fff; }

.res-box .powered {
  color: rgba(25, 25, 25, 0.5); }

.promo-arrow {
  width: 100%;
  padding: 20px;
  background: url(images/home-promo-bg@2x.png) no-repeat center top;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  position: absolute;
  z-index: 100; }

.footer-promo-icon {
  width: 40px;
  margin: 0 auto 5px auto;
  display: block; }

.footer-promo-headline {
  font-size: 2.125em;
  line-height: 1.1em;
  margin-bottom: 10px; }

.footer-promo-text {
  font-size: 0.9375em;
  padding-top: 16px;
  line-height: 1.2em;
  background: url(images/cream-sep.svg) no-repeat center top;
  background-size: 128px 2px; }

.middle-promo-headline {
  font-size: 1.25em;
  line-height: 1em;
  padding: 20px 20px 30px 20px;
  background: rgba(25, 25, 25, 0.7);
  border-bottom: 2px solid #af7d3f; }

.middle-promo a {
  display: block; }

.middle-promo-screen {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15%; }

.middle-promo-button {
  padding: 0 20px;
  margin-top: -10px;
  position: relative;
  font-size: 0.8125em; }

.middle-promo-button span {
  padding: 10px;
  position: relative;
  z-index: 100;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

.middle-menu-promo {
  margin: 30px 0 0 0; }

.middle-menu-promo:first-child {
  margin-top: 0; }

.middle-menu-promo a {
  margin-top: 20px; }

.middle-promo a:hover span {
  background: #8a6232; }

/* !History - - - - - */
.history-blocks {
  border: 1px solid #efeee3; }

.block {
  border-top: 1px solid #efeee3; }

.block:first-child {
  border: none; }

.block-left, .block-right, .block-cols .inner-block {
  width: 50%; }

.inner-block {
  padding: 15px; }

.block-left,
.block4,
.block6 {
  border-right: 1px solid #efeee3; }

.block1,
.block2 {
  border-bottom: 1px solid #efeee3; }

.block9 {
  border-top: 1px solid #efeee3;
  height: auto !important; }

.inner-block .cream-texture {
  padding: 20px; }

.block9 span.cow {
  width: 44px;
  height: 28px;
  margin-left: 15px;
  position: relative;
  bottom: -1px;
  background: url(images/history-cow.svg) no-repeat center;
  display: inline-block; }

.block-image {
  margin-bottom: 20px; }

.block8-image.block-image {
  margin: 20px 0 0 0; }

.block8-caption {
  margin-top: 5px;
  font-size: 0.875em; }

.block-headline {
  font-size: 2.1875em;
  line-height: 1.2em;
  margin-bottom: 15px; }

.block-sub {
  font-size: 0.9375em;
  line-height: 1.3em;
  margin-bottom: 5px; }

.block-text {
  font-size: 0.875em; }

.block-text p {
  margin-bottom: 0;
  margin-top: 10px; }

.block9 .block-headline {
  margin: 0; }

.large-block-sub {
  font-size: 1.5625em;
  line-height: 1.3em;
  margin-bottom: 10px; }

.large-block-text {
  font-size: 1em;
  line-height: 1.7em; }

.block3 .cream-texture, .block2 .cream-texture {
  overflow: hidden; }

.block3 .cream-texture:after {
  content: "";
  width: 208px;
  height: 199px;
  position: absolute;
  top: -8px;
  right: -6px;
  background: url(images/history-stars.svg) no-repeat;
  z-index: 10; }

.block-index {
  position: relative;
  z-index: 100; }

.block2-left {
  width: 50%;
  padding-right: 10px; }

.block2-right.fright {
  width: 50%;
  padding-left: 10px; }

.block2-text p {
  margin-top: 0; }

.block2 .cream-texture:after {
  content: "";
  width: 138px;
  height: 207px;
  position: absolute;
  top: -8px;
  left: 30px;
  background: url(images/history-s.svg) no-repeat;
  z-index: 10; }

.block4, .block5 {
  height: 100%; }

.blockb .clearfix {
  height: auto !important; }

/* !Opentable Widget - - - - - */
body .powered-by-open-table {
  display: none; }

body .open-table-widget {
  padding: 0;
  background: none; }

body .datepicker-container {
  font-family: "proxima-nova", Arial, Verdana, sans-serif; }

body .datepicker-content {
  border: none;
  box-shadow: none; }

body .open-table-widget-datepicker {
  position: absolute;
  display: block; }

.datepicker-container, .ui-datepicker {
  position: absolute;
  z-index: 201312;
  float: left;
  font-size: 12px;
  line-height: 30px;
  margin-top: 15px; }

.datepicker-container:after, .ui-datepicker:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.datepicker-arrow, .datepicker-arrow:after {
  display: none; }

.datepicker-content, .ui-datepicker {
  width: 210px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  border-radius: 4px; }

.datepicker-prev, .datepicker-next {
  font-size: 18px; }

.datepicker-content ul:before, .datepicker-content ul:after {
  display: table;
  content: ""; }

.datepicker-content ul:after {
  clear: both; }

.datepicker-content ul {
  width: 102%;
  padding: 0;
  margin: 0;
  *zoom: 1; }

.datepicker-content li {
  float: left;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  background-color: #fff; }

.datepicker-content .col-1 {
  width: 30px; }

.datepicker-content .col-2 {
  width: 60px; }

.datepicker-content .col-3 {
  width: 90px; }

.datepicker-content .col-4 {
  width: 120px; }

.datepicker-content .col-5 {
  width: 150px; }

.datepicker-content .col-6 {
  width: 180px; }

.datepicker-content .col-7 {
  width: 210px; }

.datepicker-content li:hover {
  background-color: #efeee3; }

.datepicker-content .selected, .datepicker-content .selected:hover {
  color: #af7d3f; }

.datepicker-content .disabled, .datepicker-content .disabled:hover {
  color: rgba(25, 25, 25, 0.3); }

.datepicker-years li, .datepicker-months li {
  width: 52.5px;
  height: 52.5px;
  line-height: 52.5px; }

.datepicker-week li, .datepicker-week li:hover {
  cursor: default;
  background-color: #efeee3;
  color: #af7d3f; }

input.otw-submit-btn {
  text-align: center;
  border: none;
  background: #af7d3f;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  text-transform: capitalize;
  letter-spacing: .1em;
  color: #fff;
  width: 100%;
  border-radius: 0;
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 0.75em;
  font-weight: 800;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

input.otw-submit-btn:hover {
  background: #8a6232; }

.otw-input-wrap {
  margin-bottom: 10px; }

.otw-time-wrap, .otw-party-size-wrap {
  width: 50%;
  float: left; }

.otw-time-wrap {
  padding-right: 5px; }

.otw-party-size-wrap {
  padding-left: 10px; }

.otw-button-wrap {
  clear: both; }

.otw-date-wrap {
  position: relative; }

/*.otw-date-wrap:after {
content: "";
width: 16px;
height: 18px;
background: url(images/calendar-icon.svg) no-repeat;
position: absolute;
bottom: 6px;
right: 8px;
}
*/
.otw-date-wrap input {
  padding-right: 25px !important;
  background: url(images/calendar-icon.svg) no-repeat right 8px center #fff !important; }

.res-header {
  font-size: 1.25em; }

.res-content {
  border-top: 1px solid #efeee3; }

.not-ie .has-select select, input.otw-reservation-date, input.medium, textarea.medium {
  width: 100%;
  display: block;
  color: #191919;
  padding: 0 25px 0 8px;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #efeee3 !important;
  border-radius: 0 !important;
  text-indent: 0.01px;
  text-overflow: '';
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  position: relative;
  background: #fff;
  display: none;
  font-size: 0.75em; }

input.otw-reservation-date, input.medium, textarea.medium {
  display: block; }

.has-select {
  margin-top: 5px; }

.has-select {
  position: relative;
  display: block; }

.has-select:after {
  content: "";
  background: url(images/select-arrow.svg) no-repeat center;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  pointer-events: none; }

.webkit .has-selct option {
  padding: 3px;
  background: #fff;
  color: #191919; }

select::-ms-expand {
  display: none; }

.ie select {
  border: none;
  width: 100%;
  padding: 5px; }

.powered {
  font-size: 0.75em;
  padding-top: 15px; }

.otw-widget-form label {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #af7d3f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.6875em;
  letter-spacing: .05em; }

.res-content {
  padding-top: 10px;
  margin-top: 12px; }

ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.gform_fields li {
  margin-bottom: 15px; }

textarea.medium {
  resize: none;
  height: 140px; }

.gform_footer img {
  display: block;
  margin: 10px 0 0 0;
  width: 24px;
  height: auto;
  clear: both; }

li.gform_validation_container {
  display: none !important; }

input.gform_button {
  background: #af7d3f;
  border-radius: 0;
  -webkit-appearance: none;
  color: #fff;
  padding: 5px 20px;
  border: none;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease; }

input.gform_button:hover {
  background: #8a6232;
  color: #fff; }

.gfield_label {
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #af7d3f;
  font-weight: bold;
  letter-spacing: .05em;
  font-size: 0.6875em;
  text-transform: uppercase; }

.footer-form .gfield_label, .contact-bar .gfield_label {
  display: none !important; }

li#field_2_1, li#field_2_2, li#field_2_3, li#field_2_4, li#field_2_16 {
  width: 50%;
  float: left; }

li#field_2_6, li#field_2_13 {
  clear: both; }

li#field_2_3 {
  clear: left; }

li#field_2_1, li#field_2_3, li#field_2_16 {
  padding-right: 15px; }

li#field_2_2, li#field_2_4 {
  padding-left: 15px; }

.inquiry-thanks {
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: 15px; }

.form-text {
  padding-bottom: 30px; }

.gfield_description {
  font-size: 0.75em;
  font-style: italic;
  padding-top: 5px; }

.gform_body .has-select {
  margin-top: 0; }

/* !Careers - - - - - */
.position-title {
  margin-bottom: 15px; }

.position-wrap {
  max-width: none; }

ul.bottom-review-list.position-list li {
  background: none;
  border-top: 2px solid #fff; }

ul.bottom-review-list.position-list li:first-child {
  border: none; }

/* !Contact - - - - - */
.join-headline {
  background: rgba(239, 238, 227, 0.9); }

.contact-section {
  margin-top: 30px; }

.contact-section:first-child {
  margin-top: 0; }

.contact-section-title {
  font-size: 0.9375em;
  margin-bottom: 3px; }

.contact-text {
  font-size: 0.8125em; }

.contact-text p {
  margin: 0; }

.contact-text a {
  color: #191919; }

.contact-text a:hover {
  color: #af7d3f; }

.contact-item {
  margin-top: 10px; }

.contact-item:first-child {
  margin-top: 0; }

.contact-left, .contact-form-right {
  width: 31.11%; }

.contact-right, .contact-form-left {
  width: 68.89%;
  padding-left: 40px; }

.contact-form-left {
  padding: 0 40px 0 0; }

.contact-bar {
  padding: 50px 0 30px 0; }

ul.payment-list {
  padding: 5px 0; }

ul.payment-list li {
  width: 20%;
  padding-right: 10px; }

.contact-left {
  padding-bottom: 50px; }

.acf-map {
  width: 100%;
  height: 500px; }

.map-icon {
  background: url(images/map-icon.svg) no-repeat center bottom;
  background-size: 100% auto;
  margin-top: -36px !important; }

.contact-form-headline {
  font-size: 1.75em;
  line-height: 1.2em; }

.email-form-headline {
  font-size: 0.9375em;
  margin-bottom: 16px; }

.contact-bar ul.footer-social {
  padding: 10px 0; }

.contact-email-form {
  text-align: left; }

.contact-email-form input.medium {
  background: none;
  border: 2px solid #fff !important; }

.contact-email-form ul.gform_fields {
  width: 100%;
  display: inline-block; }

li#field_3_1, li#field_3_2 {
  width: 50%;
  float: left;
  padding-right: 10px; }

.contact-email-form .gform_body {
  width: 84%;
  float: left; }

.contact-email-form .gform_footer {
  width: 16%;
  float: right; }

.gform_wrapper {
  width: 100%;
  display: inline-block; }

.contact-email-form input.gform_button {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px; }

/* !Reservations - - - - - */
.page-reservations {
  max-width: 500px;
  margin: 0 auto; }

/* !Global Banner - - - - - */
.global-banner {
  padding: 10px 20px; }

/* !Menu Landing Edits - - - - - */
.grid-sub {
  font-size: 65%;
  margin-top: 5px;
  line-height: 1.4em; }

.menu-arrow {
  font-size: 1.5em; }

/* !Menu Sidebar - - - - - */
.sidebar-promo {
  margin: 30px 0 0 0; }

.sidebar-promo:first-child {
  margin-top: 0; }

.sidebar-promo a.button {
  margin-top: 10px; }

/* !Footer Badge - - - - - */
.footer-badge-wrap {
  border-top: 2px solid #af7d3f;
  border-bottom: 2px solid #af7d3f;
  padding: 25px;
  text-align: center; }

.footer-badge a {
  display: block;
  max-width: 130px;
  margin: 0 auto; }

.footer-badge a img {
  width: 100%;
  height: auto;
  display: block; }

.middle-menu-promo {
  margin-top: 0; }

ul.home-cols .res-box,
a.footer-promo-link,
ul.home-cols .footer-promo {
  height: 100%; }

ul.home-cols .footer-promo > img.full {
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* !Footer CTA Image - - - - - */
.footer-banner {
  padding: 100px 0;
  transform: translate(0, 50px); }

.footer-banner-title {
  padding: 30px 25px;
  background: rgba(25, 25, 25, 0.8);
  font-size: 1.875em;
  line-height: 1.3em;
  position: relative;
  z-index: 10; }

.footer-cta-button a.button {
  position: relative;
  z-index: 10;
  padding: 13px 50px;
  background: #af7d3f;
  color: #efeee3;
  font-size: 1.125em;
  line-height: 1.3em;
  border: none; }

.footer-cta-button a.button:hover {
  background: #8a6232;
  color: #fff;
  border: none; }

* + .footer-cta-button {
  margin-top: 35px; }

.footer-cta-button {
  z-index: 10; }

.footer-cta-button:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #af7d3f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

/* Flexslider Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
@-moz-document url-prefix() {
  .flexslider .slides > li {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; } }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Firefox Flicker Fix */
@-moz-document url-prefix() {
  .slides li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000; } }

/* - - - Media Queries - - - */
@media only screen and (max-width: 1023px) {
  ul.private-list .menu-arrow {
    font-size: 1.125em; } }

@media only screen and (max-width: 999px) {
  .home-image {
    height: auto !important; } }

@media only screen and (max-width: 990px) {
  .middle-promo-screen {
    top: auto;
    bottom: 0;
    background: rgba(175, 125, 63, 0.85);
    height: auto;
    padding: 20px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease; }
  .contact-bar .middle-promo-screen {
    background: rgba(239, 238, 227, 0.9); }
  .middle-promo-headline {
    background: none;
    padding: 0 0 5px 0;
    border: none;
    font-size: 1.0625em; }
  .middle-promo-button {
    padding: 0;
    margin-top: 0;
    font-size: 0.75em; }
  .middle-promo-button span {
    background: none !important;
    padding: 10px 0 0 0; }
  .contact-bar .middle-promo-button span {
    color: #af7d3f; }
  .middle-promo a:hover .middle-promo-screen {
    background: rgba(25, 25, 25, 0.7); }
  .contact-bar .middle-promo a:hover .middle-promo-screen {
    background: rgba(255, 255, 255, 0.9); }
  li#field_3_1 {
    padding-right: 5px; }
  li#field_3_2 {
    padding: 0 0 0 5px; }
  .contact-email-form .gform_body, .contact-email-form .gform_footer {
    width: 100%;
    float: none; }
  .contact-email-form input.gform_button {
    width: auto; }
  .contact-bar {
    padding-bottom: 50px; } }

@media only screen and (max-width: 960px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav {
    padding-top: 35px;
    height: 80px; }
  .inner {
    padding: 0 30px; }
  .footer-cols-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .col-title, .col-text {
    padding: 0 15px; }
  .col-title {
    font-size: 0.6875em; }
  a.logo {
    left: 30px; }
  .subnav a {
    margin-left: 30px;
    font-size: 0.75em; }
  .menu-arrow {
    font-size: 1.125em;
    width: 200px;
    height: 120px;
    margin-left: -100px; }
  .team-inner a.flex-prev, .team-inner a.flex-next {
    width: 30px;
    height: 37px;
    margin-top: -18px;
    top: 38%; }
  .team-inner a.flex-prev, .team-inner a.flex-next {
    background-size: 30px 37px; }
  .partner-wrap {
    padding-left: 17px;
    padding-right: 17px; }
  ul.thumbs li {
    width: 12.5%; }
  .review-wrap {
    padding: 0 7px; }
  .block-left,
  .block-right,
  .block4,
  .block5,
  .block6,
  .block7 {
    width: 100% !important;
    height: auto !important;
    float: none;
    border: none; }
  .blocka, .blockb {
    height: auto  !important; }
  .block4, .block6, .block7, .block3 {
    border-bottom: 1px solid #efeee3; }
  .block-height-fix {
    height: auto !important; }
  .history-blocks {
    max-width: 702px;
    margin: 0 auto; }
  .block4-image,
  .block6-image,
  .block7-image {
    width: 35%;
    padding-right: 25px;
    float: left;
    margin-bottom: 0; }
  .block7-image {
    padding: 0 0 0 25px !important;
    float: right; }
  .block-wrap.has-image {
    width: 65%;
    float: right;
    margin: 15px 0; }
  .block7 .block-wrap.has-image {
    float: left; }
  .top-res {
    right: 10px; }
  .footer-promo-headline {
    font-size: 1.625em; }
  ul.nav a {
    margin-left: 30px; } }

@media only screen and (max-width: 850px) {
  .callouts li {
    width: 100%;
    display: block;
    float: none;
    margin-top: 50px; }
  .callouts li:first-child {
    margin-top: 0; }
  ul.home-cols {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto; }
  ul.home-cols li:nth-child(3) {
    grid-column: 1 / 3;
    height: auto !important; }
  ul.home-cols .menu-promo {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  div.otw-widget-align-center.otw-minimal-light-style.open-table-widget {
    max-width: none !important; }
  .dining-event-headline {
    font-size: 1.625em; } }

@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  ul.nav,
  a.res-toggle,
  .top-res,
  .bio-cycle.loaded:after,
  .resp-tabs-list,
  a.thumb-toggle,
  .tab-left {
    display: none; }
  .subnav li.current_page_item,
  .slide-thumbs,
  .page-template-gallery-php ul.home-cols li:first-child {
    display: none !important; }
  .inner {
    padding: 0 20px; }
  .top-bar {
    height: auto;
    padding: 0 0 40px 0; }
  a.logo {
    top: 0;
    left: 20px; }
  a.nav-toggle {
    display: block; }
  .content-wrap {
    padding: 30px 0; }
  .footer-banner {
    transform: translate(0, 30px); }
  .subnav ul {
    display: none;
    width: 100%; }
  .subnav li {
    display: block !important;
    float: none !important; }
  .subnav a {
    line-height: 40px !important;
    display: block;
    padding: 0 20px;
    margin-left: 0;
    font-size: 0.6875em; }
  .subnav ul a {
    border-top: 1px solid #474747; }
  .subnav {
    height: auto; }
  a.subnav-toggle {
    display: block; }
  .subnav .inner {
    padding: 0; }
  .bottom-footer {
    text-align: center; }
  .footer-left, .footer-right {
    width: 100%;
    text-align: center; }
  .footer-sep.mobile-break {
    height: 1px;
    text-indent: -9999px;
    display: block; }
  .footer-cols-wrap {
    padding-left: 5px;
    padding-right: 5px; }
  ul.footer-cols li {
    width: 50%; }
  ul.footer-cols li:last-child {
    width: 100%;
    margin-top: 30px; }
  .footer-form ul.gform_fields li {
    width: 50%; }
  .footer-form ul.gform_fields li:nth-child(odd) {
    padding-right: 10px; }
  .footer-form ul.gform_fields li:nth-child(even) {
    padding-left: 10px; }
  .top-left {
    width: 100%;
    position: static;
    height: auto !important; }
  .top-right.fright {
    padding-left: 0;
    height: auto !important; }
  .menu-title {
    font-size: 1.75em; }
  .menu-text-wrap {
    padding-right: 0;
    margin-right: 0; }
  .menu-nav-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    padding-top: 25px;
    border-top: 2px solid #efeee3;
    text-align: center; }
  a.menu-toggle {
    text-align: center;
    padding-right: 15px;
    text-align: center; }
  .menu-nav-list {
    text-align: center; }
  a.menu-toggle:after {
    right: 50%;
    margin-right: -120px; }
  ul.section-list li {
    width: 100%;
    float: none;
    display: block;
    padding: 0 !important;
    height: auto !important; }
  .menu-section {
    margin-top: 40px; }
  .menu-section:first-child {
    margin-top: 30px; }
  .item-name {
    font-size: 0.8125em; }
  .menu-insert {
    padding: 30px 0; }
  .about-top-left.fleft, .about-top-right, .about-middle-left, .about-middle-right.fright {
    width: 100%;
    float: none;
    padding: 0; }
  .about-top-right, .about-middle-left {
    max-width: 670px;
    margin: 0 auto 30px auto; }
  .team-inner a.flex-prev, .team-inner a.flex-next {
    width: 20px;
    height: 25px;
    margin-top: -12px;
    top: 46%; }
  .team-inner a.flex-prev {
    background-size: 20px 25px;
    left: 20px; }
  .team-inner a.flex-next {
    background-size: 20px 25px;
    right: 20px; }
  .team-cycle {
    text-align: center; }
  .bio-text {
    padding-left: 20px;
    padding-right: 20px; }
  .bio-cycle ul, .team-cycle ul {
    display: inline-block !important;
    width: 100% !important; }
  ul.private-list li {
    width: 50%;
    padding: 0 !important; }
  ul.private-list li:nth-child(odd) {
    padding-right: 15px !important; }
  ul.private-list li:nth-child(even) {
    padding-left: 15px !important; }
  .private-wrap {
    max-width: 590px;
    margin: 0 auto; }
  a.resp-accordion {
    display: block; }
  .tab-right {
    width: 100%;
    padding-left: 0; }
  .dining-cycle {
    max-width: 590px !important;
    margin: 0 auto !important; }
  .resp-tab-content {
    padding: 30px 0; }
  .dining-cycle a.flex-prev, .dining-cycle a.flex-next, .gallery-cycle a.flex-prev, .gallery-cycle a.flex-next {
    width: 30px;
    height: 37px;
    margin-top: -18px;
    background-size: 30px 37px; }
  .gallery-wrap {
    padding-bottom: 30px; }
  .review-wrap {
    padding: 0 15px; }
  ul.review-list li {
    padding: 5px; }
  .review-block {
    padding: 0 5px; }
  .review-border {
    padding: 15px 0; }
  .review-name {
    font-size: 0.75em; }
  .review-text {
    font-size: 1em; }
  .review-toggle:after {
    bottom: -27px; }
  .home-callout {
    padding: 40px;
    font-size: 1em; }
  .block-headline {
    font-size: 1.625em;
    line-height: 1.4em; }
  .block-wrap.has-image, .block7-text p {
    margin: 0; }
  .dining-tabs {
    padding-top: 40px; }
  .bottom-questions {
    display: block;
    margin-top: 50px; }
  .dining-bottom-left, .dining-bottom-right {
    width: 100%;
    float: none; }
  .dining-bottom-right {
    margin-top: 30px; }
  .contact-left, .contact-right, .contact-form-left, .contact-form-right {
    width: 100%;
    padding: 0;
    float: none; }
  .contact-right {
    padding-bottom: 40px; }
  .contact-bar {
    padding: 40px 0; }
  .contact-right, .contact-form-right {
    padding-top: 30px; }
  .contact-form-right {
    max-width: 560px;
    margin: 0 auto; }
  .acf-map {
    height: 300px; }
  .contact-form-headline {
    font-size: 1.25em; }
  a.menu-toggle span {
    display: inline-block; }
  .caption {
    padding-left: 0;
    text-align: center; }
  .gallery-wrap {
    margin-top: 25px; }
  .footer-banner-title {
    padding: 25px;
    font-size: 1.5em; }
  .footer-cta-button a.button {
    font-size: 1em;
    line-height: 1.3em;
    border: none; }
  .footer-banner {
    padding: 70px 0; } }

@media only screen and (max-width: 650px) {
  /* Style adjustments for viewports that meet the condition */
  .footer-cols-wrap {
    padding-left: 0;
    padding-right: 0; }
  ul.footer-cols li {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px; }
  ul.footer-cols li:first-child {
    margin-top: 0; }
  .footer-form ul.gform_fields li {
    width: 100%;
    margin-top: 0; }
  .footer-form ul.gform_fields li:nth-child(odd) {
    padding-right: 0; }
  .footer-form ul.gform_fields li:nth-child(even) {
    padding-left: 0; }
  ul.menu-list {
    width: 100%;
    display: block;
    max-width: 435px;
    margin: 0 auto; }
  ul.menu-list li {
    width: 100%;
    padding: 0 !important;
    display: block;
    float: none; }
  .menu-arrow {
    font-size: 0.8125em;
    width: 160px;
    height: 97px;
    margin-left: -80px;
    padding-left: 15px;
    padding-right: 15px; }
  .bottom-image {
    max-width: 300px;
    margin: 0 auto 30px auto;
    float: none;
    width: 100%; }
  .bottom-text {
    text-align: center; }
  .bottom-text.fleft {
    padding-right: 0;
    width: 100%; }
  ul.partner-list li {
    width: 33.33%; }
  .partner-wrap {
    padding-bottom: 30px; }
  .home-logo {
    width: 400px;
    height: 200px;
    margin-left: -200px;
    margin-top: -100px; }
  ul.home-cols {
    display: block;
    margin: 0 auto;
    max-width: 560px; }
  ul.home-cols li {
    width: 100%;
    padding: 0 !important;
    margin-top: 30px !important;
    display: block;
    float: none; }
  ul.home-cols li:first-child {
    margin-top: 0 !important; }
  ul.home-cols .menu-promo {
    min-height: none; } }

@media only screen and (max-width: 500px) {
  ul.private-list li {
    width: 100%;
    display: block;
    float: none; }
  ul.private-list li:nth-child(odd) {
    padding-right: 0 !important; }
  ul.private-list li:nth-child(even) {
    padding-left: 0 !important; }
  .private-wrap {
    max-width: 280px; }
  .block4-image,
  .block6-image,
  .block7-image {
    padding-right: 0;
    float: none;
    margin: 0 0 15px 0;
    width: 100%; }
  .history-blocks img {
    width: auto !important;
    max-width: 100%; }
  .block7-image {
    padding: 0 !important;
    float: none; }
  .block-wrap.has-image {
    width: 100%;
    float: none; }
  .block7 .block-wrap.has-image {
    float: none; }
  .block9 span.cow {
    width: 30px;
    height: 19px;
    background-size: 30px 19px; }
  .block2-left, .block2-right.fright {
    float: none;
    width: 100%;
    padding: 0; }
  .block2-left {
    margin-bottom: 10px; }
  .block-headline {
    margin-bottom: 8px; }
  li#field_2_1, li#field_2_2, li#field_2_3, li#field_2_4, li#field_2_16 {
    width: 100%;
    float: none; }
  li#field_2_1, li#field_2_3, li#field_2_16 {
    padding-right: 0px; }
  li#field_2_2, li#field_2_4 {
    padding-left: 0px; } }

@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  .footer-sep.phone-break {
    height: 1px;
    text-indent: -9999px;
    display: block; }
  ul.partner-list li {
    width: 50%; } }

@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
  .home-logo {
    width: 320px;
    height: 160px;
    margin-left: -160px;
    margin-top: -80px; } }

@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */ }

/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
