/* Theme Name: Circolo dei Lettori / Fondazione
Author: // mauro@quattrolinee.it
Author URI: www.quattrolinee.it
Version: 1.2.0 */
html {
  background: #CE0E2D;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #7E7E7E;
}
body b,
body strong {
  font-weight: 700;
}
body i,
body em {
  font-style: italic;
}
body.overflow {
  overflow: hidden;
}

a {
  color: #CE0E2D;
}
a:hover {
  color: #3B3B3B;
  text-decoration: none !important;
}

p {
  line-height: 1.4;
}

h1 {
  font-size: 2.75rem;
  /* 55px */
  line-height: 1.27;
  color: #CE0E2D;
  font-weight: 500;
}

h2 {
  font-size: 1rem;
  /* 20px */
  letter-spacing: 0.2rem;
  line-height: 1.25;
  color: #3B3B3B;
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  font-size: 0.75rem;
  /* 15px */
  letter-spacing: 0.2rem;
  line-height: 1.26;
  color: #3B3B3B;
}

h4,
.h4 {
  font-size: 1.5rem;
  /* 35px */
  color: #CE0E2D;
}

h5 {
  font-size: 1rem;
  /* 20px */
  line-height: 1.4;
  color: #3B3B3B;
}

img {
  max-width: 100%;
  height: auto;
}

.name-page {
  font-size: 2.8rem;
  color: #CE0E2D;
  margin: 0;
  padding: 2rem 0rem;
  word-break: break-word;
}

.mx-n15px {
  margin-left: -15px;
  margin-right: -15px;
}

.border-before:before {
  content: "";
  display: block;
  border-top: 1px solid #dee2e6;
}

.border-after:after {
  content: "";
  display: block;
  border-top: 1px solid #dee2e6;
}

.color-red {
  color: #CE0E2D !important;
}

/* FARE OVERRIDE DELLA CLASSE .BG-SECONDARY DI BOOTSTRAP */
.bg-secondary {
  background: #F0F0F0 !important;
}

/*** CURL FOR HOVER IMAGE ***/
.pos-rel {
  position: relative;
}

.curl-image {
  position: relative;
  width: 100%;
}
.curl-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 0;
  border: 0px solid;
  border-radius: 0px;
  border-color: #CE0E2D #FFFFFF #FFFFFF #CE0E2D;
  transition: ease-in 0.25s;
}
.curl-image img:hover {
  cursor: pointer;
}

.pos-rel:hover .curl-image:before {
  border: 31px solid;
  border-radius: 30px 0 0 0;
  border-color: #CE0E2D #FFFFFF #FFFFFF #CE0E2D;
}

/*** MAIN ***/
main {
  min-height: 100vh;
}

/*** HAMBURGER - menu ***/
#menu-mobile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #CE0E2D;
  z-index: 100;
  height: 5rem;
  transition: top 0.5s ease;
}
#menu-mobile.scroll {
  top: -80px;
  transition: top 1s ease;
}
#menu-mobile .logo {
  display: block;
  width: 185px;
  height: 75px;
  background: url("files/icons/logo_fondazione.svg") #CE0E2D no-repeat center;
  background-size: 150px;
  margin: 0;
  padding: 0;
}
#menu-mobile .logo:hover {
  border: none;
  cursor: pointer;
}
#menu-mobile .hamburger {
  color: #000000;
  width: 32px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  right: 15px;
}
#menu-mobile .hamburger span {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: 0.2s;
  z-index: 10;
  top: 11px;
  left: 0;
}
#menu-mobile .hamburger span:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: 0.2s;
  z-index: 10;
  bottom: 9px;
  left: 0;
}
#menu-mobile .hamburger span:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 32px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: 0.2s;
  z-index: 10;
  top: 9px;
  left: 0;
}
#menu-mobile .hamburger span.close {
  background: none;
  opacity: 1;
}
#menu-mobile .hamburger span.close:before {
  transform-origin: 50% 50%;
  top: 0;
  background: #FFFFFF;
  z-index: 10;
  position: absolute;
  transform: rotate3d(0, 0, 1, 45deg);
}
#menu-mobile .hamburger span.close:after {
  transform-origin: 50% 50%;
  top: 0;
  background: #FFFFFF;
  z-index: 10;
  position: absolute;
  transform: rotate3d(0, 0, 1, -45deg);
}
#menu-mobile .menu-item-mobile {
  display: none;
  color: #FFFFFF;
  background: #CE0E2D;
  position: inherit;
  top: 80px;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: calc(100% - 80px);
  border-top: solid 1px #FFFFFF;
  overflow-y: auto;
}
#menu-mobile .menu-item-mobile ul#menu-principale {
  list-style: none;
  padding-top: 1.5rem;
}
#menu-mobile .menu-item-mobile ul#menu-principale > li {
  padding: 0 15px;
}
#menu-mobile .menu-item-mobile ul#menu-principale li {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.5;
  margin: 0;
}
#menu-mobile .menu-item-mobile ul#menu-principale li.back {
  display: none;
}
#menu-mobile .menu-item-mobile ul#menu-principale li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
}
#menu-mobile .menu-item-mobile ul.sub-menu {
  display: none;
}
#menu-mobile .menu-item-mobile ul.sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#menu-mobile .menu-item-mobile ul.sub-menu li:nth-child(2) {
  display: none;
}
#menu-mobile .menu-item-mobile ul.sub-menu li a {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 2.5;
  opacity: 0.5;
}
#menu-mobile .menu-item-mobile ul.sub-menu li.current_page_item a {
  opacity: 1;
}
#menu-mobile .menu-item-mobile .menu-item-has-children > a:after {
  font-family: "circolo-lettori";
  content: "o";
  font-size: 16px;
  padding: 0.3rem 0 0 0;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
}
#menu-mobile .menu-item-mobile .menu-item-has-children .rotate-arrow:after {
  transform: rotate(90deg);
}
#menu-mobile .menu-item-mobile .social a {
  color: #FFFFFF;
}
#menu-mobile .menu-item-mobile a[search=search] {
  display: flex;
  color: #FFFFFF;
}

