/*
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
-------------------------------------- */
.guest_price_lable{
	width: 100px;
}
.property-calendar{
	margin-top: 10px;
}
.mobile-calendar-text{
	color: #ff6666;
	text-align: center;
	margin-bottom: 5px;
}
.mobile-calendar-text-home-page{
	color: #ff6666;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}
@media screen and (max-width:480px) {
	.calendar-navigation.custom-actions {
  		display: contents !important;
	}
	.calendar-navigation.custom-actions .btn-reserve-period-mobile {
	  margin-top: 10px !important;
	  margin-bottom: 10px !important;
	}
}
