/*
 Theme Name:     Eastern Caravans
 Theme URI:      https://www.logomonsta.com
 Template:       limoking-v1-05
 Version:        1.0.0
*/


/* Import our parent theme */
@import '../limoking-v1-05/style.css';

.calendar-quote {
	margin-bottom: 1rem;
}

.calendar-quote__label {
	display: block;
	font-weight: 600;
	color: #034EA2;
}

.calendar-quote__price {
    font-size: 28px;
    font-weight: 600;
    line-height: 1em;
	color: #00AEED;
}

.calendar-quote__discount {
    display: block;
    font-size: 10px;
    color: #666666;
    margin: .25rem 0 0 0;
    line-height: 1.2em;
}

.block_hints.datepick {
	margin-bottom: 1rem !important;
}

/* Theme customisations */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

    .footer-wrapper strong a {
        color: #034ea2 !important;
    }

    .footer-wrapper a:hover {
        text-decoration: underline;
    }


.overlay {
    cursor: pointer;
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    visibility: hidden;
    z-index: -1;
}
.has-overlay .overlay {
    visibility: visible;
    z-index: 50;
}
.has-overlay .search-form__form{
    z-index: 55;
}

.section--discounts {
    color: rgba(255, 255, 255, 0.6);
    background-color: #034ea2;
    text-align: center;
    padding: 60px 0;
}

.section--discounts h4 {
    font-weight: 900;
    color: #ffffff;
}

.section--discounts a { 
    text-decoration: underline;
    color: #ffffff;   
}

.section--discounts a:hover { 
    color: rgba(255, 255, 255, 0.6);
}

.nolink{
    position: relative;
}
.nolink:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99;
}

.section--discounts .lead {
    line-height: 1.1em;
    font-size: 16px;
}

body.home .content-wrapper {
    z-index: 88;
}

.discount-text {
display: block;
text-align: center;
margin-top: 15px;
}

#limoking-menu-search-button {
  display: none;
}

#search-area {
  overflow: visible;
  background-position: center;
  background-color: #00AEED;
  background-size: cover;
  text-align: center;
}

  #search-area .limoking-item-title{
    color: #ffffff; font-size: 38px; line-height: 45px;
  }

  #search-area .limoking-item-title-caption{
    color: #ffffff; font-size: 17px; margin-top: 4px;
  }
  
  .search-form__form {
      position: relative; z-index: 1;
  }


.search-form--products {
  text-align: center;
}

  .search-form--products .field-group {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 15px;
  }

  .search-form--products .field-group label{
    display: block;
    font-size: 14px;
    padding: 0 15px 0 15px;
    color: #ffffff;
  }

  .search-form--products .field-group input,
  .search-form--products .field-group select {
    font-size: 16px;
    color: #BCBEC0;
    display: block;
    width: 100%;
  }

  .search-form--products .field-group input,
  .search-form--products .field-group select {
    border: 0;
    border-radius: 66px;
    background-color: #ffffff;
    padding: 0 25px;
    height: 66px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    /*display: none;*/
  }

  .search-form--products .field-group input:focus,
  .search-form--products .field-group select:focus {
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1),
                0 5px 15px 0 rgba(0, 0, 0, 0.2);
  }

  .search-form--products .field-group select::-ms-expand {
      display: none;
  }

  .search-form--products .field-group .search-submit {
    border: 0;
    color: #ffffff;
    font-size: 19px;
    cursor: pointer;
    border-radius: 66px;
    background-color: #034EA2;
    padding: 0 33px;
    height: 66px;
  }

  .search-form--products .field-group .search-submit:hover {
    background-color: #0963B5;
  }

  .search-form--products .field-group .search-submit:active {
    background-color: #064B89;
  }

  .search-form--products .field-group .search-submit:focus {
    outline: 0;
  }

.hero-big-text {
  color: #ffffff;
  font-size: 33px;
}

.form-control--select {
  position: relative;
}

  .search-form--products .field-group .form-control--select select {
    opacity: 0; visibility: hidden; display: none;
  }

  .form-control--select button{
    border: 0;
    font-size: 16px;
    color: #BCBEC0;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 66px;
    background-color: #ffffff;
    text-align: left;
    line-height: 66px;
    padding: 0 66px 0 25px;
    white-space: nowrap;
    position: relative;
    height: 66px;
    width: 195px;
    cursor: pointer;
  }

    .form-control--select button:before {
      content: ''; position: absolute;
      background-repeat: no-repeat;
      background-color: #ffffff;
      box-shadow: -10px 0 10px 0 #fff;
      background-image: url('images/dropdown-arrow.png');
      background-position: center right;
      background-size: 46px;
      width: 56px; height: 100%;
      right: 0; top: 0;
    }

  .form-control--select button:focus {
    outline: 0;
  }

  .form-control--select ul{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    
    width: 180px;
    
  }
  
  .search__options__wrapper {
    z-index: 50;
    position: absolute;
    top: 80px; left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px;

    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1),
                0 5px 15px 0 rgba(0, 0, 0, 0.2);

    transition: transform .15s ease-in-out,
                visibility .15s ease-in-out,
                opacity .15s ease-in-out;

    transform: translate(-50%, 25px);
    visibility: hidden;
    opacity: 0;
  }
  
    .search__options__wrapper.is-visible {
      transform: translate(-50%, 0);
      visibility: visible;
      opacity: 1;
    }

    .form-control--select ul:before {
      z-index: 55;
      content: ''; position: absolute;
      margin-left: -10px; border: 10px solid transparent;
      border-color: transparent transparent #ffffff transparent;
      left: 50%; top: -20px;
    }

  .form-control--select ul li{
    line-height: 20px;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
  }
  .form-control--select ul li + li{
    margin-top: 5px;
  }

  .form-control--select ul li:hover{
    background-color: #f2f2f2;
  }

  .form-control--select ul li.active{
    background-color: #cccccc;
  }

#jayco-banner {
  margin-bottom: 6%;
  padding-bottom: 23% !important;
  background-size: cover;
}

#call-to-action {

}

#call-to-action .stunning-item-title {
  text-transform: none;
  font-size: 40px;
}

#call-to-action .stunning-item-button {
  font-style: normal;
  font-size: 28px;
}

#call-to-action .stunning-item-button:after {
  display: none;
}

.limoking-header-wrapper .limoking-navigation-wrapper {

}

