/*!
Theme Name: APG23 - Tema personalizzato
Description: Tema personalizzato
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License URI: LICENSE
Text Domain: Custom Template
*/


/* ALLINEA TITOLO BLOCCHETTO A SINISTRA*/
.titolo_a_sx .BlocchettiTitleContainer{
	text-align: left !important;
}

/* AGGIUNGI UNDERLINE */
.underline{
	text-decoration: underline !important;
}

/* CSS LINKS */
.BodyText p a{
	color: #215C90;
  font-weight: bold;
  text-decoration: underline;
}

.BodyText ul li a{
	color: #215C90;
  font-weight: bold;
  text-decoration: underline;
}

.BodyText ol li a{
	color: #215C90;
  font-weight: bold;
  text-decoration: underline;
}

.SingleStoriaTextContainer div p a{
	color: #215C90;
  font-weight: bold;
  text-decoration: underline;
}

/*BUTTONIZED FORMS*/
/* Buttonize Radio & Checkbox Fields */
 .gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
 .gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
    position: relative;
    text-align: center;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"],
 .gform_wrapper .gfield.buttonized input[type="checkbox"] {
    position: absolute;
    left: -9999px;
 }
 .gform_wrapper .gfield.buttonized .gfield_radio label,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label {
    display: block !important;
	 color: #323232;
    position: relative;
	 min-width: 65px;
    max-width: 100%;
    padding: 10px;
    /*font-size: 48px;*/
    border: 1px solid #0070ba;
	 border-radius: 3px;
    background-color: #e2e2e2;
    cursor: pointer;
 }

 .gform_wrapper .gfield.buttonized_pay .gfield_radio label,
 .gform_wrapper .gfield.buttonized_pay .gfield_checkbox label {
    display: block !important;
	 color: #323232;
    position: relative;
	 min-width: 95px;
    max-width: 100%;
    padding: 10px;
    /*font-size: 48px;*/
    border: 1px solid #0070ba;
	 border-radius: 3px;
    background-color: #e2e2e2;
    cursor: pointer;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:focus+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:focus+label {
    border-color: #0070ba;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label {
    border-color: #0070ba;
    background-color: #0070ba;
	 color: #FFFFFF;
	 font-weight: bold !important;
    overflow: hidden;
 }
/*
 .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label::before,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label::before {
    content: '';
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    left: auto;
    width: 1.5em;
    height: 1.5em;
    background-color: #e1b653;
    border-radius: 0;
    border: 0;
    transform: rotate(45deg);
 }
*/
 .gform_wrapper .gfield.buttonized .gfield_radio label::before,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
    display: none;
}

/*GRAVITY FORMS REQUIRED LABEL*/
.gform_heading .gform_description {
	margin-bottom: 20px !important;
}

.gform_heading .gform_required_legend {
	display: none;
}
/*FORM DONAZIONE REGOLARE AL CENTRO*/
#gform_wrapper_2{margin:auto !important;}