/* 
Theme Name: Nav System Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Nav System Child is a child theme of Hello Elementor, created by Elementor team
Author: Nicola Piscaglia - The Space Team
Author URI: https://www.thespacesm.com
Template: nav-system
Version: 2.0.0
Text Domain: nav-system-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 */

/* The Space custom css */

/* PULSANTI */
#btn-green svg path {
    stroke: #fff !important;
}
#btn-green:hover svg path {
    stroke: #1D5859 !important;
}
#btn-white:hover svg path {
    stroke: #fff !important;
}

#btn-stampa-scheda-tecnica button.ts-print-button {
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 10px 30px 15px 30px;
}

#btn-stampa-scheda-tecnica button.ts-print-button:hover {
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 30px #333;
    border: 2px solid #333;
	transition: 0,3s;
}

#btn-stampa-scheda-tecnica button#ts-print-tech-sheet:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/06/Icon-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 5px !important;
}

#btn-stampa-scheda-tecnica button#ts-print-tech-sheet:hover:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2025/06/Icon-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 5px !important;
}

/* Menu */
#menu-btn .elementor-button-icon svg {
    width: 24px !important;
    position: relative;
    bottom: 2px;
}

.elementor-item.has-submenu {
    border-bottom: 1px solid #ffffff42;
    width: 200px;
}

#menu-principale .elementor-nav-menu ul {
    display: block;
}

#menu-principale .sub-menu {
    margin-bottom: 5px !important;
}

#menu-principale .sub-menu li a,
#menu-principale .sub-menu li a:hover {
    font-size: 15px !important;
    line-height: 12px;
    padding-left: 15px !important;
}

/* HOMEPAGE - PORTFOLIO */
#portfolio-home .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) {
  padding-top: 0px !important;
}
#portfolio-home .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(2) {
  padding-top: 100px !important;
}
#portfolio-home .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(3) {
  padding-top: 200px !important;
}
#portfolio-home .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(4) {
  padding-top: 300px !important;
}

/* Stile personalizzato del numero */
#portfolio-home h1.elementor-heading-title.elementor-size-default span {
    font-size: 22px !important;
    font-weight: 400 !important;
    font-family: 'Noto Sans', sans-serif;
}

/* SCHEDA PRODOTTO 1*/

/* Blocco certificazioni*/
.ts-certifications__title h2 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans' !important;
    margin-top: 5px;
	margin-bottom: 3px;
}

.ts-certifications__text-list {
	font-size: 16px;
    font-weight: 300;
    font-family: 'Noto Sans' !important;
}

#immagine-gallery .ts-product-gallery-measure-images img {
    max-width: 100% !important;
}

.ts-configurator-disclaimer p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea,
tr.row-1 {
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    background-color: #fff !important;
    color: #000 !important;
}

table#tablepress-74 tr, table#tablepress-74 th, table#tablepress-74 td {
    background-color: white !important;
    border: 0px solid !important;
    border-bottom: 1px solid black !important;
}

table.ts-capacity-table tr, table.ts-capacity-table th, table.ts-capacity-table td {
	background-color: white !important;
    border: 0px solid !important;
    border-bottom: 1px solid black !important;
}

.ts-table-facings tr, .ts-table-facings td, .ts-table-facings th {
	background-color: white !important;
    border: 0px solid !important;
    border-bottom: 1px solid black !important;
}


.single-product table td,.single-product table th,.single-product table tr {
	background-color: white !important;
    border: 0px solid !important;
    border-bottom: 1px solid black !important;
}

.single-product table tr th, 
.single-product table tr td {
	background-color:white !important;
    border: 0px solid !important;
}

table caption+thead tr:first-child th {
    border-block-start: 0px !important;
}

label {
    padding-bottom: 5px;
    color: black;
}

/*
#ts-table-configurator-form .form-group {
    width: 45%;
    float: left;
    margin: 1%;
}

#ts-table-configurator-form .form-group:last-child {
    float: none;
}
*/

div#ts-configurator-results {
    padding: 2%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 13px #c8c8c8;
    margin-top: 60px !important;
}

div#ts-configurator-disclaimer {
    float: inline-start;
    margin-top: 40px !important;
    background-color: #1d58590d;
    padding: 20px;
    border-radius: 20px;
}

#finiture-interne-img img.ts-finish-image {
	max-height:120px !important;
}

