/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/

/* 
.vehica-inventory-v1__map img[src*="maps.gstatic.com/mapfiles"] {
    background: var(--primary);
    bottom: 0;
    position: absolute;
    border-radius: 50%;
    max-height: 100%;
}

.vehica-inventory-v1__map canvas[draggable="false"] {
    display: none;
}

.vehica-inventory-v1__map div[role="button"][title] {
    overflow: visible !important;
    height: 37px !important;
}

.vehica-inventory-v1__map div[role="button"][title]:before {
    content: "";
    background: rgba(72, 118, 239, 0.5);
    height: 150%;
    width: 150%;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
    border: .5px solid var(--primary);
    border-radius: 50%;
} */

@media (max-width: 991px) {
    .elementor-24318 .elementor-element.elementor-element-e879b7f>.elementor-element-populated {
        padding: 0;
        margin: 20px;
    }
}

a.elementor-post__read-more {
    overflow: hidden;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    color: #fff;
    border: 0 solid transparent;
    box-shadow: none;
    cursor: pointer;
    min-height: 50px;
    padding: 16px 25px 16px 25px;
    vertical-align: top;
    border-radius: 10px;
    background-color: var(--primary);
    transition: all 0.2s ease-in-out;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    align-items: center;
    transform: translateZ(0);
    text-decoration: none;
}

span.elementor-post-date:before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    color: var(--primary);
    margin-right: 6px;
}

.elementor-posts .elementor-post {
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
    border: 1px solid #e7edf3;
    overflow: hidden;
    transition: all 0.2s ease;
}

.elementor-posts .elementor-post:hover {
    border-color: var(--primary);
}

.elementor-post__text {
    padding: 0 30px 20px;
}

.elementor-posts .elementor-post__meta-data {
    margin-top: 13px;
}

.vehica-posts--v2 .vehica-blog-card__image {
    height: auto;
    padding-bottom: calc(0.66* 100%);
}