.showMenu {
  display: block !important;
}

.showSubMenu {
  display: block !important;
}

/*** SIDEBAR - menu ***/
#sidebar {
  display: none;
  background: #CE0E2D;
  color: #FFFFFF;
  min-height: 100vh;
}
#sidebar [class^=circolo-] {
  color: #FFFFFF;
  cursor: pointer;
}
#sidebar a[search=search] {
  display: flex;
  color: #FFFFFF;
}
#sidebar a[search=search]:hover {
  opacity: 0.5;
}
#sidebar #primary-menu .menu-item-has-children > a:after {
  font-family: "circolo-lettori";
  content: "o";
  font-size: 16px;
  padding: 0.3rem 0 0 0;
  position: absolute;
  right: 0;
}
#sidebar .sub-menu .menu-item {
  border-bottom: solid 1px rgb(255, 255, 255);
}
#sidebar .sub-menu .menu-item:first-of-type {
  border-bottom: none;
}
#sidebar .sub-menu .menu-item:nth-child(2) {
  border-bottom: none;
}
#sidebar .sub-menu .menu-item:nth-child(2) a {
  font-size: 1.2rem;
  font-weight: 500;
  cursor: auto;
}
#sidebar .sub-menu .menu-item:nth-child(2) a:hover {
  opacity: 1;
}
#sidebar .sub-menu .menu-item a {
  font-size: 0.8rem;
  font-weight: 500;
  /* 20px */
  letter-spacing: 0;
  cursor: pointer;
}

/* NAV - menu */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* #PRIMARY NAV - menu */
#primary-nav {
  width: 100%;
  overflow: hidden;
}

/* #PRIMARY MENU - menu */
#primary-menu {
  transition: linear 0.25s;
}
#primary-menu ul {
  min-height: 100%;
}
#primary-menu ul.sub-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background: #CE0E2D;
  overflow-y: auto;
}
#primary-menu a {
  display: block;
}
#primary-menu a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#primary-menu li.current_page_item a {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.5;
}
#primary-menu li.current-menu-parent ul {
  z-index: 1;
}
#primary-menu > li > a,
#primary-menu > li .back {
  color: #FFFFFF;
  padding: 0.3rem 0;
}
#primary-menu li a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0.3rem 0;
}
#primary-menu li.back a {
  display: inline-block;
  font-size: 0.7rem !important;
  letter-spacing: 0.1rem !important;
}
#primary-menu li.back a:before {
  font-family: "circolo-lettori";
  content: "m";
  font-size: 75%;
  padding: 0 0.5rem 0 0;
}
#primary-menu.translate-0 {
  transform: translateX(0);
}
#primary-menu.translate-1 {
  transform: translateX(-100%);
}
#primary-menu.translate-2 {
  transform: translateX(-200%);
}

.donation .acf-btn {
  font-size: 0.65rem;
  letter-spacing: 0.07rem;
  border: solid 2px white;
  background-color: white;
  width: 100%;
}
.donation .acf-btn:hover {
  color: white !important;
  background-color: unset;
  border: solid 2px white !important;
}

.newsletter .acf-btn {
  font-size: 0.65rem;
  letter-spacing: 0.07rem;
  border: solid 2px white;
  background-color: white;
  width: 100%;
}
.newsletter .acf-btn:hover {
  color: white !important;
  background-color: unset;
  border: solid 2px white !important;
}

/*** PAGE-CONTENT ***/
/*** TPL-HOMEPAGE ***/
.link-news {
  font-size: 1rem;
  line-height: 1;
  color: #9F9F9F;
}
.link-news:hover {
  color: #CE0E2D;
}
.link-news:after {
  font-family: "circolo-lettori";
  content: "o";
  font-size: 75%;
  padding: 0 0 0 0.5rem;
}

/*** CAROUSEL-HOMEPAGE ***/
#sticky_carousel {
  height: calc(100vh - 80px);
}
#sticky_carousel .carousel-item.active > .row {
  opacity: 1;
  transition: linear 0.3s;
}
#sticky_carousel .carousel-item > .row {
  opacity: 0;
}
#sticky_carousel .position-absolute {
  min-width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#sticky_carousel .position-absolute:after {
  content: "";
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  margin-top: -400px;
  height: 400px;
  width: 100%;
}
#sticky_carousel img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in;
}
#sticky_carousel h2 {
  display: inline;
  font-size: 1.75rem;
  letter-spacing: 0;
  color: #FFFFFF;
  background: #CE0E2D;
  text-transform: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.5rem;
}
#sticky_carousel p {
  color: #FFFFFF;
}
#sticky_carousel .acf {
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  float: right;
}
#sticky_carousel .acf:hover {
  background: white;
  border: solid 2px rgba(255, 255, 255, 0.5) !important;
  mix-blend-mode: screen;
}
#sticky_carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 15px;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  opacity: 1;
}
#sticky_carousel .carousel-indicators .active {
  background-color: #FFFFFF;
}