div#dettaglio-prodotti h4 {
    font-size: 20px;
    padding-top: 10px;
}

.ts-product-gallery-measure-images img {
    margin-bottom: 30px;
}

.ts-configurator-disclaimer p {
    font-weight: 300 !important;
    font-size: 16px !important;
}

/*
img.ts-finish-image {
    max-width: 500px;
    border-radius: 30px;
}
*/

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #fff;
    padding: 15px;
}

/* Testo secondario PUR/PIR 
.ts-product-detail-text-container {
    display: flex;
    gap: 2%;
}
.ts-product-detail-text-container .ts-detail-text {
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    padding: 15px;
}

.ts-product-detail-text-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ts-detail-text {
    flex: 1 1 30%;
    box-sizing: border-box;
	border: 1px solid #e9e9e9;
    border-radius: 20px;
    padding: 15px;
}
*/

.testo-pur-pir p {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.testo-pur-pir h4 {
    font-size: 16px !important;
    margin-bottom:0px !important;
}

/* Customizzazione tabelle righe e colonne */
#tabella-personalizzata .ts-table-configurator-container table th {
    background-color: rgb(255 255 255) !important;
}

#tabella-personalizzata .ts-capacity-table th,
#tabella-personalizzata .ts-capacity-table td {
    border-left: 0px !important;
    border-right: 0px !important;
}

#tabella-personalizzata table tbody>tr:nth-child(odd)>td, 
#tabella-personalizzata table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.ts-table-capacity-data {
    padding-top: 50px;
    border-left: 0px !important;
    border-right: 0px !important;
}

.ts-table-capacity-data thead th {
    border: 0px !important;
}

.ts-table-facings td, .ts-table-facings th {
    border-left: 0px !important;
    border-right: 0px !important;
}


table.ts-capacity-header-table thead th {
    border-bottom: 1px solid #000 !important;
}

.ts-table-configurator-container table td,
.ts-table-configurator-container table th {
	text-align:left !important;
}

table.ts-capacity-header-table th {
    text-align: center !important;
    font-size: 20px;
}

.ts-capacity-table thead,
.ts-capacity-table tr {
    border-bottom: 1px solid black;
}

/* Tabella table facings: parametro esterno, interno */
.ts-table-facings {
    max-width: max-content;
}

.ts-table-facings td {
    padding: 10px 0px !important;
}

.ts-table-facings th {
    padding: 10px 50px 10px 0px !important;
}

/* Tabella compilata */
@media only screen and (min-width: 1800px) {
div#ts-configurator-results,
div#ts-configurator-disclaimer {
    width: 1520px;
    float: right;
}
}

@media (max-width: 1799px) and (min-width: 1500px) {
div#ts-configurator-results,
div#ts-configurator-disclaimer {
    width: 1360px;
    float: right;
}
}

.ts-table-configurator-container .ts-table-result {
    margin-bottom: 100px !important;
}
/* Fine custom css tabelle */


/* Disclaimer sotto tabella */
.ts-configurator-disclaimer p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-transform: lowercase;
}

.ts-configurator-disclaimer p::first-letter {
    text-transform: capitalize;
}

.ts-configurator-disclaimer a {
    background-color: #1D5859;
    color: white;
    padding: 2px 10px;
    border-radius: 30px;
	border: 2px solid #1D5859;
    font-size: 17px;
}

.ts-configurator-disclaimer a:hover {
    background-color: #fff;
    color: #1D5859;
	border: 2px solid #1D5859;
	transition:0.3s;
}

span.label-dimensioni {
    font-weight: normal;
    font-size: 16px;
	font-family: 'Noto Sans';
}

div#dimensioni {
    font-size: 15px;
}

/* Sezione garanzia 30 anni */
span.\33 0-anni-garanzia {
    font-size: 40px;
	color: #1d5859;
}
.garanzia-prodotto br {
    display: none !important;
}

/*
span.testo-garanzia {
    font-size: 20px;
    position: relative;
    bottom: 10px;
}
*/
span.testo-garanzia-latointerno {
    font-size: 20px;
    position: relative;
    top: 10px;
}
.garanzia-prodotto {
    border: 2px solid #ececec;
    padding: 0px 10px;
}

.garanzia-prodotto {
    position: fixed;
    right: -5px;
    top: 200px;
    background-color: white;
	z-index:99;
	height: AUTO;
    padding: 10px;

}

