/*----- GLOBAL CSS -----*/

body .row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
}

button#responsive-menu-button {
  right: 0 !important;
  top: 20px !important;
  z-index: 99 !important;
}

#menu-item-479:hover {
  color: #fff;
}

#hero-banner-2 {
  display: none;
}

.fa-phone {
  transform: rotate(85deg);
}

.text-gold {
  color: #c5a46d;
}

.sticky {
  box-shadow: 0 4px 2px -2px #8080802e;
}

.title,
.site-heading {
  font-size: 35px;
}

.title:after {
  content: "";
  display: block;
  background-image: url(../img/whitehavenhotel_sprites.png);
  height: 30px;
  background-position: -10px -10px;
  margin: 30px auto 40px;
  max-width: 280px;
  /*background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    margin-bottom: 40px;*/
}

.inner-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*BUTTONS*/

.purple-btn,
.gold-btn,
.dark-btn,
.gold-outline-btn {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.purple-btn,
.gold-btn:hover {
  background-color: #6c5689;
  color: #fff;
}

.purple-btn:hover {
  color: #6c5689;
}

.gold-btn,
.purple-btn:hover {
  background-color: #c5a46d;
}

.dark-btn {
  background-color: #333230;
  border: 2px solid transparent;
}

.dark-btn:hover {
  border-color: #333230;
  color: #333230;
  background-color: transparent;
}

.gold-outline-btn {
  background-color: #c5a46d;
  border: 2px solid transparent;
}

.gold-outline-btn:hover {
  border-color: #c5a46d;
  color: #c5a46d;
  background-color: transparent;
}

/*--- END CSS BUTTONS ----*/

.top-bar {
  color: #fff;
  padding: 17px 0;
  background-image: url(../img/top-bar-background.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

.facebook-icon {
  margin-left: 20px !important;
}

.top-bar ul,
.top-bar li {
  display: inline-block;
  margin: 0;
}

.top-bar a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.top-bar a:hover {
  color: #c5a46d;
}

#menu-top-menu a:hover,
#menu-top-menu .fab:hover {
  color: #fff;
}

.site-header {
  transition: 0.4s all ease-in-out;
}

.site-header .container {
  max-width: 1367px;
}

.site-branding {
  max-width: 445px;
  width: 100%;
}

.main-navigation {
  height: 103px;
  background-color: #fff;
}

#menu-primary-1 {
  padding-top: 40px;
}

a.custom-logo-link {
  display: block;
}

#menu-top-menu {
  color: #c5a46d;
}

.widget_nav_menu {
  text-transform: uppercase;
}
.inner-banner-wrap h2 {
  display: none;
}

/*--- FOOTER ----*/

.site-footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url(../img/footer-background.png);
}

.site-footer a:hover {
  color: #c5a46d;
}

.site-footer hr {
  background: #575553;
}

.site-footer span {
  display: block;
  text-align: initial;
}

.copyright-content p {
  line-height: 1.1;
  font-size: 15px;
  padding-top: 50px;
}

.copyright-content p a {
  font-weight: inherit;
}

.footer-menu li {
  list-style-type: none;
}

.footer-menu {
  margin: 20px 0;
}

.footer-logo img {
  width: 100%;
  max-width: 570px;
}

/*BANNER SLIDER*/

.banner-slider,
.testimonial-section {
  overflow: hidden;
}

.banner-slider .slick-dots li button:before {
  border: 3 solid #fff;
}

.testimonial-section {
  clear: both;
}

.banner-slide-title {
  font-size: 45px;
  font-weight: 700;
}

