/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/*__ COMMON CSS __*/
p, .elementor-icon-box-title, .elementor-image-box-title {margin-top: 0;}
.elementor-widget-icon-box .elementor-icon-box-description a {
    color: #fff;
}
.elementor-headline {
    margin-top: 0;
    margin-bottom: 0;
}

/*__ HEADER __*/
@media only screen and (min-width: 1025px) {
  .hdr-menu .elementor-nav-menu > li:nth-last-child(-n+2) {
    display: none;
  }
}

/*__ START - ACCORDION __*/
.accordion-design .e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0 !important;
}
.accordion-design .e-n-accordion-item {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/*__ END - ACCORDION __*/

/*__ START - ICON LIST (Inner Hero) __*/
.glass-icon-list .elementor-icon-list-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 20px !important;
    border-radius: 8px;
    border-left: 4px solid var( --e-global-color-f0acdc9 );
}
@media only screen and (min-width: 981px) {
    .glass-icon-list .elementor-icon-list-item {
        padding: 15px 25px !important;
    }    
}
/*__ END - ICON LIST __*/

/*__ START - Service ON HOVER Effects (Buy & Sell page) __*/
.ohHover-serviceChild-effects > .serviceImage img {
    transition: transform 0.5s ease;
}
.ohHover-serviceChild-effects > .serviceContent::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(180deg, var( --e-global-color-accent ), var( --e-global-color-f0acdc9 ));
    border-radius: 16px 0 0 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ohHover-serviceChild-effects:hover > .serviceImage img {
    transform: scale(1.05);
}
.ohHover-serviceChild-effects:hover > .serviceContent::before {
    opacity: 1;
}
/*__ END - Service ON HOVER Effects __*/

/*__  IDX butoon CSS __*/
button.sidx-hotsheet-see-all-results {
    background: var(--e-global-color-accent) !important;
    color: var(--e-global-color-7c86915) !important;
    padding: 18px 40px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
	letter-spacing: 0.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}
button.sidx-hotsheet-see-all-results:hover {
	background: var( --e-global-color-a70eb5e ) !important;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px) !important;
}
.sidx-listing-heading h1 {
    text-transform: inherit !important;
    letter-spacing: 0 !important;
}

@media only screen and (max-width: 767px) {
button.sidx-hotsheet-see-all-results {
    font-size: 14px !important;
}
.sidx-container .sidx-small-screen .sidx-hotsheet form {
	width: 100% !important;
	}
}