@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::placeholder {
  color: #00d9b0;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #00d9b0;
}
::-ms-input-placeholder {
  color: #00d9b0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5em; /* 21px */
  color: #333333;
}

/* --------------------------------------------------------------------- TYPE */
img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: block;
}
.longform img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  display: block;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em; /* 21px */
  margin-bottom: 1.5em; /* 21px */
}
p:last-of-type {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  -moz-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}
h1,
.h1,
.row-header h1 {
  font-size: 24px;
  line-height: 1.25em; /* 30px */
  margin-bottom: 1.25em; /* 30px */
}
h2,
.h2,
.row-header h2 {
  font-size: 16px;
  line-height: 1.25em; /* 20px */
  margin-bottom: 1.25em; /* 20px */
}
h3,
.h3,
.row-header h3 {
  font-size: 12px;
  line-height: 1.25em; /* 15px */
  margin-bottom: 1.25em; /* 15px */
}
.intro h1,
.intro h2 {
  font-size: 18px !important;
  line-height: 1.25em !important; /* 30px */
}
.intro h1 {
  margin-bottom: 0;
}
.row-header {
  width: 100%;
  display: block;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.row-header h1,
.row-header h2,
.row-header h3 {
  font-size: 24px;
  line-height: 1.25em; /* 30px */
  margin-bottom: 0;
}
.row-header p {
  line-height: 1.25em;
}
h3.label,
h3.uppertitle,
h5.decoration {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25em; /* 15px; */
  margin-bottom: 1.25em; /* 15px; */
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h5.decoration {
  text-align: center;
  position: relative;
  padding-bottom: 1.25em; /* 15px; */
  color: #00748b;
}
h5.decoration::after {
  display: block;
  content: "";
  border: 1px solid #00748b;
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.underline-link {
  color: #fc40b1;
  border-bottom: 1px solid #fc40b1;
}
.underline {
  text-decoration: none;
  position: relative;
}
.underline::after {
  content: "";
  border-bottom: 1px solid #555555;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  display: inline-block;
}
.pdfprnt-buttons {
  display: none;
  opacity: 0;
}

/* ------------------------------------------------------------------- BUTTON */
.buttons,
input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  border: 2px solid #00d9b0;
  background-color: #00d9b0;
  padding-left: 15px;
  padding-right: 15px;
}
.buttons:hover,
.buttons:focus {
  color: #ffffff;
}
.btn-rounded,
input[type="submit"] {
  border-radius: 18px;
  font-weight: 500;
}
.btn-large {
  font-size: 15px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-large.btn-rounded {
  border-radius: 24px;
}

/* BOTTONI CON FRECCE */
.btn-arrow {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-transform: none;
  border: none;
  padding-right: 25px;
  padding-left: 0;
  background-color: inherit !important;
  background-image: url("../images/arrow-right-green.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.btn-arrow span {
  color: #333333;
  border-bottom: 1px solid #333333;
}
.btn-arrow.btn-black {
  background-image: url("../images/arrow-right-black.svg");
}

/* BOTTONE OPZIONE OUTLINE */
.btn-outline {
  color: #00d9b0;
  background-color: inherit !important;
}
.btn-outline.btn-black {
  color: #333333;
  border: 2px solid #333333;
}
.btn-outline.btn-white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-outline.btn-fuxia {
  color: #fc40b1;
}
.btn-outline:hover,
.btn-outline:focus {
  color: #00d9b0 !important;
}
.btn-outline.btn-white:hover,
.btn-outline.btn-white:focus {
  color: #ffffff !important;
}
.btn-outline.btn-black:hover,
.btn-outline.btn-black:focus {
  color: #333333 !important;
}
.btn-outline.btn-fuxia:hover,
.btn-outline.btn-fuxia:focus {
  color: #fc40b1 !important;
  border: 2px solid #fc40b1;
}

/* BOTTONI COLORI */
.btn-fuxia {
  background-color: #fc40b1;
  border: 2px solid #fc40b1;
}
.btn-white {
  background-color: #ffffff;
}
.btn-black {
  background-color: #333333;
}

/* BOTTONE LANGUAGE */
.btn-lang {
  display: inline-block;
  width: 100%;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px !important;
  padding-left: 12px;
  padding-right: 12px;
  border: 2px solid #333333;
  background-color: inherit !important;
}
.btn-lang:hover,
.btn-lang:focus {
  color: #333333;
}
.bottoni {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bottoni .buttons {
  margin-left: 5px;
  margin-right: 5px;
}
.bottoni .buttons::after {
  display: none;
}
.bottoni .buttons:hover {
  color: #ffffff;
}

/* -------------------------------------------------- COLOR FONT & BACKGROUND */
.color-green {
  color: #00d9b0;
}
.color-fuxia {
  color: #fc40b1;
}
.color-white {
  color: #ffffff;
}

.bg_dark_grey {
  background-color: #bac2bf;
}
.bg_light_grey {
  background-color: #f1f6f5;
}
.bg_medium_grey {
  background-color: #d6dfdc;
}
.bg_white {
  background: #ffffff;
}

.bg_linee {
  background-image: url("../images/bg_linee_white.svg");
  background-size: 100% auto;
  background-position: center center;
}
.bg_green {
  background-color: #00d9b0 !important;
}
.bg-fuxia {
  background-color: #fc40b1 !important;
}
.bg-red {
  background-color: rgb(210, 15, 15);
}

/* -------------------------------------------------------------- PADDING ROW */
.d-none {
  display: none;
}
.mx-auto {
  margin: 0 auto;
}
.ml-auto {
  margin-left: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* ----------------------------------------------------- CONTAINER PRINCIPALE */
.my-container-fluid {
  margin-top: calc(10vh + 30px);
}
.tax-tema .my-container-fluid {
  margin-top: 10vh;
}
.home .my-container-fluid,
.transform-nav-x .my-container-fluid,
.minisito .my-container-fluid {
  margin-top: 0;
}

/* ------------------------------------------------------------------- HEADER */
.home #masthead,
.minisito #masthead {
  padding-top: 10vh;
  height: 90vh;
  position: relative;
  display: block;
  overflow: hidden;
  display: flex;
}
.home #masthead .row-content,
.minisito #masthead .row-content {
  justify-content: flex-end;
}
.branding a {
  display: block;
  height: 24px;
  background-image: url("../images/che-fare-logo.svg");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.minisitoLogo {
  width: 100%;
}

/* ------------ MENU VERTICALE ------------ */
.nav-y-content,
.nav-y {
  display: none;
}
.nav-y .branding {
  border-bottom: 1px solid #333333;
  padding-bottom: 6vh;
}

/* ------------ PRIMARY NAV ------------ */
ul.primary-nav,
ul.secondary-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.primary-nav {
  width: 100%;
}
ul.primary-nav li {
  position: relative;
}
ul.primary-nav li:last-of-type a {
  font-weight: 400;
}
ul.primary-nav li ul.sub-menu {
  display: none;
}
.nav-y ul.primary-nav li ul.sub-menu {
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #ffffff;
  width: calc(100% + 60px);
  padding: 20px 30px 20px 30px;
  -webkit-transition: all 0.3s 2s ease-in-out;
  -moz-transition: all 0.3s 2s ease-in-out;
  -o-transition: all 0.3s 2s ease-in-out;
  transition: all 0.3s 2s ease-in-out;
}
.nav-y ul.primary-nav li:hover ul.sub-menu {
  display: block;
}
.nav-y ul.primary-nav li ul.sub-menu li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
}
.nav-y ul.primary-nav li ul.sub-menu li a:hover {
  color: #fc40b1;
}
.nav-y ul.primary-nav li ul.sub-menu li::before {
  display: none;
}
.nav-y ul.primary-nav li:last-of-type::before {
  background-color: #333333;
}
.nav-y ul.primary-nav li:last-of-type ul.sub-menu {
  background-color: #00d9b0;
}
.nav-y ul.primary-nav li:last-of-type ul.sub-menu li a:hover {
  color: #ffffff;
}
ul.primary-nav li a {
  font-weight: 700;
  font-size: 24px;
  line-height: 2em; /* 48px */
  color: #333333;
}
ul.primary-nav li a:hover {
  color: #00d9b0;
}
.nav-y ul.primary-nav li::before {
  display: inline-block;
  content: "";
  height: 3px;
  width: 0;
  margin-bottom: 6px;
  background-color: #fc40b1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-y ul.primary-nav li:hover::before {
  width: 20px;
  margin-right: 6px;
}

/* ------------ SECONDARY NAV ------------ */
ul.secondary-nav li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 2em; /* 30px */
  color: #333333;
}
ul.secondary-nav li:hover a {
  border-bottom: 1px solid #333333;
}

ul.secondary-nav li::before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 0;
  margin-bottom: 3px;
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.secondary-nav li:hover::before {
  width: 15px;
  margin-right: 3px;
}

/* ------------ MENU ORIZZONTALE ------------ */
#nav-x {
  position: fixed;
  z-index: 1003;
  top: 0;
  width: 100%;
}
.home #nav-x {
  transform: translate(0, -10vh);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.minisito #nav-x {
  transform: translate(0, -10vh);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#nav-x .container-nav {
  height: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: relative;
}
#nav-x .branding a {
  width: 94px;
}
#nav-x .hamburger {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  background-image: url("../images/che-fare-hamburger.svg");
}
#nav-x .btn-lang,
#nav-x .search-btn {
  display: none;
}
.btn-close {
  display: block;
  height: 48px;
  width: 48px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/che-fare-close.svg");
}
#nav-x ul.primary-nav {
  width: auto;
  border-top: none;
  padding: 0;
  display: none;
}
#nav-x ul.primary-nav li a {
  font-size: 0.90rem;
  line-height: 1.25em;
  font-weight: 700;
  color: #333333;
}
#nav-x ul.primary-nav li:last-of-type a {
  font-weight: 400;
}
#nav-x ul.primary-nav li a:hover {
  color: #999999;
}
.third-nav {
  display: flex;
}
.home #nav-x,
.home.giu #nav-x,
.home.onoff #nav-x {
  transform: translate(0, 0);
}
.home #nav-x .buttons {
  display: none;
}

.minisito #nav-x,
.minisito.giu #nav-x,
.minisito.onoff #nav-x {
  transform: translate(0, 0);
}
.minisito #nav-x .buttons {
  display: none;
}

