/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1705681107
Updated: 2024-01-19 16:18:27

*/


/* Villas */

.villa_table th,
.villa_table td {
    padding: 10px 20px 10px 0px;
    background-color: white !important;
    border: none;
    border-width: 0px;
}

.villa_table table {
    /* width: min-content; */
}

.property-table.table p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.villa_table img.p_icon {
    height: auto;
    max-height: 20px;
    width: auto;
    max-width: 24px;
    margin-right: 15px;
}

.pill-menu a {
    border: 1px solid black;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.pill-menu a:hover,
.pill-menu a.elementor-item-active {
    border-color: #1371A0;
}