.limoking-header-wrapper .limoking-main-menu {
  text-align: center;
  float: none;
}

  .limoking-navigation-gimmick { display: none}

  .limoking-header-wrapper .limoking-main-menu li {
    display: inline-block !important; float: none !important;
  }

  .limoking-header-wrapper .limoking-main-menu  li a {
    border-bottom: 3px solid transparent;
    transition: border-color .15s ease-in-out;
    padding: 0 15px 16px 15px !important;
  }

  .limoking-header-wrapper .limoking-main-menu  li.current-menu-item > a {
    border-bottom: 3px solid #00d2ff;
  }

  .limoking-header-wrapper .limoking-main-menu  li:hover a {
    border-bottom: 3px solid #034ea2;
  }

.limoking-header-wrapper .limoking-logo {
  margin-top: 26px;
  margin-bottom: 26px;
}

.copyright-container {
  padding: 40px 0;
}

.footer-column .limoking-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 25px;
}

.footer-column strong {
  color: #034ea2;
}


.footer-column .menu {

}

.footer-column .menu li {
  margin-bottom: 0px;
  border-bottom: 0;
}

.footer-column .menu li a {

}

.car-overlay {
  display: none !important;
}

.car-thumbnail .car-overlay-icon {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0; left: 0; top: 0;
    width: 100%; height: 100%;
    border-radius: 0;
}

body .car-title a:hover {
    color: #00AEED !important;
}

.car-overlay-icon .car-icon { display: none !important; }

.car-link--search {
    transition: opacity .15s ease-in-out;
}

.car-link--search:hover {
    opacity: 0.5;
}

.footer-logo {
  transition: opacity .15s ease-in-out;
  max-width: 307px;
}

.footer-logo:hover {
  opacity: 0.8;
}

.footer-container {
  padding-top: 70px;
}

  .footer-container .footer-column:nth-child(1) {
    width: 40%;
  }

  .footer-container .footer-column:nth-child(2) {
    width: 30%;
  }

  .footer-container .footer-column:nth-child(3) {
    width: 30%;
  }

  .footer-wrapper .copyright-left {
    font-size: 14px;
  }

  .footer-wrapper .copyright-left a {
    font-weight: bold;
    color: #034EA2;
  }

  .cia-facebook {
    display: block;
    margin: 25px -9px 0;
  }

    .cia-facebook a {
      display: inline-block;
      transition: opacity .15s ease-in-out;
      padding: 0 9px;
    }

    .cia-facebook a:hover {
      opacity: 0.8;
    }

  .footer-cia {
    width: 52px;
    height: auto;
  }

  .footer-facebook {
    width: 182px;
    height: auto;
  }

.limoking-page-title-wrapper-search {
  margin-top: 30px;
}

.limoking-page-title-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}

.limoking-page-title-wrapper .limoking-page-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 56px;
}

.page-id-9 .limoking-page-title-wrapper {
    z-index: 90;
}

.limoking-page-title-wrapper .limoking-page-caption {
  color: #ffffff;
  margin-top: 0;
  font-weight: bold;
  line-height: 24px;
  font-size: 17px;
}



.blurb {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

  /* add pointer to the blurb */
  a.blurb { cursor: pointer; }

  .blurb:hover .blurb__thumbnail span {
    opacity: 0.6;
  }

  .blurb__thumbnail {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background-color: #111111;
    position: relative;
    height: 140px;
    width: 100%;
  }

  .blurb__thumbnail span{
    left: 0; top: 0;
    border-radius: 10px 10px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: opacity .15s ease-in-out;
    width: 100%; height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blurb__footer {
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
    background-color: #034EA2;
    padding: 8px 20px;
    font-size: 19px;
  }











.contact-details {
  margin-top: 32px;
}

.contact-details span {
  left: 0; top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  font-size: 28px;
  color: #ffffff;
}

  .contact-details__phone {
    position: relative;
    clear: both;
    display: inline-block;
    line-height: 1;
    width: 100%;
  }

    .contact-details__phone span{ left: -34px }

    .contact-details__phone {
      color: #ffffff;
      font-weight: bold;
      font-size: 29px;
    }

  .contact-details__email {
    clear: both;
    display: inline-block;
    position: relative;
    margin-top: 4px;
    line-height: 1;
  }

    .contact-details__email span{ left: -36px }

    .contact-details__email a{
      color: #00AEED;
      font-weight: bold;
      font-size: 18px;
    }

    .contact-details__email a:hover{
      color: #ffffff;
    }

  #homepage-intro {

  }

    #homepage-intro .limoking-item-title {
      text-transform: none;
      color: #034EA2;
    }

    .limoking-content-item {
      color: #546670;
    }

      .limoking-content-item strong,
      .limoking-content-item .strong {
        font-weight: bold;
        color: #034EA2;
      }

      .limoking-content-item p {

      }

      .no-margin {
        margin: 0;
      }


.search-results {
  padding: 40px 0;
}

  .search-results .no-results {
    padding: 25px 40px;
    background-color: #e6e7e8;
    border-radius: 4px;
    text-align: center;
  }


.car-item-filter {
  font-weight: bold;
  color: #546670;
}

  .car-item-filter .limoking-separator {
    color: #546670;
  }

  .car-classic-button-wrapper {

  }

    .limoking-item .car-title a{
      text-transform: uppercase;
      color: #034EA2; font-size: 23px;
      font-weight: bold;
    }

    .car-classic-button-wrapper .limoking-car-button {
      text-transform: none;
      background-color: #034EA2;
      border-radius: 100px;
      padding: 10px 25px;
      font-size: 19px;
    }

  body .car-item-filter a{
    color: #546670;
  }

  body .car-item-filter a.active{
    color: #034EA2;
  }

  .car-item-holder .limoking-classic-car .car-rate-info-price {
    color: #546670;
  }

    .limoking-car-column-4 .limoking-classic-car .car-rate-info-amount {
        width: 100%; display: block;
    }
  .car-item-holder .limoking-classic-car .car-rate-info-price {
    position: relative;
    color: #00AEED;
  }

  .limoking-classic-car .car-rate-info-price i {
    position: absolute; top: -4px; left: 0;
    font-size: 40px;
  }

  .limoking-classic-car .car-thumbnail {
    margin-bottom: 0;
  }
  
  .limoking-rate-table-column.affix .limoking-rate-column.limoking-feature {
      background-color: transparent;
  }

  body .portfolio-thumbnail .portfolio-overlay-icon .portfolio-icon,
  body .car-thumbnail .car-overlay-icon .car-icon {
    background-color: #034EA2;
  }

.limoking-rate-table-head-wrapper .limoking-rate-table-column-inner {
  background-color: #555555 !important;
}

