/*
Theme Name: MyHome Child
Theme URI: https://tangiblewp.com/myhome
Author: TangibleWP
Author URI: https://tangiblewp.com
Description: MyHome
Template: myhome
Version: 1.0.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: myhome
*/

/* # ELEMENTI COMUNI
 * # RICERCA
 * # PAGINA SINGOLO IMMOBILE
 * # BLOG 
 * # CONTATTI 
 * # AREA RISERVATA 
 * # MEDIA QUERIES 
 * */

/* # ELEMENTI COMUNI */
/* Se l'annuncio contiene un'immagine con alt che inizia per "Protetto" */
div:has(img[alt^="Protetto"]) .myhome-image-placeholder {
    background-color: #024388 !important;
    background-image:     radial-gradient(circle, #879ac3 0%, #024388 80%, #024388 100%) !important
} 

/* Nascondi l'icona SVG standard solo nei protetti */
div:has(img[alt^="Protetto"]) .myhome-image-placeholder__icon svg {
    display: none !important;
}

/* Inserisci la tua PNG personalizzata */
div:has(img[alt^="Protetto"]) .myhome-image-placeholder__icon {
    width: 70px !important;
    height: 70px !important;
    background-image: url('https://urbis.rufinelli.dev/wp-content/uploads/urbis-pittogramma.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

/* Modifica il testo solo nei protetti */
div:has(img[alt^="Protetto"]) .myhome-image-placeholder__text {
	visibility: hidden;
}

div:has(img[alt^="Protetto"]) .myhome-image-placeholder__text::after {
    content: "Luxury & Business";
	color: #879ac3;
	visibility: visible;
	display: block;
	margin-top: -20px;
}

/* # RICERCA */
.myhome-listing-card__icon-label {
	z-index: 99;
}

/* # PAGINA SINGOLO IMMOBILE */
.wp-singular.myhome_listing-template-default.single.single-myhome_listing .myhome-contact-user-box__header,
.wp-singular.myhome_listing-template-default.single.single-myhome_listing .myhome-contact-user-box__form::before {
	display: none;
}

/* # BLOG */

.elementor.elementor-6062 .myhome-blog-post-card-v5__image {
	display: none;
}

/* # CONTATTI */
.feather.feather-map-pin,
.icon-phone svg,
.feather.feather-mail {
	stroke: #024586;
}

/* # AREA RISERVATA */

body.post-password-required {
    background-color: #f8f9fa !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh !important;
}

.my-modulo-password p {
	color: #666;
}
.my-modulo-password p:last-child {
	margin-top: 15px;
}
.my-modulo-password input[type=password] {
	border: 1px solid #eee;
}
.my-modulo-password input[type="submit"]{
	background: var(--e-global-color-lprimary1);
	color: #fff;
	padding: 5px 8px;
}

/* # MEDIA QUERIES */
@media (max-width: 767px) {
	.elementor-6062 .elementor-element.elementor-element-66d92c8a > .elementor-widget-container {
		margin: 0px 0px 0px 0px !important;
	}
}
@media (max-width: 361px) {
	.myhome-phone,
	.myhome-small-data__value,
	.myhome-email {
		font-size: 14px;
	}
}