/* Reset 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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: text-top;*/
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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;
}
em{
  font-style: italic;
}
a:link, a:visited {
  text-decoration: none;
  color: #A14834;
  outline: none;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
a:hover, a:focus {
  outline: none;
  color: #063926;
}
.clear {
  clear: both;
  float: none;
  height: 0;
}
.boxspacer {
  display: block;
  height: 20px;
}
.mob-boxspacer {
  display: none;
}
input, select, textarea {
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  font-family: 'Raleway-SemiBold';
  font-size: 16px;
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  height: 53px;
  -webkit-appearance: none;
}
.rfpforminputbox.hasDatepicker {
  cursor: pointer;
}
textarea {
  padding: 8px 10px;
}
.box {
  padding: 30px 0;
  border-bottom: 1px solid #525148;
}
.box2 {
  padding: 30px 0;
}
ul li h2, ul li h3 {
  padding-bottom: 0;
}
#paracookiepolicy ul {
  padding-top: 5px;
}
#paracookiepolicy ul li {
  padding-bottom: 10px;
}
/* Reset Css */
/* ADA Css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #FFF
}
.gm-err-message {
  background: #FFF;
  color: #000 !important;
}
a.skip-to-content-btn {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  color: #A14834 !important;
  height: 30px;
  width: auto;
  line-height: 30px;
  padding: 0 20px;
  opacity: 1;
  z-index: 0;
}
a.skip-to-content-btn:focus {
  opacity: 1;
  color: #FFF;
  z-index: 10000;
}
.dalendar-content {
  width: 42%;
  float: left;
  margin-right: 45px;
}
.dalendar-content.right {
  margin-right: 0;
}
#reservationtable button.ui-datepicker-trigger {
  display: none;
}
.ada-datepicker {
  position: relative;
}
.ada-datepicker .resinputbox {
  background-image: none
}
input[type="radio"]:focus, input[type="radio"]:hover {
  outline: 1px solid #A14834;
  outline-offset: 2px;
}
input[type="text"], input[type="tel"], input[type="number"], input[type="date"], select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
input[type="text"]:focus, select:focus, #blogpostcomment .commentcodecol4 a:focus, #emailOfferForm .email-frmfieldset #imgcode-home:focus, input:focus, textarea:focus {
  border: 1px solid #000;
  box-shadow: 0 0px 10px rgba(0,0,0,0.07);
  -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.07);
  outline: none
}
.rating-list .li:focus {
  border: 1px solid #000;
}
#breadcrumb a:link, #breadcrumb a:visited {
  color: #000;
}
#breadcrumb a:hover, #breadcrumb a:focus {
  color: #063926;
}
#breadcrumb span {
  padding: 0 5px;
}
.input-error {
  border: solid 1px red !important;
}
.error-message {
  color: rgba(0,0,0,0); text-shadow: 1px 1px rgba(255, 0, 0, 1);
  font-size: 14px;
}
#logo a:link, #logo a:visited {
  display: table-cell;
  vertical-align: middle;
}
#logo a:focus {
  opacity: 0.7;
}
/* ADA Css */
/* Header Start */
body {
  font-size: 15px;
  line-height: 26px;
  font-family: 'Raleway';
  background-color: #FFFFFF;
  color: #000;
}
#wrapper {
  margin: 0 auto;
  width: auto;
  background-color: #FFFFFF;
  padding: 94px 0 0;
  overflow: hidden;
}
#main {
  position: fixed;
  top: 0;
  height: 94px;
  width: 100%;
  background: transparent;
  background-color: rgba(0,0,0,0);
  z-index: 10;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.header-bottom {
  height: 94px;
  background-color: #FFF;
  line-height: 94px;
  position: relative;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.header-top-wrap {
  background-color: #A14834;
}
.header-top-wrap, .header-bottom-wrap {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.header-top::after {
  position: absolute;
  content: " ";
  width: 50%;
  height: 100%;
  background-color: #A14834;
  right: 0;
  top: 0;
  z-index: 1;
}
.header-top-wrap::after, .header-bottom-wrap::after {
  clear: both;
  content: " ";
  display: block;
}
.city-state {
  float: left;
  font-family: 'Cormorant-Garamond';
  font-size: 15px;
  color: #FFF;
  padding-left: 7px;
}
#logo {
  width: 246px;
  z-index: 2;
  float: left;
  display: table;
  height: 94px;
}
#logo img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
#number {
  float: left;
  font-family: 'Cormorant-Garamond';
  font-size: 15px;
  margin: 0 27px 0 30px;
  padding: 0 31px 0 30px;
  position: relative;
  color: #FFF;
}
#number span {
  font-size: 15px;
  margin-right: 9px;
}
#number a:link, #number a:visited {
  color: #FFF;
  border-bottom: 1px solid transparent;
  font-family: 'Cormorant-Garamond';
}
#number a:hover, #number a:focus {
  border-bottom: 1px solid #FFFFFF;
}
#number::after, #number::before {
  content: " ";
  position: absolute;
  height: 15px;
  width: 1px;
  top: 50%;
  margin-top: -7px;
  background-color: #FFF;
}
#number::after {
  right: 0;
}
#number::before {
  left: 0;
}
#subnav {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 2;
}
#subnav ul {
  list-style: none;
}
#subnav ul::after {
  clear: both;
  display: block;
  content: " ";
}
#subnav ul li {
  float: left;
  padding-left: 23px;
}
#subnav ul li a:link, #subnav ul li a:visited {
  color: #d0b985;
  border-bottom: 1px dotted transparent;
  font-size: 14px;
}
#subnav ul li a:hover, #subnav ul li a:focus, #subnav ul li a.navON:link, #subnav ul li a.navON:visited {
  color: #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
}
#nav {
  box-sizing: border-box;
  float: left;
  position: relative;
}
#nav #topnav {
  position: relative;
}
#nav ul::after {
  clear: both;
  content: " ";
  display: block;
}
#nav ul {
  list-style: none;
}
#nav ul li {
  float: left;
  font-size: 15px;
  font-family: 'Raleway-Medium';
  margin: 0 13px 0 0;
  position: relative;
  text-transform: uppercase;
}
#nav ul li:last-child {
  margin-right: 0;
}
#nav ul li .dropnav li:last-child {
  border: none;
}
#nav ul li a:link, #nav ul li a:visited {
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.2px;
}
#nav ul li a.nav.navON, #nav ul li a:hover, #nav ul li a:focus {
  color: #A14834;
}
#nav ul li .dropnav {
  position: absolute;
  background-color: rgba(255,255,255,0.95);
  width: 320px;
  margin-left: -185px;
  left: 50%;
  top: 80px;
  padding: 18px;
  border: solid 4px #A14834;
}
#nav ul li .dropnav:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  border-bottom: 8px solid #a04b38;
  top: -12px;
  border-left: 8px solid rgba(0,0,0,0);
  border-right: 8px solid rgba(0,0,0,0);
  text-align: center;
  margin-left: 0;
}
#nav ul li .dropnav li {
  float: none;
  text-align: left;
  border-bottom: 1px solid #d0d0cf;
}
#nav ul li.wedings ul.dropnav {
  width: 220px;
  margin-left: -110px;
}
#nav ul li .dropnav li a:link, #nav ul li .dropnav li a:visited {
  color: #000;
  display: block;
  vertical-align: top;
  padding: 10px 4px;
  position: relative;
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 24px;
}
#nav ul li .dropnav li a::after {
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #A14834;
  opacity: 0;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
#nav ul li .dropnav li a.navON::after, #nav ul li .dropnav li a:hover::after, #nav ul li .dropnav li a:focus::after {
  opacity: 1;
}
#nav ul li .dropnav li a:hover, #nav ul li .dropnav li a:focus, #nav ul li .dropnav li a.navON {
  color: #a14834;
}
.reserve-btn {
  float: right;
  width: 171px;
  text-align: center;
  line-height: 59px;
  margin: 18px 0 0 19px;
}
.reserve-btn a.res-button:link, .reserve-btn a.res-button:visited {
  background-color: #a14834;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 49px;
  font-family: 'Cormorant-Garamond-Bold';
  width: 100%;
  position: relative;
  border: 5px solid #a14834;
  box-sizing: border-box;
}
.reserve-btn a.res-button::before {
  position: absolute;
  content: '';
  border: 1px solid #f3d3c4;
  width: 161px;
  left: 0;
  top: 0;
  height: 49px;
  box-sizing: border-box;
}
.reserve-btn a.res-button:hover, .reserve-btn a.res-button:focus {
  background-color: #063926;
  border-color: #063926;
}
.reserve-btn a.res-button:hover::before, .reserve-btn a.res-button:focus::before {
  border: 1px solid #ffffff;
}
.reserve-btn a.res-button span {
  margin-left: 7px;
}
.reservation-bg {
  display: none;
  position: fixed;
  right: 0;
  width: 50%;
  z-index: 2;
  background-color: #FFF;
  height: 100vh;
  width: 870px;
  -webkit-box-shadow: -40px 0px 40px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: -40px 0px 40px 0px rgba(0,0,0,0.35);
  box-shadow: -40px 0px 40px 0px rgba(0,0,0,0.35);
  top: 0;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transform: translate(100%);
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
}
#reservationtable::after {
  clear: both;
  content: " ";
  display: block;
}
a.res-mob-close:link, a.res-mob-close:visited {
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  color: #934419;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  background-color: transparent;
}
a.res-mob-close:hover, a.res-mob-close:focus {
  background-color: #934419;
  color: #ffffff;
}
.customer-feedback-block {
  padding-top: 120px;
  position: relative;
  text-align: center;
  width: 100%;
}
.customer-feedback-block-quotes {
  color: #a45023;
  position: relative;
  top: 0;
  left: 0;
  font-size: 109px;
  line-height: 50px;
  font-family: 'GillSans';
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.customer-name {
  margin-top: 24px;
  font-family: 'Raleway-SemiBold';
  color: #431d08;
  font-size: 15px;
  line-height: 24px;
}
.customer-feedback-block-wrapper .bx-controls.bx-has-pager {
  margin-top: 24px;
}
.customer-feedback-block-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #a14834;
  height: 9px;
  background: transparent;
  margin: 0 8px 0 0;
  width: 9px;
  border-radius: 50%;
}
.customer-feedback-block-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .customer-feedback-block-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus, .customer-feedback-block-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #A14834;
}
/*#reservation {
float: right;
position: relative;
}*/
/*#reservation div{
float: left;
width: 50%;
position: relative;
line-height: normal;
}*/
div#reservationtable {
  width: 100%;
  text-align: center;
}
#reservation div label.rtitle {
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Raleway-Medium';
  line-height: 28px;
  padding-bottom: 7px;
}
#reservation div::after {
  clear: both;
  content: " ";
  display: block;
}
#reservation div .ada-datepicker {
  width: 100%;
  text-align: center;
}
#reservation div .ada-datepicker input {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: 'Raleway';
  font-size: 34px;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 34px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}
#reservation div .ada-datepicker input:focus, #reservation div select:focus {
  border-bottom: 1px solid #063926;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
