 @font-face {
   font-family: 'nobel-regular';
   src: url('../fonts/nobel-regular.eot');
   src: url('../fonts/nobel-regular.woff2') format('woff2'),
        url('../fonts/nobel-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}


/* Globals */

body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 9px;
  color: #000;
}

#right-column a {
  font-family: "nobel-regular", sans-serif;
  text-decoration: underline;
  /*font-size: 13px; */
  color: #000;
}

#right-column .inner-wrapper ul,
#right-column .inner-wrapper ol {
  /*margin-left: 15px;*/
  padding-left: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "nobel-regular", sans-serif;
  color: #000;
}

h1 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: bold;
}

h1.category-title {
  color: #000;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 200%;
  line-height: 250%;
  margin: 7px -15px;
}

#right-column h1 {
  margin-left: 20px;
}

#right-column .amenities h1 {
  margin-left: 0;
}

#right-column h2 {
  font-family: "nobel-regular", sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}


.hidden-1024 {
  display: block;
}

.visible-1024 {
  display: none;
}

#bp-check {
  content: 'mobile';
}

.page-wrapper {
  background-color: #000;
}

.backdrop {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.content-wrapper #left-column,
.content-wrapper #right-column {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

#right-column {
  background-color: #ecebea;
  font-size: 175%;
  font-family: "franklin-gothic-urw", sans-serif;
  letter-spacing: 1px;
}

#right-column>.inner-wrapper {
  padding: 0 20px 30px;
}


header, footer, .booking-widget-wrapper, #home .promos {
  max-width: 1024px;
  margin: auto;
  clear: both;
}

.content-wrapper {
  max-width: 974px;
  margin: auto;
  padding: 0 15px;
}

.content-wrapper ul li {
  margin-bottom: 5px;
}

#right-column .inline-text-link {
  display: inline-block;
  padding-left: 15px;
}

.content-wrapper .btn,
#right-column .btn {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 75%;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 48px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.nav-mobile,
.category-nav {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 175%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 0 5px 7px;
}

.category-nav {
  font-size: /*183%*/
  125%;
  margin-left: 8%;
  margin-right: 8%;
}

.category-nav.overlay {
  position: fixed;
  z-index: 1050;
  width: 84%;
}

.nav-mobile li,
.category-nav li {
  background: url('../images/mobile-nav-item-bg.png') repeat-x 0 0;
  max-height: 91px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  position: relative;
  text-align: center;
}

.category-nav li {
  height: auto;
  padding-right: 12.5%;
}

.category-nav li:hover {
  background: none;
}

.category-nav li:hover a,
.category-nav li a:hover,
.category-nav li a:focus {
  color: #000;
}

.category-nav li .caret {
  position: absolute;
  right: 0;
  top: 40%;
  border-width: 10px 10px 0;
  margin-right: 4%;
  cursor: pointer;
}

.category-nav li .caret.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

.nav-mobile li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-mobile li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.nav-mobile a,
.nav-mobile a:hover,
.category-nav a,
.category-nav a:hover {
  color: #fff;
  line-height: 300%;
  text-decoration: none;
}


/* Header */

.sub-nav {
  min-height: 0px;
  background-color: #363636;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 208%;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #fff;
  text-align: left;
  max-height: 30em;
}

.sub-nav .nav>li>a {
  padding: 7px 5px;
  color: #fff;
}

.sub-nav .nav .dropdown-menu li a {
  font-size: 107%;
}


/* Hero Images */

.hero-image-container {
  position: relative;
}


/* Booking Widget */

.booking-widget-wrapper {
  position: relative;
}

.booking-widget {
  position: absolute;
  margin: 0 15px 0;
  background-color: #313031;
  width: 94%;
  height: auto;
  padding: 10px 30px;
  font-size: 250%;
  /*20*/
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  /* necessary to make sure text in booking widget doesn't flicker upon transition to new slide */
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  overflow: hidden;
}

.booking-widget .rate,
.booking-widget .rate .text,
.booking-form .rate,
.booking-form .rate .text {
  float: left;
}

.booking-widget .rate .text {
  width: 90px;
  /*60*/
  margin-right: 5px;
  font-weight: bold;
}

.booking-widget .rate-value,
.booking-form .rate-value {
  font-size: 35px;
  /*29*/
  letter-spacing: 2px;
}

.booking-widget .rate-value,
.booking-widget .rate sup,
.booking-widget .valid-through,
.booking-form .rate-value,
.booking-form .rate sup,
.booking-form .valid-through {
  color: #e5b863;
}

.booking-widget .valid-through {
  display: inline-block;
  position: absolute;
  margin-left: -136px;
  margin-top: 40px;
  font-size: 50%;
  letter-spacing: 1px;
}

.booking-widget .btn {
  float: right;
  color: #fff;
  text-align: center;
  font-family: "nobel-regular", sans-serif;
  font-size: 100%;
  background-color: #bc975e;
  border: 2px solid #806f4c;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 25px;
}

.booking-widget .btn:hover {
  color: #fff;
}


/** Booking Form overlay **/

#book-btn-modal {
  top: 10%;
  outline: none;
}

#book-btn-modal .modal-header {
  border-bottom: none;
}

#book-btn-modal .close {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#book-btn-modal .glyphicon-remove {
  color: #fff;
}

#book-btn-modal .modal-content {
  background: #000;
}

.modal-body {
  padding-top: 0;
}

.booking-form {
  margin: 0 0 30px;
  font-size: 238%;
  /*20*/
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.booking-form .rate {
  background-color: rgba(29, 28, 27, .9);
  padding: 10px 5%;
  margin-bottom: 20px;
}

.booking-form .rate .text {
  width: 60px;
  margin-top: 3px;
  margin-right: 5px;
  font-weight: bold;
}

.booking-form .valid-through {
  font-size: 15px;
  margin-left: 65px;
}

.booking-form input[type=date] {
  width: 100%;
  height: 62px;
  line-height: 63px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  padding: 0 15px 0 70px;
  background: #ecebea url('../images/calendar-icon-lg.png') no-repeat 10px 50%;
}

.booking-form input[type=date].placeholderclass::before {
  width: 100%;
  content: attr(placeholder);
}

.dateclass.placeholderclass:hover::before {
  width: 0%;
  content: "";
}

.booking-form .btn-container {
  display: block;
}

.booking-form .check-rates-btn {
  color: #fff;
  text-align: center;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 125%;
  background-color: #bc975e;
  border: 2px solid #806f4c;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
}


/* Promos */

.promo {
  border-bottom: 2px solid #bf9958;
  padding-bottom: 40px;
  margin-bottom: 50px;
  overflow: hidden;
  vertical-align: top;/*fixes tile alignment issue*/
}

.promo:last-child {
  margin-bottom: 0;
}

.promo img {
  width: 100%;
}

.promo .content-box {
  font-family: "franklin-gothic-urw", sans-serif;
  padding: 15px 15px 10px;
  letter-spacing: .5px;
  overflow: hidden;
}

.promo .content-box p {
  margin-bottom: 20px!important;
}

.promo h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 200%;
}

.promo p {
  margin: 10px 0 15px;
  font-size: 175%;
}

.promo .more-link a,
#right-column .promo .more-link a,
#landing-page .promos.secondary .promo .more-link a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-family: "nobel-regular", sans-serif;
  padding-right: 15px;
  font-weight: bold;
  text-decoration: none;
  background: url('../images/double-arrow-black.gif') no-repeat 100% 50%;
  letter-spacing: 1px;
  font-size: 108%;
}

.promo .more-link a:hover {
  text-decoration: underline;
}

.promo .btn {
  font-size: 117%;
}

.promo .btn span {
  font-size: 83%;
  padding-left: 10px;
}

#left-column .promo {
  padding: 17px 0 10px;
  overflow: hidden;
  color: #464646;
}

#left-column .promo h2 {
  font-family: "nobel-regular", sans-serif;
  text-align: center;
  margin: 0 0 15px;
  background: url('../images/promo-header-line.png') no-repeat 50% 100%;
  padding-bottom: 17px;
  font-weight: normal;
}

#left-column .promo img {
  margin-bottom: 12px;
}

#left-column .promo .content-box {
  background-color: transparent;
  padding: 0 12px;
}

#right-column .promos {
  border-top: 1px solid #000;
  margin-top: 35px;
  padding-top: 25px;
}

#right-column .promos .inner-wrapper {
  margin-left: 0;
}

#right-column .promo {
  margin-right: 15px;
  width: 31%;
  padding: 0;
}

#right-column .promo:last-child {
  margin-right: 0;
}

#right-column .promo .content-box {
  font-size: 86%;
  min-height: 150px;
  position: relative;
}

#right-column .promo .content-box .more-link {
    position: absolute;
    bottom: 30px;
}



#right-column .promo h2 {
  font-size: 117%;
}


/* Left column category navigation */

.category-nav {
  list-style-type: none;
  padding: 0;
}

.content-wrapper .category-nav li {
  margin-bottom: 0;
}


/**Accomodations **/

#accomodations-type #right-column .links {
  display: table;
  width: 95%;
  margin-left: 15px;
  margin-right: 15px;
}

#accomodations-type #right-column .links a {
  display: table-cell;
  vertical-align: middle;
}

#accomodations-type #right-column .links .inline-text-link {
  text-align: right;
}

.amenities {
  margin-top: 35px;
}


/** Landing pages **/

#landing-page .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

#landing-page h1.category-title {
  margin-left: 0;
  margin-right: 0;
}

#landing-page .inner-wrapper {
  background-color: #ecebea;
}

#landing-page .inner-wrapper>.row {
  margin-left: 0;
  margin-right: 0;
}

#landing-page .promo {
  padding-left: 0;
  padding-right: 0;
}

#landing-page .promo .more-link {
  float: right;
  margin-right: 7px;
}

#landing-page .promo.last,
#landing-page .promos.secondary .last {
  margin-right: 0;
}

#landing-page .promo .content-box {
  padding-bottom: 15px;
}

#landing-page .promo p {
  margin-bottom: 15px;
}

