/* COLOR VARIABLES
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* INCOMING SU HOME PAGE ------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.incoming-event article {
  position: relative;
}
.incoming-event article a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  padding-right: 75px;
  background: #EA0029;
  color: #FFFFFF;
  margin-top: 15px;
  font-size: clamp(21px, 2vw, 32px);
  line-height: clamp(21px, 2vw, 32px);
  font-weight: 700;
}
.incoming-event article a time, .incoming-event article a span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-right: 2px solid #D33356;
  text-align: center;
  height: 150px;
  width: 33.3333%;
}
.incoming-event article a time.subtitle, .incoming-event article a span.subtitle {
  flex-grow: 2;
  border-right: 0;
}
.incoming-event article a time {
  width: calc(33.33333% - 75px);
}
.incoming-event article a.save-the-date {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 130px;
  padding: 0;
  border: 2px solid #FFFFFF;
  margin: 10px;
}
.incoming-event article a.save-the-date span {
  font-weight: 300;
  font-size: 22px;
  padding: 8px;
  border: 0;
}
.incoming-event article a.save-the-date img {
  width: auto;
  margin: 8px;
}

.blog-article-list hgroup h3 {
  padding: clamp(20px, 3vw, 40px) 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BLOG LIST ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.articleStar {
  background-position: 50% 50%;
  background-size: cover;
  height: 55vh;
  text-align: center;
}
.articleStar h1 {
  color: #FFFFFF;
  font-size: 65px;
  line-height: 77px;
  position: relative;
  z-index: 2;
}
.articleStar h3 {
  color: #FFFFFF;
  z-index: 2;
  margin: 20px 0;
}
.articleStar p {
  color: #FFFFFF;
  font-size: 14px;
}

.blog-list-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LISTA ARTICOLI ------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#lista_paginazione_blog {
  width: calc(100% - 320px);
}
#lista_paginazione_blog article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #FFFFFF;
  height: clamp(300px, 33vw - 40px, 430px);
  width: calc(100% - 30px);
  padding: 15px;
}
#lista_paginazione_blog article .img-container {
  width: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
#lista_paginazione_blog article .txt {
  width: calc(50% - clamp(20px, 3vw, 80px));
}
#lista_paginazione_blog article .txt p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
}
#lista_paginazione_blog article .btn {
  margin-top: 20px;
}
#lista_paginazione_blog article h3 {
  font-size: clamp(30px, 2vw, 42px);
  line-height: clamp(35px, 2vw, 50px);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
#lista_paginazione_blog article h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 70%;
  height: 2px;
  content: "";
  background: #EA0029;
}
#lista_paginazione_blog article h4 {
  text-transform: none;
  margin-bottom: 10px;
}
#lista_paginazione_blog article:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.video-container {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25% !important; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* SUBMENU ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.blogMenu {
  background: #FFFFFF;
  width: 270px;
  padding: 15px;
}
.blogMenu .tags a {
  float: none;
}
.blogMenu ul {
  display: block;
  /* width: calc(100% - 30px);
   padding: 15px;*/
  margin-bottom: 30px;
}
.blogMenu ul li {
  border-bottom: 1px solid #E2E6EB;
  list-style: none;
  float: left;
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
}
.blogMenu ul li a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: calc(100% - 20px);
  padding: 10px;
  color: #000000;
  font-size: 15px;
  margin-top: 1px;
  text-align: left;
  display: block;
  float: left;
  /*font-family: classico-urw, sans-serif;*/
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blogMenu ul li a span {
  float: left;
  margin: 10px 0 0 20px;
}
.blogMenu ul li a img {
  width: 40px;
  float: left;
}
.blogMenu ul li a p {
  margin-left: 12px;
  float: left;
  width: calc(100% - 60px);
  margin: 5px 10px;
}
.blogMenu ul li.titolo_submenu {
  border-bottom: none;
  color: #000000;
  font-size: 21px;
  line-height: 40px;
  font-style: normal;
  margin: 20px 0 10px 0;
  float: left;
  /*font-family: classico-urw, sans-serif;*/
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: none;
}
.blogMenu ul li.titolo_submenu span {
  border-bottom: 2px solid #EA0029;
  padding-bottom: 5px;
}
.blogMenu ul li.titolo_submenu:first-child {
  margin-top: 0;
}
.blogMenu ul li.recents a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.blogMenu ul li.recents a img {
  width: 70px;
  margin-right: 10px;
}
.blogMenu ul li.recents a p {
  margin-left: 12px;
  float: left;
  width: calc(100% - 80px);
}
.blogMenu ul li.tags {
  padding: 15px 0;
}
.blogMenu ul li.tags a {
  padding: 0;
}
.blogMenu ul:last-child li:last-child {
  border-bottom: none;
}

.img-mask {
  overflow: hidden;
  float: left;
  width: 100%;
}

.img-mask img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.img-mask:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  will-change: transform;
}

