html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
body {
  background: url("/sites/all/themes/hofshut/images/common/background.gif")
    repeat;
  background-color: #f9f9ee;
  color: #796151;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  color: #796151;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  margin-top: 20px;
  padding-bottom: 45px;
}

/* BORDER DARK EDGES */

#top_border {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  min-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#top_border .background-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
  background: url(/sites/all/themes/hofshut/images/common/background_top_banner.png)
    top repeat-x;
  z-index: 9;
}

#top_border .content {
  position: relative;
  bottom: 0;
  top: 8px;
  z-index: 10;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

#top_border .divider {
  display: inline-block;
  padding: 0 8px;
}
#top_border a {
  color: #f4d78f;
  text-decoration: underline;
}

/* HEADER STYLES */
#site-header {
  position: relative;
  padding-top: 0;
  margin: 0;
  margin-bottom: 15px;
  /* height:106px; */
}

#site-header-inner-container {
  position: relative;
}

#site-header-inner-container > div {
  float: left;
}

#site-header .header-links {
  margin-left: 16px;
  margin-top: 28px;
}

#site-header .row-top {
  border-bottom: 1px solid #84756b;
}

#site-header .row .column {
  display: inline-block;
}

#site-header .row-top,
#site-header .row-top .column {
  /* line-height:58px; */
}

#site-header .row-top .column * {
  line-height: 0;
}

#site-header .row-top .column > * {
  vertical-align: bottom;
}

#site-header .row-top .column-right {
  border-left: 1px solid #84756b;
  border-right: 1px solid #84756b;
}

#site-header .row .ePerks form {
  display: flex;
}

#site-header .row .ePerks input {
  height: 30px;
  border: 1px solid #ddb640;
  padding: 1px 10px;
  font-size: 10px;
}

#site-header .row .ePerks button {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}

#site-header .row-bottom,
#site-header .row-top {
  border-right: 1px solid #84756b;
}

#site-header .row-bottom .column:first-child {
  margin-top: 11px;
  border-right: 1px solid #b1aba7;
}

#site-header .column-left {
  padding-left: 10px;
}

#site-header .row-bottom {
  /* margin-bottom: 11px; */
}

#site-header .row-bottom .column-left img {
  /* padding-right:10px; */
}

#site-header .row-bottom #check_gift_card_balance {
  padding: 0 25px;
}

#site-header .row-bottom #check_gift_card_balance img {
  margin-bottom: 3px;
}

#site-header .follow-us > img {
  margin-bottom: 2px;
}

#site-header .follow-us .social-badges {
  display: inline-block;
  margin-left: 13px;
  margin-right: 10px;
  vertical-align: bottom;
}

#site-header .social-badges .block .views-row {
  float: left;
  margin-right: 7px;
}

#site-header .social-badges img {
  width: 27px !important;
  height: 26px !important;
}

#site-header .tag-line {
  padding-top: 35px;
}

/* MENU */
#site-navigation {
  height: 57px;
  background: url(/sites/all/themes/hofshut/images/common/menu_background.gif)
    top repeat-x;
}

#site-navigation li {
  border-right: 1px solid #c69806;
  height: 19px;
  display: inline-block;
  margin-top: 8px;
}

#site-navigation li img {
  height: 22.5px;
}

#site-navigation li:last-child {
  border: none;
}

/* FOOTER */

#footer {
  background: url(/sites/all/themes/hofshut/images/common/footer_background.gif)
    top repeat-x;
  font-family: helvetica, arial;
  font-size: 12px;
  color: #5a4834;
  height: 57px;
  clear: both;
}

.views-field-field-copyright-value {
  font-size: 10px;
  margin-top: 1px;
}

#footer #footer-region {
  margin-top: 31px;
  vertical-align: bottom;
}
#footer li {
  margin-left: 2px;
  border-right: 1px solid #5a4834;
  vertical-align: bottom;
}

#footer li a {
  color: inherit;
}

#footer li a:hover {
  color: #332312;
}

#footer li .on {
  color: #4e3b28;
}

#footer li:last-child {
  border: none;
}

#footer #footer-region > div {
  float: left;
  margin-right: 0px;
}

/* PAGE */

#branding img {
  width: 259px !important;
  height: 85px !important;
  margin-top: 10px;
}

#page {
  background-color: #f9f9ee;
  position: relative;
}

#left-column {
  width: 187px;
  margin-left: 20px;
  margin-right: 33px;
  padding-top: 20px;
  float: left;
}

#left-column .left-content {
  border-top: 3px solid #d9b06a;
  border-bottom: 4px solid #d9b06a;
  width: 187px;
  min-height: 315px;
}