#reservation input {
  background: rgba(0,0,0,0);
  border: none;
  border-bottom: 1px solid #FFF;
  width: 160px;
  margin: 0 auto;
  color: #FFF;
  font-size: 31px;
  font-family: 'Raleway';
}
input#NumberOfGuests {
  font-size: 39px;
  text-align: center;
  padding: 0;
  box-shadow: none;
  vertical-align: top;
}
#reservation div.reserv-drop .res-down-arrow {
  font-size: 12px;
  position: absolute;
  color: #FFF;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.reservation-right-arrow {
  font-size: 58px;
  color: #6d623d;
  line-height: 76px;
  float: left;
  margin-right: 13px;
}
.reservation-right-arrow span {
  line-height: 76px;
}
.reservation-box-footer {
  clear: both;
  margin-top: 11px;
  text-align: center;
  width: 100%;
}
.reservation-box-footer .button {
  background-color: #063926;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Cormorant-Garamond';
  font-size: 17px;
  line-height: 60px;
  letter-spacing: .8px;
  width: 267px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}
.reservation-box-footer .button:hover, .reservation-box-footer .button:focus {
  background-color: #FFF;
  color: #000;
}
.reservation-bg.desk-reservation-active {
  display: block;
  transform: translate(0);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}
.reservation-bg .book-direct {
  background: transparent;
  height: auto;
  float: left;
  width: 100%;
  text-align: center;
  clear: both;
  padding-top: 30px;
}
.reservation-bg .book-direct .book-direct-wrapper {
  max-width: 100%;
}
.reservation-bg .book-direct .book-direct-main-title {
  text-align: center;
  width: 100%;
  font-size: 25px;
  padding-bottom: 11px;
}
.reservation-bg .book-direct .book-direct-wrapper .book-direct-wrap {
  width: 100%;
}
.reservation-bg .book-direct .book-direct-info, .reservation-bg .book-direct .book-direct-info:last-child {
  display: block;
  margin: 0 0 0 62px;
  text-align: left;
  padding: 0;
  width: auto;
  line-height: 28px;
}
#reservation-block, #reservation-customer-feed {
  background: #a14834;
  width: 428px;
  float: left;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  height: 100vh;
}
#reservation-block {
  width: 442px;
}
#reservation-customer-feed {
  background: #FFF;
  height: 100vh;
}
.reserv-title {
  color: #FFF;
  font-family: 'Cormorant-Garamond';
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
}
#reservation div.dalendar-title {
  text-align: center;
  width: 100%;
  margin-bottom: 49px;
}
.reserv-guest {
  float: left;
  width: 42%;
  position: relative;
  margin-right: 45px;
}
a.plus {
  position: absolute;
  font-size: 18px;
  color: #fff;
  left: 10px;
  top: 51px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border: 1px solid transparent;
}
a.minus {
  position: absolute;
  font-size: 18px;
  color: #FFF;
  right: 10px;
  top: 51px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border: 1px solid transparent;
}
a.plus:focus, a.minus:focus {
  border: 1px solid #ffffff;
}
.reserv-guest #NumberOfAdults {
  padding: 0 35px;
  text-align: center;
}
.reserv-coupon #CouponCode {
  padding: 0;
  box-shadow: none;
  vertical-align: top;
}
.reserv-coupon #CouponCode:focus {
  border-color: #063926;
}
.reserv-coupon {
  width: 42%;
  float: left;
}
.reserv-phone {
  color: #fff;
  font-family: 'Raleway-Medium';
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 42px;
}
.reserv-phone span {
  display: inline-block;
  padding: 0 5px;
}
.reserv-phone a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.reserv-phone a:focus {
  border-bottom: 1px solid #ffffff;
}
.customer-feedback-block-wrapper {
  margin-top: 8px;
  text-align: center;
}
.customer-feedback-block-title {
  color: #4a180d;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  font-family: 'Cormorant-Garamond';
  margin-bottom: 38px;
}
.customer-feedback-block-desc {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  font-family: 'Raleway';
}
/* Header End */
/* Middle Start */
#middle {
  background-color: #f8f6ed;
  position: relative;
}
.home-middle-image #mainimage {
  max-width: inherit;
  padding: 0;
}
.home-middle-image #mainimage.flexslider .slides img {
  max-height: 800px;
}
.emap-page #middle {
  padding-top: 80px;
}
/*#mainimage {
position: relative;
z-index: 2;
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
width: auto;
}
#mainimage .flex-control-nav {
bottom: 39px;
left: 0;
position: absolute;
text-align: center;
right: 0;
z-index: 9
}
#mainimage .flex-control-nav li {
display: inline-block;
margin: 0 2px;
}
#mainimage .flex-control-nav li a {
cursor: pointer;
display: block;
height: 13px;
text-indent: -9999px;
width: 13px;
border: 2px solid #FFFFFF;
border-radius: 50%;
margin: 0 1px;
background: transparent;
}
#mainimage .flex-control-paging li a:hover, #mainimage .flex-control-paging li a:focus, #mainimage .flex-control-paging li a.flex-active {
background: #FFFFFF;
}*/
.flex-pauseplay {
  display: none;
}
#mainimage {
  background-color: #063926;
  position: relative;
}
#mainimage .header-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  color: #FFF;
}
#mainimage.flexslider .slides img {
  width: 100%;
  display: block;
  height: 560px;
  object-fit: cover;
  object-position: center;
}
#mainimage .flex-direction-nav a {
  color: #FFF;
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 40px;
  text-align: center;
  margin-top: -25px;
  z-index: 5;
}
#mainimage .flex-direction-nav a.flex-prev {
  left: 0;
}
#mainimage .flex-direction-nav a.flex-next {
  right: 0;
}
/* Middle Start */
/* Inner Menu*/
.innerNavbar {
  background: #063926;
  height: 89px;
  line-height: 89px;
}
.innerNav-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
ul.innerNav {
  display: block;
}
ul.innerNav li {
  display: inline-block;
  padding: 0 20px;
}
ul.innerNav li a.nav {
  color: #fff;
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  letter-spacing: 1.5px;
}
/* Inner Menu*/
/* Content Start */
#contentinfo {
  position: relative;
  background-color: #F8F6ED;
  z-index: 2;
}
#container-wrap {
  position: relative;
}
.contentinfo-home #container-wrap {
  background: #FFF;
}
#container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0px 20px 30px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#header {
  font-size: 60px;
  font-family: 'Cormorant-Garamond';
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