/* ------------ TRANSFORM MENU ------------ */
.transform-nav-x #nav-x {
  border-bottom: none;
  position: fixed;
}
.transform-nav-x #nav-x .container-nav {
  background: none;
}
.transform-nav-x.giu #nav-x .container-nav,
.transform-nav-x.onoff #nav-x .container-nav {
  background-color: #ffffff;
}
.transform-nav-x #nav-x .branding a {
  background-image: url("../images/che-fare-logo-03.svg");
}
.transform-nav-x.giu #nav-x .branding a,
.transform-nav-x.onoff #nav-x .branding a {
  background-image: url("../images/che-fare-logo.svg");
}
.transform-nav-x #nav-x .btn-lang,
.transform-nav-x #nav-x .btn-lang:hover,
.transform-nav-x #nav-x .buttons,
.transform-nav-x #nav-x .buttons:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.transform-nav-x.giu #nav-x .btn-lang,
.transform-nav-x.onoff #nav-x .btn-lang,
.single-post.transform-nav-x.giu #nav-x .btn-lang,
.single-post.transform-nav-x.giu #nav-x .btn-lang:hover {
  color: #333333;
  border: 2px solid #333333;
}
.transform-nav-x.giu #nav-x .buttons,
.transform-nav-x.onoff #nav-x .buttons {
  color: #fc40b1;
  border: 2px solid #fc40b1;
}
.transform-nav-x #nav-x .hamburger {
  background-image: url("../images/che-fare-hamburger-white.svg");
}
.transform-nav-x #nav-x .search-btn {
  background-image: url("../images/che-fare-search-white.svg");
}
.transform-nav-x.giu #nav-x .hamburger {
  background-image: url("../images/che-fare-hamburger.svg");
}
.transform-nav-x.giu #nav-x .search-btn {
  background-image: url("../images/che-fare-search.svg");
}
.contatti.transform-nav-x #nav-x .branding a {
  background-image: url("../images/che-fare-logo.svg");
}
.contatti.transform-nav-x #nav-x .btn-lang,
.contatti.transform-nav-x #nav-x .btn-lang:hover {
  color: #333333;
  border: 2px solid #333333;
}
.single-post.transform-nav-x #nav-x .btn-lang,
.single-post.transform-nav-x #nav-x .btn-lang:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.contatti.transform-nav-x #nav-x .hamburger {
  background-image: url("../images/che-fare-hamburger.svg");
}
.contatti.transform-nav-x #nav-x .search-btn,
.single-post.transform-nav-x #nav-x .search-btn {
  background-image: url("../images/che-fare-search.svg");
}
.onoff {
  background-color: #ffffff;
}
.onoff .hamburger {
  background-image: url("../images/che-fare-close.svg") !important;
}
.onoff #nav-x .primary-nav {
  display: none;
}
section {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  position: relative;
}
.container {
  width: 100%;
  overflow: hidden;
}
article.card-progetto-featured .entry-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
article.card-progetto .entry-header h2 {
  font-size: 1.5rem;
}
article.card-progetto .entry-thumbnail {
  display: flex;
  align-items: center;
}
article.card-progetto-featured .entry-thumbnail a,
article.card-appuntamento-featured .entry-thumbs a {
  flex: 0 0 auto;
  width: 100%;
}
article.card-progetto-featured .entry-thumbnail a img,
article.card-appuntamento-featured .entry-thumbs a img {
  width: 100%;
}
.row-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  justify-content: center;
}
.space-around {
  justify-content: space-around;
}

/* ------------------------------------------------ FEATURED POST HOME E TEMA */
.featured {
  display: flex;
  background-size: cover;
  background-position: center center;
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.featured .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
  /* -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%; */
  /* background: -webkit-linear-gradient(rgba(40, 40, 40, .2) 0, rgba(40, 40, 40, .2) 50%, rgba(40, 40, 40, .6) 100%);
  background: -moz-linear-gradient(rgba(40, 40, 40, .2) 0, rgba(40, 40, 40, .2) 50%, rgba(40, 40, 40, .6) 100%);
  background: linear-gradient(rgba(40, 40, 40, .2) 0, rgba(40, 40, 40, .2) 50%, rgba(40, 40, 40, .6) 100%); */
}
.featured .container .entry-header {
  /* display: flex;
  justify-content: space-between;
  flex-direction: column; */
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.featured .container .entry-header h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 15px;
}
.page-template-index-istituzionale .featured .container .entry-header,
.page-template-index-en .featured .container .entry-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.page-template-index-istituzionale .featured .container .entry-header h2,
.page-template-index-en .featured .container .entry-header h2 {
  color: #333333;
}
.page-template-index-istituzionale .featured .container,
.page-template-index-en .featured .container {
  background: #ffffff;
  align-items: center;
  justify-content: center;
}
.page-template-index-istituzionale .featured .container .entry-title,
.page-template-index-en .featured .container .entry-title {
  padding-top: 105px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50px 90px;
  background-image: url("../images/minifigure-fuxia.jpg");
}
.featured .container .entry-header h2 a {
  color: #333333;
}
.featured-article .entry-header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.home .featured-progetto .entry-header {
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.featured-progetto .entry-header,
.featured-appuntamento .entry-header {
  order: 2;
}
.featured-progetto .entry-thumbnail,
.featured-appuntamento .entry-thumbnail {
  order: 1;
}
/* .featured-appuntamento .entry-header {
  text-align: center;
} */
.featured-appuntamento .entry-category ul {
  justify-content: center;
}
.entry-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.entry-category ul li {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.entry-category ul li a {
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 9px;
  background-color: #333333;
  color: #ffffff;
  display: block;
  margin-right: 1px;
  margin-bottom: 1px;
}

/* ------------------------------------------------------- TOOLTIP DIZIONARIO */
.entry-content .modern-footnotes-footnote {
  padding-left: 0;
  padding-right: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 10px;
  transform: translate(-1px, -5px);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-content .modern-footnotes-footnote:hover {
}
.entry-content .modern-footnotes-footnote a {
  display: block;
  color: #fc40b1;
}
.entry-content .modern-footnotes-footnote a::after {
  content: none !important;
}
.entry-content .modern-footnotes-footnote--selected {
  background: none !important;
}
.entry-content .modern-footnotes-footnote__connector {
  display: none;
}
.entry-content .modern-footnotes-footnote__note {
  display: none;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
}
.entry-content .modern-footnotes-footnote__note--tooltip {
  position: absolute;
  left: 0;
  border: none;
  background: #ffffff;
  padding: 30px;
  border-radius: 3px;
  max-width: 300px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 1;
  width: 300px;
}
.entry-content .modern-footnotes-footnote__note--expandable {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #333333;
}
.entry-note {
  padding-top: 30px;
  border-top: 1px solid #333333;
}
.entry-note .modern-footnotes-footnote__note {
  display: block !important;
}
.entry-note p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
}
.entry-note p:last-of-type {
  margin-bottom: 0;
}
.entry-note span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #fc40b1;
}

/* ------------ BOX INTRO ------------ */
.box-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ------------------------------------------------------------- ARTICLE NEWS */
article.card-news {
  height: 360px;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  position: relative;
  display: flex;
  box-sizing: border-box;
}
article.card-news .entry-thumbnail {
  display: flex;
  background-size: cover;
  background-position: center center;
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
article.card-news .entry-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: rgba(40, 40, 40, 0.3);
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
article.card-news .entry-title {
  margin-top: 20px;
  margin-left: 6px;
}
article.card-news .entry-title h2 {
  display: inline;
  font-size: 18px;
  line-height: 24px;
  background-color: #ffffff;
  box-shadow: 4px 0 0 2px white, -4px 0 0 2px white;
  box-decoration-break: clone;
  margin-bottom: 0;
}
article.card-news .entry-author {
  width: 100%;
}
article.card-news .entry-author .author-title:first-of-type a::before {
  content: "di ";
}
article.card-news .entry-author .author-title.web:first-of-type a::before {
  content: "da ";
}
.mosaic-padding {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.box-card {
  padding-left: 5px;
  padding-right: 5px;
}
.mosaic-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article.card-news.alone,
article.card-appuntamento.alone,
article.card-progetto.alone {
  -ms-flex: 60% !important;
  flex: 0 0 60% !important;
  max-width: 60% !important;
  margin-left: calc(20% - 5px);
  margin-right: calc(20% - 5px);
  border: none !important;
}
.bg_light_grey article.card-news {
  border-left: 5px solid #f1f6f5;
  border-right: 5px solid #f1f6f5;
  border-bottom: 10px solid #f1f6f5;
}

/* ------------------------------------------------- MOSAIC POST FOCUS BANNER */
article.card-news.focus {
  background-color: #bac2bf;
}
article.card-news.focus .entry-overlay {
  padding: 40px;
}
article.card-news.focus .entry-title h2 {
  display: inline;
  font-size: 24px;
  line-height: 32px;
  background-color: #ffffff;
  box-shadow: 4px 0 0 2px white, -4px 0 0 2px white;
  margin-left: 6px;
  box-decoration-break: clone;
}
article.card-news.focus .entry-title p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 15px;
}

/* --------------------------------------------------------- BANNER HOME PAGE */
.banner {
  background-color: #bac2bf;
}
.banner .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center center;
}
.banner .container .entry-header {
  margin-bottom: 15px;
}
.banner .container .entry-header .entry-title h2 a,
.banner .container .entry-header .entry-title p {
  color: #ffffff;
}
.banner .container .entry-header .entry-title h2 {
  font-size: 30px;
}

/* -------------------------------------------------- MARGIN & PADDING CLASS  */
.px-5 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-10 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-25 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-30 {
  padding-left: 15px;
  padding-right: 15px;
}

.pl-5 {
  padding-left: 15px;
}
.pl-10 {
  padding-left: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 15px;
}
.pl-25 {
  padding-left: 15px;
}
.pl-30 {
  padding-left: 15px;
}

.pr-5 {
  padding-right: 15px;
}
.pr-10 {
  padding-right: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 15px;
}
.pr-25 {
  padding-right: 15px;
}
.pr-30 {
  padding-right: 15px;
}

.mt-60 {
  margin-top: 30px !important;
}
.mb-60 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 15px !important;
}
.mb-30 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