aside > div {
  margin-bottom: 2rem;
}
aside h3 {
  text-transform: uppercase;
  font-weight: 700;
}
aside .archive-month li {
  list-style-type: none;
  border-bottom: solid 0.75px #F0F0F0;
}
aside .archive-month li a {
  font-size: 0.65rem;
  /* 13px */
  letter-spacing: 0.2rem;
  line-height: 1.23;
  text-transform: uppercase;
}
aside .archive-month li a:hover {
  color: #CE0E2D;
}
aside .archive-categories a {
  font-size: 0.65rem;
  /* 13px */
  letter-spacing: 0.2rem;
  line-height: 1.23;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  border: solid 1.5px #CE0E2D;
  border-radius: 21px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
aside .archive-categories a:hover {
  color: #690717;
  border: solid 1.5px #690717;
}

.meta .meta1 {
  font-weight: 700;
}
.meta .meta2 {
  display: flex;
  white-space: pre-wrap;
}

/*** CONTENT-SINGLE ***/
.single-thumbnail img {
  height: 20rem;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-breadcrumb {
  font-size: 0.65rem;
  /* 13px */
  letter-spacing: 0.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
}
.single-breadcrumb a:before {
  font-size: 80%;
  padding: 0 0.5rem 0 0;
}
.single-breadcrumb #breadcrumbs a:hover {
  color: #CE0E2D;
}

.single-content blockquote {
  border-left: solid 2px #CE0E2D;
  padding-left: 3rem;
  margin: 2rem 0 2rem 0;
}
.single-content blockquote p {
  font-size: 1.25rem;
  /* 25px */
  letter-spacing: 0;
  line-height: 1.28;
  color: #CE0E2D;
}
.single-content img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.single-info > div {
  font-size: 0.85rem;
  line-height: 1.1;
  color: #9F9F9F;
}

.minutes > span:before {
  font-family: "circolo-lettori";
  content: "s";
  font-size: 90%;
  padding: 0 0.5rem 0 0;
}

.dates:before {
  font-family: "circolo-lettori";
  content: "q";
  font-size: 90%;
  padding: 0 0.8rem 0 0;
}

.categoria div:before {
  font-family: "circolo-lettori";
  content: "w";
  font-size: 90%;
  padding: 0 0.8rem 0 0;
}

.single-related p.minutes > span:before {
  font-family: "circolo-lettori";
  content: "s";
  font-size: 100%;
  padding: 0 0.5rem 0 0;
}
.single-related a:hover {
  color: #690717;
}

.span-reading-time.rt-reading-time {
  display: block;
  font-size: 0.85rem;
  color: #9F9F9F;
}

/*** CONTENT-EXCERPT ***/
article.excerpt {
  border: solid 1px #9F9F9F;
}
article .date {
  font-weight: 500;
  font-size: 0.85rem;
  text-transform: uppercase;
}
article h5 a:hover {
  color: #690717;
}

.excerpt-content .date {
  font-size: 0.65rem;
  /* 13px */
  letter-spacing: 0.2rem;
  line-height: 1.23;
  text-transform: uppercase;
}
.excerpt-content h5 a:hover {
  color: #CE0E2D;
}
.excerpt-content p {
  font-size: 0.8rem;
  /* 16px */
  line-height: 1.37;
}
.excerpt-content .span-reading-time {
  font-size: 0.65rem;
  /* 13px */
  line-height: 1.69;
}
.excerpt-content .acf-link {
  font-size: 0.85rem;
  /* 17px */
  line-height: 1.29;
  color: #CE0E2D;
  align-self: center;
}

/*** TPL-PROGETTI ***/
.row.page-thumbnail img {
  height: 20rem;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-external-site {
  background: #F0F0F0;
}
.page-external-site .col-12 {
  padding-left: 15px;
}
.page-external-site .acf-link {
  font-size: 1rem;
  /* 20px */
  letter-spacing: 0;
  line-height: 0;
  color: #CE0E2D;
  font-weight: 600;
}

.link-social a:hover {
  color: #CE0E2D;
  opacity: 1;
}
.link-social a i:hover {
  opacity: 1;
}

.project h3 {
  font-size: 1.5rem;
  /* 30px */
  letter-spacing: 0;
  line-height: 1.16;
  color: #CE0E2D;
}

.col-right {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.col-right img {
  width: 60%;
}
.col-right div {
  font-size: 1.85rem;
  /* 37px */
  line-height: 1.32;
  color: #CE0E2D;
  z-index: 1;
}

.attivita .subtitle {
  font-weight: 600;
  color: #3B3B3B;
}
.attivita .section-attivita .title {
  font-size: 1.3rem;
  /*26px*/
  letter-spacing: 0;
  line-height: 1.3;
  color: #3B3B3B;
  font-weight: 500;
}

/*** PARTIALS ***/
.acf {
  color: #CE0E2D;
  font-weight: 700;
}
.acf:after, .acf:before {
  font-family: "circolo-lettori";
}
.acf:focus {
  box-shadow: none;
}

.acf-btn {
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  line-height: 1.26;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: solid 2px #CE0E2D;
  border-radius: 29px;
}
.acf-btn:hover {
  color: #690717 !important;
  border: solid 2px #690717 !important;
}

.acf-download {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
}
.acf-download:before {
  display: inline-block;
  content: "p";
  font-size: 90%;
  margin-right: 0.5rem;
  transform: rotate(90deg);
}

.acf-link {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
}
.acf-link:hover {
  color: #690717 !important;
}
.acf-link:before {
  content: "p";
  font-size: 90%;
  padding: 0 0.5rem 0 0;
}

.acf-more {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
}
.acf-more:hover {
  color: #690717 !important;
}
.acf-more:before {
  content: "v";
  font-size: 90%;
  padding: 0 0.5rem 0 0;
}

.acf-less {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.25;
}
.acf-less:hover {
  color: #690717 !important;
}
.acf-less:before {
  content: "c";
  font-size: 90%;
  padding: 0 0.5rem 0 0;
}

.acf-mail {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #3B3B3B;
}
.acf-mail:hover {
  color: #CE0E2D !important;
}
.acf-mail:before {
  content: "r";
  font-size: 90%;
  padding: 0 0.75rem 0 0;
}

.acf-phone {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #3B3B3B;
}
.acf-phone:hover {
  color: #CE0E2D !important;
}
.acf-phone:before {
  content: "f";
  font-size: 90%;
  padding: 0 0.5rem 0 0;
  vertical-align: middle;
}

.acf-pin {
  font-weight: 400;
  font-size: 1rem;
  color: #9F9F9F;
}
.acf-pin:before {
  content: "e";
  font-size: 90%;
  padding: 0 0.8rem 0 0;
}

.acf-prev a:before {
  font-family: "circolo-lettori";
  display: inline-block;
  content: "p";
  font-size: 90%;
  margin-right: 0.5rem;
  transform: rotate(180deg);
}

.acf-next a:before {
  font-family: "circolo-lettori";
  content: "p";
  font-size: 90%;
  padding: 0 0.5rem 0 0;
}

/* PLUGIN: Real3D Flipbook */
.pdf-container > div {
  position: absolute;
  height: 70vh !important;
}
.pdf-container > div canvas {
  height: 100% !important;
  width: auto !important;
}

.flipbook-bookLayer.flipbook-move {
  background: #CE0E2D !important;
}

.flipbook-main-wrapper > img {
  display: none !important;
}

.page-template-default main section.pdf .back {
  display: none;
}
.page-template-default main section.pdf:last-of-type .back {
  display: block !important;
}

/*** QUERY-WP - homepage ***/
/*** QUERY-FEED - homepage ***/
.news-wp .title,
.news-feed .title {
  font-size: 1.3rem;
  /*26px*/
  letter-spacing: 0;
  line-height: 1.3;
  color: #3B3B3B;
  font-weight: 500;
}
.news-wp .title a:hover,
.news-feed .title a:hover {
  color: #690717 !important;
}
.news-wp img,
.news-feed img {
  width: 100%;
  height: auto;
}

/*** IN_EVIDENZA - homepage ***/
.call_to_action .acf {
  color: #FFFFFF;
  background-color: #CE0E2D;
}
.call_to_action .acf-btn:hover {
  color: #CE0E2D !important;
  background-color: #FFFFFF;
  border-color: #CE0E2D !important;
}

/*** IN_EVIDENZA - homepage ***/
.in_evidenza img {
  width: 100%;
  min-height: 100%;
}
.in_evidenza video {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  background: #000000;
}
.in_evidenza iframe {
  width: 100%;
  height: 100%;
  min-height: 50vh;
}
.in_evidenza p {
  font-weight: 500;
  font-size: 1.5rem;
  /*30px*/
  line-height: 1.25;
  color: #FFFFFF;
}
.in_evidenza a.acf-btn {
  text-align: center;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.in_evidenza a.acf-btn:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  border: solid 2px rgba(255, 255, 255, 0.5) !important;
}

/*** WYSIWYG ***/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*** EDITOR ***/
.editor p,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor pre {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0rem;
  margin-bottom: 0.25rem;
  text-transform: none;
}
.editor h1 {
  font-size: 3rem;
}
.editor h2 {
  font-size: 2.25rem;
}
.editor h3 {
  font-size: 1.85rem;
}
.editor h4 {
  font-size: 1.5rem;
}
.editor h5 {
  font-size: 1.25rem;
}
.editor h6 {
  display: inline !important;
  font-size: 1.15rem;
  color: #CE0E2D !important;
}

.in_evidenza .editor {
  margin-bottom: 1rem;
}
.in_evidenza .editor p,
.in_evidenza .editor h1,
.in_evidenza .editor h2,
.in_evidenza .editor h3,
.in_evidenza .editor h4,
.in_evidenza .editor h5,
.in_evidenza .editor h6,
.in_evidenza .editor pre {
  color: #FFFFFF;
}

.html-section .editor {
  margin-bottom: 1rem;
}
.html-section .editor p,
.html-section .editor h1,
.html-section .editor h2,
.html-section .editor h3,
.html-section .editor h4,
.html-section .editor h5,
.html-section .editor h6,
.html-section .editor pre {
  color: #7E7E7E;
}

/*** ROW_2COLS ***/
/*** TAGLINE ***/
.tagline p {
  font-size: 1.75rem;
  color: #CE0E2D;
  text-align: center;
}

/*** SLIDESHOW ***/
.slideshow a.carousel-control-prev {
  width: 13%;
}
.slideshow a.carousel-control-prev .carousel-control-prev-icon:before {
  color: #FFFFFF;
}
.slideshow a.carousel-control-next {
  width: 10%;
}
.slideshow a.carousel-control-next .carousel-control-next-icon:before {
  color: #FFFFFF;
}

/*** TIMELINE ***/
.timeline .col-lg-4 h3 {
  font-size: 1rem;
  letter-spacing: 0;
  color: #CE0E2D;
}
.timeline a.carousel-control-prev {
  width: 6%;
}
.timeline a.carousel-control-prev .carousel-control-prev-icon:before {
  color: #CE0E2D;
}
.timeline a.carousel-control-next {
  width: 6%;
}
.timeline a.carousel-control-next .carousel-control-next-icon:before {
  color: #CE0E2D;
}

/* Arrow prev and next used in SLIDESHOW and TIMELINE*/
a.carousel-control-prev .carousel-control-prev-icon {
  background-image: none;
  position: absolute;
  bottom: 50%;
}
a.carousel-control-prev .carousel-control-prev-icon:before {
  font-family: "circolo-lettori";
  content: "n";
  font-size: 100%;
  padding: 0 0.5rem 0 0;
}
a.carousel-control-next .carousel-control-next-icon {
  background-image: none;
  position: absolute;
  bottom: 50%;
}
a.carousel-control-next .carousel-control-next-icon:before {
  font-family: "circolo-lettori";
  content: "p";
  font-size: 100%;
  padding: 0 0.5rem 0 0;
}

/*** CANDIDACY ***/
.candidacy {
  background: #F8F8F8;
}
.candidacy .title {
  font-size: 1.5rem;
  line-height: 1.16;
  color: #CE0E2D;
  padding-top: 0.4rem;
}

.row-cand {
  align-items: center;
}
.row-cand h3 {
  font-size: 1.5rem;
  /* 30px */
  letter-spacing: 0;
  line-height: 1.16;
  color: #CE0E2D;
}

/*** SPONSOR ***/
/*** NUMBERS ***/
.numbers .number .num {
  font-weight: 500;
  font-size: 2.8rem;
  /* line-height: 2.32; */
  color: #CE0E2D;
}
.numbers .number h3 {
  font-size: 1.25rem;
  /* 25px */
  letter-spacing: 0;
  line-height: 1.6;
  color: #CE0E2D;
}

.number {
  border-top: solid 2px #CE0E2D !important;
}

/*** DOWNLOAD ***/
/* .downloads {
} */
/*** DONATIONS ***/
.donations .price {
  font-size: 1.85rem;
  line-height: 1.59;
  color: #FFFFFF;
  background: url("files/icons/paypal-logo.png") #CE0E2D no-repeat right 1.5rem center;
  background-size: 90px;
}
.donations .content {
  background: #F0F0F0;
}
.donations .content p {
  font-size: 1.4rem;
  line-height: 1.42;
  color: #3B3B3B;
}
.donations .content a {
  font-size: 0.85rem;
  line-height: 1.42;
}
.donations div.col-12.col-lg-6 {
  margin-bottom: 2rem;
}

/*** LINK ***/
.links h3 {
  font-size: 1.55rem;
  /* 31px */
  letter-spacing: 0;
  line-height: 2.32;
  color: #9F9F9F;
}

/*** MEMBRI ***/
.members h1 {
  font-size: 2rem;
}

/*** STAFF ***/
.staff .row:last-of-type {
  border-bottom: none !important;
}
.staff h3 {
  font-size: 1.55rem;
  /* 31px */
  letter-spacing: 0;
  color: #CE0E2D;
}
.staff h3.name {
  color: #3B3B3B;
}

/*** VIDEO ***/
.video iframe {
  width: 100%;
  height: 66vh;
}

/*** PAGE-BANDI ***/
[show-more--end] div {
  text-align: center;
}
[show-more--end] a.circolo-plus {
  font-size: 1rem;
  /* 20px */
  line-height: 1.25;
  color: #3B3B3B;
  cursor: pointer;
  font-weight: 700;
}
[show-more--end] a.circolo-plus:hover {
  color: #CE0E2D;
  opacity: 1;
}
[show-more--end] a.circolo-plus:before {
  margin: 0 0.5rem 0 0;
}

[show-more--hide] div {
  text-align: center;
}
[show-more--hide] a.circolo-plus {
  font-size: 1rem;
  /* 20px */
  line-height: 1.25;
  color: #3B3B3B;
  cursor: pointer;
}
[show-more--hide] a.circolo-plus:hover {
  color: #CE0E2D;
}
[show-more--hide] a.circolo-plus:before {
  margin: 0 0.5rem 0 0;
}

/*** CONTENT_BANDO ***/
.bandi h3 {
  font-size: 1.5rem;
  /* 30px */
  letter-spacing: 0;
  line-height: 1.33;
  color: #3B3B3B;
  font-weight: 500;
}

.bandi-conclusi .col-lg-3 {
  filter: grayscale(100%);
}
.bandi-conclusi .col-lg-9 > h3 {
  filter: grayscale(100%);
}
.bandi-conclusi .col-lg-9 > p {
  filter: grayscale(100%);
}

/* TPL-SEDI */
.sede h5 {
  color: #CE0E2D;
  font-weight: 500;
}
.sede img {
  max-height: 25rem;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sede .map img {
  min-height: 100vw;
}
.sede .address-repeater div:last-of-type {
  border: none !important;
}
.sede .address-repeater p a:hover {
  color: #CE0E2D;
}

/* TPL-FONDAZIONE-PER */
.approfondimenti img {
  margin-bottom: 1rem;
}
.approfondimenti .title {
  font-size: 1.3rem;
  /*26px*/
  line-height: 1.3;
  color: #CE0E2D;
  font-weight: 500;
}
.approfondimenti .subtitle {
  font-size: 1rem;
  /*20px*/
  line-height: 1.15;
  color: #3B3B3B;
  font-weight: 500;
}

/*** FOOTER ***/
.cta-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

/*** Newsletter popup ***/
.cta-popup {
  position: fixed;
  bottom: 15px;
  right: 15px;
  left: 15px;
  z-index: 100;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 30px 30px 30px;
  margin: 0;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3333333333);
}
.cta-popup.hide-popup {
  display: none;
  pointer-events: none;
}
.cta-popup .cta-popup-header .close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.27455%206L11.686%202.58852C12.1047%202.16989%2012.1047%201.49114%2011.686%201.07216L10.9278%200.313977C10.5092%20-0.104659%209.83046%20-0.104659%209.41148%200.313977L6%203.72545L2.58852%200.313977C2.16989%20-0.104659%201.49114%20-0.104659%201.07216%200.313977L0.313977%201.07216C-0.104659%201.4908%20-0.104659%202.16955%200.313977%202.58852L3.72545%206L0.313977%209.41148C-0.104659%209.83011%20-0.104659%2010.5089%200.313977%2010.9278L1.07216%2011.686C1.4908%2012.1047%202.16989%2012.1047%202.58852%2011.686L6%208.27455L9.41148%2011.686C9.83011%2012.1047%2010.5092%2012.1047%2010.9278%2011.686L11.686%2010.9278C12.1047%2010.5092%2012.1047%209.83046%2011.686%209.41148L8.27455%206Z%22%20fill%3D%22%23aaaaaa%22%2F%3E%3C%2Fsvg%3E);
}
.cta-popup .cta-popup-content {
  padding: 0.25rem 0;
}
.cta-popup .cta-popup-content .title p {
  color: #3B3B3B;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
}
.cta-popup .cta-popup-content .description {
  color: #000000;
  line-height: 1.3;
  font-size: 1rem;
}
.cta-popup .cta-popup-content .link a {
  width: 100%;
  background-color: #CE0E2D;
  color: #FFFFFF;
}
.cta-popup .cta-popup-content .link a:hover {
  background-color: #FFFFFF;
  color: #CE0E2D !important;
  border-color: #CE0E2D !important;
}

footer {
  background: #F8F8F8;
  color: #3B3B3B;
}
footer .logo-footer {
  display: block;
  width: 200px;
  height: 100px;
  background: url("files/icons/logo_fondazione_footer.svg") no-repeat;
  background-size: 200px;
  margin: 0;
  padding: 0;
}
footer .logo-footer:hover {
  border: none;
  cursor: pointer;
}

/* ROW1 - footer */
.row1 .col-12:first-of-type {
  font-weight: 500;
  font-size: 1rem;
  /* 20px */
  letter-spacing: 0;
  line-height: 1.75;
  color: #3B3B3B;
}
.row1 .col-12.col-md-5,
.row1 .content-text {
  font-size: 0.9rem;
  letter-spacing: 0;
  line-height: 1.33;
  color: #9F9F9F;
  margin-top: 0.3rem;
}
.row1 .col-12.col-md-5 a,
.row1 .content-text a {
  color: #9F9F9F;
}
.row1 .footer-logos .footer-logo {
  width: auto;
}
.row1 .footer-logos .footer-logo.footer-logo-1 {
  height: 55px;
}
.row1 .footer-logos .footer-logo.footer-logo-2 {
  height: 45px;
  margin: 5px 0;
}
.row1 .footer-menu li {
  display: inline-block !important;
  margin-right: 0.5rem;
}
.row1 .footer-menu li a {
  font-size: 0.9rem;
}

#menu-progetti li a {
  font-size: 0.8rem;
  /* 16px */
  line-height: 1.33;
  color: #3B3B3B;
}
#menu-progetti li a:hover {
  color: #CE0E2D;
  cursor: pointer;
}

