/*
Theme Name:   Homelengo Child Theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   http://homelengowp.themesflat.com/
Template:     homelengo
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  homelengo-child-theme
*/

/* Mobile: show map below properties instead of above */
@media only screen and (max-width: 991px) {
    .cards-container.half-map-right,
    .cards-container.half-map-left {
        flex-direction: column !important;
    }

    /* Give the map a sensible fixed height on mobile */
    .half-map-right .map-container,
    .half-map-left .map-container {
        height: 400px !important;
        min-height: unset !important;
    }

    /* Full width for both columns on mobile */
    .cards-container.half-map-right .properties-list-wrap,
    .cards-container.half-map-left .properties-list-wrap,
    .cards-container.half-map-right .with-map,
    .cards-container.half-map-left .with-map {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}