/* -------------------------------------------------------------------------------- */
/*   INDEX
      1. GENERAL
      2. HELPERS
      3. TYPOGRAPHY
      4. HEADER
      5. FOOTER
      6. GRID SYSTEM
      7. WORDPRESS
      8. MEDIA QUERIES
      9. PRELOADER
      10. ANIMATIONS
      11. PATTERNS
/* -------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------- */
/* ! 1. GENERAL */
/* -------------------------------------------------------------------------------- */

:root {
    --site-text-color: #2A2D31;
}
body {
    background: radial-gradient(1200px 600px at 85% -10%, rgba(143, 200, 221, 0.18), transparent 60%), radial-gradient(900px 500px at -10% 110%, rgba(143, 200, 221, 0.10), transparent 55%), #fafafa;
    background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------------- */
/* ! 2. HELPERS */
/* -------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* ! 3. TYPOGRAPHY */
/* -------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {font-weight: 400; line-height: 1;}
p {color: #4A4E54}
.data-anno {
    font-family: 'Instrument Serif';
    font-size: 52px;
    line-height: 1;
    color: #2E7C99;
    letter-spacing: -0.02em;
}
.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #EAF4F8;
    color: #2E7C99;
    font-family: 'Poppins';
    font-size: 10.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
	margin: 0 5px 5px 0;
}
.autore {
    font-style: italic;
    font-size: 15px;
}
.pubblicazione {
	font-size: 18px;
    margin-bottom: 28px;
    font-weight: 700;
    padding-right: 20px;
    color: #2e7c99;
}
.dati span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding-right: 16px;
}
.dati .grid {
    border-bottom: solid 1px #E4E6EA;
    padding: 10px 0;
}
main ul {padding-left: 0;}
main li {
    position: relative;
    padding-left: 20px;
    font-size: 14.5px;
    line-height: 1.5;
    list-style-type: none;
}

main li::marker {display: none;}
main li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #5FA8C2;
    font-weight: 500;
}

h1 em, h2 em {color: #2e7c99;}

.wp-social-link:before {content: " " !important;}
.bibliografia p {font-size: 14px;}

/* -------------------------------------------------------------------------------- */
/* ! 4. HEADER */
/* -------------------------------------------------------------------------------- */

.header__logo-img, .header__logo_white-img {
    width: 137px;
}

.menu li a {
    color: #4A4E54;
    font-weight: 400;
}

.menu li a:hover {
    background: #f4f5f7;
    border-radius: 10px;
}

.current-menu-item a {font-weight: 700 !important}
.current-menu-item a:before {width: 100%;}

#menu-item-144 a {top: -2px;}

@media (min-width: 1190px) {

} 

@media (max-width: 1190px) {

}



/* !   ---4.1 Buttons */

.bottone-cta a, .cta {
    padding: 10px 20px !important;
    font-size: 15px;
    text-transform: none;
    font-weight: 400 !important;
}

/* !   ---4.4 Social Icons */



/* -------------------------------------------------------------------------------- */
/* ! 5. FOOTER */
/* -------------------------------------------------------------------------------- */

.footer__logo img {width: 137px;}


/* -------------------------------------------------------------------------------- */
/* ! 6. GRID SYSTEM */
/* -------------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------------- */
/* ! 7. WORDPRESS */
/* -------------------------------------------------------------------------------- */

/*:where(.wp-block-columns.has-background) {padding: 0 !important}*/

main figure img {
      border-radius: 10px;
   /* border: solid 1px #e4e6ea;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 30px 60px -30px rgba(46, 124, 153, 0.25);*/
}

.page-id-243 main figure img {
      border-radius: 0;
    border: none;
    box-shadow: none;
}


:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {border-color: #E4E6EA !important;}

.wp-block-social-links .wp-social-link svg {height: 2em;width: 2em;}

.wpcf7-form-control.wpcf7-radio {display: flex;}
.radio .wpcf7-list-item-label {
    border: 1px solid #e4e6ea;
    border-radius: 6px;
    padding: 14px 12px;
    cursor: pointer;
    background: #fff;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13.5px;
    color: #4a4e54;
    text-align: center;
    transition: all .15s ease;
    margin: 10px;
}
/*input[type=radio] {display: none;}*/
.radio input:checked + label {
    border-color: #5fa8c2;
    background: #eaf4f8;
    color: #2e7c99;
}

input[type=text], input[type=email], input[type=tel], textarea {background: #fff;}

/* -------------------------------------------------------------------------------- */
/* ! 9. PRELOADER */
/* -------------------------------------------------------------------------------- */








/* -------------------------------------------------------------------------------- */
/* ! 10. ANIMATIONS */
/* -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/* ! 11. PATTERNS */
/* -------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------- */
/* ! 12. PAGES */
/* -------------------------------------------------------------------------------- */
.page-template-page-articoli .wrapper {overflow: visible;}
.data {
    display: flex;
    align-items: baseline;
    gap: 16px;
}
.sidebar-articoli {
    position: sticky;
    top: 7rem;
    height: fit-content;
    padding-right: 3em;
}
.indice-titolo {text-transform: uppercase;}
.indice-articoli {
    background: #fff;
    border: 1px solid #e4e6ea;
    border-radius: 12px;
    padding: 24px;
    position: sticky;
    top: 96px;
	height: 80%;
    max-height: 610px;
    overflow-y: scroll;
}
.indice-articoli li {list-style-type: none;}
.indice-articoli a {
    text-decoration: none;
    color: #4a4e54;
    font-size: 13.5px;
    line-height: 1.4;
    display: flex;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #eff1f4;
}
.articolo-singolo {
    padding: 40px 0;
    border-bottom: 1px solid #e4e6ea;
}
.intro {
    border-top: solid 2px #000;
    padding-top: 20px;
}
.risultati {
    background: #F4F5F7;
    border-left: 3px solid #5fa8c2;
    padding: 24px;
}

.dati .col-70 {font-size: 14.5px;}
.risultati__titolo {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2e7c99;
    margin-bottom: 14px;
    font-weight: 500;
}

/* -------------------------------------------------------------------------------- */
/* ! 8. MEDIA QUERIES */
/* -------------------------------------------------------------------------------- */



@media (max-width: 1400px) {



}



@media (max-width: 1199px) {

	p, ul, li {font-size: 0.95rem;}

}

@media (max-width: 1023px) /* Tablet Vertical */ {

		.sidebar-articoli {width: 100%; position: relative; top: 0; padding-left: 1.5em; padding-right: 1.5em;}
		.contenuto-articoli, .bibliografia {width: 100%; padding-left: 1.5em; padding-right: 1.5em;}
		.step, .esercizi {display: block !important}
		.esercizi .wp-block-column {margin-bottom: 20px}
	
}




@media (max-width: 781px) {


}

@media (max-width: 768px) {


}

@media (max-width: 767px) {

	.header__logo-img, .header__logo_white-img {width: 110px;}
	:root {
			--wp--preset--font-size--medium: 24px;
		    --wp--preset--font-size--x-small: 14.5px;
		    --wp--preset--spacing--70: 1rem;
	}
    .has-xx-large-font-size {font-size: var(--wp--preset--font-size--x-large) !important;}
	.page-template-vuota .spacer, .page-template-menu-trasparente-positivo .spacer {height: 90px;}
	.bottone-cta a, .cta {padding: 9px !important; font-size: 13px;}
	.wpcf7-form-control.wpcf7-radio {display: block}
	.wpcf7-list-item {margin-bottom: 30px;}
	
	
}

@media (max-width: 576px) {





}


@media (min-width: 600px){

}