.limoking-rate-table-head-wrapper .rate-table-ribbon {
  overflow: visible;
}

.limoking-rate-table-head-wrapper .limoking-feature .limoking-rate-table-column-inner,
.limoking-rate-table-column .rate-table-book-now {
  background-color: #034ea2 !important;
}

  .limoking-rate-table-column .rate-table-book-now {}

  .limoking-rate-table-column .rate-table-book-now:hover {
    background-color: #0963B5 !important;
  }

  .limoking-rate-table-column .rate-table-book-now:active {
    background-color: #064B89 !important;
  }


/*.limoking-rate-table-head-wrapper .limoking-feature .rate-table-ribbon:after {*/
/*  border-top-color: #034ea2 !important;*/
/*}*/

.limoking-item .box-with-icon-caption strong {
  color: #034ea2;
}

.limoking-car-button, .limoking-button, input[type="button"], input[type="submit"], .single-book-now {
  font-style: normal;
}

.limoking-car-button, .limoking-button, input[type="button"], input[type="submit"], .single-book-now {
    background-color: #034ea2 !important;
}

  .limoking-car-button:hover, .limoking-button:hover, input[type="button"]:hover, input[type="submit"]:hover, .single-book-now:hover {
    background-color: #0963B5 !important;
  }

  .limoking-car-button:active, .limoking-button:active, input[type="button"]:active, input[type="submit"]:active, .single-book-now:active {
    background-color: #064B89 !important;
  }

div.wpcf7-response-output {
  background-color: transparent;
  padding: 15px 25px; margin: 0;
  border-radius: 5px;
}

.limoking-box-with-icon-item {
  border-radius: 5px;
}

.limoking-column-service-item {

}

  body .limoking-column-service-item .column-service-image {
    max-width: 100% !important; width: 100%; margin-bottom: 25px;
  }

  body .limoking-column-service-item .column-service-content-wrapper {
    max-width: 100%; width: 100%;
  }


.limoking-gallery-thumbnail-container {
  background-color: #e6e7e8;
}

.limoking-car-content h1,
.limoking-car-content h2,
.limoking-car-content h3,
.limoking-car-content h4,
.limoking-car-content h5,
.limoking-car-content h6 {
  color: #034ea2 !important;
}

.limoking-car-content ul {
  margin-left: 18px;
}

.enquiry-box {
  border-radius: 20px;
  border: 2px solid #D1D3D4;
}

  .enquiry-box .checklist {
    margin-bottom: 14px;
  }

  .enquiry-box .checklist .wpcf7-form-control-wrap { margin-top: 0; }

  .enquiry-box .checklist .wpcf7-list-item {
    display: block; width: 100%; clear: both; margin-left: 0; padding-left: 4px;
  }

  .enquiry-box .checklist > .label {
    color: #034EA2; font-weight: bold;
  }

  .enquiry-box .checklist label {

  }

  .enquiry-box-title {
	  margin-bottom: 5px;
    font-weight: bold;
    font-size: 23px;
    color: #034EA2;
  }

.enquiry-box-subtitle {
	margin-bottom: 0;
}

  .enquiry-box-button-wrapper {

  }

  .enquiry-box-button {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    border-radius: 100px;
    background-color: #034ea2;
    color: #ffffff;
    padding: 10px 0;
    display: block;
  }

    .enquiry-box-button:hover {
      background-color: #0963B5;
      color: #ffffff;
    }

    .enquiry-box-button:active {
      background-color: #064B89;
      color: #ffffff;
    }

    .enquiry-box-form .wpcf7 span.wpcf7-form-control-wrap {
      padding-right: 0;
    }

    .enquiry-box-form select,
    .enquiry-box-form textarea,
    .enquiry-box-form input[type="text"],
    .enquiry-box-form input[type="email"],
    .enquiry-box-form input[type="date"] {
      color: #b5b5b5;
      box-sizing: border-box;
      background-color: transparent;
      border: 2px solid #D1D3D4;
      border-radius: 25px;
      padding: 16px 19px;
      width: 100%;
    }

      .enquiry-box-form .wpcf7-not-valid {
        border: 2px solid #A00404 !important;
      }

      .enquiry-box-form select {
        padding: 16px 39px 16px 19px;
      }

      .enquiry-box-form select:focus {
        outline: 0;
      }

    .enquiry-box-form textarea {
      border-radius: 25px;
      resize: none;
    }

    .limoking-car-rate-info-wrapper {

    }

      .single-car .limoking-car-rate .fa {
        color: #00AEED;
      }

      .single-car .limoking-car-rate .car-rate-info-price {
        color: #00AEED;
      }

      .single-car .limoking-car-rate-info-wrapper {
        padding-left: 26px;
      }

      .single-car .limoking-car-info-thumbnail {
        margin-bottom: 0;
      }

      .single-car .limoking-car-rate {
        padding-bottom: 0;
      }

      .single-car .car-rate-info {
        line-height: 1;
      }

      .single-car .car-rate-info-amount {
        text-transform: lowercase;
        font-size: 26px;
      }

      .single-car .car-rate-info-head {
        font-size: 15px;
        margin-bottom: 4px;
        padding-left: 54px;
        font-weight: 100;
      }

      .single-car .car-rate-info-price {
        margin-right: 0px;
        font-size: 54px;
      }

    .enquiry-box-form .send-enquiry {
      text-align: center;
      font-size: 19px;
      font-weight: bold;
      border-radius: 100px;
      background-color: #034ea2;
      color: #ffffff;
      padding: 14px 0 !important;
      display: block;
      width: 100%;
    }

    .enquiry-box-form img.ajax-loader {
        left: 50%; margin: 0;
        transform: translateX(-50%);
        position: relative;
    }

    .enquiry-box-form select {
      -moz-appearance: none;
      -webkit-appearance:none;
      background-image: url('images/dropdown-arrow-select.png');
      background-position: center right;
      background-repeat: no-repeat;
      background-size: 32px;
      font-size: 13px;
      color: #b5b5b5;
    }

    .enquiry-box-form span.wpcf7-not-valid-tip {
      display: none;
    }

    /*for IE10*/
    .enquiry-box-form select::-ms-expand {
        display: none;
    }
    
    div.wpcf7 .ajax-loader {
        position: absolute;
        transition: all .3s ease-in-out;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;
    }
    
    .wpcf7-form {position: relative;}
    
    input.wpcf7-submit {margin-bottom: 0;}

    .sf-menu .limoking-normal-menu ul {
      left: 0 !important;
    }

    .sf-menu .limoking-normal-menu ul li {
      display: block; width: 100%;
    }

    .sf-menu .limoking-normal-menu ul li a {
      text-align: left !important;
      padding: 10px 15px !important;
      border-bottom: 0 !important;
    }

    .search-form--products .field-group label{
      line-height: 23px;
    }