span.testo-garanzia {
    font-size: 15px;
    max-width: 70px;
    display: block;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    bottom: 12px;
}

span.testo-garanzia-latointerno {
    font-size: 15px;
    max-width: 70px;
    display: block;
    font-weight: 600;
    line-height: 15px;
}

.garanzia-prodotto img {
    width: 100px;
	display: block;
}

/* Template prodotto Uiniko*/
span.testo-cam {
    max-width: 90px !important;
    display: block;
    font-size: 14px;
    color: #085508;
    font-weight: 600;
    line-height: 16px;
}

#uniko-cam .garanzia-prodotto {
    padding: 10px;
}

.ts-product-table-item h4 {
    display: none;
}

#gallery-uniko-flex.ts-product-gallery-measure-images {
    display: flex;
}

#gallery-uniko-flex .ts-product-gallery-measure-images img {
    width: 49%;
}

/* Logo FM */
.certification-image {
    background-color: white;
    border-radius: 10px;
    padding: 0px 10px;
    margin-top: 10px;
	z-index:99;
}

/* Nascondi messaggio nessuna gallery*/
.messaggio-nessuna-gallery {
	display:none !important;
}

/* PAGINA COMPANY*/
.nome-staff {
	font-size: 45px;
}

/* CATEGORIA PRODOTTI TTVIEW */
/* Nascondi sezione prodotto 
.product_cat-ttview .woocommerce-product-gallery,
.product_cat-ttview .summary.entry-summary,
.product_cat-ttview .woocommerce-breadcrumb, 
.product_cat-ttview .tabs.wc-tabs {
    display: none !important;
}

body.single-product.product_cat-ttview .product .summary,
body.single-product.product_cat-ttview .product .woocommerce-tabs,
body.single-product.product_cat-ttview .product .related {
    display: none !important;
}

.product_cat-ttview {
    margin-top: -82px;
}
*/

/* Pagina TT view collections */
.ttview-preview:hover {
    opacity: 0.7;
    transition: 0.3s;
}
span.registrato {
    font-size: 25px;
    position: relative;
    bottom: 15px;
	font-weight: 600;
}

span.registrato-small {
    font-size: 18px;
    position: relative;
    bottom: 10px;
}

/* MENU LATERALE */
.sub-menu li a,
.sub-menu li a:hover {
    font-size: 16px !important;
    line-height: 15px;
}

/* Pagina catalogo prodotti */
#search .e-search-input {
    background-color: white !important;
    color: black !important;
}

/* Pagina TTMask */
#slider-ttmask .swiper-slide-inner {
    max-height: 1000px !important;
}

/* Pagina Modulo design */
#modulo-deisgn-slide .swiper-slide.swiper-slide-prev.swiper-slide-duplicate-next {
    height: 900px !important;
    width: 100% !important;
}

/*Pagine Lavora con noi */

/*Form*/
/* ===== Base CF7 layout ===== */
.wpcf7 form .cf7-grid { display: grid; gap: 16px; }        /* spaziatura tra righe */
.wpcf7 form .form-row { display: grid; gap: 16px; }        /* spaziatura tra colonne */
.wpcf7 form .form-row.two-cols { grid-template-columns: 1fr 1fr; }
.wpcf7 form .form-row.one-col { grid-template-columns: 1fr; }

.wpcf7 form .form-row .col label { display: block; margin-bottom: 6px; font-weight: 600; }
.wpcf7 form .form-row .col .wpcf7-form-control {
  width: 100%; box-sizing: border-box; padding: 10px 12px;
  border: 1px solid #d5d5d5; border-radius: 6px; background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.wpcf7 form .form-row .col .wpcf7-form-control:focus {
  outline: none; border-color: #6b7cff; box-shadow: 0 0 0 3px rgba(107,124,255,.15);
}

/* Submit */
.wpcf7 form .form-row.actions { display: flex; justify-content: flex-start; }
.wpcf7 form .form-row.actions .wpcf7-submit {
  padding: 12px 18px; border: 0; border-radius: 6px;
  background: #111827; color: #fff; font-weight: 600; cursor: pointer;
}
.wpcf7 form .form-row.actions .wpcf7-submit:hover { filter: brightness(1.05); }

