/* Personalizzazioni FAO */

#masthead .amy-logo {
  height: 5rem;
  max-width: 90vw;
}

#masthead.header-default.has-search .show-search {
  display: initial;
}

.site-header.has-search .amy-mv-search {
  display: none;
}

.amy-primary-navigation ul.nav-menu > li.menu-item-home > a,
.language-switch .btn.btn-secondary {
  font-size: 1rem;
  line-height: 1.5;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(211, 220, 223, 0.8);
}

.amy-primary-navigation ul.nav-menu > li.menu-item-home > a {
  text-transform: none;
  color: var(--panel-color);
  background-color: var(--panel-text-color);
}

.language-switch .btn.btn-secondary {
  color: var(--panel-text-color);
  background-color: var(--panel-color);
  box-shadow: none;
  vertical-align: baseline;
}

.amy-primary-navigation.amy-site-navigation ul.nav-menu > li.menu-item-home:last-child > a {
  padding: 6px 12px;
}

.language-switch {
  margin-left: 12px;
}

#masthead.header-default.has-search a.show-search {
  color: var(--panel-text-color);
  background-color: var(--panel-color);
}

.amy-primary-navigation ul.nav-menu > li > a {
  font-weight: normal;
}

.amy-primary-navigation ul.nav-menu > li.menu-item-home > a::before {
  mask: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-calendar%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M3.5%200a.5.5%200%200%201%20.5.5V1h8V.5a.5.5%200%200%201%201%200V1h1a2%202%200%200%201%202%202v11a2%202%200%200%201-2%202H2a2%202%200%200%201-2-2V3a2%202%200%200%201%202-2h1V.5a.5.5%200%200%201%20.5-.5M1%204v10a1%201%200%200%200%201%201h12a1%201%200%200%200%201-1V4z%22%2F%3E%0A%3C%2Fsvg%3E");
  mask-size: contain;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: .5em;
  vertical-align: -.125em;
  display: inline-block;
  color: inherit;
  background-color: currentColor;
}

#masthead .container {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.amy-site-footer {
  min-height: auto;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, .1);
  padding-top: 2em;
  padding-bottom: 1em;
}

.amy-copyright {
  border-top: 2px solid #f2f2f2;
  padding-top: .5rem;
}

.amy-copyright a {
  color: inherit;
}

.amy-widget {
  margin-bottom: .5em !important;
}

.footer-links-top {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.widget_text .amy-widget-title,
.amy-site-footer .amy-title {
  color: inherit;
  min-height: auto;
}

.amy-site-footer .amy-widget-title h4 {
  color: inherit !important;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}

.amy-footer-widgets .widget_text ul li a {
  font-size: 1rem;
}

.list-inline > li {
  padding: 0;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.list-inline-item {
  display: inline-block;
}

.amy-site-footer .social-icons img {
  width: 1.5rem;
}