#left-column .left-content .block {
  border-top: 2px solid #d9b06a;
  width: 187px;
  height: 47px;
  cursor: pointer;
  overflow-y: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#left-column .left-content .block:first-child {
  border-top: none;
}

#left-column .left-content #ePerks {
  height: 113px;
  padding: 20px 0;
  text-align: center;
}

#left-column .left-content #ePerks.block img {
  margin: 0 auto;
  float: none;
}

#left-column .left-content .block.open {
  height: 91px;
}

#left-column input {
  width: 95px;
  height: 20px;
  margin-left: 20px;
  margin-right: 10px;
}

#left-column .views-exposed-widget {
  padding: 0;
  cursor: default;
}

#left-column img {
  cursor: pointer;
}

/*
 ** Styles for location search
 **
 */

/* Global styles shared with other areas that show location search */
#edit-distance-search-distance-wrapper,
#edit-distance-search-units-wrapper,
#edit-distance-postal-code-wrapper label {
  display: none;
}

#left-column #block-views--exp-locationSearch-block_2 {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/find_a_location.png)
    no-repeat;
  background-position-x: center;
  background-position-y: 2px;
  background-size: 158px 46px;
}

#left-column #block-views--exp-locationSearch-block_2:hover {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/find_a_location.png)
    no-repeat;
  background-position-x: center;
  background-position-y: 2px;
  background-size: 158px 46px;
}

.not-front #left-column #block-views--exp-locationSearch-block_2 {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/find_a_location.png)
    no-repeat;
  background-position-x: center;
  background-position-y: 2px;
  background-size: 158px 46px;
}

.not-front #left-column #block-views--exp-locationSearch-block_2:hover {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/find_a_location.png)
    no-repeat;
  background-position-x: center;
  background-position-y: 2px;
  background-size: 158px 46px;
}

#left-column #block-views--exp-locationSearch-block_2 .views-exposed-widget {
  text-align: center;
}

#left-column #block-views--exp-locationSearch-block_2 .views-exposed-widget,
#left-column #block-views--exp-locationSearch-block_2 .view-content {
  margin-top: 45px;
}

/*
 ** Styles for location search
 **
 */
#left-column #block-views-order_online_widget-block_1 {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/order_online_red.png)
    no-repeat;
  background-size: 187px 60px;
}

#left-column #block-views-order_online_widget-block_1:hover {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/order_online_red_over.png)
    no-repeat;
  background-size: 187px 60px;
}

.not-front #left-column #block-views-order_online_widget-block_1 {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/order_online_grey.png)
    no-repeat;
  background-size: 187px 60px;
}

.not-front #left-column #block-views-order_online_widget-block_1:hover {
  background: url(/sites/all/themes/hofshut/images/common/sidebar/order_online_grey.png)
    no-repeat;
  background-size: 187px 60px;
}

#left-column
  #block-views-order_online_widget-block_1
  .view-order-online-widget {
  margin-top: 72px;
  text-align: center;
}

#left-column select {
  float: left;
  width: 102px;
  margin-left: 20px;
  height: 26px;
  margin-right: 10px;
}

/*
 ** Styles for gift_cards
 **
 */

#left-column #gift_cards {
  padding: 20px 0;
  text-align: center;
}

#right-column {
  position: relative;
  float: left;
  margin: 0;
  padding-top: 20px;
  min-height: 300px;
  width: 680px;
}

.headline {
  color: #ac191f;
  font-family: geared_slabbold;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
}

/*
 ** Left Column Menu
 */

#left-column .menu {
  margin-bottom: 20px;
}
#left-column .menu h2 {
  display: none;
}

#left-column .menu a {
  color: #65513b;
  font-size: 17px;
  font-family: geared_slabbold;
  font-weight: normal;
}

#left-column .menu ul {
  padding: 0 0 0 20px;
}
#left-column .menu li {
  list-style: none;
}

#left-column .menu .active-trail {
  list-style-position: outside;
  list-style-image: url(/sites/all/themes/hofshut/images/common/menus/left/on.png);
}
#left-column .menu .active-trail > div a {
  color: #b32126;
  cursor: default;
}
/*
** Formatting for administration page
**
** The admin panel styles are a mess. IE has problems with this so this is
** only a temporary fix. This should be fixed in core.
*/

#site-header-inner-container .primary {
  display: none;
}

.admin-nw .block-user {
  position: absolute;
  top: -35px;
  left: -7px;
  width: 100%;
}
.admin-nw .block-user h2 {
  margin-bottom: 10px;
}
.admin-nw .block-user li {
  float: left;
  list-style: none;
}

