/* pappasbros.com\public_html\global\css\global.css  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
html,
body {
  margin: 0;
  padding: 0;
  min-width: 1000px;
  height: 100%;
}
body {
  font-size: 62.5%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #38352e;
  background: #f4f0e9;
}
p,
ul,
ol,
dd {
  font-size: 1.4em;
  line-height: 1.286em;
  margin-bottom: 0.857em;
}
p p,
p ul,
p ol,
p dd,
ul p,
ul ul,
ul ol,
ul dd,
ol p,
ol ul,
ol ol,
ol dd,
dd p,
dd ul,
dd ol,
dd dd {
  font-size: 1em;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
small {
  font-size: 0.75em;
}
a {
  color: #b59559;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active {
  color: #5f4613;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 700;
  color: #b59559;
  margin: 0;
}
h1 {
  font-size: 7.4em;
  line-height: 1.05em;
  text-align: center;
  margin: 0.15em 0;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 400;
}
h2 {
  font-size: 3.3em;
  line-height: 1em;
  font-variant: small-caps;
  text-align: center;
  margin: 0 0 0.2em;
}
h3 {
  font-size: 1.4em;
  line-height: 1.286em;
  margin-bottom: 0;
}
h4 {
  font-size: 1.4em;
  line-height: 1.286em;
  margin-bottom: 0;
}
h5 {
  font-size: 1.4em;
  line-height: 1.286em;
  margin-bottom: 0;
}
h6 {
  font-size: 1.4em;
  line-height: 1.286em;
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
input:focus {
  outline: none;
}
.container {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.align_left {
  float: left;
  margin-right: 20px;
}
.align_right {
  float: right;
  margin-left: 20px;
}
.center {
  text-align: center;
}
a.gray_button,
span.gray_button,
div.gray_button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2.3em;
  height: 32px;
  color: #fff;
  background: #38352e;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  cursor: pointer;
}
a.gray_button:hover,
a.gray_button:active,
span.gray_button:hover,
span.gray_button:active,
div.gray_button:hover,
div.gray_button:active {
  background: #80796a;
}
.event_book_button {
  margin-bottom: 20px;
}
#more_scroll {
  display: none;
  position: fixed;
  width: 100%;
  height: 34px;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: transparent url('../images/scroll-more.png') no-repeat center bottom;
}
.background {
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  border-bottom: 85px solid #e8dfcb;
}
.background#homePromos {
  height: 100%;
  position: relative;
  border-bottom: 0 none;
}
.background#homePromos .backgroundImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.background#homePromos .backgroundImage.slider_slide {
  left: 100%;
}
.background#homePromos .backgroundImage.slider_slide.active {
  left: 0;
}
.background#homePromos .backgroundImage img {
  display: none;
  width: auto;
}
.background#homePromos .backgroundImage a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.background#multiPromos {
  position: absolute;
  border-bottom: 0 none;
}
.background#multiPromos .backgroundImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.background#multiPromos .backgroundImage.slider_slide {
  left: 100%;
}
.background#multiPromos .backgroundImage.slider_slide.active {
  left: 0;
}
.background#multiPromos .backgroundImage img {
  display: none;
  width: auto;
}
.background .background_slider_bar_wrapper {
  background: #b59559;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.background .background_slider_bar_wrapper .background_slider_bar {
  position: relative;
  height: 20px;
  padding-right: 100px;
}
.background .background_slider_bar_wrapper .ui-slider-handle {
  background: #d9b46d;
  height: 20px;
  width: 100px;
  position: relative;
  display: block;
}
.background .background_slider_arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.background .background_slider_prev,
.background .background_slider_next {
  position: absolute;
  bottom: 180px;
  width: 32px;
  height: 32px;
  z-index: 3;
  cursor: pointer;
  background: #5f4613 url('../images/promo-arrows.png') no-repeat left center;
}
.background .background_slider_prev:hover,
.background .background_slider_next:hover {
  background-color: #b59559;
}
.background .background_slider_prev {
  background-position: left center;
  left: 0;
}
.background .background_slider_next {
  background-position: right center;
  right: 0;
}
.background .backgroundImage img {
  width: 100%;
  height: auto;
}
.background .background_next_event {
  position: absolute;
  left: 150px;
  bottom: 40px;
  width: 360px;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  background: #b59559;
  background: rgba(181,149,89,0.9);
  z-index: 3;
  display: none;
}
.background .background_next_event_details {
  position: relative;
  left: -35px;
  top: -45px;
  padding: 20px;
  background: #f4f0e9;
}
.background .background_next_event_links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 330px;
  padding: 0 15px;
  font-size: 1.6em;
  line-height: 3em;
  text-transform: uppercase;
}
.background .background_next_event_links strong {
  float: left;
  font-weight: 700;
  color: #38352e;
}
.background .background_next_event_links a {
  float: right;
  font-weight: 700;
  color: #fff;
}
.background .background_next_event_links a:hover,
.background .background_next_event_links a:active {
  color: #f4f0e9;
}
.background .background_next_event_header {
  height: 8px;
  font-size: 1.6em;
  border-bottom: 1px solid #cccbc8;
  margin-bottom: 30px;
  overflow: visible;
  text-align: center;
}
.background .background_next_event_header h4 {
  display: inline;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 15px;
  vertical-align: middle;
  color: #38352e;
  background: #f4f0e9;
}
.background .background_next_event_date {
  font-size: 1.8em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #b59559;
  margin-bottom: 5px;
  font-weight: 700;
}
.background .background_next_event_date strong {
  font-size: 1.11em;
  line-height: 1em;
}
.background h2 {
  font-weight: 800;
  font-size: 3.8em;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  text-align: center;
  color: #38352e;
}
.background h3 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #38352e;
}
.background h4 {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: #38352e;
}
.background p {
  font-size: 1.7em;
  line-height: 1.2em;
  margin: 15px 0 0;
  text-align: center;
  color: #38352e;
}
.background .background_next_event_condensed .background_next_event_header {
  display: none;
}
.background .background_next_event_condensed .background_next_event_type {
  margin-bottom: 0;
}
.background .background_next_event_condensed .background_next_event_type h4 {
  display: none;
}
.background .background_next_event_condensed .background_next_event_details p {
  display: none;
}
.background .opentable_wrapper {
  bottom: 20px;
}
.opentable_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
}
.opentable_wrapper .opentable_reservation {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 380px;
  height: 35px;
  overflow: hidden;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  padding: 50px 50px 0;
  background: transparent url('../images/blank.gif') repeat center center;
}
.opentable_wrapper .opentable_reservation.opentable_reservation_open {
  height: auto;
  overflow: visible;
}
.opentable_wrapper .opentable_reservation.opentable_reservation_open .opentable_toggle {
  background-position: right top;
}
.opentable_wrapper .opentable_toggle {
  height: 35px;
  width: 190px;
  padding-left: 20px;
  text-align: left;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  line-height: 2.77em;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  background: #000 url('../images/ot-toggle.png') no-repeat right bottom;
  background: rgba(0,0,0,0.75) url('../images/ot-toggle.png') no-repeat right bottom;
}
.opentable_wrapper .opentable_options {
  height: 60px;
  width: 350px;
  padding: 15px;
  text-transform: uppercase;
  clear: both;
  position: relative;
  background: #000;
  background: rgba(0,0,0,0.75);
}
.opentable_wrapper .opentable_options .opentable_options_group {
  float: left;
  height: 60px;
  width: 95px;
  margin-right: 7px;
  background: #fff;
  color: #000;
  position: relative;
  cursor: pointer;
}
.opentable_wrapper .opentable_options .opentable_options_group.opentable_options_day {
  width: 67px;
}
.opentable_wrapper .opentable_options .opentable_options_group.opentable_options_time {
  width: 100px;
  margin-right: 0;
}
.opentable_wrapper .opentable_options .opentable_options_group .opentable_options_title {
  font-size: 1.2em;
  line-height: 2.5em;
  font-weight: 700;
  text-align: center;
  height: 30px;
  text-transform: uppercase;
}
.opentable_wrapper .opentable_options .opentable_options_group .opentable_options_set {
  font-size: 2.2em;
  line-height: 0.81em;
  font-weight: 700;
  text-align: center;
  height: 30px;
  text-transform: uppercase;
  padding: 0 20px 0 10px;
  background: transparent url('../images/dropdown-black.png') no-repeat right 3px;
}
.opentable_wrapper .opentable_options .opentable_options_group .opentable_options_set.opentable_options_month_set {
  font-size: 1.8em;
  line-height: 1em;
}
.opentable_wrapper .opentable_options .opentable_options_group .opentable_options_select {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  max-height: 255px;
  overflow: auto;
  text-align: center;
  background: #fff;
  display: none;
  font-size: 1.8em;
  line-height: 1em;
  padding-top: 5px;
}
.opentable_wrapper .opentable_options .opentable_options_group .opentable_options_select.opentable_options_select_show {
  display: block;
}
.opentable_wrapper .opentable_options .opentable_options_group .opentable_options_option {
  padding-bottom: 2px;
}
.opentable_wrapper .opentable_options .opentable_options_group .opentable_options_field {
  font-family: 'Lato', sans-serif;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
  height: 18px;
  width: 100%;
  text-transform: uppercase;
  border: 0 none;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
}
.opentable_wrapper .opentable_options2 {
  height: 32px;
  width: 350px;
  padding: 0 15px 15px;
  text-transform: uppercase;
  clear: both;
  position: relative;
  background: #000;
  background: rgba(0,0,0,0.75);
}
.opentable_wrapper .opentable_options2 .opentable_options_group {
  float: left;
  height: 32px;
  width: 255px;
  margin-right: 7px;
  color: #fff;
  position: relative;
  cursor: pointer;
  background: transparent url('../images/ot-map.png') no-repeat left bottom;
}
.opentable_wrapper .opentable_options2 .opentable_options_group .opentable_options_set {
  font-size: 1.7em;
  line-height: 1.88em;
  font-weight: 700;
  height: 32px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 0 25px 0 20px;
  background: transparent url('../images/dropdown-white.png') no-repeat right center;
}
.opentable_wrapper .opentable_options2 .opentable_options_group .opentable_options_select {
  position: absolute;
  bottom: 0;
  left: -5px;
  padding: 2px 0 34px;
  width: 100%;
  background: #000 url('../images/ot-map.png') no-repeat 5px bottom;
  color: #fff;
  display: none;
  font-size: 1.8em;
  line-height: 1em;
}
.opentable_wrapper .opentable_options2 .opentable_options_group .opentable_options_select.opentable_options_select_show {
  display: block;
}
.opentable_wrapper .opentable_options2 .opentable_options_group .opentable_options_select .opentable_options_option {
  padding: 3px 5px 3px 25px;
}
.opentable_wrapper .opentable_form {
  float: right;
  width: 88px;
}
.opentable_wrapper .opentable_form .opentable_submit {
  display: block;
  width: 88px;
  height: 32px;
  border: 0 none;
  padding: 0;
  margin: 0;
  background: #b59559;
  color: #14110f;
  font-size: 1.2em;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
#homePromo1 {
  opacity: 0.01;
}
#header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 94px;
  padding-top: 25px;
  width: 100%;
  min-width: 1000px;
  background: #000;
}
#header.sticky {
  height: 63px;
  padding-top: 0;
  background: #000;
  background: rgba(0,0,0,0.9);
  position: fixed;
}
#header.sticky:hover {
  padding-top: 25px;
}
#header.sticky:hover .secondary_nav {
  top: 0;
}
#header.sticky .brand #hdrLogoCondensed {
  opacity: 1;
  top: 15px;
}
#header.sticky .brand #hdrLogo {
  opacity: 0;
  top: 5px;
}
#header.sticky .secondary_nav {
  top: -25px;
}
#header.sticky .main_nav {
  height: 63px;
}
#header.sticky .main_nav ul {
  line-height: 4.2em;
}
#header.sticky .main_nav ul.sub_menu {
  top: 58px;
}
#header.sticky .main_nav ul .menu_item {
  height: 63px;
}
#header .brand {
  width: 157px;
  position: relative;
  margin: 0 auto;
}
#header .brand #hdrLogoCondensed {
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0;
}
#header .brand #hdrLogo {
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 1;
}
#header .secondary_nav {
  height: 25px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #38352e;
  color: #fff;
}
#header .secondary_nav ul {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  float: right;
}
#header .secondary_nav .menu_item {
  height: 11px;
  float: left;
  position: relative;
  padding: 7px 0;
}
#header .secondary_nav .menu_item:hover ul.sub_menu {
  right: 0;
  left: auto;
}
#header .secondary_nav .menu_item.menu_item_first {
  border-left: 0 none;
}
#header .secondary_nav .menu_item.menu_item_first a,
#header .secondary_nav .menu_item.menu_item_first span {
  border-left: 0 none;
}
#header .secondary_nav .menu_item.menu_item_contact {
  padding: 7px 15px 7px 0;
}
#header .secondary_nav .menu_item.menu_item_contact a {
  background: transparent url('../images/location-carrot.png') no-repeat right center;
}
#header .secondary_nav .menu_item.menu_item_contact ul.sub_menu a {
  background: transparent;
}
#header .secondary_nav .menu_item.menu_item_locations {
  padding: 7px 15px 7px 0;
  background: transparent url('../images/location-carrot.png') no-repeat right center;
}
#header .secondary_nav .menu_item.menu_item_locations a {
  color: #f4f0e9;
  padding: 0 0 0 15px;
}
#header .secondary_nav .menu_item.menu_item_locations a:hover,
#header .secondary_nav .menu_item.menu_item_locations a:active,
#header .secondary_nav .menu_item.menu_item_locations a.active {
  color: #d9b46d;
}
#header .secondary_nav .menu_item.menu_item_locations span {
  color: #d9b46d;
}
#header .secondary_nav .menu_item.menu_item_locations ul.sub_menu a {
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  border-left: 0 none;
  color: #f4f0e9;
}
#header .secondary_nav .menu_item.menu_item_locations ul.sub_menu a:hover,
#header .secondary_nav .menu_item.menu_item_locations ul.sub_menu a:active,
#header .secondary_nav .menu_item.menu_item_locations ul.sub_menu a.active {
  color: #d9b46d;
}
#header .secondary_nav .menu_item a {
  color: #d9b46d;
  padding: 0 15px;
  border-left: 1px solid #80796a;
}
#header .secondary_nav .menu_item a:hover,
#header .secondary_nav .menu_item a:active,
#header .secondary_nav .menu_item a.active {
  color: #f4f0e9;
}
#header .secondary_nav .menu_item ul.sub_menu {
  position: absolute;
  top: 100%;
  left: -9999px;
  padding: 5px 0;
  font-size: 1em;
  line-height: 1.81em;
  min-width: 100%;
  background: #38352e;
}
#header .secondary_nav .menu_item ul.sub_menu a {
  display: block;
  color: #d9b46d;
  border-left: 0 none;
  white-space: nowrap;
}
#header .secondary_nav .menu_item ul.sub_menu a:hover,
#header .secondary_nav .menu_item ul.sub_menu a:active,
#header .secondary_nav .menu_item ul.sub_menu a.active {
  color: #f4f0e9;
}
#header .main_nav {
  height: 94px;
  position: relative;
  top: 0;
  z-index: 1;
}
#header .main_nav ul {
  font-size: 1.5em;
  line-height: 6.26em;
  font-weight: 700;
  margin: 0;
}
#header .main_nav ul.main_menu_left {
  position: absolute;
  left: 0;
  top: 0;
}
#header .main_nav ul.main_menu_left .menu_item {
  padding-right: 20px;
}
#header .main_nav ul.main_menu_right {
  position: absolute;
  right: 0;
  top: 0;
}
#header .main_nav ul.main_menu_right .menu_item {
  padding-left: 20px;
}
#header .main_nav .menu_item {
  height: 94px;
  float: left;
  position: relative;
}
#header .main_nav .menu_item:hover ul.sub_menu {
  left: -30px;
}
#header .main_nav .menu_item a {
  color: #fff;
  text-transform: uppercase;
}
#header .main_nav .menu_item a:hover,
#header .main_nav .menu_item a:active,
#header .main_nav .menu_item a.active {
  color: #d9b46d;
}
#header .main_nav ul.sub_menu {
  position: absolute;
  text-align: center;
  top: 89px;
  left: -9999px;
  padding: 15px 0;
  font-size: 1em;
  line-height: 2em;
  width: 200px;
  background: #b59559;
  background: rgba(181,149,89,0.9);
}
#header .main_nav ul.sub_menu .sub_menu_carrot {
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  background: transparent url('../images/dropdown-carrot.png') no-repeat center bottom;
}
#header .main_nav ul.sub_menu a {
  display: block;
  color: #fff;
}
#header .main_nav ul.sub_menu a:hover,
#header .main_nav ul.sub_menu a:active,
#header .main_nav ul.sub_menu a.active {
  color: #5f4613;
}
#main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 960px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  color: #38352e;
  z-index: 2;
  box-shadow: 0 0 24px rgba(0,0,0,0.24);
}
#main ul {
  margin-left: 30px;
}
#main ul li {
  list-style: disc;
}
#main ol {
  margin-left: 30px;
}
#main ol li {
  list-style: decimal;
}
.content {
  padding: 131px 0 275px;
  position: relative;
  z-index: 1;
}
.left_content {
  width: 490px;
  padding-left: 70px;
  margin-top: 20px;
}
.left_content h2 {
  font-size: 2.6em;
  line-height: 1.54em;
  text-transform: uppercase;
  margin: 0 0 0.2em;
}
.left_content h3 {
  font-size: 1.4em;
  line-height: 1.286em;
  margin-bottom: 0;
}
#footer {
  position: relative;
  z-index: 90;
  color: #80796a;
  font-family: 'Lato', sans-serif;
}
#footer a {
  color: #5f4613;
}
#footer a:hover,
#footer a:active {
  color: #b59559;
}
#footer ul {
  font-size: 1em;
  line-height: 1.43em;
}
#footer li {
  width: 141.40px;
  float: left;
}
#footer .footer_header {
  padding-top: 50px;
  margin-bottom: 50px;
  height: 13px;
  font-size: 2.2em;
  border-bottom: 1px solid #dfdbd5;
  overflow: visible;
  text-align: center;
}
#footer .footer_header h3 {
  display: inline;
  font-weight: 800;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  color: #38352e;
  background: #f4f0e9;
}
#footer .footer_reservations {
  text-align: center;
}
#footer .footer_reservations h4 {
  color: #80796a;
  font-size: 2.2em;
  line-height: 1.63em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
#footer .footer_reservations h5 {
  color: #80796a;
  font-size: 2em;
  line-height: 1.8em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
#footer .footer_reservations h5 span {
  font-weight: 400;
  font-size: 0.7em;
  color: #000;
  margin: 0 6px;
  text-transform: none;
}
#footer .footer_reservations h5 a {
  color: #b59559;
}
#footer .footer_reservations h5 a:hover,
#footer .footer_reservations h5 a:active {
  color: #5f4613;
}
#footer .footer_reservations .footer_reservations_1 {
  width: 1000px;
  float: left;
}
#footer .footer_reservations .footer_reservations_2 {
  width: 320px;
  float: left;
}
#footer .footer_reservations .footer_reservations_2.first_reservation {
  margin-left: 180px;
}
#footer .footer_reservations .footer_reservations_3 {
  width: 320px;
  float: left;
}
#footer .footer_reservations .footer_reservations_3.first_reservation {
  margin-left: 20px;
}
#footer .footer_copyright {
  text-align: right;
  color: #80796a;
  font-size: 1.2em;
  line-height: 3em;
  margin-top: 50px;
  border-bottom: 1px solid #dfdbd5;
}
#footer .footer_box {
  float: left;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.43em;
  font-weight: 700;
}
#footer .footer_box h6 {
  font-size: 0.86em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 1em 0 0;
  text-transform: uppercase;
  color: #80796a;
}
#footer .footer_map {
  width: 300px;
  padding-left: 120px;
}
#footer .footer_restaurants {
  width: 250px;
}
#footer .footer_catering {
  width: 180px;
}
#footer .footer_giftcards {
  float: right;
  vertical-align: top;
  width: 140px;
}
#footer .footer_awards {
  padding: 40px 0 30px;
}
#footer .footer_social {
  float: right;
  padding-top: 10px;
  width: 90px;
  text-align: right;
}
.callout-large {
  background: transparent url('../images/callout-large.png') no-repeat center center;
  width: 821px;
  height: 89px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  color: #fff;
}
.callout-large .callout-title {
  width: 373px;
  height: 41px;
  padding: 22px 15px 26px 38px;
}
.callout-large .callout-content {
  padding: 20px 36px 0 0;
  width: 359px;
}
.callout-small {
  background: transparent url('../images/callout-small.png') no-repeat center center;
  width: 613px;
  height: 89px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
.callout-small .callout-title {
  width: 145px;
  height: 43px;
  padding: 20px 20px 26px 50px;
}
.callout-small .callout-content {
  padding: 20px 43px 0 0;
  width: 355px;
}
.callout-title {
  float: left;
}
.callout-title img {
  display: block;
}
.callout-content {
  float: left;
}
.callout-content a {
  color: #fff;
}
.callout-content .callout-map-icon {
  vertical-align: bottom;
  margin-right: 5px;
}
.callout-content a.profileLink {
  text-decoration: none;
}
.callout-content .locationSearchForm {
  text-align: left;
}
.callout-content .locationSearchForm label {
  margin: 0 0 3px;
}
.callout-content .locationSearchForm #locationSearchField {
  width: 176px;
}
.callout-content .callout-form-left {
  float: left;
  width: 145px;
  padding-top: 15px;
}
.callout-content .callout-form-left img {
  margin: 0;
}
.callout-content .callout-form-right {
  float: left;
  width: 210px;
}
.callout-content .callout-address-left {
  float: left;
  width: 263px;
  padding-right: 17px;
  font-size: 1.1em;
  line-height: 1.55em;
  text-align: center;
}
.callout-content .callout-address-left strong {
  display: block;
  font-size: 2.18em;
  line-height: 1em;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.callout-content .callout-address-right {
  float: left;
  padding-top: 4px;
}
#changeLocationPopup {
  position: fixed;
  z-index: 1000;
  background: rgba(0,0,0,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000',endColorstr='#bf000000',GradientType=0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#changeLocationPopup #popupFrame {
  background:  url('../images/locations-popup.png') no-repeat center center;
  padding: 25px 30px 29px 40px;
  width: 890px;
  height: 440px;
  position: relative;
  margin: 0 auto;
  top: 100px;
}
#changeLocationPopup #changeLocationFrame {
  width: 890px;
  height: 440px;
}
#changeLocationPopup #popupClose {
  position: absolute;
  width: 60px;
  height: 19px;
  right: 25px;
  top: -30px;
  cursor: pointer;
  background: transparent url('../images/locations-close.png') no-repeat center center;
}
#noResultsBox_wrap {
  position: fixed;
  z-index: 1000;
  background: rgba(0,0,0,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000',endColorstr='#bf000000',GradientType=0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#noResultsBox_wrap #noResultsBox {
  position: relative;
  margin: 0 auto;
  top: 200px;
  width: 400px;
  padding: 20px 40px 10px;
  background: #fff;
  font-size: 1.4em;
  line-height: 1.43em;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
#noResultsBox_wrap #noResultsBox strong {
  font-size: 1.29em;
  font-weight: 700;
}
#noResultsBox_wrap #noResultsBox #noResultsBox_close {
  display: block;
  margin: 0 auto;
  width: 50px;
  padding: 5px 0;
  line-height: 1.14em;
  margin-top: 10px;
  background: #E5E5E5;
  cursor: pointer;
}

:root{
	--backgroundCode:     #b59756;
	--forecolorCode:      #fff;

	--backgroundHoverCode:#D9B46D;
	--forecolorHoverCode: #fff;

}


.btnReserve, .reserveButton, .pappasForm__button--submit, .pappasForm__button--confirm, .pappasForm__button--choice {
  background-color: var(--backgroundCode); 
  color: var(--forecolorCode); 
  content: "";
  font-size: 12pt; 
  font-weight: bold; 
  font-family: "Open Sans Condensed",sans-serif; 
  padding: .5em 1em; 
  text-transform: uppercase;
  box-shadow: none; 
  text-align: right; 
  border: solid 0 black; 
  cursor: pointer;}

.reserveButton__container, .pappasField--reservations div{text-align: right; }
.reserveButton:hover {background: var(--backgroundHoverCode); color: var(--forecolorHoverCode);}
.pappasField--submit {text-align: right;}
.pappasForm__button--submit:hover,.pappasForm__button--confirm:hover,.pappasForm__button--choice:hover {background: var(--backgroundHoverCode);}
.pappasForm__fields {font-size: 8pt; }
.pappasField--text label span {xwhite-space: nowrap; min-width: 10em}

#field-ticket_number div input,#field-ticket_total div input {min-width: 10em;text-align: right;}
#field-visit_type > label {vertical-align:text-top; padding: 0 0 1em 0;}
#field-visit_type div div {padding: .5em 0 0 0;}

/*
#vs1__listbox.vs__dropdown-menu {left: -30px; font-size: 10pt;}
#vs1__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight,
#vs1__listbox.vs__dropdown-menu li.vs__dropdown-option--selected  {color: var(--forecolorCode); background-color:var(--backgroundCode);}
#vs1__listbox.vs__dropdown-menu li {}
#vs1__listbox.vs__dropdown-menu li:hover {background-color: var(--backgroundCode); color: var(--forecolorCode); }
*/
/*
#vs2__listbox,
#vs3__listbox,
#vs4__listbox,
#vs5__listbox,
#vs6__listbox,
#vs7__listbox {left: -30px;font-size: 10pt;}
#vs2__listbox,
#vs3__listbox,
#vs4__listbox,
#vs5__listbox,
#vs6__listbox,
#vs7__listbox,
#vs8__listbox {left: -30px; font-size: 10pt;}
*/
ul[id$="__listbox"] {left: -30px;}