#contentinfo.addBg, div#middle.without-image.addBg, #contentinfo.contentinfo-home.addBg {
  background-image: url(/images_noindex/pattern-1.jpg);
}
#contentinfo.contentinfo-home {
  background-image: none;
}
.contentinfo-home h1 {
    color: #4a180d;
    font-size: 37px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 18px;
    text-transform: uppercase;
    line-height: 44px;
  font-weight: normal;
    font-family: 'Cormorant-Garamond', serif;
}
.contentinfo-home h1 span {
  font-family: 'Cormorant-Garamond';
}
h1 {
  color: #4a180d;
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 25px;
  text-transform: uppercase;
  line-height: 50px;
  font-family: 'Cormorant-Garamond';
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  letter-spacing: 0.5px;
}
h2 {
  color: #4a180d;
  font-size: 33px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 36px;
  font-family: 'Cormorant-Garamond';
}
h3 {
  color: #4A180D;
  font-size: 29px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 18px;
  text-transform: uppercase;
  line-height: 26px;
  font-family: 'Cormorant-Garamond';
}
h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  text-transform: capitalize;
  line-height: 20px;
  font-family: 'Raleway';
}
#content .readmoretest {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Raleway-SemiBold';
  letter-spacing: 2px;
}
#content .readmoretest:after {
  content: "\e976";
  margin-left: 5px;
  font-family: 'mimiconfont';
}
#content .readmoretest.expandedtest:after {
  content: "\e975";
}
#readmorelessbtn {
  padding-top: 20px;
}
/* Content End */
/* Footer Start */
#note {
  border-top: none;
  position: relative;
  background: repeat;
  clear: both;
}
#note.addBg {
  background-image: url(/images_noindex/footer-bg.jpg);
}
.link-email {
  height: 83px;
  line-height: normal;
  position: relative;
  background-color: #A14834;
}
.link-email::after {
  content: " ";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #A14834;
  z-index: 1;
}
.link-email-wrap {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.link-email-wrap::after {
  content: " ";
  clear: both;
  display: block;
}
.home .link-email {
  height: 125px;
}
.footer-warp {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 105px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.information.footer-box {
  padding-top: 25px;
  width: 100%;
  float: left;
  text-align: center;
}
.home .information.footer-box {
  padding-top: 75px;
}
.information.footer-box ul::after {
  clear: both;
  content: " ";
  display: block;
}
.information.footer-box ul li {
  display: inline-block;
  margin-right: 15px;
}
.information.footer-box ul li a:link, .information.footer-box ul li a:visited {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway-Medium';
  border-bottom: 1px solid transparent;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 1px;
}
.information.footer-box ul li a:hover, .information.footer-box ul li a:focus, .information.footer-box ul li a.navON:link, .information.footer-box ul li a.navON:visited {
  border-bottom: 1px solid #FFF;
}
.footer-column1 {
  float: left;
  width: 230px;
  text-align: left;
  margin-top: 45px;
}
.footer-column2 {
  float: left;
  width: 450px;
  text-align: center;
  margin-left: 175px;
}
.footer-column3 {
  float: right;
  width: 210px;
  text-align: right;
  margin-top: 46px;
}
.subscribe-btn {
  font-family: 'Raleway-Medium';
  font-size: 19px;
  line-height: 22px;
  color: #2a2a2a;
  letter-spacing: 0.5px;
}
.subscribe-btn span {
  display: block;
  margin-bottom: 25px;
}
.subscribe-btn .button {
  width: 170px;
}
.footer-main-logo {
  width: 326px;
  height: 75px;
  margin: 0 auto 25px;
}
.googleaddress a {
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
.googleaddress a:hover, .googleaddress a:focus {
  color: #a14834;
}
.sub-weather .city-name {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: 'Raleway-Medium';
}
span.ic-weather {
  font-size: 24px;
  line-height: 36px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.weathertxt a {
  font-size: 18px;
  color: #000;
  font-family: 'Raleway-Medium';
  line-height: 24px;
  border-bottom: 1px solid transparent;
}
.weathertxt a:hover, .weathertxt a:focus {
  border-bottom-color: #000;
}
.social-media-wrap.footer-box {
  margin-top: 10px;
}
.social-media li {
  display: inline-block;
  padding: 0 15px;
}
.social-media li:last-child {
  padding-right: 0;
}
.social-media li a {
  font-size: 19px;
  line-height: 30px;
  color: #000;
}
.social-media li a:hover, .social-media li a:focus {
  color: #A14834;
}
.footer-bottom {
  width: 100%;
  display: table;
  clear: both;
  margin-top: 55px;
}
.footer-bottom-left {
  width: 40%;
  float: left;
  text-align: left;
}
.footer-bottom-right {
  float: right;
  width: 60%;
  text-align: right;
}
.footer-bottom-left .popular-links .footer-ul li {
  display: inline-block;
  padding: 6px 11px 0;
  line-height: 98px;
}
.footer-bottom-left .popular-links .footer-ul li:first-child {
  padding-left: 0;
}
.footer-bottom-left .popular-links .footer-ul li a {
  color: #000;
  font-size: 15px;
  line-height: 30px;
  text-decoration: underline;
}
.footer-bottom-left .popular-links .footer-ul li a.nav.navON, .footer-bottom-left .popular-links .footer-ul li a:hover, .footer-bottom-left .popular-links .footer-ul li a:focus {
  color: #A14834;
}
.footer-logos-wrap {
  display: table;
  width: 100%;
  margin: auto;
}
.footer-trip-logo {
  float: right;
  padding: 0 0 0 30px;
  height: 111px;
  vertical-align: middle;
  display: table-cell;
}
.footer-trip-logo:last-child {
  padding : 0;
}
.footer-trip-logo a {
  border: 1px solid transparent;
  display: block;
  height: 111px;
  line-height: 111px;
  padding: 1px;
  vertical-align: middle;	  	
}
.footer-trip-logo a:hover, .footer-trip-logo a:focus{
  border-color: #a14834;
}
.footer-trip-logo a img {
  vertical-align: middle;
}
/* Footer End */
a#backtotop:link, a#backtotop:visited {
  position: fixed;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #FFFFFF;
  color: #A14834;
  text-align: center;
  border: 2px solid #A14834;
}
a#backtotop .mim-icon-select-drop-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: block;
  height: 50px;
  line-height: 50px;
}
a#backtotop:hover, a#backtotop:focus {
  background-color: #A14834;
  color: #FFFFFF;
}
#breadcrumb {
  text-align: center;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 15px;
  color: #565656;
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 95px 0 0;
  position: relative;
  z-index: 2;
}
#breadcrumb span.mim-icon-filled-circle {
  font-size: 3px;
  margin: 0 5px;
  vertical-align: middle;
}
.column21 {
  width: 48%;
  float: left;
}
.column22 {
  float: right;
  width: 48%;
}
.column31 {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}
.column32 {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.column33 {
  width: 31%;
  float: right;
}
.column41 {
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.column42 {
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.column43 {
  float: left;
  width: 23%;
  margin-right: 2.66%;
}
.column44 {
  float: right;
  width: 48%;
}
.common-snippet-list ul li, .box ul li, .box2 ul li, .column21 ul li, .column22 ul li, .column31 ul li, .column32 ul li, .column33 ul li, .column41 ul li, .column42 ul li, .column43 ul li, .column44 ul li {
  line-height: 34px;
  position: relative;
  padding-left: 16px;
}
.common-snippet-list ul li::before, .box ul li::before, .box2 ul li::before, .column21 ul li::before, .column22 ul li::before, .column31 ul li::before, .column32 ul li::before, .column33 ul li::before, .column41 ul li::before, .column42 ul li::before, .column43 ul li::before, .column44 ul li::before {
  content: "\e970";
  font-family: 'mimiconfont';
  position: absolute;
  left: 0;
  font-size: 5px;
  top: 14px;
  height: 5px;
  color: transparent;
  border: 1px solid #014b73;
  border-radius: 100%;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
#container-wrap2:empty {
  display: none;
}
#container-wrap2 {
  position: relative;
  padding-bottom: 30px;
}
#contentinfo.subnav-main {
  padding-top: 101px;
}
.photo-gallery-main #container {
  max-width: 1440px;
}
#gdprformsection {
  border: 1px solid #525148 !important;
  padding: 20px !important;
}
#gdprsubmit {
  display: inline-block;
  padding: 0 20px;
  height: 53px;
  line-height: normal;
  vertical-align: middle;
  position: relative;
}
#gdprsubmit:before {
}
#gdpremail {
  vertical-align: middle;
}
.sitemapinfo h1, .sitemapinfo h2 {
  font-size: 24px;
  line-height: normal;
  border-bottom: 1px solid #525148;
}
/* 404 */
.errTop {
  font-size: 18px;
  text-align: center;
}
.oh {
  border-right: 1px solid #525148;
  font-size: 25px;
  margin-right: 15px;
  padding-right: 15px;
}
.er {
  font-size: 18px;
}
.errSugg {
  font-size: 18px;
}
.er-maindiv {
  margin: 0 auto;
  padding-top: 25px;
  width: 100%;
}
.er-or {
  font-size: 28px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.er-contentbox-wrap {
  width: 24%;
  float: left;
  margin: 0 1.33% 0 0;
  position: relative;
  text-align: center;
}
.er-contentbox-wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.er-contentbox-wrap:nth-child(4) {
  margin: 0;
}
.er-or {
  font-size: 28px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
.er-back {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}
#goog-fixurl {
  margin: 0 auto;
  padding-bottom: 0;
  text-align: center;
}
.search-goog input {
  margin-right: 10px;
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
#goog-wm-sb {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: none;
  height: 52px;
}
#goog-wm li:before{
  display: none
}
.box2.shadow-box.err-404-box {
  padding: 0;
}
/* 404 */
.outer-box {
  background-color: transparent;
  margin: 30px auto 0;
  max-width: 960px;
  padding: 30px 0;
  text-align: center;
  width: 94%;
  border: 1px solid #A14834;
}
.pro-txt {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Raleway-Medium';
}
.click-logo {
  padding-bottom: 20px;
}
.vcard {
  font-size: 14px;
  line-height: 24px;
}
.vcard a:link, .vcard a:visited {
  border-bottom: 1px solid;
}
.vcard a:hover, .vcard a:focus {
  border-bottom: 1px dashed;
}
.vcard .fn {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Cormorant-Garamond';
  line-height: 30px;
}
.lockimg {
  font-size: 120px;
  margin-bottom: 20px;
}
.footer-logo-info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.footer-logo-main-wrap {
  text-align: center;
  padding-top: 38px;
}
.reviewPagination .lnkPrevious, .reviewPagination .lnkNext {
  position: relative;
}
.reviewPagination .lnkPrevious::before, .reviewPagination .lnkNext::after {
  font-family: 'mimiconfont';
  font-size: 10px;
  vertical-align: middle;
  margin: 0 5px;
}
.reviewPagination .lnkPrevious::before {
  content: "\e94c";
}
.reviewPagination .lnkNext::after {
  content: "\e951";
}
/* Home Banner START*/
.flex-direction-nav {
  display: none;
}
.flex-control-nav {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 38px;
  height: 13px;
  z-index: 5;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.flex-control-nav li a:hover, .flex-control-nav li a:focus, .flex-control-nav li a.flex-active {
  background-color: #ffffff;
}
.flex-control-nav li a {
  cursor: pointer;
  display: block;
  height: 9px;
  text-indent: -9999px;
  width: 9px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
/* Home Banner END */
/* Home Content */
.contentinfo-home #container {
  max-width: 1440px;
  position: static;
  padding: 0 0 92px;
}
.contentinfo-home #container::after {
  content: " ";
  clear: both;
  display: block;
}
.contentinfo-home #content {
  width: 49%;
  padding-left: 0;
  box-sizing: border-box;
  float: left;
}
.contentinfo-home #content #box {
  max-width: 528px;
  margin: 64px auto 0;
  padding-top: 97px;
  background: no-repeat center top;
}
.contentinfo-home.addBg #content #box {
  background-image: url(/images_noindex/welcome-text-bg.jpg);
}
.welcome-title {
  color: #565656;
  font-family: 'Raleway-SemiBold';
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.home-section1 {
  width: 51%;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin-top: -22px;
}
.contentinfo-home #content #box .read-more-content {
  width: 90%;
  margin: 0 auto;
}
#quotes {
  font-family: 'Cormorant-Garamond';
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
/* Home Content */
/* Home Top Reason */
.bx-wrapper .bx-controls .bx-pager {
  font-size: 15px;
  font-family: 'Raleway-Medium';
  font-weight: 500;
  color: #FFF;
  line-height: 36px;
}
.bx-wrapper .bx-controls .bx-controls-direction {
  width: 108px;
  position: relative;
  display: block;
}
.bx-wrapper .bx-controls .bx-controls-direction:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 3px;
  background: #FFF;
  width: 1px;
  height: 32px;
}
.bx-wrapper .bx-controls .bx-controls-direction a {
  height: 40px;
  margin-top: 0;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: -1px;
  width: 40px;
  z-index: 9999;
  border: 1px solid transparent;
  color: #a14834;
  border-radius: 3px;
}
.bx-wrapper .bx-controls .bx-controls-direction a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  line-height: 40px;
  text-align: center;
  left: 0;
  font-family: 'mimiconfont';
  font-size: 31px;
  text-indent: 0;
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-prev::after {
  content: '\e969';
}
.bx-wrapper .bx-controls .bx-controls-direction a.bx-next::after {
  content: '\e96a';
}
.top-reason-wrap .bx-wrapper .bx-controls .bx-controls-direction a {
  color: #FFF;
}
.bx-wrapper .bx-controls .bx-controls-direction a:hover, .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  background-color: #bf5c46;
}
.top-reason-wrap .bx-wrapper .bx-controls .bx-controls-direction a:hover, .top-reason-wrap .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  border: 1px solid #FFFFFF;
}
.top-reason-img img {
  height: 684px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* Home Top Reason */
/* Home Book Direct */
.book-direct {
  position: relative;
  height: 85px;
  background: #063926;
  color: #FFF;
  padding: 30px 0 0;
}
.book-direct-wrapper {
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
  display: table;
}
.book-direct-main-title {
    font-family: 'Cormorant-Garamond', system-ui;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  float: left;
  text-transform: uppercase;
  width: 245px;
}
.book-direct-wrap {
  text-align: right;
  width: 690px;
  float: left;
}
.book-direct-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  margin: 0 18px 0 0;
  padding-right: 21px;
  position: relative;
  font-size: 15px;
  font-family: 'Raleway';
}
.book-direct-info span.book-direct-icon {
  font-size: 23px;
  line-height: 38px;
}
.book-direct-icon-wrap {
  font-size: 24px;
  line-height: 38px;
  display: inline-block;
  padding-right: 13px;
  vertical-align: middle;
}
.book-direct-title {
  display: inline-block;
}
.book-direct-wrap .book-direct-info:last-child {
  padding: 0;
  margin: 0;
}
.book-direct-icon-wrap {
  font-size: 18px;
  line-height: normal;
}
/* Home Book Direct */
/* Home Special Events */
.home-section3 {
  position: relative;
  padding: 91px 0 89px;
  display: table;
  width: 100%;
}
.home-section3-wrap {
  max-width: 1480px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
  clear: both;
}
.home-section3 .evetns-tabs .events-tab-box ul.show li.tab-content {
  display: none;
}
.home-section3 .evetns-tabs .events-tab-box ul.show li.tab-content.current {
  display: block;
}
.home-section3 .events-imgbox {
  width: 55%;
  float: left;
  max-width: 717px;
  box-sizing: border-box;
}
.home-section3 .events-imgbox img {
  width: 100%;
  height: 708px;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
.home-section3 .evetns-tabs {
  width: 45%;
  float: left;
  box-sizing: border-box;
  padding-left: 7%;
  padding-top: 90px;
}
.home-section3 .evetns-tabs .events-tab-box ul.show li.tab-content.current .events-imgbox {
  display: none;
}
.special-events-tabing.home-events-tab.clearfix {
  margin-bottom: 50px;
}
.special-events-tabing .tabs {
  border-bottom: 1px solid #000;
  text-align: center;
}
.special-events-tabing .tabs .tab-link {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.special-events-tabing .tabs .tab-link a {
  font-size: 14px;
  color: #1f1f1f;
  font-family: 'Raleway-SemiBold';
  position: relative;
  line-height: 46px !important;
  display: inline-block;
  letter-spacing: 1px;
}
.special-events-tabing .tabs .tab-link.current a:before, .special-events-tabing .tabs .tab-link a:hover:before, .special-events-tabing .tabs .tab-link a:focus:before {
  position: absolute;
  height: 3px;
  background: #A14834;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
}
.evetns-tabs .eventbox-title {
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #363636;
  padding-bottom: 12px;
}
.evetns-tabs h2 {
  color: #4a180d;
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  font-family: 'Cormorant-Garamond';
  padding-bottom: 35px;
  letter-spacing: .2px;
  padding-right: 100px;
}
.event-desc {
  margin-bottom: 35px;
}
/* Home Special Events */
/* Home Rooms Suites */
.home-section4 {
  position: relative;
  padding: 0;
  display: table;
  width: 100%;
  margin: 0;
}
.home-section4-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: table;
}
.room-suites-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 7% 0 9%;
  display: table;
  height: 708px;
}
.room-suites-wrap {
  display: table-cell;
  vertical-align: middle;
}
.room-suites-title {
  color: #363636;
  font-family: 'Raleway-SemiBold';
  padding-bottom: 12px;
  text-transform: uppercase;
}
h2.room-suite-name {
  color: #4A180D;
  font-size: 40px;
  line-height: 44px;
  font-family: 'Cormorant-Garamond';
  padding-bottom: 25px;
}
.room-suite-desc {
  padding-bottom: 30px;
}
.room-suites-right {
  width: 50%;
  float: right;
  box-sizing: border-box;
  max-width: 717px;
}
.room-suites-right .room-suites-img {
  width: 100%;
}
.room-suites-right .room-suites-img img {
  width: 100%;
  height: 717px;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
}
/* Home Rooms Suites */
/* Home Dining */
.home-dining-section {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.home-dining-section-wrap::after {
  content: " ";
  display: block;
  clear: both;
}
.home-dining-section .bx-viewport {
  overflow: visible !important;
}
.home-dining-img-wrap {
  width: 55%;
  float: right;
  position: relative;
  margin-top: -45px;
  box-sizing: border-box;
}
.home-dining-big-img img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
}
.home-dining-info {
  width: 45%;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding-left: 105px;
  padding-bottom: 80px;
}
.home-dining-info-wrap {
  max-width: 500px;
}
.home-dining-main-title {
  font-family: 'Raleway-SemiBold';
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-top: 80px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2.5px;
}
.home-dining-activeslide {
  color: #fff;
  font-size: 121px;
  line-height: 102px;
  font-family: 'Cinzel';
  letter-spacing: 0.7px;
  padding: 27px 0 16px;
  font-style: italic;
}
.home-dining-desc {
  padding: 33px 0 45px;
  color: #FFF;
}
.home-dining-title {
  font-family: 'Cormorant-Garamond';
  font-size: 40px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFF;
}
.home-dining-btn {
  width: 211px;
}
.home-dining-section .bx-wrapper .bx-controls {
  margin-top: 0;
  position: absolute;
  color: #FFF;
  left: 25%;
  width: 155px;
  padding: 11px 0 0;
}
.home-dining-section .bx-wrapper .bx-controls .bx-pager {
  float: right;
  width: auto;
}
.home-dining-section .bx-wrapper .bx-controls .bx-controls-direction a {
  color: #FFF;
}
.home-dining-section .bx-wrapper .bx-controls .bx-controls-direction a:hover, .home-dining-section .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  background-color: transparent;
  color: #f3cda2;
}
.home-section2 {
  padding-top: 67px;
  position: relative;
}
.home-section2.addBg {

  background: url(/images_noindex/pattern-1.jpg) repeat #A14834;
}
.home-section2-wrap {
  background: repeat-x #a14834;
  width: 100%;
  margin: 45px 0 0;
  background-position: center;
  background-attachment: fixed;
}
.addBg .home-section2-wrap {
  background-image: url(/images_noindex/reasons-you-will-love-us-bg.jpg);
}
.home-dining-small-img img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  object-position: center;
}
.home-eat-drink-btn {
  /*width: 195px;*/
  float: left;
  margin-top: 15px;
}
/* Home Dining */
/* Home Eat Drink */
.home-section5 {
  padding: 90px 0 80px;
  position: relative;
  width: 100%;
}
.home-section5-wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.home-eat-drink-section {
  width: 100%;
  display: table;
  position: relative;
}
.home-eat-drink-img-wrap {
  width: 100%;
  margin-bottom: 55px;
}
.home-eat-drink-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-eat-drink-main-title {
  color: #363636;
  text-transform: uppercase;
  font-family: 'Raleway-SemiBold';
  padding-bottom: 15px;
  letter-spacing: 1.5px;
}
.home-eat-drink-info-left {
  width: 330px;
  float: left;
  margin-left: 105px;
}
.home-eat-drink-info-center {
  width: 510px;
  float: left;
  box-sizing: border-box;
  padding-right: 75px;
}
.home-eat-drink-title {
  color: #4a180d;
  font-size: 40px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Cormorant-Garamond';
}
.home-eat-drink-section .bx-controls {
  position: absolute;
  right: 110px;
  width: 160px;
  bottom: -30px;
}
.home-eat-drink-section .bx-wrapper .bx-controls .bx-pager {
  color: #000;
  width: 40px;
  float: right;
}
.home-eat-drink-section .bx-wrapper .bx-controls .bx-controls-direction {
  width: 108px;
  float: left;
}
.home-eat-drink-section .bx-wrapper .bx-controls .bx-controls-direction a {
  color: #000
}
.home-eat-drink-section .bx-wrapper .bx-controls .bx-controls-direction a:hover, .home-eat-drink-section .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  color: #A14834;
  background: transparent;
}
.home-eat-drink-section .bx-wrapper .bx-controls .bx-controls-direction:before {
  background: #000
}
/* Home Eat Drink */
/* Home Special */
.home-section6 {
  position: relative;
  background: repeat-x #a14834;
  margin-top: 40px;
  background-attachment: fixed;
}
.home-section6.addBg {
  background-image: url(/images_noindex/reasons-you-will-love-us-bg.jpg);
}
.home-section6-wrap {
  max-width: 1440px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.home-special-section .bx-viewport {
  overflow: visible !important;
  color: #FFF;
}
.home-special-img-wrap {
  width: 55%;
  float: left;
  margin-top: -40px;
}
.home-special-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-special-info {
  width: 45%;
  float: left;
  padding: 0 9% 0 6%;
  box-sizing: border-box;
}
.home-special-info-wrap {
  vertical-align: middle;
}
.home-special-main-title {
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  padding-top: 90px;
  letter-spacing: 1.5px;
}
.home-special-title {
  font-size: 40px;
  line-height: 44px;
  font-family: 'Cormorant-Garamond';
  text-transform: uppercase;
  padding-bottom: 15px;
}
.home-special-rate {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Raleway-Medium';
  margin-bottom: 38px;
}
.home-special-desc h4 {
  font-family: 'Raleway-Bold';
  font-size: 18px;
  padding: 5px 0;
}
.home-special-desc {
  padding-bottom: 20px;
}
.home-special-btn {
  width: 211px;
}
.home-special-section .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  width: 155px;
  right: 11%;
  margin-top: 12px;
}
.home-special-section .bx-pager.bx-default-pager {
  width: 40px;
  float: right;
}
.home-special-section .bx-wrapper .bx-controls .bx-controls-direction a {
  color: #FFF;
}
.home-special-section .bx-wrapper .bx-controls .bx-controls-direction a:hover, .home-special-section .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  background-color: transparent;
  color: #f3cda2;
}
/* Home Special */
/* Home Near By Attraction */
.infobox.infobox1.infobox-nearby-map {
  background: #FFF;
  height: auto !important;
  padding: 15px;
  display: none !important;
}
h2.mappop-title {
  font-size: 20px;
  padding: 0;
}
.popupadd {
  font-family: 'Raleway-SemiBold';
  font-size: 14px;
  line-height: 26px;
}
.popup-phone {
  font-family: 'Raleway-SemiBold';
  font-size: 12px;
  line-height: 24px;
}
#home-attaction-map {
  height: 740px;
}
.home-section7 {
  width: 100%;
  position: relative;
  display: table;
  clear: both;
}
.home-nearby-attractions {
  width: 100%;
  position: relative;
  display: table;
  clear: both;
  max-width: 1440px;
  margin: 0 auto;
}
.home-nearby-attr {
  width: 400px;
  background: #fff;
  float: left;
  -webkit-box-shadow: 0 0 18px rgba(0,0,0,.31);
  -moz-box-shadow: 0 0 18px rgba(0,0,0,.31);
  box-shadow: 0 0 18px rgba(0,0,0,.31);
  border: 2px solid #84401b;
  margin: 75px 0 45px 90px;
  position: absolute;
  top: 0;
}
.nearby-attr-img img.object-img {
  object-fit: cover;
  object-position: center;
  height: 253px;
  width: 100%;
}
.home-nearby-box-wrapper {
  position: relative;
}
.nearby-attr-btn {
  width: 250px;
  margin: 40px auto 0;
  padding-bottom: 30px;
  clear: both;
}
.nearby-attr-title {
  padding: 20px 35px;
  color: #363636;
  font-family: 'Raleway-SemiBold';
  text-transform: uppercase;
  line-height: 24px;
  font-size: 15px;
}
.nearby-attr-name {
  padding: 0 35px 5px;
  color: #4a180d;
  font-size: 25px;
  line-height: 25px;
  font-family: 'Cormorant-Garamond';
}
.nearby-attr-addr {
  padding: 0 35px;
  color: #431d08;
  font-family: 'Raleway-Medium';
  line-height: 26px;
  vertical-align: top;
}
.nearby-attr-details {
  /*margin: 50px 0;*/
  color: #431d08;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Raleway-Medium';
  padding: 0 35px;/*position: absolute;
  bottom: 96px;*/
}
.home-nearby-attr .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  bottom: 130px;
  right: 35px;
  width: 160px;
}
.home-nearby-attr .bx-wrapper .bx-controls .bx-pager {
  float: right;
  width: 60px;
}
.home-nearby-attr .bx-wrapper .bx-controls .bx-pager, .home-nearby-attr .bx-wrapper .bx-controls .bx-controls-direction a {
  color: #000;
}
.home-nearby-attr .bx-wrapper .bx-controls .bx-controls-direction a:hover, .home-nearby-attr .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  color: #a14834;
  background: transparent;
}
.home-nearby-attr .bx-wrapper .bx-controls .bx-controls-direction:before {
  background: #000;
}
/* Home Near By Attraction */
/* Home Gallery Event */
.home-section8 {
  background: #FFF;
  padding: 88px 0 0;
}
.home-section8.addBg {
  background-image: url(/images_noindex/gallery-event-bg.jpg);
}
.home-section8-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.home-gallery-box {
  background: #063926;
  position: relative;
}
.home-gallery-btn {
  height: 76px;
  padding: 8px 34.50%;
  background: #063926;
  width: 85%;
  box-sizing: border-box;
}
.home-gallery-btn a.button {
  display: inline-block !important;
  padding: 0 35px !important;
  background: rgba(0,0,0,0) !important;
}
.home-gallery-btn a.button:hover, .home-gallery-btn a.button:focus, .home-gallery-btn a.button:active {
  background-color: #FFF !important;
  border-color: #063926 !important;
  color: #063926 !important;
}
.home-gallery-box .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  bottom: 20px;
  right: 35%;
  width: 153px;
  z-index: 99;
}
.home-gallery-box .bx-wrapper .bx-controls .bx-pager {
  color: #FFF;
  width: 40px;
  float: right;
}
.home-gallery-box .bx-wrapper .bx-controls .bx-controls-direction {
  width: 108px;
  float: left;
}
.home-gallery-box .bx-wrapper .bx-controls .bx-controls-direction a {
  color: #FFF;
}
.home-gallery-box .bx-wrapper .bx-controls .bx-controls-direction a:hover, .home-gallery-box .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  background-color: transparent;
  color: #f3cda2;
}
/* Home Gallery Event */
/* Home Event Box */
.home-event-box {
  max-width: 770px;
  margin: 0 auto;
  padding: 75px 0 0;
  padding-bottom:45px;
}
.event-title {
  font-family: "Raleway-SemiBold";
  font-size: 31px;
  text-transform: uppercase;
  color: #4B3E38;
  line-height: 32px;
  position: relative;
  letter-spacing: 0.25em;
  text-align: center
}
.event-title:before {
  width: 52px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -60px;
  top: 16px;
  content: '';
}
.event-title:after {
  width: 52px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: -60px;
  top: 16px;
  content: '';
}
.home-event-sliders {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: -3px 2px 35px rgba(0,0,0,.14);
  -moz-box-shadow: -3px 2px 35px rgba(0,0,0,.14);
  box-shadow: -3px 2px 35px rgba(0,0,0,.14);
  position: relative;
  padding: 46px 50px 50px;
  box-sizing: border-box;
  margin-top: 26px;
  bottom: -38px;
}
.home-event-sliders:before {
  position: absolute;
  content: '';
  border: 1px solid #A0A0A0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
}
.event-upcomming {
  color: #4a180d;
  font-size: 33px;
  line-height: 44px;
  text-transform: uppercase;
  font-family: 'Cormorant-Garamond';
}
.eventwrapper {
  width: 100%;
  display: table;
  margin-top: 10px;
  clear: both;
}
.event-details {
  padding: 3px 0 11px;
  min-height: 52px;
}
.event-left {
  width: 80%;
  float: left;
}
.event-right {
  width: 20%;
  float: left;
}
.event-name {
  font-size: 18px;
  line-height: 44px;
  font-family: 'Raleway-SemiBold';
  color: #000;
}
.event-link a.link {
  padding-left: 0;
  letter-spacing: 2px;
}
.event-date {
  width: auto;
  text-align: center;
  float: right;
}
.event-date span {
  display: block;
  font-family: 'Cormorant-Garamond-Italic';
  font-size: 27px;
  line-height: 34px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.event-date span.event-day {
  font-size: 60px;
  line-height: 50px;
  font-family: 'Cinzel';
  font-weight: bold;
}
.event-date span.event-year {
  line-height: 10px;
}
.home-event-box .bx-controls.bx-has-pager {
  position: absolute;
  right: -12px;
  bottom: 9px;
  z-index: 99;
}
.home-event-box .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid #a14834;
  height: 9px;
  width: 9px;
  margin: 0 8px 0 0;
}
.home-event-box .bx-wrapper .bx-pager.bx-default-pager a:hover, .home-event-box .bx-wrapper .bx-pager.bx-default-pager a:focus, .home-event-box .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a14834;
}
/* Home Event Box */
.box2.sitemapinfo {
  padding-bottom: 0;
}
.hours-of-opration-location h4 {
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}
.hours-of-opration-location {
  padding-bottom: 15px;
}
/*Inner Page Design*/
.innerNav li a.nav:before {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  right: 100%;
  bottom: -9px;
  background: #FFF;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.innerNav li a.nav.navON:before, .innerNav li a:hover:before, .innerNav li a:focus:before {
  right: 0;
}
.amenitylisting {
  display: table;
  width: 100%;
  clear: both;
  padding: 50px 0;
}
.amenitylisting-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 20px;
  width: 100%;
}
.schedulebtn {
  max-width: 210px;
  margin: 35px 0 0;
}
.pkg-snippet-list .format1 {
  padding-top: 0;
}
.meeting-wedding-overview-list-wrap .common-snippet.format1 {
  padding-top: 0;
}
.ui-datepicker-trigger img {
  height: 22px;
}
.meet-wedd-amenity {
  max-width: 1030px;
  margin: 0 auto;
}
.meet-wedd-amenity-btns {
  text-align: center;
}
.no-top-padding .common-snippet {
  padding: 0px;
}
.meet-wedd-amenity-btns a.button, .giftcard-btns a.button {
  display: inline-block !important;
  padding: 0 25px !important;
  margin: 30px 30px 0 !important;
}
.current-openings-wrapper {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.current-openings ul li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  font-family: 'Raleway';
}
.current-openings ul li:before {
  content: "\e970";
  font-family: 'mimiconfont';
  position: absolute;
  left: 0;
  font-size: 5px;
  top: 11px;
  height: 5px;
  color: transparent;
  border: 1px solid #014b73;
  border-radius: 100%;
}
/*#middle .flexslider .slides>li:before {
position: absolute;
content: '';
background: url(/images_noindex/inner-img-fg.png) repeat-x bottom;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
}*/
#middle.home-middle-image .flexslider .slides>li:before {
  position: absolute;
  content: '';
  
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#middle.home-middle-image.addBg  .flexslider .slides>li:before {background: url(/images_noindex/home-slider-fg.png) repeat-x bottom;}
.expandable_hiddentest {
  display: none;
}
.awards-listing {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  background: url(/images_noindex/amenity-bg.jpg);
  padding: 120px 0;
  margin-bottom: -30px;
}
.awards-listings {
  max-width: 970px;
  margin: 0 auto;
}
.awards-listing-wrapper {
  width: 100%;
  margin: 0 auto;
}
.award {
  background-image: url(/images_noindex/award.png);
  background-repeat: no-repeat;
  height: 112px;
  background-position: center bottom;
  text-align: center;
  position: relative;
  font-family: 'Raleway-Semibold';
  text-transform: uppercase;
}
.year {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.text {
  width: 150px;
  margin: 30px auto 0;
  font-size: 12px;
  line-height: 17px;
}
.awards-listing .slick-prev:before {
  content: '\e969';
  font-family: mimiconfont;
}
.awards-listing .slick-next:before {
  content: '\e96a';
  font-family: mimiconfont;
}
.slick-prev:before, .slick-next:before {
  color: #A14834;
  font-size: 36px;
}
h2.loyalty-club {
  line-height: 36px;
}
div#middle.without-image {
  padding: 50px 0 0;
}
div#middle.without-image #breadcrumb {
  padding: 30px 0 0;
  margin-bottom: 0;
}
.customer-feed-wrapper {
  /*height: 500px !important;
  width: 100% !important;*/
}
#nav ul li.wedings .dropnav {
  width: 1208px;
  padding: 28px 25px 0 50px !important;
  box-sizing: border-box;
  margin-left: -612px;
}
#nav ul li.wedings .dropnav ul {
  float: left;
  width: 256px;
  padding-top: 43px;
}
#nav ul li .dropnav::after {
  content: " ";
  display: block;
  clear: both;
}
#nav ul li .dropnav .nav-venue-snippet {
  width: 824px;
  float: right;
  text-align: center;
}
#nav ul li .dropnav .nav-venue-snippet h3 {
  font-size: 16px;
  font-family: 'Raleway';
  letter-spacing: .8px;
  color: #000000;
  padding-bottom: 25px;
}
#nav ul li.dining .dropnav {
  width: 1208px;
  padding: 28px 25px 0 50px !important;
  box-sizing: border-box;
  margin-left: -612px;
}
#nav ul li.dining .dropnav ul {
  float: left;
  width: 256px;
  padding-top: 43px;
}
#nav ul li.dining .dropnav::after {
  content: " ";
  display: block;
  clear: both;
}
#nav ul li.dining .dropnav .nav-venue-snippet {
  width: 824px;
  float: right;
  text-align: center;
}