#landing-page .promo .btn {
  font-size: 150%;
}

#landing-page .promo .more-link {
  margin-top: 15px;
}

#landing-page .promo .more-link a {
  color: #bf9958;
  font-size: 175%;
  padding-right: 23px;
  background: url('../images/double-arrow-lg.png') no-repeat 100% 55%;
}

#landing-page .promo .terms-link {
  margin-bottom: 10px;
}

#landing-page .promo .terms-link a {
  color: #686868;
  text-decoration: underline;
}

#landing-page .promos.secondary {
  border-top: 1px solid #000;
  margin: 15px 30px 0;
  padding-top: 25px;
}

#landing-page .promos.secondary .inner-wrapper {
  padding: 0 0 0 15px;
}

#landing-page .promos.secondary .promo {
  width: 22.8%;
  margin-right: 20px;
}

#landing-page .promos-seconday .promo:last-child {
  margin-right: 0;
}

#landing-page .promos.secondary .promo .content-box {
  font-size: 12px;
}

#landing-page .promos.secondary .promo p {
  margin-bottom: 15px;
}

#landing-page .promos.secondary .promo .more-link {
  float: none;
}


/** List of links **/

#right-column .inner-wrapper .links {
  display: table;
  margin: 20px auto 10px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.links a {
  margin-right: 15px;
}

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


/** Experiences Details **/


/*.golf #right-column .amenities h2 {*/

.parent-pageid-697 #right-column .amenities h2 {
  text-transform: none!important;
  font-size: 26px;
  margin: 30px 0 10px;
}


/** Golf Rates **/

#golf_rates #right-column {
  padding: 15px 30px 0;
}

#golf_rates #right-column h1 {
  margin-top: 3px;
}

#right-column .rates-dates {
  margin: 20px 0 0;
}

.rates-dates li {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 4px 7px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0px 4px 7px 0px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 4px 7px 0px rgba(0, 0, 0, 0.22);
  padding: 10px 0;
}

#right-column .rates-dates li a {
  font-family: "nobel-regular", sans-serif;
  text-decoration: none;
  padding: 0 20px;
}

.rates-dates li .caret {
  float: right;
  border-width: 15px 15px 0;
  margin-top: 1%;
  margin-right: 4%;
  cursor: pointer;
  color: #bf9958;
}

.rates-dates li .caret.rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
}

.rate-table-container {
  min-height: 425px;
  margin-bottom: 45px;
}

.rates-table .rate-heading-row {
  font-family: "nobel-regular", sans-serif;
  color: #c09a59;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}

.rates-table .rate-heading-row,
.rates-table .rate-row {
  padding: 8px 0 4px;
  overflow: hidden;
}

.rates-table .rate-heading-row .col1,
.rates-table .rate-row .col1 {
  padding-left: 10px;
}

.rates-table .rates.in,
.rates-table .rate-row .col1 {
  border-bottom: 2px solid #c09a59;
}

.rates-table .rate-row .col1 {
  padding-top: 10px;
  padding-bottom: 18px;
  padding-right: 45px;
  background: url('../images/arrow-up.png') no-repeat 96% 50%;
  cursor: pointer;
}

.rates-table .rate-row .col1.collapsed {
  background: url('../images/arrow-down.png') no-repeat 96% 50%;
}

.rates-table .rate-row .col2,
.rates-table .rate-row .col3 {
  text-align: center;
  margin: 15px 0;
}

.rates-table .rate-row .caption {
  text-transform: uppercase;
  margin-bottom: 15px;
}


/** Gallery **/

#gallery-type #right-column {
  overflow: hidden;
}

.gallery-wrapper .slide-count {
  background-color: #6b635e;
  text-align: right;
  color: #fff;
  font-weight: bold;
  line-height: 47px;
  padding-right: 10px;
}

.gallery-wrapper #main-images {
  min-height: 362px;
  max-height: 800px;
}

.gallery-wrapper #main-images li {
  margin-bottom: 0;
  margin-right: 10px;
}

.gallery-wrapper #main-images .glyphicon-play-circle {
  display: block;
  position: absolute;
  font-size: 350%;
  top: 40%;
  left: 45%;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gallery-wrapper #main-images .caption {
  padding: 10px 15px;
  overflow: hidden;
}

.gallery-wrapper #main-images .caption .btn {
  font-size: 8px;
  margin-left: 8px;
}

.gallery-wrapper #thumbnails li {
  width: 105px;
  margin-right: 7px;
}


/* Dining Detail */

.details {
  margin-top: 20px;
  overflow: hidden;
}

#dining-type .btn-container {
  display: block;
}

#dining-type .links .inline-text-link {
  display: block;
  margin-top: 15px;
  text-align: left;
  padding-left: 0;
}

.details ul {
  list-style-type: none;
  margin-left: 0;
  overflow: hidden;
}

.link-container {
  margin-top: 55px;
}


/* Weddings detail */

.weddings .link-container {
  margin-top: 35px;
  text-align: center;
}

.weddings .link-container .btn {
  margin-bottom: 30px;
}

.weddings #right-column .link-container .inline-text-link {
  display: block;
}


/* Dining Landing */

#landing-page #dining-categories {
  font-size: 117%;
  font-family: "franklin-gothic-urw", sans-serif;
  letter-spacing: 1px;
  overflow: hidden;
}

#landing-page #dining-categories p {
  font-family: "franklin-gothic-urw", sans-serif;
}

#dining-categories .collapse-group {
  border-bottom: 2px solid #c09a59;
}

#dining-categories .collapse-group h3 {
  text-transform: uppercase;
  color: #c09a59;
  font-weight: bold;
  font-size: 150%;
  line-height: 350%;
  padding: 0 20px;
  margin: 0;
  cursor: pointer;
  background: #000 url('../images/arrow-up.png') no-repeat 93% 50%;
}

#dining-categories .collapse-group h3.collapsed {
  background: #000 url('../images/arrow-down.png') no-repeat 93% 50%;
}

#dining-categories h3 span {
  font-style: italic;
  text-transform: lowercase;
}

#dining-categories .flexslider {
  margin-left: 45px;
}

#dining-categories .slides li {
  border-bottom: 2px solid #c09a59;
  margin-bottom: 30px;
}

#dining-categories .slides li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#dining-categories .slides li img {
  display: block;
  width: 100%;
}

#dining-categories .slides li .slide-content {
  padding: 15px;
}

#dining-categories h4 {
  font-size: 175%;
  text-transform: uppercase;
  font-weight: bold;
}

#dining-categories a:hover {
  text-decoration: none;
}

#dining-categories .slides li p {
  font-size: 150%;
  color: #000;
}

#dining-categories li .more-link {
  text-align: right;
  margin-right: 7px;
  color: #bf9958;
  font-size: 175%;
  padding-right: 23px;
  background: url('../images/double-arrow-lg.png') no-repeat 100% 55%;
  font-family: "nobel-regular", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}


/* Events Calendar landing */

.events-calendar #right-column h1 {
  margin: 10px 0 30px 20px;
}

.event-listing {
  color: #000;
  border-bottom: 1px solid #bf9958;
  padding: 0 5px 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.event-info {
  position: relative;
  padding-bottom: 40px;
}

#right-column .event-info .more-link {
  color: #bf9958;
  text-transform: uppercase;
  font-family: "nobel-regular", sans-serif;
  font-size: 129%;
  padding-right: 23px;
  font-weight: bold;
  text-decoration: none;
  background: url('../images/double-arrow-lg.png') no-repeat 100% 50%;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.event-info p {
  margin-top: 7px;
  clear: both;
}

.calendar-nav {
  margin: 40px 20px;
}

#right-column .calendar-nav a {
  color: #000;
  font-size: 20px;
  font-family: "nobel-regular", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#right-column .calendar-nav a.prev {
  background: url('../images/gallery-prev.png') no-repeat 0 50%;
  padding-left: 20px;
}

#right-column .calendar-nav a.next {
  background: url('../images/gallery-next.png') no-repeat 100% 50%;
  padding-right: 20px;
}


/* Map & Locations */

.map-locations .links {
  text-align: right;
}

.location,
.content-group {
  margin: 40px 0;
}

.location h3 {
  font-weight: bold;
}

.map-locations .details ul {
  list-style-type: disc;
}


/* Contact pages */

.contact-form .inner-wrapper {
  /*font-size: 225%;*/
}

.contact-form .inner-wrapper,
.contact-confirm .inner-wrapper {
  letter-spacing: 1px;
  padding: 45px 0;
}

.contact-form h2,
.contact-confirm h2 {
  font-size: 100%!important;
  margin-top: 0!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
  letter-spacing: 3px!important;
}

.contact-confirm h2 {
  /*font-size: 225%!important;*/
}

.contact-form .right-column h2 {
  display: none;
}

.contact-confirm h2 {
  margin-bottom: 25px!important;
}

.contact-confirm .left-column p {
  text-transform: none;
  font-size: 150%;
  font-family: "franklin-gothic-urw", sans-serif;
  text-align: justify;
}

.contact-info h2,
.inquiry-details h2 {
  margin-bottom: 20px!important;
}

.contact-confirm .right-column {
  padding-left: 55px;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info label {
  display: block;
  font-weight: normal;
  font-family: "franklin-gothic-urw", sans-serif;
}

.contact-info input {
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(45, 45, 44, 1);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(45, 45, 44, 1);
  box-shadow: inset 0px 0px 3px 0px rgba(45, 45, 44, 1);
  border: none;
  line-height: 38px;
  height: 38px;
  padding: 5px;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.contact-info input#email {
  width: 60%;
}

.contact-info input#phone {
  width: 92%;
}

.field-error {
  background-image: url('../images/error.png');
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 25px auto
}

.inquiry-details {
  margin-top: 50px;
}

.inquiry-details .options {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  border-top: 2px solid #bf9958;
}

.inquiry-details .options li {
  border-bottom: 2px solid #bf9958;
  padding: 20px 5px;
  height: 73px;
  overflow: hidden;
  margin-bottom: 0;
  font-family: "nobel-regular", sans-serif;
  position: relative;
}