.admin-nw #site-header .column .block-user li div {
  line-height: 20px;
}
div.admin-panel {
  padding: 0;
}

div.admin-panel .body {
  padding: 0 !important;
}

div.admin .left,
div.admin .right {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

div.admin .right .admin-panel {
  margin-left: 10px;
}

.views-slideshow-controls-top {
  position: absolute;
  top: 34px;
  right: 14px;
  z-index: 99;
}

.views_slideshow_singleframe_pager .pager-item a {
  visibility: hidden;
}

.views_slideshow_singleframe_pager .pager-item {
  border: 1px solid #ffffff;
  border-radius: 7px;
  padding: 0;
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

.views_slideshow_singleframe_pager .activeSlide {
  background-color: #ffffff;
  opacity: 0.5;
}

/** Home Page Promos **/
.node-type-home .view-home-page-promos .imagefield-field_banner {
  width: 680px !important;
  height: 320px !important;
}

/* line 746, ../scss/global.scss */
.overlay .overlay-main {
  background-color: #f9f9ee;
  color: #796151;
  width: 700px;
  height: auto;
}
/* line 752, ../scss/global.scss */
.overlay-main .overlay-content.centered-content {
  padding-top: 50px;
  padding-bottom: 0;
  height: auto;
}
/* line 758, ../scss/global.scss */
.overlay--online-order .overlay-main #takeOutDisplay {
  display: none;
}
/* line 763, ../scss/global.scss */
.overlay--online-order .overlay-main.takeout #takeOutDisplay {
  display: block;
}
/* line 767, ../scss/global.scss */
.overlay--online-order .overlay-main.takeout #mainOrderDisplay {
  display: none;
}

.overlay--online-order .button-area-center {
  text-align: center;
  margin-top: 15px;
}

.overlay--online-order .button-area-center a {
  display: inline-block;
}
/* line 772, ../scss/global.scss */
.overlay .overlay-main .options {
  text-align: center;
}
/* line 775, ../scss/global.scss */
.overlay .overlay-main .options a {
  color: #fff;
}

.overlay .overlay-main #backToOptions {
  cursor: pointer;
}
.overlay .overlay-main #backToOptions > span {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: fit-content;
  justify-content: center;
  align-items: center;
  color: #65503d;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 31, ../scss/base/_icons.scss */
.overlay .overlay-main #backToOptions span img {
  display: inline;
  margin-right: 10px;
}
/* line 791, ../scss/global.scss */
.overlay .overlay-main #backToOptions > span a {
  color: #796151;
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 746, ../scss/global.scss */
  .overlay .overlay-main {
    min-width: 320px;
    max-width: 600px;
    width: 100%;
    height: 100%;
  }
}
/* line 805, ../scss/global.scss */
.overlay .overlay-main .header {
  margin-bottom: 40px;
  text-align: center;
}
/* line 810, ../scss/global.scss */
.overlay .overlay-main .header__top {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #796151;
  display: block;
  margin: 10px 0;
}
/* line 818, ../scss/global.scss */
.overlay .overlay-main .header__bottom {
  font-family: "geared_slabbold", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.56rem;
  line-height: 3.56rem;
  color: #ac191f;
  margin-bottom: 25px;
}

.overlay .overlay-main .header__bottom img:first-child {
  margin-right: 20px;
}

.overlay .overlay-main .header__bottom img:last-child {
  margin-left: 20px;
}

/* line 829, ../scss/global.scss */
.overlay .overlay-main .header .decoration::before,
.overlay .overlay-main .header .decoration::after {
  content: "\e90e";
  font-size: 1rem;
  display: inline-block;
  color: #796151;
}
/* line 837, ../scss/global.scss */
.overlay .overlay-main .header .decoration::after {
  transform: rotate(180deg);
}
/* line 843, ../scss/global.scss */
.overlay .overlay-main .form-group {
  justify-content: center;
}
/* line 847, ../scss/global.scss */
.overlay .overlay-main .form-item {
  margin: 0 auto;
  width: 275px;
}

