/* 

CONTENT:
WT OBJECT SINGLE


*/

.wt-ajax-spinner{
    /*border: 1px solid red;*/
    display: inline-block;
    display: none; 
    width: 60px;
    height: 50px;
    background-size: 80px 40px;
    background-repeat: no-repeat;
    background-image: url("../img/spinner.gif");
    background-position: 0 5px;
    vertical-align: bottom;
}
.wt-booking-processing-msg {
    font-size: 0.9rem;
    display: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    box-sizing: border-box;
    width: 100%;
    padding: 0 .7rem;
    height: 2.5em;
    border-radius: .2rem;
    outline: 0;
    border: 1px solid #e5e5e5; /* color */
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #999; /* color */
}

select {
    height: 2.4375rem;
    padding: .5rem;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #777;
    background-color: #fafafa;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 9px 6px;
    background-position: right .5rem center;
    background-repeat: no-repeat;
}

select:hover {
    background-color: #fafafa;
    background-size: 9px 6px;
    background-position: right .5rem center;
    background-repeat: no-  repeat;
}


button.disabled, button[disabled], .button.disabled, .button[disabled] {
    border: none;
}

button, .button {
    background: #62CC36; /* color */
    padding: .5rem 1rem;
    border-radius: .2rem;
    margin-right: .5rem;
    color: #fff; /* color */
    outline: 0;  
    font-weight: bold;
}

button:hover, .button:hover {
    background: #33a704; /* color */  
}

.wt-object-in-cart{
    padding: .8rem 1.2rem .8rem 2rem !important;
    background: #33a704 !important; /* color */  
}
.wt-object-in-cart:before {
    content: '';
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
    left: 0.8rem;
}


/* RESPONSE MESSAGES */

.wt-booking-cart-buttons .wt-warning-message {
    display: none;
    position: relative;
    margin: 0 0 1rem;
    border: 1px solid #ec5840 !important;  /* color */ 
    padding: 1rem 1rem 1rem 3.5rem !important;
    background: #ec5840;  /* color */ 
    color: #fff !important;
}

.wt-booking-cart-buttons .wt-warning-message:before,
.wt-booking-cart-buttons .wt-warning-message:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 30px;
    top: 1.7rem;
    left: 0.6rem;
    margin-top: -1px;
    background: #ffffff;
}

.wt-booking-cart-buttons .wt-warning-message:before {
    transform:rotate(48deg);
}

.wt-booking-cart-buttons .wt-warning-message:after {
    transform:rotate(-48deg);
}

.wt-booking-cart-error input, .wt-object-booked-for-dates {
    border: 1px solid #ec5840 !important;  /* color */ 
    top:100%;
}
.wt-booking-success, 
.wt-booking-error{
    position: absolute;
    /*display: block !important;*/
    z-index: 2;
    padding: 0.5rem 1rem 1rem 3.5rem !important;
    font-weight: bold;
    text-align: center;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: left;
}

.wt-booking-success {
    background: #62cc36;  /* color */
    color: #fff;
}

.wt-booking-success:before {
    content: '';
    left: 1rem;
    top: 0.7rem;
    width: 16px;
    height: 28px;
    border: solid white;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
}

.wt-booking-error {
    background: #ec5840;  /* color */ 
    color: #fff;
    top:100%;
}

.wt-booking-error:before,
.wt-booking-error:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 30px;
    top: 1.7rem;
    left: 0.6rem;
    margin-top: -1px;
    background: #ffffff;
}
.wt-booking-error:before {
    transform:rotate(48deg);
}

.wt-booking-error:after {
    transform:rotate(-48deg);
}


/* Booking articles */
.wt-booking-object .wt-booking-success, 
.wt-booking-object .wt-booking-error{
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0 !important;
    padding: 5rem 1rem 1rem !important;
    text-align: center;
}

.wt-booking-object .wt-booking-success:before, 
.wt-booking-object .wt-booking-error:after,
.wt-booking-object .wt-booking-error:before{
    left: 0 !important;
    right: 0;
    margin: 0 auto;
}

/* Single object */
.wt-object-single-wrapper-inside .wt-booking-success, 
.wt-object-single-wrapper-inside .wt-booking-error{
    position: relative !important;
    top: auto;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 1rem 0 !important;
    padding: 1rem 1rem 1rem 160px !important;

}

.wt-object-single-img{
    width: 100%;
}
/* Booking cart */
.wt-booking-cart-wrapper .wt-booking-success, 
.wt-booking-cart-wrapper .wt-booking-error{
    left: 0;
    right: 1rem;
    top: 100%;
    padding: 1rem 4rem !important; 
}


.wt-booking-window-cart{
    display: none;
    position: absolute;
    color: white;
    background-color: #62CC36;
    min-width: 19rem;
    min-height: 10rem;
    left: 0;
    z-index: 200;
}
.wt-booking-window-cart-item:hover,
.wt-widget-cart-continue-btn:hover,
.wt-widget-cart-btn:hover{
    cursor: pointer;
}
.wt-widget-cart-continue-btn:hover,
.wt-widget-cart-btn:hover{
    text-decoration: underline;
}

.wt-widget-cart-btn-row{
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0 1rem 1rem 1rem;
}
.wt-widget-cart-continue-btn, .wt-widget-cart-btn{
    display: inline-block;
    position: relative;
    width: auto;
}
.wt-widget-cart-btn{
    text-align: right;
    left: 1rem;
}
.wt-widget-cart-empty{
    margin-left: 1rem;
}

.wt-booking-window-cart .wtsk-columns.seven{
    text-align: left;
}

