/**
 * Theme Name: colibri-wp-child
 * Template:   colibri-wp
 * ...other header fields
 */

 .bookme-steps > li::after {
    display: none;
}

 @media only screen and (max-width: 500px) {
    .h-text li:not(.ql-direction-rtl)::before {
        margin-left: 0.4em !important;
        margin-right: .3em !important;
        text-align: center !important; 
    }
}

 @media only screen and (min-width: 500px) {
    .h-text li:not(.ql-direction-rtl)::before {
        margin-left: 1em !important;
        margin-right: .3em !important;
        text-align: center !important; 
    }
}

 @media only screen and (min-width: 768px) {
    .h-text li:not(.ql-direction-rtl)::before {
        margin-left: 1.5em !important;
        margin-right: .3em !important;
        text-align: center !important; 
    }
}

@media only screen and (min-width: 1024px) {
    .h-text li:not(.ql-direction-rtl)::before {
        margin-left: 2.8em !important;
        margin-right: .3em !important;
        text-align: center !important; 
    }
}

@media only screen and (min-width: 1200px) {
    .h-text li:not(.ql-direction-rtl)::before {
        margin-left: 4.2em !important;
        margin-right: .3em !important;
        text-align: center !important; 
    }
}