.utilityBlogStar, .utilityBlogStar a {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.tags a, .blogMenu ul li.tags a {
  color: #EA0029;
  display: inline-block;
  width: auto;
  font-style: italic;
  font-family: "Lato", sans-serif;
  margin-right: 10px;
  font-size: 15px;
}

.menu li.tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*padding-right: 20px;
    padding-left: 20px;
  */
}
.menu li.tags a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 5px;
  margin: 5px;
  font-size: 14px;
  background: #EA0029;
  color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BLOG DETAIL ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.breadcrumb ul li a.next, .breadcrumb ul li a.prev {
  color: #000000;
  margin: 0 1px;
  text-align: center;
  width: 40px;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}

.breadcrumb ul li a.prev {
  border-right: 1px solid #DADEE3;
}

.breadcrumb ul li a.next:hover, .breadcrumb ul li a.prev:hover {
  color: #1C8DD7;
}

.breadcrumb ul li a.next.inactive, .breadcrumb ul li a.prev.inactive {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.next i, .prev i {
  font-size: 21px;
}

.blog-article .breadcrumb {
  border-bottom: 1px solid #DADEE3;
}
.blog-article .breadcrumb ul li a {
  position: relative;
}
.blog-article .breadcrumb ul li a::after {
  position: absolute;
  right: -10px;
  content: "/";
}
.blog-article .breadcrumb ul li.right a::after, .blog-article .breadcrumb ul li.notablet a::after {
  display: none !important;
}
.blog-article article {
  background-color: #FFFFFF;
  padding: 0;
  width: calc(100% - 300px);
  padding: 25px 20px 0 20px;
}
.blog-article article .flex {
  justify-content: space-between;
  align-items: stretch;
}
.blog-article article .flex .grkSlider {
  width: 50%;
}
.blog-article article .flex .grkSlider ul, .blog-article article .flex .grkSlider ul li {
  height: 100%;
}
.blog-article article .flex .grkSlider .img-container {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-article article .flex .grkSlider .img-container span {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #EA0029;
  color: #FFFFFF;
  z-index: 5;
  padding: 10px;
}
.blog-article article .flex .txt {
  width: calc(50% - 20px);
  margin-left: 20px;
}
.blog-article article h1 {
  font-size: clamp(30px, 2vw, 42px);
  line-height: clamp(34px, 2vw, 46px);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
}
.blog-article article h1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 70%;
  height: 2px;
  content: "";
  background: #EA0029;
}
.blog-article article .padding {
  padding: 10px 0;
}
.blog-article article p {
  margin: 15px 0;
}
.blog-article .container-full.flex {
  align-items: stretch;
  justify-content: space-between;
}

.utility li .tag, .utility li .tag:visited, .products-categories a.subcatLink, .products-categories a.subcatLink:visited {
  background: #636B73;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  font-size: 10px;
  padding: 0 10px !important;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  /* margin: 5px 0 0 8px;*/
  float: left;
  height: auto;
}

.utility li .tag:hover {
  background-color: #EC7700;
  color: #FFFFFF;
}

.products-categories a.subcatLink, .products-categories a.subcatLink:visited {
  margin: 0px 0 0 8px;
  float: left;
  margin: 2px;
  text-transform: none;
  font-size: 12px;
}

.blog-article .utility {
  margin-top: 5px;
  padding-left: 20px;
}

.gallery div {
  line-height: 0;
}

.view-gallery {
  background: rgba(234, 118, 0, 0.8);
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  z-index: 9;
  padding: 10px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1230px) {
  .blog-article .btn-image {
    padding: 15px;
    margin-top: 5px;
  }
  .blog-article .btn-image img {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .blogMenu {
    display: none;
  }
  #lista_paginazione_blog {
    width: 100%;
  }
  #lista_paginazione_blog article,
  #lista_paginazione_blog article:nth-child(2n+1) {
    flex-direction: column;
    height: auto;
  }
  #lista_paginazione_blog article .img-container,
  #lista_paginazione_blog article:nth-child(2n+1) .img-container {
    width: 100%;
    min-height: calc(66vw - 40px);
  }
  #lista_paginazione_blog article .txt,
  #lista_paginazione_blog article:nth-child(2n+1) .txt {
    width: 100%;
    padding: 15px 0;
  }
  .blog-article article {
    width: 100%;
  }
  .blog-article .btn-image img {
    display: inline-block;
  }
}
@media all and (max-width: 850px) {
  .blog-article article {
    padding: 0 15px;
  }
  .blog-article article .flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .blog-article article .flex .grkSlider {
    width: 100%;
  }
  .blog-article article .flex .grkSlider .img-container {
    min-height: calc(66vw - 40px);
  }
  .blog-article article .flex .txt {
    width: 100%;
    padding: 15px 0;
    margin-left: 0;
  }
  .blog-article article .padding {
    padding: 10px 0;
  }
}
@media all and (max-width: 767px) {
  .incoming-event article a {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 15px 0;
    font-size: 18px;
    line-height: 20px;
  }
  .incoming-event article a time, .incoming-event article a span {
    width: 100%;
    border: 0 !important;
    height: auto;
  }
  .incoming-event article a.save-the-date {
    position: relative;
    height: auto;
    margin: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    border-top: 2px solid #FFFFFF;
    padding: 15px 0;
    /*

    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0;
    margin: 10px;*/
  }
  .incoming-event article a.save-the-date span {
    width: auto;
  }
}

/*# sourceMappingURL=blog.css.map */
