@charset "UTF-8";
/*!
Theme Name: seed-agid
Theme URI: https://www.idsunitelm.it/
Author: Seed s.r.l.
Author URI: https://www.idsunitelm.it/
Description: Agid theme
Version: 1.2.54
License: GNU General Public License v2 or later
License URI: LICENSE
GitLab Theme URI: https://git.glauco.it/seed/giee/citta-metropolitana-di-bari/seed-agid.git
Text Domain: seed-agid
*/
@import url("lib/bootstrap-italia/css/fonts.css");
.content-boxed {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

::placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  /* Firefox */
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}

.it-search-wrapper ::placeholder {
  text-align: right;
}
.it-search-wrapper ::placeholder,
.it-search-wrapper :-ms-input-placeholder,
.it-search-wrapper ::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: right;
}

a,
a.read-more {
  color: #4e5ecc;
}

.entry-content {
  margin-top: 32px;
  margin-bottom: 60px;
  position: relative;
  /* 
  [href$=".pdf"]:after {
    content: '📎';
    margin-left: 5px;
  }
  [href$=".doc"]:after {
    content: '📎';
    margin-left: 5px;
  }
  [href$=".docs"]:after {
    content: '📎';
    margin-left: 5px;
  }
  [href$=".xls"]:after {
    content: '📎';
    margin-left: 5px;
  }
  [href$=".xlsx"]:after {
    content: '📎';
    margin-left: 5px;
  }
  [href$=".zip"]:after {
    content: '📎';
    margin-left: 5px;
  }*/
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.post-edit-link {
  margin: 0;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.666em;
  line-height: 3em;
  font-weight: 600;
  background-color: #c00;
  transition: all 0.3s ease-in-out;
}
.post-edit-link:before {
  content: "✎";
  font-size: 18px;
  margin-right: 7px;
}
.post-edit-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f00;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}

@media print {
  html {
    background: transparent;
  }

  #footer {
    display: none !important;
  }

  .nav {
    display: none !important;
  }

  .condividi {
    display: none !important;
  }

  .it-right-zone {
    display: none !important;
  }

  .post-edit-link {
    display: none !important;
  }
}
html {
  background: #fff;
}

header {
  position: relative;
}

input {
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}