/* --------------------------------------------------------------  SOCIAL NAV */
.single-post .masthead .entry-title .social-nav {
  position: absolute;
  right: 15px;
  top: 15px;
}
.single-post .masthead .entry-date {
  font-size: 12px;
  line-height: 24px;
  text-transform: lowercase;
}
.single-post .masthead .entry-title .btn-download {
  position: absolute;
  top: 12px;
  left: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  padding-left: 24px;
  background-image: url("../images/arrow-download.svg");
  background-position: center left;
  background-repeat: no-repeat;
}
.social-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.social-nav ul li {
  margin-right: 15px;
}
.social-nav ul li:last-of-type {
  margin-right: 0;
}
.social-nav ul li a {
  display: block;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-nav ul li a:hover {
  background-color: #00d9b0;
}
.social-nav ul li.icon-facebook a {
  /* -webkit-clip-path: url('../images/facebook.svg');
	clip-path: url('../images/facebook.svg'); */
  mask: url("../images/facebook.svg");
  -o-mask: url("../images/facebook.svg");
  -ms-mask: url("../images/facebook.svg");
  -webkit-mask: url("../images/facebook.svg");
}
.social-nav ul li.icon-instagram a {
  /* -webkit-clip-path: url('../images/instagram.svg');
  clip-path: url('../images/instagram.svg'); */
  mask: url("../images/instagram.svg");
  -o-mask: url("../images/instagram.svg");
  -ms-mask: url("../images/instagram.svg");
  -webkit-mask: url("../images/instagram.svg");
}
.social-nav ul li.icon-youtube a {
  /* -webkit-clip-path: url('../images/youtube.svg');
  clip-path: url('../images/youtube.svg'); */
  mask: url("../images/youtube.svg");
  -o-mask: url("../images/youtube.svg");
  -ms-mask: url("../images/youtube.svg");
  -webkit-mask: url("../images/youtube.svg");
}
.social-nav ul li.icon-linkedin a {
  /* -webkit-clip-path: url('../images/linkedin.svg');
  clip-path: url('../images/linkedin.svg'); */
  mask: url("../images/linkedin.svg");
  -o-mask: url("../images/linkedin.svg");
  -ms-mask: url("../images/linkedin.svg");
  -webkit-mask: url("../images/linkedin.svg");
}
.social-nav ul li.icon-twitter a {
  /* -webkit-clip-path: url('../images/twitter.svg');
  clip-path: url('../images/twitter.svg'); */
  mask: url("../images/twitter.svg");
  -o-mask: url("../images/twitter.svg");
  -ms-mask: url("../images/twitter.svg");
  -webkit-mask: url("../images/twitter.svg");
}
.social-nav ul li.icon-email a {
  /* -webkit-clip-path: url('../images/email.svg');
  clip-path: url('../images/email.svg'); */
  mask: url("../images/email.svg");
  -o-mask: url("../images/email.svg");
  -ms-mask: url("../images/email.svg");
  -webkit-mask: url("../images/email.svg");
}

/* ------------ BOX BANDO ------------ */
article.card-bando {
  padding-bottom: 30px;
}
article.card-bando h2 {
  font-size: 1.25rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
article.card-bando .entry-header {
  border-top: 2px solid #333333;
}
article.card-bando:last-of-type {
  border-bottom: 2px solid #333333;
}
article.card-bando .entry-category ul li a {
  font-weight: 500;
  color: #333333;
  background: none;
  border-bottom: 2px solid #333333;
  margin-right: 0;
}
article.card-bando .entry-link {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}

/* ------------ ARCHIVE APPUNTAMENTI ---------------------------------------- */

article.card-progetto,
article.card-appuntamento {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
article.card-progetto .entry-thumbs img,
article.card-appuntamento .entry-thumbs img {
  width: 100%;
}
article.card-progetto .entry-header,
article.card-appuntamento .entry-header {
  align-self: stretch;
  flex: 1;
  position: relative;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
article.card-progetto .entry-header {
  padding-bottom: 15px;
}
article.card-appuntamento .entry-header {
  padding-bottom: 30px;
  background-color: #f1f6f5;
  text-align: center;
}
article.card-progetto .entry-header h2,
article.card-appuntamento .entry-header h2 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
article.card-progetto .entry-link,
article.card-appuntamento .entry-link {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
article.card-progetto .entry-link .col,
article.card-appuntamento .entry-link .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
}
article.card-appuntamento .entry-header .entry-category ul {
  justify-content: center;
}
article.card-appuntamento .entry-header .entry-details .date h3,
article.card-appuntamento .entry-header .entry-details .place p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
article.card-partner {
  display: block;
  margin-bottom: 30px;
}
article.card-partner .entry-thumbs {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
article.card-partner .entry-thumbs a {
}
article.card-partner .entry-header {
  padding-top: 15px;
  overflow: hidden;
}
article.card-partner .entry-header p {
  font-size: 12px;
  text-align: center;
}

/* --------------------------------------- SINGLE BANDO PROGETTO APPUNTAMENTO */
.single .full-header .top-header {
  width: 100%;
  background-color: #ffffff;
}
.single .full-header .top-header .entry-link {
  display: none;
}
.single .full-header .top-header .entry-title,
.single .full-header .top-header .entry-meta {
  padding-left: 15px;
  padding-right: 15px;
}
.single .full-header .top-header .entry-title {
  padding-top: 45px;
  position: relative;
}
.single .full-header .top-header .entry-meta {
  padding-top: 30px;
}
.single .full-header .top-header .entry-category {
  position: absolute;
  top: 0;
}
.single-appuntamento .full-header .container .entry-thumbnail,
.single-bando .full-header .container .entry-thumbnail,
.single-progetto .full-header .container .entry-thumbnail {
  padding-top: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: 100% auto;
  background-position: center top;
}
.single-progetto .full-header .entry-link,
.single-bando .full-header .entry-link,
.single-appuntamento .full-header .entry-link {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 72px;
}
.single-progetto .full-header .entry-link {
  background-image: url("../images/minifigure-green.jpg");
}
.single-bando .full-header .entry-link,
.single-appuntamento .full-header .entry-link {
  background-image: url("../images/minifigure-fuxia.jpg");
}
.single-progetto .full-header .social-nav,
.single-bando .full-header .social-nav,
.single-appuntamento .full-header .social-nav {
  position: absolute;
  top: 15px;
  right: 15px;
}

.single-progetto .sviluppo-head {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  height: 120px;
  width: 240px;
  padding-left: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/minifigure-fuxia-bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50px 90px;
}
.single-progetto .sviluppo-head span {
  display: block;
}
.single-bando .entry-meta .link-utili ul {
  list-style: none;
}
.single .masthead .entry-thumbnail {
  height: 100vh;
  width: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #bac2bf;
  display: flex;
  align-items: flex-end;
}
.single .field-intro p {
  font-size: 24px;
  line-height: 1.25em; /* 30px */
  font-weight: 700;
}
.contact-notice {
  background-image: url("../images/minifigure-dark-green.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40px 72px;
  padding-top: 90px;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  color: #00748b;
  text-align: center;
}
.contact-notice a {
  color: #00748b;
}
.contact-notice .underline::after {
  border-bottom: 1px solid #00748b;
}

/* -------------------------------------------------------------- SINGLE POST */

.single-post .masthead .entry-thumbs {
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 30vh;
  background-size: cover;
  background-position: top -60px center;
}
.single-post .masthead .entry-header .entry-category ul {
  flex-wrap: wrap;
  margin-left: 15px;
}
.single-post .masthead .entry-header .entry-category ul li a {
  margin-top: 1px;
}
.single-post .masthead .entry-header .entry-category ul li.child a {
  background-color: #bac2bf;
  color: #333333;
}
.single-post .masthead .entry-header .entry-title {
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #ffffff;
}
.single-post .masthead .entry-header .entry-title h2 {
  font-size: 24px;
}
.single-post .masthead .entry-header .entry-details {
  background-color: #ffffff;
}
.single-post .masthead .entry-header .entry-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-post .masthead .entry-header .entry-author ul li {
  margin-bottom: 3px;
}
.single-post .masthead .entry-header .entry-author ul li a {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 12px;
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
}

/* ------------ AUTORE SINGOLO --------------------------------------------- */
.single-autore .entry-header {
  text-align: center;
}
.single-autore .entry-header h2 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
}
.single-autore .entry-header h2::after {
  content: ",";
  margin-right: 12px;
}
.single-autore .entry-header h2:last-of-type::after {
  display: none;
}
/* ------------ AUTORE SEMPLICE --------------------------------------------- */
.entry-author .author-thumbnail {
  border: 6px solid #d6dfdc;
  background-color: #d6dfdc;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}
.entry-author .author-title {
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 6px;
  margin-left: 6px;
}
.entry-author .author-title a {
  background-color: #333333;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 4px 0 0 2px #333333, -4px 0 0 2px #333333;
  box-decoration-break: clone;
}
.entry-author .author-title.web a {
  background-color: #00d9b0;
  box-shadow: 4px 0 0 2px #00d9b0, -4px 0 0 2px #00d9b0;
}
.entry-author .author {
  flex: 1;
  padding-left: 15px;
  font-weight: 700;
}
.entry-author .author p {
  font-size: 10px;
  line-height: 1.25em; /* 15px; */
}
.bg_dark_grey .author-thumbnail {
  border: 6px solid #f1f6f5;
  background-color: #f1f6f5;
}
.card-author {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.card-author .entry-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-author .entry-author .author-thumbnail {
  max-width: 75%;
  padding-top: calc(75% - 12px);
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.card-author .entry-author .author-thumbnail a {
  /* immagine centrata */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.card-author .entry-author .author-thumbnail a img {
  width: 100%;
}
.card-author .entry-author .entry-details h3 {
  font-size: 12px;
  line-height: 1.25em; /* 15px */
  margin-bottom: 5px;
}
.card-author .entry-author .entry-details p {
  font-size: 12px;
  line-height: 1.25em; /* 15px */
  margin-bottom: 0;
}
.featured .container .entry-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.featured .entry-author .author a,
.featured .entry-author .author p {
  color: #333333;
}
.featured .entry-author .author-thumbnail,
.masthead .entry-author .author-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

.featured .entry-author .author-thumbnail {
  border: none;
}
.masthead .entry-author .author-thumbnail {
  border: none;
}
.featured-article .entry-header .entry-title h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.featured-article .entry-details .context h3,
.featured-article .entry-details .analysis h3 {
  margin-bottom: 0;
  display: inline;
}
.featured-article .entry-details .context p,
.featured-article .entry-details .analysis p {
  font-size: 15px;
  line-height: 1.25em; /* px */
}
.featured-article .entry-details .date h3,
.featured-article .entry-details .place p {
  font-size: 15px;
  line-height: 1.5em; /* 22.5px */
  margin-bottom: 0;
}
.featured-article .entry-category,
.featured-article .entry-title,
.featured-article .entry-details .context,
.featured-article .entry-details .analysis,
.featured-article .entry-details .place {
  margin-bottom: 15px;
}

/* ------------ ISOTOPE - ABOUT US ------------------------------------------ */
.button-group {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-filter {
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: none;
  color: #333333;
  border: none;
  font-weight: 500;
  padding: 6px;
}
.btn-filter.is-checked {
  color: #f1f6f5 !important;
}

/* ------------------------------------------------------------------ TOP NAV */
.onoff .top-content {
  transform: translate(0, 10vh);
}
.tax-tema.onoff .top-content {
  transform: translate(0, 20vh);
  height: calc(100% - 20vh);
}
.tax-tema.giu.onoff .top-content {
  transform: translate(0, 10vh);
  height: calc(100% - 10vh);
}
.onoff.giu .top-content {
  background-color: #f1f6f5;
}
.opensearch .top-content {
  transform: translate(0, -100%);
}
.opensearch .search-content {
  opacity: 1;
  display: block;
  transform: translate(0, 0);
}
.top-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(0, -100%);
  height: calc(100% - 10vh);
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-content ul.top-nav {
  font-size: 18px;
  line-height: 2em; /* 36px */
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: center;
}
.top-content ul.top-nav li a:hover {
  color: #00d9b0;
}
.top-content ul.top-nav li.menu-item-has-children:first-child ul.sub-menu {
  display: block;
}
.top-content ul.top-nav li.menu-item-has-children ul.sub-menu {
  list-style: none;
  display: none;
}
.top-content ul.top-nav li,
.top-content ul.top-nav li.menu-item-has-children {
  list-style: none;
  font-weight: 700;
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.top-content ul.top-nav li.menu-item-has-children ul li {
  font-weight: 400;
}
.top-content ul.top-nav li.menu-item-has-children:first-child {
  color: #00d9b0;
}
.top-content ul.top-nav li.menu-item-has-children:first-child ul li {
  font-weight: 700;
}
.top-content ul.top-nav li.menu-item-has-children:first-child ul {
  font-weight: 700;
  margin-top: 0;
}
/* ------------ SEARCH ------------------------------------------------------ */
.search-content {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bac2bf;
  position: fixed;
  z-index: 1004;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.searchform {
  display: flex;
}
.searchform input[type="submit"] {
  background: none;
  border-radius: 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: none;
}
.searchform input[type="text"],
.searchform input[type="text"]:focus {
  background-color: #bac2bf;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.search-mobile {
  width: 100%;
}
.search-mobile .searchform {
  margin-top: 15px;
  margin-bottom: 20px;
}
.search-mobile .searchform input[type="text"],
.search-mobile .searchform input[type="text"]:focus {
  background-color: #ffffff;
  /* background-color: #F1F6F5; */
  border: 2px solid #333333;
  color: #333333;
  width: 100%;
  /* width: calc(100% - 60px); */
}
/* .search-mobile .searchform input[type="submit"] {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  color: #333333;
  width: 60px;
  padding: 0;
} */
.searchform input[type="text"]::placeholder {
  color: #ffffff;
  opacity: 1;
}
.searchform input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.searchform input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}
.search-mobile .searchform input[type="text"]::placeholder {
  color: #333333;
  opacity: 1;
  font-weight: 700;
}
.search-mobile .searchform input[type="text"]:-ms-input-placeholder {
  color: #333333;
  font-weight: 700;
}
.search-mobile .searchform input[type="text"]::-ms-input-placeholder {
  color: #333333;
  font-weight: 700;
}

/* ------------ ELENCO TEMATICO ------------ */

.tax-tema .featured {
  height: 80vh;
}
.tax-tema #nav-x {
  position: relative;
  background-color: #ffffff;
  border-bottom: none;
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tax-tema #nav-x .sub-category-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translate(0, -100%);
  background-color: #f1f6f5;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
}
.tax-tema.opentema #nav-x .sub-category-nav {
  transform: translate(0, 20vh);
  opacity: 1;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.15s;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.15s;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.15s;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out 0.15s;
}
.tax-tema.giu.opentema #nav-x .sub-category-nav {
  display: none;
}
.tax-tema #nav-x .sub-category-nav .entry-category ul {
  flex-direction: column;
  padding-bottom: 15px;
}
.tax-tema #nav-x .sub-category-nav .entry-category ul li a {
  background-color: inherit;
  color: #333333;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  text-transform: none;
}
.tax-tema.giu #nav-x {
  position: fixed;
  transform: translate(0, 0);
}
.tax-tema #nav-x ul.primary-nav {
  display: none;
}
.tax-tema #nav-x .category-title {
  height: 10vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10vh;
  left: 0;
  right: 0;
  background-color: #f1f5f4;
  z-index: 1001;
}
.tax-tema.giu #nav-x .category-title {
  display: none;
}
.tax-tema #nav-x .category-title p {
  display: none;
}
.tax-tema #nav-x .category-title h1,
.tax-tema #nav-x .category-title h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.25em; /* 30px */
  margin-bottom: 0;
  cursor: pointer;
}
.tax-tema #nav-x .category-title h2 {
  font-weight: 300;
  color: #00d9b0;
}
.tax-tema #nav-x .category-title h2::before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}
.term-cultura.tax-tema #nav-x .category-title h1::after,
.term-politiche.tax-tema #nav-x .category-title h1::after,
.term-societa.tax-tema #nav-x .category-title h1::after,
.term-territori.tax-tema #nav-x .category-title h1::after,
.term-che-fare.tax-tema #nav-x .category-title h1::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
  transform-origin: 50% 50%;
  -ms-transform-origin: center;
  transform: translate(12px, -2px) rotate(45deg);
  -ms-transform: translate(12px, -2px) rotate(45deg); /* IE 9 */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tax-tema.opentema #nav-x .category-title h1::after {
  transform: translate(12px, 2px) rotate(-135deg);
  -ms-transform: translate(12px, 2px) rotate(-135deg); /* IE 9 */
}

