@charset "UTF-8";
/**
Theme Name: Risco
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Risco child theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: risco
Template: astra
*/
/*#region breakpoints*/
/* 0, 640px */
/* 640px, 981px */
/* 980px, 1100px */
/* 1100px, 1405px */
/* 1405px */
/*#endregion */
/*#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);
  }
}
/* Applica Bahnschrift a tutto */
body h1, body h2, body h3, body h4, body h5, body h6, body p {
  font-family: Bahnschrift, Helvetica, sans-serif !important;
}

p.corsivo {
  font-family: "Rouge script", cursive !important;
}

/* ESCLUDI Revolution Slider */
rs-slide *,
rs-layer,
rs-layer * {
  font-family: inherit !important;
}

/* HOME PAGE LISTS */
div.processing-solutions-list h4 a {
  color: #666666;
  text-decoration: none !important;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
div.processing-solutions-list .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
div.product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
div.product-list h4 a {
  color: #666666;
  text-decoration: none !important;
  margin-top: 10px;
}
div.product-list img {
  border-radius: 30px;
  padding: 10px;
}
div.product-list div.wp-block-uagb-container {
  text-align: center;
  margin: 0 !important;
}
div.product-list div.wp-block-uagb-container figure {
  max-width: 180px;
}
div.product-list div.wp-block-uagb-container .uagb-container-inner-blocks-wrap {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  div.product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  div.processing-solutions-list .wp-block-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home .ast-breadcrumbs-wrapper {
  display: none;
}
.home .machine-back ul {
  list-style: "› ";
  font-size: 20px;
}
.home .machine-back ul li {
  line-height: 1.2em;
  text-shadow: 1px 1px 12px #6e6e6e, 1px 1px 6px black;
}
.home .machine-back ul li a {
  color: white;
  text-decoration: none;
}
.home .machine-back ul li a:hover {
  color: #f6f3f4;
}

.ast-archive-description {
  border-bottom: none;
}

.text-style-link a {
  color: #666666;
  text-decoration: none !important;
}

.process-list figcaption {
  background: none !important;
  position: inherit !important;
  color: black !important;
}

.machine-back {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* PRODUCT LIST APPLICATION PAGES */
.application-products {
  text-align: center;
}
.application-products img {
  border-radius: 250px;
  padding: 7px;
  max-width: 150px;
}
.application-products h4 {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 1.2rem;
}
.application-products div.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .application-products div.wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 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;
}

/* PROMO BAR STYLE */
#base-promo {
  width: 100vw;
  background-color: #e01020;
  text-align: left;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 50px;
}
#base-promo .slogan {
  padding-left: 10%;
  display: flex;
  flex-flow: row;
  align-items: center;
  color: #fff;
  margin-bottom: 0;
}
#base-promo span {
  font-weight: bold;
  flex: 3;
  font-size: 25px;
}
@media only screen and (max-width:61.25em) {
  #base-promo span {
    font-size: 18px;
  }
}
#base-promo a {
  background: #000;
  padding: 15px 5%;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
#base-promo:hover {
  background-color: #e01020;
}
#base-promo:hover a {
  color: white;
  text-decoration: underline;
}

/* LIGHTBOX */
div#lightbox {
  display: flex;
  flex-flow: column-reverse;
}

.header-social-inner-wrap svg {
  fill: #fff;
}

.header-icon-list {
  display: flex;
  flex-flow: row;
  gap: 30px;
}
.header-icon-list li {
  color: #fff;
}
.header-icon-list li a {
  color: #fff;
}

.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);
}

.ast-breadcrumbs {
  padding-bottom: 10px;
}

.home .ast-breadcrumbs {
  display: none;
}

.home .box-navigation-type {
  position: relative;
  background-color: #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  transition: all 0.4s;
  flex: 1;
}
.home .box-navigation-type.primary-box img {
  max-width: 90% !important;
}
.home .box-navigation-type figure {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width:61.25em) {
  .home .box-navigation-type:not(.primary-box) figure {
    max-height: 150px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
}
.home .box-navigation-type .desc-box {
  padding: 40px 40px 0;
}
.home .box-navigation-type:hover {
  filter: brightness(1.1);
}
.home .box-navigation-type:hover h2 a {
  color: #E01021 !important;
}
.home .box-navigation-type:hover a:after {
  transform: translateX(10px);
}
.home .box-navigation-type h2 {
  border-bottom: 1px solid #000;
}
.home .box-navigation-type h2 a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.home .box-navigation-type h2 a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home .box-navigation-type h2 a: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;
}
.home .macchine-box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.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;
  min-height: 100%;
  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;
}

