/*
Theme Name:     SystemCo
Template:      	foxiz
Theme URI:      https://www.systemco.it
Author:         FullPress Agency
Author URI:     https://www.fullpressagency.it
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

/* === Header bianco nella homepage con Foxiz + Elementor (rimuove trasparenza automatica) === */
body.home .navbar-transparent,
body.home .header-main,
body.home .header-sticky {
    background-color: #ffffff !important;
    backdrop-filter: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

/* spazio sopra e sotto il logo */
.logo {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

/* nasconde recaptcha */
div.grecaptcha-badge {
  display: none !important;
}

/* CONTACT FORM 7 */
/* Form container */
.wpcf7 form {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}

/* Input e textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 18px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #6abf4b;
  outline: none;
}

/* Pulsante di invio */
.wpcf7 input[type="submit"] {
  background-color: #6abf4b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #5a9c3f;
}


/* descrizione cat/tax */
.taxonomy-description:not(.e-taxonomy-description) {
    max-width: 100%;
}
/* personalizza testo, esempio numeri della lista nel cerchio */
span.step {
  background: #dd3333;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; 
}

/* toglie margini al logo certificazione nel footer*/
.footer-col .w-sidebar {
    margin-bottom: 0px;
}

/* evita che il link del TOC e scheda tecnica cambi di colore quando è stato cliccato */
.rbtoc .toc-list a:visited,
.ruby-table-contents a:visited {
  color: inherit !important;
}