/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

.instructions-box h3 {
    font-size: 17px !important;
}

.instructions-box svg {
    width: 34px !important;
}

.instructions-box {
    width:100%;
}

.header-messages-counter {
    display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        margin-right: 15px;
        background-color: #64bc36;
        font-size: 10px;
        color: #fff;
        font-weight: 900;
        width:40px;
        height:40px;
        border-radius: 100%;
        justify-content: center;
}

.header-messages-counter a {
    color: #fff;
}

.header-messages-counter i {
    font-size: 11px;

}

.header-messages-counter li {
    list-style: none;
    color: #fff;
}

.header-widget {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

#header-container.fullwidth.hws-wrapper .user-menu{
top: -13px;
}

.user-menu {
    top: 0px;
}

.home-heading-tutorial img {
    width:30px;
}

.button.green.pay {
    background-color: #ffa217;
    padding: 20px 40px;
    font-size: 14px;
    color: #fff;
}

.star-rating.no-rating .star:before {
    color: #bcbcbc;
}

.single-listing .star-rating.no-rating .rating-counter{
    color: #999;
    font-size: 14px;
    padding-left: 10px;
}

.single-listing .star-rating.no-rating .none-rating-number {
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border-radius: 4px;
    border: 1px solid;
    box-shadow: inset 0 0 0 0px currentColor !important;
}

.p-Field--labelFloating .p-Input-input, .p-Field--labelResting .p-Input-input {
    font-family: "Lexend Deca";
}

.pricing-package [type='radio']:checked+label, #listing_preview button[name="continue"] {
    background-color: #64bc36 !important;
    border-color: #64bc36 !important;
}

#my-listings-search-form {
    display: flex;
}

#my-listings-search-form button {
    position: relative;
    right: 38px;
    top: -7px;
}

.listing-added-notice .booking-confirmation-page i {
    font-size: 50px !important;
}

.listing-added-notice .booking-confirmation-page h2 {
    font-size: 32px !important;
}

.button-cart-back {
    background-color: #1D2D4B !important;
    font-family: "Lexend Deca", Sans-serif !important;
    font-weight: 600 !important;
    border-radius: 100px 100px 100px 100px !important;
    padding: 17px 24px 17px 24px !important;
    margin-top: 30px !important;
}

.elementor-button-wrapper-cart-back{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {

    .hws-wrapper .header-widget {
        display: flex;
    }

    #listeo_logo {
        margin-left: 0px !important;
    }

    #header-container.fullwidth.hws-wrapper .user-menu {
        top: -9px;
    }

    .header-messages-counter {
        margin-top: 8px;
    }

}

@media only screen and (max-width: 480px) {

    #header-container.fullwidth.hws-wrapper .user-menu {
        top: -19px;
    }

    .header-messages-counter {
        margin-top: 8px;
    }

}

@media only screen and (max-width: 400px) {

    .hws-container {
        width: calc(100% - 70px);
    }

}

@media only screen and (min-width: 1367px) {
    .add-sub-rating {
        width: auto;
        padding: 0px 10px;
    }

    .add-sub-rating:first-child {
        padding-left: 0px;
    }

    .add-sub-rating:last-child, .add-sub-rating:nth-child(4) {
        padding-right: 0px;
    }
    
    .sub-ratings-container {
        justify-content: space-between;
    }
}