.wt-booking-window-cart .wtsk-row:hover{
    background-color: #33a704;
}
.wt-widget-cart-empty, .wt-widget-cart-btn-row{
    text-align: left;
}
.wt-widget-cart-title{
    text-align: center !important;
    font-weight: bold;
    padding-bottom: 0.5rem;
}

/*.wt-cart-row-title{
    display: none;
}*/
@media screen and (min-width: 767px) {
    .wt-cart-row-title{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .wt-booking-cart-label-wrapper, .wt-booking-details-label-wrapper{
        display: none;
    }
    .wt-booking-cart-item-wrapper center{
        display: inline-block;
    }
    
    .wt-cupon-code-info {
        margin-bottom: 1rem;
    }
}

/* ====================================

     WT CUSTOM DROP DOWN (widget uses this)

==================================== */

.wt-custom-dropdown-title {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.wt-custom-dropdown-calendar-icon{
    border: none;
    cursor: pointer;
}
.wt-custom-dropdown-title:hover, .wt-custom-dropdown-title:focus {
    background-color: #2980B9; /* color */
}

.wt-custom-dropdown {
    position: relative;
    display: inline-block;
}

.wt-custom-dropdown-content {
    visibility: hidden;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

.wt-custom-dropdown-visible{
    visibility: visible;
}

.wt-custom-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.wt-custom-dropdown a:hover {background-color: #ddd}


/* ====================================

  WT BOOKING ARCHIVE 

==================================== */

/* Header */

.wt-object-archive-header {
    margin: 0 0 2rem;
}

.wt-object-category-description {
    margin: 1rem 0 0;
    text-align: center;
}

/* Filter */
.wt-object-filter-wrapper {
    position: relative;
    margin:1rem 0;
    display: block;
    padding: 0;
}

.wt-object-filter-wrapper #wt-filter-open-button {
    position: relative;
    width: 100%;
    display: block;
    margin:0;
    border-radius: 0;
    border-bottom: 0;    
    transition: all 0.8s ease-in-out;
    text-align: left;
}


.wt-object-filter-wrapper #wt-filter-open-button:hover {
    margin: 0;
    border-radius: 0;
    border-bottom: 0;
}

/* Filter icon */
.wt-object-filter-wrapper .wt-filter-button-icon:before {
    content: '';
    position: absolute;
    right: 20px;
    width: 7px;
    height: 20px;
    background: #fff;
}

.wt-object-filter-wrapper .wt-filter-button-icon:after {
    top: 10px;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 14px;
    margin-left: 0;
}

/* Filter close icon */

.wt-object-filter-wrapper .wt-filter-button-close {
    position: absolute;
    top: 100%;
    right: 15px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.wt-object-filter-wrapper.wt-filter-open-active .wt-filter-button-close {
    z-index: 101;
}

.wt-object-filter-wrapper .wt-filter-button-close:before,
.wt-object-filter-wrapper .wt-filter-button-close:after {
    content: '';
    position: absolute;
    top: 0;
    right: 8px;
    width: 3px;
    height: 20px;
    background: #444;
    display: block;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.wt-object-filter-wrapper.wt-filter-open-active .wt-filter-button-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1 !important;
}

.wt-object-filter-wrapper.wt-filter-open-active .wt-filter-button-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1 !important;
}

/* Form */
.wt-object-filter-wrapper .wt-object-filter-form {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    background: #fff; /* color */
    box-shadow: 0 0 1rem rgba(0,0,0,0.5);
    padding: 0 2rem 1rem;
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.wt-object-filter-wrapper.wt-filter-open-active .wt-object-filter-form {
    visibility: visible !important;
    opacity: 1;
    z-index: 100;
}

.wt-object-filter-wrapper .wt-custom-dropdown {
    display: block;
}

.wt-object-filter-wrapper .wt-custom-dropdown a {
    padding: .5rem 1rem;
    border-radius: .2rem;
    margin-right: .5rem;
}


/*  Filter title */
.wt-object-filter-wrapper .wt-custom-dropdown-title{
    padding: 0 !important;
    font-size: 1.2rem;
}

.wt-object-filter-wrapper .wt-custom-dropdown-title:before {
    display: none;
}

.wt-object-filter-wrapper .wt-filter-active:before{
    border-color: #33a704; /*color */
}

.wt-object-filter-wrapper .wt-custom-dropdown-title:hover {
    background: transparent;
}


/* Filter buttons */
.wt-object-filter-wrapper .wt-object-filter-buttons {
    clear: both;
    margin: 1rem -2rem 0;
    padding: 2rem 2rem 0;
    border-top: 1px solid #e5e5e5;
}

.wt-object-filter-wrapper #wt-object-filter-show-btn {
    position: relative;
}

.wt-object-filter-wrapper #wt-object-filter-show-btn:hover {
    background: #51bb25; /* color */
}

.wt-object-filter-wrapper #wt-object-filter-show-btn:hover .right-arrow {
    right: 1rem !important;
}

.wt-object-filter-wrapper #wt-object-filter-show-btn:hover:before {
    width: 35px;
    right: 1rem;
}

/* Clearclass */
.clearfix:before, 
.clearfix:after {
    content: '';
    display: table;
    clear: both;
} 


/* Dropdown content */

.wt-object-filter-wrapper .wt-custom-dropdown {
    margin-bottom: 2rem;
}

.wt-object-filter-wrapper .wt-custom-dropdown-content {
    padding:0;
    border-radius: .2rem;
    visibility: visible;
    position: static;
    width: 100%;
    background: transparent;
    box-shadow: none;
}

/* Date */