.banner-slide-subtitle {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 560px;
  position: relative;
  margin: auto;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.banner-slide-subtitle:before,
.banner-slide-subtitle:after {
  content: "";
  background-image: url(../img/whitehavenhotel_sprites.png);
  height: 21px;
  width: 79px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 99;
}
.banner-slide-subtitle:before {
  background-position: -82px -62px;
  left: -20px;
}
.banner-slide-subtitle:after {
  background-position: -181px -62px;
  right: -20px;
}

/*.banner-slide-subtitle:before {
    content: '';
    background-image: url(../img/swirl-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 60px;
    left: 0;
}

.banner-slide-subtitle:after {
    content: '';
    background-image: url(../img/swirl-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 99;
    height: 20px;
    width: 60px;
    right: 0;
}*/

.banner-slider .slick-dots {
  bottom: 10px;
}

.banner-slider .slick-arrow {
  display: none !important;
}

.inner-slider-content.slick-slide {
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-slider-content:before {
  background: rgba(0, 0, 0, 0.28) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  height: 100%;
  width: 100%;
}

.inner-text-wrap {
  position: relative;
  z-index: 1;
}

/*----- AVAILABILITY SECTION -----*/

.availability-section {
  background-image: url(../img/footer-background.png);
}

.reservation-text {
  font-size: 30px;
  letter-spacing: 5px;
}

.reservation-button {
  font-size: 19px;
  color: #282828;
  background-color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.reservation-button:hover {
  background-color: #c5a46d;
  color: #fff;
}

/*------ ROOMS SECTION -----*/

.section-rooms {
  background-color: #f7f7f7;
}

.home .section-rooms .inner-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-id-354 .section-rooms .inner-wrap {
  padding-bottom: 70px;
}

.section-rooms .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.section-rooms .row {
  margin-top: 35px;
}

.section-rooms .container {
  max-width: 1200px;
}

.rooms-image-wrap {
  position: relative;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.rooms-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 13px;
}

/*----- NEWSLETTER -----*/

.newsletter-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #c5a46d;
  font-size: 21px;
  margin: 0;
}

/*----- TESTIMONIAL ------*/

.testimonial-section .inner-wrap {
  padding-top: 55px;
}

.testimonial-section .inner-testimonial-slider {
  position: relative;
  background-color: #f3f3f3;
  padding: 10px 30px;
  margin-left: 15px;
  margin-right: 15px;
  border-right: 10px;
  border-radius: 10px;
}

.testimonial-section span {
  font-weight: 500;
}

.testimonial-section .slick-slider {
  margin: 35px -15px;
}

.testimonial-section .slick-dots {
  bottom: -80px;
}

.testimonial-section .slick-dots li button {
  width: 12px;
  height: 12px;
}

.testimonial-section .slick-dots li.slick-active button:before {
  background-color: #c5a46d;
}

.testimonial-section .slick-dots li button:before {
  border-color: #c5a46d;
  width: 12px;
  height: 12px;
}

.lity-content {
  background-color: #fff;
  padding: 20px;
}

/*.lity-container {
    max-width: 750px;
    width: 100%;
    text-align: center;
}*/

/*----- GALLERY ONE -----*/

.gallery-one .inner-wrap,
.gallery-two .inner-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery-one-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 285px;
}

.gallery-one-image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.gallery-title {
  font-size: 30px;
}

.gallery-subtitle {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #565656;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery-content {
  max-width: 1200px;
  margin: auto;
}

.gallery-content p {
  font-size: 17px;
}

.gallery-video .media-holder {
  padding-bottom: 400px;
}

.gallery-button-wrap {
  margin-top: 30px;
  margin-bottom: 57px;
}

/*----- ROOM SINGLE PAGE -----*/

.single-room .room-slider {
  border: 1px solid #d8d8d8;
  padding: 10px;
}

.single-room .room-slider-content {
  background-size: cover;
  background-repeat: no-repeat;
  height: 435px;
}

.room-price {
  font-size: 21px;
}

.room-price span {
  color: #c5a46d;
  font-weight: 700;
}

.single-room-content p {
  font-size: 16px;
}

.single-room-title {
  font-size: 28px;
  letter-spacing: 0;
}

/*-----DUAL INFO COLUMN -----*/

.dual-info-column {
  position: relative;
}

.dual-info-column .col1 .subtitle {
  color: #fff;
}

.dual-info-column .subtitle {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #c8c8c8;
}

.dual-info-column .heading {
  font-size: 30px;
}

.dual-info-column .col2 .heading-2 {
  color: #c5a46d;
}

.dual-info-column .content p {
  font-size: 19px;
  text-transform: initial;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.dual-info-column .col2 {
  padding-left: 20px;
}

.dual-info-column .col-lg-6 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dual-info-column .button {
  padding: 15px 57px;
}

/*----- NEWS ARCHIVE -----*/

.news {
  margin-bottom: 20px;
}

.post-type-archive-news .read-more {
  color: #c5a46d;
}

.post-type-archive-news .entry-content p {
  font-weight: 400;
  color: #565656;
  margin-top: 10px;
  color: #565656;
  font-size: 16px;
}

.post-type-archive-news .read-more {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.post-type-archive-news .nav-links .page-numbers.current {
  background-color: #c5a46d;
}

.page-numbers {
  background-color: #222222;
  color: #fff;
  padding: 7px;
  font-weight: 500;
  height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.news-single-page h2 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}

.news-single-page .entry-date {
  font-size: 15px;
}

/*---- NEWS SINGLE PAGE ----*/

.single-news .testimonial-section,
.post-type-archive-news .testimonial-section {
  display: none;
}

/*------ CONTACT PAGE -----*/

p a:hover {
  color: #c5a46d;
}

.contact-page .map-container {
  padding-bottom: 30%;
}

#gform_wrapper_2 {
  width: 100%;
  max-width: 800px;
  margin-left: 0;
}

#gform_wrapper_2 .gform_footer {
  max-width: 350px;
  margin: 30px auto;
  /*height: 50px;*/
  /*display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-flex;*/
  display: block;
}

#gform_submit_button_2 {
  padding: 15px 0;
}