/* ROW2 - footer */
.menu-footer-container {
  margin: 1.3rem 0 1rem 0;
}

#menu-footer li {
  font-weight: 500;
  list-style: none;
  float: left;
  border-right: solid 1px #3B3B3B;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
#menu-footer li:last-of-type {
  border-right: none;
}
#menu-footer li a {
  font-size: 0.8rem;
  /* 16rem */
  letter-spacing: 0;
  line-height: 1.75;
  color: #3B3B3B;
}
#menu-footer li a:hover {
  color: #CE0E2D;
  cursor: pointer;
}

#mc_embed_signup {
  margin: 1rem 0 1rem 0;
}
#mc_embed_signup p {
  display: inline;
}
#mc_embed_signup p:first-of-type {
  margin-right: -0.3rem;
}
#mc_embed_signup p label {
  font-weight: 500;
  font-size: 0.8rem;
  /* 16px */
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 1rem 0 0;
  color: #3B3B3B;
}
#mc_embed_signup p [type=email] {
  height: 2rem;
  border: solid 0.5px #9F9F9F;
  padding: 0 0 0 1rem;
  font-size: 0.8rem;
}
#mc_embed_signup p [type=email]::-moz-placeholder {
  font-size: 0.8rem;
  /* 20px */
  letter-spacing: 0;
  line-height: 1.75;
  color: #9F9F9F;
}
#mc_embed_signup p [type=email]::placeholder {
  font-size: 0.8rem;
  /* 20px */
  letter-spacing: 0;
  line-height: 1.75;
  color: #9F9F9F;
}
#mc_embed_signup p [type=submit] {
  background: #3B3B3B;
  color: #FFFFFF;
  border: solid 0.5px #3B3B3B;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0;
  line-height: 1.75;
  width: 4rem;
  height: 2rem;
}
#mc_embed_signup p [type=submit]:hover {
  cursor: pointer;
  background: #CE0E2D;
  border: solid 0.5px #CE0E2D;
  transition: ease 0.2s;
}