button {
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
  background-color: #fff;
  box-shadow: none;
  color: #004a4d;
  font-weight: 600;
  padding: 0.6em 1.2em;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover {
  cursor: pointer;
  background-color: #3cd5d7;
  border-color: #3cd5d7;
}

input[type=submit] {
  border: none;
  display: block;
  max-width: 100%;
  background-color: #fff;
  box-shadow: none;
  color: #004a4d;
  font-weight: 600;
  padding: 0.6em 1.2em;
  text-transform: uppercase;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
input[type=submit]:hover {
  cursor: pointer;
  background-color: #3cd5d7;
  border-color: #3cd5d7;
}

input[type=text] {
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}

input[type=email] {
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}

textarea {
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
}

select {
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
  height: 45px;
}

input[type=radio] {
  display: inline;
  box-shadow: none;
  zoom: 150%;
}

input[type=checkbox] {
  display: inline;
  box-shadow: none;
  zoom: 150%;
}

label {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
}

ul {
  padding-left: 0;
  list-style: disc;
  list-style-position: inside;
}
ul li {
  padding-left: 0;
  list-style: disc;
  list-style-position: inside;
}
ul li li {
  list-style-position: inside;
}
ul.page-numbers {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
ul.breadcrumb {
  list-style: none;
  list-style-position: outside;
}
ul.breadcrumb li {
  list-style: none;
  list-style-position: outside;
}

[class^=branding] {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
[class^=branding] a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
[class^=branding] a:hover {
  color: #fff;
}
[class^=branding] [class^=menu] a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
[class^=branding] [class^=menu] a:hover {
  color: #fff;
}

#header {
  background-color: #fff;
  color: #4e5ecc;
}

.branding-up {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #4e5ecc;
}
.branding-up .nav li {
  padding: 0 10px;
}

.branding {
  background-color: transparent;
}
.branding h1 {
  margin-top: 10px;
}

.custom-logo {
  width: 70px;
  height: auto;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-main {
  position: relative;
  background-color: transparent;
}
.menu-main .nav ul {
  min-width: 175px;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
  background-color: #16314E;
  padding: 0;
  margin: 15px -10px 0 0;
}
.menu-main .nav li {
  display: inline-block;
  position: relative;
  text-align: left;
  z-index: 99999;
}
.menu-main .nav li ul {
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.menu-main .nav li ul:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  transform: rotate(45deg);
}
.menu-main .nav li ul a {
  color: #16314E;
}
.menu-main .nav li ul a:hover {
  color: #16314E;
  text-decoration: underline;
}
.menu-main .nav li ul a:active {
  color: #16314E;
  text-decoration: underline;
}
.menu-main .nav li ul ul:before {
  display: none;
}
.menu-main .nav li:hover > ul {
  top: auto;
  left: auto;
}
.menu-main .nav li:hover > a {
  color: #4e5ecc;
}
.menu-main .nav li:hover ul a {
  color: #16314E;
}
.menu-main .nav li:active > ul {
  top: auto;
  left: auto;
}
.menu-main .nav li:active > a {
  color: #16314E;
}
.menu-main .nav li:active ul a {
  color: #16314E;
}
.menu-main .nav li li {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.menu-main .nav li li.focus > ul {
  left: 100%;
  top: 0;
}
.menu-main .nav li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu-main .nav li li:active > ul {
  left: 100%;
  top: 0;
}
.menu-main .nav li.focus > ul {
  top: auto;
  left: auto;
}
.menu-main .nav a {
  color: #16314E;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 0 5px;
}
.menu-main .nav a:hover {
  color: #16314E;
}
.menu-main .nav a:active {
  color: #4e5ecc;
}
.menu-main .nav .current-menu-item {
  box-shadow: inset 0 -2px 0 #fff;
}
.menu-main .nav .current-menu-item > a {
  color: #4e5ecc;
}
.menu-main .nav .current-menu-ancestor {
  box-shadow: inset 0 -2px 0 #fff;
}
.menu-main .nav .current-menu-ancestor > a {
  color: #16314E;
}
.menu-main .nav > li:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.menu-main .nav > li:active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.menu-main .nav .menu-item-has-children > a:after {
  content: "";
  font-family: italia-icon-font;
  font-size: 11px;
  position: relative;
  margin: 0 -10px 0 10px;
}
.menu-main .nav .menu-item-has-children .menu-item-has-children > a:after {
  position: absolute;
  top: 15px;
  right: 15px;
  transform: rotate(270deg);
}
.menu-main .nav.mega-menu .heading > a {
  pointer-events: none;
  color: #16314E;
  font-weight: 600;
}
.menu-main .nav.mega-menu .more a {
  margin-top: 10px;
  font-weight: 600;
}
.menu-main .nav.mega-menu .more a [class^=it] {
  zoom: 0.8;
  margin-left: 10px;
  text-decoration: none;
}
.menu-main .nav.mega-menu .more a [class^=la] {
  zoom: 0.8;
  margin-left: 10px;
  text-decoration: none;
}
.menu-main .nav .focus > a {
  color: #fff;
}
.menu-main .nav .sub-menu li.heading:not(:last-child) {
  border-right: 1px solid #f6f6f6;
}
.menu-main .nav .sub-menu ul {
  margin: 0;
  position: relative;
  left: 0;
}
.menu-main .nav .sub-menu ul a {
  font-weight: unset;
}
.menu-main .nav .sub-menu ul a:hover {
  color: #4e5ecc;
}
.menu-main .nav:not(.mega-menu) li li > ul {
  position: absolute;
}
.menu-main .mega-menu li {
  position: static;
}
.menu-main .mega-menu li a {
  font-weight: bold;
}
.menu-main .mega-menu li li ul {
  left: 0;
  top: 0;
  position: relative;
  box-shadow: none;
}
.menu-main .mega-menu li li ul li {
  padding-left: 0;
}
.menu-main .mega-menu li li.focus ul {
  left: 0;
  top: 0;
  position: relative;
  box-shadow: none;
}
.menu-main .mega-menu li li:hover ul {
  left: 0;
  top: 0;
  position: relative;
  box-shadow: none;
}
.menu-main .mega-menu li li:active ul {
  left: 0;
  top: 0;
  position: relative;
  box-shadow: none;
}
.menu-main .mega-menu li ul:before {
  display: none;
}
.menu-main .mega-menu > li.focus > ul, .menu-main .mega-menu > li:hover > ul, .menu-main .mega-menu > li:active > ul {
  left: 0;
  right: 0;
  position: absolute;
  /*min-width: 1000px;
  padding-top: 25px;*/
}
.menu-main .mega-menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.menu-main .mega-menu .sub-menu > li {
  width: 100%;
  vertical-align: top;
}
.menu-main .mega-menu .sub-menu > li li {
  display: inline-block;
  min-width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}
.menu-main .mega-menu .menu-item-has-children .menu-item-has-children > a:after {
  content: none;
}
.menu-main .mega-menu ul > li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: top;
}

.nav li {
  display: block;
  padding: 15px 10px;
}
.nav li a {
  color: #fff;
  font-weight: 600;
  /*font-size: .889em;*/
}
.nav li a [class^=la] {
  zoom: 140%;
  bottom: -2px;
  position: relative;
}
.nav li a:hover [class^=la] {
  text-decoration: none;
}
.nav.mega-menu li {
  padding: 15px 0px;
}
.nav .disable > a {
  pointer-events: none;
}
.nav .light > a {
  font-weight: 300;
}

.show-menu-lingua {
  position: relative;
  text-decoration: none;
  color: #16314E;
  background: transparent;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  font-size: 150%;
  line-height: 115%;
}

.show-menu-main {
  position: relative;
  text-decoration: none;
  color: #16314E;
  background: transparent;
  /*text-align: center;*/
  /*padding: 15px 0;*/
  padding: 15px 0 15px 20px;
  width: 100%;
  display: none;
}
.show-menu-main:after {
  content: "☰";
  position: absolute;
  left: 0;
  /*calc(50% - 45px);*/
  top: 28%;
}

#show-menu-main[type=checkbox] {
  display: none;
}
#show-menu-main[type=checkbox]:checked ~ .nav {
  height: auto;
  opacity: 1;
  overflow: scroll;
  transition: all 0.4s ease-in-out;
}

#show-menu-lingua[type=checkbox] {
  display: none;
}
#show-menu-lingua[type=checkbox]:checked ~ .nav {
  height: auto;
  opacity: 1;
  overflow: scroll;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .branding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .branding img {
    max-width: 100%;
    padding-top: 25%;
  }

  .header-slim-right-zone {
    width: 100%;
  }
  .header-slim-right-zone .nav {
    text-align: right;
    margin-top: 30px;
    position: static;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .header-slim-right-zone .nav .menu-item-has-children:hover ul {
    position: relative;
    display: block;
    top: 0;
    left: -5px;
  }
  .header-slim-right-zone .nav .menu-item-has-children:active ul {
    position: relative;
    display: block;
    top: 0;
    left: -5px;
  }
  .header-slim-right-zone .nav .menu-item-has-children > a:before {
    right: 25px;
  }
  .header-slim-right-zone .nav li {
    margin-bottom: 1px;
    width: 100%;
  }
  .header-slim-right-zone .nav li a {
    width: 100%;
  }

  .show-menu-lingua {
    display: block;
  }

  .show-menu-main {
    display: block;
  }

  .header-slim-img {
    position: absolute;
    top: 0;
  }

  .menu-main .nav {
    position: static;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .menu-main .nav .menu-item-has-children:hover ul {
    position: relative;
    display: block;
    top: 0;
    left: -5px;
  }
  .menu-main .nav .menu-item-has-children:hover ul ul {
    left: 0;
  }
  .menu-main .nav .menu-item-has-children:active ul {
    position: relative;
    display: block;
    top: 0;
    left: -5px;
  }
  .menu-main .nav .menu-item-has-children > a:before {
    right: 25px;
  }
  .menu-main .nav li {
    margin-bottom: 1px;
    width: 100%;
  }
  .menu-main .nav li a {
    width: 100%;
  }

  .widget_category_mansory .card.card-bg {
    margin-left: 0;
  }

  #articolo-dettaglio-testo #sidebar:after {
    content: none;
  }
  #articolo-dettaglio-testo #sidebar .widget-title:after {
    width: calc(100% - 15px);
  }
}
.menu-social {
  min-height: 57px;
}

