/* ===================================================================================

* Theme Name: Bhume Child
* Theme URI: https://wp.themepure.net/bhume/
* Author: Theme_Pure
* Author URI: https://themeforest.net/user/theme_pure/
* Description: Bhume - Real Estate WordPress Theme
* Version: 1.0.0
* Template: bhume
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.page-id-1016 #bhume-search-form .tp-hero-2-tab-box {
    width: fit-content !important;
    max-width: 100%;
}

.tp-hero-tab-select .nice-select .option {
    font-size: 16px;
    min-height: 26px;
    font-weight: 500;
    line-height: 19px;
    padding: 9px 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page-id-1016 #bhume-search-form .tp-hero-tab-input {
    flex-grow: 1;
    width: 100%;
}
.page-id-1016 #bhume-search-form .tp-hero-tab-input input {
    width: 100%;
}

.page-id-1016 #bhume-search-form .tp-hero-2-tab-box {
    width: 100%; /* O imposta una larghezza fissa es. 800px */
    max-width: 100%;
}
.page-id-1016 #bhume-search-form  .tp-hero-tab-input input {
    max-width: 370px;
}

.tp-prp-dtl-area {
    background-attachment: fixed !important;
    background-size: cover !important;
	    padding-bottom: 50px;
}
.tp-property-details-slider-thumb img {
  width: 100%;
  height: auto;
}

#wpadminbar #wp-admin-bar-site-name a.ab-item img
{
    display: none;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
}

.offcanvas__logo{
	    width: 150px !important;
	
}



.elementor-widget-tp-feature-box .tp-feature-2-item-content {
    padding: 0 !important;
}
.elementor-widget-tp-feature-box .tp-feature-2-item-heading {
    margin-bottom: 0px !important;
	}
.wpcf7-select{
	height: 60px;
    resize: none;
    padding-left: 25px;
border: 1px solid #E6E6E6;
    background-color: transparent;
	width: 100%;
	color: #787878;
}

/* Contenitore elenco immobili */
.ere-property.property-grid.columns-2 {
    position: relative;
}

/* Divider verticale tra le due colonne (solo da tablet in su) */
@media (min-width: 768px) {
    .ere-property.property-grid.columns-2::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;                 /* spessore linea */
        background: #E5E7EB;        /* colore divider (grigino chiaro) */
        pointer-events: none;
    }

    /* un po' di respiro ai lati del divider */
    .ere-property.property-grid.columns-2 .ere-item-wrap {
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }
}
