@charset "UTF-8";
/*
Theme Name: IBE Theme
Theme URI: http://wordpress.org/themes/
Author: Federico Barberis
Author URI: https://www.weblabdesign.net
Description: This theme was created with Pinegrow Web Editor.
Version: 1.0
*/
header *, footer * {
  transition: all 500ms ease-in-out;
}

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

.admin-bar .claim-logo {
  top: 82px;
}

h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Oswald";
  font-size: 40px;
  color: #d71d24;
  margin-bottom: 0;
  text-transform: uppercase;
}

nav h1 {
  font-size: 30px;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: "Oswald";
  color: #008240;
  margin-top: 0;
  text-transform: uppercase;
}

h3 {
  font-family: "Oswald";
  color: #008240;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  font-weight: 200;
  margin: 10px 0;
}

a {
  text-decoration: none !important;
  color: #008240;
}

@media print {
  a[href]:after {
    content: none !important;
  }

  .claim-bar {
    display: none !important;
  }

  .sidebar, footer {
    display: none;
  }
}
header {
  z-index: 99;
  width: 100%;
  top: 0;
}

.navbar {
  margin-bottom: 0;
  padding-top: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  width: 100%;
}

.navbar-collapse {
  padding: 0;
}

.active > a {
  color: #008240 !important;
}
.active > a:hover, .active > a:focus {
  color: #008240 !important;
}

#primary-nav {
  z-index: 999;
  top: 0;
}

.navbar-nav a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

#menu-main-menu.navbar-nav a, #menu-main-menu-inglese.navbar-nav a {
  font-size: 12px;
}

.claim-logo {
  width: 400px;
  height: 170px;
  position: absolute;
  top: 50px;
  display: block;
  z-index: 99;
}
.claim-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 40px;
  height: 170px;
}
.claim-logo:before {
  content: "";
  display: block;
  width: 6000px;
  height: 170px;
  background-color: #008240;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 148px;
}

@media (max-width: 992px) {
  .claim-logo {
    top: 0px;
  }
}
.claim-bar {
  background-color: #d71d24;
  width: 100%;
  top: 0;
  z-index: 1;
  height: 170px;
}
.claim-bar .claim-text {
  color: #ffffff;
  font-style: italic;
  width: 686px;
  line-height: 60px;
  font-size: 40px;
  margin-top: 43px;
  background-repeat: no-repeat;
  background-position: right;
  height: 118px;
  text-indent: -999999px;
  background-size: contain;
}

.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}

#event-loop {
  background-color: #ebebeb;
}

section {
  padding-bottom: 32px;
}

.row {
  margin-bottom: 32px;
}

main img {
  width: auto;
  max-width: 100%;
  border-radius: 10px;
  display: block;
  margin: auto;
}

figure img, .wp-post-image {
  height: auto;
}

.toolbox {
  background: #ebebeb;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  color: #444 !important;
}
.toolbox .uform_title {
  display: none;
}
.toolbox select {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: url(assets/dropdown-arrow.png) no-repeat right transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 5px 10px 28px;
  position: relative;
  font-family: "fontawesome", "Raleway";
  height: 32px;
}

.toolbox input[type="text"]{
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #767676;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 5px 10px 28px;
  position: relative;
  font-family: "fontawesome", "Raleway";
  height: 32px;
}
.toolbox #tax-select-0:before {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 117px;
}
.toolbox #cmf-select0:before {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 180px;
}
.toolbox #cmf-select1:before {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 239px;
}
.toolbox #cmf-select2:before {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 299px;
}
.toolbox .see-all {
  display: block;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: underline !important;
  vertical-align: middle;
  margin-top: 15px;
}

.uwpqsf_submit input, .green-button {
  width: 100%;
  background: #008240;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 15px;
  white-space: normal;
}

