/*
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
-------------------------------------- */

/* Airbnb / Vrbo buttons sit directly under the booking CTA */
.homey-child-booking-links {
    margin-top: 10px;
}

.homey-child-booking-links .btn + .btn {
    margin-top: 8px;
	background: #8FC089;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease;
}

.homey-child-booking-links .btn {
    background: #8FC089;
    color: #fff;
    transition: background 0.2s ease, color 0.2s ease;
}

.homey-child-booking-links .btn:hover {
    background: #8FC089;
    color: #fff;
}

/* Community line on the listing cards (grid/list). Sits between the card
   title and the location line — see template-parts/listing/listing-item.php
   and listing-item-v2.php. Scoped to .item-community so the single listing
   page's .listing-community keeps the parent theme's own sizing. */
.item-community {
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.4;
}

.item-community .homey-icon {
    margin-right: 4px;
}