/*
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
-------------------------------------- */

#module_listings{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(450px, 1fr));
    justify-content:space-around;
    gap:20px;
}

.page-template-dashboard-listings #module_listings{display:contents}
    
.item-grid-view .item-wrap{width:auto!important;max-width:500px}

.item-media.item-media-thumb a img{object-fit:cover;width:auto;height:auto!important}

.btn-group.dropup button:hover,.btn-group.dropup button:active{box-shadow:none!important;color:#000000}

.banner-caption{width:1250px}

@media (min-width: 1250px) {
    .container{width:1600px}}
    
@media (max-width: 768px) {
    #module_listings{display:flex;flex-direction:column}
    .item-grid-view .item-wrap{width:auto;max-width:100%}
    .taxonomy-item-v2 .taxonomy-description{font-size:13px;line-height:1.2em}
}