/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.woocommerce-checkout .widget-area-sidebar.processing {
    opacity: 0.6;
    position: relative;
}

.woocommerce-checkout .widget-area-sidebar.processing:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border: 5px solid #ccc;
    border-top-color: #0071a1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.pagination > li > a.first-record-listing, .pagination > li > a.last-record-listing {
    width: 43px;
}
.first-record-listing i, .last-record-listing i {
    display: inline;
}
.avg-rat-section, .second-line-filters, .hide-more-filter-btn {
    display: none;
}
.more-filter-btn a, .hide-more-filter-btn {
    margin-top: 15px;font-weight: bold;
}

body.page-template-sojourn_single_property-php .listing_main_image .property_ratings {
    float: left !important;
}
.single-share-popover {
    text-align: right;
    top: 110px;
    margin: 0px;
    left: 7%;
    z-index: 2;
}

body.page-template-sojourn_single_property-php .entry-prop .single-share-popover {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
}

.single-share-popover a.share-font {
    color: #000;
    background-color: #fff;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: bold;
    width: auto;
}
.single-share-popover a,
.single-share-popover a:hover,
.single-share-popover a:active,
.single-share-popover a:focus {
    color: #000;
}
.listing-filter-section.sojourn_listing_sorting_head {
    margin-top: 10px;
    margin-bottom: 10px;
}
.listing-filter-section .order_filter {
    float: left;
}
.listing_main_image .listing_main_image_price {
    z-index: 9;
    /*left: 60%;
    width: 450px;
    margin-left: 0px;*/
}
.listing_main_image_location .share-single-property a {
    color: #000;
}
.listing_main_image_location .share-single-property i {
    color: #000;
}
.listing_main_image_location .popover-content,
.single-share-popover .popover-content {
    width: 165px;
}
.listing-markup-slider .markup-slider-width {
    float: left; width: 73%; margin-left: 10px;
}
.markup-slider-width {
    float: left; width: 73%;
}
.listing-markup-slider .markup-slider-button-style {
    float: left; margin-left: 8px;
}
.markup-slider-button-style {
    float: left; margin-left: 20px;
}
a.property-submit-custom-markup,
a.reset-custom-markup {
    padding: 0px;
    font-size: 14px;
    width: auto;
}
.additional-fee-section {
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.section-generate-link {
    display: none;
    margin-left: 20px;
}
.markup-slider-section.single-page {
    float: left;
    width: 100%;
}
.markup-slider-section {
    margin-top: 20px;
    float: none;
    width: auto;
}
.markup-slider-section.listing-markup-slider {
    margin-top: 5px;
}
.markup-slider-section .slider-markup-label {
    float: none; text-align: center;
}
.markup-slider-section .slider-markup-label.single {
    width: 226px;
}
.markup-slider-section .slider-markup-label.listing {
    width: 130px;
    margin-left: 10px;
}
.markup-slider-section #slider-markup {
    margin-top: 5px; margin-bottom: 5px;
}
.markup-slider-section a.reset-custom-markup,
.markup-slider-section a.property-submit-custom-markup {
    background-color: transparent;
}
.listing-markup-slider a.reset-custom-markup,
.listing-markup-slider a.submit-custom-markup,
.listing-markup-slider a.submit-custom-markup:hover,
.listing-markup-slider a.submit-custom-markup:focus {
    background-color: transparent;
    color: #000;
}
.markup-slider-section a.reset-custom-markup i,
.markup-slider-section a.property-submit-custom-markup i,
.listing-markup-slider a.submit-custom-markup i {
    color: #000;
}
.markup-slider-section a.property-submit-custom-markup:hover,
.markup-slider-section a.reset-custom-markup:hover {
    background-color: transparent;
}
.map-marker-label {
    padding-bottom: 14px;
}
#listing_loader_map {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 50px auto;
    display: none;
}

#map-locations, #map-center-lat, #map-center-long, #map-distance {
    display: none;
}

/*#sticky-position-filters {
    transition:all 0.5s;
    !*position: relative;*!
    z-index: 1;
}

div.fixed-nav #sticky-position-filters {
    position: fixed;
	!* width: 11%;	*!
    !*box-shadow: 0 5px 0 rgba(0,0,0,0.1);*!
}*/

#sticky-position-filters {
    display: none;
}

.content-fixed div.sticky-position {
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 20%;
    transition: right .8s;
    width: 300px;
}
.content-fixed div.sticky-position .filter-fields-section {
    background-color: #fff;
    overflow: hidden;
    height: 300px;
}