/* ------------ RELATED CONTENT --------------------------------------------- */
.related-content article.card-appuntamento .entry-title h2,
.related-content article.card-progetto .entry-title h2,
.related-content article.card-bando .entry-title h2,
.related-content article.card-news .entry-title h2 {
  font-size: 1rem;
  line-height: 1.25em;
}
.related-content article.card-appuntamento,
.related-content article.card-progetto {
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
/* BANDO */
.search-results article.card-bando,
.related-content article.card-bando {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.search-results article.card-bando,
.related-content article.card-bando {
  border-bottom: 0;
}
.search-results article.card-bando .entry-header,
.related-content article.card-bando .entry-header {
  flex: 1;
}
.search-results article.card-bando .entry-details,
.related-content article.card-bando .entry-details {
  border-bottom: 2px solid #333333;
}
.search-results article.card-bando .entry-details .col-3-md,
.related-content article.card-bando .entry-details .col-3-md,
.search-results article.card-bando .entry-details .col-4-md,
.related-content article.card-bando .entry-details .col-4-md,
.search-results article.card-bando .entry-details .col-6-md,
.related-content article.card-bando .entry-details .col-6-md {
  -ms-flex: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-bottom: 15px;
}
.related-content article.card-news {
  height: auto;
  min-height: 300px;
  border: none;
  flex-direction: column;
}
.related-content article.card-news .entry-overlay {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.related-content article.card-news .entry-title {
  margin-top: 20px;
}
.related-content .entry-author .author-title a {
  font-size: 15px;
  line-height: 24px;
}
.related-content article.card-news .entry-thumbnail {
  flex: 1;
}
.search-results article.card-appuntamento .entry-header {
  background-color: #ffffff;
}
.search-results article.card-bando {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.search-results article.card-bando .entry-header h2 {
  font-size: 1.25rem;
  line-height: 1.25em;
}

/* STCKY CONTENT */
.sticky-content {
  position: sticky;
  top: 10vh;
  z-index: 1000;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
h3.rich {
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: 500;
  margin: 0;
}
h3.rich::before,
h3.rich::after {
  content: "";
  border-top: 2px solid #333333;
  width: 33%;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
}
h3.rich::before {
  margin-right: 15px;
}
h3.rich::after {
  margin-left: 15px;
}

/* ------------ FOOTER ------------ */
footer {
  z-index: 1001;
  position: relative;
}
.colophon {
  background-color: #111111;
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 10%;
}
.colophon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.colophon a,
.colophon a:hover {
  color: #ffffff;
}
.colophon p,
.colophon ul li {
  font-size: 12px;
  line-height: 1.5em;
}
.colophon ul li a:hover {
  color: #00d9b0;
}
.colophon ul li a {
  color: #ffffff;
}
.colophon .col {
  margin-bottom: 30px;
}
.colophon .col-logo img {
  max-width: 150px;
}
.colophon .col-contact {
  order: 3;
}
.colophon .col-social {
  order: 4;
}
.colophon .col-nav {
  order: 5;
}
.colophon .col-newsletter {
  order: 6;
  margin-bottom: 0;
}
.colophon .footer-nav li.menu-item-has-children ul.sub-menu {
  display: none;
}

/* ------------------------------------------------------------------- COOKIE */
#cookie-notice {
  background-color: #333333 !important;
  font-size: 12px;
  line-height: 1.25em;
}
.cookie-notice-container {
  padding: 15px !important;
}
.cookie-notice-container #cn-notice-text {
  margin-bottom: 10px !important;
}
.cn-button.bootstrap {
  font-family: "Montserrat", sans-serif !important;
  display: inline-block !important;
  padding: 0 15px !important;
  margin: 0 15px !important;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 30px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-shadow: none !important;
  font-style: normal !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-color: #00d9b0 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  outline: none !important;
}

/* ------------ MODAL NEWSLETTER -------------------------------------------- */
#newsletter-subscription {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.subscription-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(60, 60, 60, 0.3);
}
.subscription-window {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  max-width: 600px;
}
.subscription-window .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}

/* ------------ FOOTER ------------------------------------------------------ */
#infscr-loading {
  position: fixed;
  z-index: 9000;
  bottom: 15px;
  left: 50%;
  line-height: 18px;
  background-color: #00d9b0;
  color: #333333;
  border-radius: 24px;
  font-weight: 700;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
  transform: translate(-50%, 0);
}
#infscr-loading p {
  font-weight: 700;
}