/* Asterisco obbligatorio e messaggi */
.wpcf7 form .req { color: #d60000; margin-left: 4px; }
.wpcf7 form .wpcf7-notices, .wpcf7-response-output { margin-top: 8px; }
.wpcf7-not-valid-tip { font-size: .875rem; color: #b42318; margin-top: 6px; }
.wpcf7 form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #b42318; box-shadow: 0 0 0 3px rgba(180,35,24,.12);
}

/* Responsive colonne base */
@media (max-width: 768px) { .wpcf7 form .form-row.two-cols { grid-template-columns: 1fr; } 
	.wpcf7 form .form-row .col .wpcf7-form-control {
	 width: 90%; box-sizing: border-box; padding: 10px 12px;
	}
	.form-row.one-col.ricerca {
    width: 90%;
	}
}

/* Piccola pulizia */
.cf7-grid .col br { display: none; }

/* ===== Job list (checkbox stile card a 3 colonne) ===== */

/* Wrapper gruppo checkbox */
.jobcheck.wpcf7-form-control.wpcf7-checkbox { display: grid; gap: 16px; }

/* Card singola */
.jobcheck .wpcf7-list-item { margin: 0; }
.jobcheck .wpcf7-list-item label{
  display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 24px;
  padding: 16px 18px 16px 46px;
  border: 1px solid #d9e3dc; border-radius: 10px; background: #fff;
  position: relative; cursor: pointer;
}

/* Checkbox nativa (cliccabile ma invisibile) */
.jobcheck .wpcf7-list-item input[type="checkbox"]{
  position: absolute; inset-inline-start: 14px; top: 20px;
  width: 18px; height: 18px; opacity: 0; z-index: 2;
}

/* Checkbox custom */
.jobcheck .wpcf7-list-item label::before{
  content: ''; position: absolute; inset-inline-start: 11px; top: 20px;
  width: 20px; height: 20px; border: 2px solid #2d6a4f; border-radius: 4px; background: #fff;
}
.jobcheck .wpcf7-list-item input[type="checkbox"]:checked + .jobline::after{
  content: ''; position: absolute; inset-inline-start: 18px; top: 24px;
  width: 6px; height: 12px; border-right: 3px solid #2d6a4f; border-bottom: 3px solid #2d6a4f;
  transform: rotate(45deg);
}

/* Contenuti delle tre colonne */
.jobcheck .jobline { display: contents; }                  /* usa il grid del label */
.jobcheck .jobline .col { font-size: 15px; line-height: 1.4; }
.jobcheck .jobline .col strong { display: block; color: #555; margin-bottom: 4px; }

/* Hover/Focus */
.jobcheck .wpcf7-list-item label:hover { box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.jobcheck .wpcf7-list-item input[type="checkbox"]:focus + .jobline {
  outline: 2px solid rgba(45,106,79,.25); outline-offset: 4px;
}

/* Responsive job list */
@media (max-width: 768px){ .jobcheck .wpcf7-list-item label{ grid-template-columns: 1fr; } }

/* Titolo sezioni ricerca */
.ricerca label { font-size: 30px; font-weight: 500; margin-bottom: 0 !important; }
.form-row.one-col.ricerca { margin-top: 30px; }

input#nome,
input#cognome, 
input#email, 
input#telefono {
    background-color: white !important;
    border: 0px !important;
    border-bottom: 1px solid gray !important;
    border-radius: 0px !important;
}


textarea#presentazione {
    background-color: white !important;
    border-radius: 20px !important;
    border: 1px solid gray;
    margin-top: 30px;
}

.wpcf7 form .form-row .col label {
    display: block;
    margin-bottom: 0px;
    font-weight: 300;
}

.form-row.one-col.cv p {
    display: flex;
    gap: 10px;
}

.form-row.one-col.ricerca span.val.loc,
.form-row.one-col.ricerca span.val.area,
.form-row.one-col.ricerca span.val.role {
	font-weight:300 !important;
}

.form-row.one-col.cv label {
    line-height: 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #1D5859;
    color: white !important;
    border: 2px solid #1D5859 !important;
    font-size: 28px;
    border-radius: 30px;
    padding: 5px 100px;
    font-family: 'Noto Sans' !important;
}

.policy {
    font-size: 14px;
    font-weight: 300;
}

textarea#presentazione {
    height: 200px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: white;
    color: #1D5859 !important;
    border: 2px solid #1D5859 !important;
    transition: 0.3s;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    text-align: center;
    color: white;
    font-size: 20px;
    border-radius: 10PX;
    font-weight: 400;
}

