/* blu zilio #007cba */

.post .fa-tags::before {
  display: none;
}

.elementor-35872 .elementor-element.elementor-element-0db7ffe .ekit_navsearch-button {
  line-height: 50px;
}

/* Nasconde il titolo automatico di Hello */
.page .entry-title {
   display: none !important;
}


#footer-zilio .elementskit-navbar-nav {
    display: block !important;
}

/* Menu verticale */
.menu-verticale {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-verticale li {
  margin-bottom: 12px;
}

.menu-verticale li:last-child {
  margin-bottom: 0;
}

.menu-verticale a {
  text-decoration: none;
  color: inherit;
  /*text-transform: uppercase;*/
  font-size: 14px;
  line-height: 14px;
  display: block;
}


/* Menu mobile - Hamburger */
@media (max-width: 1024px) {
  .elementskit-menu-close .elementskit-menu-hamburger-icon, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 2px !important;
  }
}


/* Bandierina Lingua menu mobile */
.cpel-switcher__nav .cpel-switcher__list {
  margin-top: 6px !important;
}

/* Titolo dei prodotti */
.page-content a {
  text-decoration: none;
}

/* disattiva i link a cat e tag */
.single-product .product_meta a {
    pointer-events: none;
    cursor: default;
}

/* pulsante mostra altro nei prodotti dell'outlet */
#load-more-products {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 0.7rem 1.5rem;
    border: none;
    cursor: pointer;
    
    transition: background-color 0.3s;
}

#load-more-products:hover {
    background-color: #007cba;
    color: #fff;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-bottom {
  display: none;
}

/* Stile per CF7 */
/* --- Layout base --- */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col-sm-6 {
  flex: 0 0 calc(50% - 10px);
}

.col-sm-12 {
  flex: 0 0 100%;
}

/* --- Mobile: una colonna sotto 768px --- */
@media (max-width: 768px) {
  .col-sm-6 {
    flex: 0 0 100%;
  }
}

/* --- Stile campi testo come nel vecchio tema (VARA) --- */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  font-family: 'Overpass', sans-serif;
  padding: 10px 12px;
  color: #7a7a7a;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.25s ease;
  box-shadow: none;
}

/* --- Focus con bordo completo --- */
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form textarea:focus {
  border: 1px solid #000;
  outline: none;
}

/* --- Textarea: 4 righe --- */
.wpcf7 form textarea {
  min-height: 4em !important;
  height: auto;
  resize: vertical;
}

/* --- Checkbox (acceptance) --- */
.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  line-height: 1.4;
}

.wpcf7 form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* --- Pulsante invia --- */
.wpcf7 form input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.25s ease;
  border-radius: 0;
}

.wpcf7 form input[type="submit"]:hover {
  background: #007cba;
  color: #fff;
}

/* Testo e link nell'acceptance */
.wpcf7 .wpcf7-list-item-label {
  font-family: 'Overpass', sans-serif;
  color: #000;
  font-weight: 400;
}

.wpcf7 .wpcf7-list-item-label a {
  color: #000;
  font-weight: 700; /* bold */
  text-decoration: none;
}

.wpcf7 .wpcf7-list-item-label a:hover {
  color: #007cba; /* il blu richiesto */
}

.wpcf7 .wpcf7-list-item-label {
  position: relative;
  top: 2px;
}


/* POPUP */
.wpb-gqf-form-style-true .wpcf7 form > p span, .wpb-gqf-form-style-true .wpcf7 form > div span {
  display: inline;
}

.wpb-gqf-form-style-true .wpcf7 form > p span, .wpb-gqf-form-style-true .wpcf7 form > div span {
  margin-top: 0px;
}

.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-large {
  padding: 14px 20px 12px;
}

.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-large:hover,
.wpb-get-a-quote-button-btn.wpb-get-a-quote-button-btn-large:focus {
  background-color: #007cba;
}

/* BLOG */
.post-grid-lazy img[src=""] {
    display: none;
}

#zilio-blog .post-grid * {
  font-family: 'Overpass', sans-serif;
}

#zilio-blog .titolo_post a {
	color: #000;
}

#zilio-blog .titolo_post a:hover {
	color: #007cba;
}

#zilio-blog .leggi_piu,
#zilio-blog .read-more {
	 color: #000;
}

#zilio-blog .leggi_piu:hover,
#zilio-blog .read-more:hover {
	 color: #fff;
}

/** Pagina Catalogo 3D Flipbook single-cataloghi.php  **/
/* HEADER FLEX: titolo + breadcrumb */
.catalogo-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 62px 300px; /* d asitemare al breakpoint 1200px per il mobile */
  box-sizing: border-box;
  margin-bottom: 30px;
  font-family: 'Overpass', sans-serif;
  max-width: 1300px;
  margin: auto;
}

/* Titolo */
.catalogo-header-flex .catalogo-title h1 {
    margin: 0;
    font-size: 2rem;
    font-family: 'Overpass', sans-serif;
}

/* Breadcrumb */
.catalogo-header-flex .catalogo-breadcrumb {
    text-align: right;
    font-family: 'Overpass', sans-serif;
}

/* Breadcrumb link */
.catalogo-header-flex .catalogo-breadcrumb a {
    color: #7a7a7a;
    text-decoration: none;
    position: relative;
		font-size: 15px;
		margin: 0 8px;
}

/* Hover e active */
.catalogo-header-flex .catalogo-breadcrumb a:hover {
    color: #007cba;
}

.catalogo-header-flex .catalogo-breadcrumb a:active {
    color: #111;
}

/* Separator pipe tra link (toglie >> e mette |) */
.catalogo-header-flex .catalogo-breadcrumb span.separator {
    color: #7a7a7a;
    margin: 0 5px;
}

/* CONTENITORE BOXED PER IL FLIPBOOK */
.catalogo-content-boxed .container-boxed {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


/**************/

.catalogo-header-flex {
  max-width: 100%;
  background-image: url("/wp-content/uploads/2020/08/seamless-pattern.svg");
}

.cataloghi-template-default .site-main {
	background-color: #e6e5df !important;
	max-width: 100% !important;
}

.catalogo-breadcrumb nav.breadcrumb a[href*="/cataloghi"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
}


/* RESPONSIVENESS */

@media (max-width: 1176px) and (min-width: 1025px) {
  .elementor-35792 .elementor-element.elementor-element-2c797a3 .elementskit-navbar-nav > li > a {
    font-size: 12px;
    padding: 0px 8px 0px 15px;
  }
}

@media (max-width: 1300px) {
  .zilio-page-header {
    padding: 16px;
  }
}

@media (max-width: 700px) {
  .zilio-page-header {
			display: block;
		}

	.zilio-ph-title {
			margin-bottom: 20px;
		}
}


/* Woocommerce */
.woocommerce div.product form.cart {
  display: none;
}

/**/
iframe[id^="cf-chl-widget"] {
  display: none !important;
}