/* SOCIAL */
/* SHARE */
.share a {
  color: #CE0E2D;
}
.share a:hover {
  color: #690717;
  opacity: 1;
}
.share a i:hover {
  color: #690717;
  opacity: 1;
}

/* SEARCH */
#search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #CE0E2D;
  overflow: auto;
  z-index: 100;
}
#search i:hover {
  opacity: 0.5;
}
#search [class^=circolo-] {
  color: #FFFFFF;
  cursor: pointer;
}
#search #mc_embed_signup p label {
  color: #FFFFFF;
}
#search #mc_embed_signup p [type=submit] {
  background: #690717;
  border: solid 0.5px #690717;
}
#search #mc_embed_signup p [type=submit]:hover {
  cursor: pointer;
  background: #3B3B3B;
  border: solid 0.5px #3B3B3B;
  transition: ease 0.2s;
}

[class^=circolo-]:hover {
  opacity: 0.5;
}

#searchform > div {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#searchform label {
  display: none;
}
#searchform input#s {
  border: none;
  background: none;
  border-bottom: solid 1px #FFFFFF;
  border-radius: 0px;
  width: 100%;
  height: 4rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
#searchform input#s:focus {
  outline-style: none !important;
}
#searchform input#s::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
#searchform input#s::placeholder {
  color: #FFFFFF;
  opacity: 0.5;
}
#searchform input#searchsubmit {
  color: #FFFFFF;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  padding: 1rem 2rem 0 0;
  background: url("files/icons/search.png") no-repeat right;
  background-size: 25px;
}
#searchform input#searchsubmit:hover {
  cursor: pointer;
  opacity: 0.5;
}