.fiera-distributore {
  text-transform: uppercase;
}

.products-page-list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: flex-start !important;
  align-items: stretch !important;
  margin-top: 30px;
}
.products-page-list .item-prod {
  border: 5px solid #fff;
  padding: 20px;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  width: calc(25% - 20px) !important;
  max-width: unset !important;
}
@media only screen and (max-width:76.875em) {
  .products-page-list .item-prod {
    width: calc(33% - 20px) !important;
  }
}
@media only screen and (max-width:61.25em) {
  .products-page-list .item-prod {
    width: calc(50% - 20px) !important;
  }
}
.products-page-list .item-prod figure {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-page-list .item-prod figure img {
  height: 100%;
}
.products-page-list .item-prod .post-categories a:hover {
  color: #e01020;
  opacity: 0.8;
}
.products-page-list .item-prod h3.related-machine-title {
  color: #666;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.products-page-list .item-prod:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  border: 5px solid #e01020;
}

.page-products #primary,
.page-template-page-lau-template #primary {
  margin-bottom: 0 !important;
}

.page-text {
  background: #f6f3f4;
  padding: 60px 0;
}

.archive .content-area,
.blog .content-area {
  background: #f6f3f4;
}
.archive .content-area .lau-hero-page,
.blog .content-area .lau-hero-page {
  background: #fff;
}
.archive #primary,
.blog #primary {
  padding-bottom: 70px;
  margin-bottom: 0;
}
.archive .subcat-menu,
.blog .subcat-menu {
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  position: sticky;
  top: 110px;
  z-index: 9;
}
.archive .subcat-menu.is-sticky,
.blog .subcat-menu.is-sticky {
  background: #000;
}
.archive .subcat-menu.is-sticky a,
.blog .subcat-menu.is-sticky a {
  color: #fff;
}
@media only screen and (max-width:61.25em) {
  .archive .subcat-menu,
  .blog .subcat-menu {
    position: relative;
  }
}
.archive .subcat-menu ul,
.blog .subcat-menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.archive .subcat-menu ul li,
.blog .subcat-menu ul li {
  display: inline;
}
.archive .subcat-menu ul li a,
.blog .subcat-menu ul li a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  padding: 5px 10px;
  transition: color 0.3s ease;
  font-size: 80%;
  align-items: center;
}
.archive .subcat-menu ul li a:after,
.blog .subcat-menu ul li a:after {
  transform: rotate(90deg);
  width: 20px;
}
.archive .subcat-menu ul li a:hover,
.blog .subcat-menu ul li a:hover {
  color: #000;
}
.archive .subcat-name,
.blog .subcat-name {
  padding-top: 70px;
}
.archive .subcat-name a,
.blog .subcat-name a {
  color: #000;
}
.archive .subcat-name a:hover,
.blog .subcat-name a:hover {
  color: #f6f3f4;
}

.product-container .title-prod-div {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-container h1 {
  font-size: 40px;
  flex: 1;
  margin: 0;
  padding: 0;
}
.product-container .pdf-machine-link {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  color: #000;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.product-container .pdf-machine-link:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/uploads/2025/02/BTN.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg);
  transition: transform 0.4s ease, width 0.4s ease, height 0.4s ease;
}
.product-container .pdf-machine-link:hover {
  color: #e01020;
}
.product-container .pdf-machine-link:hover:after {
  animation: moveRotate 1s linear infinite;
}
.product-container .product-content {
  display: flex;
  flex-wrap: wrap;
}
.product-container .product-content > div {
  flex: 1;
}
.product-container .product-content > div.img-container {
  text-align: center;
}
.product-container .product-content > div.img-container img {
  max-height: 500px;
}
@media only screen and (max-width:76.875em) {
  .product-container .product-content > div {
    min-width: 100%;
  }
  .product-container .product-content > div.text-container {
    order: 2;
  }
}
.product-container .product-content .text-container h2,
.product-container .product-content .text-container h3,
.product-container .product-content .text-container h4 {
  color: #666;
  padding-bottom: 20px;
}

.img-container {
  padding: 20px;
}
@media only screen and (max-width:76.875em) {
  .img-container {
    order: 1;
  }
}

#product-gallery {
  max-width: 100%;
  overflow: hidden;
}
#product-gallery .splide__track {
  display: flex;
  align-items: center;
  height: 50vh !important;
}
#product-gallery .splide__list {
  display: flex;
  align-items: center;
}
#product-gallery .splide__slide {
  height: 50vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-gallery .splide__slide video {
  width: 100%;
}
#product-gallery .splide__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-height: -webkit-fill-available;
  /* Per WebKit (Chrome, Safari) */
  max-height: -moz-available;
  /* Per Firefox */
  max-height: -webkit-available;
  /* Alternativa per alcuni browser WebKit */
}

