/*
Theme Name: PHDDeib 2023 Child
Theme URI: http://underscores.me/
Template: phddeib2023
Author: DEIB - Politecnico di Milano
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.20250908
Updated: 2023-05-10 15:58:35

*/

/* PALETTE COLORI TEMA */

:root {
	--phddeib-primary: #2E4521;
	--phddeib-primary-alpha: #2E452173;
	--phddeib-primary-alpha-85: #2E4521d8;
	--phddeib-primary-text-shadow: #2E4521;
	--phddeib-secondary: #3b5a2b;
	--phddeib-light-grey: #f2f2f2;
	--phddeib-dark-grey: #333333;
}

.has-phddeib-primary-background-color {
	background-color: var(--phddeib-primary);
}
.has-phddeib-primary-color {
	color: var(--phddeib-primary);
}
.has-phddeib-secondary-background-color {
	background-color: var(--phddeib-secondary);
}
.has-phddeib-secondary-color {
	color: var(--phddeib-secondary);
}
.has-phddeib-light-grey-background-color {
	background-color: var(--phddeib-light-grey);
}
.has-phddeib-light-grey-color {
	color: var(--phddeib-light-grey);
}
.has-phddeib-dark-grey-background-color {
	background-color: var(--phddeib-dark-grey);
}
.has-phddeib-dark-grey-color {
	color: var(--phddeib-dark-grey);
}

html {
	scroll-padding-top: 150px;
}

.testata-pagina {
    background: #00000033;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3em;
}

.lista-no-icone .item {
    margin-bottom: 0em;
    gap: 2em;
}

.lista-no-icone .item .etichetta {
    text-align: left;
    flex-basis: 95px;
    flex-shrink: 0;
}

.lista-no-icone .item .etichetta span {
    transform: rotate(0);
}

.lista-no-icone .item .info {
    text-align: left;
}

.timeline-process .timeline .process-item .square {
    border-radius: 100%;
}