.limoking-page-title-wrapper--search {
    background-image: none !important;
    box-shadow: inset 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    background-color: #003d82;
    padding: 65px 0;
}

.limoking-page-title-wrapper--search .limoking-page-title-wrapper-search { margin-top: 0; }


.limoking-rate-table-head-wrapper .limoking-rate-table-column-inner {
  padding: 25px 0 0;
}

.rate-table-title {
  margin-bottom: 25px;
}

    .limoking-rate-table-head-wrapper .rate-table-title span {
        height: 20px;
        font-size: 14px;
        text-transform: none;
        line-height: 20px; margin-top: 4px;
        display: block; text-align: center;
        color: rgba(255, 255, 255, 0.8);
        width: 100%;
    }

.rate-table-caption {
  display: block;
  overflow: auto;
  line-height: 20px;
  font-size: 17px;
  background-color: #A7A9AC;
  padding: 10px 25px 0px;
}

  .limoking-rate-column .rate-table-caption span {
    margin-top: 0;
    display: block;
    float: left;
    width: 50%;
  }

  .limoking-rate-column {
    /*padding: 0 25px;*/
    line-height: 20px;
    font-size: 17px;
  }

    .limoking-rate-column span {
      display: inline-block;
      width: 50%;
    }

      .limoking-rate-table-wrapper .limoking-rate-table-content-wrapper .limoking-rate-column span {
        /* margin-top: 28px; */
      }


.limoking-rate-table-content-wrapper {
    padding-top: 0px;
}

.limoking-rate-table-column.limoking-col-1 {
    padding-top: 0;
}

.limoking-rate-table-column .limoking-rate-column {
    margin-bottom: 0; padding: 25px 0; min-height: 74px;
}

.limoking-rate-table-column .limoking-rate-column.limoking-feature {
    padding-top: 0;
}

.limoking-rate-table-content-wrapper .limoking-rate-table-content-row:nth-child(even) .limoking-rate-column {
    /* background-color: #fcfcfc; */
}

.single-car i.fa.fa-tag:after {
    left: 0px; top: 17px; font-size: 15px; padding: 0 4px;
}



i.fa.fa-tag:before {
    display: none;
}

i.fa.fa-tag {
    position: relative; top: -2px;
    width: 33.3333333px; height: 33.3333333px;
    background-image: url('images/From.png');
    background-size: cover;
}

