/*
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.3
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-price{display: none !important;}
.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #427054;         /* Light gray background */
  border-top: 5px solid #3498db;     /* Blue foreground */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#homey-print,.add_fav, .listing-contact-save, .account-login{display: none;}
.overlay-booking-price{display: none;}
.overlay-booking-btn .trigger-overlay {
    width: 100%;
}
#single-listing-date-range .search-date-range-depart{margin-left: 0;}