@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v23/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNig.ttf) format('truetype');
}
.o-hidden {
  overflow: hidden!important;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.15rem;
  color: #333;
  font-weight: 400;
  background-color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
a {
  color: #e61516;
  text-decoration: none;
}
a:hover {
  color: #034f6c;
  text-decoration: none;
}
.full-width {
  width: 98vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#headers {
  min-height: 30vw;
  align-items: flex-end;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navbar-brand {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 55px;
  /* Need a specific value to work */
}
#header span {
  color: #fff;
}
#header .navbar {
  transition: background-color 2s;
  background-color: rgba(51, 51, 51, 0.4);
}
#header .navbar-brand img {
  transition: transform 2s, height 2s, width 2s;
  transform-origin: left top;
}
#header a,
#header .navbar-toggler {
  color: #e61516;
}
#header .offcanvas a {
  color: #e61516 !important;
}
#header .fa-2x {
  font-size: 1.25rem;
}
.home #header a,
.page-template-full-width #header a,
.page-template-evento #header a,
.home #header .navbar-toggler,
.page-template-full-width #header .navbar-toggler,
.page-template-evento #header .navbar-toggler {
  color: #fff;
}
.page-template-iscrizione #header .navbar {
  background-color: transparent;
}
.no-header {
  margin-top: 7rem;
}
article ul {
  margin-bottom: 1rem;
}
article ul li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.btn.btn-brand {
  background-color: #e61516;
  color: #fff;
}
.btn.btn-brand:hover {
  background-color: #034f6c;
}
.home .wp-block-latest-posts__list a {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 90%;
}
.home .wp-block-latest-posts__list img {
  position: relative;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 250px;
  height: 250px;
  border: 1px solid #dee2e6;
}
.blog #header .navbar,
.category #header .navbar,
.single #header .navbar,
.search #header .navbar,
.page-template-full-width-noheader #header .navbar {
  background-color: #fff;
}
.blog #header a,
.category #header a,
.single #header a,
.search #header a,
.page-template-full-width-noheader #header a,
.blog #header .navbar-toggler,
.category #header .navbar-toggler,
.single #header .navbar-toggler,
.search #header .navbar-toggler,
.page-template-full-width-noheader #header .navbar-toggler {
  color: #e61516;
}
.blog #header .offcanvas a,
.category #header .offcanvas a,
.single #header .offcanvas a,
.search #header .offcanvas a,
.page-template-full-width-noheader #header .offcanvas a {
  color: #e61516 !important;
}
.blog article p,
.category article p,
.search article p {
  color: #333 !important;
}
/* #################### HOME */
#copertina {
  min-height: 90vw !important;
  padding: 1em;
  align-items: flex-end;
}
#copertina p {
  font-size: 1.15rem;
  font-weight: 600;
}
#carousel ul li a img {
  position: relative;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 135px;
  height: 135px;
}
#carousel ul li a div svg {
  position: absolute !important;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: 99999;
  color: rgba(255, 255, 255, 0.75);
}
#carousel ul li a:hover svg {
  color: #034f6c;
}
#lorenzo .innerblocks-wrap {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
  background-color: #fff;
}
#lorenzo .wp-block-image .alignright {
  float: none;
  margin: auto;
}
#lorenzo h3,
#lorenzo p {
  text-align: center;
}
#associazione .has-text-align-right {
  text-align: center;
}
#associazione .wp-block-buttons.is-content-justification-left {
  align-items: center;
}
.wp-block-button__link {
  background-color: #e61516;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: calc(1.15rem / 1.2);
}
#territorio {
  text-align: center;
  margin-bottom: 0 !important;
  z-index: 999;
}
#territorio h1.yellowbg {
  background-color: #fbdd09;
  padding: 0.25rem;
}
#territorio p {
  color: #333;
  font-size: 1.15rem;
}
#territorio .wp-block-buttons .wp-block-button {
  margin: auto;
}
#territorio .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #e61516;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: calc(1.15rem / 1.2);
}
.glide__slides {
  height: 350px !important;
}
#aside aside {
  margin-bottom: 3rem;
}
#aside h1.widget-title {
  font-size: 1.1rem;
}
/* #################### FOOTER */
#footer h1 {
  font-size: 1.1rem;
  font-weight: 600;
}
#map,
#mapauto {
  height: 600px;
  width: 98vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.sponsor figure {
  flex-grow: 0 !important;
}
.sponsor figure img {
  max-width: 150px !important;
  width: 150px !important;
}
/* ################################################################################################ iPhone 6, 6S, 7 and 8 */
/* ################################################################################################ iPhone 8 plus */
/* ################################################################################################ IPAD 9.7 */
@media only screen and (min-width: 768px) {
  .full-width {
    width: 99vw;
  }
  #copertina {
    min-height: 50vw !important;
    align-items: center;
  }
  #copertina p {
    font-size: 2rem;
  }
  #associazione .has-text-align-right {
    text-align: right;
  }
  #associazione .wp-block-buttons.is-content-justification-left {
    align-items: flex-start;
  }
}
/* ################################################################################################ IPAD 10.5 */
/* Portrait */
/* ################################################################################################ IPAD PRO */
@media only screen and (min-width: 992px) {
  .glide__slides {
    height: 600px !important;
  }
  #map,
  #mapauto {
    height: 900px;
  }
}
/* ################################################################################################ IPAD PRO */
/* Landscape */
@media (hover: hover) and (min-width: 1100px) {
  .full-width {
    width: 99.5vw;
  }
  .no-header {
    margin-top: 12rem;
  }
  #header .fa-2x {
    font-size: 1.75rem;
  }
  .navbar-brand {
    top: 10px;
    width: 140px;
    /* Need a specific value to work */
  }
  #category,
  #article {
    margin-top: 12rem;
  }
  #headers {
    min-height: 20vw;
    align-items: flex-end;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .wp-block-button__link {
    padding: calc(0.5em + 2px) calc(1.333em + 2px);
  }
  #lorenzo .wp-block-image .alignright {
    float: right;
    margin: 0 0 10px 0;
  }
  #lorenzo h3,
  #lorenzo p {
    text-align: left;
  }
  .wp-block-button__link {
    font-size: 1.15rem;
  }
  #territorio {
    text-align: center;
    margin-bottom: -320px !important;
    z-index: 999;
  }
  #territorio h1.yellowbg {
    background-color: #fbdd09;
    padding: 0.25rem;
  }
  #territorio p {
    color: #fff;
    font-size: calc(1.15rem * 1.2);
  }
  #territorio .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1.15rem;
  }
  .glide__slides {
    height: 900px !important;
  }
}
/* ################################################################################################ DESKTOP */
/* ################################################################################################ DESKTOP EXTRA */
/* ################################################################################################ DESKTOP BASSI */
/*# sourceMappingURL=custom.css.map */