.red-button {
  width: 100%;
  background: #d71d24;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}

.grey-button {
  width: 100%;
  background: #ccc;
  color: #333;
  text-transform: uppercase;
  margin-top: 15px;
  text-decoration: none !important;
  font-weight: 700;
}

.carousel-inner img {
  width: auto;
  border-radius: 0;
  height: auto !important;
  min-width: 100%;
  max-width: 110% !important;
  min-height: 100%;
  max-height: 110%;
}

.carousel-control {
  border-radius: 10px;
}

#hidden-logo {
  width: 120px;
  position: absolute;
  right: 0;
  display: none;
  margin-top: 10px;
}

@media (max-width: 479px) {
  #hidden-logo {
    left: 0;
    top: 0;
    margin-bottom: 30px;
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.toolbox h3 {
  text-align: center;
  box-shadow: 0 3px 3px 1px #ccc;
  padding-bottom: 24px;
  width: 106%;
  margin-left: -10px;
  color: #008240 !important;
}

.section-title h1:after {
  content: "";
  width: 50px;
  height: 8px;
  border-top: 2px solid #008270;
  border-bottom: 2px solid #D71D2A;
  position: absolute;
  margin-left: 15px;
  top: 60px;
}
.section-title h1:before {
  content: "";
  width: 50px;
  height: 8px;
  border-top: 2px solid #008270;
  border-bottom: 2px solid #D71D2A;
  position: absolute;
  margin-left: -71px;
  top: 60px;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  display: block;
  height: 250px;
  perspective: 1px;
}
.grid figure img {
  position: relative;
  display: block;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 400px;
}
.grid figure figcaption {
  display: block;
  padding: 1em;
  height: 3.75em;
  background: #008240;
  opacity: 0.8;
  color: #3c4a50;
  transition: all 500ms ease-in-out;
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure:hover figcaption {
  top: 25%;
}
.grid figure figcaption h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}
.grid figure figcaption h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 100 !important;
  text-transform: none;
}
.grid figure figcaption a {
  color: #fff !important;
}
.grid figure figcaption a:hover {
  color: #fff !important;
}

footer {
  background-color: #008240;
  min-height: 80px;
}
footer a {
  color: #fff;
}
footer #sub-footer a {
  color: #727272;
  text-decoration: underline !important;
}

.event-region {
  color: #3c3c3c;
  text-align: left;
  font-size: 24px;
  font-family: "Oswald";
  background-image: url("assets/gagliardetto.png");
  background-repeat: no-repeat;
  background-position: 0, 0;
  height: 48px;
  padding-left: 60px;
  padding-top: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.white-panel {
  background-color: #ffffff;
}

#sub-footer {
  background-color: #222222;
  min-height: 50px;
  padding-top: 32px;
  color: #727272;
}

#top-footer {
  padding-top: 32px;
  background-image: url("assets/skyline.png");
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 200px;
}

.footer-widget-col {
  color: #ffffff;
}
.footer-widget-col h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}

#sub-footer p {
  font-size: 14px;
}

.back-to-top {
  background-color: #008240;
  margin: 20px;
  position: fixed;
  bottom: 75px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.back-to-top i {
  font-size: 30px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

.social-icons i {
  margin-right: 20px;
}

.event-widget-event {
  margin-bottom: 50px;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.62);
  position: absolute;
  width: 100%;
  left: 0;
  height: 30px;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.carousel-caption h3 {
  color: #ffffff;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  text-transform: inherit;
  font-weight: 100 !important;
}
.carousel-caption p {
  float: left;
  margin: 3px 0 3px 20px;
  font-style: italic;
}
.carousel-caption p a {
  color: #ffffff;
  text-decoration: underline !important;
}

.carousel {
  border-radius: 10px;
  margin-bottom: 50px;
  height: 464px;
  overflow: hidden;
  perspective: 1px;
}

@media (max-width: 480px) {
  .carousel {
    height: 265px !important;
  }

  .carousel-inner .item {
    height: 264px !important;
  }

  .carousel-caption h3 {
    font-size: 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .carousel, .carousel-inner .item {
    height: 350px !important;
  }
}
#secondary-nav {
  transition: all 300ms ease-in-out;
  margin-bottom: 20px;
}
#secondary-nav .container {
  position: relative;
}
#secondary-nav .navbar-nav {
  margin-top: 15px;
}
#secondary-nav h2 {
  padding-top: 20px;
  padding-bottom: 0;
  margin-right: 15px;
}
#secondary-nav.affix {
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  #secondary-nav .navbar-nav {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  #secondary-nav h2 {
    float: none !important;
    clear: both !important;
  }
}
.admin-bar #secondary-nav.affix {
  top: 32px;
}