.inquiry-details .options li:last-child {
  border-bottom: none;
}

.inquiry-details li input {
  float: right;
  visibility: hidden;
  margin: 0;
  width: 41px;
  height: 41px;
}

.ie8 .inquiry-details li input {
  visibility: visible;
}

.inquiry-details li label {
  float: left;
  margin-bottom: 0;
  background: url("/wp-content/themes/wabco2/assets/images/checkbox_mobile.png") no-repeat scroll 100% 50%;
  position: absolute;
  width: 95%;
  font-weight: normal;
}

.ie8 .inquiry-details li label {
  background: none;
}

.inquiry-details input[type="radio"]:checked+label {
  background-color: blue;
  background: url("/wp-content/themes/wabco2/assets/images/checkbox-checked_mobile.png") no-repeat scroll 100% 50%;
}

.inquiry-details textarea {
  width: 100%;
  height: 383px;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(45, 45, 44, 1);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(45, 45, 44, 1);
  box-shadow: inset 0px 0px 3px 0px rgba(45, 45, 44, 1);
  border: none;
  padding: 10px 20px;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #686868;
}

.btn-container {
  display: table-cell;
  text-align: center;
}

.contact-form .btn-container {
  display: block;
  margin: 20px 0 40px;
  font-family: "nobel-regular", sans-serif;
}

.contact-submit-btn {
  background-color: #000;
  color: #fff;
  width: 140px;
  height: 48px;
  border: none;
  text-transform: uppercase;
}

.contact-clear-all-link {
  border: none;
  background: transparent;
  text-decoration: underline;
  margin-top: 25px;
  letter-spacing: 1px;
}

.contact-form .right-column {
  margin-bottom: 45px;
}

.contact-form .right-column,
.contact-confirm .right-column {
  color: #000;
  letter-spacing: 1px;
  font-family: "franklin-gothic-urw", sans-serif;
}

.contact-form .right-column span,
.contact-confirm .right-column span {
  font-size: 29px;
  font-weight: bold;
}


/* Sitemap */

.sitemap {
  padding: 0;
}

.sitemap h1.category-title {
  margin-left: 0;
  margin-right: 0;
}

.sitemap .inner-wrapper {
  background: #ecebea;
  padding: 0 45px 30px;
  font-size: 175%;
  font-family: arial, sans-serif;
  letter-spacing: 1px;
  overflow: hidden;
}

.sitemap h2 {
  font-family: "nobel-regular", sans-serif;
}

.sitemap a {
  color: #000;
}


/* Media Queries */

@media (min-width: 480px) {
  body {
    font-size: 12px;
  }
  header .logo {
    background-size: auto;
    height: 50px;
  }
  .category-nav li .caret {
    border-width: 15px 15px 0;
  }
  #landing-page .promo .btn {
    font-size: 200%;
  }
  #landing-page .promo .more-link a {
    font-size: 225%;
  }
  #landing-page .promo .more-link {
    margin-top: 0;
  }
  #right-column .inner-wrapper .menus ul,
  #right-column .inner-wrapper .hours ul {
    margin-left: 10%;
  }
  .content-wrapper .btn,
  #right-column .btn {
    font-size: 110%;
    font-weight: normal;
  }
  #right-column .inner-wrapper .links {
    text-align: left;
  }
  #dining-categories .collapse-group h3 {
    font-size: 193%;
  }
  .inquiry-details .options li {
    height: 82px;
  }
  .booking-form .rate {
    padding: 10px 30px;
  }
  .booking-form .rate .text {
    width: 95px;
    margin-top: 0;
  }
  .booking-form {
    font-size: 250%;
    /*20*/
  }
  .booking-form .valid-through {
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  .booking-widget .btn {
    padding: 2px 12px;
  }
  .booking-widget {
    top: 29px;
    margin: 0 5px;
    width: 96.8%;
    padding: 10px;
    font-size: 16px;
  }
  .booking-widget .rate .text {
    width: 45px;
  }
  .booking-widget .rate-value {
    font-size: 125%;
  }
  .booking-widget .valid-through {
    margin-top: 22px;
    margin-left: -70px;
    font-size: 75%;
  }
}

