/*
Theme Name: WP Rentals Child
Theme URI: https://yourwebsite.com/
Description: Child theme for WP Rentals
Author: Your Name
Author URI: https://yourwebsite.com/
Template: wprentals
Version: 1.0.0
*/

/* Import Parent Theme Styles */
@import url("../wprentals/style.css");




/** WEglot floating buttons***/
.country-selector.weglot-inline.weglot-default {
    bottom: 5px;
    background-color: #ececec;
    padding: 4px 8px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}

.country-selector.weglot-default {
    position: fixed;
    bottom: 0px;
    right: 40px;
    bottom: 50px !important;
}

/* Hide back to top **/
a.backtop.islive {
    display: none;
}