/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.horizontal-ul {
    text-align: center;
}

.horizontal-ul ul {
    list-style: none;
    width: 100%;
}

.horizontal-ul ul li {
    display: inline-block;
    padding: 0px 8px;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
    color: var( --e-global-color-accent );
}

.horizontal-ul ul li a,.horizontal-ul ul li a:hover,.horizontal-ul ul li a:visited{
    color: var( --e-global-color-accent );
}

.horizontal-ul ul li a:hover{
    text-decoration: underline !important;
}

.horizontal-ul ul li:not(:last-child):after {
    content: "-";
    height: 1px;
    width: 3px;
    right: -8px;
    position: relative;
    color: #ddd;
}

.home .jet-range__slider, .jet-range-slider-hide .jet-range__slider {
    display: none;
}

.rank-math-breadcrumb{
    font-size: 14px;
}

.rank-math-breadcrumb p{
    margin-bottom: 0px;
}

.rank-math-breadcrumb .separator {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    width: 1em;
    /* height: 1em; */
    line-height: 1;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 0;
    vertical-align: middle;
}

.rank-math-breadcrumb .separator::before {
    content: "\f105";
    font-size: 14px;
    vertical-align: middle;
}

.similar-properties .post-thumbnail {
    max-height: 197px;
    object-position: center;
    object-fit: cover;
    object-position: center;
}

.single-property .elementor-slideshow__footer {
    display: none !important;
}

.similar-properties img.post-thumbnail__img.wp-post-image {
    height: 175px;
    object-fit: cover;
}

.jet-listing-not-found {
    margin: 30px auto 30px auto;
    width: 600px;
}

.wpml-ls-current-language {
    /* border: 1px solid #a1a1a1; */
    background: #e1e1e1;
}

.e-gallery-image, .elementor-gallery-item__overlay {
    cursor: pointer;
}

.single-post main ul {
    margin-bottom: 25px;
}

.single-post main h2, .single-post main h3, .single-post main h4, .single-post main h5 {
    margin-top: 35px;
}

.single-post main img {
    margin: 10px 0px 40px 0;
}

.call_to_action p {
    margin-top: 20px;
}

.call_to_action .wp-block-buttons {
    margin-bottom: 20px;
}