.entry-nav-below {
  border-top: solid 1px #e5e5e5;
  margin-top: 5px;
}
.entry-nav-below a span {
  font-size: 0.666em;
  vertical-align: 2px;
}

.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1rem;
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  max-width: 75%;
  overflow: hidden;
  white-space: nowrap;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}
.breadcrumb .breadcrumb-item a {
  font-weight: bold;
}

#comments {
  padding-top: 60px;
  padding-bottom: 15px;
}

#site-description {
  margin-bottom: 30px;
}

.seed-post-image-container {
  display: flex;
  max-height: 448px;
  margin-bottom: 30px;
}

.wp-post-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.wp-post-image.seed-image {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  margin-bottom: unset;
}

.widget_last_post {
  margin-top: 1.5rem;
}
.widget_last_post .widget_last_post_wrap {
  min-width: 15rem;
}
.widget_last_post .widget_last_post_inner {
  border-top: solid 1px #ddd;
  padding: 1rem 2rem 1rem 0;
}
.widget_last_post .widget_last_post_inner h5 {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.widget_last_post .widget_last_post_inner h5 a:first-child {
  padding-left: 15px;
}
.widget_last_post .widget_last_post_inner h5 a:first-child:before {
  content: "● ";
  position: absolute;
  left: 6px;
}
.widget_last_post .widget_last_post_inner .wp-post-image {
  max-width: 70px;
}
.widget_last_post .widget_last_post_inner h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0;
}

