body {
  background-color: #e7e6e6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 17px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kameron, sans-serif;
  color: #fffefe;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
/*   width: 75%; */
  margin-bottom: 18px;
  font-family: Proximanova, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  
}
.w-slider {
  height: auto;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.btn-1 {
  padding: 20px 35px;
  float: right;
  border-radius: 5px;
  background-color: #95c93d;
  box-shadow: rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset;
  -webkit-transition: all 356ms ease;
  transition: all 356ms ease;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}
.button.btn-1:hover {
  background-color: #86b832;
}
.button.btn-1.slider {
  position: relative;
  float: left;
}
.button.btn-1.form-credit {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.button.btn-2 {
  margin-bottom: 40px;
  padding: 10px 30px;
  float: left;
  border-radius: 5px;
  background-color: #95c93d;
  font-family: Proximanova, sans-serif;
}
.button.btn-2:hover {
  background-color: #729c2c;
}
.button.btn-2.request-info {
  background-color: #f09816;
  box-shadow: rgba(255, 255, 255, 0.61) 0px 1px 0px 0px inset;
  -webkit-transition: all 246ms ease;
  transition: all 246ms ease;
  font-size: 16px;
  letter-spacing: 0px;
}
.button.btn-2.request-info:hover {
  background-color: #e39117;
}
.button.btn-2.hotelspecials {
  float: none;
}
.button.btn-3 {
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  background-color: #333;
  font-family: Proximanova, sans-serif;
}
.button.btn-3.learn-more {
  padding-right: 22px;
  padding-left: 22px;
  float: left;
  -webkit-transition: all 283ms ease;
  transition: all 283ms ease;
}
.button.btn-3.learn-more:hover {
  background-color: #525252;
}
.button.btn-3.book-now {
  padding-right: 22px;
  padding-left: 22px;
  float: right;
  background-color: #95c93d;
  -webkit-transition: all 283ms ease;
  transition: all 283ms ease;
}
.button.btn-3.book-now:hover {
  background-color: #79a32f;
}
.button.btn-3.submit-form {
  margin-top: 10px;
  padding: 10px 25px;
  float: right;
  -webkit-transition: all 191ms ease;
  transition: all 191ms ease;
}
.button.btn-3.submit-form:hover {
  background-color: #474747;
}
.button.btn-3.blog-post-btn {
  margin-top: 20px;
}
.button.btn-3.blog-post-btn:hover {
  background-color: #4f4f4f;
}
.nav-bar-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  background-color: rgba(255, 255, 255, 0.81);
  text-decoration: none;
}
.nav-link {
  margin-top: 10px;
  margin-right: 29px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-bottom: 3px solid rgba(149, 201, 61, 0);
  border-top-style: none;
  -webkit-transition: all 356ms ease;
  transition: all 356ms ease;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}
.nav-link:hover {
  border-bottom: 3px solid #95c93d;
  color: #95c93d;
}
.nav-link.w--current {
  color: inherit;
}
.nav-link.sub-mobile:hover {
  color: #333;
}
.nav-link.sub-mobile.w--current {
  color: #f09816;
}
.nav-link.sub-mobile.w--current:focus {
  color: #f09816;
}
.nav-link.play:hover {
  color: #333;
}
.nav-container {
  max-width: 1280px;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  text-decoration: none;
}
.nav-bar-top {
  height: 47px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/ptn-wood.png');
  background-size: 512px;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: Proximanova, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
._1280-container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
/*   text-align: center; */
}
._1280-container.slider-content {
  /*margin-top: 330px;*/
  position: absolute;  
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  text-align: left;
  margin-top: -293px;
  margin-right: auto;
  margin-left: auto;
  width: 1280px;
  max-width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
._1280-container.banner-ad {
  max-width: 1260px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*border-style: none solid solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;*/
  background-image: url('../images/banner-ad-bg.jpg');
  /*background-position: 100% 50%;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-family: Proximanova, sans-serif;
  height: 152px;
  background-size: 100%;
}
._1280-container.page-title-block {
  font-family: Proximanova, sans-serif;
  margin-top: -88px;
}
._1280-container.description-page-full {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Kameron, sans-serif;
  color: #555;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}
._1280-container.description-page-full p {
  width: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
._1280-container.benefit-chart {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px 1px 10px;
  border-color: #ccc;
  border-radius: 5px;
  background-color: white;
  font-family: Proximanova, sans-serif;
}
._1280-container.menu {
  margin-bottom: 50px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
}
._1280-container.contact-page-description {
  padding-top: 20px;
  padding-bottom: 20px;
}
._1280-container.page-title-blog {
  margin-top: 170px;
}
.text-bold-inline {
  font-weight: 400;
}
.text-block-header-top {
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 0px solid transparent;
  text-align: center;
}
.btn-login-rewards {
  display: block;
  width: 90%;
  height: 35px;
  margin: 6px auto;
  padding-top: 8px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #95c93d;
  box-shadow: none;
  -webkit-transition: all 374ms ease;
  transition: all 374ms ease;
  color: #02a9aa;
  text-align: center;
  text-decoration: none;
}
.btn-login-rewards:hover {
  background-color: rgba(0, 0, 0, 0.34);
}
.btn-arrow-right {
  margin-top: -15px;
  margin-right: 17px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
  clear: none;
}
.btn-login-rewards-text {
  width: 95%;
  float: none;
  color: white;
  text-align: center;
}
.search-field {
  display: block;
  width: 90%;
  height: 35px;
  margin: 6px auto;
/*  padding-top: 8px;
  padding-left: 10px;*/
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.29);
  box-shadow: rgba(255, 255, 255, 0.09) 1px 1px 1px 0px, rgba(0, 0, 0, 0.34) 1px 0px 0px 1px inset;
  color: #919191;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0px;
}
.search-field:hover {
  background-color: rgba(0, 0, 0, 0.29);
}
.icon-mag {
  margin-top: -18px;
  padding-right: 10px;
  float: right;
}
.social-media-link {
  width: auto;
  height: 47px;
  margin-top: 0px;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 210ms ease;
  transition: all 210ms ease;
}
.social-media-link:hover {
  background-color: rgba(0, 0, 0, 0.34);
  box-shadow: rgba(255, 255, 255, 0.09) 1px 1px 0px 0px, rgba(0, 0, 0, 0.34) 1px 0px 0px 1px inset;
}
.col-header-top {
  border-right: 1px solid #030303;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 0px 0px 0px;
}
.col-header-top.last-col {
  border-right-style: none;
  box-shadow: none;
}
.slider-home {
  /*height: 650px;
  margin-top: -111px;*/
}
.slide1 {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.76)), url('../images/img-slider.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.76)), url('../images/img-slider.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  height: 85px;
}
.arrow-left {
  /*margin-top: 405px;*/
  margin-bottom: 160px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: black;
  opacity: 0.2;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.arrow-left:hover {
  opacity: 1;
}
.arrow-right {
  /*margin-top: 405px;*/
  margin-bottom: 160px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: black;
  opacity: 0.2;
  -webkit-transition: all 500ms ease, all 250ms ease;
  transition: all 500ms ease, all 250ms ease;
}
.arrow-right:hover {
  opacity: 1;
}
.icon-arrow-left {
  margin-right: 5px;
  margin-left: 35px;
  font-size: 25px;
}
.icon-arrow-right {
  margin: 28.5px 5px 28.5px 35px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 25px;
}
.slogan-slider {
  font-family: Kameron, sans-serif;
  color: white;
  font-size: 72px;
  letter-spacing: 1px;
  text-transform: none;
}
.subtext-slider {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 29px;
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
}
.subtext-slider.contact {
  width: 100%;
  color: #333;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.dropdown-toggle {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}
.dropdown-toggle:hover {
  color: #333;
}
.dropdown-list.w--open {
  top: 80px;
  margin-top: 0px;
  padding: 8px;
  text-decoration: none;
}
.dropdown-list.mobile-nav {
  margin-bottom: 0px;
  padding-top: 0px;
}
.dropdown-list.mobile-nav.w--open {
  top: 0px;
  display: block;
  margin-top: 56px;
  padding-top: 8px;
}
.dropdown-link {
  width: 100%;
  padding: 15px 20px 15px 15px;
  background-color: white;
  font-size: 16px;
  text-decoration: none;
}
.dropdown-link:hover {
  background-color: #95c93d;
  color: white;
}
.dropdown-link.w--current {
  padding-right: 40px;
  color: #333;
}
.slide-nav {
  display: block;
  font-size: 12px;
}
.bar-welcome {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/ptn-wood.png');
  background-size: 512px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 1px 0px inset;
  font-family: Kameron, sans-serif;
  color: white;
  font-size: 14px;
}
.welcome-slogan {
  margin-top: 10px;
  float: left;
  font-family: Proximanova, sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
}
.social-share-block {
  width: auto;
  height: 35px;
  float: right;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.29);
}
.banner-ad-title {
  margin-top: 19px;
  float: left;
  font-family: Proximanova, sans-serif;
  color: #408729;
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.logo-bps {
  margin-right: 15px;
  float: left;
}
.link-module-row {
  display: block;
  max-width: 1280px;
  margin: 0px auto 30px;
}
.link-module-block {
  margin-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 0px none #e3e3e3;
  border-right: 0px none #e3e3e3;
  border-left: 0px none #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*height: 366px;*/
  height: auto;
}
.column-link-row {
  padding-right: 0px;
  padding-left: 0px;
}
.link-module {
  width: 100%;
  border-radius: 5px;
  box-shadow: none;
  -webkit-transition: all 283ms ease;
  transition: all 283ms ease;
  text-decoration: none;
}
.link-module:hover {
  border-color: #ccc;
}
.link-module.rooms {
  float: none;
  box-shadow: none;
}
.link-module.rooms:hover {
  box-shadow: none;
}
.thumb-link-module {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.thumb-link-module.rooms {
  border-top-color: #666;
  border-right-color: #666;
  border-left-color: #666;
  width: 100%;
  height: auto;
}
.thumb-link-module.starbucks {
  background-image: url('../images/thumb-starbucks.jpg');
}
.title-thumb-link {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Kameron, sans-serif;
  color: #383838;
}

.title-thumb-link  a{
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Kameron, sans-serif;
  color: #383838;
  text-decoration:none;
}
.link-thumb-textblock {
  height: 280px;
  padding: 20px 25px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: white;
}
.link-thumb-textblock.btn-none {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.link-thumb-textblock.event {
  height: 260px;
  border-top: 1px none #ccc;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.link-thumb-textblock.promotion {
  height: 100px;
  border-top: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.description-thumb-link {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  color: black;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.description-thumb-link p{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 30px;
  color: black;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.5px;
} 

.link-thumb-btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #383838;
  box-shadow: none;
  -webkit-transition: all 283ms ease;
  transition: all 283ms ease;
  font-family: Proximanova, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.link-thumb-btn:hover {
  background-color: #95c93d;
  box-shadow: none;
  color: white;
}
.btn-arrow-small {
  margin-top: 6px;
  margin-right: 25px;
  float: right;
}
.link-thumb-btn-text {
  width: 80%;
  float: right;
  font-size: 18px;
  letter-spacing: 0px;
}
.link-thumb-btn-text.stay {
  font-family: Kameron, sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.link-thumb-btn-text.rewards-club {
  font-family: Kameron, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.link-thumb-btn-text.play {
  font-family: Kameron, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.bar-cta {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 5px solid #95c93d;
  background-image: url('../images/ptn-wood.png');
  background-size: 512px;
  font-family: Proximanova, sans-serif;
  color: white;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.cta-span-bold {
  font-weight: 800;
}
.cta-text {
  width: 87%;
  margin-top: 20px;
  float: none;
  text-align:center;
}
.footer-main {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  border-top: 5px solid #242424;
  background-color: #2c2c2c;
  background-image: -webkit-radial-gradient(50% 0%, circle closest-corner, rgba(0, 0, 0, 0) 45%, rgba(36, 34, 34, 0.49) 77%, rgba(36, 34, 34, 0.8) 99%);
  background-image: radial-gradient(circle closest-corner at 50% 0%, rgba(0, 0, 0, 0) 45%, rgba(36, 34, 34, 0.49) 77%, rgba(36, 34, 34, 0.8) 99%);
  box-shadow: none;
}
.row-footer-info {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px none black;
}
.phone-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Proximanova, sans-serif;
  color: #95c93d;
  font-weight: 300;
}
.text-footer {
  font-size: 16px;
  letter-spacing: 1px;
}
.text-footer.address {
  color: #b8b8b8;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: none;
}
.text-footer.address a{ color: #b8b8b8 !important; }
.text-footer.address a:hover{ text-decoration: none !important; }
.socialIconblk{     padding-left: 0 !important; }

.address-head {
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.head-esignup {
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-esignup {
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}
.input-newsletter {
  width: 70%;
  border: 1px solid #5c5c5c;
  border-radius: 5px;
  background-color: transparent;
  padding-right: 88px;
}
.input-newsletter:focus {
  border-color: #95c93d;
}
.link-stay {
  color: #333;
  text-decoration: none;
}
.link-stay:hover {
  color: #333;
}
.link-stay.sub-mobile:hover {
  color: #95c93d;
}
.link-play {
  color: #333;
  text-decoration: none;
}
.link-play:hover {
  color: #333;
}
.link-play.w--current:hover {
  color: #333;
}
.nav-menu {
  width: 53.8%;
  text-decoration: none;
}
.e-news-submit-btn {
  position: absolute;
  left: 51%;
  padding: 0px 15px;
  border-left: 1px solid #545454;
  background-color: transparent;
  -webkit-transition: all 210ms ease;
  transition: all 210ms ease;
  font-size: 14px;
  margin-top: -9.2%;
}

.e-news-submit-btn:hover {
  color: #95c93d;
}
.links-sitemap {
  font-family: Proximanova, sans-serif;
  color: #616161;
  text-decoration: none;
}
.li-textlink {
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}
.text-link {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
.text-link:hover {
  color: #95c93d;
}
.responsible-gaming-block {
  margin-top: 35px;
}
.responsible-gaming-block.text {
  width: 100%;
  color: #b8b8b8;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.hr {
  display: block;
  height: 1px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: black;
  box-shadow: #383838 1px 1px 0px 0px;
}
.copyright {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Proximanova, sans-serif;
  color: #b8b8b8;
  font-weight: 300;
  text-align: center;
}
.link-privacypolicy {
  color: #b8b8b8;
  text-decoration: none;
}
.link-privacypolicy:hover {
  color: white;
}
.link-termsofuse {
  color: #b8b8b8;
  text-decoration: none;
}
.link-termsofuse:hover {
  color: white;
}
.credit-adlava {
  font-family:'Handsean webfont', sans-serif;
}
.logo-awards {
  margin-right: 14px;
  margin-bottom: 15px;
}
.container-social-buzz {
  border-top: 1px solid #cfcfcf;
  background-color: white;
}
.headr-social-buzz {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.text-social-buzz-header {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: Proximanova, sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.social-buzz-bold {
  font-family: Kameron, sans-serif;
  color: #95c93d;
  font-size: 24px;
  font-weight: 400;
}
.weather-widget {
  position: relative;
  min-width: 60px;
  padding-top: 5px;
/*   padding-bottom: 10px; */
  float: right;
  clear: none;
  background-color: #a3a3a3;
  font-family: Proximanova, sans-serif;
  color: white;
  text-decoration: none;
}
.img-clouds {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.weather-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.img-page-top-full {
  width: 100%;
  height: auto;
  /*padding-top: 304px;*/
  /*background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph.jpg');
  background-size: cover;
  background-repeat: repeat, no-repeat;*/
}
/*.img-page-top-full.packages {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-2.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-2.jpg');
}
.img-page-top-full.amenities {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-3.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-3.jpg');
}
.img-page-top-full.thingstodo {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/things-to-do-header.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/things-to-do-header.jpg');
}*/
/*.img-page-top-full.play-landing {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-5.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-5.jpg');
}*/
/*.img-page-top-full.rewardsclub {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-6.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-6.jpg');
}*/
/*.img-page-top-full.dine-landing {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-7.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-7.jpg');
}*/
/*.img-page-top-full.twincreeks {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-8.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-8.jpg');
}
.img-page-top-full.entertainment {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-9.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-9.jpg');
}
.img-page-top-full.promotions {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-10.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-10.jpg');
}
.img-page-top-full.banquets {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-11.jpg');
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-11.jpg');
}*/
.page-title {
  font-family: Kameron, sans-serif;
  color: white;
  font-size: 72px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
  line-height: 64px;
}
.page-title.subtext-none {
  /*margin-top: 90px;*/
  font-weight: 400;
}
.page-title.contact {
  margin-bottom: 30px;
  color: #95c93d;
}
.page-title.blog {
  margin-bottom: 30px;
  color: #95c93d;
  font-size: 72px;
}
.page-template-default  .page-title.blog {font-size: 72px!important;}
.section-form {
/*   padding-top: 40px;
  padding-bottom: 40px; */
  background-color: white;
  text-decoration: none;
}
.section-form:focus {
  border: 1px solid #02a9aa;
}
.form-wrapper {
  display: none;
  max-width: 1280px;
/*   margin-top: -11px; */
  margin-right: auto;
  margin-left: auto;
  padding: 39px 30px 30px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  opacity: 0;
  font-family: Proximanova, sans-serif;
  margin-bottom: 35px;
}
#gform_fields_1 .form-bg{margin-top: 30px;}
.gchoice_2_1,.gchoice_2_4,.gchoice_2_2,.gchoice_2_5{padding-left: 30px!important;}
.row-radio-cc {
  margin-bottom: 20px;
}
.li-credit-card {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px none #ebebeb;
}
.radio-button-label {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.radio-button {
  margin-top: 3px;
  font-size: 14px;
}
.cc-auth-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.cc-auth-text.id-text {
  display: block;
  width: 73%;
  margin-right: auto;
  margin-left: auto;
  line-height: 30px;
  text-align: center;
}
.row-cc-input {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 40px 30px 30px;
  background-color: #eee;
  color: #333;
}
.input-field-cc-form {
  margin-bottom: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e0e0e0;
  box-shadow: white 1px 1px 0px 0px, rgba(0, 0, 0, 0.09) 1px 0px 2px 0px inset;
  color: #333;
}
.input-field-cc-form:focus {
  border: 1px solid #95c93d;
}
.section-hotel-specials {
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid #ccc;
  background-color: white;
}
.thumb-hotel-specials {
  width: 100%;
  height: 335px;
  padding: 40px;
  border-radius: 5px;
  background-image: url('../images/silverton-suite-pano_v3s.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.hover-thumb-hotel-specials {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 29px 40px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.56);
  /*opacity: 0;*/
  -webkit-transition: all 155ms ease;
  transition: all 155ms ease;
}
/*.hover-thumb-hotel-specials:hover {
  opacity: 1;
}*/
.title-promotion {
  font-family: Proximanova, sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blurb-promotion {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
.section-title {
  display: block;
  max-width: 1280px;
  margin: 10px auto 30px;
  font-family: Kameron, sans-serif;
  font-size: 36px;
  text-align: center;
}
.section-title.dine {
  margin-top: 40px;
}
.section-title.menu {
  padding-top: 40px;
  position: relative;
  display: block;
  margin-top: 0px;
}
.row-packages {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}
.button-block {
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0 #ccc #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
}
.row-amenities {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}
.benefit-row.cards {
  margin-bottom: 20px;
}
.benefit-row.buffet-pay {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ebebeb;
}
.benefit-row.buffet-pay.last {
  border-bottom-style: none;
}
.card-rewards {
  padding: 5px;
}
.column-card {
  padding-right: 0px;
  padding-left: 0px;
}
.card-points {
  margin-top: 16px;
  font-size: 16px;
}
.benefit-title {
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}
.benefit-amount {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 800;
}
.benefit-amount.n-a {
  color: transparent;
}
.column-benefit {
  padding-top: 0px;
  padding-bottom: 0px;
  border-left: 1px solid #ebebeb;
}
.column-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.icon-sr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-bars-lounges {
  margin-top: 59px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}
.row-dining {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.section-info-booking {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: white;
  font-family: Proximanova, sans-serif;
}
.row-info-booking {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.dine-info {
  width: 100%;
  color: black;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.hours-of-operation {
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.widget-open-table {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px 30px;
  border-radius: 5px;
  background-color: #ebebeb;
}
.title-form {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: white 0px 1px 0px 0px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
.form-open-table {
  margin-top: 15px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.field-label-form {
  width: 100%;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.input-field-opentable {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
.time-block {
  padding-right: 5px;
}
.partysize-block {
  padding-left: 5px;
}
.btn-submit-opentable {
  width: 100%;
  margin-bottom: 11px;
  border-radius: 5px;
  background-color: #95c93d;
  -webkit-transition: all 319ms ease;
  transition: all 319ms ease;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.btn-submit-opentable:hover {
  background-color: #85b336;
}
.logo-opentable {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.link-yelp {
  display: block;
  width: 100%;
  height: 74px;
  background-color: #c51503;
  text-decoration: none;
}
.block-red {
  display: block;
  width: 100%;
  height: 66px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px 0px;
  background-color: #c51503;
}
.text-yelp {
  margin-top: 9px;
  float: left;
  color: white;
  font-size: 16px;
  text-decoration: none;
}
.logo-yelp {
  margin-bottom: 20px;
  float: right;
}
.menu-top {
  height: 35px;
  min-height: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/ptn-wood.png');
  background-size: 512px;
  background-repeat: repeat-x;
}
.logo-twincreeks-menu {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tab-link {
  margin-left: 20px;
  float: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: white;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.tab-link.w--current {
  float: left;
  background-color: #8b8b8b;
  color: white;
}
.tab-panel {
  padding-right: 40px;
  padding-left: 40px;
  /*border-top: 1px solid #d4d4d4;*/
}
.all-tabs {
  padding-left: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.section-header-menu {
  margin-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d4d4d4;
  font-family: Proximanova, sans-serif;
}
.menu-entry-title {
  margin-bottom: 0px;
  float: left;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  text-align: left;
}
.menu-entry-title.price {
  float: right;
}
.menu-item-description {
  float: left;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  text-align: left;
}
.li-menu-item {
  position: relative;
  display: block;
  min-height: 90px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}
.column-menu {
  padding-right: 0px;
  padding-left: 0px;
}
.menu-item-block {
  padding-right: 10px;
  padding-left: 10px;
}
.menu-download {
  max-width: 1280px;
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.pdf-download {
  float: right;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  text-align: right;
}
.menu-download-bold {
  color: #95c93d;
  font-weight: 800;
}
.link-pdf-download {
  color: #333;
  text-decoration: none;
}
.link-pdf-download:hover {
  color: #95c93d;
}
.section-event-thumbs {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ccc;
  border-right: 1px none #ccc;
  border-bottom: 1px solid #ccc;
  background-color: white;
}
.btn-list-calender {
  display: block;
  height: auto;
  max-width: 240px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
}
.btn-list {
  width: 50%;
   border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
 /*  background-color: #b3b3b3; */
  box-shadow: none;
  text-decoration: none;
  background-color: #e3e3e3;
}
.btn-calendar {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc #ccc #ccc transparent;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #e3e3e3;
  box-shadow: white 0px 1px 0px 0px inset;
  text-decoration: none;
}

.btn-list-calender .w-inline-block.active{background-color: #b3b3b3!important; 
  border-top: 1px solid #919191!important;
  border-bottom: 1px solid #919191!important;
  border-left: 1px solid #919191!important;}


.text-event-view {
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px none #ccc;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.title-event {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
}
.row-event-info {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.info-event {
  width: 100%;
  margin-bottom: 19px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.btn-previous {
  float: left;
  clear: left;
  font-family: Proximanova, sans-serif;
  color: #adadad;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.btn-previous:hover {
  color: #95c93d;
}
.event-image {
  width: 100%;
  margin-bottom: 30px;
}
.section-banquet-venue {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-banquet-venue.transparent {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-banquet-venue.transparent.white {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: white;
}
.row-banquet-venue {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.info-block-venue {
  margin-left: 0px;
  padding-top: 27px;
  padding-bottom: 27px;
}
.title-venue {
  font-family: Kameron, sans-serif;
}
.info-venue {
  width: 100%;
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.venue-image {
  width: 98%;
}
.row-request-form {
  display: block;
  max-width: 1280px;
  margin: 60px auto;
  padding-right: 20px;
  padding-left: 20px;
}
.blurb-banquet-form {
  font-family: Kameron, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.map {
  margin-top: 80px;
  border-bottom: 1px solid #ccc;
}
.row-contact-form {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.info-contact-text {
  width: 100%;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.info-contact-text p{
  width: 100%;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.info-column {
  padding-left: 0px;
}
.contact-form-section {
  min-height: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
}
.form-contact {
  padding: 40px 40px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
}
.address-title {
  margin-top: 0px;
  font-family: Kameron, sans-serif;
  font-size: 24px;
}
.form-input-block {
  padding-right: 10px;
  padding-left: 10px;
}

.form-bg .gfield, .form-bg2 .gfield, .form-bg3 .gfield, .form-bg4 .gfield{margin: 10px 10px 3px 10px!important;}

.text-field {
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  background-color: #e7e6e6;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 2px 0px inset;
  color: #333;
}
.text-area {
  overflow-x: visible;
  overflow-y: visible;
  height: auto;
  padding-bottom: 195px;
  padding-left: 20px;
  background-color: #e7e6e6;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 2px 0px inset;
}
.wrapper-blog {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: white;
}
.row-blogpost {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.blog-post-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.blog-post-column {
  padding-left: 0px;
}
.post-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Kameron, sans-serif;
  color: #333;
}
.post-date {
  margin-top: 5px;
  font-family: Proximanova, sans-serif;
  color: #a8a8a8;
  font-size: 16px;
  font-weight: 300;
}
.row-blogpost-info {
  margin-top: 20px;
}
.post-img {
  width: 95%;
}
.post-img.detailed {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.text-link-category {
  color: #2a9cb0;
  text-decoration: none;
}
.blurb-blog-post {
  width: 100%;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.category-block {
  margin-left: 20px;
  padding: 20px 25px 30px;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.title-category-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  font-family: Proximanova, sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.li-category-title {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Proximanova, sans-serif;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
.link-category {
  color: #a8a8a8;
  font-weight: 300;
  text-decoration: none;
}
.link-category:hover {
  color: #2a9cb0;
}
.ul-categories {
  background-color: #f2f2f2;
}
.wrapper-content-white {
  padding-top: 32px;
  padding-bottom: 60px;
  background-color: white;
}
.dropdownlist-stay.w--open {
  top: 80px;
  margin-top: -56px;
  padding-top: 54px;
  background-color: transparent;
}
.dropdownlist-play.w--open {
  top: 80px;
  margin-top: -56px;
  padding-top: 54px;
  background-color: transparent;
}
.subtext {
  float: left;
  font-family: Proximanova, sans-serif;
  color: black;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}
.video-restaurant {
  height: 100%;
}
.section-chef-quote {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4f4f4f;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.chef-quote {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Kameron, sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}
.chef-name {
  margin-top: 8px;
  margin-left: 15px;
  float: left;
  font-family: Proximanova, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.wrapper-partners {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
}
.partners-row {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.logo-block-partner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  text-align: center;
}
.title-partner {
  font-family: Kameron, sans-serif;
  text-align: left;
}
.blurb-partner {
  width: 100%;
  color: black;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.5px;
}
.btn-credit-app {
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #737373;
  -webkit-transition: all 191ms ease;
  transition: all 191ms ease;
  font-family: Proximanova, sans-serif;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 35px;
  top: 20px;
  position: relative;
}
.btn-credit-app:hover {
  background-color: #5eb86b;
}
.wrapper-booking-widget {
  position: static;
  top: 145px;
  right: 0px;
  z-index: 2000;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  width: 25%;
  max-width: 1280px;
  float: right;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.booking-widget {
  width: 29%;
  float: right;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #608224;
}
.widget-btn {
  width: 100%;
  padding: 10px 15px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #95c93d;
  font-family: Proximanova, sans-serif;
  text-decoration: none;
}
.widget-btn:hover {
  background-color: #95c93d;
}
.booking-widget-content {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #608224;
}
.widget-title {
  margin-top: 11px;
  margin-right: 14px;
  margin-bottom: 0px;
  float: right;
  font-family: Proximanova, sans-serif;
  color: white;
  text-align: left;
}
.logo-bestrate {
  float: left;
}
.arrow-down {
  padding-top: 18px;
  float: right;
  clear: none;
}
.text-input {
  width: 100%;
  border-radius: 5px;
  background-color: white;
}
.text-input.promo-code {
  display: block;
  width: 99%;
  margin-right: auto;
  margin-left: auto;
}
.select-field {
  width: 100%;
}
.select-field.guest-qty {
  width: 100%;
  float: none;
}
.booking-form {
  margin-top: -15px;
  padding: 20px 10px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #7aa62e;
  font-family: Proximanova, sans-serif;
}
.booking-form-column {
  padding-right: 3px;
  padding-left: 3px;
}
.submit-btn {
  display: block;
  width: 99%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #303030;
  -webkit-transition: all 191ms ease;
  transition: all 191ms ease;
  color: white;
}
.submit-btn:hover {
  background-color: #424242;
}
.booking-widget-container {
  position: fixed;
  left: 0px;
  top: 141px;
  right: 0px;
  z-index: 999;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
}
html.w-mod-js *[data-ix="form-wrapper-display-none"] {
  display: none;
}
html.w-mod-js *[data-ix="booking-form-display-none"] {
  display: none;
}

.link-yelp {
  display: block;
  padding: 13px;
  width: 100%;
  height: 61px;
  background-color: #c51503;
  text-decoration: none;
}

.btn-primary, input.otw-submit-btn {
color: #ffffff;
background-color: #95c93d!important;
background-image: none;
text-shadow: none;
border: none!important;
}

.btn-primary, input.otw-submit-btn:hover {
color: #ffffff;
background-color: #85b336!important;
border-color: #357ebd;
background-image: none;
text-shadow: none;
border: none!important;
}

.otw-minimal-light-style {
padding: 15px;
position: relative;
background: #ebebeb!important;
border-radius: 4px;
width: 341px;
color: #7E7975;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2);
}

h2.otw-widget-title.widgettitle {
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
border-bottom: 1px solid #b3b3b3;
box-shadow: white 0px 1px 0px 0px;
font-family: Proximanova, sans-serif;
font-size: 16px;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
}

.data-table{
  width: 40%;
  margin: 20px 0px;
}
.data-table td{
  
}
.icon-33::before{
	font-size: 50px;
}
.prom-content p{color: #333;}
.the-content{ margin:0 auto; width: 100%; padding-top:35px; padding-bottom: 25px;}
.the-content p{color: #333;}
.gform_wrapper{margin:0!important;}

#yawp_city_name_section{display:none;}
#yawp_temperature_section{font-size: 19px!important; position: relative; top: -37px; padding: 7px 0px 10px!important;}
#yawp_weather_icon_section{height: 33px!important; position: relative; top: 30px;}
#yawp_weather_widget{width: 60px!important; margin:0!important; background:none!important; border:none!important; border-radius:none!important; box-shadow:none!important;}

#gform_wrapper_2  .top_label input[type="text"],#gform_wrapper_2  .top_label input[type="email"]{color: #555555!important; font-size: 14px; padding: 9px 10px; margin-bottom: 12px; width: 74%; border:1px solid #5C5C5C; background:transparent!important; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
#gform_wrapper_2{margin-top: 25px!important;}
#gform_submit_button_2{position: absolute; bottom: 62px; right: 124px; background: transparent; border-left: 1px solid grey; border-right: 0px; border-top: 0px; border-bottom: 0px;font-size: 14px; padding: 0px 14px!important; }
#gform_wrapper_2  li.gfield.gfield_error.gfield_contains_required{background: transparent!important;  border: none!important; padding:0px!important;}
#gform_wrapper_2  .gfield_error input[type="text"],#gform_wrapper_2  .gfield_error input[type="email"]{margin-bottom:0px!important;}
#gform_wrapper_2.gform_validation_error #gform_submit_button_2{bottom: 98px!important;  right: 130px!important; }
.post-type-archive-entertain .thumb-link-module{height: auto;}
.li-category-title.active a{color: #86b832; font-weight:bold;}
.game-list ul{
  float: left;
  margin-left: 1em;
  font-family: Proximanova, sans-serif;
}
.game-list li{
  padding-right: 2em;
  line-height: 1.5em;
 }
 
 .game-list{margin-left: -75px;}
 
 .form-esignup input[type="text"],
 .form-esignup input[type="email"]{
	 font-weight: bold;
 }
 
 #gform_wrapper_3 input[type=text], #gform_wrapper_3 input[type=url], #gform_wrapper_3 input[type=email], #gform_wrapper_3 input[type=tel], #gform_wrapper_3 input[type=number], #gform_wrapper_3 input[type=password]{
  height: 50px!important;
  padding-left: 20px;
  background-color: #e7e6e6!important;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 2px 0px inset;
  color: #333!important;
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
 }
 
 #input_3_5{
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 195px;
  padding-left: 20px;
  background-color: #e7e6e6!important;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 2px 0px inset;
  font-size:14px;
  display: block;
  width: 100%;
  height: 254px;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
 }
 
 #gform_wrapper_3{
  margin: 0 auto!important;
 }
 
 #gform_wrapper_3 .gform_footer{
  padding:0!important;
  margin:0!important;
 }
 
 #gform_submit_button_3{
  background-color: #474747;
  margin-top: 1px;
  padding: 10px 25px;
  float: right;
  -webkit-transition: all 191ms ease;
  transition: all 191ms ease;
  border-radius: 5px;
  font-family: Proximanova, sans-serif;
  border: none;
 }
 
  #gform_wrapper_3 .top_label li.gfield.gfield_error.gf_left_half,  #gform_wrapper_3 .top_label li.gfield.gfield_error.gf_right_half{width: 49%!important;}

.wrapper-booking-widget {
position: static;
top: 145px;
right: 0px;
z-index: 2000;
display: block;
overflow-x: visible;
overflow-y: visible;
width: 30%;
max-width: 1280px;
float: right;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.row-tablet-menu #searchform_mobile input[type="text"]{ 
	background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-style: italic;
    padding: 0;
    width: 100%;
}
.row-tablet-menu #searchsubmit{ display: none; }

#weatherMobile h2{
	color: #e8e8e8;
    display: inline-block;
    font-size: 16px;
	font-weight: 200;
    line-height: 20px;
    margin-top: 5px;
    padding: 0 0 0 7px;
    text-align: left;
    width: 80%;
}
#weatherMobile h2:last-child{
	display: none;
}
.footerNewsHeading{
	margin-bottom: 9px;
}
@media only screen and (max-width: 1480px) {
 .arrow-right, .arrow-left {
  margin-bottom: 130px;
 }
}


@media only screen and (max-width: 1199px) {
 .nav-link{margin-right: 10px!important;}
 .btn-login-rewards-text{font-size: 12px!important;}
 .text-block-header-top{font-size: 14px!important;}
 .arrow-right, .arrow-left {
  margin-bottom: 70px;
 }
}
  
@media (max-width: 991px) {
   .nav-link{margin-right: 12px!important;}
  .booking-widget-container{z-index: 9999!important;}
  .wrapper-booking-widget .widget-title{font-size: 12px!important;}
  .container-social-buzz{
  height: 503px!important;
  }
  .button.btn-3.learn-more {
    width: 49%;
  }
  .button.btn-3.book-now {
    width: 49%;
  }
  .nav-bar-bottom {
    margin-top: 0px;
    padding-top: 12px;
  }
  .nav-link.sub-mobile {
    color: white;
  }
  .brand {
    width: 26.7%;
  }
  .brand.w--current {
    width: 25%;
  }
  .header {
    z-index: 3000;
  }
  .nav-bar-top {
    height: 15px;
    padding-top: 0px;
  }
  .nav-bar-top.tablet {
    height: 57px;
  }
  ._1280-container.slider-content {
    margin-top: 286px;
    padding-right: 90px;
    padding-left: 90px;
  }
  ._1280-container.banner-ad {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
  }
  ._1280-container.page-title-blog {
    margin-top: 110px;
  }
  .text-block-header-top {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    float: none;
  }
  .btn-login-rewards {
    width: 100%;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    font-family: Proximanova, sans-serif;
  }
  .btn-login-rewards-text {
    padding-top: 1px;
  }
  .social-media-link.fb {
    height: 39px;
    padding-top: 12px;
    float: none;
  }
  .social-media-link.twitter {
    height: 39px;
    float: none;
  }
  .social-media-link.googleplus {
    height: 39px;
    float: none;
  }
  .social-media-link.youtube {
    height: 39px;
    float: none;
  }
  .social-media-link.foursquare {
    height: 39px;
    float: none;
  }
  .social-media-link.pinterest {
    height: 39px;
    float: none;
  }
  .social-media-link.instagram {
    height: 39px;
    float: none;
  }
  .social-media-link.blog {
    height: 39px;
    float: none;
  }
  .col-header-top {
    border-right-style: none;
    box-shadow: none;
  }
  .slide1 {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.76) 84%), url('../images/img-slider.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.76) 84%), url('../images/img-slider.jpg');
  }
  .arrow-left {
    width: 8%;
    height: 10%;
  }
  .arrow-right {
    width: 8%;
    height: 10%;
  }
  .icon-arrow-left {
    margin-right: 20px;
    margin-left: 5px;
  }
  .icon-arrow-right {
    margin: 20px 5px 20px 20px;
  }
  .slogan-slider {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 60px;
  }
  .subtext-slider {
    width: 100%;
    margin-top: 0px;
  }
  .dropdown-toggle.sub-phone.w--open {
    width: 100%;
  }
  .dropdown-list.mobile-nav.w--open {
    width: 100%;
  }
  .bar-welcome {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .welcome-slogan {
    margin-top: 40px;
    float: none;
    font-size: 33px;
    line-height: 0px;
  }
  .banner-ad-title {
    margin-top: 14px;
  }
  .logo-bps {
    width: 90px;
  }
  .link-module-block {
    margin-top: 10px;
    padding-right: 4px;
    padding-left: 4px;
  }
  .link-module-block.event {
    padding-bottom: 20px;
  }
  .title-thumb-link {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  .link-thumb-textblock {
    height: 305px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-thumb-textblock.event {
    height: 115px;
  }
  .link-thumb-textblock.promotion {
    padding: 20px 10px;
  }
  .link-thumb-btn {
    height: 50px;
    padding: 10px;
    box-shadow: none;
  }
  .btn-arrow-small {
    margin-top: 12px;
    margin-right: -1px;
  }
  .link-thumb-btn-text {
    width: 95%;
    margin-top: 5px;
    float: left;
  }
  .link-thumb-btn-text.stay {
    margin-top: 7px;
    font-size: 16px;
  }
  .link-thumb-btn-text.rewards-club {
    margin-top: 5px;
  }
  .link-thumb-btn-text.play {
    margin-top: 5px;
  }
  .bar-cta {
    font-size: 38px;
  }
  .cta-text {
    font-size: 26px;
    text-align: center!important;
  }
  .footer-main {
    box-shadow: none;
  }
  .phone-footer {
    font-size: 34px;
  }
  .input-newsletter {
    width: 90%;
  }
  .link-stay.sub-mobile.w--current {
    color: white;
  }
  .link-play.sub-mobile {
    color: white;
  }
  .nav-menu.mobile {
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
    padding: 10px 20px 20px;
    background-color: #333;
    text-decoration: none;
  }
  .e-news-submit-btn {
    left: 0px;
    top: 5px;
  }
  .logo-awards {
    width: 60%;
    margin-bottom: 10px;
  }
  .weather-widget {
    position: static;
    width: 100%;
    height: 40px;
    float: none;
    border-radius: 5px;
  }
  .img-clouds {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-bottom: 0px;
    float: left;
  }
  .weather-link {
    margin-top: 10px;
    margin-left: 128px;
    float: left;
    clear: left;
    text-align: left;
  }
  /*.img-page-top-full.packages {
    background-position: 0% 0%, 88% 0%;
  }
  .img-page-top-full.promotions {
    background-position: 0% 0%, 71% 0%;
  }*/
  .page-title.subtext-none.rewards {
    /*margin-top: 63px;*/
    line-height: 58px;
  }
  .page-title.blog {
    margin-top: 0px;
  }
  .section-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .thumb-hotel-specials {
    padding: 20px;
  }
  .hover-thumb-hotel-specials {
    padding: 15px;
  }
  .title-promotion {
    margin-top: 5px;
  }
  .blurb-promotion {
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  .row-amenities {
    margin-bottom: 0px;
  }
  .benefit-title {
    font-size: 16px;
  }
  .icon-sr {
    width: 43.5%;
  }
  .section-info-booking {
    padding-right: 20px;
    padding-left: 20px;
  }
  .widget-open-table {
    width: 100%;
    margin-top: 10px;
  }
  .time {
    width: 100%;
    float: none;
  }
  .time-block {
    padding-right: 0px;
  }
  .partysize-block {
    padding-left: 0px;
  }
  .link-yelp {
    width: 100%;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .block-red {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .text-yelp {
    margin-top: 15px;
    float: left;
    font-size: 24px;
    text-align: center;
  }
  .logo-yelp {
    display: block;
    margin-top: 6px;
    margin-left: 20px;
    float: left;
    text-align: center;
  }
  .pdf-download {
    float: none;
    text-align: center;
  }
  .section-event-thumbs {
    padding-bottom: 0px;
  }
  .row-event-info {
    padding-bottom: 40px;
  }
  .info-block-venue {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .row-request-form {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .map {
    margin-top: 48px;
  }
  .contact-form-section {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .form-contact {
    margin-top: 25px;
    padding: 30px 20px 20px;
  }
  .wrapper-blog {
    padding-top: 30px;
  }
  .blog-post-column {
    padding-right: 0px;
  }
  .post-img {
    width: 100%;
  }
  .blurb-blog-post {
    margin-top: 18px;
  }
  .category-block {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .column1-footer {
    padding-right: 12px;
    padding-left: 20px;
  }
  .responsible-gaming {
    margin-top: 0px;
  }
  .column2-footer {
    padding-right: 20px;
  }
  .nav-items-tablet {
    padding-left: 0px;
    float: none;
    clear: none;
    text-decoration: none;
  }
  .nav-link-tablet {
    width: 100%;
    padding-left: 20px;
    font-family: Proximanova, sans-serif;
    color: white;
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
  }
  .dropdown-toggle-tablet {
    padding-top: 0px;
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
  }
  .dropdown-toggle-tablet.w--open {
    float: none;
  }
  .dropdown-link-tablet {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
  }
  .dropdown-link-tablet:active {
    color: #e8983c;
  }
  .icon-dropdown-tablet {
    display: none;
    float: none;
    clear: left;
  }
  .dropdown-toggle-text {
    float: left;
    font-family: Proximanova, sans-serif;
  }
  .text-nav-link-tablet {
    text-decoration: none;
  }
  .li-nav-link-tablet {
    padding-top: 15px;
    padding-bottom: 20px;
    text-decoration: none;
  }
  .menu-button {
    margin-top: 7px;
    padding: 5px 10px;
    border: 1px solid #c2c2c2;
    border-radius: 0px;
    background-color: white;
    font-family: Proximanova, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-button:active {
    border-color: #c2c2c2;
    background-color: white;
    color: white;
  }
  .text-menu-btn {
    color: #333;
  }
  .section-chef-quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .chef-quote {
    margin-bottom: 14px;
    float: none;
    text-align: center;
  }
  .chef-name {
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .logo-block-partner {
    margin-bottom: 15px;
  }
  .btn-credit-app {
    width: 45%;
  }
  .description-restaurant {
    margin-top: 15px;
  }
  .nav-bar-bottom .nav-container {
    height: 63px;
  }
  .booking-widget-container {
    top: 101px;
    width: 320px;
    left: inherit;
    right: 0px;
    float: right;
  }
  .wrapper-booking-widget {
    width: 100%;
  }
  .tablet-nav-dropdown {
    position: relative;
    padding: 7px 0px;
    float: none;
    clear: none;
    border-bottom: 1px solid #4a4a4a;
    font-family: Proximanova, sans-serif;
    color: white;
    text-transform: uppercase;
  }
  .nav-list-item {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0px;
    float: none;
    clear: none;
    border-bottom: 1px solid #4a4a4a;
    color: white;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    list-style-type: none;
  }
  .tablet-nav-link {
    padding-top: 10px;
    padding-right: 100px;
    padding-bottom: 10px;
    font-family: Proximanova, sans-serif;
    color: white;
    text-decoration: none;
  }
  .tablet-dropdown-list.w--open {
    padding-left: 20px;
    background-color: transparent;
  }
  .tablet-dropdown-link {
    font-family: Proximanova, sans-serif;
    color: #949494;
    text-decoration: none;
  }
  .tablet-dropdown-link:hover {
    background-color: #242424;
  }
  .tablet-nav-utility {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    float: left;
    border-top: 0px none #525252;
    border-radius: 5px;
    background-color: #727372;
  }
  .tablet-utility-row {
    width: 100.1%;
    padding-top: 18px;
    border-top-style: none;
  }
  .tablet-social-media {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #525252;
    border-radius: 5px;
  }
  .search-bar-tablet {
    height: 40px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.34);
    font-family: Proximanova, sans-serif;
    color: #adadad;
    font-style: italic;
    font-weight: 300;
    text-align: left;
  }
  .row-tablet-menu {
    padding-top: 15px;
    text-align: center;
  }
  .tablet-navitem-column {
    border-right: 1px none #4a4a4a;
  }
  
  #gform_submit_button_2{
  right: 90px!important;
  }
  .e-news-submit-btn {
    left: 56%;
    margin-top: 1.8%;
  }
}
@media (max-width: 767px) {
  .e-news-submit-btn {
    left: 85%;
    margin-top: 0.8%;
  }
  #gform_submit_button_2{
  right: 30px!important;
  }
 .description-thumb-link{font-size: 14px!important;}
  #gform_wrapper_2 .top_label input[type="text"], #gform_wrapper_2 .top_label input[type="email"]{width:100%;}
  h4 {
    text-align: center;
  }
  .button.btn-1.slider {
    width: 100%;
    float: none;
  }
  .button.btn-3.submit-form {
    width: 100%;
    float: none;
  }
  .nav-bar-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brand {
    width: 31.7%;
  }
  .brand.w--current {
    width: 30%;
    padding-left: 0px;
  }
  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._1280-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1280-container.slider-content {
    margin-top: 256px;
    padding-right: 10px;
    padding-left: 10px;
  }
  ._1280-container.banner-ad {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1280-container.page-title-block {
    /*margin-top: -20px;*/
  }
  ._1280-container.description-page-full {
    padding-right: 20px;
    padding-left: 20px;
  }
  ._1280-container.page-title-blog {
    margin-top: 85px;
  }
  .slider-home {
    /*height: 600px;*/
  }
  .slide1 {
    height: 651px;
    background-position: 0% 0%, 24% -11%;
  }
  .icon-arrow-left {
    margin-right: 20px;
    margin-left: 5px;
  }
  .slogan-slider {
    line-height: 42px;
  }
  .dropdown-toggle.sub-phone {
    display: inline-block;
    float: left;
    clear: none;
  }
  .welcome-slogan {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .banner-ad-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    float: none;
    clear: none;
    font-size: 23px;
    text-align: left;
  }
  .logo-bps {
    margin-right: 0px;
  }
  .title-thumb-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .link-thumb-textblock {
    height: 150px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-thumb-textblock.promotion {
    height: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .link-thumb-btn {
    box-shadow: none;
  }
  .link-thumb-btn-text {
    width: 95%;
    padding-top: 0px;
  }
  .cta-text {
    width: 66%;
    margin-top: 0px;
    float: none;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .phone-footer {
    text-align: center;
  }
  .text-footer.address {
    width: 100%;
    text-align: center;
  }
  .input-newsletter {
    width: 100%;
  }
  .nav-menu.mobile {
    padding-right: 10px;
    padding-left: 10px;
  }
  .e-news-submit-btn {
    top: 5px;
    right: 0;
  }
  
  .li-textlink {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #292929;
    text-align: center;
  }
  .responsible-gaming-block.text {
    text-align: center;
  }
  .img-clouds {
    margin-right: 10px;
    float: right;
  }
  .weather-link {
    margin-top: 7px;
    margin-right: auto;
    margin-left: 15px;
    float: left;
    clear: none;
  }
  /*.img-page-top-full.packages {
    background-position: 0% 0%, 91% 0%;
  }*/
/*  .img-page-top-full.play-landing {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74) 36%, rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-5.jpg');
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74) 36%, rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-5.jpg');
    background-position: 0% 0%, 38% 0%;
  }*/
  /*.img-page-top-full.promotions {
    background-position: 0% 0%, 60% 0%;
  }*/
  .page-title.subtext-none {
    /*margin-top: 135px;*/
  }
  .page-title.subtext-none.rewards {
    /*line-height: 58px;*/
  }
  .section-form {
    padding: 10px;
  }
  .section-hotel-specials {
    padding-bottom: 0px;
  }
  .thumb-hotel-specials {
    margin-bottom: 20px;
  }
  .hover-thumb-hotel-specials {
    padding-top: 60px;
  }
  .section-info-booking {
    padding-top: 41px;
  }
  .widget-open-table {
    width: 100%;
    margin-top: 20px;
  }
  .link-yelp {
    width: 100%;
  }
  .block-red {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .text-yelp {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    font-size: 20px;
  }
  .logo-yelp {
    display: block;
    margin-top: 5px;
    float: left;
  }
  .tab-link {
    padding-right: 25px;
    padding-left: 25px;
  }
  .pdf-download {
    text-align: left;
  }
  .event-image {
    margin-top: 30px;
  }
  .map {
    margin-top: 33px;
  }
  .column2-footer {
    padding-left: 20px;
  }
  .menu-button {
    margin-top: 5px;
  }
  .logo-block-partner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn-credit-app {
    width: 100%;
  }
  .wrapper-booking-widget {
    width: 100%;
  }
  .widget-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #95c93d;
  }
  .widget-title {
    margin-top: 5px;
    float: left;
    font-size: 16px;
    font-weight: 800;
  }
  .arrow-down {
    padding-top: 13px;
  }
  .booking-widget-container {
    top: 84px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-list-item {
    text-align: left;
  }
  .tablet-nav-link {
    padding-right: 0px;
  }
  .tablet-nav-utility {
    display: block;
    margin-top: 10px;
    padding: 11px 10px;
  }
  .tablet-utility-row {
    display: block;
  }
  .tablet-social-media {
    margin-bottom: 10px;
  }
  .search-bar-tablet {
    margin-bottom: 10px;
  }
  .tablet-navitem-column {
    border-bottom: 1px none #4a4a4a;
    border-right-style: none;
  }
  .tablet-nav-play {
    text-align: left;
  }
  .tablet-nav-stay {
    text-align: left;
  }
  
  div#social-buzz > ul > li{
  width: 230px!important;
  }
  
  .container-social-buzz{
  height: 718px!important;
  }
  
  .banner-ad a{text-decoration:none!important;}
  
}


@media (max-width: 479px) {
	.e-news-submit-btn {
		left: 72%;
	}
	.slogan-slider{font-size: 27px;}
	.page-template-page-home-php .link-module-row{
		margin: 0px auto 5px !important;
	}

  #social-buzz ul li.sb-border-color {
    width: 100% !important;
  }

  #social-buzz ul li.sb-border-color .source {
    width: 100% !important;
  }

  #social-buzz ul li.sb-border-color span.excerpt {
    width: 100% !important;
  }

  .button.btn-1 {
    width: 100%;
    float: none;
  }
  .button.btn-1.slider {
    width: 100%;
    float: none;
  }
  .button.btn-2 {
    width: 100%;
  }
  .button.btn-3.submit-form {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.btn-3.blog-post-btn {
    width: 100%;
  }
  .nav-bar-bottom {
    padding: 10px;
  }
  .brand {
    width: 56.7%;
  }
  .brand.w--current {
    width: 54%;
  }
  .nav-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  ._1280-container.slider-content {
    margin-top: 265px;
    padding-right: 15px;
    padding-left: 15px;
  }
  ._1280-container.page-title-block {
    /*margin-top: -65px;*/
  }
  .social-media-link.fb {
    padding-right: 5px;
    padding-left: 5px;
  }
  .social-media-link.twitter {
    padding-right: 5px;
    padding-left: 5px;
  }
  .social-media-link.googleplus {
    padding-right: 5px;
    padding-left: 5px;
  }
  .social-media-link.youtube {
    padding-right: 5px;
    padding-left: 5px;
  }
  .social-media-link.foursquare {
    padding-right: 5px;
    padding-left: 5px;
  }
  .social-media-link.pinterest {
    padding-right: 5px;
    padding-left: 5px;
  }
  .social-media-link.instagram {
    padding-right: 5px;
    padding-left: 5px;
  }
  .slider-home {
    /*height: 600px;*/
  }
  .slide1 {
    background-position: 0% 0%, 30% 0%;
  }
  .slogan-slider {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }
  .subtext-slider {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .welcome-slogan {
    margin-top: 16px;
    margin-bottom: -20px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .banner-ad-title {
    margin-top: 5px;
    float: none;
    font-size: 18px;
    line-height: 19px;
    text-align: left;
  }
  .title-thumb-link {
    font-size: 24px;
    line-height: 23px;
  }
  .link-thumb-textblock {
    height: 250px;
  }
  .link-thumb-textblock.event {
    height: 175px;
  }
  .link-thumb-textblock.promotion {
    height: 100px;
  }
  .link-thumb-btn {
    box-shadow: none;
  }
  .link-thumb-btn-text {
    width: 95%;
  }
  .cta-text {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  /*.img-page-top-full.packages {
    background-position: 0% 0%, 71% 0%;
  }*/
/*  .img-page-top-full.play-landing {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74) 48%, rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-5.jpg');
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74) 48%, rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-5.jpg');
    background-position: 0% 0%, 28% 0%;
  }*/
/*  .img-page-top-full.dine-landing {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.74) 61%, rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-7.jpg');
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.74) 61%, rgba(255, 255, 255, 0)), url('../images/img-top-full-ph-7.jpg');
  }*/
  /*.img-page-top-full.promotions {
    background-position: 0% 0%, 63% 0%;
  }*/
  .page-title.subtext-none {
    /*margin-top: 135px;*/
    font-size: 50px;
    line-height: 55px;
  }
  .page-title.subtext-none.entertainment {
    font-size: 46px;
  }
  .form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .radio-button-label {
    width: 100%;
  }
  .row-cc-input {
    padding: 20px 10px;
  }
  .section-hotel-specials {
    padding-bottom: 0px;
  }
  .hover-thumb-hotel-specials {
    padding-top: 15px;
  }
  .title-promotion {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .blurb-promotion {
    margin-top: 0px;
  }
  .row-amenities {
    margin-bottom: 20px;
  }
  .link-yelp {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-yelp {
    margin-top: 0px;
    float: none;
    font-size: 18px;
  }
  .logo-yelp {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
  }
  .logo-twincreeks-menu {
    width: 75%;
  }
  .tab-link {
    width: 109px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-panel {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pdf-download {
    text-align: center;
  }
  .section-event-thumbs {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .row-event-info {
    padding-right: 10px;
    padding-left: 10px;
  }
  .map {
    margin-top: 33px;
  }
  .form-contact {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button {
    margin-top: 3px;
  }
  .wrapper-booking-widget {
    width: 100%;
  }
  .booking-widget-container {
    top: 84px;
  }
  .tablet-nav-dropdown {
    border-bottom: 1px solid #4a4a4a;
  }
  .nav-list-item {
    border-bottom: 1px solid #4a4a4a;
    text-align: left;
  }
  .tablet-navitem-column {
    border-right-style: none;
    border-bottom-style: none;
  }
  .tablet-nav-play {
    text-align: left;
  }
  .tablet-nav-stay {
    text-align: left;
  }
}

.section-chef-quote {
padding-top: 24px;
padding-bottom: 46px;
background-color: #4f4f4f;
background-image: none;
background-position: 0% 0%;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
}

div#sidebar ul {
list-style: none;
}

<style type=text/css>
.smartling-notranslate.smartling-notranslate-div div:nth-child(2) {
display: none;
}
input#arrival-date {
width: 101%;
padding-left: 8px;
}

.w-col.w-col-3.first {
float: left;
}

h9 {
float: none!important;
}

div#social-buzz h1 {
color: #000;
font-size: 15px !important;
margin-top: 10px !important;
display: none!important;
}

div#social-buzz h2 {
color: #666;
font-size: 12px !important;
font-weight: bold !important;
padding-bottom: 10px;
padding-top: 5px;
display: none;
}

div#social-buzz .header {
background-color: #fff!important;
border: none!important;
color: #666;
margin-bottom: 10px !important;
padding: 5px 10px 2px;
font-size: 8pt;
display: none!important;
}

div#social-buzz .market-ranking {
float: right;
text-align: right;
display: none;
}

li.sb-border-color:first-child {
clear: both;
margin-left: 0;
float:left!important;
}

li.sb-border-color:nth-child(2) {
float:left!important;
}

li.sb-border-color:nth-child(3) {
float:left!important;
}

li.sb-border-color:nth-child(4) {
float:right!important;
}

li.sb-border-color:nth-child(5) {
display: none
}
li.sb-border-color:nth-child(6) {
display: none;
}
li.sb-border-color:nth-child(7) {
display:none;
}
li.sb-border-color:nth-child(8) {
display: none;
}
li.sb-border-color:nth-child(9) {
display: none;
}
li.sb-border-color:nth-child(10) {
display: none;
}

div#social-buzz > ul > li {
padding-bottom: 20px;
margin-bottom: 10px !important;
border-bottom: 1px solid #fff!important;
width: 23.076923076923077%!important;
}

div#social-buzz .footer {
text-align: center;
font-size: 8pt;
display: none;
}

.container-social-buzz {
border-top: 1px solid #cfcfcf;
background-color: white;
/* height: 371px!important; */
}

select#month {
    padding: 0px;
    font-size: 12px;
    border-radius: 5px;
}

select#day {
    padding: 0px;
    font-size: 12px;
    border-radius: 5px;
}

select#year {
    padding: 0px;
    font-size: 12px;
    border-radius: 5px;
}

div#theme-options {
display: none;
}



.w-col.w-col-3.first {
width: 35%;
}

.w-col.w-col-3.second {
width: 28%;
}

.w-col.w-col-3.third {
width: 37%;
}

div#title {
padding-bottom: 5px;
}

h9 {
float: none!important;
color: white;
font-weight: 500;
}

.slogan-slider {
font-family: Kameron, sans-serif;
color: white;
font-size: 66px;
letter-spacing: 1px;
text-transform: none;
}

a.resbutton {
    display: block; width: 99%; margin-right: auto; margin-left: auto; padding-top: 15px; padding-bottom: 15px; border-radius: 5px; background-color: rgb(48, 48, 48); transition: all 191ms ease; -webkit-transition: all 191ms ease; color: white;
    text-decoration: none;
    text-align: center;
}

a.resbutton:hover {
    background-color: rgb(66, 66, 66);
}

.btn-calendar {
width: 50%;
padding-top: 0px;
padding-bottom: 0px;
border-style: solid;
border-width: 1px;
border-color: #ccc #ccc #ccc transparent;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
background-color: #e3e3e3;
box-shadow: white 0px 1px 0px 0px inset;
text-decoration: none;
float: right;
}

@font-face {
  font-family: 'Handsean webfont';
  src: url('../fonts/handsean-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.tab-2{display:none;}


/*@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Thin.otf') format('opentype'), url('../fonts/ProximaNova-ThinIt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-RegItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-LightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-BoldIt.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}*/

@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/proxima-new/ProximaNova-Regular-webfont.eot');
    src: url('../fonts/proxima-new/ProximaNova-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-new/ProximaNova-Regular-webfont.woff2') format('woff2'),
         url('../fonts/proxima-new/ProximaNova-Regular-webfont.woff') format('woff'),
         url('../fonts/proxima-new/ProximaNova-Regular-webfont.ttf') format('truetype'),
         url('../fonts/proxima-new/ProximaNova-Regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: 200;
    font-style: normal;

}

.nav-link-dropdown {color: #333; text-decoration:none;}
.dropdown-link{width: 100%; padding: 15px 20px 15px 15px; background-color: white; font-size: 16px; text-decoration: none;}
/* .page-title{padding-left: 92px; padding-top: 42px;} */

/* Careers Page iFrame */
#taleolist iframe {
  width: 100%;
  height: 800px;
}

.admin-bar .header{margin-top: 32px;}

.form-wrapper{}

.page-template-default ._1280-container.page-title-blog,.page-template ._1280-container.page-title-blog{margin-top: 172px!important; padding-bottom: 12px;}
.gfield_radio label{color: #787878;}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{margin: 0px 0 0px 0!important;}
.containing p{color:#000;}
.column21{float:left;width: 45%;}
.column22{float:right;width: 45%;}
.column21 ul li,.column22 ul li{list-style:none!important;}



.data-table {
  margin:0px;padding:0px;
  width:100%;
  border:1px solid #CECECE;
  
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
  
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
  
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
  
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
  margin-bottom: 10px;
}.data-table table{
    border-collapse: collapse;
        border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}.data-table tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.data-table table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.data-table table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}.data-table tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}.data-table tr:hover td{
  
}
.data-table tr:nth-child(odd){ background-color:#EFEFEF; }
.data-table tr:nth-child(even)    { background-color:#ffffff; }
.data-table td{
  vertical-align:middle;
  
  
  border:1px solid #CECECE;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  font-size:12px;
  font-family:Arial;
  font-weight:normal;
  color:#000000;
}.data-table tr:last-child td{
  border-width:0px 1px 0px 0px;
}.data-table tr td:last-child{
  border-width:0px 0px 1px 0px;
}.data-table tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.data-table tr:first-child td{
  background:#a5a5a5;
  border:0px solid #CECECE;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#ffffff;
}
.data-table tr:first-child:hover td{ 

  background:#a5a5a5;
}
.data-table tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.data-table tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}
.column21 h2,.column22 h2{margin-bottom: 2px; font-size: 18px;}

/* Footer > Menu > Sitemap > Fixes */
ul#menu-sitemap {
  list-style: none;
  padding-left: 0px;
}

ul#menu-sitemap li {
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

ul#menu-sitemap li a {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

ul#menu-sitemap li a:hover {
    color: #95c93d;
}

/* Dining Post Fixes */
.section-dining-menu {
  background-color: #e7e6e6;
  padding-bottom: 50px;
}

body.single-dine .section-info-booking {
  padding-bottom: 0px;
  border-bottom: 0px;
}

#tc-yelp {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#tc-yelp img {
    height: 54px;
    width: 125px;
    border: none;
}

.menu-images {
  position: relative;
  display: block;
  width: 100%;
}

img.menu-img {
  width: 100%;
  margin-bottom: 13px;
}

/* Package Button Meta Ready Classes */
.removeit {
  display: none;
}
.centerit {
  position: relative;
  float: none !important;
  margin: 0 auto;
  text-align: center;
  display: block;
}



.bassLink {
  text-decoration: none;
}


body.page-template-archive-promotion-php .link-thumb-textblock.promotion {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}


#tripleseat_embed_form input, #tripleseat_embed_form select{
  height: 50px!important;
  padding-left: 20px;
  background-color: #e7e6e6!important;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 2px 0px inset;
  color: #333!important;
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc !important;
}

#tripleseat_embed_form textarea {
  height: 50px!important;
  padding-left: 20px;
  background-color: #e7e6e6!important;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 2px 0px inset;
  color: #333!important;
  display: block;
  width: 100%;
  height: auto !important;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc !important;
}

#tripleseat_embed_form input#lead_phone_number {
  width: 100%;
}

#tripleseat_embed_form input[type="submit"] {
  background-color: #95c93d !important;
  color: #ffffff !important;
  box-shadow: none;
  -webkit-transition: all 356ms ease;
  transition: all 356ms ease;
}

#tripleseat_embed_form input[type="submit"]:hover {
  background-color: #ffffff !important;
  color: #95c93d !important;
}


body.single-stay .fix-stay-top {
  padding-bottom: 13px;
}

.section-hotel-specials {
  padding-top: 13px;
  padding-bottom: 30px;
  border-top: none;
}

body.page-template-page-careers-php .wrapper-content-white, body.page-template-page-careers-php .fix-careers {
  padding-top: 0px;
  padding-bottom: 0px;
}

.cmf {
  margin-bottom: 30px;
}

/* Search Integration */
/* Header Search Form*/
#sc-search form#searchform label {
  display: none;
}

#sc-search form#searchform input#searchsubmit {
  display: none;
}

#sc-search form#searchform input#s {
  width: 100%;
  border: none;
  background: transparent;
  color: #DFDADA;
  padding: 9px 13px;
  border-radius: 5px;
  color: #919191;
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  font-style: italic;
}


/* Search Results */
.pTitle-searchResults {
    margin-top: 160px;
    margin-bottom: 11px;
    color: #95c93d;
    font-size: 48px !important;
}


ul#search-results-list {
  position: relative;
  display: block;
  list-style-type: none;
  padding-left: 0px;
}

li.searchResult {

}

a.resultTitle {
  text-decoration: none;
  font-family: Kameron, sans-serif;
  color: #292929;
  font-size: 24px !important;
  position: relative;
  display: inline-block;
  width: auto;
}

a.resultTitle:hover {
  color: #95c93d;
}

.blog-post-block ul.post-categories {
  padding-left: 0px;
  position: relative;
  display: inline-block;
  margin-bottom: -5px;
}

.blog-post-block ul.post-categories li {
  float: left;
  display: inline-block;
  margin-right: 6px;
}

.description-thumb-link{
 height: 169px!important;
}

.post-date a{color: #2a9cb0; text-decoration: none;}
.pagination{text-align:center;}
.pagination a{color: #2a9cb0; }

.single ._1280-container.page-title-blog{margin-top: 172px!important;}
.single .weather-widget{height: 73px;}
.single-page .generic.content{margin-top: 22px;}


body.single-dine p {
  color: #000000;
}

#lead_form_submit a {
  display: none;
}

/* datepicker styles */
input.hasDatepicker {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.tribe-events-tooltip p.entry-summary {
  color: #010101;
}

.tribe-events-event-thumb {
  width: 100%;
  height: auto;
}

.tribe-events-event-thumb img {
  width: 100%;
  height: auto;
}


.img-page-top-full {
  background-image: none;
}

@media only screen and (max-width: 1480px) {
 .slogan-slider {
  font-size: 48px;
 }
}

@media only screen and (max-width: 1310px) {
 .slogan-slider {
  font-size: 40px;
 }
}

@media only screen and (max-width: 1280px) {
 .slogan-slider {
  font-size: 40px;
  padding-top: 33px;
 }
}

@media only screen and (max-width: 1190px) {
  ._1280-container.slider-content {
    margin-top: -211px;
  }

  .slogan-slider {
    font-size: 31px;
    line-height: 28px;
    padding-top: 48px;
  }

  .subtext-slider {
    margin-top: 0px;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 0px;
  }

  .button.btn-1 {
    padding: 13px 26px;
  }
}

@media only screen and (max-width: 1080px) {
	
	#weatherMobile{
		position: relative;
	}
	#weatherMobile h2:last-child {
		display: block;
		float: right;
		font-family: weather;
		font-size: 35px;
		position: absolute;
		right: 23px;
		top: 2px;
		width: auto;
	}
	#weatherMobile h2:first-child{ width: 92% !important; }
  ._1280-container.slider-content {
    margin-top: -234px;
  }

  .slogan-slider {
    font-size: 31px;
    line-height: 28px;
    padding-top: 67px;
  }

  .subtext-slider {
    margin-top: 0px;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 0px;
  }

  .button.btn-1 {
    padding: 13px 26px;
  }
}

@media only screen and (max-width: 960px) { /*Let's kill slide content & slide arrow nav*/
  ._1280-container.slider-content {
    display: none;
  }

  .w-slider-arrow-left, .w-slider-arrow-right {
    display: none;
  }
  ._1280-container.banner-ad{
	height: 0px;
  }
}


@media only screen and (max-width: 797px) {
  .slide1 {
    height: auto;
  }
}

@media only screen and (max-width: 580px) {
  .w-slider-mask {
    margin-top: 85px;
  }

  img.hero-inner {
    margin-top: 85px;
  }

  .slide-nav {
    display: none;
  }
}

#gform_confirmation_wrapper_2 .gform_confirmation_message_2{
	color: #ffffff;
	font-family: Proximanova, sans-serif;
}
.contactAddress{
	background-color: #fff;
    padding: 25px 0 5px;
    text-align: center;
}
.contactAddress p,
.contactAddress p a{
    color: #999999;
}
.contactAddress p a:hover{
    text-decoration: none;
	color: #BAB9B9;
}
.lighboxSectn .example-image-link{
	color: #555555;
}
.lighboxSectn .example-image-link:hover{
	text-decoration: none;
}


/*
 * Weather Widget Styles
 */
@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}

#weather h2 {
  font-family: Helvetica, Arial, Open Sans;
  font-size: 15px !important;
  position: relative !important;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 30px;
  color: #E8E8E8;
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather h2 i {
  color: #fff;
  font-family: weather;
  font-size: 50px !important;
  position: relative !important;
  padding: 5px 0px 0px !important;
  font-weight: 200;
  line-height: 24px;
  color: #E8E8E8;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather .currently {
  margin: 0 20px;
}

span.credit-adlava a, span.credit-adlava a:hover, span.credit-adlava a:visited {
  color: #b8b8b8;
  text-decoration: none;
}

p.responsible-gaming-block a, p.responsible-gaming-block a:visited {
  color: #b8b8b8;
  text-decoration: none;
}

p.responsible-gaming-block a:hover {
  color: #95c93d;
  text-decoration: none;
}