/* Pagina mission*/

@media (min-width: 1024px){
	div#mission-punti-title {
		height: 80px;
	}
	div#mission-punti-text {
		height: 100px;
	}
}

/* Pagine archivio categorie prodotti */

/* Sezione filtri e categorie archivio prodotti*/

button#reset-cat-filter {
     background-color: #e1e1e1;
    border: 2px solid #e1e1e1;
    border-radius: 30px;
    color: #343434;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 15px;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

button#reset-cat-filter:hover {
	background-color: #1d5859;
	color: #fff;
	border-color: #1d5859;
	transition:0.3s;
}

/* Pulsante tutte le categorie*/
.all-cat-top-wrapper a {
    padding: 5px 10px;
    margin: 0px 10px 0px 0px;
    border-radius: 30px;
    border: 2px solid #1d585924;
    color: black;
    font-size: 15px;
	margin-bottom: 5px !important;
    display: block;
    width: max-content;
}

.all-cat-top-wrapper a:hover {
    background-color: #1d5859;
    color: white;
    transition: 0.3s;
}

#filtro-categorie span.link-categoria,
#filtro-categorie span.filtra-sottocategorie {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

#filtro-categorie span.filtra-sottocategorie {
    margin-top: 30px;
}

#subcat-ajax-filter p.cat-filter-list a {
    padding: 5px 10px;
    margin: 0px 15px 0px 0px;
    border-radius: 30px;
    border: 2px solid #1d585924;
    color: black;
    font-size: 15px;
	line-height:20px !important;
}

.top-cat-links p.cat-filter-list a {
    padding: 5px 10px;
    margin: 0px 5px 0px 0px;
    border-radius: 30px;
    border: 2px solid #1d585924;
    color: black;
    font-size: 15px;
    white-space: nowrap;
    line-height: 25px;
}

.top-cat-links p.cat-filter-list a:hover,
.top-cat-link.active,
#subcat-ajax-filter p.cat-filter-list a:hover,
#subcat-ajax-filter p.cat-filter-list a:active {
	background-color:#1d5859;
	color: white;
	transition:0.3s;
}

p.cat-filter-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px;
}

.top-cat-link.active {color:white !important;}

#filtro-categorie .cat-filter-link.active-cat {
    background-color: #1d5859;
    color: #FFF; /* Colore evidenziato */
}

.woocommerce-shop .elementor-products-grid ul.products.elementor-grid {
    display: flex !important;
    flex-direction: row;
}

.woocommerce-shop li.product-category a {
    color: black !important;
    border: 2px solid #1d585924 !important;
    display: block;
    border-radius: 30px;
    padding: 2px 10px;
}

.woocommerce-shop li.product-category a:hover {
    color: white !important;
    background-color:#1d5859;
	transition: 0.3s;
}

.woocommerce-shop h2.woocommerce-loop-category__title {
    font-size: 16px !important;
    font-weight: 400;
}

/* Sezione filtri e categorie */
p.cat-filter-list {
    line-height: 50px;
}

/* Pagina cataloghi */
#cataloghi-pdf img:hover {
	opacity:0.9;
	transition:0.3s;
}

/* Pagina prodotti UNIKO */

p.titoletto-uniko {
    font-size: 18px;
    font-weight: 400;
}


/* Schede prdootto personalizzate custom */
/* Descrizione a larghezza piena*/
.postid-283 div#col-descrizione,
.postid-279 div#col-descrizione,
.postid-281 div#col-descrizione,
.postid-285 div#col-descrizione,
.postid-287 div#col-descrizione,
.postid-291 div#col-descrizione,
.postid-243 div#col-descrizione, 
.postid-241 div#col-descrizione {
    width: 100% !important;
}

/* Scheda prodotto sezione prodotti correlati */
.ts-related-container {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
}
.ts-related-container .ts-related-item img {
    max-height: 150px;
    width: auto !important;
}
.ts-related-item h3 {
    font-size: 17px;
    font-weight: 300;
    color: black;
}

/* Thermo curvo G5 - G6 - G9 */
.postid-297 #finiture-interne-img img.ts-finish-image {
    width: 300px !important;
    max-width: 300px !important;
}