.single-car i.fa.fa-tag {
    top: 6px;
    position: relative;
    width: 50px; height: 50px;
    background-image: url('images/From.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.limoking-feature {
    position: relative;
}

.limoking-feature .limoking-rate-table-column-inner {
    width: 100%;
}

.limoking-col-2.affix-top {
    position: relative;
}

.limoking-col-2 {
    transition: opacity .15s ease-in-out;
}

.limoking-col-2.affix-bottom {
    position: fixed; top: 58px;
    opacity: 0;
}

.limoking-rate-table-wrapper {
    position: relative;
}

.limoking-col-2.affix {
    position: fixed; top: 58px;
}

.limoking-rate-table-content-row {
    padding-bottom: 0;
}


  body .rate-table-caption {
      background-color: #b2b2b2;
  }
  
  body .rate-table-caption .rate-table-ribbon:after {
      background-image: url('images/ribbon.png');
      background-repeat: no-repeat;
      background-position: center bottom;
      left: 0; margin-left: 0;
      width: 100%; height: 26px;
      border: none;
  }

  /*.limoking-rate-table-head-wrapper .limoking-feature .rate-table-ribbon:after{ border-top-color: #A7A9AC !important; }*/

.limoking-rate-table-content-wrapper .limoking-rate-column {
  padding-left: 25px; padding-right: 25px; box-sizing: border-box;
}

.limoking-rate-table-mobile-wrapper .limoking-rate-table-content-row {
  padding-bottom: 0;
}

.limoking-rate-table-mobile-wrapper .limoking-rate-table-content-wrapper {margin-bottom: 40px;}
.limoking-rate-table-mobile-wrapper .limoking-rate-table-content-wrapper .limoking-rate-table-content-row {display: flex}
.limoking-rate-table-mobile-wrapper .limoking-rate-table-content-wrapper .limoking-col-2 {
  background-color: #f5f5f5;
}

.section--rates {
  padding: 80px 0 0;
}


.limoking-rate-table-mobile-wrapper .limoking-rate-table-column.limoking-col-1 { width: 40%; }
.limoking-rate-table-mobile-wrapper .limoking-rate-table-column.limoking-col-2 { width: 60%; }


.home .master-slider {
  background-color: #f2f2f2;
}

.product__accessories {
  color: #dcedff;
  background-color: #034ea2;
  padding: 40px 0;
}

  .product__accessories h1,
  .product__accessories h2,
  .product__accessories h3,
  .product__accessories h4,
  .product__accessories h5,
  .product__accessories h6 {
    color: #ffffff; font-weight: bold;
  }

    .product__accessories h1,
    .product__accessories h2 {
      font-size: 28px;
    }

    .product__accessories h3,
    .product__accessories h4 {
      font-size: 22px;
    }

    .product__accessories h5,
    .product__accessories h6 {
      font-size: 18px;
    }

  .product__accessories a {
    font-weight: bold;
    color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  /*.ui-datepicker { box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.1); padding: .8em; border-radius: 6px !important; }*/

  /*  .ui-widget-content { border: 0px }*/
  /*  .ui-corner-all { border-radius: 0 }*/

  /*  .ui-datepicker-calendar { margin-bottom: 0 !important; box-sizing: border-box;}*/

  /*  .ui-datepicker .ui-datepicker-header { background: #00AEED !important; border-radius: 3px 3px 0 0; margin-bottom: 0; border: 0; }*/

  /*  .ui-datepicker-calendar thead tr th { background-color: #034EA2; padding: .3em; }*/

  /*  .ui-state-default { background: #f2f2f2 !important; border: 0 !important; }*/
  /*  .ui-state-default.ui-state-highlight { background: #034EA2 !important; border: 0; color: #ffffff; }*/

  /*  .ui-datepicker-next:hover, .ui-datepicker-prev:hover {*/
  /*    background: none !important; border-color: transparent !important;*/
  /*  }*/

    .form-control--select ul.toggle-options--duel {width: 380px; max-width: 380px; overflow: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; max-height: 250px; }

    .form-control--select ul.toggle-options--duel li:first-child { width: 100%; }
    .form-control--select ul.toggle-options--duel li {
      display: block; float: left; width: 50%; clear: none; box-sizing: border-box;
    }

.limoking-car-info-wrapper {
  position: relative;
}

.container .return-to-page {
  z-index: 1;
  min-width: 215px;
  top: -21px; box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0);
  position: absolute; left: 50%;
  border-radius: 50px;
  overflow: hidden;
}



.limoking-gallery-thumbnail-container {
    position: relative;
}

.limoking-item-floor-plan {
    text-align: center;
}

table tr th,
table tr td {
    line-height: 18px;
    padding: 16px;
}

.white-popup table thead th {
    background-color: #034ea2;
}

.white-popup table thead span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.white-popup table tbody th {
    background-color: #A7A9AC;   
}

@media (max-width: 767px;) {
    .white-popup table tbody th {
        background-color: #034ea2;   
    }
}

.button--floor-plan {
    display: block !important;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    position: absolute; right: 25px; bottom: 25px;
    background-color: rgba(3, 78, 162, .8);
    padding: 10px 25px; border-radius: 50px;
    color: #ffffff;
    transition: all .15s ease-in-out;
    font-size: 19px;
    z-index: 1;
}

    .button--floor-plan:hover {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 5px 25px 0 rgba(0, 0, 0, 0.3);
        background-color: rgba(3, 78, 162, 1);
        color: #ffffff;
    }

    .button--floor-plan .fa {
        margin-right: 6px;
    }

.button--view-rates {
  color: #ffffff;
  margin-top: 25px;
  border-radius: 50px;
  background-color: #cccccc;
  box-sizing: border-box;
  font-size: 19px;
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  width: 100%;
}


.button--view-rates:hover {
    background-color: #dbdbdb;
    color: #ffffff;
}

.return-to-page {
  color: #ffffff;
  background-color: #cccccc;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 25px;
  width: auto;
}

  .return-to-page .fa {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    top: 0;
  }

  .return-to-page:hover {
    background-color: #dbdbdb;
    color: #ffffff;
  }
  
  
  

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

html,body {-webkit-backface-visibility:hidden;}

/* text-based popup styling */
.white-popup {
  border-radius: 4px;
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

    .white-popup__title {
        font-size: 16px;
        text-align: center;
        color: #666;
    }
    
    .white-popup__title span {
        color: #111;
        text-transform: uppercase;
        font-size: 28px;
        display: block;
        
    }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
} 

body .daterangepicker .drp-calendar {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

body .daterangepicker.ltr .drp-calendar.left .calendar-table {
 padding: 1px;   
}

body .daterangepicker {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1), 0 5px 15px 0 rgba(0,0,0,.2) 
}
.drp-calendar.right {
  display: none !important;
}
body .daterangepicker td.off {
    background-color: #f2f2f2;
}

body .daterangepicker td.active, body .daterangepicker td.active:hover {
    background-color: #00aeed;
}
body .daterangepicker table tr th {
    background-color: #034ea2 !important;
}

body .daterangepicker .calendar-table th,
body .daterangepicker .calendar-table td{
    min-width: 0;
    padding: 4px;
    border-radius: 0;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

body .daterangepicker .calendar-table {
    border: 0;
}

body .daterangepicker .calendar-table td {
    line-height: 16px;
    height: 16px;
    width: 16px; 
}
body .daterangepicker .drp-calendar.left {
    padding: 0;
}
@media (min-width: 564px) {
.daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 0 !important;
}
}

body .daterangepicker {
    margin-top: 14px;
    padding: 15px;
}

body .daterangepicker:before {
    top: -10px;
    border-right: 10px solid #0000;
    border-left: 10px solid #0000;
    border-bottom: 10px solid #fff;
}

@media (max-width: 1160px) {
    .search-form--products .field-group label {
        padding-right: 40px;
    }
    .form-control--select button {
        width: 145px; font-size: 14px;
    }
}

@media (max-width: 1040px) {


  .form-control--select {

  }

    .search-form--products .field-group + .field-group {
      margin-top: 15px;
    }

    .search-form--products .field-group {
      padding: 0; margin: 0 auto;
      display: block; max-width: 80%;
      text-align: center;
      width: 100%;
    }

      .search-form--products .field-group label{
        display: inline-block; padding: 0;
      }

    .form-control--select button {
      display: none;
    }

    .search-form--products .field-group input,
    .search-form--products .field-group .form-control--select select {
      height: 36px;
      opacity: 1;
      visibility: visible;
      display: block;
      background-size: 23px;
      padding: 0 44px 0 18px;
      line-height: 36px;
      font-size: 16px;
    }

    .search-form--products .field-group .search-submit {
      height: 46px; width: 142px;
      line-height: 46px;
      font-size: 19px;
    }
}
  

@media (max-width: 767px) {

.back-btn,
.nolink-item {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.nolink-item:not(:only-child):after {
    position: absolute;
    top: 0; right: 20px;
    line-height: 50px;
    font-family: FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-size: 16px;
    color: #ffffff;
}

.back-btn {
    margin-left: 15px;
}

    .dl-subviewopen .nolink-item {
        display: none;
    }

    .return-to-page {
      font-size: 14px;
      text-transform: none;
      padding-right: 0;
    }

  .home .master-slider {
    min-height: auto;
  }

  .section--rates {
    padding: 40px 0;
  }

  .dl-menu {
    border-radius: 4px;
    z-index: 10;
  }

  .limoking-logo-inner {
    max-width: 188px;
    width: 188px;
  }

  .limoking-logo #limoking-responsive-navigation .dl-trigger {
    top: 30px;
  }

  body .limoking-header-container {
    padding-top: 0 !important;
  }

  .contact-details {
    margin-top: 0;
    z-index: 5;
  }

    .contact-details span {
      position: relative;
      display: none;
    }

  .limoking-page-title-wrapper {
    padding: 40px 0;
  }
  .limoking-page-title-wrapper .limoking-page-title {
    font-size: 36px; line-height: 42px;
  }
  .limoking-page-title-wrapper .limoking-page-caption {
    font-size: 14px; line-height: 26px;
  }

  .footer-container .footer-column:nth-child(1) {width: 100%;}
  .footer-container .footer-column:nth-child(2) {width: 100%}
  .footer-container .footer-column:nth-child(3) {width: 100%}

    .footer-logo {
      max-width: 100%;
      height: auto;
    }

    .cia-facebook {
      text-align: center;
    }

      .cia-facebook a {
        display: inline-block;
      }

  .copyright-container {
    text-align: center;
    padding: 25px 0 40px;
  }

    #homepage-intro .limoking-item-title {
      font-size: 22px; line-height: 28px;
    }

    #call-to-action .stunning-item-content {
      text-align: center;
      padding-bottom: 0;
    }

    #call-to-action .stunning-item-title {
      font-size: 22px; line-height: 28px;
      margin: 0 0 15px 0;
    }

    #call-to-action .stunning-item-button {
      margin-bottom: 30px;
      border-radius: 100px;
    }
    
    .ms-anim-layers {
        position: relative;
        top: -10px !important;
    }

}

