/**
 * @file
 * Subtheme specific CSS.
 */

/*
* UNICO COLORE DA SOTITUIRE
* Rosso: #c11a0e;
* sfondo: #F5F5F5;
* Ps: per la frecce dello slider e il panino del menu mobile sostistuire in valore rgba(193,26,14,1) che è sempre il rosso
*
* CLASSI DA USARE PER LE VISTE
* ARTICOLI
* Usare la classe 'articoli' per la vista, sequenza dei campi: immagine, titolo, link al contenuto
* ULTIMI ARTICOLI
* Usare la classe 'ultimi-articoli' per la vista, sequenza dei campi uguale ad articoli.
* BOX QUADRATO
* Usare la classe 'box-quadrato' per la vista, sequenza dei campi: titolo, immagine.
* NEWS TUTTA PAGINA
* Usare la classe 'news-tuttapagina' per la vista, sequenza dei campi: immagine, data, titolo e testo.
* PS: Le viste principali sono gli eventi hanno lo sfondo bianco, la sequenza dei campi: titolo, corpo del testo, data, circolo, link al contenuto, immagine.
*
* VIEW FOOTER
* Se si inseriscono link nel footer delle viste compaiono come bottoni. Bastano i link semplici.
*/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
body,
p,
a,
li {
  font-family: "Open Sans", sans-serif;
}
a,
.link,
.nav-link {
  color: #000;
}
a:hover,
a:focus,
.link:hover,
.link:focus,
.nav-link:hover {
  color: #ccc;
}
/* editor */
.ckb-rosso {
  color: #c11a0e;
}
.ckb-rosso a {
  color: #c11a0e;
}
p.dida {
  font-size: 13px;
  font-weight: bold;
}

body {
  line-height: 1.7;
}

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

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  float: left;
  padding: 0px 15px 0px 0;
}

img.alignright {
  float: right;
  padding: 0px 0 0px 15px;
}

.header {
  border-bottom: 15px solid #fff;
}

#navbar-top {
  justify-content: flex-start;
  padding: 0;
}
.region.region-top-header {
  margin-top: 20px;
}

#navbar-top .nav-link,.navigation .nav-link{
  color: #333;
  padding: 0 20px 0 0;
}
.navigation  .navbar-nav{
	flex-direction: row;
}
.menu--atlas .nav {
  display: block;
}
@media (min-width: 768px) {
	.menu--atlas .nav {
	  display: flex;
	}
}

.menu--atlas-logged-user-menu {
  margin-top: 20px;
}
.navbar-nav .nav-link.is-active,
#navbar-top .nav-link.is-active,
#navbar-top a.is-active {
  text-decoration: underline;
}
.navbar-nav .nav-link.is-active {
  font-weight: bold;
}


#block-kitbarrio-atlas-login div {
  margin: 10px 5px;
  line-height: 1.2;
}

#navbar-main {
  background-color: #ffffff;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
#navbar-main .nav-link {
  color: #333;
  font-size: 1.5em;
  padding: 0 30px 0 0;
}

/* menu secondo */
#block-kitbarrio-atlas-secondarylinks .nav-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  #navbar-main .nav-link {
    display: inline-block;
  }

  #navbar-main li.nav-item + li.nav-item:before {
    content: "";
    display: none;
  }
}

#navbar-top .nav-link + .nav-link:before {
  content: "|";
  display: inline-block;
  color: #333;
  margin-right: 15px;
}

.navbar-brand {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
  margin: 0 auto 0 0;
}
.navbar-brand img {
  width: 280px;
}

#navbar-main.affix {
  top: 43px;
}

#navbar-main.affix .navbar-brand {
  max-width: 100px;
}

#navbar-main .region-secondary-menu .nav {
  display: block;
}

#navbar-top .region-secondary-menu .nav {
  display: none;
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  /*width: 100%;
  top: 120%;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.4em;*/
}
.nav-link.dropdown-toggle.show {
  text-decoration: underline;
}

.dropdown-item {
/*  padding: 0.7rem 1.5rem;
  white-space: normal;
  line-height: 1.2;*/
}
.dropdown-item a {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dee2e6;
}
.dropdown-item a:hover {
  color: #111;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f9fa;
}
.dropdown-item.active a,
.dropdown-item:active a {
  text-decoration: underline;
}

.navbar-expand-md .navbar-collapse {
  justify-content: flex-start;
  /*border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;*/
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  #navbar-main .region-secondary-menu {
    display: none;
  }
  #navbar-top .region-secondary-menu .nav {
    display: flex;
  }

  #navbar-main.affix .navbar-brand {
    background-color: #fff;
    padding: 5px 10px;
    max-width: 120px;
  }
}
.region-top-header-form {
  display: flex;
  margin: 0;
  align-items: center;
}
@media (min-width: 768px) {
  #block-kitbarrio-atlas-selettorelingua .links.nav {
    justify-content: end;
  }
}

/* Search block */