#event {
  margin-bottom: 30px;
  padding-left: 0;
}

article {
  margin-bottom: 50px;
}
article a {
  text-decoration: underline !important;
}
article h1 {
  text-transform: none;
}
article h2 {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.4em;
}
article h3 {
  margin-top: 0;
}
article .event-meta-box {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}

.approfondimenti-box {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.approfondimenti-box h1 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #444444;
  font-family: "Raleway";
}

.section-title .caption {
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Oswald";
  font-size: 24px;
}

.event-meta-box {
  background-color: #ebebeb;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 15px 0;
}
.event-meta-box span {
  margin-left: 5px;
  margin-right: 5px;
}

#segnala-evento, #subscribe-newsletter {
  background-color: #008240; /*#d71d24*/
  height: 75px;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 10px;
  box-sizing: border-box;
}
#segnala-evento a, #subscribe-newsletter a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-family: "raleway";
  line-height: 55px;
  display: block;
}
#segnala-evento a:hover, #subscribe-newsletter a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
#segnala-evento i, #subscribe-newsletter i, #seguici-fb i {
  float: left;
  margin: 0 10px;
  font-size: 42px;
  line-height: 55px;
  color: #fff;
}

#collabora-con-noi, #vedi-eventi {
  background-color: #008240;
  height: 75px;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 10px;
  box-sizing: border-box;
}
#collabora-con-noi a, #vedi-eventi a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-family: "raleway";
  line-height: 55px;
  display: block;
  white-space: nowrap;
}
#collabora-con-noi a:hover, #vedi-eventi a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
#collabora-con-noi i, #vedi-eventi i {
  float: left;
  margin: 0 10px;
  font-size: 42px;
  line-height: 55px;
  color: #fff;
}

