/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 08:51:12 */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #f7f0eb; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
}

body {
  padding-top: 80px; /* regola questo valore in base all'altezza effettiva del menu */
}

.wp-block-post-featured-image{display:none!important;}
.entry-content .wp-block-post-featured-image{display:inherit!important;}
.solo-mobile {
    display: none!important;
}

@media (max-width: 768px) {
    .solo-mobile {
        display: block!important;
    }
}

.custom-margin-top{
	margin-top:40px;
}

.grecaptcha-badge{visibility:hidden;}


.textfield {
    display: block;
}
.textfield label {
    font-size: 16px;
}

.textfield input, .textfield textarea, .textfield select {
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding: 4px 8px;
    width: 100%;
    box-sizing: border-box;
}

.textfield input[type="submit"],
.textfield button[type="submit"] {
    background: #008c8c;
    color: #fff;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    display: block;
    cursor: pointer;
    padding: 10px 15px;
	width:100%;
}
.wpcf7 .wpcf7-submit:disabled{
	background: #aaa;
	color:#ccc;
}

/* Stile per la checkbox */
.checkbox-field input[type="checkbox"]{
    float: left;
    width:18px;
    height: 18px;
    margin-right: 5px;
    accent-color: #008c8c; 
    border-radius: 5px;
    cursor: pointer;
}
.checkbox-field small{
    display:block;
}
.checkbox-field span {
    margin:0!important;
} 


.category .entry-content{display:none!important;}
.single-post h1.wp-block-post-title + div.wp-block-group {display:none!important;}
.custom-hide{display:none!important;}

/* Bottone Tricolore */
.bottone-tricolore-italia .wp-block-button__link {
    background-color: #cccccc !important; /* Sfondo uniforme */
    color: #000 !important; /* Colore testo leggibile */
    border: none !important;
    padding-right: 2.5em !important; /* Spazio per la bandiera */
    position: relative;
    transition: all 0.3s ease;
}

.bottone-tricolore-italia .wp-block-button__link::after {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 12px;
    background: linear-gradient(to right, #008C45 33%, #F4F5F0 33% 66%, #CD212A 66%);
}

.bottone-tricolore-italia .wp-block-button__link:hover {
    opacity: 0.9;
}
.form-torneo{display:none;}

.givewp-donation-form-modal{margin-top:100px;}
.givewp-donation-form-modal__close{top:105px!important;}