#search-block-form input[type="submit"] {
  color: transparent;
  width: 41px;
  height: calc(2.25rem + 2px);
}
#search-block-form .form-type-search,
#search-block-form .form-actions {
  padding-right: 0;
  padding-left: 0;
}
#search-block-form #edit-actions {
  position: relative;
}
#search-block-form #edit-actions:before {
  font-family: "Font Awesome 6 Free";
  font-size: 22px;
  font-weight: 900;
  content: "\f002";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  pointer-events: none;
}
#search-block-form input[type="search"]::placeholder {
  color: #ccc;
  content: "Cerca";
}
#search-block-form .form-control {
  border: 0;
  background-color: #fff;
  box-shadow: 5px 10px #fff;
}
#search-block-form .form-control:focus {
  border-bottom: 1px solid #dfdfdf;
}
#search-block-form {
  padding: 10px 0 0 0;
}
#search-block-form .form-group {
  margin: 0;
}
.search-block-form .mb-3 {
  margin-bottom: 0 !important;
}
#search-block-form {
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
}
#search-block-form .input-group {
  margin: 0;
  height: 50px;
  padding: 0px;
  font-size: 14px;
  line-height: 1;
  background-color: #333;
  border-radius: 0px;
  border-color: #333;
}
#search-block-form input[type="search"] {
  margin: 0;
  width: 100px;
  height: 32px;
  padding: 5px;
  font-size: 18px;
  line-height: 1;
  color: #333;
  border-radius: 0;
  border-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search-block-form button {
  margin: 0;
  height: 32px;
  padding: 10px;
  font-size: 18px;
  line-height: 1;
  background-color: transparent;
  color: #d8d8d8;
  border: 0;
}

/* Language Switcher */

.block-language ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.block-language ul li {
  display: inline-block;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.4em;
  padding: 0 0 0 15px;
}
#block-kitbarrio-atlas-selettorelingua .nav-link + .nav-link:before {
  content: "";
  display: none;
}
#block-kitbarrio-atlas-selettorelingua .nav-link:last-child  {
  padding: 0;
}

.block-language ul li a,
.block-language a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: normal;
  color: #333;
}

/* titoli e fromattazione*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.h1,
h1 {
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 1110px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}

.h2,
h2 {
  font-size: 2.5rem;
}

hr {
  border-top: 1px dotted #c11a0e;
  border-bottom: 1px dotted #fff;
}

.region-featured-top {
  margin: 0;
}
.region-featured-top .block {
  padding: 20px 0;
}
/* Page custom header */

.block-views-blockeventi-block-6 {
  width: 100%;
}

.views-field-field-titolo-header {
  padding: 0;
  margin: 0;
}

.views-field-field-immagine-header {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.views-field-field-immagine-header img {
  width: auto;
  height: 100%;
  max-width: unset;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%);
}

#main-wrapper {
  padding-bottom: 40px;
}

/* boxhome */
.solutions {
  background: #fcdc18;
}
.tools {
  background: #f4a346;
}
.practices {
  background: #e87888;
}
.community {
  background: #936dac;
}
.boxhome {
  padding: 30px;
  height: 100%;
}
.boxhome .image {
  width: 95px;
  margin: 20px 0;
}
.boxhome .title {
  margin: 20px 0;
  font-size: 30px;
}
.boxhome .node {
  margin: 20px 0;
}
.boxhome .node a {
  border-radius: 30px;
  border: 1px solid #111;
  padding: 5px 10px;
}

h1.title em,
h2.views-field-title em {
  color: #777;
  margin:0 0.5rem;
}
.block-page-title-block h1,
.block-views h2,
.block h2 {
  font-size: 22px;
  line-height: 32px;
  padding-top: 5px;
  position: relative;
  display: flex;
  color: #3b3b3b;
  font-weight: bold;
  padding: 20px 0;
}
.block-page-title-block h1:after,
.block-views h2:after,
.block h2:after {
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin-left: 15px;
  margin-top: 18px;
  flex: 1 1 auto;
}

.sidebar h2,
.region-featured-bottom-third h2 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  padding-top: 20px;
  margin: 0px 0 40px;
}

.region-featured-top {
  display: block;
}

/* form */
.form-control,
input[type="email"] {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /*background-color: #ffffff;*/
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control {
  padding: 0.485rem 0.75rem;
}
.js-form-item {
  margin-right: 5px;
}
.form-control:focus {
  border: 1px solid #575656;
  box-shadow: none;
}

/* Sidebar */

.sidebar .block {
  padding: 0;
}

/* Bottoni */

.btn {
  padding: 0.485rem 0.75rem;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  height: 45px;
  padding: 0 20px;
}

/* featured-top */

.featured-top {
  /*background: #c0c0c0;*/
  position: relative;
}

.featured-top aside {
  background: #fff;
}

/* hightlight */

.highlighted {
  /*background: #c0c0c0;*/
  position: relative;
}

.highlighted aside {
  background: #fff;
  max-width: none;
  padding: 0;
}

/* carousel */
@media (max-width: 767px) {
	.carousel-inner img {
	  /*height:300px;
	  width:auto;*/
	}
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-indicators li,
.carousel-indicators [data-bs-target] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #575656;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #575656;
}

.carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  z-index: 10;
  padding: 40px;
  color: #444;
  text-align: left;
  background-color: rgba(245, 245, 245, 0.5);
  height: 100%;
  width: 385px;
}
.carousel-caption h3 {
  border-left: 5px solid #444;
  padding: 20px 0 40px 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.5;
}