.table-alt {
}

.table-alt td {
    text-align: left;
}
.table-alt th {
    background-color: transparent;
    text-align: left;
}
.table-alt td strong {
    color: #034ea2;
}

.responsive-table-half {
    float: left;
    width: 50%;
}

.limoking-blog-thumbnail {
    background-color: transparent !important;
}

.lead {font-size: 22px; }

.header-style-3-wrapper .limoking-logo-right-text {
    max-width: 340px;
}


.section--extras {
  overflow: hidden;
  padding-bottom: 60px;
}

.optional-extras,
.optional-extras__description {
  box-sizing: border-box;
  float: left;
}

.optional-extras__description {
  padding-right: 30px;
  width: 30%;
}

.optional-extras {
  margin: 0;
  padding: 0 15px;
  right: 6px;
  position: relative;
  width: 70%;
}

  .optional-extras .optional-extras__item + .optional-extras__item {
    border-top: 1px solid #ddd;
  }

  .optional-extras__item {
      background-color: #f5f5f5;
      text-align: left;
      width: 100%;
    list-style: none;
    margin: 0;
  }

    .optional-extras__item strong {
      font-size: 17px;
      text-transform: uppercase;
      font-family: "Varela Round";
      display: table-cell;
      color: #034ea2;
      padding: 10px 30px 10px 20px;
      box-sizing: border-box;
      width: 340px;
    }

    .optional-extras__item span {
      display: table-cell;
      box-sizing: border-box;
      padding: 10px;
    }

    .limoking-rate-table-wrapper {
        padding-bottom: 40px;
    }

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

    .section--extras {
        padding-bottom: 0;   
    }

    
    .optional-extras {
        right: 0;
        padding: 0;   
    }

    .optional-extras,
    .optional-extras__description {
      width: 100%;
    }

      .optional-extras__description {
        text-align: center;
        padding: 0px 15px;
      }
      
      .optional-extras__item strong {
          display: block;
          padding: 10px 10px 0;
          text-align: center;  
          width: 100%;
      }
      
      .optional-extras__item span {
          
          display: block;
          text-align: center;
          padding: 5px 10px 10px;
          
      }
      
    body .limoking-header-container.container {max-width: 100%;}
    .header-inner-header-style-3 .limoking-navigation-wrapper { margin: 0 0; }
    .limoking-header-wrapper .limoking-main-menu  li a {
        padding: 0 5px 16px 5px !important; font-size: 12px !important;
    }
    
    .responsive-table-half {
        margin-bottom: 25px;
        width: 100%;   
    }
    
    .adaptive-table {
        display: block;
        width: 100%;
    }
    
    .responsive-table {
        max-width: 100%;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        padding: 15px 15px 15px 15px;
        background-color: #ffffff;
        border-radius: 3px;
        overflow-x:auto;
    }
    
    .responsive-table table {
        width: 100%;
    }
    
}

@media only screen and (max-width: 767px) {
    
    #limoking-responsive-navigation {
        /* position: absolute; top: 0; right: 0; */
    }
    
    .nolink:before {
        display: none;
    }
    
    .header-style-3-wrapper .limoking-logo-right-text {
        max-width: 100%;
    }
    
    .limoking-responsive-navigation.dl-menuwrapper > .dl-menu.limoking-main-mobile-menu {
        /* width: 100%; margin: 0; border-radius: 0; */
        border-radius: 0; right: 15px;
        max-width: 300px;
        margin: 0;
    }
    
    body .container { max-width: 100% !important; }
    .product__accessories { padding-left: 15px; padding-right: 15px; box-sizing: border-box; }
    
    section .limoking-color-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
        
    
    .adaptive-table {
        display: block;
        width: 100%;
    }
    
    .adaptive-table tbody tr:last-child {
        margin-bottom: 0;
    }
    
    .adaptive-table tr {
        display: block;
        margin-bottom: 25px;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        width: 100%;
    }
    
    .adaptive-table thead,
    .adaptive-table tfoot{
        display: none;
    }
 
    .adaptive-table tbody{
        display: block;
        width: 100%;
    }
 
    .adaptive-table td,
    .adaptive-table th{
        display: block;
    }
    
    .adaptive-table td:before {
        content: attr(data-title);
        font-weight: bold;
        margin-right: 6px;
        display: inline-block;
        color: #034ea2;
    }
    .adaptive-table td:after {
        content: attr(data-subtitle);
        font-weight: 300;
        display: block;
        color: #999999;
    }
}






/* .block_hints:before {
    content: 'No pickups or returns on Sundays and public holidays';
    display: block;
    width: 100%;
    clear: both;
    font-size: .8em;
    line-height: 1em;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #f2f2f2;
    padding: 10px 0;
} */

/* .datepick-inline .datepick-days-row td:first-child,
.datepick-inline .datepick-days-row td.date2approve:first-child {
  position: relative !important;
  background-color: #ffffff !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  text-shadow: none !important;
  color: #757575 !important;
} */

/* .datepick-inline .datepick-days-row td:first-child a,
.datepick-inline .datepick-days-row td.date2approve:first-child a{
  color: #757575 !important;
  text-shadow: none !important;
} */


.single-car .datepick-inline .calendar-links .datepick-prev,
.single-car .datepick-inline .calendar-links .datepick-next {
  padding-right: 0;
  padding-left: 0;
}

.single-car .datepick-inline .calendar-links .datepick-prev a,
.single-car .datepick-inline .calendar-links .datepick-next a {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #999999;
}

.single-car .datepick-inline .calendar-links .datepick-prev a:hover,
.single-car .datepick-inline .calendar-links .datepick-next a:hover {
    opacity: 0.8;
}