body .gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 0 42px;
}

/*IMAGE SECTION*/

.image-section .image {
  height: 900px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.error404 .inner-banner-wrap {
  height: 400px;
}

.whitehaven-map-wrap {
  padding-top: 50px;
}
.whitehaven-map {
  height: 600px;
}

.whitehaven-map .title:after {
  content: none;
}

.testimonial-section .slick-prev {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #c5a46d;
}

.testimonial-section .slick-next {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #c5a46d;
}

.location-name {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.location-address {
  font-weight: 400 !important;
  font-size: 15px;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: initial;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.location-link {
  font-weight: 700;
  font-size: 15px;
}
.location-link:hover {
  text-decoration: underline;
}

/*SITEMAP*/
.menu-sitemap-container .menu-item > a {
  font-weight: 700;
}

.menu-item-description {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 400;
}

@media (min-width: 1441px) {
  .title,
  .site-heading {
    font-size: 41px;
  }
  .section-rooms .container {
    max-width: 1793px;
  }
  .inner-slider-content.slick-slide {
    margin-top: 50px;
  }
  .banner-slide-title {
    font-size: 62px;
  }
  .reservation-text {
    font-size: 42px;
  }
  .gallery-title {
    font-size: 41px;
  }
  .dual-info-column .heading {
    font-size: 45px;
  }
  .image-section .image {
    height: 1200px;
  }
  .newsletter-text {
    font-size: 21px;
  }
}

@media (max-width: 1440px) {
  body .container,
  .site-header .container {
    max-width: 1200px;
  }

  .site-branding {
    max-width: 370px;
  }
  .rooms-title {
    font-size: 21px;
  }
  .newsletter-text {
    font-size: 19px;
  }

  .top-bar a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .testimonial-content {
    height: 195px;
  }
  .copyright-content p {
    font-size: 19px;
  }
  .single-room .col-lg-5 {
    padding-left: 50px;
  }
  .dual-info-column .col2 {
    padding-left: 105px;
  }
  #gform_1 {
    margin-left: 43px;
  }
  .newsletter-text {
    white-space: nowrap;
  }
  .site-branding {
    padding-top: 15px;
  }

  .image-height {
    height: 100%;
  }

  .testimonial-section span {
    top: -15px;
    position: relative;
  }
  .top-bar .fa,
  .top-bar .fas {
    margin-right: 10px;
  }

  .whitehaven-map {
    height: 900px;
  }
}

@media (max-width: 1199px) {
  .top-bar a {
    font-size: 13px;
  }
  .section-rooms .container {
    max-width: 1000px;
  }
  .newsletter-text {
    font-size: 15px;
  }
  .rooms-image-wrap {
    height: 240px;
  }
  .rooms-title {
    font-size: 18px;
  }
  .site-footer {
    font-size: 16px;
  }
  .image-section .image {
    height: 700px;
  }
  .site-branding {
    padding-top: 30px;
  }

  .image-height {
    height: 600px;
  }

  .top-bar .fa,
  .top-bar .fas {
    margin-right: 5px;
  }
}

@media (min-width: 992px) {
  .sticky {
    top: -40px;
  }
  .availability-section .col-lg-8 {
    text-align: right;
  }
  .gallery-video .media-holder {
    padding-bottom: 600px;
  }
  .dual-info-column .row2 .col1 {
    background-image: url(../img/celebrations.png);
  }
  .dual-info-column .row2 .col2 {
    background-image: url(../img/special.png);
  }
  .dual-info-column .col1 {
    padding-right: 70px;
  }
  .dual-info-column .row1 .col2 .content {
    width: 100%;
    max-width: 370px;
  }
  .dual-info-column .content {
    height: 140px;
  }
  .dual-info-column .col-lg-6 {
    padding-bottom: 70px;
  }
  .dual-info-column .row2 {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
  .availability-section .row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .top-bar,
  .main-site-nav {
    display: none;
  }
  .availability-section {
    text-align: center;
  }
  .reservation-button-wrap {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .section-rooms .container {
    max-width: 1000px;
  }
  .rooms-image-wrap {
    background-size: contain;
    background-position: center;
  }
  .contact-section {
    text-align: center;
  }
  .newsletter-text {
    font-size: 21px;
  }
  .site-footer span {
    text-align: center;
  }
  .footer-col {
    margin-bottom: 10px;
  }
  .section-rooms .col-lg-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-branding {
    margin-left: 15px;
  }
  .gallery-video {
    margin-bottom: 30px;
  }
  .dual-info-column .row1 .col1 {
    background-image: url(../img/celebrations.png);
  }
  .dual-info-column .row1 .col2 {
    background-image: url(../img/special.png);
  }
  .dual-info-column .container-fluid {
    display: none;
  }
  .single-room {
    padding-bottom: 50px;
  }
  .title,
  .site-heading {
    font-size: 31px;
  }
  .image-section .image {
    height: 260px;
  }

  .image-height {
    height: 285px;
  }

  .footer-logo img {
    max-width: 365px;
  }
}

@media (min-width: 768px) {
  .testimonial-section .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .banner-slide-title {
    font-size: 40px;
  }
  .inner-slider-content.slick-slide {
    height: 450px;
  }
  .copyright-content p {
    max-width: 340px;
    margin: 0 auto;
  }
  .rooms-image-wrap {
    background-size: cover;
  }
  .banner-slide-subtitle:before,
  .banner-slide-subtitle:after {
    width: 50px;
  }
  .banner-slide-subtitle {
    font-size: 25px;
  }
  .testimonial-section .slick-next,
  .testimonial-section .slick-prev {
    top: 60%;
  }
}

@media (max-width: 640px) {
  #gform_1 .gform_footer {
    margin-top: 20px;
  }
}

@media (max-width: 570px) {
  .banner-slide-title {
    font-size: 36px;
  }
  .copyright-content p a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-footer {
    font-size: 14px;
  }
  .newsletter-text {
    font-size: 18px;
  }
  .dual-info-column .heading,
  .gallery-title,
  .title,
  .site-heading,
  h2 {
    font-size: 25px;
  }
}

@media (max-width: 320px) {
  .site-footer {
    font-size: 12px;
  }
  .newsletter-text {
    font-size: 17px;
  }
  .dual-info-column .heading,
  .gallery-title,
  .title,
  .site-heading,
  h2 {
    font-size: 20px;
  }
  .room-price p {
    font-size: 15px;
  }
}

body .gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 15px 50px;
}
.cp-top {
  background-image: url(../img/whitehavenhotel_sprites.png) !important;
  background-position: -65px -116px !important;
}