/* grid */
.views-view-grid > [class*="col-"] > * {
  flex-grow: 1;
}
.grid .row {
  flex: 1 0 auto;
}
.grid .row > div {
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}

.grid .row > div > div {
  background: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .grid .row > div {
    margin: 0 0 30px;
  }
}

.grid .row > div p {
  padding: 0;
  margin: 0;
}

.grid .row > div .views-field {
  padding: 15px;
  justify-content: normal;
}

.grid .row > div .views-field-field-image {
  display: flex;
  padding: 0;

  overflow: hidden;
  width: 100%;
}

.grid .row > div .views-field-field-image > div {
  padding: 0;
  align-self: flex-end;
  border-top: 2px solid #c11a0e;
  width: 100%;
  overflow: hidden;
}

.grid .row > div .views-field-field-image img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.grid .row > div .views-field-field-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.grid .row > div .views-field-title {
  font-size: 18px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.grid .row > div .views-field-title a {
  color: #c11a0e;
}

.grid .row > div .views-field-title a:hover {
  color: #333;
  text-decoration: none;
}

.grid .row > div .views-field-body {
  line-height: 1.5;
}

.grid .row > div .views-field-field-data-evento {
  border-top: 1px solid #f7f6f3;
  padding-top: 15px;
  font-size: 13px;
  color: #666;
  text-align: center;
}
.grid .row > div .views-field-field-circoli {
  padding: 0 15px;
}

.grid .row > div .views-field-view-node a:hover {
  text-decoration: none;
}

/* group colonna left e right */
.content .field--name-body .layout-page {
  display: flex;
  flex-direction: column;
}

.group-left {
  width: 100%;
}

.group-right {
  width: 100%;
}

.group-right img {
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .content .field--name-body .layout-page {
    flex-direction: row;
    margin-top: 30px;
  }
  .group-left {
    width: 65%;
    padding-right: 8%;
  }

  .group-right {
    width: 35%;
  }
  .group-right img {
    width: 100%;
    padding: 0 0 0 5%;
  }
}

/* view footer link, e link commenti */

.view-footer p {
  text-align: right;
  margin: 0;
}
.view-header {
  /*margin: -20px 0 40px 0;*/
}

a.calendario::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  display: block;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
  transition: all 0.1s ease-in-out;
}

.view-header a.calendario {
  margin: 0 0 25px 0;
}

.sidebar .view-footer,
.region-featured-bottom-third .view-footer {
  margin-left: -25px;
  margin-right: -25px;
}

/* pagination */