.widget-area {
  padding: 30px 0;
}
.widget-area ul {
  margin-top: 1rem;
}
.widget-area li {
  list-style: none;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
.widget-area li ul {
  margin-top: 0;
  padding: 5px 0 0;
  text-indent: 15px;
}
.widget-area li li {
  border: none;
}
.widget-area a {
  font-weight: 300;
}
.widget-area span {
  display: block;
  font-size: 80%;
}
.widget-area .wp-post-image {
  width: 90%;
  height: auto;
  float: left;
  margin: 10px 10px 5px 0;
}
.widget-area .widget_last_post .widget_last_post_wrap {
  min-width: 100%;
}
.widget-area.primary-widget-area .widget-container {
  margin-bottom: 30px;
}
.widget-area.page-widget-area .widget-container {
  margin-bottom: 30px;
}

.widget_category_mansory {
  margin-bottom: 1.5rem;
}
.widget_category_mansory .widget-title {
  margin-bottom: 1.5rem;
}
.widget_category_mansory .card .card-body .meta-top {
  font-size: 0.77778rem;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Titillium Web, Helvetica, sans-serif;
}
.widget_category_mansory .card img {
  margin: 0;
  max-height: 208px;
  object-fit: cover;
  width: 100%;
}
.widget_category_mansory .card.card-bg {
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
}

.widget_widget_single_post .novita-testo {
  margin-bottom: 1em;
  margin-top: 3em;
}
.widget_widget_single_post .novita-foto {
  margin-top: 1em;
  margin-bottom: 1em;
}

#footer {
  background-color: #16314E;
  color: #fff;
}
#footer a {
  font-weight: inherit;
  color: #fff;
}
#footer hr {
  border-color: rgba(255, 255, 255, 0.8);
}
#footer .disable a {
  color: inherit;
}
#footer .widget-area li {
  border: none;
}
#footer .nav li {
  padding: 0px 15px 0px 0px;
  /*&:not(:last-child):after{
    content: '|';
    position: relative;
    right: -15px;
  }*/
}
#footer .nav li:not(:first-child) {
  padding: 0px 15px 0px 15px;
}
#footer .nav li:not(:last-child) {
  border-right: 1px solid #fff;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#content {
  padding-bottom: 60px;
}

body {
  color: #16314E;
}
body.page-template-home .header {
  display: none;
}
body.page-template-home #content {
  margin-top: 0;
  padding-top: 0;
}
body.page-template-home .entry-content {
  margin-top: 0;
  padding-top: 0;
}
body.archive article {
  border-bottom: solid 1px #ddd;
  padding: 2rem 0;
}
body.search article {
  border-bottom: solid 1px #ddd;
  padding: 2rem 0;
}

.home-widget {
  padding-top: 30px;
  background-color: #f0f0f0;
}

.widget ul {
  margin-top: 1rem;
}
.widget li {
  list-style: disc;
  list-style-position: inside;
  border-bottom: unset;
  padding: 0px;
}
.widget li ul {
  margin-top: 0;
  padding: 5px 0 0;
  text-indent: 15px;
}
.widget li li {
  border: none;
}

#cookie-notice {
  background-color: #576ae6 !important;
  color: #fff !important;
  padding: 15px 30px;
  font-size: 100%;
}
#cookie-notice a {
  color: #fff;
}

.cookie-notice-container {
  text-align: left;
  max-width: 1150px;
  margin: 0 auto;
  line-height: 2em;
}

#cn-accept-cookie {
  font-weight: bold;
  background: #fff;
  border-color: #3cd5d7 !important;
  color: #004a4d !important;
  border-radius: 0;
  padding: 10px 20px;
}

#container {
  overflow: hidden;
}
#container .sow-tabs-tab-container {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
#container .sow-tabs-tab-container .sow-tabs-tab {
  font-weight: 600;
  color: #5c6f82;
  border-bottom: 2px solid transparent;
}
#container .sow-tabs-tab-container .sow-tabs-tab:hover {
  background-color: transparent;
  border-bottom: 2px solid #b1b1b3;
}
#container .sow-tabs-tab-container .sow-tabs-tab-selected {
  border-bottom: 2px solid #16314E;
  color: #16314E;
  background-color: transparent;
}
#container .sow-tabs-panel-container {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
#container .sow-tabs-panel-container .sow-tabs-panel {
  padding: 15px 30px 30px;
}
#container .sow-accordion .sow-accordion-panel {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
#container .sow-accordion .sow-accordion-panel-header {
  background-color: transparent;
  color: #16314E;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}