/*#vedi-eventi {
  background-color: #008240;
  height: 100px;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 11px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;

  a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Oswald';
    line-height: 78px;
    display: block;

    &:hover {
      color: #ffffff !important;
      text-decoration: underline !important;
    }
  }
  }*/
  #seguici-fb {
    background-color: #008240;
    height: 75px;
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
  }
  #seguici-fb a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-family: "raleway";
    line-height: 55px;
    display: block;
  }
  #seguici-fb a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
  }
  #seguici-fb img {
    float: left;
    border-radius: 0;
  }
  #seguici-fb img:first-child {
    width: 40%;
    margin: 0 25px;
  }
  #seguici-fb img:nth-child(2) {
    padding-top: 5px;
  }

  .carousel .item {
    width: 100%;
    overflow: hidden;
  }

  .icon {
    max-width: 56px;
    margin-right: 5px;
    float: left;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 0;
  }

  .green-button.small {
    width: 200px;
    margin-bottom: 15px;
  }

  .carousel-inner .item {
    height: 464px;
  }

  .comments img {
    width: auto;
  }
  .comments footer {
    background: none;
  }

  a:hover {
    color: #d71d24 !important;
  }

  .gallery {
    margin: 0 auto 18px;
  }
  .gallery .gallery-item {
    margin-top: 15px;
    text-align: center;
    width: 31.335%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 1.07em;
  }

  .gallery-columns-2 .gallery-item {
    width: 47%;
  }

  .gallery-columns-4 .gallery-item {
    width: 22%;
  }

  .gallery img {
    padding: 5px;
  }
  .gallery img:hover {
    background: white;
  }

  .gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
  }

  .gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
  }

  .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
  }
  .gallery dl, .gallery dt {
    margin: 0;
  }
  .gallery br + br {
    display: none;
  }

  .thumbnail {
    border: none;
    padding: 0;
    perspective: 1px;
    overflow: hidden;
  }

  .footer-thumb-wrapper {
    padding: 0;
    margin-right: 10px;
    width: 30%;
    float: left;
  }

  .search-form {
    margin-bottom: 32px;
    width: 100%;
  }
  .search-form .screen-reader-text {
    display: none;
  }
  .search-form label {
    width: 70%;
  }
  .search-form .search-field {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: "Raleway";
    font-weight: 100;
    color: #444;
  }
  .search-form .search-submit {
    width: 29%;
    margin-top: -3px;
    padding: 9px;
  }

  .sidebar div[id^=search-]:not(#search-panel) {
    background-color: #ebebeb;
    border-radius: 5px;
    margin-bottom: 32px;
    padding: 15px;
  }
  .sidebar div[id^=search-]:not(#search-panel) .search-form {
    margin-bottom: 0;
  }
  .sidebar div[id^=search-]:not(#search-panel) .search-form .screen-reader-text {
    display: none;
  }
  .sidebar div[id^=search-]:not(#search-panel) .search-form label {
    width: 60%;
  }

  .glyphicon {
    color: #008240;
  }

  nav .container {
    position: relative;
  }
  .search .menu-item-language {
    display: none;
  }

  nav .login-btn, nav .account-btn {
    float: none;
    position: absolute;
    right: 40px;
  }
  nav .login-btn a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 100;
  }
  nav .account-btn a:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 100;
    margin-right: 5px;
  }

  @media (max-width: 969px) {
    #primary-nav {
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      width: 50%;
      background-color: rgba(255, 255, 255, 0.86);
      z-index: 9999;
    }
    #primary-nav .container {
      width: 100%;
    }

    .admin-bar #primary-nav {
      top: 32px;
    }

    #primary-nav ul li {
      float: none;
    }

    .admin-bar .claim-logo {
      top: 32px;
    }
  }
  #my_toggle {
    display: none;
  }

  @media (max-width: 969px) {
    #my_toggle {
      display: block;
      position: absolute;
      right: -33px;
      top: 55px;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.85);
      font-size: 24px;
      font-size: 17px;
    }

    .off-canvas {
      left: -50% !important;
    }
  }
  #event-location-map {
    margin-top: 32px;
  }
  #event-location-map .panel-heading {
    background-color: #ebebeb;
    padding: 5px 10px;
  }
  #event-location-map h3 a {
    font-family: Raleway;
    font-weight: 300;
    margin-left: 15px;
    text-transform: none;
  }

  #map_canvas {
    margin-bottom: 20px;
  }

  .sharedaddy {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  figcaption .sharedaddy {
    display: none;
  }

  .search-loop h2 {
    margin-top: 15px;
    font-size: 26px;
  }
  .search-loop figure {
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
  }

  .search-item {
    margin-bottom: 15px;
  }
  .search-item:nth-child(n+3) {
    padding-top: 32px;
  }
  .search-item:nth-child(n+3)::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60%;
    border-top: 1px solid #8e8e8e;
    transform: translateX(-50%);
  }
  .search-item h2 {
    text-transform: none;
  }

  @media (max-width: 991px) {
    .search-item:nth-child(n+2) {
      padding-top: 32px;
    }
    .search-item:nth-child(n+2)::before {
      content: "";
      position: absolute;
      left: 15px;
      top: 0;
      width: 95%;
      border-top: 1px solid #bbb;
    }
  }
  .pagination-wrapper {
    text-align: center;
  }

  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #008240;
    border-bottom: 1px solid #008240;
    border-radius: 0;
    color: #fff !important;
  }
  .pagination li a {
    color: #333333;
  }

  #breadcrumbs-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #breadcrumbs {
    font-size: 14px;
  }

  .disabled {
    display: none !important;
  }

  .btn-default[disabled] {
    color: #444;
  }

  .search-results h1 {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-title {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
  }

  .pre-loop {
    margin-bottom: 32px;
  }

  .search-loop {
    margin-left: -15px;
    margin-right: -15px;
  }

  @media (max-width: 767px) {
    .claim-logo {
      top: 0px;
    }

    .admin-bar .claim-logo {
      top: 46px;
    }
  }
  #home-italy-map h3 {
    position: absolute;
    right: 0;
    top: 250px;
    background-image: url("assets/mappa_h3_bkg.png");
    width: 300px;
    height: 118px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    text-align: right;
    padding-top: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 21px;
    z-index: 999;
  }

  .dropdown-menu > .active > a {
    background-color: #ebebeb !important;
  }

  .banner-area {
    margin-bottom: 20px;
  }

  .separator {
    display: block;
    width: 100%;
    height: 20px;
  }

  .page-template-pagina-dove h1 {
    text-align: left;
    font-size: 30px;
    color: #008240;
  }
  .page-template-pagina-dove .col-md-8 h3 {
    margin-top: 0;
  }

  .banner-area .widgettitle {
    display: none;
  }

  .wpcf7-form {
    margin: 32px 0;
  }
  .wpcf7-form label {
    font-size: 14px;
  }
  .wpcf7-form input {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #bfbfbf;
  }
  .wpcf7-form select {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 315px;
    border: 1px solid #bfbfbf;
    margin-top: 15px;
  }
  .wpcf7-form textarea {
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #bfbfbf;
    margin-top: 15px;
  }

  .wpcf7-list-item-label {
    font-size: 14px;
  }

  #post-navigation {
    margin-bottom: 32px;
  }

  .prev-link, .next-link {
    display: block;
    width: 49%;
    font-weight: 700;
  }

  .prev-link {
    float: left;
    text-align: left;
  }

  .next-link {
    float: right;
    text-align: right;
  }

  .prev-link i, .next-link i {
    font-size: 24px;
    margin: 0 10px;
  }

  .prev-link > a > span {
    display: inline-block;
    vertical-align: middle;
  }
  .prev-link > a > span:first-child {
    width: 20%;
  }
  .prev-link > a > span:last-child {
    width: 80%;
  }

  .next-link > a > span {
    display: inline-block;
    vertical-align: middle;
  }
  .next-link > a > span:first-child {
    width: 80%;
  }
  .next-link > a > span:last-child {
    width: 20%;
  }