.pagination {
  justify-content: center;
  border-radius: 0;
  margin: 1em;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-link {
  margin-left: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.page-link {
  color: #333 !important;
}

.page-item.active .page-link {
  color: #fff !important;
}

/* First featured */
.region-featured-bottom-first {
  padding: 0;
  margin: 0;
  color: #000;
  background: #f5f5f5;
}
.region-featured-bottom-first .block {
  padding: 40px 10px;
}
.mapview a {
  color: #000;
}
.mapview .views-field-title {
  padding: 10px 10px 0 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
.mapview .views-field-title a {
  color: #f4a346;
}
.mapview .views-field-body {
  font-size: 12px;
  padding: 0 10px;
  line-height: 1;
  letter-spacing: normal;
}
.mapview .views-field-view-node {
  font-size: 12px;
  padding: 0 10px 10px 10px;
  line-height: 1;
  letter-spacing: normal;
}
.mapview .views-field-view-node a {
  text-decoration: none;
}
.mapview .views-field-field-tags {
  font-size: 9px;
  padding: 0 10px 10px 10px;
  text-decoration: underline;
}

@media (min-width: 576px) {
  .region-featured-bottom-first .block.bckscuro h2,
  .region-featured-bottom-first .block.bckscuro .view {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .region-featured-bottom-first .block.bckscuro h2,
  .region-featured-bottom-first .block.bckscuro .view {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .region-featured-bottom-first .block.bckscuro h2,
  .region-featured-bottom-first .block.bckscuro .view {
    max-width: 1140px;
    margin: 0 auto;
  }
}

.grigliacolori .views-field {
  background: #fff;
  padding: 10px 20px;
  line-height: 1;
  letter-spacing: normal;
  max-width: 260px;
}
.grigliacolori .views-field-field-image {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  min-height: 60px;
}
.grigliacolori .views-field-title {
  font-size: 20px;
  font-weight: bold;
  min-height: 60px;
}
.grigliacolori .views-view-grid :nth-child(1 of .colonna) .views-field-title span a,.grigliacolori .views-view-grid :nth-child(5 of .colonna) .views-field-title span a {
  color: #f4a346;
}
.grigliacolori .views-view-grid :nth-child(2 of .colonna) .views-field-title span a,.grigliacolori .views-view-grid :nth-child(6 of .colonna) .views-field-title span a {
  color: #a7c05d;
}
.grigliacolori .views-view-grid :nth-child(3 of .colonna) .views-field-title span a,.grigliacolori .views-view-grid :nth-child(7 of .colonna) .views-field-title span a {
  color: #936dac;
}
.grigliacolori .views-view-grid :nth-child(4 of .colonna) .views-field-title span a,.grigliacolori .views-view-grid :nth-child(8 of .colonna) .views-field-title span a {
  color: #90d0d7;
}
.grigliacolori .views-field-body {
  font-size: 16px;
  min-height: 70px;
}
.grigliacolori .views-field-view-node {
  font-size: 16px;
}
.grigliacolori .views-field-view-node a {
  text-decoration: none;
}
.grigliacolori .views-field-field-tags {
  font-size: 11px;
  text-decoration: underline;
  min-height: 60px;
}
.grigliacolori .colonna {
  margin-bottom: 30px;
}
.views-view-grid > [class*="col-"] {
  margin-bottom: 30px;
}

/* Second featured */
.region-featured-bottom-second {
  color: #000;
  background: #d8d8d8;
}
.region-featured-bottom-second .block {
  padding: 40px 0;
}
a.bottonebianco,
input.bottonebianco {
  color: #000;
  background: #fff;
  border-radius: 20px;
  font-size: 20px;
  padding: 10px 20px;
  display: inline;
  width: auto;
  font-weight: 700;
  line-height: 1;
  height: auto;
  max-width: none;
  border: 0;
}
a.bottonebianco:hover,
input.bottonebianco:hover {
  border-color: #022492;
  color: #022492;
  text-decoration: underline;
}

/* Third featured */
.region-featured-bottom-third {
  padding: 1em 0 0.5em 0;
  margin: 0;
  color: #fff;
  display: block;
  line-height: 1.3em;
  font-size: 18px;
  background: #575656;
}
.region-featured-bottom-third a {
  color: #fff;
}
.region-featured-bottom-third a:hover {
  color: #ccc;
}
.region-featured-bottom-third .block {
  border: 0;
  margin: 20px 0;
  width: auto;
}

.region-featured-bottom-third .navbar-nav {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.4em;
  display: inline;
}
.region-featured-bottom-third .navbar-nav li {
  padding: 0 10px;
  display: inline-block;
}

.region-featured-bottom-third .nav-link,
.site-footer .nav-link.active {
  font-size: 14px;
  text-transform: uppercase;
  display: inline;
  letter-spacing: 0.4em;
}
.region-featured-bottom-third .nav-item + .nav-item:before {
  content: "|";
  display: inline-block;
  color: #000;
}
.region-featured-bottom-third #block-newsletter {
  max-width: 100%;
}

.region-featured-bottom-third nav.block ul {
  justify-content: center;
}

.region-featured-bottom-third p {
  margin: 0;
}
#block-kitbarrio-atlas-footer-logo .field--name-body div {
  margin: 40px 0 0 70px;
}
#block-kitbarrio-atlas-social p {
  font-size: 15px;
}
#block-kitbarrio-atlas-social .icons-social {
  display: flex;
}
#block-kitbarrio-atlas-social a.icon-social {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 29px;
  background: #fff;
  border-radius: 10px;
  margin: 10px 5px 0 0;
  color: #575656;
  text-align: center;
  line-height: 45px;
  flex-shrink: 0;
}
#block-kitbarrio-atlas-social a.icon-social.instagram {
  color: #fff;
  background: #575656;
  font-size: 45px;
}
#block-kitbarrio-atlas-social .fab {
  line-height: 45px;
}

@media (min-width: 768px) {
  .region-featured-bottom-third {
    display: flex;
  }
  .region-featured-bottom-third #block-kitbarrio-atlas-footer-logo {
    flex: 1 0 60%;
  }
  .region-featured-bottom-third #block-kitbarrio-atlas-social {
    flex: 1 0 40%;
  }
  .region-featured-bottom-third nav.block {
    margin-left: auto;
    max-width: fit-content;
    flex: 1 0 max-content;
  }
  .region-featured-bottom-third nav.block {
    max-width: fit-content;
  }
  .region-featured-bottom-third nav.block ul {
    justify-content: right;
  }
  #block-kitbarrio-atlas-social a.icon-social {
    margin: 0 15px 0 0;
  }
}

/* Footer */

