/* Barra editor di Magnolia size full  */
div.mgnlEditorBar.area {
  box-sizing: border-box !important;
  width: 100% !important;
}
div.mgnlPlaceholder {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
}

.mgnlMaxWidth {
  max-width: 100% !important;
}


#header-all {
  z-index: 1051 !important;
}

/* icon X chiusura menu **/
.navbar .navbar-collapsable.expanded .menu-wrapper {
    right: 100px;
}
.navbar .close-div {
    right: 10px;
    background: none;
}

.navbar .overlay {
    background: rgba(0,0,0,.8);
}

/* icon menu su theme light */
.th-light .custom-navbar-toggler svg {
    fill: #000;
}

@media screen and (min-width:768px) {
  .img-float-right {
     float: right;
  }
  .img-float-left {
     float: left;
  }
}

/* owl carousel stage */
.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    background: #3473b3;
    display: inline-block;
    opacity: .3;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50px;
    margin: 0 8px;
}
.owl-carousel button.owl-dot.active {
    opacity: 1;
}


/* owl carousel evidence */
.it-carousel-wrapper.pTop .owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 0;
}


/* map Google  */

@media screen and (min-width:768px) {
  .google-map {
      height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .google-map {
      height: 200px;
  }
}


/* TOTOP  */
.fixed-bottom-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1030;
}

#topcontrol {
    border: 1px solid white;
}

/* IMMAGINE SU ROW-FULL-WIDTH */
.row.row-full-width .card-wrapper .card-body img {
    height: auto;
}

/* Entrypoint - spezzare parole lunghe (altrimenti uscivano dal bottone) 
   NB: classe "entrypoint" aggiunta a mano dentro lo span */
.entrypoint {
    word-break: break-word;
}

/* Teaser Category */
.altri-argomenti {
    margin-top: 48px;
    text-align: center;
}
.argomenti {
    margin-bottom: 20px;
}

.altri-argomenti .altri-argomenti-titolo {
    display: inline-block;
}
.altri-argomenti .altri-argomenti-titolo h4 {
    display: inline-block;
    color: #555;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

.altri-argomenti .altri-argomenti-elenco {
    display: inline-block;
    margin-left: 16px;
}
.altri-argomenti .altri-argomenti-elenco a.badge-argomenti {
    font-weight: 700;
}
.argomenti a.badge-argomenti {
    color: #003882;
    border: 1px solid #003882;
    margin-right: 8px;
    margin-bottom: 12px;
    font-size: .889em;
    font-weight: 600;
    text-decoration: none;
}
.argomenti a.badge-argomenti:hover {
    background-color: #003882;
    color: #fff;
    text-decoration: none;
}