.splide__track--nav {
  margin-top: 10px;
}
.splide__track--nav > .splide__list > .splide__slide {
  opacity: 0.8;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
  border-color: #e01020;
}

.circular-nav {
  margin: 70px auto;
}
.circular-nav h3 {
  margin-bottom: 20px;
}
.circular-nav h4 {
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.circular-nav .nav-based {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 30px;
  background: #f6f3f4;
  overflow: hidden;
  min-height: 25vh;
  flex: 1;
}
.circular-nav .nav-based img {
  mix-blend-mode: multiply;
}
.circular-nav .nav-based:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.circular-nav .nav-based a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.circular-nav .nav-based .text-box {
  padding: 30px 30px 0;
}

.white-box .circular-nav .nav-based {
  background: #fff;
}

.blog .news-container {
  padding-top: 40px;
  gap: 40px;
}
.blog article.news-item {
  flex: 1 20%;
  max-width: 400px;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  transition: all 0.4s;
}
.blog article.news-item h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.blog article.news-item .img-article-box {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 20px 0;
}
.blog article.news-item .img-article-box img {
  width: 100%;
  transition: all 0.4s;
}
.blog article.news-item:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.blog article.news-item:hover img {
  transform: scale(1.1);
}

.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;
  }
}

.ast-plain-container.ast-no-sidebar #primary {
  margin-bottom: 0;
}

.single .virtual-banner {
  margin-top: 60px;
  padding: 60px;
  background-image: url("/wp-content/uploads/2025/04/virtual-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #000;
  text-align: left;
  position: relative;
}
.single .virtual-banner:before {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  background-image: url("/wp-content/uploads/2025/04/banner-ribbon.webp");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.single .virtual-banner h2,
.single .virtual-banner h3 {
  border-bottom: 2px solid #e01020;
}
.single .virtual-banner .virtual-box-cta {
  width: 100%;
}
.single .virtual-banner .btn-box {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 30px;
}
.single .virtual-banner .btn-box p {
  font-size: 18px;
}
.single .virtual-banner .btn-box .button {
  background-color: #000;
  transition: all 0.4s;
}
.single .virtual-banner .btn-box .button:hover {
  opacity: 0.8;
}
.single .virtual-banner .btn-box .button.request-access {
  background: #e01020;
}

.processing-items .col-item {
  transition: all 0.4s;
  background: #fff;
  border-radius: 20px;
}
.processing-items .col-item:hover {
  filter: opacity(0.8);
  cursor: pointer;
  border: 5px solid #e01020;
}
.processing-items .col-item:hover h4 a {
  color: #e01020;
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 30px !important;
}

.product-list .prod-item {
  position: relative;
}
.product-list .prod-item h4 {
  position: static !important;
}
.product-list .prod-item h4 a:before {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
}
.product-list .prod-item img {
  padding: 0;
  border: 5px solid transparent;
}
.product-list .prod-item:hover img {
  padding: 0;
  border: 5px solid #e01020;
}
.product-list .prod-item:hover h4 a {
  color: #e01020;
}

.categories-list .category-item .category-title {
  font-size: 1.2rem;
}
.categories-list .category-item figure {
  height: auto;
  margin-bottom: 20px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  height: 90px;
  width: auto;
}
.categories-list .category-item figure img {
  width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.h1-home h1,
.h1-home h2 {
  padding: 0;
  margin: 0 !important;
  margin-block-start: 0;
}

.site-below-footer-wrap {
  padding: 0 !important;
  min-height: 0;
}

.mapplic-tooltip-description img {
  width: 100px;
  max-height: 75px;
  aspect-ratio: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar-main ul.menu-widget li .sub-menu li a {
  flex-flow: row-reverse;
}
.sidebar-main ul.menu-widget li a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.ast-single-entry-banner .entry-title {
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.mapplic-tooltip-content {
  max-height: 350px !important;
}

.page-template-page-lau-template .ast-single-entry-banner,
.page-template-products-page .ast-single-entry-banner {
  display: none;
}

.page-id-1029 .ast-single-entry-banner {
  background-position: bottom center !important;
}

.services .lau-hero-page .img-box {
  min-height: 50vh;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
  min-width: 50px;
}/*# sourceMappingURL=style.css.map */