.site-footer {
  padding: 0;
  margin: 0;
  color: #000;
}
.site-footer .content {
  color: #000;
}
.site-footer .content a {
  color: #000;
  text-decoration: underline;
}
.site-footer .content a:hover,
.site-footer .content a:focus {
  color: #ccc;
}
.site-footer__top .region {
width: 100%;
}
/* Footer responsive layout */
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  /*
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));*/
}
.grid.row {
  margin:0;
}
@media (min-width: 992px) {
  .site-footer__bottom {
    align-items: flex-start;
  }

  /* Primi 4 blocchi al 19% */
  .site-footer__bottom > div:nth-child(1),
  .site-footer__bottom > div:nth-child(2),
  .site-footer__bottom > div:nth-child(3),
  .site-footer__bottom > div:nth-child(4) {
    flex: 0 0 19% !important;
    max-width: 19% !important;
    padding-right: 1%;
    margin-bottom: 2rem;
  }

  /* Quinto blocco (5x1000) al 23% */
  .site-footer__bottom > div:nth-child(5) {
    flex: 0 0 23% !important;
    max-width: 23% !important;
    padding-right: 1%;
    margin-bottom: 2rem;
  }

  /* Copyright e social: sempre 50% ciascuno, nuova riga */
  .site-footer__bottom > div:nth-child(6),
  .site-footer__bottom > div:nth-child(7) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 100%; /* Forza il wrap per andare sulla riga successiva */
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  .site-footer__bottom > div:nth-child(7) {
    text-align: right;
  }

  /* Migliore allineamento del logo */
  .site-footer__bottom > div:nth-child(1) .content {
    display: flex;
    align-items: flex-start;
  }

  /* Migliore allineamento testi */
  .site-footer__bottom > div:nth-child(2) .content,
  .site-footer__bottom > div:nth-child(3) .content,
  .site-footer__bottom > div:nth-child(4) .content {
    line-height: 1.4;
  }

  /* Spazio consistente per tutti i blocchi */
  .site-footer__bottom > div .content {
    min-height: 120px;
  }

  /* Evita che il 5x1000 sia troppo alto */
  .site-footer__bottom > div:nth-child(5) .content {
    min-height: auto;
  }
}/* Cookie */

.site-footer__bottom .content {
  font-size: 12px;
}
.site-footer__bottom .content p {
  margin-bottom: 5px;
}
#block-kitbarrio-atlas-privacy {
  max-width: 700px;
  margin-left: 0;
  line-height: 1.5;
  font-size: 15px;
}
#block-kitbarrio-atlas-logofooterisig img {
  max-width: 141px;
}
/* Cookie */

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: #c11a0e;
}

.eu-cookie-compliance-message {
  margin: 15px 0 0;
}

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  font-size: 16px;
  font-family: inherit;
  box-shadow: 0; /* LTR */
  background-color: #ededed;
  background-image: unset;
  border-radius: 0;
  border: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
}

/* Pagina eventi */
.node--type-event .field--name-field-data-evento {
  color: #c11a0e;
  font-size: 1em;
  margin: 20px 0 0 0;
  line-height: normal;
}
.node--type-event .field--name-title h2 {
  font-size: 1.2em;
}
#block-kitbarrio-atlas-altrenews {
  margin: 20px 0;
}
#block-kitbarrio-atlas-altrenews h2 a {
  font-size: 1.7rem;
}

/* Exposed Filter */

.views-exposed-form .form-control {
  margin: 0;
}

.views-exposed-form .btn {
  height: 38px;
  line-height: 38px;
}

.views-exposed-form .form-select {
  display: block;
  line-height: 1.3;
  font-size: 14px;
  padding: 0.5rem 0.75rem 0.5rem 0.8rem;
  width: 100%;
  max-width: 200px;
  min-width: 150px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #cccccc;
  box-shadow: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  cursor: pointer;
  height: 38px;
  color: #6c757d;
}

#sidebar_second .views-exposed-form fieldset,
#sidebar_first .views-exposed-form fieldset {
  width: 100%;
}

.views-exposed-form label {
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 2px;
}

.views-exposed-form h2 {
  margin: 0;
  border: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.views-exposed-form h2:before,
.views-exposed-form h2:after {
  content: "";
  border-top: 1px solid #eae3e0;
  margin: 0 15px 0 0;
  flex: 1 0 15px;
}

.views-exposed-form h2:after {
  margin: 0 0 0 15px;
}

.views-exposed-form .form-select::-ms-expand {
  display: none;
}
.views-exposed-form .form-select:hover,
.views-exposed-form .form-select:focus {
  border-color: #575656;
}
.views-exposed-form .form-select option {
  font-weight: normal;
}

#sidebar_second .views-exposed-form .form-actions,
#sidebar_first .views-exposed-form .form-actions {
  display: block;
  margin: 15px auto;
}

/** personalizzazione tema */
/* colori */

.rosso {
  color: #c11a0e;
}

.bianco {
  color: #fff;
}

.nero {
  color: #000;
}

.grigio-chiaro {
  color: #c0c0c0;
}

.grigio-medio {
  /*  color: #838282;*/
}

/* Blocchi home */

.header-home {
  width: 100%;
  min-height: 410px;
  display: block;
  position: relative;
  margin: 30px 0 0 0;
  overflow-x: hidden;
}
.header-video {
  width: 100%;
  position: relative;
  margin: 30px 0 0 0;
}
.iframe-container {
  overflow: hidden;
  padding-top: 75%;
  /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)*/
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1110px) {
  .header-home {
    overflow-x: unset;
  }
}

.header-home .title {
  padding: 50px 0 50px 6%;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.header-home .image {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.header-home .image img {
  width: auto;
  height: 100%;
  max-width: unset;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%);
}
#block-kitbarrio-atlas-archiviohome .header-home .title {
  pointer-events: none;
}

#block-kitbarrio-atlas-attivitahome .header-home .title {
  background: rgba(210, 39, 0, 0.84);
}