#container .sow-accordion .sow-accordion-panel-header:hover {
  background-color: #e6ecf2;
}
#container .sow-accordion .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: transparent;
}
#container .sow-accordion .sow-accordion-panel-open .sow-accordion-title:before {
  height: 2px;
  width: 56px;
  border-radius: 2px;
  background-color: #00B3F9;
  position: absolute;
  top: 0;
  display: block;
  content: "";
  left: 25px;
}
#container .sow-accordion-panel-open .sow-accordion-title {
  color: #5c6f82;
}
#container .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
  color: #5c6f82;
  content: "";
}
#container .sow-icon-ionicons[data-sow-icon]:before {
  content: "";
  font-family: italia-icon-font;
}
#container .ow-button-base a.ow-button-hover:hover {
  text-decoration: none;
}

.sow-tabs-panel-container {
  box-shadow: 0 -2px 0 0 #4e5ecc;
  z-index: 0;
}

#wp-calendar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
}
#wp-calendar td {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  vertical-align: middle;
  border-top: 1px solid #d6dce3;
}
#wp-calendar th {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  vertical-align: middle;
  border-top: 1px solid #d6dce3;
}
#wp-calendar .table {
  background-color: #fff;
}
#wp-calendar thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6dce3;
}
#wp-calendar tbody + tbody {
  border-top: 2px solid #d6dce3;
}

.it-header-slim-wrapper {
  background: #4e5ecc;
  min-height: 43px;
}
.it-header-slim-wrapper .header-slim-img {
  max-width: 200px;
  max-height: 30px;
}
.it-header-slim-wrapper .it-header-slim-wrapper-content a:focus {
  outline: #fff auto 5px;
}

.it-footer-small-prints {
  background: #576ae6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.it-header-wrapper .searchform {
  position: relative;
  display: inline-block;
  width: 100%;
  /*&:after {
    width: 20px;
    height: 20px;
    right: 18px;
    top: 12px;
    content: '\e831';
    font-family: $font_0;
    color: $color_mine_shaft_approx;
    pointer-events: none;
    position: absolute;
    z-index: 99999;
  }*/
}
.it-header-wrapper .searchform div {
  padding: 6px;
}
.it-header-wrapper .searchform [type=submit] {
  float: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  color: #fff;
  border: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 100px;
  height: 48px;
  width: 48px;
  margin-left: 5px;
  text-indent: -99999px;
}
.it-header-wrapper .searchform input[type=text] {
  color: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 -1px 0 #f0f0f0;
  background: #f6f6f6;
  border: 1px solid #979797;
  border-radius: 30px;
  width: calc(100% - 60px);
  height: 37px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: end;
}
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 0;
  width: 100%;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  position: relative;
  left: auto;
  top: auto;
  margin-top: auto;
}

.entry-title {
  font-family: Titillium Web, Helvetica, sans-serif;
  /*font-size: 26px;*/
  font-weight: bold;
  letter-spacing: 0.65px;
  /*line-height: 36px;*/
  line-height: 1.5;
}
.entry-title .subtitle {
  font-size: 24px;
}

.it-page-sections-container {
  background-color: #fff;
  padding: 2rem;
}
.it-page-sections-container p {
  font-family: Titillium Web, Helvetica, sans-serif;
}

.it-page-asides-container .paragraph-title,
.it-page-asides-container .widget-title,
.it-page-footer-container .paragraph-title,
.it-page-footer-container .widget-title {
  font-family: Titillium Web, Helvetica, sans-serif;
  font-size: 18px;
}

.it-page-asides-container {
  background-color: #fff;
  padding: 1rem;
}
.it-page-asides-container .paragraph-title:not(:first-child) {
  margin-top: 40px;
}
.it-page-asides-container .widget-area {
  padding: 0px;
}

.it-page-footer-container {
  padding: 2rem;
}