/* =WordPress Core
-------------------------------------------------------------- */
article .wp-post-image {
  margin-bottom: 32px;
}

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

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

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

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

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;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone, .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;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.event-container h2 {
  text-align: center;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 25px;
}

.event-wrapper {
  margin-bottom: 30px;
  padding-left: 0;
}
.event-wrapper .event-date {
  font-size: 14px;
}
.event-wrapper .event-location {
  font-size: 13px;
}
.event-wrapper .event-excerpt {
  font-size: 14px !important;
  line-height: normal;
}
.event-wrapper .event-excerpt p {
  font-size: 14px !important;
}

/*Edit 2019*/
.page-content {
  margin-bottom: 40px;
}

.blocco-struttura figure {
  padding-left: 0;
  margin-bottom: 15px;
}

.descrizione-struttura h4, .descrizione-struttura p {
  text-align: left;
  margin-top: 0;
}
.descrizione-struttura .desc-struttura {
  font-size: 16px;
}
.descrizione-struttura .sito-struttura {
  font-style: italic;
}
.descrizione-struttura .nome-struttura {
  text-transform: uppercase;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  color: #008240;
  margin-bottom: 0;
}

div[id*=banner-] {
  margin-bottom: 32px;
}
div[id*=banner-] h3 {
  display: none;
}