.page-node-3815 .views-field-field-titolo-header {
  background: rgba(210, 39, 0, 0.84);
}

.page-node-3812.node--type-pagina-custom-header #main,
.page-node-3825.node--type-pagina-custom-header #main {
  padding-top: 0;
}

.page-node-3812.node--type-pagina-custom-header #main .bottoni,
.page-node-3825.node--type-pagina-custom-header #main .bottoni {
  font-size: 1.3em;
  font-weight: bold;
}

.page-node-3812.node--type-pagina-custom-header #main .bottoni a:hover,
.page-node-3825.node--type-pagina-custom-header #main .bottoni a:hover {
  text-decoration: none;
}

#block-kitbarrio-atlas-attivitahome .header-home .image::after {
  display: block;
}

#cboxTitle {
  text-align: center;
}
#block-kitbarrio-atlas-views-block-articoli-block-9 {
  padding-top: 20px;
}


/* edit page */
.layout-region-node-secondary {
  width: 100%;
}
.layout-region-node-main {
  width: 100%;
}

/* map leaflet */
.leaflet-popup-content-wrapper {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.leaflet-popup-content {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 113px;
}
.leaflet-container a.leaflet-popup-close-button {
  color: #444;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #000;
}

/* tabelle */
table.sticky-header thead {
  position: unset;
}


/* grafici bb */
.charts-bb .bb-title {
  font: 11px sans-serif;
}
.grafici .view-header {
  margin: 10px auto;
}
.grafici .view-header .webform-submission-form {
  width: auto;
  display: inline;
}
.grafici .view-footer {
  display: flex;
  flex-wrap: wrap;
}
.grafici .view-footer .view {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .grafici .view-footer .view {
    width: 33.33333333%;
  }
}

.node--type-user-sat .field--type-entity-reference .field__item:not(:last-child)::after{
	  content: ", ";
}

.horizontal-tabs-pane .col-md-3 .field__item::before {
  display: inline-block;
  margin-right: 0.5em;
  font-style: normal;
  line-height: 1;
  font-size: 1em;
  vertical-align: middle;
	font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
}
/* Spaziatura tra le colonne */
.row.first-section-row {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

/* Colonna sinistra: padding aumentato */
.horizontal-tabs-pane .col-md-9 {
  background: #fff;
  padding: 40px 32px 40px 32px; /* padding aumentato */
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  flex: 3;
  border-right: 2px solid #e0e0e0;
}

/* Colonna destra */
.horizontal-tabs-pane .col-md-3 {
  background: #fafbfc;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  flex: 1;
  min-width: 260px;
}

/* home bottoncioni */

.boxeshome {
  background: transparent;
  box-shadow: none;
}

/* Separatore tra i blocchi della colonna destra */
.field-group-wrapper > .field:not(:last-child),.field-group-wrapper > .form-wrapper:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

/* Label delle tassonomie a destra */
.horizontal-tabs-pane .col-md-3 .field__label {
  background: #e3f0fc;
  color: #1a3a5d;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.08em;
  letter-spacing: 0.02em;
  position: relative;
}
.horizontal-tabs-pane .col-md-3 summary {
  background: #e3f0fc;
  color: #1a3a5d;
  border-radius: 8px;
  padding: 6px 14px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.08em;
  letter-spacing: 0.02em;
  position: relative;
}

/* Aggiungi i due punti dopo le label */
.horizontal-tabs-pane .col-md-3 .field__label::after {
  content: ":";
  margin-left: 4px;
  color: #1a3a5d;
  font-weight: 700;
}

/* Lista delle tassonomie */
.horizontal-tabs-pane .col-md-3 .field__items {
  margin-top: 6px;
  margin-bottom: 4px;
}

/* Ogni voce di tassonomia */
.horizontal-tabs-pane .col-md-3 .field__item {
  margin-bottom: 7px;
}

/* Link delle tassonomie */
.horizontal-tabs-pane .col-md-3 .field__item a {
  background: #f5faff;
  border-radius: 6px;
  padding: 4px 10px;
  color: #1a3a5d;
  text-decoration: none;
  transition: background 0.2s;
  border: 1px solid #d0e6fa;
  font-size: 0.98em;
}
.horizontal-tabs-pane .col-md-3 .field__item a:hover {
  background: #d0e6fa;
  color: #0d223a;
}
/* Responsive */
@media (max-width: 900px) {
  .row.first-section-row {
    flex-direction: column;
    gap: 24px;
  }
  .horizontal-tabs-pane .col-md-9, .horizontal-tabs-pane .col-md-3 {
    border-right: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 18px 10px;
    padding: 18px 10px;
  }
}

/* style the case/solution/usersat tabs */
.sattabs .horizontal-tabs-panes .details-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.sattabs .horizontal-tabs-panes .field {
  flex: 1 1 100%;
}
.sattabs .horizontal-tabs-panes .field.bbcolsmulti {
  flex: 1 1 50%;
  width: 50%;
}
.sattabs .horizontal-tabs-panes .field.bbcols {
  flex: 0 0;
  /*max-width: 400px;*/
}


/* horizontal-tabs.css | https://atlas.isig.it/modules/contrib/field_group/formatters/tabs/horizontal-tabs.css?syvd6q */
.htabs .horizontal-tabs {
  border: 0;
}

.htabs .horizontal-tabs .horizontal-tabs-list {
  border-bottom: 1px solid #dee2e6 ;
  background: transparent;
  border-right:0;
}
.htabs .horizontal-tabs .horizontal-tab-button {
  border:0;
  background: transparent;
  margin: 0;
}
.htabs .horizontal-tabs ul.horizontal-tabs-list li.selected a {
	color: #495057;
	background-color: #fff;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.htabs .horizontal-tab-button strong {
font-weight: normal;
}

/* User menu (register, login, logout) */
#navbar-top .uma-name {
  display: none;
}
#navbar-top .user-links-part {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#navbar-top .user-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

#navbar-top .user-menu-wrapper .nav-link + .nav-link:before {
  content: none;
}
.isig-user-menu.d-none {
  display: block !important;
}
.azzurro {
  background-color: #c7fafe;
  padding: 2rem;
}
.azzurro .views-field-user-picture {
  margin-bottom: 20px;
}
.azzurro .tab {
  border-bottom: 1px solid #fff;
  margin: 10px;
  color: #000;
}
.azzurro .field-label {
  font-style: italic;
  color: #333;
}
.azzurro img {
  border: 1px solid #000;
}
.mapaccount {
  margin-bottom: 40px;
}