#nav ul li.accommodations .dropnav {
  width: 1170px;
  padding: 28px 25px 0 50px !important;
  box-sizing: border-box;
  margin-left: -412px;
}
#nav ul li.accommodations .dropnav ul {
  float: left;
  width: 256px;
  padding-top: 43px;
}
#nav ul li.accommodations .dropnav::after {
  content: " ";
  display: block;
  clear: both;
}
#nav ul li.accommodations .dropnav .nav-venue-snippet {
  width: 824px;
  float: right;
  text-align: center;
}

#nav ul li.pkg .dropnav {
  width: 1208px;
  padding: 28px 25px 0 50px !important;
  box-sizing: border-box;
  margin-left: -612px;
}
#nav ul li.pkg .dropnav ul {
  float: left;
  width: 256px;
  padding-top: 43px;
}
#nav ul li.pkg .dropnav::after {
  content: " ";
  display: block;
  clear: both;
}
#nav ul li.pkg .dropnav .nav-venue-snippet {
  width: 824px;
  float: right;
  text-align: center;
}

#nav ul li .dropnav .nav-venue-snippet h3 {
  font-size: 16px;
  font-family: 'Raleway';
  letter-spacing: .8px;
  color: #000000;
  padding-bottom: 25px;
}
.nav-venue-slider .snippet-box-fixwidth {
  max-width: inherit;
  width: 261px !important;
  height: 255px !important;
}
.nav-venue-slider .snippet-box-fixwidth .property-name {
  line-height: normal;
  font-size: 14px;
  font-family: 'Cormorant-Garamond';
  padding-top: 15px;
}
#nav ul li .dropnav .nav-venue-snippet .bx-wrapper .bx-pager .bx-pager-item a {
  width: 9px;
  height: 9px;
  border: 1px solid #a14834;
  border-radius: 50px;
  margin: 0;
  background-color: transparent;
}
#nav ul li .dropnav .nav-venue-snippet .bx-wrapper .bx-pager .bx-pager-item a:hover, #nav ul li .dropnav .nav-venue-snippet .bx-wrapper .bx-pager .bx-pager-item a:focus, #nav ul li .dropnav .nav-venue-snippet .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #a14834;
}
#nav ul li .dropnav .nav-venue-snippet .bx-controls {
  padding: 20px 0;
}
.drop-bottom-bar {
  margin: 0 -25px 0 -50px;
  background-color: #ebeaea;
  line-height: normal;
}
.drop-bottom-bar-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
}
.drop-bottom-bar-head {
  color: #a14834;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'Cormorant-Garamond';
  letter-spacing: 0.5px;
}
.drop-bottom-bar-desc {
  font-size: 14px;
  line-height: 24px;
  color: #312f35;
  text-transform: none;
}
.drop-bottom-bar-wrap::after {
  content: " ";
  display: block;
  clear: both;
}
.drop-bottom-bar-title {
  float: left;
  padding-top: 5px;
}
#nav ul li .drop-bottom-bar-btn a.button:link, #nav ul li .drop-bottom-bar-btn a.button:visited {
  color: #fff;
}
.drop-bottom-bar-btn {
  float: right;
  width: 298px;
}
#nav ul li .dropnav .nav-venue-snippet .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 4px;
}
#nav ul li.meetings.wedings .dropnav {
  margin-left: -738px;
}
#nav ul li.meetings.wedings .dropnav::before {
  margin-left: 126px;
}
.meet-wedd-amenity-img {
  padding-bottom: 25px;
}