.sojourn_listing_filters_head .mrg-lft-0px {
    margin-left: 0px;
}

.content-fixed div.sticky-position .filter-label-section-top {
    width: 35px;
    margin-top: 30%;
    float: left;
    height: 65px;
    background-color: #184ca5;
    border-color: #000;
    padding-left: 15px;
}

.filter-title {
    color: #fff;
    -webkit-transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    writing-mode: inherit;
    margin-right: 20px;
}

.content-fixed div.sticky-position.popup-content-bounce-in-right {

    -webkit-animation-name: popup_content_bounce_in_right;
    animation-name: popup_content_bounce_in_right;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.content-fixed div.sticky-position.open_sticky_popup_right {
    -webkit-transition: left .8s;
    -moz-transition: left .8s;
    -o-transition: left .8s;
    transition: left .8s;
}

 .sojourn-listing-title-a {
     margin-bottom: 10px;
     display: inline-block;
     line-height: 1.2em;
     font-size: 18px;
     font-weight: 600;
     color: #484848;
	 margin-top: 5px;
 }
 .btn-steps {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.428571429;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border: 1px solid transparent;
   border-radius: 4px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none
}
.stepwizard-step .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/* Sojourn Listing filters */
.sojourn_listing_filters_head {
    margin-bottom: 30px;
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: 15px;
}

.header_type1 #access .menu > li:hover>a {
    background: #004863 !important;
}

.page-template-sojourn_property_list-php .mobile-listing-filter {
    display: none;
}

/* Check availability */
#check_availability_form_request .vc_button.wpb_btn-info {
    background-color: #d24f45;
    color: #fff;
}
#check_availability_form_request .vc_button.wpb_btn-info:hover {
    background-color: #9d302b;
    color: #fff;
}
.booking_form_request .form-control.calendar_icon { font-size: 16px; }

#check_availability_form_request .vc_button.book-now-btn {
    background-color: #45cd72;
    color: #fff;
    margin-top: 10px;
    width: 100%;

}
#check_availability_form_request .vc_button.book-now-btn:hover {
    background-color: #2ba052;
}
.booking_form_request .availability-success-cls {
    margin-bottom: 10px;
    background-color: #45cd72;
    padding: 10px;
    color: #fff;
}

.booking_form_request #availability-success .availability-success-cls .vc_button.book_btn-info {
    color: #fff;
    font-size: 20px;
    background-color: #45cd72;
    border: 1px solid #fff;
    font-weight: bold;
}

.booking_form_request #availability-success .availability-success-cls .vc_button.book_btn-info:hover {
    background-color: #2ba052;
}

.booking_form_request .center-pt10-fltn {
    float: none;
    text-align: center;
    margin-top: 10px;
}

.listing_wrapperlisting_wrapper.property_unit_v1 .property-rating {
    left: auto;
    right: 15px;
    top: -12px;
}

body.page-template-sojourn_single_property-php .entry-prop .property_ratings {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
}

.page-template-sojourn_property_list-php .pagination .pagination-information {
    margin-top: 7px;
    float: left;
    font-size: 15px;
}

.woocommerce table.order-info-sojourn {
    border-radius: 0px;
    background: #fff;
    border: 1px solid #e7e9ef;
    text-align: left;
}
.woocommerce table.order-info-sojourn td {
    text-align: left;
}
.woocommerce table.order-info-sojourn th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.sojourn_listing_filters_head .icon-reset,
.sojourn_listing_sorting_head .icon-reset {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    text-align: left;
    font-size: 20px;
    display: none;
    width: 20%;
}

.d-flex {
    display: flex;
}

.sojourn_listing_filters_head .dropdown,
.sojourn_listing_sorting_head .dropdown,
.w-60-per {
    width: 90%;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-8 {
    margin-top: 8px;
}

.sojourn_listing_filters_head .order_filter {
    float: left;
}

#booking_pets_allowed_wrapper:after {
    position: absolute;
    top: 16px;
    left: 43px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    content: "\f1b0";
    color: #b881fc;
    font-size: 27px;
    content: '\f00c';
    font-family: "fontello";
}

.bedroom_icon:after {
    position: absolute;
    width: 20px;
    height: 23px;
    background-repeat: no-repeat;
    /*content: '\f236';*/
    font-family: "fontello";
}

.bedroom-icon-after {
    padding-left: 5px;
}

/*.bedroom-icon-after:before {
    position: absolute;
    width: 20px;
    height: 23px;
    bottom: 3%;
    font-size: 18px;
    color: #000;
    background-repeat: no-repeat;
    content: "\f236";
    font-family: "fontello";
    left: 19px;
}*/