/* webform SAT */
.webform-element label,
.view-atlaswebformview .views-label,
.view-display-id-block_sat .views-label {
  font-weight: bold;
}
.field__label,.field--type-entity-reference .field__label {
  font-weight: bold;
}
.field--type-entity-reference {
  margin: 0;
}
.satform .webform-progress{
  background-color: #fbd510;
  padding: 0.5rem;
  margin-bottom: 20px;
}
.satform .form-wrapper{
  background-color: #fff;
  padding: 0.5rem;
  margin-bottom: 0px !important;
}
.satform .progress-marker {
  font-size: 0;
}
.satform .webform-progress-tracker .progress-step .progress-text, .satform .webform-progress-tracker .progress-title[role="link"] {
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
}
.satform .progress-step.is-active .progress-marker::before {
  background-color: #fff;
}
.satform .webform-progress-tracker .progress-step.is-active .progress-title[role="link"] {
  color: #fff;
}
.satform .webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
  background-color: #777;
}
/* nascondere i calcolato */
.satform .hidecomputed{
	display:none;
}
.satform .webform-progress-tracker .progress-step.is-complete:not(.is-active) .progress-marker::before, .satform .webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before {
  background-color: #ccc;
}
.satform .webform-submission-navigation{
  display:none;
}
.satform .webform-submission-information{
  background-color: #fff;
}

/* nodo sat */
article.node--type-user-sat{
  background-color: #fbd510;
  padding: 0.5rem;
  margin-bottom: 20px;
}
article.node--type-user-sat .htabs .horizontal-tabs .horizontal-tabs-list {
  border: 0;
  background: transparent;
  border-right: 0;
}
article.node--type-user-sat .horizontal-tab-button.selected {
  border:0;
}
article.node--type-user-sat .htabs .horizontal-tabs ul.horizontal-tabs-list li.selected a {
  color: #000;
  background-color: transparent;
  text-decoration: underline;
}
article.node--type-user-sat .horizontal-tab-button.selected a strong{
  font-weight: bold;
}
article.node--type-user-sat .horizontal-tabs-panes .horizontal-tabs-pane {
  background-color: #fff;
  padding: 1em;
  margin: 1em;
}
.view.usersat{
  background-color: #fbd510;
  padding: 1rem;
}
.view.usersat table{
  background-color: #F5F5F5;
}
.view.usersat .bottonidestra,.view.userstrategy  .bottonidestra,.view.usercontribution  .bottonidestra{
  text-align: right;
  padding: 0.5em;
}
.view.usersat table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
  color: #000;
}
.block.bottonidestra {
  background-color: #fbd510;
  text-align: right;
  padding: 1em 4em 0 0;
}

.view-footer p.legenda {
  text-align: left;
  margin: 1em 0;
}
article.node--type-user-sat .help p.legenda {
	font-size: 11px;
	line-height: 1;
	margin-top: 1em;
}

/* nodo strategy */
.node-strategy-form,.node-strategy-edit-form{
  background-color: #c3dc77;
  padding: 1rem;
}
article.node--type-strategy fieldset,.node-strategy-form fieldset,.node-strategy-edit-form fieldset{
  background-color: #e2eebe;
  padding: 1rem;
}
.node-strategy-form fieldset.row{
  margin:0;
}
.block-help {
  margin: 0;
  padding: 0;
  border:0;
  font-style: italic;
}
.block-help .strategy-form{
  background-color: #c3dc77;
  padding: 1rem;
}
.view.userstrategy{
  background-color: #c3dc77;
  padding: 1rem;
}
.view.userstrategy table{
  background-color: #F5F5F5;
}
article.node--type-strategy{
  background-color: #c3dc77;
  padding: 1rem;
  margin-bottom: 20px;
}
article.node--type-strategy .field--type-text-long .field__item{
  border: 1px solid #F5F5F5;
  background-color: #fff;
  padding: 0.5rem;
}
article.node--type-strategy .field--type-text-long .field__item p{
  margin-bottom: 0.5rem;
}
.node--type-strategy .tabs[role=navigation] {
  background-color: #c3dc77;
 margin:0;
}
.node--type-strategy .tabs[role=navigation] .nav-tabs{
  border:0;
  justify-content: end;
}
.node--type-strategy .tabs[role=navigation] .nav-item{
  margin: 0.1rem;
}