.top-button-reser-wrap {
  float: right;
}
.awardslider ul.slick-dots {
  opacity: 0;
  display: none !important;
}
.ec-singledateslector span.mim-icon-small-calendar {
  display: none;
}
.opentable-booking {
  display: table;
  position: relative;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0 auto 50px;
  box-sizing: border-box;
  text-align: center;
}
.booking-left {
  margin-right: 6%;
  width: 47%;
  float: left;
  text-align: right;
}
.booking-right {
  float: right;
  text-align: left;
  width: 47%;
  padding: 25px 0 0;
}
.booking-left a.btn-link {
  display: inline-block;
  border: 1px solid transparent;
}
.booking-left a.btn-link:hover, .booking-left a.btn-link:focus{
  border-color: #a14834;
}
#EMPLOYEDDATEINFO, #TERMINATIONREASON, #IFYESMAYWECONTACTYOURPRESENTEMPLOYER1, #RELATIVENAME1, #RELATIONSHIP1 {
  display: none;
}
#nav ul li.our-hotel .dropnav {
  width: 180px;
  margin-left: -120px;
}
.attaction-info-wrap {
  min-height: 90px;
  margin-bottom: 24px;
}
a.button.expandable, a.button.collapes {
  width: 100px !important;
}
.text-left .rfp-title {
  text-align: left;
}
.wcheckboxrfp input:hover {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.home-gallery-img img {
  width: 100%;
  height: auto;
  display: block;
}
.home-section3 .meeting-home-image img {
  opacity: 0;
}
.event-home-box-img {
  display: none;
}
.event-home-box-img img {width:100%; height:auto;}
.home-section3 .meeting-home-image.meeting-home-image-activate img {
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.commentcodecol5 button.button[type="submit"] {
  cursor: pointer;
  width: auto;
  margin: 6px 15px;
  padding: 0 40px;
}
.meet-wedd-short-rfp #rfpform {
  padding: 30px 0;
}
.venues .snippet-buttons{
  margin-top:30px;
}
.venues .snippet-buttons a.button {
  width: auto;
  display: inline-block;
  padding: 0 35px;
  margin-right: 30px;
}
.ot-dc-badge--p{
  width:200px;
  margin: 0 auto;
}
.wedding-review {
  max-width: 1480px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
.review-top-title {
  color: #4a180d;
  font-size: 29px;
  line-height: 29px;
  padding-bottom: 15px;
  font-family: 'Cormorant-Garamond';
}
.reviewer-name {
  color: #4a180d;
  padding-top: 15px;
  font-size: 22px;
  line-height: 22px;
  font-style: italic;
  font-family: 'Cormorant-Garamond';
}
.wedding-review .bx-wrapper .bx-pager.bx-default-pager a{
  height: 10px;
  border: 1px solid #a14834;
  background-color: transparent;
}
.wedding-review .bx-wrapper .bx-pager.bx-default-pager a:hover, .wedding-review .bx-wrapper .bx-pager.bx-default-pager a:focus, .wedding-review .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a14834;
}
.snippet-hours .button:link{
  display: inline-block;
  padding: 0 40px;
}
.wine-club-membership {
  background: #f8f6ed;
  padding: 80px 0;
  text-align: center;
}
.membership-btn {
  display: inline-block;
  margin: 0 auto;
}
#diningsnippet-list .common-snippet {
  padding: 0 0 50px;
}
.membership-btn a.button:link{
  padding: 0 20px;
}
.membership-title {
  color: #4a180d;
  font-size: 33px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 25px;
  text-transform: uppercase;
  line-height: 36px;
  font-family: 'Cormorant-Garamond';
}
.wine-club-symbol {
  font-size: 50px;
  line-height: 120px;
  position: relative;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  color: #4a180d;
}
.wine-club-symbol:before {
  width: 80px;
  height: 80px;
  border: 2px solid #4a180d;
  position: absolute;
  content: '';
  left: 20px;
  top: 15px;
  transform: rotate(45deg);
}
.wedding-room-event-slide {
  max-width: 1480px;
  margin: 0 auto;
  padding: 70px 20px 0;
  width: 100%;
  clear: both;
}
.wedding-room-event-img-wrap {
  float: right;
  width: 50%;
}
.wedding-room-event-content {
  width: 50%;
  float: left;
  height: 709px;
  display: table;
}
.wedding-room-event-content-wrap {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  padding: 0 85px 0 105px;
}
.wedding-room-events .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  width: 170px;
  left: 30%;
  bottom: 0;
}
.wedding-room-events .bx-wrapper .bx-controls .bx-pager {
  font-size: 15px;
  font-family: 'Raleway-Medium';
  font-weight: 500;
  color: #000;
  line-height: 36px;
  float: right;
  width: auto;
}
.wedding-room-events .bx-wrapper .bx-controls .bx-controls-direction:before{
  background: #000;
}
.wedding-room-events .bx-wrapper .bx-controls .bx-controls-direction a{
  color: #000;
}
.pkgholder a{
  padding :0 !important;
}
#box .box2:first-child, #box .box:first-child{
  padding-top: 13px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #CCC !important;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 8px;
}
input[type="checkbox"]:checked {
  background-color: #FFF;
  border: 1px solid #0B2531 !important;
  color: #0B2531;
}
input[type="checkbox"]:checked:after {
  content: '\e982';
  font-size: 10px;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #0B2531;
  font-family: "mimiconfont";
}
input[type="radio"] {
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #CCC !important;
  padding: 0;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 8px !important;
  margin-top: 6px !important;
  width: 14px;
  height: 14px;
}
input[type="radio"]:checked {
  background-color: #FFF;
  border: 1px solid #0B2531 !important;
  color: #0B2531;
}
input[type="radio"]:checked:after {
  content: '\e970';
  font-size: 8px;
  position: absolute;
  top: 6px;
  left: 2px;
  color: #0B2531;
  font-family: "mimiconfont";
}
input[type="radio"] + label {
  float: left;
  margin-right: 10px;
}
.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .item-description a{
  color: #4a180d !important;
}