.wt-object-filter-wrapper .wt-object-date-filter-wrapper {
    margin-top: 0.5rem;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.wt-object-filter-wrapper .wt-object-date-filter-wrapper .wt-calendar-wrapper {
    margin: 0;
    border: 0;
}

.wt-object-filter-wrapper .wt-object-date-filter-wrapper .slick-prev, 
.wt-object-filter-wrapper .wt-object-date-filter-wrapper .slick-next {
    top: -4rem;
    margin: 0;
    padding: 0;
}

.wt-object-filter-wrapper .wt-object-date-filter-wrapper  .wt-calendar-month-title {
    background: #e5e5e5;
    color: #444;
}

.wt-object-filter-wrapper .wt-object-date-filter-wrapper .slick-prev:before, 
.wt-object-filter-wrapper .wt-object-date-filter-wrapper .slick-next:before {
    color: #444; /* color */
}

.wt-object-filter-wrapper .wt-object-date-filter-wrapper .wt-calendar-wrapper .slick-prev {
    left: 0.5rem;
}

.wt-object-filter-wrapper .wt-object-date-filter-wrapper .wt-calendar-wrapper .slick-next {
    right: 0.5rem;
}

.wt-object-filter-wrapper .wt-custom-dropdown-content input {
    box-sizing: border-box;
    width: 100%;
    padding: 0 .7rem;
    height: 2.5em;
    border-radius: .2rem;
    outline: 0;
    border: 1px solid #e5e5e5; /* color */
}

.wt-object-filter-wrapper .wt-custom-dropdown-content input:focus {
    border: 1px solid #aaa; /* color */
}

.wt-object-filter-wrapper .wt-object-date-from-wrapper, 
.wt-object-filter-wrapper .wt-object-date-to-wrapper {
    width: 200px;
    float: left;
    padding: 0 1.2rem
}

/* Category */

.wt-object-filter-wrapper .wt-object-category-from-wrapper {
    padding: 1rem 0rem;
}

.wt-object-filter-wrapper .wt-object-category-input-wrapper {
    position: relative; 
    width: 50%;
    float: left;
}

.wt-object-filter-wrapper .wt-object-category-input-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.wt-object-filter-wrapper .wt-object-category-label {
    display: block;
    padding: 0rem 1rem 1rem 40px;
    min-height: 25px;
    font-size: 0.95rem;
}


.wt-object-filter-wrapper .wt-object-category-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #e5e5e5;
}

/* On mouse-over, add a grey background color */
.wt-object-filter-wrapper .wt-object-category-input-wrapper:hover input ~ .wt-object-category-checkmark {
  background-color: rgba(98, 204, 54, 0.8); /* color */
}

/* When the checkbox is checked, add a blue background */
.wt-object-filter-wrapper .wt-object-category-input-wrapper input:checked ~ .wt-object-category-checkmark {
  background-color: rgba(98, 204, 54, 0.8); /* color */
}

/* Create the checkmark/indicator (hidden when not checked) */
.wt-object-filter-wrapper .wt-object-category-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wt-object-filter-wrapper .wt-object-category-input-wrapper input:checked ~ .wt-object-category-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wt-object-filter-wrapper .wt-object-category-input-wrapper .wt-object-category-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Price */

.wt-object-filter-wrapper .wt-widget-price {
    color: black;
}

.wt-object-filter-wrapper .wt-object-price-filter-wrapper {
    padding: 0;
    overflow: hidden;
}

.wt-object-filter-wrapper .wt-object-price-from-wrapper {
    width: 47%;
    float: left;
    position: relative;
}

.wt-object-filter-wrapper .wt-object-price-to-wrapper {
    width: 47%;
    float: right;
    position: relative;
}


.wt-object-filter-wrapper .wt-object-price-from-wrapper label,
.wt-object-filter-wrapper .wt-object-price-to-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #e5e5e5; /* color */
    padding: 0.55rem 0.3rem;
    width: 3.5rem;
    color: #444;
    text-transform: uppercase;
    font-size: .8rem;
    text-align: center;
}

.wt-object-filter-wrapper .wt-object-price-from-wrapper input,
.wt-object-filter-wrapper .wt-object-price-to-wrapper input {
    border-radius: 0;
    padding-left: 4rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5; /* color */
}
.wt-object-filter-wrapper .wt-object-price-from-wrapper input,
.wt-object-filter-wrapper .wt-object-price-to-wrapper input {
    border-radius: 0;
    padding-left: 4rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5; /* color */
}

.wt-object-filter-wrapper .wt-custom-dropdown-content-separator {
    display: block;
    width: 6%;
    float: left;
    margin-top: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #444; /* color */
}


/* Filter search */

.wt-object-filter-wrapper .wt-custom-dropdown-search .wt-filter-search {
    margin: 1rem 0rem;
}

.wt-object-filter-wrapper .wt-custom-dropdown-search .wt-filter-search input {
    transition: all 0.3s ease-in-out;
}

.wt-object-filter-wrapper .wt-custom-dropdown-search .wt-filter-search input:focus {
    transition: all 0.3s ease-in-out;
    
}


/* ONLY DATE FILTER */

.wt-object-archive-calendar {
    position: relative;
    margin-bottom: 1rem !important;
}

.wt-object-archive-calendar .wt-booking-cart-block-content {
    margin: 0 !important;
    position: relative;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0,0,0,0.5);
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.wt-object-archive-calendar .wt-calendar-wrapper {
    margin: -1px -1px 0;
    border-bottom: 1px solid #e5e5e5 !important;
}

.wt-object-archive-calendar #wt-object-archive-calendar-btn {
    margin: 2rem 1rem;
}


/* CONTAINER */
.wtsk-container {
    margin: 0;
    padding: 0;
}

.wt-booking-object {
    margin: 0 0 3rem;
    position: relative;
}

.wt-booking-object > a {
    display: block;
    overflow: hidden;
    background: aliceblue;
}


.featured-image {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: all .2s ease-in-out;
}