#popular-posts h3 {
  font-size: 0.75rem;
  /* 15px */
  letter-spacing: 0.2rem;
  line-height: 1.26;
  color: #FFFFFF;
  text-transform: uppercase;
}
#popular-posts ul {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}
#popular-posts ul li a {
  display: block;
  font-size: 1rem;
  /* 20px */
  letter-spacing: 0;
  color: #FFFFFF;
  padding-right: 45px;
  margin-bottom: 1rem;
  position: relative;
  text-transform: lowercase;
}
#popular-posts ul li a:first-letter {
  text-transform: uppercase !important;
}
#popular-posts ul li a:hover {
  opacity: 0.5;
}
#popular-posts ul li a:after {
  font-family: "circolo-lettori";
  content: "p";
  font-size: 90%;
  padding-right: 15px;
  position: absolute;
  bottom: 20%;
  right: 0;
}

.circolo-close {
  float: none;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 1;
}
.circolo-close:hover {
  color: #FFFFFF;
}

/* REGOLE FORM NEWSLETTER */
#subscription-form .subscription-popup-title {
  color: #3B3B3B;
}
#subscription-form .subscription-form_row a {
  color: #3B3B3B !important;
}
#subscription-form .subscription-form_row input[type=submit] {
  border-color: #CE0E2D;
  background-color: #CE0E2D;
}
#subscription-form .subscription-form_row input[type=submit]:hover {
  border-color: #CE0E2D !important;
  color: #CE0E2D !important;
  background-color: #fff;
}

