/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

.item-address {
    display: none;
}

.search-message {
    margin-bottom: 10px;
}

.header-nav .header-comp-logo h1 {
    color: #fff;
}

.footer-top-wrap {
    padding: 30px 0px 30px;
    text-align: right;
}

.widget_nav_menu li a,
.widget_categories li a,
.widget_pages li a,
.wp-block-archives li a,
.widget {
    margin: 0;
}

.widget ul {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
}

@media (max-width: 768px) {

    .block-col-25,
    .block-col-33 {
        width: 100%;
    }

    .block-accomodation {
        text-align: center;
    }

    .sidebar.right-sidebar {
        display: none;
    }

    .search-date-range-depart {
        margin-left: 0;
    }

    .overlay-booking-btn {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .footer {
        margin-bottom: 70px;
    }
}