/* Immagine certificazione */
.certification-image {
    max-width: 130px;
}

/* PERSONALIZZAZIONI DIMENSIONI IMMAGINI SECONDARIE PRODOTTI */
.postid-103 div#immagine-secondaria-pdf, /* Frost */
.postid-105 div#immagine-secondaria-pdf, /* Frost1 FM*/
.postid-39 div#immagine-secondaria-pdf, /* rain-5-s-garden-iron-tpo-pvc/ */
.postid-77 div#immagine-secondaria-pdf, /* ttack */
.postid-83 div#immagine-secondaria-pdf, /* wind s farm */
.postid-81 div#immagine-secondaria-pdf {  /* wind s mono */
    width: 100%;
}

@media only screen and (min-width: 768px) {
	.postid-103 #finiture-interne-img img.ts-finish-image, 
	.postid-105 #finiture-interne-img img.ts-finish-image { 
		width: 750px !important;
		max-width: 750px !important;
	}
}


/* Finiture interne generale prima era 500px
#finiture-interne-img img.ts-finish-image {
    width: 700px !important;
    max-width: 700px !important;
}
*/

/****** MEDIA QUERY MOBILE E TABLET ***********/
/* Menu */
@media only screen and (max-width: 767px) {
	.gtranslate_wrapper img {
    width: 30px;
    margin-right: 10px !important;
	}
	.elementor-nav-menu__container .sub-menu li a {
    padding-left: 5% !important;
    font-size: 14px !important;
    line-height: 13px !important;
	}
	
	/* Catalogo prodotti filtri categorie*/
	#filtro-categorie p.cat-filter-list {
    display: inline-block;
	}
	#filtro-categorie a.top-cat-link.all-cat-link {
    width: 100% !important;
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px !important;
	}
	#filtro-categorie a.top-cat-link {
    width: auto;
    display: block;
    float: left !important;
    line-height: 30px;
	}
	#filtro-categorie .top-cat-links p.cat-filter-list a {
    padding: 0px 10px;
    margin: 0px 5px 10px 0px;
    border-radius: 30px;
    border: 2px solid #1d585924;
    color: black;
    font-size: 14px;
	}
	#subcat-ajax-filter span.filtra-sottocategorie {
    margin-top: 0px;
	}
	#subcat-ajax-filter a.cat-filter-link {
    display: block;
    float: left;
	}
	#subcat-ajax-filter p.cat-filter-list a {
    padding: 0px 5px;
    margin: 0px 15px 10px 0px;
    border-radius: 30px;
    border: 2px solid #1d585924;
    color: black;
    font-size: 13px;
    line-height: 25px;
	}
	/* Scheda prodotto*/
	.ts-product-banner-inside {
    padding: 0px 5px;
	}
	.ts-product-banner__text {
    font-size: 15px !important;
	}
	/* Nascondi sezioni vuote*/
	.is-empty-hidden { 
		display: none !important; 
	}
	
	/*Tabelle scheda prodotto */
	.single-product .ts-product-tables-container,
	table.ts-capacity-table {
    overflow-x: scroll !important;
	}
	
	.single-product div#ts-configurator-results {
    box-shadow: none !important;
	padding:0px !important;
	}
	
	.single-product .ts-table-result-1 h3 {
    font-size: 20px;
	}
	
	.single-product .ts-table-capacity-data {
    font-size: 15px;
	}
	
	.single-product table.ts-capacity-header-table th {
    font-size: 16px !important;
    font-weight: 600;
    text-align: left !important;
	}
	
	.single-product .ts-table-capacity-data {
    overflow-x: scroll !important;
	}
	
	.single-product div#ts-configurator-disclaimer {
    margin: 30px 0px !important;
	}
	
	.single-product .ts-table-configurator-container .ts-table-result {
    margin-bottom: 20px !important;
	}
	
	.single-product .ts-table-diagram img {
    max-width: 200px;
	}
	
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea,
tr.row-1 {
    border: 1px solid #4444 !important;
    border-radius: 5px;
    padding: 5px !important;
}
	
	form#ts-table-configurator-form {
    font-size: 14px;
    font-weight: 300;
	}
	
	.select-wrapper {
    font-size: 16px;
    font-weight: 300;
	}