@media (min-width: 768px) {
  body,
  #right-column a {
    color: #686868;
  }
  .content-wrapper {
    padding: 0 25px 35px;
    background: #fff;
    clear: both;
  }
  .content-wrapper #left-column,
  .content-wrapper #right-column {
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }
  h1 {
    font-size: 20px;
  }
  h1.category-title {
    background: #fff;
    height: 53px;
    width: 27.7%;
    padding-top: 25px;
    padding-left: 12px;
    border-bottom: 1px solid #fff;
    position: relative;
    margin: -49px 0 0;
    font-size: 18px;
    line-height: 1.1;
  }
  h1.category-title.text-wrap {
    padding-top: 5px;
  }
  .content-wrapper .btn,
  #right-column .btn {
    font-size: 11px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 0;
  }
  /* Hero Images */
  .hero-image-container {
    width: 100%;
    overflow: hidden;
  }
  .hero-image-container>img {
    width: 100%;
  }
  .highlights {
    width: 326px;
    background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    top: 50px;
    padding: 18px;
    font-family: "franklin-gothic-urw", sans-serif;
    letter-spacing: .5px;
    color: #000;
  }
  .highlights h2 {
    font-size: 133%;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
  .highlights .show-more-click {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 12px;
    height: 11px;
    clear: both;
    background: url('../images/double-arrow-up.png') no-repeat 100% 50%;
    text-indent: -9999px;
  }
  .highlights .show-more-click.collapsed {
    background: url('../images/double-arrow-down.png') no-repeat 100% 50%;
  }
  .highlights p {
    margin-top: 7px;
  }
  #left-column {
    width: 30.5%;
  }
  #left-column nav {
    height: auto;
  }
  #left-column .section {
    margin: 20px 0;
  }
  #right-column {
    width: 69.5%;
    margin-top: 25px;
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    letter-spacing: 1px;
    background-color: transparent;
  }
  #right-column>.inner-wrapper {
    width: 88.5%;
    padding: 0;
  }
  #right-column h1 {
    margin-left: 0;
  }
  #right-column>.inner-wrapper h2 {
    font-family: "nobel-regular", sans-serif;
    font-size: 125%;
    text-transform: none;
    font-weight: normal;
  }
  .sub-nav {
    padding: 2px 50px;
    font-size: 10px;
    margin-bottom: -20px !important;
    background-color: #000;
    color: #cacbcc;
    text-align: right;
    z-index: 1005;
  }
  .sub-nav .nav>li>a {
    padding: 0 5px;
    color: #cacbcc;
  }
  .sub-nav .nav .dropdown-menu li a {
    font-size: 71%;
  }
  ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
  }
  header .logo {
    background: url('../images/logo.png') no-repeat 0 50%;
    height: 85px;
    width: 177px;
    margin: 0 0 0 20px;
  }
  header .logo-container {
    padding: 0 15px;
  }
  header,
  header .nav-container,
  header .navbar-collapse {
    padding: 0;
    z-index: 1001;
  }
  header .row {
    margin-left: 0;
    margin-right: 0;
  }
  #event-type #left-column {
    margin-top: 25px;
  }
  /** Booking Widget**/
  .booking-widget {
    position: absolute;
    background-color: #000;
    width: 157px;
    padding: 15px 20px;
    margin: 0;
    top: 22px;
    bottom: initial;
    right: 70px;
    font-size: 133%;
  }
  .booking-widget .rate,
  .booking-widget .rate .text {
    float: none;
  }
  .booking-widget .rate .text {
    width: auto;
    margin-right: 0;
    font-weight: normal;
  }
  .booking-widget .rate-value {
    letter-spacing: normal;
  }
  .booking-widget .rate sup {
    vertical-align: text-top;
    font-size: 100%;
  }
  .booking-widget .rate sup,
  .booking-widget .valid-through {
    color: #fff;
  }
  .booking-widget .valid-through {
    position: static;
    margin-top: 0;
    margin-left: 0;
    font-size: 69%;
    margin: 5px 0 10px 0;
  }
  .booking-widget input[type=text] {
    width: 92px;
    height: 27px;
    line-height: 22px;
    background: #494949;
    color: #e5b863;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid black;
    font-family: "franklin-gothic-urw", sans-serif;
    margin-bottom: 15px;
    padding-left: 5px;
    border-radius: 0;
  }
  .booking-widget .check-rates-btn {
    background-color: #bf9958;
    color: #fff;
    font-family: "nobel-regular", sans-serif;
    font-weight: bold;
    font-size: 11px;
    border: none;
    line-height: 25px;
    width: 100%;
    text-transform: uppercase;
  }
  .booking-widget .check-rates-btn .glyphicon {
    font-size: 11px;
  }
  /** Promos **/
  .promo {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .promo {
    border: 1px solid #000;
  }
  .promo .content-box {
    background: #fff;
    padding-left: 7px;
    padding-right: 7px;
  }
  .promo h2 {
    font-family: "nobel-regular", sans-serif;
    font-size: 117%;
    color: #252525;
    margin: 0 0 5px;
  }
  .promo p {
    font-size: 100%;
  }
  .promo .btn span {
    font-size: 86%;
  }
  #home .promos {
    text-align: center;
  }
  #home .promos .inner-wrapper {
    padding: 0 13.5%;
    margin: 0;
  }
  #home .promo-header-bar {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    height: 34px;
    margin: 0 50px;
    position: relative;
    margin-top: -34px;
    z-index: 10;
  }
  #home .promo {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding-right: 0;
    position: relative;
    margin-top: -34px;
    z-index: 15;
  }
  #home .promo:nth-child(2) {
    padding-left: 10px;
    padding-right: 4px;
  }
  #home .promo:nth-child(3) {
    padding-left: 5px;
    padding-right: 10px;
  }
  #home .promo:nth-child(4) {
    padding-left: 0px;
    padding-right: 14px;
  }
  #home .promo h2 {
    font-size: 113%;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 34px;
    font-weight: normal;
  }
  #home .promo .content-box {
    padding: 20px 15px;
  }
  #home .promo p,
  #left-column .promo p {
    margin: 0 0 10px;
  }
  #home .promo .more-link {
    text-align: right;
  }
  #home .promo .more-link a {
    font-size: 100%;
  }
  /*#home .promo .more-link a,*/
  #left-column .promo .more-link a {
    color: #bf9958;
    background: url('../images/double-arrow.png') no-repeat 100% 46%;
  }
  /** Category Nav **/
  .category-nav {
    background: #fff;
    padding: 6px 12px;
    border-radius: 0;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: normal;
    font-size: 183%;
    margin: 0;
  }
  .page-template-page-events-two-column .category-nav {
    padding-top: 10px;
  }
  .category-nav li {
    margin-top: 3px;
    background: none;
    padding-left: 0;
    height: auto;
    text-align: left;
    min-height: 31px;
  }
  .category-nav li a {
    font-size: 50%;
    letter-spacing: 1px;
    color: #000;
    line-height: normal;
  }
  .category-nav li a:hover {
    text-decoration: none;
    color: #bf9958;
    line-height: normal;
  }
  .category-nav li.active a {
    color: #fff;
  }
  .category-nav li.current_page_item:hover a {
    color: #bf9958;
    text-decoration: underline;
  }
  .category-nav li.current_page_item a {
    /* WordPress Specific */
    color: #000;
    text-decoration: underline;
  }
  /** Acccommodations pages **/
  #accomodations-type #right-column .links {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  #accomodations-type #right-column .links .inline-text-link {
    text-align: left;
  }
  /** Landing pages **/
  #landing-page .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  #landing-page .inner-wrapper {
    background-color: transparent;
    padding: 45px 30px 0;
  }
  #landing-page .inner-wrapper>.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #landing-page .promo {
    margin-right: 35px;
    margin-bottom: 42px;
    width: 30%;
    float: none;
    display: inline-block;
    min-height: 500px;
  }
  
  .page-id-7703 .promo img {
    min-height: 305px;
  }
  
  .ie8 #landing-page .promo,
  .ie8 #right-column .promos .promo {
    border: 1px solid #ccc;
  }
  #landing-page .promo .more-link {
    float: none;
    position: absolute;
    bottom: 20px;
    right: 7px;
  }
  #landing-page .promo .more-link a {
    background: url('../images/double-arrow-black.gif') no-repeat 100% 50%;
    padding-right: 15px;
    font-size: 117%;
    background-position: 100% 55%;
  }
  #landing-page .promo .btn {
    font-size: 117%;
    padding: 0 15px;
  }
  /** Golf pages **/
  .golf #right-column .amenities h2 {
    font-size: 125%;
  }
  .rates-dates li {
    float: left;
    margin-right: 3px;
    background-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #bf9958;
    width: 24.4%;
    text-align: center;
    line-height: 46px;
    font-family: "nobel-regular", sans-serif;
    font-size: 114%;
    font-weight: bold;
    padding: 0;
  }
  #right-column .rates-dates li a {
    font-family: "nobel-regular", sans-serif;
    color: #bf9958;
    padding: 0;
  }
  #right-column .rates-dates li.active a {
    color: #fff;
  }
  #golf_rates #right-column {
    padding: 0;
  }
  #right-column .rates-dates {
    margin: 0;
  }
  .rates-table {
    width: 99.1%;
    background: #e6e6e6 url('../images/rates-table-bg.png') no-repeat 0 0;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(25, 23, 26, 0.44);
    -moz-box-shadow: 1px 2px 5px 0px rgba(25, 23, 26, 0.44);
    box-shadow: 1px 2px 5px 0px rgba(25, 23, 26, 0.44);
    overflow: hidden;
  }
  .rates-table .rate-heading-row {
    background-color: #bf9958;
    font-family: "nobel-regular", sans-serif;
    color: #000;
    font-size: 86%;
    font-weight: normal;
    margin-top: 0;
  }
  .rates-table .rate-heading-row .col1 {
    line-height: 33px
  }
  .rates-table .rate-row .col1 {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    cursor: initial;
  }
  .rates-table .rate-row .col2,
  .rates-table .rate-row .col3 {
    text-align: left;
    margin: 0;
    padding-right: 0;
    color: #686868;
  }
  .rates-table .rate-row .col1.collapsed {
    background-image: none;
  }
  .rates-table .rate-row .col1.collapsed,
  .rates-table .rate-row .col1,
  .rates-table .rate-row .col2,
  .rates-table .rate-row .col3 {
    line-height: 28px;
    background-color: rgba(191, 153, 88, 0.1);
  }
  /** Gallery pages **/
  #gallery-type #right-column {
    padding-right: 3px;
  }
  #gallery-type #right-column h1 {
    margin-top: 0;
    margin-left: 20px;
  }
  .gallery-wrapper {
    background-color: #d9c29a;
    padding: 25px 45px 45px;
    margin-top: 20px;
  }
  .gallery-wrapper .slide-count {
    background-color: transparent;
    color: #000;
    padding-bottom: 5px;
    padding-right: 0;
    line-height: normal;
  }
  .gallery-wrapper #main-images {
    margin-bottom: 23px;
    max-height: 400px;
  }
  .gallery-wrapper #main-images li.iframe .visible-1024 {
    padding-bottom: 30px;
  }
  .gallery-wrapper #main-images .caption,
  .gallery-wrapper #thumbnails .caption {
    position: absolute;
    bottom: 0;
    background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #000;
    font-size: 71%;
    font-weight: bold;
    padding: 10px 7px;
    width: 100%;
  }
  .gallery-wrapper #thumbnails .caption {
    padding: 3px 5px;
  }
  .gallery-wrapper #main-images li.iframe .caption {
    bottom: 0;
    height: 35px;
  }
  /** Dining Detail pages **/
  #dining-type .links .inline-text-link {
    display: inline-block;
    margin-top: 0;
  }
  #dining-type .btn-container {
    display: inline-block;
    margin-right: 15px;
  }
  #dining-type .details .inline-text-link {
    display: inline-block;
  }
  #right-column .inner-wrapper .menus ul,
  #right-column .inner-wrapper .hours ul {
    margin-left: 0;
    padding-left: 0;
  }
  .link-container .text-link {
    font-size: 12px;
  }
  /** Dining landing page **/
  #landing-page #dining-categories {
    padding: 30px 70px;
  }
  #dining-categories h2,
  #dining-categories h3,
  #dining-categories h4 {
    font-family: "nobel-regular", sans-serif;
  }
  #dining-categories>h2 {
    font-size: 26px;
  }
  #dining-categories .intro {
    margin-right: 25%;
    text-align: justify;
  }
  #dining-categories .collapse-group {
    border-bottom: none;
  }
  #dining-categories .collapse-group h3 {
    font-size: /*143%*/
    129%;
    font-weight: normal;
    margin: 20px 0;
    color: #000;
    line-height: normal;
    padding: 0;
    cursor: default;
    background: transparent;
  }
  #dining-categories .collapse-group h3.collapsed {
    background: transparent;
  }
  #dining-categories h3 span {
    font-size: 14px;
    color: #686868;
  }
  #dining-categories .slides li {
    margin-right: 17px;
    border-bottom: none;
  }
  #dining-categories .slides li img {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(25, 23, 26, 0.44);
    -moz-box-shadow: 1px 2px 5px 0px rgba(25, 23, 26, 0.44);
    box-shadow: 1px 2px 5px 0px rgba(25, 23, 26, 0.44);
  }
  #dining-categories .slides li .slide-content {
    padding: 0;
  }
  #dining-categories h4 {
    font-size: /*121%*/
    114%;
    text-transform: none;
    font-weight: normal;
  }
  #dining-categories a h4 {
    color: #000;
  }
  #dining-categories .slides li p {
    font-size: 86%;
    color: #686868;
  }
  /** Events pages **/
  .events-calendar #left-column {
    width: 29%;
  }
  .events-calendar #right-column {
    width: 71%;
  }
  .events-calendar #right-column h1 {
    margin-left: 0;
    margin-top: 0;
  }
  .event-listing {
    padding-left: 0;
    padding-right: 0;
  }
  .event-listing .date {
    font-weight: bold;
    font-family: "nobel-regular", sans-serif;
    padding-left: 0;
    text-transform: uppercase;
  }
  .event-info {
    font-size: 86%;
    padding-bottom: 0;
  }
  #right-column .event-info h2 {
    display: inline;
    color: #bf9958;
    text-transform: uppercase;
    font-family: "nobel-regular", sans-serif;
    font-size: 108%;
    font-weight: bold;
  }
  .event-info p {
    width: 92%;
  }
  #right-column .event-info .more-link {
    float: right;
    position: static;
    font-size: 100%;
    padding-right: 15px;
    background: url('../images/double-arrow.png') no-repeat 100% 46%;
  }
  .calendar-nav {
    margin: 0;
  }
  /** Map page **/
  .map-locations .links {
    text-align: left;
  }
  .location {
    margin: 30px 33% 30px 0;
    font-size: 12px;
  }
  .location h3 {
    font-size: 14px;
  }
  /** Contact pages **/
  .contact-form .inner-wrapper {
    font-size: 100%;
  }
  .contact-form .inner-wrapper,
  .contact-confirm .inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
  }
  .contact-form .right-column h2 {
    display: block;
  }
  .contact-confirm .inner-wrapper {
    min-height: 650px;
  }
  .contact-form h2,
  .contact-confirm h2 {
    font-size: 117%!important;
    letter-spacing: 1px!important;
    font-weight: normal!important;
  }
  .inquiry-details p {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: none;
  }
  .contact-confirm .left-column p {
    font-size: 117%;
  }
  .contact-form .left-column {
    right: 28%;
    width: 72%;
  }
  .contact-form .right-column {
    left: 71%;
    width: 28%;
  }
  .inquiry-details h2 {
    margin-bottom: 20px;
  }
  .contact-info h2 {
    margin: 20px 0 30px 0;
    margin-bottom: 30px;
  }
  .contact-info .row {
    margin-bottom: 25px;
  }
  .contact-info label {
    color: #000;
    font-family: "nobel-regular", sans-serif;
  }
  .contact-info input {
    width: 80%;
    background-color: #d1d3d4;
    line-height: 20px;
    height: 30px;
    color: #686868;
    margin-bottom: 0;
  }
  .contact-info input#lname {
    width: 93.3%;
  }
  .contact-info input#email {
    width: 80%;
  }
  .contact-info input#phone {
    width: 89%;
  }
  .contact-info input#ext {
    width: 75%;
  }
  .field-error {
    background-size: auto auto;
  }
  .inquiry-details {
    margin-top: 0;
  }
  .btn-container {
    display: inline-block;
    text-align: left;
  }
  .inquiry-details .options {
    margin: 0 0 15px 5px;
    width: 66.5%;
    border-width: 1px;
  }
  .inquiry-details .options.right {
    margin-left: 30px;
  }
  .inquiry-details .options li {
    font-family: "nobel-regular", sans-serif;
    border-width: 1px;
    padding: 7px 5px;
    height: auto;
  }
  .inquiry-details .options li:last-child {
    border-bottom: 1px solid #bf9958;
    ;
  }
  .inquiry-details li input {
    width: 14px;
    height: 16px;
  }
  .inquiry-details li label {
    background: url("../images/checkbox.png") no-repeat scroll 100% 100%;
    font-weight: bold;
  }
  .inquiry-details input[type="radio"]:checked+label {
    background: url("../images/checkbox-checked.png") no-repeat scroll 100% 100%;
  }
  .inquiry-details textarea {
    width: 96.8%;
    height: 140px;
    background-color: #d1d3d4;
  }
  .contact-submit-btn {
    background-color: #b3874a;
    width: 94px;
    height: 23px;
    margin-left: 30px;
    font-weight: bold;
  }
  .contact-clear-all-link {
    margin-left: 140px;
    margin-top: 5px;
  }
  .contact-form .right-column,
  .contact-confirm .right-column {
    font-family: "nobel-regular", sans-serif;
  }
  .contact-form .right-column span,
  .contact-confirm .right-column span {
    font-size: 14px;
  }
  /** Sitemape **/
  .sitemap .inner-wrapper {
    background: #fff;
    font-size: 117%;
  }
  .sitemap a {
    color: #686868;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    margin: 0 0 0 10px;
    background-size: 80% auto;
  }
  header .logo-container {
    width: 21%;
    z-index: 1010;
  }
  header .nav-container {
    width: 79%;
  }
  #main-nav .navbar-nav>li>a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 92%;
  }
  #landing-page .promo {
    margin-right: 27px;
  }
  #landing-page .promo .more-link {
    position: static;
    margin-top: 15px;
  }
  #dining-categories .flexslider {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  header .logo-container {
    width: 20.7%;
    z-index: 1010;
  }
  #left-column .inner-wrapper,
  h1.category-title {
    width: 229px;
  }
  h1.category-title {
    font-size: 20px;
  }
  #home .promo h2 {
    font-size: 133%;
  }
}