.node--type-strategy .tabs[role=navigation] .nav-tabs .nav-link {
    background-color: #F5F5F5;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    border:1px solid #ccc;
    border-radius: 0.375rem;
}
.node-strategy-edit-form .js-text-format-wrapper .js-filter-wrapper,.node-strategy-form .js-text-format-wrapper .js-filter-wrapper {
  display: none;
}
.node-strategy-edit-form .js-text-format-wrapper .form-type-textarea.mb-3,.node-strategy-form .js-text-format-wrapper .form-type-textarea.mb-3 {
  margin-bottom:0rem !important;
}
.node-strategy-edit-form .js-text-format-wrapper .description,.node-strategy-form .js-text-format-wrapper .description {
    font-size: 12px;
    font-style: italic;
}
.suggested h4 {
  font-weight: normal;
  font-size: 18px;
}
.suggested p {
  font-weight: normal;
  font-size: 16px;
}
.suggested .item-list ul li:after {
  content: "|";
  display: inline-block;
  color: #000;
}
.suggested .item-list ul li {
  display: inline-block;
  font-size: 14px;
}
.suggested .item-list ul li:last-child:after  {
  content: "";
}
#drupal-off-canvas-wrapper .suggested .contextual  {
  display:none;
}
#drupal-off-canvas-wrapper .ui-dialog-titlebar {
  padding: !important;
}
#drupal-off-canvas-wrapper .suggested .views-label  {
  font-style: italic;
}
#drupal-off-canvas-wrapper .suggested .field-content  {
  padding:1em;
  background: #777;

}


/* print pdf */
.print__link.print__link--pdf {
    background-color: #F5F5F5;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    border:1px solid #ccc;
    border-radius: 0.375rem;
}
.print__wrapper.print__wrapper--pdf {
  text-align: right;
  margin-bottom: 1em;
}


/* nodo contribution */
.node-contribution-form,.node-contribution-edit-form{
  background-color: #90d1d7;
  padding: 1rem;
}
.node--type-contribution fieldset,.node-contribution-form fieldset,.node-contribution-edit-form fieldset{
  background-color: #cfebee;
  padding: 1rem;
}
.node-contribution-form #edit-field-choose-how-to-contribute,
.node-contribution-edit-form #edit-field-choose-how-to-contribute,
.node-contribution-form #edit-field-tags,
.node-contribution-edit-form #edit-field-tags
{
  display: flex;
  flex-wrap: wrap;
}

.block-help {
  margin: 0;
  padding: 0;
  border:0;
  font-style: italic;
}
.block-help .contribution-form{
  background-color: #90d1d7;
  padding: 1rem;
}
.view.usercontribution{
  background-color: #90d1d7;
  padding: 1rem;
}
.view.usercontribution table{
  background-color: #F5F5F5;
}
article.node--type-contribution{
  background-color: #90d1d7;
  padding: 0.5rem;
  margin-bottom: 20px;
}
article.node--type-contribution .top-row-wrapper{
	background-color: #cfebee;
	padding: 1rem;
	margin: 1em 0;
}
.node--type-contribution .tabs[role=navigation] {
  background-color: #90d1d7;
 margin:0;
}
.node--type-contribution .tabs[role=navigation] .nav-tabs{
  border:0;
  justify-content: end;
}
.node--type-contribution .tabs[role=navigation] .nav-item{
  margin: 0.1rem;
}
.node--type-contribution .tabs[role=navigation] .nav-tabs .nav-link {
    background-color: #F5F5F5;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    border:1px solid #ccc;
    border-radius: 0.375rem;
}
.node-contribution-edit-form .js-text-format-wrapper .js-filter-wrapper,.node-contribution-form .js-text-format-wrapper .js-filter-wrapper {
  display: none;
}



/* css da inline */
.atlas-footer2 a {
  color: #a7c05d;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
#CollapsingNavbar {
  padding: 4px 0;
}

#CollapsingNavbar .region-top-header-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 2rem;
}
#CollapsingNavbar .region-top-header-form > :nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}
#CollapsingNavbar .region-top-header-form > :nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
#CollapsingNavbar .region-top-header-form > :nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

#CollapsingNavbar #search-block-form {
  display: flex;
  padding: 0!important;
  gap: 0.5rem;
}
#CollapsingNavbar #search-block-form #edit-submit {
  border: none;
}

#CollapsingNavbar #search-block-form :nth-child(1) {
  order: 2;
  border: 1px solid #ccc;
}
#CollapsingNavbar #search-block-form :nth-child(2) {
  order: 1;
}