.property_unit_v1 .property_listing .price_unit {
    bottom: 22px;
}
.property_unit_v1 .property_listing .info_icon {
    position: absolute;
    bottom: 44px;
    left: auto;
    right: 15px;
    font-weight: 600;
    z-index: 50;
    font-size: 17px;
}

.property_unit_v1 .compare_property,
.property_unit_v1 .remove_compare_property {
    position: absolute;
    left: auto;
    right: 15px;
    z-index: 12;
    font-size: 12px;
    bottom: 2px;
}

.property_unit_v1 .star-rating {
    position: absolute;
    left: 15px;
    z-index: 10;
    font-size: 12px;
    top: 0px;
    right: auto;
}
.property_unit_v1 .star-rating i {
    color: #ffc662;
}

.property_unit_v1 .star-rating .star_info_icon {
    position: absolute;
    left: 72px;
    z-index: 10;
    font-size: 12px;
    top: 0px;
    right: auto;
}
.property_unit_v1 .star-rating .star_info_icon i,
.listing_main_image .property_ratings.listing_slider .star_info_icon i {
    color: #0177b5;
}

#booking_pets_allowed_wrapper:after{
    left:0px;
    top:10px;
}
#booking_pets_allowed_wrapper {
    padding-left: 30px;
}

.adv-search-1  .guest_no_drop:after,
.adv-search-mobile  .guest_no_drop:after,
.advanced_search_sidebar .guest_no_drop:after,
.advanced_search_shortcode .guest_no_drop:after{
    left:13px;
}

#guest_no_widget:after{
    left: 0px;
}

.property_listing img {
    min-height: 250px;
}

a.read-more-cta {
    background-color: #2b6ba3;
    padding: 10px;
    color: white;
    border-radius: 4px;
}

a.read-more-cta:hover {
    color: white;
}

.dialog-button {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 5px;
}

.map-section {
    display: none;
    height: 700px;
    width: 100%;
}

.property_unit_v1 .price-section-map {
    color: #0177b5;
    font-weight: 600;
    z-index: 10;
    font-size: 17px
}

.property_unit_v1 .map-ratings .property-rating {
    position: initial;
    top: 0;
    left: 0;
    margin-top: 0px;
}

#result-map-places .row.property_unit_v1 {
    font-family: "Raleway" !important;
}