#articolo-dettaglio-testo p {
  font-family: Lora, sans-serif;
}
#articolo-dettaglio-testo .thumbnail {
  margin-bottom: 0;
  border-bottom: solid 1px #e5e5e5;
}
#articolo-dettaglio-testo .thumbnail img {
  margin-bottom: 1rem;
}
#articolo-dettaglio-testo .thumbnail .dida {
  text-align: center;
  color: #16314E;
  font-family: Titillium Web, Helvetica, Tahoma, sans-serif;
  font-size: 0.778em;
}
#articolo-dettaglio-testo #sidebar {
  position: relative;
}
#articolo-dettaglio-testo #sidebar:after {
  content: " ";
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: -15px;
  left: auto;
  border-right: solid 1px #e5e5e5;
}
#articolo-dettaglio-testo #sidebar .widget-title {
  position: relative;
  font-size: 0.8888rem;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 30px 0;
}
#articolo-dettaglio-testo #sidebar .widget-title:after {
  content: " ";
  position: absolute;
  bottom: -4px;
  top: auto;
  height: 4px;
  z-index: 0;
  left: 15px;
  right: 0;
  width: 100%;
  background-color: #ddd;
  border-radius: 0;
}
#articolo-dettaglio-testo #sidebar .widget-title:before {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: -4px;
  top: auto;
  left: -15px;
  right: auto;
  height: 4px;
  width: 15%;
  background-color: #666;
  border-radius: 100px;
}
#articolo-dettaglio-testo .widget-area {
  padding-top: 0;
}
#articolo-dettaglio-testo .widget-area .widget-container {
  padding-left: 15px;
}
#articolo-dettaglio-testo .widget-area li {
  padding: 5px 0;
  border: none;
}
#articolo-dettaglio-testo .widget-area li a {
  font-size: 0.8888rem;
}

@media screen and (max-width: 1199px) {
  #articolo-dettaglio-testo .contenuto:before {
    content: none;
  }
}
#articolo-dettaglio-meta {
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
#articolo-dettaglio-meta:before {
  content: " ";
  position: absolute;
  top: -45px;
  width: 50%;
  height: 0;
  background: #f00;
  left: 25%;
  box-shadow: 0 0 50px 10px #000;
}

#articolo-dettaglio-pagination {
  background-color: #f0f0f0;
}

.menu-moreaction {
  padding-left: 15px;
  font-size: 90%;
}

.show-menu-moreaction {
  cursor: pointer;
}

#show-menu-moreaction[type=checkbox] {
  display: none;
}
#show-menu-moreaction[type=checkbox] ~ .menu-moreaction {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
#show-menu-moreaction[type=checkbox]:checked ~ .menu-moreaction {
  height: auto;
  opacity: 1;
  overflow: scroll;
  transition: all 0.4s ease-in-out;
}

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-previous span {
  margin-right: 5px;
}

.nav-next span {
  margin-left: 5px;
}

.page-numbers li {
  display: inline-block;
}
.page-numbers li a {
  display: block;
  padding: 0.5rem 0.9rem;
  border: solid 1px transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}
.page-numbers li a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.page-numbers li span {
  display: block;
  padding: 0.5rem 0.9rem;
  border: solid 1px transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}
.page-numbers li .current {
  border-color: #ccc;
  cursor: default;
}
.page-numbers li .dots {
  padding: 0.5rem 0.1rem;
}
.page-numbers li:first-child a {
  font-size: 0.7rem;
  line-height: 2.2;
}
.page-numbers li:last-child a {
  font-size: 0.7rem;
  line-height: 2.2;
}
.panel-grid > div {
  padding: 2rem 0;
}

.-area .widget-container {
  margin-bottom: 30px;
}

.home-content > .container > .post {
  display: inline-block;
  clear: both;
}
.home-content > .container > .post:nth-child(n+2) {
  border-top: solid 1px #ddd;
  padding-top: 60px;
}

nav-tabs:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 2rem #4e5ecc;
  bottom: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 50%;
  border-radius: 100%;
}

.ow-button-base a {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
  text-align: left !important;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
  text-align: left;
  font-weight: 700;
  font-size: 1em;
}

* a {
  text-decoration: none;
}

.header-slim-right-zone ul li a {
  /*font-size: .889em;*/
  line-height: 2.3em;
}