.wt-booking-object .read-more-on-hover {
    
}
.featured-image:hover .read-more-on-hover {
    
}

.read-more-on-hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.read-more-on-hover h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    margin: 0;
    padding: 0;
    color: transparent;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.featured-image:hover .read-more-on-hover-bg {
    background: rgba(0,0,0,0.9);
}

.featured-image:hover h5 {
    color: white;
}


.wt-booking-object:hover .featured-image {
    opacity: 0.8;
}

.wt-booking-object .title {
    margin: 1rem 0 0.3rem;
    font-size: 1.15rem !important;
}

.wt-object-price-wrapper{
    display: block;
    width: 100%;
}

.wt-object-price-wrapper span{
    display: inline-block;
    font-weight: bold;
    font-size: .95rem;
}

.wt-object-full-price-wrapper{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.wt-object-full-price-wrapper span{
    font-weight: bold;
    font-size: .95rem;
}

.wt-select-days-msg{
    font-weight: normal !important;
}

.price-buttons .wt-booking-cart-button-container,
.price-buttons .read-more-button {
    margin-bottom: 0.5rem;
    display: block;
    width: 100%;
    float: left;
    padding-right: 1px;
}
.price-buttons .button,
.price-buttons .read-more-button .button {
    border-radius: 0;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
}


/* RESPONSE MESSAGES */

.wt-booking-object .wt-booking-success {
    padding: 1rem;
    bottom: 4.3rem;
    left: 0;
    right: 0;
}



/* ====================================

 WT BOOKING OBJECT SINGLE

==================================== */


.wt-object-single-wrapper-inside .slick-slider {
    margin-bottom: 1rem;
}

.wt-object-single-wrapper-inside .slick-track img {
    opacity: 0.7;
    padding: 3px;
}

.wt-object-single-wrapper-inside .slick-track img:focus {
    outline: 0;
}

.wt-object-single-wrapper-inside .slick-track img:hover {
    opacity: 0.9;
    cursor: pointer;
}

.wt-object-single-wrapper-inside .slick-track img.slick-current{
    opacity: 1;
}

.wt-object-single-wrapper-inside .slick-next {
    right: 10px;
    opacity: 0.5;
}

.wt-object-single-wrapper-inside .slick-prev {
    z-index: 1;
    left: 10px;
    opacity: 0.5;
} 

.wt-object-single-wrapper-inside .slick-next:hover {
    opacity: 1;
}

.wt-object-single-wrapper-inside .slick-prev:hover {
    opacity: 1;
} 

.wt-object-single-wrapper-inside {
    padding: 0 1rem;   
}

.wt-object-single-wrapper-inside .wt-object-article-header {
    position: relative;
}

.wt-object-single-wrapper-inside .wt-booking-success,
.wt-object-single-wrapper-inside .wt-booking-error  {
    position: absolute;
    display: block !important;
    padding: 1rem;
    bottom: 6rem;
    left: 0rem;
    right: 0;
}

/*Price*/


.wt-object-price {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.3rem !important;
    font-weight: bold;
}

.wt-object-price-wrapper {
    margin-bottom: 1.5rem;
}

.wt-object-price-wrapper .wt-total-price {
    margin-bottom: 0 !important;
}

.wt-object-price-wrapper .wt-object-price-ex-vat {
    color: #999;
    display: block;
}    


.wt-object-content {
    margin-top: 3rem;
   
}

.wt-object-full-calendar {
    margin: 3rem 0;
}

.wt-object-full-description {
    border: 1px solid #e5e5e5;
    padding: 1rem;
}




/* Variations*/

.wt-object-variation-wrapper {
    margin-bottom: 2rem;
}

.wt-object-description p {
    margin: 0.2rem 0 0.8rem;
    font-size: 0.9rem;
}


/* BUTTON */

.single-wtobject .wt-booking-cart-button-container {
    width: auto;
}

.single-wtobject .wt-booking-cart-button-container .wt-booking-select-button {
    width: 55px;
    position: relative;
    top: -3px;
}

.single-wtobject .wt-booking-cart-button-container button {
    margin: 0 0.5rem 1rem 0;
    padding: 0.8rem 1rem;
}

/* ====================================

 WT BOOKING OBJECT CHECKOUT

==================================== */

.wt-booking-cart-wrapper {
    width: 100%;
    margin: 2rem 0 0rem;
    color: #666; /* color */
    background: #fff; /* color */
}

.wt-booking-cart-block > div {
    margin: 0 0 3rem;
    border: 1px solid #e5e5e5; /* color */
}

.wt-booking-cart-block > div .wt-calendar-month-title {
    background-color: #999/* color */
}

.wt-booking-cart-block > div .wt-calendar-wrapper {
    border: none;
}


/* Blocks & block header */

.wt-booking-cart-title {
    background: #62CC36; /* color */
    display: block;
    margin: 3rem 0 0;
    padding: 1rem 3rem 1rem 1rem;
    color: #fff;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.wt-booking-cart-block .wt-booking-cart-block-content{
    display: none;
}
.wt-booking-cart-block.wt-booking-cart-block-open .wt-booking-cart-block-content{
    display: block;
}
.wt-booking-cart-block-open:not(.wt-object-archive-calendar):not(.wt-booking-cart-calendar) .wt-booking-cart-title .wt-booking-cart-sub-title{
    display: none;
}
.wt-booking-cart-sub-title{
    text-transform: none;
    padding-left: 1rem;
    font-size: 1rem;    
}
.wt-booking-cart-title:after {
    content: '';
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 16px;
    height: 16px;
    border: solid white; /* color */
    border-width:0 6px 6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wt-booking-cart-block-open .wt-booking-cart-title:after {
    border-width: 6px 0 0 6px;
    top: 1.5rem;
}






/* Calendar */

.wt-booking-cart-wrapper .wt-calendar-wrapper {
    margin: 0;
    padding: 0;
}

.wt-filter-results{
    color: #0084bc;
    font-weight: bold;
    font-family: sans-serif;
}
.wt-booking-cart-calendar-actions-wrapper{
    border-top: 1px solid #e5e5e5;
    padding: 1rem 1rem;
    text-align: right;
}

.wt-booking-cart-calendar-ready-btn{
    background: #62CC36;
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    font-weight: bold !important;
    color: #fff;
    font-size: 1rem;
}

/* Cart */
.wt-booking-cart-wrapper  .wt-booking-cart-items .wt-booking-cart-item-wrapper,
.wt-booking-custom-price-list .wt-booking-cart-custom-price-wrapper, 
.wt-booking-custom-price-list .wt-booking-cart-custom-price-wrapper {
    border-top: 1px dashed #e5e5e5;
    padding: 0.5rem 0;
}


.wt-booking-cart-wrapper .wt-booking-cart-objects .wt-booking-cart-block-content {
    padding: 0;
}

.wt-booking-cart-wrapper .wt-booking-cart-objects .wt-booking-cart-block-content > div {
    border-top: 1px solid #e5e5e5;
    padding: .5rem 1rem;
}

.wt-booking-cart-wrapper .wt-booking-cart-label-wrapper {
    font-weight: bold;
    border-top: none !important;
    
}

.wt-booking-cart-item-title {
    margin: 0;
    padding: 0;
    font-size: inherit;
    position: relative;
}
.wt-booking-cart-link-item{
    position: relative;
}
.wt-booking-window-cart{
    position: absolute;
}
.wt-booking-window-cart .wt-remove-cart-item-wrapp{
    position: relative !important;
    float: left;
}

.wt-remove-cart-item-wrapp, 
.wt-booking-custom-price-list .wt-remove-custom-price-wrapper {
    position: absolute;
    right: -10px;
}
.wt-remove-cart-item-wrapp > a, 
.wt-booking-window-cart .wt-remove-cart-item-wrapp div, 
.wt-booking-custom-price-list .wt-remove-custom-price-wrapper > a {
    background: #ff5555;
    border-radius: 100%;
    width: 0.9rem;
    height: 0.9rem;
    text-align: center;
    line-height: 10px;
    text-decoration: none;
    padding: 0 0 0 !important;
    display: inline-block;
}
.wt-remove-cart-item-wrapp > a:hover, 
.wt-booking-window-cart .wt-remove-cart-item-wrapp div:hover,
.wt-booking-custom-price-list .wt-remove-custom-price-wrapper > a:hover{
    background: #ee4444;
}

.wt-remove-cart-item-wrapp a i, 
.wt-booking-window-cart .wt-remove-cart-item-wrapp div i, 
.wt-booking-custom-price-list .wt-remove-custom-price-wrapper a i {
    font-style: normal;
    font-weight: bold;
    color: white;
    font-size: 10px !important;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    font-family: sans-serif;
    padding: 0 !important;
}

.wt-remove-cart-item-alert-message {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: white;
    border: 1px solid #e5e5e5;
    padding: 0.5rem;
    width: 250px;
    font-size: 0.9rem;
}

.wt-remove-cart-item-alert-message-text {
    display: block;
}

.wt-remove-cart-item-alert-message a {
    text-align: center;
    text-decoration: none;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    margin: 0.5rem 0.5rem 0 0;
    display: inline-block;
    font-size: 0.9rem;
    border-radius: 1rem;
    color: white;
}

.wt-remove-cart-item-cancel {
    background: #777;
}

.wt-remove-cart-item-cancel:hover {
    background: #555;
    color: white;
}

.wt-remove-cart-item-button, 
.wt-remove-custom-price-cart-item-button {
    background: #62CC36;
}
.wt-remove-cart-item-button:hover,
.wt-remove-custom-price-cart-item-button:hover {
    background: #32aa33;
    color: white;
}

.wt-remove-cart-item-wrapp a i:before,
.wt-booking-window-cart .wt-remove-cart-item-wrapp div i:before{
    display: none;
}

.wt-remove-cart-item-wrapp > a:hover {
    color: red;
}

.delete-message-visible .wt-remove-cart-item-alert-message {
    display: block;
}


.wt-booking-total-price {
    margin: 0;
    padding: 1rem;
    font-weight: bold;
    border-top: 1px solid #e5e5e5; /* color */
    background: #f2f2f2; /* color */
    clear: left;
}

.wt-booking-total-price .wtsk-columns.eight {
    min-height: 1px;
}

.wt-booking-total-price .wtsk-columns.four {
    float: right;
    text-align: right;
}

.wt-cupon-code-info {
    font-size: 0.9rem;
}




@media screen and (max-width: 764px) {
    .wt-booking-total-price .wtsk-columns.four {
       float: left;
        text-align: left;
        margin-top: 0.5rem;
    }
}

/* Specific price products in cart */

.wt-booking-custom-price-list .wt-booking-cart-custom-price-wrapper .wt-booking-cart-custom-price-title  {
    position: relative;
}

.wt-booking-custom-price-list .wt-booking-cart-custom-price-wrapper p {
    margin: 0;
}

.wt-booking-custom-price-list .wt-booking-cart-custom-price-wrapper .wt-booking-cart-custom-price-title p:before {
    content:'Special';
    font-weight: normal;
    display: block;
    font-size: 0.8rem;
    color: #f86;
}

.wt-booking-custom-price-list .wt-booking-cart-custom-price-quantity,
.wt-booking-custom-price-list .wt-booking-cart-custom-price-days {
    text-align: center;
}


@media screen and (max-width: 767px) {

    .wt-booking-custom-price-list .wt-booking-cart-custom-price-quantity,
    .wt-booking-custom-price-list .wt-booking-cart-custom-price-days {
        text-align: left;
    }
}



/* Object */

.wt-booking-objects-ui-wrapper .wt-booking-total-price  {
    margin: 0 -1rem -0.5rem;
}

/* VARIATIONER */
.wt-booking-variations-wrapper {    
    padding: 1rem;
    font-weight: bold;
    background: #fff;
}

.wt-object-variation-wrapper  {
    margin: 0 0 .5rem;
}

.wt-object-variation-wrapper label {
    font-weight: normal !important;
}

.wt-object-variation-wrapper .wt-variation-title {
    font-weight: bold;
}

.wt-booking-variations-wrapper {
    border-left: 1px solid #efefef; /* color */   
}

.wt-booking-variations-wrapper label {
    font-size: 90%;
    font-weight: bold;
}

.wt-cart-object-variation-wrapper p{
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 0.5rem;
}
.wt-cart-object-variation-wrapper ul, .wt-booking-variation-wrapper ul{
  list-style-type: none;
  margin: 0;
}
.wt-cart-object-variation-wrapper li, .wt-booking-variation-wrapper li{
    font-size: 12px;
    list-style-type: none;
    margin-left: 1rem;
}

.wt-booking-variations-wrapper .wt-delivery-alternativs-wrapper,
.wt-booking-variations-wrapper .wt-pickup-alternativs-wrapper {
    display: block;
    margin: 1rem 0;
}

.wt-booking-variations-wrapper .wt-delivery-alternativs-wrapper input,
.wt-booking-variations-wrapper .wt-pickup-alternativs-wrapper input {
    margin:0 0.5rem 0.5rem 0;
}

.wt-booking-variations-wrapper .wt-delivery-alternativs-wrapper label,
.wt-booking-variations-wrapper .wt-pickup-alternativs-wrapper label {
    font-weight: normal;
}


/* CHECKOUT SHIPPING MESSAGE */
.wt-shipping-message-wrapper.wt-booking-cart-error textarea {
    border: 1px solid #ec5840 !important;  /* color */ 
}
.wt-shipping-message-wrapper .wt-shipping-message-required {
    display: none;
}
.wt-shipping-message-wrapper .wt-shipping-message-required.is-active {
    color:#ec5840;
    display: inline;
    margin-left: 2px;
}

.wt-shipping-message-wrapper .wt-shipping-message-description{
    font-weight: normal;
    font-size: small;
    display: block;
}

/* END CHECKOUT SHIPPING MESSAGE */

.wt-booking-details-wrapper .wt-checkout-shipping-message {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.5rem;
    font-size: 14.4px;
}
.wt-booking-details-wrapper .wt-checkout-shipping-message span:first-child {
	font-weight: bold;
}


.wt-shipping-ui-wrapper .wt-calc-shipping-cost-button {
    background: #62CC36; /* color */
    padding: 0.5rem 1rem; 
    border-radius: 3rem;
    font-weight: bold !important;
    color: #fff;
}

.wt-shipping-ui-wrapper .wt-calc-shipping-cost-button:hover {
    background: #36a509; /* color */
}

.wt-hide {
    display: none;
}


/* USER INFO */

.wt-booking-user-information-wrapper .wt-booking-cart-block-content  {
    padding: 1rem 1rem 3rem;
    font-weight: bold;
    border: 1px solid #e5e5e5; /* color */
    overflow: hidden;
}

.wt-booking-user-information-wrapper .wt-booking-cart-block-content h3 {
    margin: 2rem 0 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.wt-booking-user-information {
    width: 50%;
    float: left;
    padding: 0 2rem 0 0;
}

.wt-booking-company-wrapper input {
    margin: 0 !important;
}

.wt-booking-user-shipping-user-address{
    margin-bottom: 1rem;
}
.wt-booking-company-wrapper label[for="wt-booking-company"] {
    
}
/*
.wt-booking-company-wrapper input[type=checkbox],
.wt-booking-company-wrapper input[type=radio] {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important; 
}*/

.wt-booking-user-address-wrapper {
    margin: 0rem 0 3rem;
}

.wt-booking-user-email-wrapper {
    margin: 0 0 2rem;
}

.wt-booking-user-message-wrapper {
    width: 50%;
    float: left;
}

.wt-booking-user-information-wrapper .wt-booking-cart-block-content input[type=text],
.wt-booking-user-information-wrapper .wt-booking-cart-block-content input[type=email],
.wt-booking-user-information-wrapper .wt-booking-cart-block-content input[type=number],
.wt-booking-user-information-wrapper .wt-booking-cart-block-content textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 0 .7rem;
    height: 2.5em;
    border-radius: .2rem;
    outline: 0;
    border: 1px solid #e5e5e5; /* color */

}
.wt-booking-user-information-wrapper .wt-booking-cart-block-content textarea {
    /*height: 7em !important;*/
}
.wt-booking-user-information-wrapper .wt-booking-cart-block-content label{
    margin: .8rem 0 0;
}
.wt-booking-user-name{
    margin-bottom: 0.8rem;
}
.wt-booking-company-wrapper{
    padding: 0 !important;
}

.wt-booking-choose-another-shipping-address{
    margin-bottom: 0 !important;
}

/* Payment */
.wt-booking-cart-payment-alternatives-wrapper .wt-booking-cart-block-content > div > div  {
    padding: 1rem
}

.wt-booking-cart-payment-alternatives-wrapper .wt-payment-option-wrapper label {
    margin: 1rem 0;
}

.wt-booking-cart-payment-alternatives-wrapper .wt-payment-option-wrapper label input {
    margin: 0;
    position: relative;
    top: -1px;
}

.wt-booking-cart-payment-alternatives-wrapper .wt-payment-option-wrapper .wt-payment-option-title {
    font-weight: bold;
    padding-left: 0.5rem;
}

.wt-booking-cart-payment-alternatives-wrapper .wt-payment-option-wrapper .wt-payment-option-desc {
    padding-left: 0.2rem;
}


/* COUPON */

.wt-coupon-checkout {
    position: relative;
    margin: 2rem -1rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1rem;
}

.wt-coupon-checkout label {
    margin: 0 0 0.5rem;
    font-weight: bold;
}
.wt-coupon-checkout input {
    margin: 0;
}

.wt-booking-cart-coupon-btn {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    background: #62CC36; /* color */
    padding: 12px 0.5rem;
    color: #fff; /* color */
    outline: 0; 
}

.wt-booking-cart-coupon-btn:hover {
    background: #33a704; /* color */  
    cursor: pointer;
}

/* PRICE WITH VAT */

.wt-booking-end-total-price {
    font-size: 1.2rem;
}

.wt-object-price-ex-vat {
    display: block;
    font-weight: normal;
    font-size: 1rem;
}

/* CHECKOUT BUTTONS */
.wt-booking-cart-button-container {
    width: 174px;
}

.wt-booking-cart-buttons {
    margin-top: 3rem !important;
    position: relative;
}
.wt-booking-cart-buttons .wt-booking-response-msg{
    top: 120% !important;
}

.wt-booking-cart-continue-shopping-btn {
    background: #aaa; /* color */
    padding: 0.715rem 1rem;
    border-radius: .2rem;
    margin-right: .5rem;
    color: #fff; /* color */
    outline: 0;  
    font-weight: bold;
    font-size: 1.2rem;
    display: inline-block;
}

.wt-booking-cart-continue-shopping-btn:hover {
    background: #888; /* color */
    color: #fff; /* color */
}

.wt-booking-cart-checkout-btn {
    background: #62CC36; /* color */
    padding: 1rem 2rem;
    border-radius: .2rem;
    margin-right: .5rem;
    color: #fff; /* color */
    outline: 0; 
    font-weight: bold !important;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.wt-booking-cart-checkout-btn:hover {
    background: #33a704; /* color */  
}


/* buttons checkout*/

.wt-booking-cart-buttons {
    border: none !important;
}



/* Response messages checkout */

.wt-booking-cart-wrapper .wt-booking-success {
    position: relative;   
    margin-top: 1rem;
}


/* -----------------------------------

BOOKING RECIEVED

-------------------------------------*/

article .article-header .page-title {
    position: relative;
}

/*article .article-header .page-title icon:before {*/
.wt-booking-confirmation-wrapper icon { 
    position: relative;
    margin: 1rem auto 2rem;
    width: 40px;
    height: 40px;
    display: block;
}

.wt-booking-confirmation-wrapper icon:before {
    /*content: '\2713';*/
    content: '';
    width: 23px;
    height: 38px;
    border: solid #62CC36;
    border-width: 0 9px 9px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    position: absolute;
}

article .article-header .page-title icon {
    font-size: 140%;
    color: #62CC36; /* color */
}

.wt-booking-confirmation-wrapper .wt-booking-details-wrapper {
    margin-top: 2rem;
    padding: 0rem;
    border: 1px solid #e5e5e5;
}

.wt-booking-confirmation-wrapper .wt-thanks-for-your-booking{
    text-align: center;
}

/* -----------------------------------

MY ACCOUNT

-------------------------------------*/
.wtin-page{
    display: none;
}
.wtin-page-title{
    margin-top: 0;
}
.wt-user-info{
    border: 1px solid #efefef;
    padding: 1rem;
    margin-bottom: 1rem;
}
.wt-member-sidebar-data{
    font-size: 0.9rem;  
    font-weight: normal;  

}
.wt-member-sidebar-data span{
    font-weight: bold; 
}


#wtin-inner-navigation{
    margin: 0;
}
#wtin-inner-navigation li{
    list-style: none;
}
.wtin-inner-nav-button, .wtin-logout-button{
    width: 100%;
}

.wtin-page-my-account-admin h3{
    margin-top: 0px;
}

.wtin-adminstrator-btn {
    line-height: 1px !important;
    margin-bottom: 0.5rem !important;
}

/*USER LOGIN*/
#wtin-login-wrapper,
#wtin-register-wrapper {
    margin-top: 2rem;
}

