/*
Theme Name: Mixx
Author: Leartes.NET
Version: 1.0.0
*/

/* ------------------ MIXED ------------------ */
.boxed-container {
    background:#fff;
    margin-top:0;padding:20px;

    -webkit-box-shadow: 0px 0px 3px #cacaca;
    -moz-box-shadow: 0px 0px 3px #cacaca;
    -o-box-shadow: 0px 0px 3px #cacaca;
    -ms-box-shadow: 0px 0px 3px #cacaca;
    box-shadow: 0px 0px 3px #cacaca;

    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}

.boxed-container.bottom-border {
    -webkit-border-radius:unset;
    -moz-border-radius:unset;
    -o-border-radius:unset;
    -ms-border-radius:unset;
    border-radius:unset;

    border-bottom: 2px solid #70cbf4;
}

.sidebar .boxed-container + .boxed-container { margin-top: 12px; }
.lastminute-offers .boxed-container { margin-bottom: 12px; padding-bottom: 4px;}


.flight-info .date-flight{
    align-items: center;
    display: flex;
    flex-direction: row;
    border-right: 1px solid #f1f1f1;
}
.flight-info .date-flight .date-flight-day {
    display: block;
    font-size: 30px;
    margin-right: 4px;
    line-height: 25px;
}

.flight-info .date-flight-text{
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.flight-info .date-flight-text .flight-text-month{ display: block; }
.flight-info .date-flight-text .flight-text-weekday{ color: #969696; font-size: 10px;}

.lastminute-offers .flight-info { margin-bottom: 12px; }
.lastminute-offers .offer-row {
    background: #f1f1f1;
    padding: 8px 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
.lastminute-offers .offer-row .price{
    text-align: right;
    color: #ff5313;
    font-weight: 600;
    font-size: 16px;
}
.lastminute-offers .offer-row .price:after{
    content: "\f054";
    /*font-family: FontAwesome; */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding-left: 6px;
    color: #c8c8c8;
    font-size: 15px;
}

.lastminute-offers span.old-price {
    color: #333;font-weight: normal;font-size: 14px;text-decoration: line-through;padding-right: 6px;
}

.lastminute-offers .seats-left{ text-align: right; font-size: 12px;}
.lastminute-offers .seats-left div,
.flight-container .seats-left div {
    background: #ff5313;
    display: inline-block;
    padding: 1px 4px;
    color: white;
}
.lastminute-offers .seats-sold-out div{
    background: #ff0000;
    text-transform: uppercase;
}

.lastminute-offers .seats-left em { display: block; }

figure img {
    max-width: 100%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.sidebar-inner {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .alignleft {
        float: none;
        margin: 0 0 10px 0;
    }

    .alignright {
        float: right;
        margin: 0 0 10px 0;
    }
}
/* ------------------ HOTELS ------------------ */ 
.stars {
    width: 80px;
    height: auto;
    float: none;
    display: inline-block;
}

.sm .stars .star {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}
.sm .stars .star.half { width: 6px;  }

.md .stars .star {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
}
.md .stars .star.half { width: 7px;  }

.stars .star {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.stars .star.half{
    width: 10px;
    margin-right: 1px;
}

.stars.no-icon .star:before {
    content: "\f005";
    /*font-family: "FontAwesome";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
}

.stars.no-icon .star.half:before {
    content: "\f089";
    /*font-family: "FontAwesome";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
}

q.alt .stars.no-icon .star:before { color: #70cbf4; }   

.populer ul.lined-hotels li { padding-bottom: 6px; }
.populer ul.lined-hotels a {
    font-size: 16px;
    line-height: 18px;
}
.populer ul.lined-hotels q {
    position: relative;
    margin-left: 6px;
    top: 4px;
}

/* HOTEL COMMON LISTING VIEW */
.hotel-location { list-style: none; color: #888888;}
.hotel-location.accent { color: #d0d0d0;}
.hotel-location li { float: left; }

.hotel-location li:not(:last-child):after {/* li+li:after      */
    content: "\f105";
    /* font-family: Fontawesome;   */
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    padding: 0 5px;
}
.hotels .excerpt { padding: 6px 0;}

.meta-info { display: inline-flex; display: -webkit-inline-flex; margin: 10px 0;}
.meta-info .meta-marker {
    background: #ffffff;
    padding: 6px;
    margin-right: 4px;
    border-radius: 4px;
}
.meta-info .meta-marker i {}
.meta-info .meta-map { color: #008000; }
.meta-info .meta-camera { color: #ff5211; }
.meta-info .meta-video { color: #337ab7; }

/* HOTEL LIST VIEW */
.hotel-block-list, .flight-block-list {
    padding: 20px 0;
}

.hotel-block-list .section-info,
.flight-block-list .section-info {
    overflow-wrap: break-word;
}

.charter-offers .more-offers .alert,
.charter-offers .more-room-types {
    margin: 15px 15px 0;
}
.charter-offers .more-room-types .btn { float: right; }
.charter-offers #more { margin-top: 15px;}
.more-room-types .btn i:before { content: "\f139"; }
.more-room-types .btn.collapsed i:before { content: "\f13a"; }
.more-room-types .price-selected-sum {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #5bc0de;
    background: #70cbf4;
    border-radius: 4px;
}
.more-room-types .price-selected-sum .price-sum {
    display: inline-block;
    min-height: 34px;
    font-size: 24px;
    line-height: 32px;
    text-shadow: 1px 0px 1px #ffffff;
}
.bookingstart .price-sum { font-size: 24px; }
.go2pay .price-sum { font-size: 20px; }
.go2pay .price-sum span { font-size: 26px; font-weight: 500; }
.go2pay .payment-notice { border-top: 1px solid #cccccc; padding-top: 20px; }

.go2pay {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ihave-discode { line-height: 26px; }


.which-room { padding: 10px 4px; color: #2e54a7; font-size: 16px; }
.which-room:after {
    content: "";
    border-bottom: 1px solid #c8c8c8;
    display: block;
    margin-top: 4px;    
}

.more-room-types input[type="radio"] {
    display:none;
}

.more-room-types label {
    display: block;
    padding: 10px 20px;
    border: 1px solid #c8c8c8;
    background: #f1f1f1;
    border-radius: 4px;
}

.more-room-types label:hover {
    background-color: #dfd;
}

.more-room-types input[type="radio"]:checked + label {
    background-color:#caefff;
    border-color: #5bc0de;
}

.more-room-types input[type="radio"]:disabled + label,
.more-room-types input[type="radio"][disabled] + label {
    background: #e2e2e2;
    cursor: not-allowed;
}

.more-room-types .radio-option { margin-left: 28px; }
.more-room-types .check-sign { position: absolute; top: 11px; }
.more-room-types input[type="radio"] + label .check-sign { display:none; }
.more-room-types input[type="radio"]:checked + label .check-sign { display:block; }

.hotel-block-list .section-price .offer-box,
.flight-block-list .section-price .offer-box {
    border: 1px solid #c8c8c8;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 10px 80px 10px 10px;
}
.hotel-selected .hotel-block-list .section-price .offer-box,
.hotel-other .hotel-block-list .section-price .offer-box,
.flight-selected .flight-block-list .section-price .offer-box { position: relative; }

.hotel-selected .hotel-block-list .section-price .offer-box button,
.hotel-other .hotel-block-list .section-price .offer-box button,
.flight-selected .flight-block-list .section-price .offer-box button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.hotel-selected .section-price .offer-box .price-pp,
.hotel-other .section-price .offer-box .price-pp,
.flight-selected .section-price .offer-box .price-pp {
    color: #808080;
    font-family: Roboto Condensed;
}
.hotel-selected .section-price .offer-box .price-offered div,
.hotel-other .section-price .offer-box .price-offered div,
.flight-selected .section-price .offer-box .price-offered div,
.more-room-types .price-offered div {
    color: #ff5211;
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
}
.more-room-types .price-offered span {
    text-decoration: line-through;
    padding-right: 6px;
}

.hotel-selected .section-price .offer-box .price-offered span,
.hotel-selected .section-price .offer-box .price-pp span,
.hotel-other .section-price .offer-box .price-offered span,
.hotel-other .section-price .offer-box .price-pp span,
.flight-selected .section-price .offer-box .price-offered span,
.flight-selected .section-price .offer-box .price-pp span {
    text-decoration: line-through;
    padding-left: 6px;
}
.hotel-selected .section-price .offer-box .price-includes,
.hotel-other .section-price .offer-box .price-includes,
.flight-selected .section-price .offer-box .price-includes { font-family: Roboto Condensed; white-space: nowrap; }
.hotel-selected .section-price .offer-box .price-selected { margin-right: -70px; }

.hotel-block-list .offer-box .offer-info {
    box-sizing: border-box;
}
.hotel-block-list .offer-box .departure-date { font-weight: 500; }
.hotel-block-list .offer-box .offer-info .offer-includes { }
.hotel-block-list .offer-box .offer-info .offer-icons { margin-top: 6px; }

.hotel-block-list .offer-box .offer-link { color: #ffffff; }

.hotel-block-list .offer-box .offer-price {
    box-sizing: border-box;
    background: #3c69ce;
    top: 0;
    position: absolute;
    left: auto;
    right: 13px;
    transform: rotate(-6deg);
    text-transform: none;
    min-width: 114px;
    z-index: 4;
    display: inline-block;
    padding: 8px;
    border-radius: 6px;
    border: 2px solid #fff;
}
.offer-price .old-price { text-decoration: line-through; }
.offer-box .offer-price strong { font-size: 22px; }

.hotel-block-list .offer-price:before,
.hotel-block-list .offer-price:after {
    position: absolute;
    top: 99%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
}

.hotel-block-list .offer-price:before {
    top: 99.5%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-color: hsla(0,0%,100%,0);
    border-top-color: #fff;
}
.hotel-block-list .offer-price:after {
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-color: rgba(228,31,47,0);
    border-top-color: #3c69ce;
}

.hotel-block-list .meta-distances {
    margin: 4px;
    font-size: 12px;

}
.hotel-block-list .meta-distances li {
    padding: 2px 0;
}
.hotel-block-list .meta-distances li span {
    float: right;
    color: #888888;
}

/* HOTEL GRID VIEW */
.hotel-block-grid .mixx-image-wrapper { position: relative; }
.hotel-block-grid .meta-info {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 6px;
}
.hotel-block-grid h4 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 18px;
}

.hotel-block-grid .offer-box { margin: 10px 0; }
.hotel-block-grid .offer-box .offer-info {
    padding: 10px 0;
    border-top: 1px solid #bababa;
}

.has-sidebar .hotel-block-grid .offer-box .offer-info { min-height: 80px; }

.hotel-block-grid .offer-box .departure-date { float: right; }
.hotel-block-grid .offer-box .offer-info .offer-includes { }
.hotel-block-grid .offer-link { float: right; }

/* SINGLE HOTEL */
.single-hotel-name-wrapper .hotel-destination span + span:before {
    content: "/";
    padding-right: 4px;
}

.single-hotel-name-wrapper .hotel-class span {
    padding: 2px 6px 4px;
    margin-left: 4px;
    color: white;
    background-color: #337ab7;
    line-height: 28px;
    white-space: nowrap;
}

.hotel-facilities h5 {
    text-transform: uppercase;
}

.hotel-facilities ul.ul-facility {
    padding-left: 20px;
}
.hotel-facilities li.li-facility {
    width: 50%;
    float: left;
    min-height: 24px !important;
    line-height: 24px;
    height: 30px;
    text-align: left;
}
.hotel-facilities li.li-facility:before {
    content: "\f0da";
    color: #337ab7;
    padding-right: 5px;
    /*font-family: Fontawesome;*/
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}


.hotel-amenities .nav-tabs li.first {
    display: block;
    padding: 5px 15px;
}
.hotel-amenities .nav > li > a { padding: 5px 15px; }

.hotel-amenities .nav-tabs > li.active > a,
.hotel-amenities .nav-tabs > li.active > a:hover,
.hotel-amenities .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #3c69ce;
    border: 1px solid #3257a900;
    border-bottom-color: transparent;
}

.share-hotel {
    float: left;
    margin-top: 10px;
}
.share-hotel .socail-networks { margin-top: 5px; }
.share-hotel .facebook-like {
    float: right;
    margin: 3px;
}

.love-button { margin: 25px 5px 15px 0; cursor: pointer; display: inline-block; float: right;}
.love-button span { top: 29px; position: absolute; right: 53px; }
.love-button .fa-heart { color: #ff5211; }
.love-wrapper .love-button { margin: 0 5px 5px 0; }
.love-wrapper .love-button span { top: 4px;  }

.offer-item {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
}

.offer-item .offer-details { display: inline-block; }
.offer-item .offer-price { float: right; }
.offer-item .offer-price span { text-decoration: line-through; }
.offer-item .offer-price h5, .offer-item .offer-price h6 { margin: 0; }

.hotDeal.simple-book { display: block; }
.hotDeal span.title {
    font-size: 13px;
    margin-bottom: 5px;
}


.hotDeal .hotel-location { font-size: 12px; }
.hotDeal .hotel-location a { color: #888888; }
.hotDeal q { float: right; }
.btn-book { text-transform: uppercase; }

#price-order .page-block-container {
    margin-top: auto;
    padding-bottom: initial;
    padding: 20px;
}
.booking_form_wrapper .bookingForm {
    padding: 15px 15px 0;
    background: #3664cc;
}
.order-options .flight-container {
    background: #bcbcbc;
    padding: 12px;
    border-bottom: 3px solid #3564cb;
}

.payment-choice input[type="radio"] {  margin-right: 7px; }
.payment-choice span {
    display: block;
    padding-left: 20px;
}

.booking-result .pnr {
    display: inline-block;
    padding: 15px;
    background: #e9e9e9;
}

@media only screen and (max-width: 768px){
    .hotel-facilities li.li-facility {
        width: auto;
        float: none;
    }
}