@media (min-width: 1024px) {
  .hidden-1024 {
    display: none;
  }
  .visible-1024 {
    display: block;
  }
}promo im


/* New CSS Adjustments
 *
 *
*/

.promo .content-box p {
  font-family: "franklin-gothic-urw", sans-serif!important;
  overflow: hidden;
}

#dining-categories p {
  font-family: "franklin-gothic-urw", sans-serif!important;
  font-size: 14px;
  line-height: 20px;
}


/* adjustments to allow for WA new homepage */

#nav-bar .content-wrapper {
  background-color: #fff;
  max-width: 1440px;
  position: relative;
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 1480px) {
  #nav-bar .content-wrapper {
    margin: 0 1em;
  }
}

.page .content-wrapper {
  margin: auto;
}

.home .content-wrapper {
  max-width: 1440px;
}

#booking-widget a:hover {
  text-decoration: none;
  color: #fff;
}


/* Footer Adjustment
 *
 */

footer {
  background-color: #999;
  padding: 1em;
  color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body,
.mosaic-wrapper .tile {
  font-size: 16px;
}

body,
footer {
  max-width: 1680px;
  margin: auto;
  position: relative;
  font-family: 'nobel-regular', sans-serif;
  background: #000;
}

footer,
footer .content-wrapper {
  background: #fff;
}


footer .content-wrapper {
  border-top: solid .1em #fff;
  padding-top: 1em;
  margin-top: 1em;
}

@media only screen and (max-width: 1480px) {
  footer .content-wrapper {
    margin: 0 1em;
  }
}

footer .content-wrapper {
  max-width: 1180px;
  margin: auto;
  position: relative;
}

footer .footer-wrapper {
  display: table-row;
}

footer .footer-block.logo {
  border-right: solid .1em #fff;
  padding-right: .5em;
}

footer .footer-block {
  display: table-cell;
  vertical-align: top;
}

.hidden-on-mobile {
  display: inline-block;
}

footer .footer-block.legal {
  width: 100%;
  padding: 0 1em;
}

footer .footer-block {
  display: table-cell;
  vertical-align: top;
}

footer .footer-block.links {
  border-left: solid .1em #fff;
  text-align: center;
}

footer-block .footer-block {
  display: table-cell;
  vertical-align: top;
}

.logos a {
  margin-right: 0px!important;
}

@media only screen and (max-width: 1024px) {
  #xnav-bar .content-wrapper {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {
  #xnav-bar .content-wrapper {
    margin: 0 1em;
  }
}

@media only screen and (min-width: 1025px) {
  #xnav-bar nav {
    padding-right: 2em;
  }
  section#xnav-bar {
    padding-left: 1em;
    padding-right: 1em;
  }
}


/*@media only screen and (max-width: 1024px){*/

.main-nav {
  /*width: 100%!important;*/
}


/*}*/

footer .content-wrapper {
  padding-bottom: 0em;
  margin-bottom: 0em;
}

.tiled-content-box {
  font-size: 12px;
}

.slide-content {
  font-size: 14px;
}

.dining h3 {
  font-size: 16px;
}

a.button.gold.booking-toggle {
  text-decoration: none;
}


/* new contact form fields */

select#inquiry_type {
  width: 96.8%;
  height: 2.5em;
  background-color: #d1d3d4;
  margin-bottom: 1em;
}

.amenities {
  margin-top: 0;
}

h2.contact-check {
  font-family: "nobel-regular", sans-serif!important;
}

#right-column>.inner-wrapper h2.contact-check {
  font-family: "nobel-regular", sans-serif;
  font-size: 125%;
  text-transform: none;
  font-weight: normal;
}

section#nav-bar {
  /*    padding-left:0;
    padding-right: 0;*/
}

@media only screen and (max-width:767px) {
  .contact-form #left-column {
    background-color: #ecebea;
  }
  .contact-form #left-column .inner-wrapper div {
    background-color: #ecebea;
    width: 90%;
    margin: auto;
  }
  .contact-form .inner-wrapper,
  .contact-confirm .inner-wrapper {
    letter-spacing: 1px;
    padding-top: 45px;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width:768px) {
  #left-column {
    font-size: 12px;
  }
}

#right-column .inner-wrapper p {
  margin-bottom: 0;
}

.list-heading {
  font-size: 19px !important;
}

.page-template-page-two-column-list-php #right-column .inner-wrapper p{
  margin-bottom:1rem;
}


/* Blog */

.page-template-page-blog #landing-page .promo:nth-child(3n+3) {
  margin-right: 0;
}

.page-template-page-blog #landing-page .promo .more-link {
  position: initial;
  text-align: right;
}

.single-post #right-column .inner-wrapper p {
  margin-bottom: 10px;
}

.list-heading {
  font-size: 19px !important;
}

.single-post #right-column img {
  width: 100%;
  height: auto;
}

.single-post #left-column .inner-wrapper ul.category-nav {
  font-size: 11px;
  color: #bf9958;
  font-family: "nobel-regular", sans-serif;
  padding: 5px 15px 20px;
}

.single-post #left-column .inner-wrapper ul.category-nav .author {
  line-height: 2;
}

.single-post #left-column .inner-wrapper ul.category-nav .blog-sidebar {
  border-bottom: 1px dashed #fff;
  padding: 20px 0;
}

.single-post #left-column .inner-wrapper ul.category-nav .blog-sidebar:last-child {
  border-bottom: none;
}

.single-post #left-column .inner-wrapper ul.category-nav .tags a {
  display: block;
  font-size: 11px;
  color: #bf9958;
  font-family: "nobel-regular", sans-serif;
}

.single-post #left-column .inner-wrapper ul.category-nav .tags a:hover {
  color: #fff;
}

.blog-post-nav a {
  color: #bf9958;
}

.blog-post-nav a:hover {
  text-decoration: underline;
  color: #bf9958;
}

.blog-post-nav .prev,
.blog-post-nav .next {
  background-color: #fff;
  padding: 0 17px;
  display: inline-block;
}

.blog-post-nav .prev span.chev,
.blog-post-nav .next span.chev {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .single-post #left-column .inner-wrapper ul.category-nav .tags {
    display: none;
  }
  .single-post #left-column .inner-wrapper ul.category-nav {
    border: none;
  }
}

@media only screen and (max-width: 857px) {
  .blog-post-nav .next {
    float: right;
  }
}

@media only screen and (min-width:1025px) {
  .hero-image-container {
    margin-top: 92px;
  }
}

body.page-template-page-two-column-contact-form #left-column .inner-wrapper {
  width: auto;
}

@media only screen and (min-width:768px) and (max-width: 901px) {
  body.page-template-page-two-column-contact-form #left-column .inner-wrapper {
    font-size: 11px;
  }
  body.page-template-page-two-column-contact-form #left-column {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
  }
}

body.page-template-page-two-column-contact-form #left-column {
  white-space: nowrap;
}