/* Search */
	input#search-60d8744 {
    padding-left: 12% !important;
}
/*Form careers */
	.page-id-1800 .cf7-grid {
    max-width: 320px !important;
    overflow: hidden;
}
	.page-id-1800 input#cv_field {
    font-size: 14px;
}
	.page-id-1800  .form-row.one-col.cv p {
    display: block;
}
}

/* Pagina form richiesta info */
	.page-id-8422 span.wpcf7-form-control-wrap span,
	.page-id-8422 span.wpcf7-form-control-wrap span a {
    color: white !important;
}

.page-id-8422  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #1D5859;
    color: white !important;
    border: 2px solid #ffffff !important;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px 100px;
    font-family: 'Noto Sans' !important;
}

/* Lamiera block e lamiera ACE gallery*/
@media only screen and (min-width: 1024px) {
	#lamiera-block-gallery,
	#lamiera-ace-gallery {
		margin-top:-100px !important;
	}
}

/* Testo leggi di più homepage mobile*/
@media only screen and (max-width: 767px) {
.readmore summary { cursor: pointer; font-weight: 600; list-style: none; }
.readmore summary::-webkit-details-marker { display: none; } /* nasconde la freccia default */
	
.readmore-content p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.readmore .less { display: none; }
.readmore[open] .more { display: none; }
.readmore[open] .less { display: inline; }

/* opzionale: transizione dell’area contenuto */
.readmore-content { transition: opacity .2s ease; }
.readmore[open] .readmore-content { opacity: 1; }	
}
.readmore summary {
    cursor: pointer;
    font-weight: 400 !important;
    list-style: none;
    font-style: italic;
    padding-bottom: 10px;
    position: relative;
    bottom: 15px;
    text-decoration: underline;
    font-size: 14px !important;
}
}

/* ============================================
   FILTRO CATEGORIE RESPONSIVE
   ============================================ */

/* --- Desktop: mostra pulsanti, nascondi select --- */
.desktop-cat-filter {
    display: block;
}

.mobile-cat-filter {
    display: none;
}

.desktop-subcat-filter {
    display: block;
}

.mobile-subcat-filter {
    display: none;
}

/* --- Stile select per mobile --- */
.mobile-cat-select,
.mobile-subcat-select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.mobile-cat-select:focus,
.mobile-subcat-select:focus {
    outline: none;
    border-color: #0073aa;
}

/* --- Mobile: nascondi pulsanti, mostra select --- */
@media (max-width: 768px) {
    .desktop-cat-filter {
        display: none;
    }
    
    .mobile-cat-filter {
        display: block;
        margin-top: 15px;
    }
    
    .desktop-subcat-filter {
        display: none;
    }
    
    .mobile-subcat-filter {
        display: block;
        margin: 15px 0;
    }
    
    /* Pulsante reset più leggero su mobile */
    .cat-filter-reset {
        width: 100%;
        padding: 12px;
        margin-top: 15px;
        font-size: 15px;
    }
    
    /* Label più piccole su mobile */
    .link-categoria,
    .filtra-sottocategorie {
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }
	
	p.cat-filter-list.desktop-subcat-filter {
    	display: none !important;
	}
	#filtro-categorie span.link-categoria, #filtro-categorie span.filtra-sottocategorie {
    	margin-bottom: 0PX;
	}
	.mobile-cat-filter,
	.mobile-subcat-filter {
        display: block;
        margin-top: 5px;
    }
	
	/* Search */
	.e-search-results .elementor-widget-theme-post-featured-image.elementor-widget-image{
		margin-top:40px !important;
	}
}

/* --- Stile migliorato per il filtro --- */
#subcat-ajax-filter {
    margin: 20px 0;
}

.filtra-sottocategorie {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/* --- Responsive extra per tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
    /* Su tablet mantieni i pulsanti ma riduci lo spazio */
    .cat-filter-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .top-cat-link,
    .cat-filter-link {
        font-size: 14px;
        padding: 8px 14px;
    }

}

/* Portfolio */

.postid-9051 div#\#gallery1:before {
    content: '1. Fasi inziali del progetto';
	    font-size: 30px;
    margin-bottom: 10px !important;
    display: block;
}

.postid-9051 div#\#gallery2:before {
    content: '2. Progetto completato';
	    font-size: 30px;
    margin-bottom: 10px !important;
	margin-top:20px;
    display: block;
}