.it-footer .searchform:after {
  width: 20px;
  height: 20px;
  right: 18px;
  top: 12px;
}
.it-footer .searchform input[type=text] {
  width: calc(100% - 60px);
  height: 48px;
  float: left;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  border: none;
  box-shadow: inset 0 -1px 0 #fff;
  background: transparent;
}
.it-footer .searchform [type=submit] {
  background-color: #fff;
  border-radius: 100px;
  height: 48px;
  width: 48px;
  margin-left: 5px;
}
.it-footer .searchform [type=submit].it-header-wrapper .searchform input[type=text] {
  width: calc(100% - 60px);
  height: 48px;
  float: left;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.titolo-sezione h2 {
  font-size: 2.222em;
  margin: 0;
  letter-spacing: 0;
}

.argomenti a {
  display: inline-block;
  border: 2px solid;
  margin: 0 8px 12px 0;
  font-size: 0.889em;
  font-weight: 600;
  padding: 0 0.6em;
  border-radius: 10rem;
}
.argomenti a:hover {
  text-decoration: none;
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}

.it-nav-wrapper {
  margin-top: 50px;
}
.it-nav-wrapper .it-header-center-wrapper {
  background-color: #fff;
  /*        border-bottom: 2px solid $violet;*/
  padding-bottom: 60px;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a {
  color: #303B80;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2, .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2 {
  /*font-family: Helvetica-Bold, $font_4,$font_5, $font_2;*/
  font-size: 1rem;
  letter-spacing: 0.69px;
  line-height: 30px;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3, .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3 {
  /*font-family: $font_4,$font_5, $font_2;*/
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 23px;
}
.it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
  width: auto;
  height: 120px;
}
.it-nav-wrapper .it-header-navbar-wrapper {
  background-color: #fff;
}

.row [class*=col-] > .card-wrapper,
.row [class*=col-] > .card-wrapper > .card {
  height: auto;
}

.card .card-body .card-title.h5 {
  font-size: 19px;
  line-height: 1.77778rem;
  font-weight: 700;
  color: #17324d;
  margin-bottom: 16px;
  transition: 0.3s;
}
.card .card-body .card-title.big-heading.h5 {
  font-size: 1.55556rem;
}
.card .card-body .card-text {
  font-family: "Titillium Web", Helvetica, Tahoma, sans-serif;
  font-size: 18px;
  color: #16314E;
}
.card.card-teaser {
  padding: 0px;
}
.card.card-teaser .card-image {
  width: 100%;
  height: 240px;
}
.card.card-teaser .card-image img {
  height: 100%;
  object-fit: cover;
}
.card.card-teaser .card-body {
  padding: 16px 24px 24px;
}
.card.card-teaser .card-body .card-title {
  line-height: 1.44444rem;
  font-weight: 700;
  color: #16314E;
  transition: 0.3s;
}
.card.card-teaser .card-body .card-title a {
  color: #16314E;
}
.card.card-teaser .card-body .card-text {
  font-size: 18px;
}
.card:after {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .card .card-body {
    /*.card-title{
      font-size: 1.125rem;
    }*/
  }
  .card .card-body .card-subtitle {
    font-size: 0.95rem;
    font-style: italic;
  }

  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2, .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2 {
    font-size: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
  }
  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3, .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3 {
    font-size: 0.889em;
    font-weight: 400;
    margin-bottom: 0;
  }
  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 130px;
    height: 158px;
  }
}
/*.single,
.page:not(.home)*/
body:not(.home) #container {
  background-color: #f6f6f6;
  padding-bottom: 80px;
}

.btn-margin {
  padding: 15px 15px;
}

.btn {
  padding: 12px 10px;
}
.btn.btn-xl {
  font-family: "TitilliumWeb-Bold", Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding: 25px 10px;
}

.btn-lg {
  font-family: "TitilliumWeb-Bold", Helvetica, sans-serif;
  font-size: 24px;
}

.btn-primary {
  background-color: #61C9FF;
  border-color: #61C9FF;
  color: #16314E;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #16314E;
  border-color: #16314E;
}

.btn-acqua {
  background-color: #80E8E1;
  border-color: #80E8E1;
  color: #16314E;
}
.btn-acqua:hover, .btn-acqua:not(:disabled):not(.disabled):active {
  color: #16314E;
  background-color: #fff;
  border-color: #fff;
}

.btn-warning {
  color: #16314E;
  background-color: #FFDA61;
  border-color: #FFDA61;
}
.btn-warning:hover, .btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #16314E;
  border-color: #16314E;
}

.btn-secondary {
  color: #fff;
  background-color: #4e5ecc;
  border-color: #4e5ecc;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #16314E;
  border-color: #16314E;
}

.btn-outline-secondary {
  color: #16314E;
  background: #ffffff;
  box-shadow: 0px 0px 7px 2px #9797973B;
}

.btn-secondary-light {
  color: #fff;
  background-color: #6176FF;
  border-color: #6176FF;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary-light:hover, .btn-secondary-light:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #16314E;
  border-color: #16314E;
}

.extra-rounded {
  border-radius: 20px !important;
}

a.give-warning {
  position: relative;
  z-index: 24;
}
a.give-warning:hover, a.give-warning:focus, a.give-warning:active {
  z-index: 25;
}
a.give-warning:hover span, a.give-warning:focus span, a.give-warning:active span {
  display: block;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 12em;
  border: 1px solid #0cf;
  background-color: #cff;
  color: #000;
  text-align: center;
}
a.give-warning span {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}

