@import "template.css";
#page, #main-wrapper, .region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a {
  background: #eee;
}

/* GALLERY*/
.photo .overlay-pic {
    cursor: crosshair;
}
.photo .overlay-pic {
    background-color: rgb(0 140 186 / 55%);
}
.photo .card{
    position:relative;
}
.card:hover .overlay-pic {
  opacity: 1;
}
.photo .title {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* REGION*/
.featured-top {
    margin-bottom: 2rem;
}
/* MATERIAL ICON*/
.material-icons.md-18,
.material-icons-outlined.md-18  { font-size: 18px; }
.material-icons.md-24,
.material-icons-outlined.m-24 { font-size: 24px; }
.material-icons-outlined.md-36,
.material-icons.md-36 { font-size: 36px; }
.material-icons-outlined.md-48,
.material-icons.md-48 { font-size: 48px; }
/* SPINNER */
.spinner .path {
    stroke: #93bfec;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
  }
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
  .spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 100;
    position: absolute;
    top: 70%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
  }
/* MISC */
html, body {
    height: 100%;
    background-color: #eee;
}
.overlay-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
.featured-top__inner.section {
    padding: 0;
}
#go_dashboard {
    position: fixed;
    left: 50px;
    bottom: 100px;
    border: 2px solid #fff;
    z-index: 9999999;
    color: #fff;
}
.w24{
    width: 24px;
}
.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
main#content {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
.material-icons,
.material-icons-outlined {
    vertical-align: middle;
}
#gotop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #212121;
    color: white;
    border:1px solid lightgrey;
    cursor: pointer;
    padding: 5px;
    border-radius: 6px;
}
#gotop:hover {
    background-color: #555;
}
/* BUTTONS */
.btn-floating {
    width: 40px;
    height: 40px;
}
.btn-floating,
[class*=btn-outline-].btn-floating {
    border-radius: 50%;
    padding: 0;
    position: relative;
}
.ripple-surface {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
/* BREADCRUMBS*/
#block-bootstrap-barrio-subtheme-breadcrumbs a {
    color: #fff;
    font-weight: 600;
}
#block-bootstrap-barrio-subtheme-breadcrumbs li {
    color: wheat;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:wheat;
}
/* FOOTER */
/* footer .copy .material-icons {
    font-size: 20px;
}
footer .copy a {
    color: wheat;
}
.social-link img {
    width: 24px;
    padding-top: 6px;
} */
/* NEWSLETTER */
.ui-dialog .ui-dialog-titlebar {
    background: #607d8b;
    color: #fff;
}
button.ui-dialog-titlebar-close {
    border: none;
    background:powderblue;
}
.form-item-privacy {
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgray;
    padding-bottom: 1rem;
}
.webform-button--submit {
    float: right;
}
.webform-submission-newsletter-form input {
    border-radius: 25px;
    padding: 10px 20px
}
.topbar-dark .topbar-text, .topbar-dark .topbar-link {
    color: rgba(255,255,255,.65);
}
.topbar .topbar-text, .topbar .topbar-link {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
}
button.ui-dialog-titlebar-close {
    /* IMPOSTARE X*/
}
/* NAV */
/* .navbar {
  border: none !important;
}
.navbar-brand{
    padding-top: .3rem;
    padding-bottom: .3rem;
}
.navbar.solid {
    background-color: #ffffff!important;
    -webkit-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  .navbar.solid a {
    color: #212529!important;
  }
  .navbar .dark{
    display: none;
  }
  .navbar.solid .white{
    display: none;
  }
  .navbar.solid .dark{
    display: block;
  }
  @media (max-width:991px) {
    .navbar {
      background-color: #ffffff!important;
    }
    .navbar-dark .navbar-toggler-icon {
      filter: invert(0%) sepia(5%) saturate(3700%) hue-rotate(38deg) brightness(16%) contrast(93%);
    }
    .navbar a {
      color: #212529!important;
    }
  }
  
/* TOP BAR*/
/* .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px  0px;
    font-size: .875rem;
} */
/* GRANSLATE*/
/* nav#navbar-main a.gtflag, .topbar a.gtflag {
    border-radius: 50%;
    margin-right: 5px;
}
nav#navbar-main #block-gtranslate {
    padding-top: 1rem;
}
.topbar #block-gtranslate {
    padding: 0;
    margin: 0;
} */
/* PAGE NODE */
.page .field.field--name-body p {
    text-align: justify;
}
/* MAP*/
.gmap {
    position: relative;
    overflow: hidden;
}
/* CONTATTI*/
.contact li >a {
    font-size: 1.1rem;
    font-weight: 450;
    color: #757575;
}
/* RESPONSIVE*/
@media screen and (max-width: 768px) {
    .site-footer {
        padding-bottom: 80px;
    }
    /* PARALLAX*/
    img.parallax-img.img-responsive {

    }
    .hero .bg-image {
        height: auto!important;
    }
}
@media screen and (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
}

.carousel-caption {
  z-index: 9;
}