.formslable
{display:none !important;}

.holycall {
  color: #D60000;
}
.wedding-review .review-content {
  line-height: 22px;
}
.holiday-banner {
  position: absolute;
  right: 7px;
  top: 20px;
  z-index: 9;
}
.christmas-gift-baskets {
  width: 100%;
  max-width: 684px;
}
.christmas-gift-baskets img {
  width: 100%;
  height: auto;
}
.snippet-btns.dinbtn2, .snippet-btns.dinbtn3 {
  display: inline-block;
}
.charleyevents ul li h2 {
  font-size: 20px;
  font-family: 'Cormorant-Garamond-Bold';
}
.imgleft.imgleft1 {
  float: left;
  padding-right: 23px;
  padding-bottom: 15px;
}
.commentinput.ada-datepicker .mim-icon-small-calendar {
  position: absolute;
  top: 15px;
  right: 19px;
  font-size: 22px;
}
.hcratinghotel {
  padding-top: 20px; text-align: center;
}
.hcratinghotel:after {
  clear: both;
  content: "";
  visibility: visible;
  display: block;
}

.charleyevents h2 {
  font-size: 20px;
  padding-bottom: 0px;
}
.evnetmid h2 {
  font-size: 26px;
  padding-bottom: 20px;
  text-align: center;
}

.eventbtn2 {
  width: 203px;
  display: inline-block;
  background-color: #a14834;
  text-align: center;
}


.eventbtn2 span {
  background: #a14834;
  color: #fff;
  font-size: 17px;
  height: 60px;
  line-height: 50px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  padding: 9px 25px;
  border: 1px solid #fff;;
  transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  font-family: 'Cormorant-Garamond-Bold';
  letter-spacing: .7px;
  text-transform: uppercase;
}

#note div#hc-ratingRatingHotel__rating
{
  background-color: #00789e !important;
}
#note div#hc-ratingRatingHotel #hc-ratingRatingHotel__year {
  color: #024C64 !important;
}

#note div#hc-ratingRatingHotel #hc-ratingRatingHotel__hotelink
{
  color: #024C64 !important;
}
#note div#hc-ratingRatingHotel #hc-ratingRatingHotel__hotelname
{
  color: #024C64 !important;
}


/* COVID-19 Advisory */
.covid-19-advisory-main {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: url(/images_noindex/exclamation.png) no-repeat 15px 18px;
  background-color: rgba(161,72,52,.9);
  color: #fff;
  padding: 20px 30px 20px 55px;
  z-index: 2000000000;
}
.covid-19-advisory-close {
  position: absolute;
  right: 10px;
  top: 7px;
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
.covid-19-advisory-close:hover, .covid-19-advisory-close:focus {
  color: #91a1b1;
}
.covid-19-advisory-title {
  font-size: 20px;
}
.covid-19-advisory-description ul {
  list-style: disc;
  padding: 15px 15px;
}
.covid-19-advisory-link a:link, .covid-19-advisory-link a:visited {
  color: #fff;
  text-transform: uppercase;
}
.covid-19-advisory-link a:hover, .covid-19-advisory-link a:focus {
  color: #91a1b1;
}
/* COVID-19 Advisory */


/*----------Media Page ---------*/

.mediapage {
  width: 45%;
  box-sizing: border-box;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 2% 30px;
  box-shadow: 0px 0px 10px #0000004d;
  border: 2px solid #CCC;
  background-color: #FFF;
  vertical-align: middle;
}
.mediapage-title {
  display: block;
}
.mediapage-data {
  padding: 20px 20px 25px;
}
.mediapage-title h2 {    padding: 0;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: initial;
}
.mediapage-spacer {
  margin-bottom: 20px;
}
.mediapage-pressbtn {
  text-align: center;
}
/*----------Media Page ---------*/
a.button1 {
  /*background: gray;*/
  background: #707070;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 60px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 0 35px;
  border: 5px solid transparent;
  position: relative;
  left: 225px;
  text-transform: uppercase;
}
a.button2 {
  /*background: gray;*/
  background: #707070;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  height: 60px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 0 35px;
  border: 5px solid transparent;
  text-transform: uppercase;
}
.mediapage-img  { padding-bottom:25px;}

.mediapage-img img {
  width: 100%;
  height: auto;
  display: block;
}
/*---------------------------*/
.anniversary {
  padding: 5px 0 0;
  position: relative;
  z-index: 99999;
  float: right;
  margin: 20px 5px 50px 0;
  bottom: 465px;
}


/*.nn {
/* text-align: center; */
/* margin-right: 60%;
float: right;
}

.nnn {
float: right;
margin-right: 42%;
margin-top: -61px;
}
.nnnn {
float: right;
margin-right: 18%;
margin-top: -61px;
}*/


.n {
  /* text-align: center; */
  float: right;
  margin-right: 62%;
}
.nn {
  float: right;
  margin-right: 44%;
  margin-top: -60px;
}
.nnn {
  float: right;
  margin-right: 20%;
  margin-top: -60px;
}
.new-btns {
  display: inline-block;
}

/* Home Offer Snippet Clone Remove */
.snippet-box-fixwidth.carouselitems.bx-clone {
  display: none;
}
/* Home Offer Snippet Clone Remove */

.home-eat-drink-btn.abc {
  float: right;
  margin-top: -110px;
  margin-right: 100px;
}

.snippet-btns.order {
  width: max-content;
}
#owner{    
  text-align: center;
  background: #fff;
  padding: 10px 0;
  color: #000;
  font-size: 13px;
}