.btn-icon .rounded-icon {
  border-radius: 15px;
}

.icon.icon-small {
  width: 22px;
  height: 22px;
}
.icon.icon-violet-blue {
  fill: #16314E;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: italia-icon-font;
  font-size: 16px;
}

/*@media (min-width: 992px){
  .d-md-flex {
    display: flex!important;
  }
}*/
.box-motto {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.box-motto .widget-motto {
  text-align: right;
  /*max-width: 45%;*/
}

/* The Masonry Container */
.gallery {
  margin: 1.5em auto;
}
.gallery.gallery-columns-1 {
  column-count: 1;
}
.gallery.gallery-columns-2 {
  column-count: 2;
}
.gallery.gallery-columns-3 {
  column-count: 3;
}
.gallery.gallery-columns-4 {
  column-count: 4;
}
.gallery.gallery-columns-5 {
  column-count: 5;
}
.gallery.gallery-columns-6 {
  column-count: 6;
}
.gallery.gallery-columns-7 {
  column-count: 7;
}
.gallery.gallery-columns-8 {
  column-count: 8;
}
.gallery.gallery-columns-9 {
  column-count: 9;
}

@media (min-width: 299px) and (max-width: 480px) {
  .home .image-container div {
    margin-bottom: 25px;
  }

  .it-nav-wrapper .it-brand-wrapper {
    padding-top: 15px;
  }
  .it-nav-wrapper .it-header-center-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h2 {
    font-size: 12px;
    line-height: 1px;
  }
  .it-nav-wrapper .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .h3 {
    font-size: 10px;
    font-weight: 400;
  }
}
.search .entry-subtitle {
  font-family: Titillium Web, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.65px;
  line-height: 36px;
}
.search .card .card-body {
  padding-top: 15px;
}
.search .card .card-body .h5.card-title {
  font-size: 1rem;
  line-height: 1.44444rem;
}
.search .card a.read-more {
  bottom: 15px;
}
.search .card:after {
  margin-top: 15px;
}
.search hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wpml-ls-statics-post_translations {
  display: none;
}

.single .entry-meta {
  text-transform: uppercase;
}
.single .entry-tags {
  font-size: 0.8888rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Titillium Web, Helvetica, sans-serif;
}

.icon-link {
  content: url("lib/bootstrap-italia/svg/link.svg");
  width: 15px;
  height: 15px;
}

.wpba.wpba-wrap {
  display: flex;
  float: unset;
}
.wpba ul.unstyled li {
  list-style: none;
}

.sd-icon-search {
  display: none;
}

@media (max-width: 600px) {
  .hidden {
    display: none;
  }

  .menu-wrapper {
    position: relative;
  }
  .menu-wrapper .mobile-menu {
    width: 80%;
  }
  .menu-wrapper .sd-icon-search {
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
  }
  .menu-wrapper .sd-icon-search .icon {
    width: 1.5em;
    height: 1.5em;
  }

  .it-header-wrapper .searchform input[type=text] {
    width: calc(100% - 35px);
  }
  .it-header-wrapper .searchform [type=submit] {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  ul.sub-menu {
    z-index: 999 !important;
  }

  .menu-main .sub-menu .menu-item a {
    white-space: pre-wrap !important;
  }

  .menu-main .sub-menu .sub-menu .menu-item a {
    font-weight: normal !important;
  }
}
.it-header-navbar-wrapper .it-search-wrapper-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 6px;
}
.it-header-navbar-wrapper .it-brand-wrapper-container {
  padding-left: 18px;
  padding-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.it-header-navbar-wrapper .it-brand-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.it-header-navbar-wrapper .it-brand-wrapper a .h2 {
  font-style: italic;
  font-size: 25px;
}
.it-header-navbar-wrapper .it-brand-wrapper a .icon {
  margin-right: 16px;
}

@media (min-width: 992px) {
  .it-header-navbar-wrapper .it-brand-wrapper a h2, .it-header-navbar-wrapper .it-brand-wrapper a .h2 {
    font-size: 2.222rem;
    font-style: italic;
  }
  .it-header-navbar-wrapper .it-brand-wrapper a h3, .it-header-navbar-wrapper .it-brand-wrapper a .h3 {
    font-size: 0.889em;
    font-weight: 400;
    margin-bottom: 0;
  }
  .it-header-navbar-wrapper .it-brand-wrapper a .icon {
    width: auto;
    height: 51px;
  }
}
.header-double .mobile-menu {
  padding-left: 20px;
}

/*# sourceMappingURL=style.css.map */