/* GOOGLE SEARCH  */
.gsc-wrapper {
  display: flex !important;
  flex-flow: column-reverse;
}

.gsc-control-cse .gs-result .gs-title * {
  /* color: #FFFFFF; */
  font-size: 1.5rem !important;
  font-family: "Raleway", sans-serif;
}

a.gs-title:link {
  /* color: #FFFFFF; */
  font-size: 1.5rem !important;
  font-family: "Raleway", sans-serif;
}

.gsc-input {
  /* color: #FFFFFF; */
  font-size: 1.5rem !important;
  font-family: "Raleway", sans-serif;
}

.gsc-input-box {
  background: #ffffff !important;
  border-right-color: #ffffff !important;
  border-top-color: #ffffff !important;
  border-left-color: #ffffff !important;
  border-bottom-color: #ce0e2d !important;
}

.gsib_a input {
  color: #ce0e2d;
}

.gsc-search-button svg {
  width: 25px !important;
  height: 25px !important;
}

.gsc-above-wrapper-area {
  display: none;
}

.gs-web-image-box {
  display: none;
}

.gsc-webResult .gsc-result {
  border-bottom-color: #ffffff !important;
}

.gs-visibleUrl-long {
  display: none !important;
}

.gs-webResult div.gs-visibleUrl {
  color: black !important;
}

.gs-snippet {
  color: black !important;
}

.gs-fileFormat {
  display: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  text-decoration: underline !important;
  color: #ce0e2d !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #ce0e2d !important;
  border-color: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #ce0e2d !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: none !important;
}