#wtin-login-wrapper, #wtin-forgot-password-wrapper, #wtin-register-wrapper {
    border: 1px solid #efefef; /*color*/
}
#wtin-login-wrapper li, #wtin-forgot-password-wrapper li, #wtin-register-wrapper li{
    list-style: none;
}
#wtin-login-wrapper ul, #wtin-forgot-password-wrapper ul, #wtin-register-wrapper ul{
    margin: 0;
}

#wtin-register-wrapper .wtin-register-col-r,
#wtin-login-wrapper .wtin-login-col-l {
    padding: 2rem;
}

#wtin-login-wrapper .wtin-background-img,
#wtin-register-wrapper .wtin-background-img {
    padding: 3rem 3rem 1rem;
}

#wtin-login-wrapper .wtin-background-img h2,
#wtin-register-wrapper .wtin-background-img h2 {
    margin-bottom: 2rem;
}

.wtin-login-col-r h2, .wtin-register-col-l h2{
    color: #fff;
}

.wt-cart-row-title {
    font-weight: bold;
}

/* Bookings */

.wt-user-profile-ui-wrapper .wt-booking-cart-block {
    margin-bottom: 1rem;
}

.wt-user-profile-ui-wrapper .wt-booking-cart-title {
    margin: 0;
}

/* FOROT PASSWORD */