/* Menu CSS Start */
.our-menu-option1 {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}
.our-menu-option1 .menu-main-desc-title {
  display: block;
  text-align: center;
}
.menu-section-list-wrap .uk-grid > div:nth-child(1) .menu-section-item, .menu-section-list-wrap .uk-grid > div:nth-child(2) .menu-section-item {
  border-top: none;
}
.menu-section-item-info::after {
  content: " ";
  display: block;
  clear: both;
}
.menu-section-item {
  display: table-cell;
  width: 42%;
  border-bottom: 1px solid #cac9c9;
  padding-top: 39px;
  padding-bottom: 31px;
  margin-right: 16%;
  box-sizing: border-box;
}
.menu-section-item:nth-child(2), .menu-section-item:nth-child(4), .menu-section-item:nth-child(6), .menu-section-item:nth-child(8) {
  margin-right: 0;
}
.menu-section-price {
  float: right;
  width: 180px;
  text-align: right;
}
.menu-section-name {
  float: left;
  width: calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: -ms-calc(100% - 180px);
  width: -o-calc(100% - 180px);
}
.our-menu-option1 .tabbing-mobile a {
  color: #240931;
  text-decoration: none;
  position: relative;
  display: block;
}
.our-menu-option1 .tabbing-container ul li a:hover, .our-menu-option1 .tabbing-container ul li a:focus, .our-menu-option1 .tabbing-container ul li.current a {
  background-color: #8da23c;
  border-color: #8da23c;
  color: #000;
}
.our-menu-option1 .full-menu-btn {
  display: none;
}
.full-menu-btn {
  width: 156px;
  margin: 0 auto;
  padding: 45px 0 65px;
}
.our-menu-option1 .tabbing-container ul li a {
  padding: 0 20px;
  line-height: 37px;
  height: 40px;
  border: 1px solid #b0c656;
  font-weight: 700;
  font-size: 15px;
  color: #b0c656;
  position: relative;
  text-decoration: none;
  display: block;
}
.our-menu-option1 .tabbing-container ul li {
  margin: 0 10px 20px;  
  display: inline-block;
  background-image: none;
  padding: 0;
}
.our-menu-option1 .tabbing-container ul {
  border-bottom: 0px solid #ddddd4;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.our-menu-option1 .tabbing-container ul li {
  margin: 0 10px 20px;
}
.our-menu-option1 .tabbing-mobile {
  display: none;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #240931;
  font-size: 20px;
  font-weight: 700;
}
.menu-section-desc {
  padding-right: 100px;
  padding-top: 7px;
}
.our-menu-option1 .mobile-tabbing-container {
  max-width: 970px;
  margin: 68px auto 30px;
}
.menu-section-item-info {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #363636;
  font-family: 'Raleway-SemiBold';
}
.menu-section-list-wrap .uk-grid > div .menu-section-item {
  margin-right: 64px;
  border-top: 2px solid #eae7e2;
  padding-top: 39px;
  padding-bottom: 31px;
}
.menu-section-subtitle {
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  color: #4a180d;
  border-top: 2px solid #a14834;
  border-bottom: 2px solid #a14834;
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
  font-family: 'Cormorant-Garamond';
}
.menu-section-box-wrap {
  padding: 0 10px;
}
.section-main-description {
  font-size: 16px;
}
.our-menu-option1 .menu-main-desc-title .menu-disclaimer {
  margin-bottom: 20px;
  font-weight: bold;
}
.menu-section-list {
  margin-bottom: 50px;
}
.menu-main-title {
  font-size: 40px;
  line-height: 50px;
}
.our-menu-option1 .mobile-tabbing-container {
  margin: 68px auto 30px;
}
.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.addon-section-box {
  /*padding-top: 15px;*/
}
.addon-section {
  color: #8C4632;
  display: table;
  width: 100%;
}
.addon-name {
  display: table-cell;
  position: relative;
  padding-right: 15px;
  margin-right: 11px;
}
.addon-price {
  display: table-cell;
  text-align: right;
}
.addon-right {
  margin-top: -6px;
}
.menu-notes {
  border: 1px solid #dbdbdb;
  padding: 40px;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
}
.menu-notes h2 {
  font-weight: bold;
}
/*.menu-section-box-wrap .menu-section-list:nth-child(2) .menu-section-item7, .menu-section-box-wrap .menu-section-list:nth-child(2) .menu-section-item8 {
border: none;
padding-bottom: 0;
}

.menu-section-box-wrap .menu-section-list:nth-child(4) .menu-section-item2, .menu-section-box-wrap .menu-section-list:nth-child(4) .menu-section-item3 {
border: none;
padding-bottom: 0;
}
.menu-section-box-wrap .menu-section-list:nth-child(6) .menu-section-item3, .menu-section-box-wrap .menu-section-list:nth-child(6) .menu-section-item4 {
border: none;
padding-bottom: 0;
}
.menu-section-box-wrap .menu-section-list:nth-child(6) .menu-section-item4, .menu-section-box-wrap .menu-section-list:nth-child(6) .menu-section-item5 {
border: none;
padding-bottom: 0;
}
.menu-section-box-wrap .menu-section-list:nth-child(8) .menu-section-item3, .menu-section-box-wrap .menu-section-list:nth-child(8) .menu-section-item4 {
border: none;
padding-bottom: 0;
}
.menu-section-box-wrap .menu-section-list:nth-child(10) .menu-section-item1{
border: none;
padding-bottom: 0;
}
.menu-section-box-wrap .menu-section-list:nth-child(2) .menu-section-item8 .menu-section-price {
display: none;
}
.menu-section-box-wrap .menu-section-list:nth-child(6) .menu-section-item4 .menu-section-price {
display: none;
}*/

.menutitle h2 {
  text-align: center;
  font-weight: 800;
  font-size: 37px;
}
.subnav-temp #box .box2:first-child {
  padding-top: 0;
}
.menutearm {
  text-align: center;
}
.menu-section-item:nth-child(even) {
  margin-right: 0;
}
.menupagesection.menupagesectionindex .menu-section-price .doller{
  display: none;
}
strong {
  font-weight: bold;
}
.menu-section-item-full {
  padding-bottom: 20px;
}
.menu-section-item-info .menu-section-name {
  float: none;
  width: 100%;
}
.menu-section-item-info em {
  font-weight: normal;
  font-family: 'Raleway-Medium';
  font-size: 15px;
}
/* Menu CSS End */



/*------------ Cookie Banner CSS Start ---------------*/
#msCookieBanner {
  font-size: 13px !important;
  height: auto !important;
  width: 100% !important;
  bottom: 20px !important;
  max-width: 850px !important;
  margin: 0 auto !important;
  left: 0 !important;
  padding: 10px 20px !important;
  right: 0 !important;
  display: flex !important;
  top: auto !important;
  border: none !important;
  border-radius: 5px;
  font-family: 'opensans-regular',sans-serif !important;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#msCookieBanner .left {
  width: 75% !important;
  text-align: left !important;
  /* text-transform: uppercase !important; */
  /* float: left !important; */
  line-height: 24px !important;
  padding-left: 0 !important;
  /* display: table !important; */
  /* height: 40px !important; */
}
#msCookieBanner .left span:first-child {
  font-weight: 600;
}
#msCookieBanner .left span {
  display: table-cell;
  vertical-align: middle;
}
#msCookieBanner .left span:last-child {
  font-weight: 400;
  text-transform: none;
}
#msCookieBanner a {
  border-bottom: 1px solid !important;
  text-transform: capitalize;
}
#msCookieBanner a:hover, #msCookieBanner a:focus {
  color: #c55c44 !important;
  border-bottom: solid 1px !important;
}
#msCookieBanner .right {
  width: 160px !important;
  display: block !important;
  text-align: left !important;
  float: right !important;
  font-weight: 700 !important;
  line-height: normal !important;
  margin-top: 0;
}
#msCookieBanner .right button {
  padding: 10px !important;
  background-color: transparent !important;
  color: #000 !important;
  border: solid 1px transparent !important;
  cursor: pointer !important;
  font-size: 15px !important;
  color: #fff !important;
  transition: border 0.5s !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
  width: 100% !important;
}
#msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
  border: 1px solid #FFF !important;
  outline: none !important;
}
#wrapper .pushItDown {
  margin-top: 0 !important;
}
@media only screen and (max-width:864px) {
  #msCookieBanner .left {
    float: none !important;
    text-align: center !important;
    height: auto !important;
    width: 100% !important;
  }
  #msCookieBanner .left span {
    display: inline;
  }
  #msCookieBanner .right {
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  #msCookieBanner .right button {
    padding: 10px 0 !important;
    text-align: center !important;
  }
  #msCookieBanner .right button:hover, #msCookieBanner .right button:focus {
    border: 1px solid transparent !important;
  }
  #msCookieBanner {
    max-width: 335px !important;
    padding: 10px !important;
    bottom: 50px !important;
  }
}

/*------------ Cookie Banner CSS Start End---------------*/

.dnone {
  display: none;
}
.nav-venue-img img {
    /*width: 93%;
    height: auto;*/
    width: 90%;
    height: 207px;
    z-index: 202;
    margin-left: 10px
}

.pagelevel_action_btns {
  text-align: center;
}
.pagelevel_action_btns a {
  margin: 5px auto;
}
/* Sidewidget Starts */
.bookrightarea {
  margin-top: 22px;
}
#reserve-cancel {
  margin-left: 10px;
  color: #fff;
}
#reservationtable1 {display: none;}
.reservation-bottom1 {
    line-height: 1;
}
.ada-datepicker button {
    position: absolute;
    right: 10px;
    top: 13px;
    background: transparent;
    border: 0;
}
.reservation-bottom1 li {margin-bottom: 20px; width:100% !important;}
div#reservationtable1  div#gdpr-remider {
    line-height: 1.4;
    color: #fff;
}
div#reservationtable1 {
    position: absolute;
    top: 0;
    background: #a14834;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    z-index: 1;}
.reservation-bottom1 label.rtitle {
display: block; color: #fff; line-height: 2;
} 
.reservation-bottom1  input.form-control{
    width: 100% !important;
}
#reservationtable1 .error-message {
     position: relative;
    color: #fff;
    text-shadow: none;
    width: 100%;
 }
#reservationtable1 a {
  color: #d1edf8;
}
.formslable {
  display: none !important;
}
.top-reservation.active .remind-me a.button {
  display: inline-block;
}
#reservation .remindFormWrapper ul li.calendar-content {
  width: 260px;
  margin-right: 15px;
}
#reservation .remindFormWrapper ul li {
  display: block;
  float: left;
  position: relative;
  padding-right: 0;
  margin-right: 15px;
  width: 260px;
}
.remindFormWrapper {
  width: 1170px;
  margin: auto;
  max-width: 100%;
}
.reminder-active #reservation {
  display: block;
  margin-top: -6px;
  position: fixed;
  width: 100%;
  left: 0;
}
#reservation .remindFormWrapper ul li input {
  border-bottom: 1px solid #fff;
}
.remindFormWrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.remindFormWrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.remindFormWrapper :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.remindFormWrapper :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.remindFormWrapper ::placeholder {
  color: #ffffff;
}
.reservation-top a.button, .remindFormWrapper button.button, .reservation-top #reservationtable a.button {
margin-top: 10px;
}
.remind-me .mim-icon-bell, .remindFormWrapper .formslable{
   color: #fff;
}