/*
#vs2__listbox.vs__dropdown-menu li:hover,
#vs3__listbox.vs__dropdown-menu li:hover,
#vs4__listbox.vs__dropdown-menu li:hover,
#vs5__listbox.vs__dropdown-menu li:hover,
#vs6__listbox.vs__dropdown-menu li:hover,
#vs7__listbox.vs__dropdown-menu li:hover,
#vs8__listbox.vs__dropdown-menu li:hover {background-color: var(--backgroundCode); color: var(--forecolorCode);}
*/
.vs__dropdown-menu li:hover{background-color: var(--backgroundHoverCode); color: var(--forecolorCode);}

/*
#vs2__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight,
#vs3__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight,
#vs4__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight,
#vs5__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight,
#vs6__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight,
#vs7__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight,
#vs8__listbox.vs__dropdown-menu li.vs__dropdown-option--highlight
{color: var(--forecolorCode); background-color:var(--backgroundCode);}
*/
li.vs__dropdown-option--highlight {color: var(--forecolorCode); background-color:var(--backgroundHoverCode);}

/*
#vs2__listbox.vs__dropdown-menu li.vs__dropdown-option--selected,
#vs3__listbox.vs__dropdown-menu li.vs__dropdown-option--selected,
#vs4__listbox.vs__dropdown-menu li.vs__dropdown-option--selected,
#vs5__listbox.vs__dropdown-menu li.vs__dropdown-option--selected,
#vs6__listbox.vs__dropdown-menu li.vs__dropdown-option--selected,
#vs7__listbox.vs__dropdown-menu li.vs__dropdown-option--selected,
#vs8__listbox.vs__dropdown-menu li.vs__dropdown-option--selected
{color: var(--forecolorCode); background-color:var(--backgroundCode);}
*/
li.vs__dropdown-option--selected {color: var(--forecolorCode); background-color:var(--backgroundCode);}


/* planning a private event */
#form-event > div.pappasEventConfirm { padding: 2em;}
.pappasEventConfirm-2 p, .pappasEventConfirm-2 ul {xdisplay: none; font-size:12pt;}
.pappasEventConfirm__choices {text-align: right;}
