/*#region breakpoints*/
/* 0, 640px */
/* 640px, 981px */
/* 980px, 1100px */
/* 1100px, 1405px */
/* 1405px */
/*#endregion */
@font-face {
  font-family: "Bahnschrift";
  src: url("./font/Bahnschrift.ttf") format("truetype"), url("./font/Bahnschrift.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes moveRotate {
  0% {
    transform: rotate(90deg) translateX(0);
  }
  50% {
    transform: rotate(90deg) translateX(10px);
  }
  100% {
    transform: rotate(90deg) translateX(0);
  }
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Bahnschrift, helvetica, sans-serif !important;
}

/* FOOTER */
.site-footer svg {
  fill: white;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.site-footer div.textwidget a {
  color: white;
  text-decoration: underline;
}
.site-footer div.textwidget a:hover {
  color: #f6f3f4;
}

.lau-container {
  max-width: 1240px !important;
  width: 95vw;
  margin: auto;
}

.lau-flex {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}

.lau-fcolumn {
  flex-flow: column;
}

.lau-column {
  flex: 1;
}

@media only screen and (max-width:61.25em) {
  .lau-column {
    flex: 1 100%;
  }
}
.lau-mleft {
  margin-left: 0;
}

.lau-breadcrumbs {
  width: 100%;
}

.lau-hero-page {
  padding-bottom: 50px;
}
.lau-hero-page h1 {
  margin-bottom: 20px;
}
.lau-hero-page .img-box {
  min-height: 200px;
  height: 100%;
  border-radius: 30px;
}
.lau-hero-page .lau-column img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.lau-btn {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-flow: row;
  align-items: end;
  justify-content: end;
  color: #000;
  text-decoration: none !important;
}
.lau-btn:after {
  transition: all 0.4s;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/02/BTN.png");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  margin-left: 10px;
}
.lau-btn:hover {
  color: #f6f3f4;
}
.lau-btn:hover:after {
  transform: translateX(10px);
}

.h-fiere {
  border-bottom: 2px solid #000;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.fiere-container {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 70px;
}

.fiera-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-flow: row;
  width: calc(25% - 20px);
  flex-grow: 0;
  flex-basis: auto;
}
@media only screen and (max-width:61.25em) {
  .fiera-item {
    width: calc(50% - 20px);
  }
}

.fiera-data {
  background-color: black;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/0.8;
  flex: 1;
}

.fiera-info {
  display: flex;
  flex-direction: column;
  flex: 1.5;
}

.fiera-nome {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 4px;
}

.fiera-distributore,
.fiera-luogo {
  font-size: 0.9em;
  color: #666;
}

.page-template-templ_exhibitions .all-fiere {
  display: none;
}
.page-template-templ_exhibitions .fiere-container .fiera-item {
  flex: 1 45%;
  flex-grow: 0;
  min-width: 280px;
}
@media only screen and (min-width:61.25em) {
  .page-template-templ_exhibitions .fiere-container .fiera-item {
    flex: 1 30%;
    flex-grow: 0;
    min-width: unset;
  }
}/*# sourceMappingURL=risco_style.css.map */