.reservation-box-footer{
  color: #000
}
.reservation-top .remindFormWrapper a.button:hover,.reservation-top .remindFormWrapper a.button:focus, .remindFormWrapper button.button:hover, .remindFormWrapper button.button:focus, .reservation-top #reservationtable a.button:hover, .reservation-top #reservationtable a.button:focus {
  background:#fff;
  color:#000; 
}
.reservation-box-footer {
  float: left;
  line-height: 45px;
}
.reminder-message {
  color: #fff;
}
/* --- */
@media (min-width: 960px) {
  .side-widget__box {
    width: 845px;
  }

  .uk-offcanvas-flip .side-widget__box {
    right: -845px;
  }
}


.side-widget__close svg,
.side-widget__close svg * {
 

}

.side-widget__close:hover,
.side-widget__close:focus {
  background-color: var(--highlight-color);
}

.side-widget__close:hover svg,
.side-widget__close:hover svg *,
.side-widget__close:focus svg *,
.side-widget__close:focus svg * {
  fill: #fff;
}

.side-widget__row {
  margin: 0;
  align-items: stretch;
  min-height: 100%;
}

.side-widget__col {
  padding: 80px 60px;
}

.side-widget__col--right {
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
}

.side-widget__col + .side-widget__col {
  border-left: 1px solid #c5c5c5;
}

.side-widget__title {
  width: 80%;
  opacity: 1;
  color: var(--text-color) !important;
  text-transform: uppercase;

  margin: 0 0 40px 0;
}

.side-widget__title-text {
  font-size: 16px;
  color: var(--text-color) !important;
  font-family: var(--title-fonts);
  margin-top: 5px;
  margin-bottom: 45px;
  letter-spacing: 0.48px;
}

.side-widget__title-text a {
  color: var(--text-color)!important;
}

.side-widget__title-text a:hover,
.side-widget__title-text a:focus {
  color: var(--highlight-color)!important;
} 

.side-widget__form-actions {
  margin-top: 40px;
}

.side-widget__form-actions-main {
     display: inline-block;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    min-width: 150px;
    padding: 0 28px;
    color: #2e444d;
    background-color: #FFF;
    font-family: 'Playfair Display';
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #2E444D;
}

.side-widget__form-actions-main:hover {
     background: #2e444d;
    color: #FFF;
    text-decoration: none;
}

button.side-widget__form-actions-sec {
  letter-spacing: 0.42px !important;
  font-size: 14px !important;
  line-height: 26px !important;
  min-height: unset !important;
  padding: 0 !important;
      box-shadow: none;
    border: 0;
  margin-left: 20px;
  background: transparent !important;
    color: #fff !important;
    left: 0;
    right: 0;
    margin: 10px auto;
}
#bookingforms-reminder button.ui-datepicker-trigger {
    right: 8px !important;
    top: 31px !important;
}
.uk-button.uk-button-link.side-widget__form-actions-sec {
  color: #2e444d !important;
}
button.side-widget__form-actions-sec:hover {
  color:#d1d2b3!important;   background: transparent !important;
}

.side-widget__form-actions-sec > svg {
  margin-left: 7px;
}

.side-widget__form-actions-sec > svg,
.side-widget__form-actions-sec > svg * {
  fill: var(--highlight-color);
}

.side-widget__form-actions-sec:hover > svg, .side-widget__form-actions-sec:hover > svg * {
  fill: var(--primary-color);
}

.side-widget__smalltitle {
  color: var(--text-color) !important;
  text-transform: uppercase;
  opacity: 1;
}

.side-widget__desc {
  text-align: left;
  letter-spacing: 0.2px;
  color: var(--text-color);
  max-width: 315px;
  margin: 0 auto;
  font-size: 17px;
  font-family: var(--title-fonts);
  line-height: 1.45;
}

.side-widget__hr {
  border-top: 1px solid rgba(112, 112, 112, 0.3) !important;
  margin-top: 45px;
  margin-bottom: 45px;
}

.side-widget__benefits-item {
  letter-spacing: 0.2px;
  color: var(--text-color) !important;
  font-family: var(--title-fonts);
  font-size: 17px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.side-widget__benefits-item > svg,
.side-widget__benefits-item > img {
  margin-right: 10px;
}

.side-widget__benefits-item > svg,
.side-widget__benefits-item > svg * {
  fill: var(--primary-color) !important;
}

.side-widget__benefits-item + .side-widget__benefits-item {
  margin-top: 25px;
}

.side-widget__benefits {
  /*padding-left: 25px;*/
}

/* Form Elements Specific Css */
.side-widget__form-group {
  display: block;
  position: relative;
}
/*
.side-widget__form-text {
  color: #FFF;
  font-family: 'Bodoni MT';
  font-size: 18px;
  letter-spacing: .36px;
  font-style: italic;
}
input#remindagree {
background: #fff;
}
.checkbox.frmfieldset-full {
  color: #FFF;
}
.checkbox.frmfieldset-full label a {
  color: #FFF;
} */
a.remindmelater {
  font-size: 9px !important;
}
a.remindmelater span {
  font-size: 16px !important;
}
.side-widget__form-control {
    font-size: 22px;
    color: #222222 !important;
    height:47px;
    position: relative;
    border-radius: 0;
    text-transform: capitalize;
    padding: 0 20px 0 0;
    font-family: var(--title-fonts);
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 20px;
}
 
}
#remindForm .reserve.button {

  padding: 0 15px !important;
}





select.side-widget__form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.172' viewBox='0 0 10 6.172'%3E%3Cpath fill='%23C93214' d='M6.172-11.8,10-7.969,13.828-11.8,15-10.625l-5,5-5-5Z' transform='translate(-5 11.797)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% 65%;
  cursor: pointer;
}

/*.side-widget__form-control:focus-visible {
outline: 0 !important;
box-shadow: none;
border-bottom-color: var(--secondary-color) !important;
color: var(--highlight-color) !important;
}*/

.side-widget__form-icon {
  position: absolute;
  right: 0;
  bottom: 13px;
  fill: var(--primary-color);
}

.side-widget__form-icon svg,
.side-widget__form-icon svg * {
  fill: var(--primary-color);
}

.open-remind-later .side-widget__booking {
  display: none;
}

.open-remind-later .side-widget__reminder {
  display: block !important;
}
#bookingforms-reminder.open-remind-later {
  opacity: 1;
}
#bookingforms-reminder {
  position: fixed;
  width: 420px;
  right: 0;
background: #e9e6db;
    color:#222222;
  padding: 30px;
  top: 0;
  Line-height: 0;
  transition: 0.4s auto;
  opacity: 1;
}
.reminder-message {
  text-align: center;
 
  font-size: 20px;
  margin-top: 20px;
}
.side-widget__form-control::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #222222!important ;
 }

 .side-widget__form-control::-moz-placeholder {
   /* Firefox 19+ */
    color:#222222!important ;
 }

 .side-widget__form-control:-ms-input-placeholder {
   /* IE 10+ */
     color:#222222!important;
 }

 .side-widget__form-control:-moz-placeholder {
   /* Firefox 18- */
     color:#222222!important;
 }
@media (max-width: 767.98px) {
  #bookingforms-reminder {width: 100%;}
  .side-widget__col {
    padding: 45px 30px;
  }
  .side-widget__form-actions-main {
    font-size: 13px !important;
    height: 50px !important;
    letter-spacing: .78px !important;
  }
  

}

@media (max-width: 639.98px) {
  .side-widget__col {
    width: 100%;
  }

  .side-widget__col + .side-widget__col {
    border-left: 0;
    padding-top: 0;
  }

  .side-widget__form {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 30px;
  }

  .side-widget__desc {
    max-width: unset;
  }

  .side-widget__benefits {
    padding: 0;
  }

  .side-widget__hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .side-widget__title {
    font-size: 22px;
  }
  .side-widget__smalltitle {
    text-align: left !important;
    font-size: 22px;
  }
  .side-widget__title-text {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 25px;
    letter-spacing: 0.32px;
  }
}
/* Sidewidget Ends */
@media (min-width: 960px) and (max-width: 1023px){
  .rightpad.desk-res{
    width: 500px!important;
  }
  .open-megamenu-wrap .rightpad.desk-res {
    width: 33%;
  }
}

.dining-page-snippets-with-virtualbtn-button .snippet-micro-info .snippet-hours{display: flex; flex-direction: column;}
.wine-cheese-bar-buttons .button-link{padding: 5px;}
.upcoming-shows .read-more-content ul {
    width: max-content;
    margin: 0 auto;
}

.event-details .event-details-extra #container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 36px 20px 0;
}
.event-details-extra #container .event-venue-phone,
.event-details-extra #container .event-venue-email{
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
.event-details-extra #container .event-venue-phone a:before{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 482.6 482.6' style='enable-background:new 0 0 482.6 482.6;' xml:space='preserve' width='20' height='20'%3E%3Cpath d='M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-details-extra #container .event-venue-email:before{
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgdm13YXJlOiBodHRwczovL2dpdGh1Yi5jb20vdm13YXJlL2NsYXJpdHktYXNzZXRzIC0tPgo8c3ZnIGZpbGw9IiMwMDAwMDAiIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDM2IDM2IiB2ZXJzaW9uPSIxLjEiICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5lbWFpbC1saW5lPC90aXRsZT4KICAgIDxwYXRoIGNsYXNzPSJjbHItaS1vdXRsaW5lIGNsci1pLW91dGxpbmUtcGF0aC0xIiBkPSJNMzIsNkg0QTIsMiwwLDAsMCwyLDhWMjhhMiwyLDAsMCwwLDIsMkgzMmEyLDIsMCwwLDAsMi0yVjhBMiwyLDAsMCwwLDMyLDZaTTMwLjQ2LDI4SDUuNjZsNy03LjI0LTEuNDQtMS4zOUw0LDI2Ljg0VjkuNTJMMTYuNDMsMjEuODlhMiwyLDAsMCwwLDIuODIsMEwzMiw5LjIxdjE3LjVsLTcuMzYtNy4zNi0xLjQxLDEuNDFaTTUuMzEsOEgzMC4zOEwxNy44NCwyMC40N1oiPjwvcGF0aD4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbC1vcGFjaXR5PSIwIi8+Cjwvc3ZnPg==");
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
/*.event-details-extra #container .event-venue-phone,
.event-details-extra #container .event-venue-email*/

.event-details-extra #container .event-venue-phone:has(a[href="tel:N/A"]) {
    display: none;
}
.event-details-extra #container .event-venue-email{
  display:none;
  font-size: 16px;
  position: relative;
}
.event-details-extra #container .event-venue-email:has(a){display:block}

@media (max-width: 959.98px) {
  .event-details .event-details-extra #container {
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  .event-details .event-details-extra #container {
    padding: 0px 20px 60px;
  }
  .event-details .event-details-extra #container {
    flex-direction: column;
  }
}