#wtin-forgot-password-wrapper {
    margin-top: 2rem;
}

#wtin-forgot-password-wrapper .wtin-forgot-password-col-l {
    padding: 2rem;
}
    
#wtin-forgot-password-wrapper .wtin-register-col-l {
    padding: 0 2rem 5rem;
}



/* =====================================================

CHOOSE DATE DIALOG

=====================================================*/

[aria-describedby="wt-calendar-dialog"] {
    border-radius: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 0 1rem rgba(0,0,0,0.5);
    display: block;
    max-width: 350px !important;
    width: 98% !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1000;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-titlebar {    
    padding: 2rem 1rem 1rem;
    font-size: 1.1rem;
    color: inherit;
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 1em 3rem 0 1rem !important;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-titlebar .ui-dialog-title {
    width: 100%;
    float: none;
    text-align: center;
    
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: inherit !important;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-titlebar-close {
    border: none;
    text-indent: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    width: 40px !important;
    height: 40px !important;
    background: #c5c5c5;
    right: -1px !important;
    top: -1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-titlebar-close:before {
        content: 'X';
    font-weight: bold;
    text-align: center;
    font-size:1.3rem;
    font-family: sans-serif;
    background: #62CC36;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: -1px;
    line-height: 40px;
    color: white;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-titlebar-close:hover:before {
    background: #33a704;
 }

[aria-describedby="wt-calendar-dialog"] .ui-dialog-titlebar .ui-icon {
    display: none;
    position: absolute;
    background: white;
    width: 3px;
    transform: rotate(-45deg);
    height: 17px;
    top: 2px;
    left: 9px;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-titlebar .ui-button-text {
    display: none;
    position: absolute;
    background: white;
    width: 18px;
    transform: rotate(133deg);
    height: 3px;
    top: 9px;
    padding: 0;
    right: 1px;
}


[aria-describedby="wt-calendar-dialog"] .ui-widget-content {
    border: none !important;
}

[aria-describedby="wt-calendar-dialog"] #wt-calendar-dialog {
    height: auto !important;
    padding: 1rem;
    width: 100% !important;
    overflow: hidden;
}

[aria-describedby="wt-calendar-dialog"] .wt-calendar-wrapper {
    margin: 0;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-buttonpane {
    border: 1px solid #ddd;
}


[aria-describedby="wt-calendar-dialog"] .ui-dialog-buttonset {
    float: none;
    width: 100%;
    padding: 0 1rem 1rem;
}

[aria-describedby="wt-calendar-dialog"] .ui-dialog-buttonset button {
    padding:1rem
}

/* =====================================================

WIDGET

=====================================================*/


.wt_booking_cart .wt-custom-dropdown-content {
    background: white;
    width: 300px;
}

.wt_booking_cart  {
    color: #444;
}

/* Widget Calendar */
.wt_booking_cart .wt-calendar-wrapper {
    margin: 0;
}


/* Widget Shopping cart */
.wt_booking_cart .wt-booking-window-cart {
    background: #f2f2f2;
    color: #444;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 1rem rgba(0,0,0,0.3);
    padding-bottom: 2rem;
}

.wt_booking_cart .wt-widget-cart-btn-row {
    margin: 0;
}


/* =====================================================

RESPONSIVE

=====================================================*/

@media screen and (max-width: 766px) {
    .wt-user-profile-ui-wrapper .wtin-pages {
        margin-top: 3rem;
    }
}


@media screen and (max-width: 764px) {
    
    
    /* OBJECT */
    .wt-object-filter-wrapper form > div {
        display: block !important;
    }    
    
    .wt-object-filter-wrapper form > div a {
        display: block !important;
        margin: 0 0 0.5rem !important;
    }
    
    .wt-custom-dropdown-content {
        margin-top: 0 !important; 
    }
    
    .wt-booking-object-col {
        width: 48% !important;
        margin: 0 1% ;
        float: left !important;
    }
    
    
    /* CHECKOUT */
    .wt-booking-variations-wrapper {
        border:none;
        border-top: 1px solid #efefef; /* color */   
    }
    
    .wt-booking-user-information {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .wt-booking-user-message-wrapper {
        margin-top: 3rem;
        width: 100%;
        float: none;
    }
    
    /* Checkout Payment */
    .wt-booking-cart-payment-alternatives-wrapper .wt-booking-cart-block-content .nine  {
        height: 0;
    }
    
    
    /* Checkout payment */
    
    .wt-booking-cart-buttons a {
        margin: 0 0 1rem;
        background: none;
        padding: 0;
        color: #999;
        font-size: 1rem;
    }    
    
    .wt-booking-cart-buttons a,
    .wt-booking-cart-buttons button {
        display: block;
        margin-right: 0;
        width: 100%;
    }

}

#wt-calendar-dialog{
    padding: 0 2rem;
}

.wt-warning-message p {
    color: red;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
        
    /* OBJECT */    
    .wt-booking-object-col .featured-image {
        height: 200px;
    }
    
    /* filter  */
    
    .wt-object-filter-wrapper {
        margin: 0 -1rem;
    }
    
    .wt-object-filter-wrapper .wt-object-filter-form {
        padding: 0 1rem 2rem;
    }
    
    .wt-object-filter-wrapper .wt-custom-dropdown-date {
        margin: 0 -0.5rem;
    }
}


@media screen and (max-width: 420px) {
        
    /* OBJECT */    
    .wt-booking-object-col {
        width: 100% !important;
    }
    
    .wt-booking-object-col .featured-image {
        height: 200px;
    }
}