/* ------------ CONTACT ----------------------------------------------------- */
.contatti .col-bv {
  padding-top: calc(10vh + 30px);
  padding-bottom: 30px;
}
.contatti .col-form {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contatti a:hover,
.contatti a:focus {
  color: #666666;
}
input[type="text"],
input[type="email"],
textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 3px 6px;
  border: 2px solid #bac2bf;
}
input[type="text"]:focus,
input[type="email"]:focus,
.get-in-touch input[type="email"]:focus,
textarea:focus {
  border: 2px solid #00d9b0;
}
.get-in-touch input[type="email"] {
  border: 2px solid #666666;
  background-color: #666666;
}
.get-in-touch input[type="submit"] {
  background-color: inherit;
  color: #00d9b0;
}
.get-in-touch {
  background-color: rgb(56, 56, 56);
  color: #f1f6f5;
}
.get-in-touch p,
.get-in-touch p a {
  color: #f1f6f5;
}
.get-in-touch p a {
  border-bottom: 1px solid #f1f6f5;
}
.get-in-touch p a:hover {
  color: #00d9b0;
}
.contatti input[type="radio"],
.contatti input[type="checkbox"],
#newsletter-subscription input[type="radio"],
#newsletter-subscription input[type="checkbox"] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin: 0;
}
.contatti .wpcf7-checkbox span.wpcf7-list-item,
.contatti .wpcf7-acceptance span.wpcf7-list-item,
#newsletter-subscription span.wpcf7-list-item,
#newsletter-subscription span.wpcf7-list-item {
  margin: 0;
}
/* ------------ CAROUSEL - FLICKITY ----------------------------------------- */
.image-carousel .carousel-cell {
  width: 100%;
}
.carousel-cell img {
  width: 100%;
}
.content-carousel-mobile {
  height: 180px;
}
.content-carousel-mobile::after {
  content: "flickity";
  display: none;
}
.content-carousel-mobile .carousel-cell {
  width: 100%;
  height: 100%;
}
.content-carousel-mobile .carousel-cell img {
  max-width: 50%;
}
.content-carousel-mobile .carousel-cell.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-carousel-mobile .flickity-prev-next-button {
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
}
.content-carousel-mobile.logo-text {
  height: 240px;
}
.content-carousel-mobile.logo-text .carousel-cell {
  padding-left: 5%;
  padding-right: 5%;
}
.content-carousel-mobile.partner-project {
  height: 300px;
}
.content-carousel-mobile.partner-project .carousel-cell {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  justify-content: center;
}
.content-carousel-mobile.partner-project .carousel-cell .label {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  border-bottom: 1px solid #333333;
}
.content-carousel-mobile.partner-project .carousel-cell .carousel-partner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  height: 90px;
}
.content-carousel-mobile.partner-project
  .carousel-cell
  .carousel-partner
  a
  img {
  max-width: 100%;
  width: auto;
  max-height: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------ CAROUSEL - FLICKITY DISATTIVATO CON MENO DI 3 IMG */
.image-one,
.image-two {
  display: flex;
  flex-wrap: wrap;
}
.image-one {
  justify-content: center;
}
.image-one .carousel-cell,
.image-two .carousel-cell {
  -ms-flex: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/*----------------------------------------------------------------------------*/
/*	MEDIA QUERIES MIN WIDTH 576px
/*----------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .card-author .entry-author .author-thumbnail {
    max-width: 50%;
    padding-top: calc(50% - 12px);
  }
  /* ------------ BANNER HOMEPAGE ------------  */
  .banner .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .banner .container .entry-header {
    width: 60%;
    margin-bottom: 0;
  }
  .banner .container .entry-header .entry-title h2 {
    font-size: 36px;
  }

  /* ---------------------------------------------------------- PADDING CLASS */
  .px-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .px-10 {
    padding-left: 10%;
    padding-right: 10%;
  }
  .px-15 {
    padding-left: 15%;
    padding-right: 15%;
  }
  .px-20 {
    padding-left: 20%;
    padding-right: 20%;
  }
  .px-25 {
    padding-left: 25%;
    padding-right: 25%;
  }
  .px-30 {
    padding-left: 30%;
    padding-right: 30%;
  }

  .pl-5 {
    padding-left: 5%;
  }
  .pl-10 {
    padding-left: 10%;
  }
  .pl-15 {
    padding-left: 15%;
  }
  .pl-20 {
    padding-left: 20%;
  }
  .pl-25 {
    padding-left: 25%;
  }
  .pl-30 {
    padding-left: 30%;
  }

  .pr-5 {
    padding-right: 5%;
  }
  .pr-10 {
    padding-right: 10%;
  }
  .pr-15 {
    padding-right: 15%;
  }
  .pr-20 {
    padding-right: 20%;
  }
  .pr-25 {
    padding-right: 25%;
  }
  .pr-30 {
    padding-right: 30%;
  }

  .mt-60 {
    margin-top: 60px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mt-15 {
    margin-top: 15px !important;
  }

  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
}

/*----------------------------------------------------------------------------*/
/*	MEDIA QUERIES MIN WIDTH 768px
/*----------------------------------------------------------------------------*/
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
  p {
    font-size: 16px;
  }
  h1,
  .h1,
  .row-header h1 {
    font-size: 32px;
    line-height: 1.25em; /* 40px */
  }
  h2,
  .h2,
  .row-header h2 {
    font-size: 24px;
    line-height: 1.25em; /* 30px */
  }
  h3,
  .h3,
  .row-header h3 {
    font-size: 16px;
    line-height: 1.25em; /* 20px */
  }
  .intro h1,
  .intro h2 {
    font-size: 24px !important;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 15px;
    padding: 12px;
  }
  /* ------------ BANNER HOMEPAGE ------------ */
  .banner .container .entry-header .entry-title h2 {
    font-size: 36px;
  }
  .banner .container .entry-header .entry-title p {
    font-size: 16px;
  }
  .home #masthead,
  .minisito #masthead {
    height: 100vh;
  }
  .my-container-fluid {
    margin-top: calc(10vh + 60px);
  }
  .page-template-page-news .my-container-fluid,
  .page-template-page-bandi .my-container-fluid {
    margin-top: 10vh;
  }
  .mosaic-padding {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .mosaic-content article.card-news.alone .entry-title {
    width: 33.333%;
  }
  section {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .branding a {
    height: 36px;
  }
  #nav-x .branding a {
    width: 120px;
  }
  #nav-x .btn-lang {
    display: block;
    width: 36px;
    padding: 0;
    margin-right: 15px;
  }
  .nav-y .btn-lang {
    margin-top: 12px;
  }
  #nav-x .buttons,
  .nav-y .buttons {
    line-height: 32px;
    font-size: 12px;
    font-weight: 500;
  }
  .nav-y .buttons {
    width: 100%;
  }
  #nav-x .buttons {
    margin-right: 15px;
  }
  #nav-x .search-btn {
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    background-image: url("../images/che-fare-search.svg");
    margin-right: 15px;
  }
  .social-nav ul li a {
    height: 18px;
    width: 18px;
  }

  /* ISOTOPE */
  .btn-filter:hover {
    opacity: 0.5;
  }
  .btn-filter {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    line-height: 44px;
    border: 2px solid #333333;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 24px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .btn-filter.is-checked {
    border: 2px solid #f1f6f5 !important;
  }

  /* ------------ BOX INTRO ------------  */
  .page-template-index-istituzionale .featured .container .entry-title,
  .page-template-index-en .featured .container .entry-title {
    padding-top: 0;
    padding-left: 96px;
    background-position: left top;
    background-size: 66px 120px;
  }
  .container.bg_minifigure_green,
  .container.bg_minifigure_fuxia {
    min-height: 120px;
  }
  .bg_minifigure_green,
  .bg_minifigure_fuxia {
    background-repeat: no-repeat;
    background-position: left 10% top 0;
    background-size: 66px 120px;
  }
  .bg_minifigure_green {
    background-image: url("../images/minifigure-green.jpg");
  }
  .bg_minifigure_fuxia {
    background-image: url("../images/minifigure-fuxia.jpg");
  }
  .tax-tema #nav-x .category-title h1,
  .tax-tema #nav-x .category-title h2 {
    font-size: 24px;
  }
  .term-cultura.tax-tema #nav-x .category-title h1::after,
  .term-politiche.tax-tema #nav-x .category-title h1::after,
  .term-societa.tax-tema #nav-x .category-title h1::after,
  .term-territori.tax-tema #nav-x .category-title h1::after,
  .term-che-fare.tax-tema #nav-x .category-title h1::after {
    display: none;
  }
  .tax-tema.onoff .top-content,
  .tax-tema.giu.onoff .top-content {
    height: auto;
  }
  .tax-tema #nav-x .sub-category-nav {
    position: absolute;
    top: 10vh;
    display: flex;
    height: 10vh;
    justify-content: center;
    align-items: center;
    background-color: #f1f6f5;
    padding-bottom: 0;
    transform: translate(0, 0);
    opacity: 1;
  }
  .tax-tema.giu #nav-x .sub-category-nav {
    display: none;
  }
  .tax-tema #nav-x .sub-category-nav .entry-category ul {
    flex-direction: row;
    padding-bottom: 0;
  }
  .tax-tema #nav-x .sub-category-nav .entry-category ul li a {
    background-color: #bac2bf;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    margin-left: 5px;
    margin-right: 5px;
  }
  .tax-tema #nav-x .sub-category-nav .entry-category ul li a.active {
    background-color: #00d9b0;
  }
  .single-appuntamento .full-header .container .entry-thumbnail,
  .single-bando .full-header .container .entry-thumbnail,
  .single-progetto .full-header .container .entry-thumbnail {
    padding-left: 5%;
    padding-right: 5%;
  }
  .single-progetto .full-header .social-nav,
  .single-bando .full-header .social-nav,
  .single-appuntamento .full-header .social-nav {
    top: auto;
    right: auto;
    left: 0;
    bottom: 30px;
  }
  .single .full-header .top-header .entry-link {
    display: block;
  }
  .single .full-header .top-header .entry-link,
  .single .full-header .top-header .entry-title,
  .single .full-header .top-header .entry-meta {
    padding-left: 0;
    padding-top: 45px;
    padding-bottom: 90px;
  }
  .single .full-header .top-header .entry-title,
  .single .full-header .top-header .entry-meta {
    padding-right: 5%;
  }
  .single-post .masthead .entry-thumbs {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 240px;
  }
  .single-post .masthead .entry-header .entry-author {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
    width: 50%;
  }
  .single-post .masthead .entry-header .entry-title {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .featured .container {
    padding: 15px;
    /* padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%; */
  }
  .featured .container .entry-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -ms-flex: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home .featured-progetto .entry-header {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }
  .featured-progetto .entry-header,
  .featured-appuntamento .entry-header {
    order: 1;
  }
  .featured-progetto .entry-thumbnail,
  .featured-appuntamento .entry-thumbnail {
    order: 2;
  }
  .card-author .entry-author .entry-details h3 {
    font-size: 16px;
    line-height: 1.25em; /* 20px */
    margin-bottom: 5px;
  }
  .card-author .entry-author .entry-details p {
    font-size: 15px;
    line-height: 1.5em; /* 22.5px; */
  }
  .card-author .entry-author .author-thumbnail {
    max-width: 75%;
    padding-top: calc(75% - 12px);
  }
  .entry-author .author p {
    font-size: 12px;
    line-height: 1.25em; /* 15px; */
  }
  /* .featured .entry-author {
    width: 50%;
  } */
  .single-autore .entry-header {
    text-align: left;
  }
  .tax-tema #nav-x .category-title {
    flex-direction: column;
    background: none;
    top: 0;
    left: 50%;
    width: 20%;
    transform: translate(-50%, 0);
  }
  .tax-tema #nav-x .category-title p {
    display: block;
  }
  article.card-progetto .entry-header p {
    font-size: 12px;
  }
  .contatti .col-bv,
  .contatti .col-form {
    padding-top: calc(10vh + 60px);
    padding-bottom: 60px;
  }
  .colophon .col-nav {
    order: 4;
  }
  .colophon .col-social {
    order: 5;
  }
  .colophon .col-newsletter {
    order: 6;
  }
  .colophon ul li,
  .colophon .footer-nav li.menu-item-has-children ul.sub-menu li {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
  .top-content {
    height: auto;
    display: block;
    bottom: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-content ul.top-nav {
    font-size: 15px;
    line-height: 1.5em; /* 22.5px */
    text-align: left;
  }
  .top-content ul.top-nav li.menu-item-has-children {
    -ms-flex: 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 30px;
  }
  .top-content ul.top-nav li.menu-item-has-children:first-child {
    padding-right: 30px;
    line-height: 27px;
  }
  .top-content ul.top-nav li.menu-item-has-children ul.sub-menu {
    display: block;
    margin-top: 15px;
  }
  .top-content ul.top-nav li.menu-item-has-children:first-child ul.sub-menu {
    margin-top: 0;
  }
  .top-content ul.top-nav li.menu-item-has-children:last-child a,
  .top-content
    ul.top-nav
    li.menu-item-has-children:last-child
    ul.sub-menu
    li
    a {
    color: #999999;
  }

  /* ---------------------- CAROUSEL - FLICKITY DISATTIVATO CON MENO DI 3 IMG */
  .image-two {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .image-one .carousel-cell {
    -ms-flex: 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
  .image-two .carousel-cell {
    -ms-flex: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*----------------------------------------------------------------------------*/
/*	MEDIA QUERIES MIN WIDTH 1024px
/*----------------------------------------------------------------------------*/
@media (min-width: 1024px) {
  h1,
  .h1,
  .row-header h1 {
    font-size: 40px;
    line-height: 1.25em; /* 50px */
  }
  h2,
  .h2,
  .row-header h2 {
    font-size: 32px;
    line-height: 1.25em; /* 40px */
  }
  h3,
  .h3,
  .row-header h3 {
    font-size: 24px;
    line-height: 1.25em; /* 30px */
  }
  .intro h1 {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 12px;
  }
  .intro h2 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 30px;
  }
  .buttons,
  input[type="submit"] {
    font-size: 15px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-rounded,
  input[type="submit"] {
    border-radius: 24px;
  }
  .btn-arrow {
    font-size: 18px;
    line-height: 24px;
    padding-left: 0;
    padding-right: 30px;
    background-size: 24px 24px;
  }
  .btn-large {
    font-size: 18px;
    line-height: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .btn-large.btn-rounded {
    border-radius: 30px;
  }
  /* ------------ BANNER HOMEPAGE ------------ */
  .banner .container .entry-header .entry-title h2 {
    font-size: 48px;
  }
  .banner .container .entry-header .entry-title p {
    font-size: 20px;
  }
  .home #masthead,
  .minisito #masthead {
    padding-top: 0;
  }
  .single-post.transform-nav-x #nav-x .branding a {
    background-image: url("../images/che-fare-logo.svg");
  }
  .single-post.transform-nav-x #nav-x .hamburger {
    background-image: url("../images/che-fare-hamburger.svg");
  }
  .single-post.transform-nav-x #nav-x .btn-lang,
  .single-post.transform-nav-x #nav-x .btn-lang:hover {
    color: #333333;
    border: 2px solid #333333;
  }
  .single-post.transform-nav-x #nav-x .buttons,
  .single-post.transform-nav-x #nav-x .buttons:hover {
    color: #fc40b1;
    border: 2px solid #fc40b1;
  }
  .top-content ul.top-nav li.menu-item-has-children {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 0;
  }
  .top-content ul.top-nav li.menu-item-has-children:last-child {
    padding-left: 15px;
    border-left: 1px solid #999999;
  }
  .entry-category ul li a {
    font-size: 12px;
    line-height: 24px;
    padding: 0 12px;
  }
  .masthead .entry-author .author-thumbnail {
    width: 90px;
    height: 90px;
    border: 4px solid #ffffff;
  }

  .single-appuntamento .full-header .container .entry-thumbnail,
  .single-bando .full-header .container .entry-thumbnail,
  .single-progetto .full-header .container .entry-thumbnail {
    height: 100vh;
    padding-top: 0;
    background-size: cover;
    background-position: center center;
  }
  .single-progetto .entry-link,
  .single-bando .entry-link,
  .single-appuntamento .entry-link {
    background-size: 50px 90px;
  }
  .single-progetto .full-header .entry-link,
  .single-bando .full-header .entry-link,
  .single-appuntamento .full-header .entry-link {
    background-size: 50px 90px;
  }

  /* ------------ MENU ------------ */
  .home #nav-x,
  .minisito #nav-x {
    transform: translate(0, -10vh);
  }
  #nav-x ul.primary-nav {
    display: flex;
    justify-content: space-between;
    -ms-flex: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* ------------ FEATURED POST ------------ */
  .nav-y-content {
    -ms-flex: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    background-color: #f1f6f5;
    height: 100vh;
    display: block;
  }
  .nav-y {
    display: flex;
    position: absolute;
    height: 100vh;
    padding-top: 6vh;
    padding-bottom: 6vh;
    padding-left: calc(5% + 30px);
    padding-right: 30px;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    z-index: 1000;
    left: 0;
    background-image: url("../images/bg_linee_white.svg");
    background-size: 1280px auto;
    background-position: center center;
  }
  .featured {
    -ms-flex: 70%;
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
  }
  .featured .container .entry-author {
    width: 100%;
  }
  .featured .container .entry-header h2 {
    font-size: 24px;
    line-height: 1em;
    margin-top: 30px;
  }

  /* ------------ STRUCTURE ------------ */
  .row-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }

  /* ------------ CATEGORY ------------ */
  .tax-tema .featured {
    height: 80vh;
    max-width: 100%;
  }
  .tax-tema .featured .container {
    /* padding-left: 25%;
    padding-right: 20%; */
  }

  /* ------------ AUTHOR SUMMARY ------------ */
  header .author-summary p {
    font-size: 16px;
    line-height: 1.25em;
  }
  .author-summary {
    margin-right: 25%;
    padding-right: 15px;
  }

  /* ------------ CAROUSEL -------------------------------------------------- */
  .image-carousel .carousel-cell {
    width: 60%;
    margin-right: 5%;
  }
  .flickity-prev-next-button.previous {
    left: 15px !important;
  }
  .flickity-prev-next-button.next {
    right: 15px !important;
  }
  .flickity-prev-next-button {
    width: 60px !important;
    height: 60px !important;
  }
  .content-carousel-mobile::after {
    content: "";
  }
  .content-carousel-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .content-carousel-mobile .carousel-cell {
    -ms-flex: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-carousel-mobile .carousel-cell img {
    max-width: 100%;
  }
  .content-carousel-mobile {
    margin-left: -30px;
    margin-right: -30px;
  }
  .content-carousel-mobile.partner-project {
    min-height: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .content-carousel-mobile.partner-project .carousel-cell {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .content-carousel-mobile.partner-project .carousel-cell .carousel-partner {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 150px;
    height: auto;
  }
  .content-carousel-mobile.partner-project
    .carousel-cell
    .carousel-partner
    a
    img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* ------------ SINGLE PAGE ----------------------------------------------- */
  .single .entry-thumbnail {
    background-size: cover;
    background-position: center center;
  }

  /* ------------ SINGLE POST ------------ */
  .single-post .masthead {
    padding-top: 10%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .single-post .masthead .entry-thumbs {
    -ms-flex: 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center center;
  }
  .single-post .masthead .entry-header {
    -ms-flex: 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
    transform: translate(-75%);
    padding-bottom: 0;
  }
  .single-post .masthead .entry-header .entry-category ul {
    justify-content: flex-start;
    margin-top: 30px;
    margin-left: 0;
  }
  .single-post .masthead .entry-header .entry-title {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .single-post .masthead .entry-date {
    position: absolute;
    left: 15px;
    top: 10px;
  }
  .single-post .masthead .entry-header .entry-details {
    background-color: inherit;
  }
  .single-post .masthead .entry-header .entry-author {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 75%;
  }
  .single-post .masthead .entry-header .entry-author {
    padding-right: 15px;
  }
  .single-post .masthead .entry-title .btn-download {
    top: auto;
    bottom: 15px;
    left: 15px;
  }
  .single-post .masthead ul.social-nav {
    position: absolute;
    top: auto;
    bottom: 15px;
    right: 15px;
  }
  .entry-content .modern-footnotes-footnote {
    font-size: 15px;
    line-height: 10px;
    transform: translate(-1px, -5px);
  }

  /* ------------ BOX APPUNTAMENTI ------------ */
  .featured-article .entry-header {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .featured-article .entry-header .entry-title h2 {
    font-size: 24px;
    line-height: 1.25em; /* 30px */
    margin-bottom: 0;
  }
  .featured-article .entry-thumbnail img {
    width: 100%;
  }
  .featured-article .entry-details .context {
    margin-bottom: 15px;
  }
  .featured-article .entry-details .context h3,
  .featured-article .entry-details .analysis h3 {
    font-size: 18px;
    line-height: 1.5em; /* 27px */
    margin-bottom: 0;
  }
  .featured-article .entry-details .context p,
  .featured-article .entry-details .analysis p {
    font-size: 12px;
    line-height: 1.25em;
  }

  /* ------------ BOX PROGETTO ------------ */

  article.card-progetto-featured .entry-header {
    padding-right: 60px;
    margin-bottom: 0;
  }

  /* ------------ BOX BANDO ------------ */
  article.card-bando h2 {
    font-size: 1.75rem;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  article.card-bando .entry-details {
    padding-bottom: 0;
  }
  article.card-bando .entry-details .row-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  article.card-bando .entry-details .row-content > .col-3-md,
  article.card-bando .entry-details .row-content > .col-4-md,
  article.card-bando .entry-details .row-content > .col-6-md {
    padding-left: 10px;
    padding-right: 10px;
  }
  article.card-partner {
    margin-bottom: 60px;
  }
  article.card-partner .entry-header p {
    text-align: left;
  }
  .card-author .entry-author .author-thumbnail {
    max-width: 100%;
    padding-top: calc(100% - 12px);
  }
  article.card-news .entry-overlay {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  article.card-news .entry-title {
    margin-top: 10px;
  }
  article.card-news .entry-title h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .entry-author .author-title a {
    font-size: 12px;
    line-height: 20px;
  }
  .colophon p,
  .colophon ul li {
    font-size: 13px;
    line-height: 1.5em;
  }
  .colophon .col {
    margin-bottom: 0;
  }
  .colophon .col-nav {
    margin-top: 30px;
  }
  .colophon .footer-nav li.menu-item-has-children ul.sub-menu {
    margin-top: 6px;
    display: block;
  }
  .colophon .footer-nav li.menu-item-has-children:last-of-type {
    border-left: 1px solid #333333;
    padding-left: 15px;
  }
  .colophon .footer-nav li.menu-item-has-children:last-of-type a {
    color: #999999;
  }
  .colophon .footer-nav li.menu-item-has-children:last-of-type a:hover {
    color: #00d9b0;
  }
  .colophon .footer-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .colophon .footer-nav li.menu-item-has-children {
    -ms-flex: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .colophon .footer-nav li.menu-item-has-children {
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .colophon .col-social {
    order: 4;
  }
  .colophon .col-newsletter {
    order: 5;
  }
  .colophon .col-nav {
    order: 6;
  }
  .bg_linee_proj {
    background-image: url("../images/bg_linee_proj.svg");
    background-size: 1280px auto;
    background-position: left 400px top 200px;
    background-repeat: no-repeat;
  }

  .minisito_about_bg {
    position: absolute;
    width: 550px;
    height: 550px;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-image: url("../images/bg_linee_white.svg");
    background-size: 1280px auto;
    background-position: center center;
  }
}

/*----------------------------------------------------------------------------*/
/*	MEDIA QUERIES 1200px
/*----------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .nav-y-content {
    -ms-flex: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .nav-y {
    width: 25%;
  }
  .featured {
    -ms-flex: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .top-content {
    padding-left: 10%;
    padding-right: 10%;
  }
  article.card-news .entry-overlay {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  article.card-news .entry-title {
    margin-top: 15px;
  }
  article.card-news .entry-title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .entry-author .author-title a {
    font-size: 15px;
    line-height: 24px;
  }
  .featured .container .entry-header {
    -ms-flex: 33.333%;
  }
  .featured .container .entry-author {
    margin-top: 24px;
  }

  /* ------------ PAGINA NEWS ------------ */
  .single .top-header .col {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .featured-article .entry-details .context p,
  .featured-article .entry-details .analysis p {
    font-size: 15px;
    line-height: 1.25em;
  }
  .banner .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  /* ------------ FOOTER ------------ */
  .colophon p,
  .colophon ul li {
    font-size: 15px;
    line-height: 1.5em;
  }
  .colophon .col-nav {
    margin-top: 60px;
  }
  .bg_linee_proj {
    background-position: left 600px top 200px;
  }
  .minisito_about_bg {
    background-position: left 600px top 200px;
  }
}

/*----------------------------------------------------------------------------*/
/*	MEDIA QUERIES 1440px
/*----------------------------------------------------------------------------*/
@media (min-width: 1440px) {
  .featured .container .entry-header h2 {
    font-size: 36px;
  }
  .featured-article .entry-header .entry-title h2 {
    font-size: 30px;
    line-height: 1.25em;
  }
  article.card-progetto .entry-header {
    padding: 5px 25px 40px;
  }
  article.card-progetto .entry-header p {
    font-size: 14px;
  }
  article.card-progetto .entry-link,
  article.card-appuntamento .entry-link {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  p,
  .contact-notice {
    font-size: 18px;
  }
  .card-partner p,
  article.card-partner .entry-header p {
    font-size: 14px;
  }
  .card-partner.col-5 {
    padding: 0 20px;
  }
  article.card-partner {
    margin-bottom: 60px;
  }
  .related-content article.card-appuntamento .entry-title h2,
  .related-content article.card-progetto .entry-title h2,
  .related-content article.card-bando .entry-title h2,
  .related-content article.card-news .entry-title h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .related-content article.card-bando .entry-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .single-post .entry-content .row-content h1,
  .single-post .masthead .entry-header .entry-title h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
  article.card-progetto.col-1,
  article.card-appuntamento.col-1 {
    max-width: 50% !important;
  }
  .card-author .entry-author .entry-details h3 {
    font-size: 20px;
  }
  .card-author {
    padding-bottom: 30px;
  }
  .page-template-index-en .featured .container .entry-header h2,
  .page-template-index-istituzionale .featured .container .entry-header h2 {
    font-size: 44px;
    line-height: 55px;
  }
  .banner .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .branding a {
    height: 46px;
  }
  .tax-tema #nav-x .category-title h1,
  .tax-tema #nav-x .category-title h2 {
    font-size: 30px;
  }
  .tax-tema #nav-x .category-title p {
    font-size: 14px;
  }
  .home .featured-progetto .entry-header {
    padding-right: 60px;
  }
  .image-carousel .carousel-cell {
    width: 70%;
  }
  .image-one .carousel-cell {
    -ms-flex: 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .single .field-intro p {
    font-size: 32px;
  }
}

/*----------------------------------------------------------------------------*/
/*	MEDIA QUERIES 1600px
/*----------------------------------------------------------------------------*/
@media (min-width: 1600px) {
  .featured .container .entry-header h2 {
    font-size: 39px;
  }
  .featured-article .entry-header .entry-title h2 {
    font-size: 40px;
    line-height: 1.25em;
  }
  article.card-progetto .entry-header h2,
  article.card-appuntamento .entry-header h2 {
    font-size: 22px;
    line-height: 30px;
  }
  p,
  .contact-notice {
    font-size: 16px;
  }
  .card-partner.col-5 {
    padding: 0 25px;
  }
  article.card-partner {
    margin-bottom: 80px;
  }
  .related-content article.card-news {
    min-height: 400px;
  }
  .related-content article.card-appuntamento .entry-title h2,
  .related-content article.card-progetto .entry-title h2,
  .related-content article.card-bando .entry-title h2,
  .related-content article.card-news .entry-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .related-content article.card-bando .entry-title h2,
  article.card-news.focus .entry-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  article.card-news .entry-title h2 {
    font-size: 22px;
    line-height: 30px;
    box-shadow: 8px 0 0 4px white, -8px 0 0 4px white;
  }
  article.card-progetto.col-1,
  article.card-appuntamento.col-1 {
    max-width: 40% !important;
  }
  .card-author {
    padding-bottom: 50px;
  }
  h1,
  .h1,
  .single-post .masthead .entry-header .entry-title h2 {
    /* titoli articoli e pagine */
    font-size: 48px;
  }
  h2,
  .h2 {
    /* titoli singola news */
    font-size: 40px;
  }
  h3,
  .h3 {
    /* titoli sezioni home */
    font-size: 36px;
  }
  .card-author .entry-author .author-thumbnail {
    padding-top: calc(70% - 12px);
  }
  .entry-author .author-thumbnail {
    width: 70%;
  }
  .entry-author .author p {
    font-size: 14px;
  }
  .row-header {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .entry-category ul li a {
    font-size: 14px;
    padding: 2px 16px;
  }
  article.card-news .entry-title {
    margin-top: 30px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .nav-y {
    padding-left: calc(5% + 40px);
    padding-right: 40px;
  }
  ul.primary-nav li a {
    font-size: 30px;
  }
  .top-content ul.top-nav {
    font-size: 18px;
  }
  .top-content ul.top-nav li.menu-item-has-children:first-child {
    line-height: 32px;
  }
  .page-template-index-en .featured .container .entry-header h2,
  .page-template-index-istituzionale .featured .container .entry-header h2 {
    font-size: 50px;
    line-height: 65px;
  }
  .branding a {
    height: 58px;
  }
  .bg_linee_proj {
    background-position: left 700px top 300px;
  }
  .minisito_about_bg {
    background-position: left 700px top 300px;
  }
}

/*----------------------------------------------------------------------------*/
/*	MOSAICO BREAKPOINT 768 1024
/*----------------------------------------------------------------------------*/
article.card-news,
article.card-news:not(.focus) {
  -ms-flex: 100%;
  flex: 0 0 100%;
  width: 100%;
}
.mosaic-content .grid-sizer {
  width: 100%;
  box-sizing: border-box;
}
article.card-news:nth-of-type(n + 5),
article.card-news.focus {
  display: none;
}
.page-template-page-news article.card-news:nth-of-type(n + 5),
.page-template-page-news article.card-news.focus {
  display: flex;
}
@media (min-width: 768px) {
  article.card-news,
  article.card-news:not(.focus) {
    -ms-flex: 33.333%;
    flex: 0 0 33.333%;
    width: 33.333%;
  }
  article.card-news:nth-of-type(n + 5),
  article.card-news.focus {
    display: flex;
    width: 66.666%;
  }
  .mosaic-content .grid-sizer {
    width: 33.3%;
  }
}
@media (min-width: 1024px) {
  article.card-news,
  article.card-news:not(.focus) {
    -ms-flex: 20%;
    flex: 0 0 20%;
    width: 20%;
  }
  article.card-news.focus {
    width: 40%;
  }
  .mosaic-content .grid-sizer {
    width: 20%;
  }
}

/*----------------------------------------------------------------------------*/
/*	GRID BREAKPOINT 768 1024
/*----------------------------------------------------------------------------*/
.col-1 {
  -ms-flex: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.col-2 {
  -ms-flex: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-author .col-2 {
  width: 50%;
}
.col-3 {
  -ms-flex: 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.col-3-3 {
  -ms-flex: 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
.col-4 {
  -ms-flex: 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-5 {
  -ms-flex: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-6 {
  -ms-flex: 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
}
.col-8 {
  -ms-flex: 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.row-spacing {
  margin-left: -10px;
  margin-right: -10px;
}
.row-spacing > .col-1,
.row-spacing > .col-2,
.row-spacing > .col-3,
.row-spacing > .col-3-3,
.row-spacing > .col-4,
.row-spacing > .col-5,
.row-spacing > .col-6,
.row-spacing > .col-7,
.row-spacing > .col-8 {
  padding-left: 10px;
  padding-right: 10px;
}
/* ORDER COLUMN */
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
/* DISPLAY */
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}

/* RELATED CONTENT */
.related-content article.card-appuntamento,
.related-content article.card-progetto,
.related-content article.card-bando,
.related-content article.card-news {
  -ms-flex: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-bottom: 30px;
}
.related-content article:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .col-1-sm {
    -ms-flex: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-2-sm {
    -ms-flex: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-3-sm {
    -ms-flex: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
  .row-author .col-3-sm {
    width: 33.333%;
  }
  .col-3-3-sm {
    -ms-flex: 66.666% !important;
    flex: 0 0 66.666% !important;
    max-width: 66.666% !important;
  }
  .col-4-sm {
    -ms-flex: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-5-sm {
    -ms-flex: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .col-6-sm {
    -ms-flex: 16.666% !important;
    flex: 0 0 16.666% !important;
    max-width: 16.666% !important;
  }
  .col-8-sm {
    -ms-flex: 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
  .row-spacing {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-spacing > .col-1-sm,
  .row-spacing > .col-2-sm,
  .row-spacing > .col-3-sm,
  .row-spacing > .col-3-3-sm,
  .row-spacing > .col-4-sm,
  .row-spacing > .col-5-sm,
  .row-spacing > .col-6-sm,
  .row-spacing > .col-7-sm,
  .row-spacing > .col-8-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* DISPLAY */
  .d-none-sm {
    display: none !important;
  }
  .d-block-sm {
    display: block !important;
  }

  /* RELATED CONTENT */
  .related-content article.card-appuntamento,
  .related-content article.card-progetto,
  .related-content article.card-bando,
  .related-content article.card-news {
    -ms-flex: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .col-1-md {
    -ms-flex: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-2-md {
    -ms-flex: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .col-3-md {
    -ms-flex: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
  .col-3-3-md {
    -ms-flex: 66.666% !important;
    flex: 0 0 66.666% !important;
    max-width: 66.666% !important;
  }
  .col-4-md {
    -ms-flex: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .col-5-md {
    -ms-flex: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .row-author .col-5-md {
    width: 20%;
  }
  .col-6-md {
    -ms-flex: 16.666% !important;
    flex: 0 0 16.666% !important;
    max-width: 16.666% !important;
  }
  .col-8-md {
    -ms-flex: 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
  .row-spacing {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-spacing > .col-1-md,
  .row-spacing > .col-2-md,
  .row-spacing > .col-3-md,
  .row-spacing > .col-3-3-md,
  .row-spacing > .col-4-md,
  .row-spacing > .col-5-md,
  .row-spacing > .col-6-md,
  .row-spacing > .col-7-md,
  .row-spacing > .col-8-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ORDER COLUMN */
  .order-1-md {
    order: 1 !important;
  }
  .order-2-md {
    order: 2 !important;
  }
  /* DISPLAY */
  .d-none-md {
    display: none !important;
  }
  .d-block-md {
    display: block !important;
  }
  .related-content article.card-appuntamento,
  .related-content article.card-progetto,
  .related-content article.card-bando,
  .related-content article.card-news {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*----------------------------------------------------------------------------*/
/* ----------------------------------------- FORMATTAZIONE TESTO DA EDITOR WP */
/*----------------------------------------------------------------------------*/
.entry-content{
  margin: 0 auto;
  max-width: 960px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .entry-content{
    padding: 0 20%;
  }
}
@media (max-width: 640px) {
  .entry-content{
    padding: 0 15px;
  }
}

.entry-content p,
.entry-content ul li,
.entry-content ol li{
  font-size: 14px;
  line-height: 1.5em; /* 21px */
  overflow: hidden;
}
.entry-content h1 {
  font-size: 20px;
  line-height: 1.25em; /* 40px */
  margin-bottom: 1.25em; /* 40px */
}
.entry-content h2 {
  font-size: 18px;
  line-height: 1.25em; /* 30px */
  margin-bottom: 1.25em; /* 30px */
}
.entry-content h3 {
  font-size: 15px;
  line-height: 1.25em; /* 25px */
  margin-bottom: 1.25em; /* 25px */
}
.entry-content h4 {
  font-size: 14px;
  line-height: 1.25em; /* 22.5px */
  margin-bottom: 1.25em; /* 22.5px */
}
.entry-content h5 {
  font-size: 14px;
  line-height: 1.25em; /* 17.5px */
  margin-bottom: 1.25em; /* 17.5px  */
  text-transform: uppercase;
}
.entry-content h6 {
  font-size: 14px;
  line-height: 1.25em; /* 17.5px  */
  margin-bottom: 1.25em; /* 17.5px  */
}
.entry-content a {
  text-decoration: none;
  position: relative;
  color: #333333;
}
.entry-content a:hover {
  color: #fc40b1;
}
.entry-content a::after {
  content: "";
  border-bottom: 1px solid #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-content a:hover::after {
  border-bottom: 1px solid #fc40b1;
}
.entry-content blockquote {
  min-height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 20%;
  background-image: url("../images/minifigure-green.jpg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 44px 80px;
}
.entry-content blockquote p {
  color: #00d9b0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25em; /* 30px */
}
.entry-content strong,
.entry-content b {
  font-weight: 700;
}
.entry-content em,
.entry-content i {
  font-style: italic;
}
.entry-content ul,
.entry-content ol {
  list-style-position: inside;
  margin-bottom: 1.5em; /* 22.5px */
  padding-left: 40px;
  padding-right: 40px;
}
.entry-content ul{
  list-style: none;
}
.entry-content ul li,
.entry-content ol li{
  margin: 12px 0px;
}
.entry-content ul li::before{
  content: '»';
  margin-right: 4px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright img,
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft img,
.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter img {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.entry-content .wp-caption p {
  font-size: 12px;
  line-height: 1.5em;
}
.entry-content .wp-caption.aligncenter {
  text-align: center;
}

@media (min-width: 768px) {
  .entry-content p,
  .entry-content ul li,
  .entry-content ol li{
    font-size: 15px;
    line-height: 1.5em; /* 22.5px */
  }
  .entry-content blockquote {
    min-height: 120px;
    /*margin-left: -10%;*/
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: right center;
    background-size: 66px 120px;
  }
  .entry-content blockquote p {
    font-size: 32px;
    line-height: 1.25em; /* 40px */
  }
  .entry-content img.alignright,
  .entry-content .wp-caption.alignright img {
    float: right;
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft img {
    float: left;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 3px;
  }
}
@media (min-width: 1024px) {
  .entry-content p,
  .entry-content ul li,
  .entry-content ol li{
    font-size: 16px;
    line-height: 1.5em; /* 22.5px */
  }
  .entry-content h1 {
    font-size: 24px;
  }
  .entry-content h2 {
    font-size: 20px;
  }
  .entry-content h3 {
    font-size: 15px;
  }
  .entry-content h4 {
    font-size: 15px;
  }
  .entry-content h5 {
    font-size: 15px;
  }
  .entry-content h6 {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .entry-content h1 {
    font-size: 36px;
  }
  .entry-content h2 {
    font-size: 32px;
  }
  .entry-content h3 {
    font-size: 24px;
  }
  .entry-content h4 {
    font-size: 20px;
  }
  .entry-content h5 {
    font-size: 16px;
  }
  .entry-content h6 {
    font-size: 16px;
  }
}

/*
 * MINISITO MODULES
*/

/* Opening Home */
header .flag{
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 15px;
  width: 144px;
  height: 148px;
  background-color: #333333;
  border: 1px solid white;
  border-top: 0px;
  border-radius: 0px 0px 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  background-image: url("../images/che-fare-logo-02.svg");
}
header .flag{
  top: 10vh;
}
header #masthead .flag{
  top: 0px;
}
@media (max-width: 1024px) {
  header .flag{
    display: none;
  }
}

.minisito .branding a.logo{
  height: auto !important;
  background: none !important;
}
/* Opening Home */

/* footer--partner */
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  margin-left: 15%;
  width: 70%;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__top {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  footer .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .footer__top {
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 1200px) {
  .footer__top {
    width: 80%;
    margin-left: 10%;
  }
}
footer .footer__top .footer__sx {
  width: 70%;
}
@media (max-width: 768px) {
  footer .footer__top .footer__dx,
  footer .footer__top .footer__sx {
    display: block;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 960px) {
  footer .footer__top .footer__sx {
    width: 100%;
  }
}
.footer__logolaguida {
  margin-bottom: 45px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  footer .footer__top .footer__logolaguida {
    margin-bottom: 30px;
  }
}
.footer__logolaguida .logoguida__1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
}
.footer__logolaguida .logoguida__2 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #fff;
  display: block;
}
.footer__logolaguida .logoguida__2 * {
  color: #ffffff;
}
.footer__logolaguida .logoguida__2 a {
  text-decoration: underline;
}
.footer__logolaguida {
  margin-bottom: 45px;
  position: relative;
  display: block;
}
.info__1 {
  font-size: 15px;
  margin-top: 10px;
  color: #fff;
  letter-spacing: -0.01em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.info__2 a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.info__2 a:hover {
  opacity: 0.9;
}
.info__2 a:after {
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.info__2 a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.social {
  margin-top: 24px;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .footer__top .social {
    width: 70%;
    margin-top: 42px;
  }
}
.social img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  height: 24px;
}
.social img:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.9;
}
@media (max-width: 768px) {
  footer .footer__top .social img {
    height: 26px;
  }
}
.conilsupporto img {
  margin-top: 30px;
  margin-right: 70px;
  display: inline-block;
}
.footer__logo {
  width: 120px;
}
@media (max-width: 768px) {
  footer .footer__top .footer__logo {
    width: 180px;
    margin-top: 20px;
  }
}
.footer__contacts {
  font-size: 15px;
  color: #fff;
  margin-top: 42px;
}
@media (max-width: 768px) {
  footer .footer__top .footer__contacts {
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  .footer__info {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 30px 0;
  }
}
@media (max-width: 768px) {
  footer .footer__bot span {
    font-size: 12px;
  }
}
/* footer--partner */

/* aboutCheFare */
.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid-x > .medium-5,
.grid-x > .medium-7,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 64em) {
  .grid-x > .medium-5,
  .grid-x > .medium-7,
  .grid-x > .small-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
}
.rbg {
  background-color: #d40b0c;
  padding: 0 20%;
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .rbg {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .rbg {
    padding: 0 5%;
  }
}
.rbg .rbg__text {
  z-index: 10;
}
.rbg .rbg__img {
  padding-left: 10%;
  z-index: 10;
}
@media (max-width: 768px) {
  .rbg .rbg__img {
    margin-top: 40px;
    margin-bottom: 26px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .rbg .rbg__img {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.textimage_cont {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 960px) {
  .textimage_cont {
    padding-top: 30px;
  }
}
.rbg__domande {
  padding-top: 43px;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 100px;
  border-top: 2px solid #fff;
}
@media (max-width: 960px) {
  .rbg__domande {
    padding-bottom: 30px;
  }
}
.rbg__domande h4 {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #f2f2f2;
  font-size: 24px;
}
.rbg__domande p {
  font-size: 18px;
  color: #f2f2f2;
}
.rbg__domande p a,
.faq .header__text p a {
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.rbg__domande p a:before,
.faq .header__text p a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.rbg__domande p a:after,
.faq .header__text p a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* aboutCheFare */

/* banner */
.banner .banner-content {
  color: #fff;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  padding: 5% 0px;
}
@media (max-width: 576px) {
  .banner .banner-content {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px 0px;
  }
}

.banner-content h1 {
  font-weight: 700;
  font-size: 110px;
  line-height: 110px;
  letter-spacing: -0.02em;

  margin: 0px;
}
@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 86px;
    line-height: 86px;
  }
}
@media (max-width: 576px) {
  .banner-content h1 {
    font-size: 46px;
    line-height: 46px;
  }
}

.banner-content h3 {
  font-weight: 400;
  font-size: 43px;

  margin-top: 24px;
  margin-bottom: 0px;
}
.banner-content a.btn {
  padding: 12px 70px;
  margin-top: 42px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  background: none;
  border: 2px solid currentColor;

  color: currentColor;
  text-transform: uppercase;
}
/* banner */

/* accordion */
.accordion .accordion-content {
  width: 100%;
  padding: 5% 15%;
}
@media (max-width: 576px) {
  .accordion .accordion-content {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 45px 15px;
  }
}

.accordion-item {
  cursor: pointer;
}
.accordion-title {
  font-size: 38px;
  line-height: 38px;

  position: relative;
  display: block;
  width: 100%;
  padding: 30px 25px 30px 0px;
  margin: 0px;
  border-bottom: 4px solid currentColor;

  transition: padding 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .accordion-title {
    font-size: 18px;
    line-height: 18px;
  }
}
.accordion-title:hover {
  padding: 35px 25px 35px 0px;
  text-decoration: underline;
}
.accordion-item.active .accordion-title {
  border-bottom: 0px;
}
.accordion-item:first-child .accordion-title {
  border-top: 4px solid currentColor;
}
.accordion-item .accordion-title::after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 46px;
}
.accordion-item.active .accordion-title::after {
  content: "-";
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel-content {
  margin-bottom: 30px;
}
.panel-content p {
  font-weight: 400;
}
/* accordion */

/* Opening Info */
.opening--info {
  padding: 10%;
  /*margin: 60px 0px;*/
}
.opening--info-content {
  position: relative;
}
.opening--info-content .subtitle {
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  width: 35%;
}
.opening--info-content .title {
  font-size: 84px;
  text-align: left;

  margin-top: 10%;
}
@media (max-width: 1024px) {
  .opening--info-content .title {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .opening--info-content .subtitle {
    font-size: 18px;
  }
  .opening--info-content .title {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .opening--info-content .subtitle {
    width: 70%;

    font-size: 14px;
    line-height: 18px;
  }
  .opening--info-content .title {
    font-size: 36px;
  }
}
.opening--info-img {
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
  width: 60%;
  padding-bottom: 46%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Opening Info */

/* Teachers */
.minisito .teachers,
.minisito .timeline{
  width: 100%;
  padding: 0px 15%;
  margin: 5% 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.minisito .teachers:nth-child(even){
  flex-direction: row-reverse;
}
/*.minisito .timeline:nth-child(3n+3){
  flex-direction: row-reverse;
}*/
.minisito .timeline:nth-child(even){
  flex-direction: row-reverse;
}
.minisito .teachers-content-wrapper {
  width: 60%;
  padding: 0px 20px;
}
.minisito .teachers-image-wrapper {
  width: 40%;
  padding: 0px 20px;
}
.minisito .timeline-image-wrapper{
  width: 50%;
  padding: 0px 20px;
}
.minisito .timeline-content-wrapper{
  width: 50%;
  padding: 0px 20px;
}
.minisito .timeline.timeline-line{
  display: flex;
  margin: auto;
  width: 4px;
  height: 50px;
  background-color: black;
  padding: 0;
}
.minisito .timeline-container {
  height: 100%;
  position: relative;
}
.minisito .timeline-container:after {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  border-left: 5px dashed black;
  content: "";
  width: 4px;
  display: block;
  box-sizing: inherit;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 576px) {
  .minisito .teachers,
  .minisito .timeline {
    width: 100%;
    margin: 45px 0px;
    padding: 0px 15px;
  }
}
@media (max-width: 576px) {
  .minisito .teachers:nth-child(odd),
  .minisito .teachers:nth-child(even){
    flex-direction: column-reverse;
  }
  .minisito .timeline:nth-child(odd),
  .minisito .timeline:nth-child(even){
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .minisito .teachers-content-wrapper,
  .minisito .teachers-image-wrapper,
  .minisito .timeline-content-wrapper,
  .minisito .timeline-image-wrapper{
    width: 100%;
  }
  .minisito .teachers-content-wrapper,
  .minisito .timeline-content-wrapper{
    padding-top: 20px;
    background-color: white;
  }
/*  .minisito .timeline-container:after {
    display: none;
  }*/
  .minisito .timeline-content-wrapper.timeline-left-text .timeline-content-heading,
  .minisito .timeline-content-wrapper.timeline-right-text .timeline-content-heading
  {
    text-align: center !important;
  }
  .minisito .timeline-content-wrapper.timeline-left-text .timeline-content-title {
    text-align: center !important;
  }

  .minisito .timeline-content-wrapper.timeline-left-text .accordion-title {
    text-align: center !important;
  }
}

.minisito .teachers-image-wrapper .teachers-image,
.minisito .timeline-image-wrapper .timeline-image{
  width: 100%;
  //padding-bottom: 156.25%; /* 9:16 */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 400px;
}

.minisito .timeline-content-wrapper.timeline-left-text .timeline-content-heading {
  text-align: end;
}

.minisito .timeline-content-wrapper.timeline-right-text .timeline-content-heading {
  text-align: start;
}

.minisito .timeline-content-wrapper.timeline-left-text .timeline-content-title {
  text-align: right;
}

.minisito .timeline-content-wrapper.timeline-left-text .accordion-title {
  text-align: right;
}

.minisito .teachers-content-wrapper .teachers-content-heading,
.minisito .timeline-content-wrapper .timeline-content-heading{
  font-size: 20px;
  font-weight: 660;
}
.minisito .teachers-content-wrapper .teachers-content-title,
.minisito .timeline-content-wrapper .timeline-content-title{
  margin: 0px;
}
.minisito .timeline-content-wrapper .timeline-content-title{
 font-size: 26px;
}
.minisito .teachers-content-wrapper .accordion-title,
.minisito .teachers-content-wrapper .accordion-title::after,
.minisito .timeline-content-wrapper .accordion-title,
.minisito .timeline-content-wrapper .accordion-title::after{
  font-size: 20px;
  line-height: 20px;
}
.minisito .teachers-content-wrapper .panel-content p,
.minisito .timeline-content-wrapper .panel-content p{
  font-size: 14px;
}
/* Teachers */

/*MINISITO MODULES*/

/*
 * LONGFORM MODULES
*/

.lightgallery a{
  position: relative;
  display: block;
}
.lightgallery a::before{
  position: absolute;
  z-index: 1;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("../images/che-fare-search-white.svg");
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lightgallery a:hover::before{
  background-size: 50px;
}

/*
 * 404 page
*/

.sectionNotFound{
  height: 100vh;
  padding-top: 90px;
  text-align: center;
}
.sectionNotFound .wrapper{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10%;
}
.sectionNotFound a{
  text-decoration: underline;
}
.sectionNotFound .notFoundBg{
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;

  text-align: center;
  font-size: 30vw;
  line-height: 30vw;
  font-weight: bold;
  color: #00D9AF;
}

.minisito-paragraph {
  padding-left: 15px;
}