#right-column .inline-text-link:first-of-type {
  padding-left: 0px;
}


/* tiled section styles for template */

.page-template-page-tiled .tiled-content-box {
  height: 165px!important;
  margin-bottom: 10px;
}

.page-template-page-tiled .tiled-content-box h2 {
  height: 17px;
}

.page-template-page-tiled .tiled-content-box p {
  height: 70px!important;
}

.page-template-page-tiled .tiled-content-box .more-link {
  bottom: 24px!important;
}


/* adjustment to resolve the issue of the disappearing more info link on the tiled page */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-tiled .tiled-content-box {
    height: 195px!important;
  }
  .page-template-page-tiled .tiled-content-box a.book-now-button/*,.page-template-page-tiled .tiled-content-box div.more-link*/
  {
    width: 70%;
    margin-left: 15%;
    text-align: center;
  }
  .page-template-page-tiled .tiled-content-box div.more-link {
    width: auto;
    margin-left: 12%;
    text-align: center;
  }
}



@media only screen and (max-width: 767px) {
  #landing-page .promo .more-link {
    margin-top: 5px;
  }
  .page-template-page-tiled .tiled-content-box {
    height: 200px!important;
  }
}

@media only screen and (max-width: 479px) {
  .page-template-page-tiled .tiled-content-box {
    height: auto!important;
  }
  .page-template-page-tiled .tiled-content-box p {
    height: auto!important;
    margin-top: 55px;
  }
  .page-template-page-tiled .tiled-content-box a.book-now-button {
    width: 70%;
    margin-left: 15%;
    text-align: center;
  }
  .page-template-page-tiled .tiled-content-box div.more-link {
    width: auto;
    margin-right: 18%!important;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  #mobile-nav-lower {
    display: inline-block!important;
    width: 100%;
  }
}

#right-column .inner-wrapper ul {
  margin-top: 10px!important;
}


/* links for sitemap */

.page-id-2208 #right-column a {
  text-decoration: none!important;
}

.page-id-2208 #right-column a:hover {
  text-decoration: none!important;
  color: #C09952!important;
}

@media only screen and (max-width: 767px) {
  .category-nav {
    font-size: 11.25px;
  }
  h1.category-title {
    line-height: 150%;
    padding-left: 5px;
    font-size: 175%;
    text-align: center;
    padding-top: 5px;
  }
  .links .inline-text-link {
    float: left;
    padding-left: 0px!important;
  }
  .dining-menus-opening-hours {
    padding-bottom: 30px;
  }
  .dining-menus-opening-hours h2 {
    margin-left: -15px!important;
  }
}

@media only screen and (max-width: 1024px) {
  #right-column {
    font-size: 100%!important;
  }
}

@media only screen and (min-width: 768px){
  .dining-menus-opening-hours {
    padding-bottom: 30px;
    margin-left: 0px!important;
    left: 0px!important;
  }

  .dining-menus-opening-hours .hours,
  .dining-menus-opening-hours .menus {
    margin-left: 0px!important;
    padding-left: 0px!important;
  }

}

.cta {
  padding-right: 15px!important;
}


/* +++++ Feb 2016 3d floor plans styles +++++ */

.cta3dfloorplans-pageintro-wrap {
  position: relative;
  float: right;
  width: 100%;
}

.cta3dfloorplans-pageintro {
  position: relative;
  width: 50%;
  float: right;
}

.cta3dfloorplans-pageintro img {
  width: 100%;
  height: auto;
}

.cta3dfloorplans-pageintro a.button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -117px;
  background: #41a5c4;
  font-size: 1.55em;
  margin-bottom: 24px;
}

#floorplan-gallery a {
  text-decoration: none
}

#floorplan-gallery a:hover .line-2 {
  text-decoration: underline;
}

.floor-plan-wrapper {
  padding: 30px 0 0;
}

.floor-plan-wrapper .floor-plan-image {
  width: 112px;
  height: 88px;
  border: solid 1px #665A56;
  float: left;
}

.floor-plan-wrapper .floor-plan-image img {
  width: 100%;
  height: 100%;
}

.floor-plan-wrapper .floor-plan-text {
  padding: 15px 0 0 130px;
}

.floor-plan-wrapper .floor-plan-text span {
  display: block;
}

.floor-plan-wrapper .floor-plan-text .line-1 {
  color: #262626;
  font-family: '"franklin-gothic-urw", 'sans-serif';
  font-size: 1.5em;
  font-weight: 300;
}

.floor-plan-wrapper .floor-plan-text .line-2 {
  color: #BF9958;
  font-family: "franklin-gothic-urw", 'sans-serif';
  font-size: 15px;
  font-weight: 300;
}

.floorplan-button {
  padding: 0 29px;
  border-radius: 6px;
  font-family: 'nobel-regular';
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 27px!important;
  background-color: #C09952!important;
}

.floorplan-button:hover {
  border-radius: 0!important;
  text-decoration: none!important;
  border: 2px solid #001e3a;
  background-color: #91733e!important;
  color: #fff;
}



.gallery-caption-container-inner {
  display: none;
}

.page-template-page-gallery-floorplans #image-gallery .image-alt {
  text-decoration: none;
}

.page-template-page-gallery-floorplans #right-column a {
  text-decoration: none;
}

.page-template-page-gallery-floorplans .gallery-section,
.image-gallery {
  margin-top: 25px;
  margin-bottom: 25px;
}

.page-template-page-gallery-floorplans .styled-pswp-caption p,
.page-template-page-two-column-accommodation .styled-pswp-caption p {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 20px;
  color: #BF9958;
  font-weight: bold;
}

.page-template-page-gallery-floorplans .styled-pswp-caption a,
.page-template-page-two-column-accommodation .styled-pswp-caption a {
  background-color: #BF9958!important;
  border: 2px solid #BF9958;
}

.page-template-page-gallery-floorplans .styled-pswp-caption a:hover,
.page-template-page-two-column-accommodation .styled-pswp-caption a:hover {
  background-color: #91733e!important;
  border: 2px solid #91733e;
}

.page-template-page-gallery-floorplans .gallery-section.inner-wrapper h4 {
  font-family: "nobel-regular", sans-serif;
  font-size: 21px;
  color: #35B5F4;
  color: #001e3a;
}

.page-template-page-gallery-floorplans .pswp__caption__center,
.page-template-page-two-column-accommodation .pswp__caption__center {
  text-align: center;
  max-width: 1024px!important;
}

.floorplan-back-to-gallery-button {
  color: #fff!important;
}

.floorplan-cta-button {
  background-color: #BF9958;
  color: #fff;
  font-family: inherit;
  float: right;
  position: relative!important;
  border-radius: 0!important;
}

.floorplan-modal-headline {
  float: left;
  width: 100%;
}

.floorplan-modal-headline .glyphicon.glyphicon-play {
  display: inline;
  margin-left: 5px;
}


/********************
Specials Top Section
********************/

