﻿/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.booking {
  overflow: hidden;
  /** Booking Panels*/
  /*
    .booking-panel--stay .content {
        background-image: url('https://www.rockliffehall.com/sites/default/files/Old%20Hall%20Suite%20210.jpg');
    }


    .booking-panel--golf .content {
        background-image: url('https://www.rockliffehall.com/sites/default/files/styles/twocol_width/public/offer/golf-hitting-driving-range2_0.jpg?itok=c2mjHzMp');
    }

    .booking-panel--spa .content {
        background-image: url('https://www.rockliffehall.com/sites/default/files/styles/banner_width/public/Spa-treatment_3.jpg?itok=7BKBK_UV');
    }

    .booking-panel--restaurant .content {
        background-image: url('https://www.rockliffehall.com/sites/default/files/chalk-stream-trout.jpg');
    }*/ }
  .booking .vc-highlight {
    background-color: #425260 !important;
    border-radius: 0 !important; }
  .booking .login-buttons .btn {
    min-width: 100%; }
    @media (min-width: 768px) {
      .booking .login-buttons .btn {
        min-width: unset; } }
  .booking .confirmation-number {
    font-family: Montserrat;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .booking .form-select.calendar {
    cursor: pointer;
    padding-left: 50px;
    background-size: 16px 16px, 16px 12px;
    background-position: left 0.75rem center, right 0.75rem center;
    background-repeat: no-repeat;
    background-image: url("/Assets/img/booking/calendar.svg"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
  .booking .form-control.calendar {
    cursor: pointer;
    padding-left: 50px;
    background-size: 16px 16px;
    background-position: left 0.75rem center;
    background-repeat: no-repeat;
    background-image: url("/Assets/img/booking/calendar.svg"); }
  .booking .search-date.form-control:disabled, .booking .search-date.form-control[readonly]:not(.on) {
    background-color: white; }
  .booking .lnk-email, .booking .lnk-print {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    text-transform: uppercase;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center; }
  .booking .lnk-email {
    background-image: url("/Assets/img/booking/email.svg"); }
  .booking .lnk-print {
    background-image: url("/Assets/img/booking/print.svg");
    margin-right: 20px; }
  .booking form .error-message {
    color: red;
    display: block;
    margin-top: 5px; }
  .booking .expander {
    background: none;
    border: none;
    margin-bottom: 5px;
    display: flex;
    align-self: flex-end; }
  .booking .cancel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50; }
    .booking .cancel a {
      background-image: url(/Assets/img/booking/button-cancel-cross.svg);
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 25px;
      opacity: 0.8; }
      @media (max-width: 767px) {
        .booking .cancel a:hover {
          opacity: 1; } }
      @media (min-width: 1200px) {
        .booking .cancel a {
          padding: 33px; } }
  .booking .title-wrapper {
    display: flex;
    align-items: center; }
    .booking .title-wrapper h3 {
      width: auto; }
  .booking .help {
    display: inline-block;
    background: none;
    border: none;
    text-indent: -9999px;
    background-image: url(/Assets/img/booking/help.svg);
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 20px; }
  .booking .page-intro {
    padding-top: 80px;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .booking .page-intro {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .booking .page-intro {
        padding-top: 70px; } }
    .booking .page-intro h1 {
      font-size: 36px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .booking .page-intro h1 {
          margin-bottom: 25px; } }
    .booking .page-intro p {
      font-size: 16px;
      max-width: 535px; }
    .booking .page-intro .btn {
      margin-bottom: 0; }
  .booking .golf .page-intro {
    margin-bottom: 0; }
  .booking .form-control, .booking .form-select {
    font-size: 16px;
    padding: 20px 23px; }
    @media (max-width: 767px) {
      .booking .form-control, .booking .form-select {
        padding: 15px 20px; } }
  .booking .btn {
    min-width: 120px;
    margin-bottom: 0; }
  .booking .cancel .btn {
    min-width: unset; }
  .booking h1, .booking h2 {
    font-family: "Playfair Display";
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .booking h1, .booking h2 {
        margin-bottom: 25px; } }
  .booking h1 {
    text-transform: uppercase; }
  .booking ul,
  .booking p {
    font-family: "Montserrat";
    font-size: 14px;
    color: #333333; }
  .booking label {
    font-family: "Montserrat";
    font-size: 16px;
    text-transform: uppercase; }
  .booking .booking-panel {
    height: 350px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .booking .booking-panel {
        height: calc(50vh - 40px);
        min-height: 350px; } }
  .booking .booking-panel .has-bg-image {
    transition: all .5s; }
  .booking .booking-panel:hover .has-bg-image {
    transform: scale(1.05);
    z-index: 1; }
  .booking .booking-panel a {
    text-decoration: none; }
  .booking .booking-panel .content {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    z-index: 2; }
  .booking .booking-panel .title {
    display: block;
    font-size: 36px; }
  .booking .booking-panel .sub-title {
    display: block;
    font-family: 'Montserrat';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300; }
  .booking .btn-i {
    background-repeat: no-repeat;
    background-position: 20px center; }
  .booking .btn-flag {
    background-image: url("/Assets/img/booking/flag.svg");
    background-size: 15px 24px;
    padding-left: 45px; }
  .booking .btn-bed {
    background-image: url("/Assets/img/booking/bed.svg");
    background-size: 26px 20px;
    padding-left: 55px; }
  .booking .bd-r {
    border-bottom: solid 1px #eee; }
  .booking .room-count {
    display: flex;
    list-style: none; }
    .booking .room-count label {
      font-size: 18px;
      line-height: 18px;
      padding: 20px;
      width: 80px;
      height: 50px; }

.rad-btn-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 380px; }
  .rad-btn-list li {
    background: #fff;
    color: #425260;
    float: left;
    width: 60px;
    height: 50px;
    position: relative; }
  .rad-btn-list label,
  .rad-btn-list input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .rad-btn-list input[type="radio"] {
    opacity: 0.01;
    z-index: 100; }
  .rad-btn-list input[type="radio"]:checked + label {
    background: #425260;
    color: #fff; }
  .rad-btn-list label {
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    z-index: 5; }
  .rad-btn-list label:hover {
    background: #DDD; }

.room-configurations .room-configuration .room-configuration {
  padding: 20px !important; }

.room-configurations .room-configuration .title {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .room-configurations .room-configuration .room-configuration {
    padding: 30px; } }

@media (min-width: 1024px) {
  .booking .bd-r {
    border-right: solid 1px #eee;
    border-bottom: none; } }

@media (min-width: 768px) {
  .booking .cancel a {
    background-position: 26px center;
    padding: 33px 27px 33px 64px;
    opacity: 1; } }
