@import url(./variables.css);

.no-desktop {
  display: block;
}

.no-mobile {
  display: none;
}

@media (min-width:992px) {
  .no-mobile {
    display: block;
  }

  .no-desktop {
    display: none;
  }

  span.no-mobile {
    display: inline;
  }
}

a>img {
  transition: 0.2s;
}

a>img:hover {
  opacity: 0.8;
}

.rtecenter {
  display: flex;
  justify-content: center;
}


/*LOGGED IN OVERRIDE*/
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 200000;
}

.user-logged-in .bs-it-sticky-wrapper>header {
  top: 92px !important;
}

body .toolbar:before {
  display: none;
}

body .toolbar {
  height: auto;
}

.debug-login {
  position: fixed;
  background-color: red;
  padding: 10px;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  color: #fff;
  font-weight: 800;
}

html[lang="it"] .view a.en-label,
html[lang="it"] .views-field-view-node a span.en-label {
  display: none;
}

html[lang="en"] .view a.it-label,
html[lang="en"] .view a span.it-label,
html[lang="en"] .views-field-view-node a span.it-label {
  display: none;
}