.specials-top-section {
  padding: 0 0 20px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.specials-top-section .header {
  display: inline-block;
}

.specials-top-section .header h1 {
  font-size: 24px;
  text-transform: none;
}

.page-template-new-tiled-template .promo .more-link {
  text-align: left;
  margin: 0;
  float: none!important;
  position: relative!important;
  bottom: 0!important;
  right: 0!important;
}

.specials-top-section .links.right {
  display: inline-block;
  float: right;
  margin: 13px 0;
}

.specials-top-section .btn.book-now-button {
  box-shadow: none;
  margin: 0;
  padding: 0 15px;
}

.specials-top-section .btn.book-now-button .glyphicon {
  padding-left: 6px;
}

.specials-top-section .intro-copy p {
  color: #363636;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
  .specials-top-section {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .specials-top-section .links.right {
    display: block;
    float: none;
  }
  .specials-top-section .intro-copy p {
    font-size: 21px;
  }
  .specials-top-section .btn.book-now-button {
    font-size: 23px;
  }
}

@media only screen and (max-width: 479px) {
  .specials-top-section .intro-copy p {
    font-size: 16px;
  }
  .page-template-new-tiled-template .promo .more-link {
    text-align: left;
  }
}

/*added this to help equalise the height of the tiles */
.special-page-tiles-wrapper{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}


/* Golf template terms add */

.golf-terms {
  padding-top: 20px;
}

.inner-wrap-marg {
  margin-left: 10%;
  margin-right: 10%;
  padding: 30px 0 0 0;
}

.cp_SummerBlast {
  padding: 30px 0 0 0;
}

.cp_SummerBlast p {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #686868;
}

.cp_SummerBlast h2 {
  font-family: "nobel-regular", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.cp_SummerBlast .introContent h2 {
  margin-bottom: 40px;
}

.cp_SummerBlast .introContent p:last-of-type {
  margin-bottom: 30px;
}

.btn.btnBlast {
  font-size: 11px;
  line-height: 26px;
  font-weight: 800;
  margin-bottom: 0;
  font-family: "nobel-regular", sans-serif;
}

.BlastWrapper .category-title {
  padding-top: 7px;
}

.cp_CtaBlocks {
  display: flex;
  flex-wrap: wrap;
}

.cp_CtaBlock {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #e1e1e1;
}
.cp_CtaBlock__Image {
  max-height:200px;
  overflow:hidden;
}
.cp_CtaBlock__Content--ctas .btnBlast .glyphicon-play {
  margin-left:10px;
}
.cp_CtaBlock:nth-of-type(2n) {
  margin-right: 0;
}

.cp_CtaBlock .in {
  padding: 10px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.cp_CtaBlock__Title {
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

.cp_CtaBlock__Title h3 {
  margin: 0;
  line-height: 1;
}

.cp_CtaBlock__Content {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "nobel-regular", sans-serif;
  color: #686868;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
}
.cp_CtaBlock__Content--ctas {
    margin-top: auto;
    padding-top:0px;
}
.cp_CtaBlock__Content p {
  margin-bottom: 18px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #686868;
}

.cp_PanelTitle {
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
  font-family: "nobel-regular", sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.cp_BorderedTitle {
  text-align: left;
  border-bottom: 1px solid #333;
  margin: 15px 0;
  padding: 0;
}

.cp_BorderedTitle .cp_PanelTitle {
  text-align: left;
}

.cp_Content ul {
  margin-left: 15px;
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
  color: #686868;
}

.content-wrapper.BlastWrapper {
  padding: 0 25px 30px;
}

.content-wrapper.BlastWrapper .category-title {
  height: auto !important;
  padding-bottom: 10px;
}
.cp_WatchOurVideo iframe {
  width:100%;
}
@media(max-width:1025px) {
  .inner-wrap-marg {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media(max-width:620px) {
  .cp_CtaBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .cp_CtaBlock:nth-of-type(2n) {
    margin-right: 0;
  }
  .cp_CtaBlock__Image img {
    margin: 0 auto;
  }
}

section.cp_Resorts {
  padding: 10px 5px;
  font-family: 'nobel-regular', 'robotolight', Arial, sans-serif;
  background:#fff;
}

section.cp_Resorts div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.cp_Resorts--light {
  background: #E8E8E8;
}

.cp_Resorts--white {
  background: #fff;
}

.cp_Resorts>.in {
  margin: auto;
  max-width: 1080px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cp_Resort__Tile {
  width: 32.33333%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
    text-align: center;
    color: #000;
    font-weight: 300;
}
.cp_Resort__Tile--hidden {
  display:none;
}
.cp_Resort__Tile--visible {
  display:block;
}

.cp_Resort__Tile>.in {
  padding: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: url('https://placehold.it/500x800') no-repeat;
  background-size: cover;
  height:409px!important;
}

.cp_Resort__Tile>.in:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease;
}

.cp_Resort__Tile>.in:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 31px 31px 31px;
  border-color: transparent transparent #fff transparent;
  margin: 0 auto;
  display: none;
  z-index: 20;
}

.cp_Resort__Tile .in:hover {
  cursor: pointer;
}

.cp_Resort__Tile>.in:hover:after {
  /*background: rgba(255, 255, 255, .93);*/
}

.cp_Resort__Tile--active .in:after {
  background: none;
}

.cp_Resort__Tile--active .in {
  color: #000;
}

.cp_Resort__Tile--active .in .tab-content ul{
  color: #000;
}

.cp_Resort__Tile--active .cp_Resort__Tile--toggle {
  border-color: #000 !important;
}

.cp_Resort__Tile--active .cp_Resort__Tile--toggle span:after {
  background-color: #000 !important;
}

.cp_Resort__Tile--active>.in:before {
  display: block;
}

.cp_Resort__Tile--active .cp_Resort__Tile--number,
.cp_Resort__Tile>.in:hover .cp_Resort__Tile--number {
  border-color: #fff;
}

.cp_Resort__Tile--title {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 100px;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
  margin-bottom:100px;
  line-height:30px;

  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  padding: 20px 55px 20px 0;
  margin: 0;
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}
.cp_Resort__Tile--title  span{
  font-size: 22px;
  line-height: 22px;
}
.cp_Resort__Tile .cp_Resort__Tile--toggle {
  width: 43px;
  height: 43px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #000;
  position: relative;
  z-index: 10;
    bottom: 28px;
    right: 5px;
    position: absolute;
}

.cp_Resort__Tile .cp_Resort__Tile--toggle span {
  position: relative;
  width: 21px;
  height: 21px;
  display: block;
}

.cp_Resort__Tile .cp_Resort__Tile--toggle span:before,
.cp_Resort__Tile .cp_Resort__Tile--toggle span:after {
  content: "";
  position: absolute;
  background-color: #000;
  transition: transform 0.25s ease-out;
}

.cp_Resort__Tile .cp_Resort__Tile--toggle span:before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: 0;
}

.cp_Resort__Tile .cp_Resort__Tile--toggle span:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.cp_Resort__Tile--active .cp_Resort__Tile--toggle span:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cp_Resort__Tile--active .cp_Resort__Tile--toggle span:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cp_Resorts>.in .cp_Resort__Tile:nth-child(-n+3) {
  margin-top:0;
}
.cp_Resort__Content {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  color: #222222;
  font-family:inherit;
  z-index:-1;
}

.cp_Resort__Content .in {
  margin: auto;
  max-width: 1080px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 25px;
      background: #fff;
}

.cp_Resort__Content--panelImg {
  width: 40%;
  margin-right: 2%;
  float: left;
  text-align:left;
}

.cp_Resort__Content--panelImg img {
  max-width: 100%;
  height: auto;
}

.cp_Resort__Content--panelInfo {
  width: 58%;
  float: left;
  text-align: left;
}

.cp_Resort__Content--panelInfo h3 {
  font-size: 35px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.cp_Resort__Content--panelInfo p {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.cp_Resort__Content--panelInfo .btn {
  min-width: 190px;
  margin-bottom: 10px;
}

.btn {
  text-transform: uppercase;
  padding: 7.5px 15px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  font-size: 18px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-sizing: border-box;
  transition: all 0.2s ease;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.9;
}

.btn--black {
  background: #222222;
  border: 1px solid #fff;
  color: #fff;
}

.btn--green {
  background: #79a863;
  border: 1px solid #fff;
  color: #fff;
}

.btn--grey {
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  color: #222222;
}

.cp_PackageDet>.in {
  padding: 70px 0;
  background: #79A863;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 1px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 1px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 1px 15px 0px rgba(50, 50, 50, 0.75);
}

.cp_PackageDet__panelDetails>.in {
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  font-family: 'nobel-regular', Arial, sans-serif;
}

.cp_PackageDet__panelDetails--details {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.cp_PackageDet__panelDetails--details img {
  max-width: 100%;
  height: auto;
}

.deskOnly {
  display: block;
}

.mobOnly {
  display: none;
}

.cp_PackageDet__panelDetails--details h3 {
  font-size: 28px;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cp_PackageDet__panelDetails--details p,
.cp_PackageDet__panelDetails--details ul,
.cp_PackageDet__panelDetails--details a {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.cp_PackageDet__panelDetails--details ul {
  margin-bottom: 20px;
}

.cp_PackageDet__panelDetails--details a {
  text-decoration: underline;
}

.cp_PackageDet__panelDetails--details a.btn {
  text-decoration: none;
}

.cp_PackageDet__panelDetails--image {
  width: 49%;
  float: left;
}

.cp_PackageDet__panelDetails--image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #fff;
}
.cp_Resort__Content--panelIntro {
  text-align:left;
  width:65%;
  margin-bottom:30px;
  font-family:inherit;
}
.cp_Resort__Content--panelIntro h2 {
  font-size:24px;
  margin-bottom:20px;
  margin-top:0;
}
.cp_Resort__Content--panelIntro p {
  margin-bottom:0;
  font-size:14px;
  color:#686868;
}
.slick-arrow {
  display: none !important;
}
h1.category-title {
    font-size: 20px;
    height: auto !important;
    padding-bottom: 15px;
}
.content-wrapper.toggleBoxes {
  position:relative;
  padding:0;
}
.content-wrapper.toggleBoxes .category-title {
  margin-left:15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  background:#fff;
  color:#C09952;
  border:none;
  border:1px solid #e1e1e1;
}
.nav-tabs>li>a {
  background:#fff;
  color:#000;
  margin-right:0;
  border:none;
  border-right:1px solid #e1e1e1;
  border-bottom:1px solid #e1e1e1;
  border-radius:0;
}
.nav-tabs>li>a:hover {
  border-color:#e1e1e1;
}
.nav-tabs>li {
  text-transform:uppercase;
  font-size:16px;
  font-family:"nobel-regular", sans-serif;
}
.tab-content {
  background:#fff;
  padding:30px 15px;
  font-family:inherit;
  font-size:14px;
}
.tab-content ul, .tab-content p {
  font-family:inherit;
  font-size:14px;
  line-height:21px;
  letter-spacing:0px;
}
.tab-content ul {
  padding-left:15px;
  margin-bottom:30px;
}
.tab-content p {
  color:#686868;
}
.content-wrapper ul li {
  margin-bottom:0;
}
.nav-tabs {
  border:none;
}
.cp_IntroText .in {
  padding:35px 10%;
  background:#fff;
}
.cp_IntroText .in h1, .cp_IntroText .in p {
  letter-spacing:1px;
}
.cp_IntroText .in h1 {
  font-size:20px;
  margin-bottom:20px;
  margin-top:0;
  font-family:"nobel-regular", sans-serif;
  color:#000;
  font-weight:normal;
}
.cp_IntroText .in p {
  font-family:inherit;
  font-size:14px;
  color:#686868;
}

.cp_Filtering .in {
  background:#fff;
  border: 1px solid #000;
  padding:50px 20%;
  display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
        flex-direction:column;
}
.cp_Filtering .in h3 {
  text-align:center;
  text-transform: uppercase;
  font-family:"nobel-regular", sans-serif;
  font-size:24px;
  margin-bottom:30px;
  margin-top:0;
}
.cp_Filtering__Input {
  width:49%;
  float:left;
  margin-right:2%;
  position:relative;
}
.cp_Filtering__Input:last-of-type {
  margin-right:0;
}
.cp_Filtering__Form--filter select {
  border:1px solid #686868;
  border-radius:0;
  width:100%;
  -webkit-appearance: none;
  font-size:14px;
  font-family:inherit;
  height:46px;
  padding:2px 20px;
  color:#000;
  background:#e1e1e1 url('../images/selectarrow.svg') no-repeat;
  background-size: 18px;
  background-position: 93% center;
}
.cp_Filtering__Form--filter select:focus {
  outline:0;
  box-shadow:none;
}



.cp_Filtering__Input--title {
    border: 1px solid #000;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    padding: 14px 20px;
    color: #000;
    background: #fff url(../images/selectarrow.svg) no-repeat;
    background-size: 18px;
    background-position: 96% center;
    cursor:pointer;
}

.cp_Filtering__Input--title.cp_Filtering__Input--active {
  border-left:1px solid transparent;
  border-right:1px solid transparent;
  border-bottom:1px solid transparent;
  background: #e1e1e1 url(../images/selectarrowactive.svg) no-repeat;
    background-size: 18px;
    background-position: 96% center;
}
.cp_Filtering__Input--radioWrap {
  color:#000;
  font-family:inherit;
  font-size:14px;
  font-weight:300;
  margin-left:20px;
  margin-bottom:10px;
}
.cp_Filtering__Input--radioWrap label {
  font-weight:300;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/unchecked.png) top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../images/checked.png) top no-repeat;
}

.cp_Filtering__Input--dropdown {
  display:none;
  position:absolute;
  left:0;
  right:0;
  background:#e1e1e1;
  z-index:20;
}


.cp_Amount .in {
  background:#fff;
  padding:20px 0 10px 0;
  text-align:center;
  font-family:inherit;
  font-size:14px;
  font-weight:300;
  color:#000;
}
.cp_Amount .in #numberofamt, .cp_Amount .in #totalAmt {
  font-weight:bold;
}

.dropdown-overlay{width:100%;height:100%;position:fixed;left:0;top:0;background:none;z-index:19;display:none;}
  .dropdown-overlay.active{display:block;}

@media(max-width:1370px) {
  .cp_BannerImage__Content>.in img {
    margin-left: 0;
  }
  .cp_BannerImage__Content>.in .btn {
    margin-left: 16%;
  }
}

@media(max-width:1080px) {
  .cp_Resort__Content .in,
  .cp_LandIntro .cp_LandIntro__Content>.in,
  .cp_PackageDet__panelDetails>.in,
  .cp_Video>.in,
  .cp_BannerImage__Content>.in {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width:991px) {
  .cp_Resort__Tile--title {
    font-size: 28px;
  }
  .cp_Resort__Tile--number {
    width: 80px;
    height: 80px;
    font-size: 60px
  }
  .cp_LandIntro .cp_LandIntro__Content h1 {
    font-size: 28px;
  }
  .cp_PackageDet__panelDetails--details h3,
  .cp_Video--title h3 {
    font-size: 24px;
  }
}

@media(max-width:870px) {
  .cp_Resort__Content--panelImg {
    width: 100%;
    margin: 0;
    text-align: left;
    -ms-flex-order: 2;
    order: 2;
  }
  .cp_Resort__Content--panelInfo {
    width: 100%;
    margin: 0;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .cp_Filtering .in {
    padding:50px 10%;
  }
}

@media(max-width:770px) {
  .cp_Resort__Tile {
    width: 49%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .in .cp_Resort__Tile:nth-child(-n+3) {
    margin-top: 2%;
  }
  .in .cp_Resort__Tile:nth-child(-n+2) {
    margin-top:0;
  }
  .btn {
    font-size: 16px;
  }
  .cp_LandIntro .cp_LandIntro__Content .btn {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .cp_PackageDet__panelDetails--details,
  .cp_PackageDet__panelDetails--image {
    width: 100%;
    margin: 0;
  }
  .cp_PackageDet__panelDetails--details {
    margin-bottom: 30px;
  }
  .cp_Resort__Content .in {
    padding: 50px 20px;
  }
  .cp_PackageDet>.in {
    padding: 70px 0;
  }
  .cp_Filtering .in {
    padding:50px 10px;
  }
  .content-wrapper.toggleBoxes .category-title {
    margin-left:0;
  }
  .cp_IntroText .in {
    padding:35px 10px;
  }
  .deskOnly {
    display: none;
  }
  .mobOnly {
    display: block;
  }
}

@media(max-width:560px) {
  .cp_Resort__Tile {
    width: 100%;
  }
  .cp_Filtering__Input {
    width:100%;
    margin-right:0;
    margin-bottom:2%;
  }
  .cp_Filtering__Form--filter:last-of-type {
    margin-bottom:0;
  }
  .in .cp_Resort__Tile:nth-child(-n+2) {
    margin-top: 2%;
  }
  .in .cp_Resort__Tile:nth-child(-n+1) {
    margin-top:0;
  }
}




/*FOOTER*/
/*live unforgettable*/

footer h2 {
  color: #999;
}

.lu-flex-wrapper * {
  box-sizing: border-box;
}
.lu-flex-wrapper{
  display: flex;
  width:100%;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom: 20px;
}

.lu-locations-wrapper, .lu-logo-wrapper{
  padding: 0 30px;
}

.lu-locations-wrapper{
  display:flex;
  justify-content:flex-end;
}
.lu-footer-locations{
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin:0;
  padding:0;
  max-width:330px;
  position: relative;
}
.lu-footer-locations:after{
  display: block;
  background-color:#999999;
  content: ' ';
  width: 1px ;
  height: 60px;
  transform: rotate(-25deg) translate(30px, 10px);

}

.lu-location{
  padding: 20px 8px 0;
  text-transform: uppercase;
  font-size:12px;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 14px;
}

.lu-logo{
  width:333px;
  height:42px;
}
.footer-section {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 40px;
  margin-top: 35px;
}

.footer .border-right {
  border-color: #999;
}


/***********

MASTHEAD PLAY BUTTON STYLES

************/

.banner-play-btn {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.67);
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 5px solid #fff;
}

.banner-play-btn .arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #fff;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 30px);
}

/***********

SUMMBER BLAST PAGE COLUMN LAYOUT

Each selector below this comment was prefixed with the page ID .page-id-2231 - but was later removed

.page-id-2231 .content-wrapper

************/

.content-wrapper {
    max-width: 1600px;
}

#main-page-body-text {
    max-width: 974px;
    margin: 0 auto;
}

.cp_CtaBlock:nth-of-type(2n) {
  margin-right: 0%;
}


.cp_CtaBlock {
    flex-basis: 100%;
}


/***********

REMOVE MARGIN RIGHT FROM FOOTER NAV

************/


@media only screen and (max-width: 500px) {
    footer .footer-navigation li {
        margin-right: 0 !important;
    }
}

/***********

ADD MARGIN TO 1ST COLUMN

************/


@media only screen and (min-width: 500px) {
     .cp_CtaBlock:nth-of-type(1n){
      margin-right: 2%;
    }
}

/***********

CREATE 2 COLUMN LAYOUT

************/


@media only screen and (min-width: 500px) and (max-width: 974px) {
    .cp_CtaBlock {
        flex-basis: calc(50% - 2%);
  }
}

/***********

CREATE 3 COLUMN LAYOUT

************/

@media only screen and (min-width: 974px)  {
  .cp_CtaBlock  {
        flex-basis: calc(33.3% - 2%);
  }

  .cp_CtaBlock:nth-of-type(2n) {
      margin-right: 2%;
    }

}

/***********

HIDE LINKS FROM EXPERIENCES PAGES

************/
.parent-pageid-555 #left-column .category-nav li.page-item-6142,
.parent-pageid-555 #left-column .category-nav li.page-item-2231{
  display: none;
}

/***********

HIDE LINKS FROM Disney Annual Passholder Special Offer page

************/
.page-id-12255 #left-column .category-nav li.page-item-12466,
.page-id-12255 #left-column .category-nav li.page-item-10315,
.page-id-12255 #left-column .category-nav li.page-item-9856{
  display: none;
}

/* START Dining Template specific styles 
identifier: 'page-template-page-dining'
*/


.page-template-page-dining .inner-wrapper__dining .last {
  margin-right: 0;
}

.page-template-page-dining #landing-page .promos.secondary .last {
  margin-right: 35px;
}

#landing-page .promo__3col {
  margin-right: 35px;
  margin-bottom: 42px;
}

.page-template-page-dining #landing-page .promo{width:46%;}
.page-template-page-dining #landing-page .promo__3col{
width: 30.7%;
}

.page-template-page-dining #landing-page .inner-wrapper .row{display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}


.page-template-page-dining .tile-wrapper__dining {
  flex-wrap: wrap;
}

.page-template-page-dining #landing-page h3 {
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: "nobel-regular", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  line-height: normal;
  padding: 1.5em;
}

.page-template-page-dining #landing-page .inner-wrapper__dining {
  padding-top: 0;
  width: 80%;
  margin: auto;
  justify-content: center;
}

.page-template-page-dining #landing-page .header__copy {
  padding-right: 30px;
}


