/*
Theme Name: Lisitmia - Child Theme
Theme URI: http://www.listimia.com
Author: AddictedToWeb
Description: Listimia is a modern and impressive listing directory theme, based on deep research on the most popular directory websites.
Template: listimia
Version: 1
License: GNU General Public License
Text Domain: listimia
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Listimia is based on UnderStrap https://understrap.com.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/
.custom-post-list {
    display: grid;
    gap: 20px;
}

.custom-post-item {
    display: flex;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
    transition: transform 0.3s;
}

.custom-post-item:hover {
    transform: scale(1.05);
}

.custom-post-thumbnail {
    margin-right: 15px;
}

.custom-post-title {
    font-size: 1.2em;
    margin: 0 0 10px;
}

.custom-post-excerpt {
    font-size: 0.9em;
    color: #666;
}

div.geodir-map-canvas .gm-style .gm-style-iw-c {
max-height: initial !important;
min-width: 300px !important;
}

div.geodir-map-canvas .gm-style .gm-style-iw-d {
max-height: initial !important;
}

.gm-style-iw-chr {
position: absolute !important;
}