.overlay .overlay-main .form-item select {
  height: 50px;
  width: 270px;
  border-radius: 0;
  border: 0;
  background: #b9ab97;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path fill="white" d="M4 8L0 4h8z"/></svg>');
  padding: 0.5em;
  padding-right: 1.5em;
  padding-left: 2.5em;
}
/* line 852, ../scss/global.scss */
.overlay .overlay-main .button-area {
  margin-top: 25px;
  text-align: center;
}
/* line 857, ../scss/global.scss */
.overlay .overlay-main .button-area a button {
  margin: 0 15px;
  margin-bottom: 10px;
}
/* line 862, ../scss/global.scss */
.overlay .overlay-main .button-area a:last-child button {
  margin-bottom: 0;
}
/* line 868, ../scss/global.scss */
.overlay .overlay-main .cc-disclaimer {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 0.8rem;
  margin: 30px auto 0 auto;
  max-width: 375px;
  color: #796151;
}

.overlay .overlay-main .cc-disclaimer a {
  color: #796151;
  text-decoration: underline;
}

/* line 308, ../scss/global.scss */
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}
/* line 316, ../scss/global.scss */
.overlay .overlay-main {
  transition: margin-top 700ms ease;
  position: relative;
  margin: 0 auto;
  z-index: 11;
}
/* line 325, ../scss/global.scss */
.overlay .overlay-mask {
  background: #2f292b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  visibility: visible;
  opacity: 0.9;
  transition: opacity 600ms ease 30ms;
}
/* line 336, ../scss/global.scss */
.overlay[aria-hidden="true"] {
  height: 0;
  display: none;
}
/* line 339, ../scss/global.scss */
.overlay[aria-hidden="true"] .overlay-main {
  position: relative;
  margin-top: -500px;
}
/* line 343, ../scss/global.scss */
.overlay[aria-hidden="true"] .overlay-mask {
  opacity: 0;
  visibility: hidden;
}
/* line 349, ../scss/global.scss */
.overlay .overlay-content {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.overlay .overlay-content h1 {
  border: none;
  text-transform: inherit;
}
/* line 355, ../scss/global.scss */
.overlay.open {
  display: block;
  left: 0;
}
/* line 360, ../scss/global.scss */
.overlay .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
/* line 364, ../scss/global.scss */
.overlay .close a {
  background: none;
  border: none;
  color: #ac191f;
  cursor: pointer;
}
/* line 378, ../scss/global.scss */
.overlay .footer {
  padding: 35px 0 50px 0;
  text-align: center;
}
/* line 382, ../scss/global.scss */
.overlay .footer .close-link {
  font-family: "Knockout 48 A", "Knockout 48 B";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  color: #ac191f;
}

.node-type-location .button-brown {
  background: #85756c;
  min-width: 100%;
  padding: 15px 5px;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0;
  cursor: pointer;
  letter-spacing: 0.2px;
}
.overlay button {
  background: #b9ab97;
  min-width: 210px;
  padding: 15px 25px;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 15px;
  cursor: pointer;
}

#takeOutDisplay button {
  padding: 10px 25px;
  min-width: 175px;
  font-size: 18px;
}

.overlay button:focus,
.overlay button:active,
.overlay button:hover {
  background: #65503d;
}

.overlay--reservations .overlay-main {
  max-width: 700px;
  height: auto;
}

.overlay--reservations .overlay-main iframe {
  width: 100%;
  height: 760px;
  overflow-y: auto;
}

.overlay--reservations .button-area {
  display: none;
  max-width: 375px;
  margin: 0 auto;
}

.overlay--reservations .button-area.show {
  display: block;
}

.overlay--reservations #backToOptions {
  position: relative;
}

.overlay--reservations #mainOrderDisplay,
.overlay--holiday #mainHolidayOrderDisplay {
  display: none;
}

#mainOrderDisplay.show,
#mainHolidayOrderDisplay.show {
  display: block;
}

#waitlist,
#holidayReservation {
  display: none;
  height: 900px;
  overflow-y: hidden;
}

#waitlist.show,
#holidayReservation.show {
  display: block;
}

#waitlist .header,
#holidayReservation .header {
  margin-bottom: 10px;
}

#waitlist #backToOptions > span,
#holidayReservation #backToOptions > span {
  margin-top: 14px;
}

@media (max-width: 767px) {
  #waitlist,
  #holidayReservation {
    height: calc(100vh - 100px);
  }

  .overlay--reservations .overlay-main iframe,
  .overlay--holiday .overlay-main iframe {
    height: calc(100vh - 300px);
  }
}

#bottom_border {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 10px 0;
  min-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #85756c;
}

#bottom_border a {
  color: #fff;
  text-decoration: underline;
}
#bottom_border .i {
  display: inline-block;
  border: 1px solid white;
  border-radius: 10px;
  padding: 1.5px 1.5px 2px 2px;
  width: 10px;
  height: 10px;
  font-size: 9px;
  margin-right: 5px;
}