.page-template-page-dining #landing-page .header__copy a {
  color: #686868;
}

.page-template-page-dining #landing-page .category-title, .page-template-page-welcome #landing-page .category-title{
  padding: 45px 30px 0;
  display:  flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-top: 100px;
}

.video-container {
  margin-bottom: 3.75rem;
}

.promo__3col {
  display: flex;
  flex-direction: column;
  justify-items: stretch;
}

.dine-content-box {
  padding: 1em;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}

.dine-content-box .btn  {
  margin-top: auto;
}

.popup-video {
  display: grid;
  position: relative;
}

.play-overlay {
  place-items: center center;
  z-index: 100;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  position: absolute;
  width: 100px;

}

@media only screen and (max-width: 1024px){
  .page-template-page-dining #landing-page .category-title, .page-template-page-welcome #landing-page .category-title{
    margin-top: 0;
    width: 100%;
  }
  .page-template-page-dining #landing-page .inner-wrapper__dining{
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #landing-page .promo.last, #landing-page .promos.secondary .last {
    margin-right: 0;
  }
  
  #landing-page .promo {
    margin-right: 27px;
  }

}

@media only screen and (max-width: 768px) {
  .page-template-page-dining #landing-page .promo{
    width:100%;
  }

}

.page-template-page-welcome .mfp-wrap{
  height: 100%!important;
}

.page-template-page-welcome .mfp-container {
  position: fixed;
}

.letter__wrapper {
  width: 80%;
}
.letter__wrapper-logo{
  margin: auto;
  justify-content: center;
  display: flex;
  padding: 20px;
  height: 110px;
}
.letter__wrapper p img {
  height: 100px;
}
@media screen and (max-width: 700px){
  .letter__wrapper {
    width: 95%;
  }
}


/* END Dining Template specific styles */