.booking_form_div table tr th {
	background-color: #00aeed;
}

.booking_form_div .block_hints .block_free,
.booking_form_div .datepick-inline .date_available {
  background: none repeat scroll 0 0 #7cd23c;
  color: #ffffff !important;
}
.booking_form_div .block_hints .block_free,
.booking_form_div .datepick-inline .date_available a {
  text-shadow: none !important;
  color: #ffffff !important;
}
.booking_form_div .datepick-inline .datepick-one-month .datepick .datepick-current-day a {
	color: #f2f2f2 !important;
}
.booking_form_div .datepick-inline .date_available.datepick-unselectable {
  cursor: not-allowed;
  background: none repeat scroll 0 0 #ccc;
  opacity: 1;
}
.booking_form_div .datepick-inline .date_available.datepick-unselectable span {
  color: #757575;
  opacity: 1;
}
.booking_form_div .datepick-inline .datepick-one-month .datepick .datepick-current-day:first-child {
	background-color: #555 !important;
}
.booking_form_div .datepick-inline .datepick-one-month .datepick .datepick-current-day:first-child a {
	color: #ffffff !important;
}

.datepick-inline .datepick-days-cell-over span {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.datepick-inline .datepick-days-cell {
	position: relative !important;
	/*pointer-events: none !important;*/
	/*cursor: not-allowed !important;	*/
}
/*
.datepick-inline .datepick-days-cell.cal4date-1-1-2018,
.datepick-inline .datepick-days-cell.cal4date-1-26-2018,
.datepick-inline .datepick-days-cell.cal4date-3-12-2018,
.datepick-inline .datepick-days-cell.cal4date-3-30-2018,
.datepick-inline .datepick-days-cell.cal4date-3-31-2018,
.datepick-inline .datepick-days-cell.cal4date-4-1-2018,
.datepick-inline .datepick-days-cell.cal4date-4-2-2018,
.datepick-inline .datepick-days-cell.cal4date-4-25-2018,
.datepick-inline .datepick-days-cell.cal4date-6-11-2018,
.datepick-inline .datepick-days-cell.cal4date-9-28-2018,
.datepick-inline .datepick-days-cell.cal4date-11-6-2018,
.datepick-inline .datepick-days-cell.cal4date-12-25-2018,
.datepick-inline .datepick-days-cell.cal4date-12-26-2018,
.datepick-inline .datepick-days-cell.cal4date-1-1-2019,
.datepick-inline .datepick-days-cell.cal4date-1-28-2019,
.datepick-inline .datepick-days-cell.cal4date-3-11-2019,
.datepick-inline .datepick-days-cell.cal4date-4-19-2019,
.datepick-inline .datepick-days-cell.cal4date-4-20-2019,
.datepick-inline .datepick-days-cell.cal4date-4-21-2019,
.datepick-inline .datepick-days-cell.cal4date-4-22-2019,
.datepick-inline .datepick-days-cell.cal4date-4-25-2019,
.datepick-inline .datepick-days-cell.cal4date-6-10-2019,
.datepick-inline .datepick-days-cell.cal4date-11-5-2019,
.datepick-inline .datepick-days-cell.cal4date-12-25-2019,
.datepick-inline .datepick-days-cell.cal4date-12-26-2019{
position: relative !important;
background-color: #ffffff !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.datepick-inline .datepick-days-cell.cal4date-1-1-2018:after,
.datepick-inline .datepick-days-cell.cal4date-1-26-2018:after,
.datepick-inline .datepick-days-cell.cal4date-3-12-2018:after,
.datepick-inline .datepick-days-cell.cal4date-3-30-2018:after,
.datepick-inline .datepick-days-cell.cal4date-3-31-2018:after,
.datepick-inline .datepick-days-cell.cal4date-4-1-2018:after,
.datepick-inline .datepick-days-cell.cal4date-4-2-2018:after,
.datepick-inline .datepick-days-cell.cal4date-4-25-2018:after,
.datepick-inline .datepick-days-cell.cal4date-6-11-2018:after,
.datepick-inline .datepick-days-cell.cal4date-9-28-2018:after,
.datepick-inline .datepick-days-cell.cal4date-11-6-2018:after,
.datepick-inline .datepick-days-cell.cal4date-12-25-2018:after,
.datepick-inline .datepick-days-cell.cal4date-12-26-2018:after,
.datepick-inline .datepick-days-cell.cal4date-1-1-2019:after,
.datepick-inline .datepick-days-cell.cal4date-1-28-2019:after,
.datepick-inline .datepick-days-cell.cal4date-3-11-2019:after,
.datepick-inline .datepick-days-cell.cal4date-4-19-2019:after,
.datepick-inline .datepick-days-cell.cal4date-4-20-2019:after,
.datepick-inline .datepick-days-cell.cal4date-4-21-2019:after,
.datepick-inline .datepick-days-cell.cal4date-4-22-2019:after,
.datepick-inline .datepick-days-cell.cal4date-4-25-2019:after,
.datepick-inline .datepick-days-cell.cal4date-6-10-2019:after,
.datepick-inline .datepick-days-cell.cal4date-11-5-2019:after,
.datepick-inline .datepick-days-cell.cal4date-12-25-2019:after,
.datepick-inline .datepick-days-cell.cal4date-12-26-2019:after{
content: "Public Holiday";
position: absolute;
left: 0;
z-index: 99999;
background-color: #444444;
color: #fff;
text-transform: uppercase;
font-size: 8px !important;
padding: 12px 0;
line-height: 1em;
height: 100%;
width: 100%;
top: 0px;
}
.datepick-inline .datepick-days-cell.cal4date-1-1-2018 a,
.datepick-inline .datepick-days-cell.cal4date-1-26-2018 a,
.datepick-inline .datepick-days-cell.cal4date-3-12-2018 a,
.datepick-inline .datepick-days-cell.cal4date-3-30-2018 a,
.datepick-inline .datepick-days-cell.cal4date-3-31-2018 a,
.datepick-inline .datepick-days-cell.cal4date-4-1-2018 a,
.datepick-inline .datepick-days-cell.cal4date-4-2-2018 a,
.datepick-inline .datepick-days-cell.cal4date-4-25-2018 a,
.datepick-inline .datepick-days-cell.cal4date-6-11-2018 a,
.datepick-inline .datepick-days-cell.cal4date-9-28-2018 a,
.datepick-inline .datepick-days-cell.cal4date-11-6-2018 a,
.datepick-inline .datepick-days-cell.cal4date-12-25-2018 a,
.datepick-inline .datepick-days-cell.cal4date-12-26-2018 a,
.datepick-inline .datepick-days-cell.cal4date-1-1-2019 a,
.datepick-inline .datepick-days-cell.cal4date-1-28-2019 a,
.datepick-inline .datepick-days-cell.cal4date-3-11-2019 a,
.datepick-inline .datepick-days-cell.cal4date-4-19-2019 a,
.datepick-inline .datepick-days-cell.cal4date-4-20-2019 a,
.datepick-inline .datepick-days-cell.cal4date-4-21-2019 a,
.datepick-inline .datepick-days-cell.cal4date-4-22-2019 a,
.datepick-inline .datepick-days-cell.cal4date-4-25-2019 a,
.datepick-inline .datepick-days-cell.cal4date-6-10-2019 a,
.datepick-inline .datepick-days-cell.cal4date-11-5-2019 a,
.datepick-inline .datepick-days-cell.cal4date-12-25-2019 a,
.datepick-inline .datepick-days-cell.cal4date-12-26-2019 a{
color: #757575 !important;
text-shadow: none !important;
}
*/


.datepick-inline .date2approve span {
  color: #ffffff !important;
}

.payment-form {
  display: none;
}










.enquiry-box {
  box-sizing: border-box;
}

  .enquiry-box-form {
    padding: 0px 20px 20px;
  }

  .enquiry-box-title {
    padding: 20px 20px 0;
  }

  .enquiry-box-subtitle {
    padding: 0 20px 0;
  }

.enquiry-box-button-toggle {
  display: table;
  list-style: none;
  border-top: 2px solid #d1d3d4;
  margin: 15px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

  .enquiry-box-button-toggle li {
    border-bottom: 2px solid #d1d3d4;
    background-color: #f8f8f8;
    display: table-cell;
  }

  .enquiry-box-button-toggle li + li {
    border-left: 2px solid #d1d3d4;
  }

  .enquiry-box-button-toggle li button {
    cursor: pointer;
    color: #222222;
    font-size: 12px;
    font-weight: 600;
    font-family: "Varela Round";
    background-color: transparent;
    padding: 15px 0;
    display: block;
    width: 100%;
    border: 0;
  }

    .enquiry-box-button-toggle li button:focus {
      outline: 0;
    }

  .enquiry-box-button-toggle li.active {
    border-bottom: 2px solid #ffffff;
    background-color: #ffffff;
  }
  
  

.limoking-item-center {
    position: relative;
    text-align: center;
}
.limoking-item__block {
 
}

.limoking-item__block {
    height: 46px;
    margin-bottom: 17px;
    position: relative;
    display: block;
}

    .limoking-car-column-4 .limoking-classic-car .car-rate-info-amount {
        margin-top: 0;
    }
    
    .limoking-classic-car .car-title {
        margin-bottom: 12px;
    }
    
    .limoking-classic-car .car-rate-info-amount {
        margin-right: 0;
    }
    .limoking-classic-car .car-classic-button-wrapper {
        height: 115px;
    }

    .limoking-item__block p {
        font-size: 16px;
        line-height: 1.6em;
        font-weight: 600;
    }
    
    .limoking-car-button.limoking-car-button-grey {
        background-color: #546670 !important;
    }
    
    .limoking-car-button.limoking-car-button-grey:hover {
        background-color: #6d818c !important;
    }

    .limoking-car-item.unavailable .car-link--search {
        opacity: 0.2;
    }
    .limoking-car-item.unavailable:hover .car-link--search {
        opacity: 0.2;
    }
    .limoking-car-item.unavailable .car-title:hover a,
    .limoking-car-item.unavailable .car-title a:hover {
        color: #034ea2 !important;
    }
    
    .limoking-car-item.unavailable .car-link--search:hover {
        opacity: 0.2 !important;
    }
    
    .limoking-car-item.unavailable .car-classic-content {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0.2;
    } 
    
    .limoking-car-item.unavailable .limoking-item__block_hide {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        left: 0; right: 0; top: 0;
        transform: translate(0, 75%);
        margin: 0;
        opacity: 0;
    }
    


    
    @media (max-width: 959px) {
        .limoking-item__block p {
            max-width: 200px;
            margin: 0 auto;
            font-size: 14px;
        }
        .search-results .limoking-isotope .three {
            width: 33.33333333%;
        }
        .car-classic-button-wrapper .limoking-car-button {
            padding: 10px 15px;
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .search-results .limoking-isotope .three {
            width: 100%;
        }
    }
    
    body .daterangepicker td.available:hover, 
    body .daterangepicker th.available:hover {
        background-color: #cccccc;
    }
    
    body .daterangepicker td.in-range {
        background-color: #00aeed;
        color: #ffffff;
    }
  
    body .daterangepicker td.in-range:hover,
    body .daterangepicker th.in-range:hover{
        background-color: #00aeed;
        color: #ffffff;
    }
    
    body .daterangepicker td.start-date:hover,
    body .daterangepicker th.start-date:hover{
        background-color: #00aeed;
        color: #ffffff;
    }
    
    body .daterangepicker td.start-date.end-date {
        background-color: #cccccc;
        border-radius: 0;
    }
    
    body .daterangepicker td {
        border-radius: 0;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    
  
.field-group--people {
width: 125px;
}

.field-group--type {
width: 160px;
}

.field-group--capacity {
width: 160px;
}

.field-group--pickup {
width: 245px;
}

.field-group--return {
width: 215px;
}

.form-control--select button {
    width: 100%;
}

.search-form--products .field-group {
    padding: 0 10px;   
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
    text-decoration: none !important;
}








body .datepick-inline {
	box-shadow: none;
	border-radius: 0;
	border: 0;
}

body .datepick-inline .calendar-links {
	background: #034EA2;
}

body.single-car .datepick-inline .calendar-links .datepick-next a,
body.single-car .datepick-inline .calendar-links .datepick-prev a {
	text-shadow: none;
	font-weight: 400;
	color: #ffffff;
}

body.single-car .datepick-inline .calendar-links .datepick-next {
	padding-right: 3%;
}

body.single-car .datepick-inline .calendar-links .datepick-prev {
	padding-left: 3%;
}

body .datepick-inline .datepick-header {
	text-shadow: none;
	font-weight: 400;
	color: #ffffff;
}

body .block_hints .block_booked,
body .block_hints .block_free a {
	text-shadow: none !important;
}

body .block_hints .block_booked {
    background-color: #f50 !important;
    color: #ffffff;
}