.ricerca #popular-posts ul li a {
  color: #ce0e2d !important;
}

/*** 
MEDIA QUERY
***/
/* col-sm */
@media (min-width: 576px) {
  /*** TPL-CONTATTI ***/
  .sede .map img {
    min-height: 100%;
  }
  /*** Newsletter popup ***/
  .cta-popup {
    left: auto;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 80px;
  }
}
/* col-md */
@media (min-width: 768px) {
  /*** CONTENT-SINGLE ***/
  .single-thumbnail img {
    height: 30rem;
  }
  /*** TPL-PROGETTI ***/
  .row.page-thumbnail img {
    height: 30rem;
  }
  .name-page {
    font-size: 3rem;
  }
  .logo {
    display: block;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 0;
    background: url("files/icons/logo_fondazione.svg") #CE0E2D no-repeat;
    background-size: 90%;
    background-position-x: center;
    background-position-y: center;
  }
  .logo:hover {
    border: none;
    cursor: pointer;
  }
  /*** CAROUSEL-HOMEPAGE ***/
  #sticky_carousel {
    height: 600px;
  }
  #sticky_carousel .carousel-inner.vertical {
    height: 100%;
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item {
    transition: 1s ease-in-out top;
  }
  /* SEARCH */
  /*** NUMBERS ***/
  /*** TAGLINE ***/
}
@media (min-width: 768px) and (transform-3d), (min-width: 768px) and (-webkit-transform-3d) {
  #sticky_carousel .carousel-inner.vertical > .carousel-item {
    transition: transform 1s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item.carousel-item-next,
  #sticky_carousel .carousel-inner.vertical > .carousel-item.active.carousel-item-right {
    top: 0;
    transform: translate3d(0, 100%, 0);
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item.carousel-item-prev,
  #sticky_carousel .carousel-inner.vertical > .carousel-item.active.carousel-item-left {
    top: 0;
    transform: translate3d(0, -100%, 0);
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item.carousel-item-next.carousel-item-left,
  #sticky_carousel .carousel-inner.vertical > .carousel-item.carousel-item-prev.carousel-item-right,
  #sticky_carousel .carousel-inner.vertical > .carousel-item.active {
    top: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  #sticky_carousel .carousel-inner.vertical > .active {
    top: 0;
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item-next,
  #sticky_carousel .carousel-inner.vertical > .carousel-item-prev {
    top: 0;
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item-next {
    left: 0;
    top: 100%;
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item-prev {
    left: 0;
    top: -100%;
  }
  #sticky_carousel .carousel-inner.vertical > .carousel-item-next.carousel-item-left,
  #sticky_carousel .carousel-inner.vertical > .carousel-item-prev.carousel-item-right {
    top: 0;
  }
  #sticky_carousel .carousel-inner.vertical > .active.carousel-item-left {
    left: 0;
    top: -100%;
  }
  #sticky_carousel .carousel-inner.vertical > .active.carousel-item-right {
    left: 0;
    top: 100%;
  }
  #sticky_carousel h2 {
    font-size: 2.5rem;
    line-height: 1.35;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0.5rem;
  }
  #sticky_carousel .carousel-indicators {
    position: absolute;
    top: 45%;
    left: 96%;
    display: block;
    margin-right: 3%;
    margin-left: 0;
  }
  #sticky_carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-bottom: 15px;
    margin-left: 0;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
  }
  #sticky_carousel .carousel-indicators .active {
    background-color: #FFFFFF;
  }
  #searchform input#s {
    font-size: 2rem;
  }
  #searchform input#searchsubmit {
    background-size: 35px;
  }
  #popular-posts ul li a {
    font-size: 1.5rem;
    /* 30px */
    line-height: 2;
  }
  .numbers .number .num {
    font-size: 4rem;
  }
  .number {
    border-top: solid 4px #CE0E2D !important;
  }
  .tagline p {
    font-size: 2.5rem;
  }
}
/* col-lg */
@media (min-width: 992px) {
  html,
  body {
    font-size: 18px;
  }
  /* ROW1 - footer */
  .row1 > .col-12:nth-child(2) {
    border-right: 1px solid #dee2e6;
  }
  .row1 .footer-logos {
    border-right: 1px solid #dee2e6;
  }
  /*** SPONSOR ***/
  .cta-banner .cta-banner-img {
    transition: all linear 0.25s;
  }
  .cta-banner .cta-banner-img:hover {
    transform: scale(1.15);
    transform-origin: bottom right;
  }
  /* PLUGIN: Real3D Flipbook */
  .pdf-container > div {
    height: 85vh !important;
  }
  .pdf-container > div canvas {
    height: 100% !important;
    width: auto !important;
  }
}
/* col-xl */
@media (min-width: 1200px) {
  /* SEARCH */
  #popular-posts ul li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
/* col-xxl */
@media (min-width: 1400px) {
  /* ROW1 - footer */
  .row1 .footer-logos .footer-logo {
    width: auto;
  }
  .row1 .footer-logos .footer-logo.footer-logo-1 {
    height: 60px;
  }
  .row1 .footer-logos .footer-logo.footer-logo-2 {
    height: 50px;
    margin: 5px 0;
  }
}
@media (min-width: 1920px) {
  html,
  body {
    font-size: 20px;
  }
  .logo {
    background: url("files/icons/logo_fondazione.svg") #CE0E2D no-repeat;
    background-size: auto;
    background-position-x: center;
    background-position-y: center;
  }
}