.listing_main_image .property_ratings.listing_slider {
    top: 110px;
    margin: 0px;
    left: 7%;
    z-index: 2;
}
.text-center-small-device-show-map {
    float: left;
    width: 50%;
}
.text-center-small-device-pagination {
    float: right;
    width: auto;
}
.text-center-small-device-show-map {
    text-align: left;
}
.text-center-small-device-pagination {
    text-align: right;
}
/* Request Info Form */
.frm-request-modal div.txt-right {
    text-align: right;
}
.txt-right {
    text-align: right;
}
.txt-left {
    text-align: left;
}
.frm-request-modal div.required-label label:after {
    content:"*"; font-size: 20px;
}
.error-section {
    color: red;
}
.success-section {
    color: green;
}
.frm-request-modal .form-control.is-invalid {
    border-color: red;
}
.frm-request-modal .form-control {
    margin-bottom: 5px;
    height: 33px;
}
.frm-request-modal .form-group {
    margin-bottom: 10px;
}
.vc_button.wpestate_vc_button.wpb_btn-small.check-availability-btns {
    width: 150px;
    height: 45px;
}
.frm-request-modal .vc_button.wpestate_vc_button.wpb_btn-small.wpb_btn-info {
    background-color: black;
}
.frm-request-modal .vc_button.wpestate_vc_button.wpb_btn-small.wpb_btn-info:hover {
    background-color: gray;
}
.frm-request-modal .modal-header {
    background-color: #0177b5;
}
.frm-request-modal .modal-header h4.modal-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
/* Advance Search for mobile */
@media only screen and (max-width: 991px) {
    .single-share-popover {
        margin-right: 40px;
    }
    .listing_main_image_location .popover-content,
    .single-share-popover  .popover-content {
        width: 45px;
    }
}
@media only screen and (max-width: 480px) {
    .single-share-popover {
        margin-right: 40px;
    }
    .frm-request-modal div.txt-right {
        text-align: left;
    }
    .frm-request-modal .width-30-small-device {
        width: 30%;
        float: left;
    }
    .frm-request-modal .width-70-small-device {
        width: 70%;
        float: left;
    }
    .frm-request-modal .width-50-small-device {
        width: 40%;
        float: left;
    }
    .content-fixed div.sticky-position .filter-fields-section {
        overflow-x: auto;
        overflow-y: scroll;
    }
    .text-center-small-device-show-map, .text-center-small-device-pagination {
        text-align: center;
        width: 100%;
    }
    .listing_main_image_location .property_ratings.listing_slider {
        position: absolute;
        left: 22px;
        top: -105px;
    }
}
@media only screen and (min-width: 280px) and (max-width: 653px) {
    .single-share-popover {
        margin-right: 40px;
    }
    .frm-request-modal div.txt-right {
        text-align: left;
    }
    .frm-request-modal .width-30-small-device {
        width: 30%;
        float: left;
    }
    .frm-request-modal .width-70-small-device {
        width: 70%;
        float: left;
    }
    .frm-request-modal .width-50-small-device {
        width: 40%;
        float: left;
    }
    .content-fixed div.sticky-position .filter-fields-section {
        overflow-x: auto;
        overflow-y: scroll;
    }
    .text-center-small-device-show-map, .text-center-small-device-pagination {
        text-align: center;
        width: 100%;
    }
    .listing_main_image_location .property_ratings.listing_slider {
        position: absolute;
        left: 22px;
        top: -135px;
    }
}
@media only screen and (min-width: 540px) and (max-width: 720px) {
    .single-share-popover {
        margin-right: 40px;
    }
    .frm-request-modal div.txt-right {
        text-align: left;
    }
    .frm-request-modal .width-30-small-device {
        width: 30%;
        float: left;
    }
    .frm-request-modal .width-70-small-device {
        width: 70%;
        float: left;
    }
    .frm-request-modal .width-50-small-device {
        width: 40%;
        float: left;
    }
    .content-fixed div.sticky-position .filter-fields-section {
        overflow-x: auto;
        overflow-y: scroll;
    }
    .text-center-small-device-show-map, .text-center-small-device-pagination {
        text-align: center;
        width: 100%;
    }
    .listing_main_image_location .property_ratings.listing_slider {
        position: absolute;
        left: 22px;
        top: -200px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 930px) {
    .single-share-popover {
        margin-right: 40px;
    }
    .frm-request-modal div.txt-right {
        text-align: left;
    }
    .frm-request-modal .width-30-small-device {
        width: 30%;
        float: left;
    }
    .frm-request-modal .width-70-small-device {
        width: 70%;
        float: left;
    }
    .frm-request-modal .width-50-small-device {
        width: 40%;
        float: left;
    }
    .content-fixed div.sticky-position .filter-fields-section {
        overflow-x: auto;
        overflow-y: scroll;
    }
    .text-center-small-device-show-map {
        text-align: center;
        width: 100%;
    }
    .text-center-small-device-pagination {
        text-align: center;
    }
    .listing_main_image_location .property_ratings.listing_slider {
        position: absolute;
        left: 355px;
        top: 35px;
    }
}
@media only screen and (max-width: 991px) {
    .single-share-popover {
        margin-right: 40px;
    }
    /* For floating filtration box on listing page*/
    .content-fixed div.sticky-position .filter-fields-section {
        width: 265px;
        float: left;
    }

    /* Show search form */
    .page-template-sojourn_property_list-php #adv-search-header-mobile {
        display: none;
    }
    .page-template-sojourn_property_list-php #adv-search-mobile {
        display: block;
        margin-bottom: 0px;
    }
    .page-template-sojourn_property_list-php .header_media.with_search_oldtype {
        display: none;
    }

    .page-template-sojourn_property_list-php #adv-search-mobile .map_icon,
    .page-template-sojourn_property_list-php #adv-search-mobile .guest_no_drop,
    .page-template-sojourn_property_list-php #adv-search-mobile .Check-In,
    .page-template-sojourn_property_list-php #adv-search-mobile .Check-Out,
    .page-template-sojourn_property_list-php #adv-search-mobile .Guests {
        width: 50% !important;
    }

    .page-template-sojourn_property_list-php .mobile-listing-filter {
        line-height: 1.6em;
        font-family: "Raleway" !important;
        box-sizing: border-box;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        padding: 13px 15px 13px 25px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        margin: 0px 0px 20px 0px;
        font-weight: 600;
        /*display: inline-block;*/
        width: 100%;
        background-color: #0177b5 !important;
    }
    .page-template-sojourn_property_list-php #search-listing-filter-mobile-section {
        display: block;
    }
}
