/*################################*/
/*   YOO MORENO LOGOTEL - THEME   */
/*################################*/

/* ============ INFO ============ *//* 
  
  # Version:  0.1;
  # Upadated: 15/09/2021;
  # Authors:
      Andrea Tondo (a.tondo@logotel.it)

*//* ============================== */


/* ====== TABLE OF CONTENTS ====== *//*
  
  + VARIABLES

  # OVERRIDES
  # HEADER
  # NAVIGATION
  # FOOTER
  # SIDEBAR/TOOLBAR
  # RIGHT SIDEBAR
  # MAIN CONTENT HP
  # NEWS LAYOUT

  # SPECIAL PAGES

*//* ============================== */


/* --------------------- */
/* +++ + VARIABLES + +++ */
/* --------------------- */

/* Size & grid variables */
:root {
  --LGTheader: 80px;
  --LGTtrigger:  50px;
  --LGTtoolbar: 80px;
  --LGTtoolbar__items: 6;
}

/* --------------------- */
/* +++ + OVERRIDES + +++ */
/* --------------------- */

/* System message */
#system-message-container {
  position: fixed;
  padding: .5em;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;

  -webkit-animation: LGTfadein .3s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: LGTfadein .3s; /* Firefox < 16 */
      -ms-animation: LGTfadein .3s; /* Internet Explorer */
       -o-animation: LGTfadein .3s; /* Opera < 12.1 */
          animation: LGTfadein .3s;
}

#system-message-container > div.alert,
#system-message-container > div.uk-alert {
  background: var(--LGTcolor-neutral-extralight);
  color: var(--LGTcolor-ink);
  border: 1px solid;
  padding: var(--LGTspace);
  max-width: 700px;
  margin: 0 auto;
}

#system-message-container > div.alert.alert-warning,
#system-message-container > div.uk-alert.uk-alert-warning {
  color: var(--LGTcolor-alert);
}

#system-message-container > div.alert.alert-success,
#system-message-container > div.uk-alert.uk-alert-success {
  color: var(--LGTcolor-primary);
}

#system-message-container > div.alert.alert-danger,
#system-message-container > div.uk-alert.uk-alert-danger {
  color: #ff2f2a;
}

#system-message-container > div.alert h2,
#system-message-container > div.uk-alert h2 {
  font-size: var(--LGTtypesize-l-1);
  margin: 0;
}

#system-message-container > div.alert p,
#system-message-container > div.uk-alert p {
  margin-bottom: 0;
}

#system-message-container > div.alert button,
#system-message-container > div.uk-alert button {
  width: 24px;
  height: 24px;
  background-image: url(/templates/yoo_moreno_community/images/icons/STEPX_ICO_close.svg);
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  background-size: 100%;
  cursor: pointer;
  float: right;
  filter: invert(1);
}

/* Zoo */
ul.zoo-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.zoo-list > li {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
/* END Zoo */

/* JS Modal */
.LGTsimple-modal-overlay {
  background: var(--LGTcolor-ink-90a);
}

#js-modal-close {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 2%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-2'%3E%3Cg id='Group' transform='translate(3.303301, 3.803301)' stroke='%23222222' stroke-linecap='round'%3E%3Cline x1='-0.5' y1='5.5' x2='12.5' y2='5.5' id='Line-2' transform='translate(6.000000, 5.500000) rotate(-45.000000) translate(-6.000000, -5.500000) '%3E%3C/line%3E%3Cline x1='-0.5' y1='5.5' x2='12.5' y2='5.5' id='Line-2-Copy' transform='translate(6.000000, 5.500000) rotate(-135.000000) translate(-6.000000, -5.500000) '%3E%3C/line%3E%3C/g%3E%3Crect id='Rectangle' x='0' y='0' width='18' height='18'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 24px;
  height: 24px;
  left: auto;
  right: var(--LGTbaseunit);
  top: var(--LGTbaseunit);
}

#js-modal-close span {
  display: none;
}
/* END JS Modal */

/* Simplebar + STEPX-box-overflow-X */
.has-simplebar {
  padding-bottom: var(--LGTbaseunit)!important;
}

.simplebar-track {
  background: var(--LGTcolor-neutral);
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0!important;
  height: 100%!important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background: var(--LGTcolor-primary);
  left: 0!important;
  right: 0!important;
  border-radius: 0;
}
/* END Simplebar + STEPX-box-overflow-X */


/* Owl Carousel */
.owl-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(--LGTbaseunit) 0;
}

.owl-dots > button.owl-dot {
  width: var(--LGTbaseunit);
  height: var(--LGTbaseunit);
  border-radius: calc(var(--LGTbaseunit) / 2);
  margin: 0 calc(var(--LGTbaseunit) / 2);
  background: var(--LGTcolor-neutral);
}

.owl-dots > button.owl-dot.active {
  background: var(--LGTcolor-primary);
}
/* END Owl Carousel */

/* ------------------------- */
/* +++ + END OVERRIDES + +++ */
/* ------------------------- */


/* ------------------ */
/* +++ # HEADER # +++ */
/* ------------------ */

.LGTheader {
  position: sticky;
  top: 0;
  /*padding-left: var(--LGTtrigger, 50px);*/
  z-index: 3;
}

@media (max-width: 959px) {
  .LGTheader {
    padding-left: var(--LGTtrigger, 50px);
  }
}

@media (min-width: 960px) {
  /*.LGTheader,*/
  .LGTfooter {
    padding-left: var(--LGTtoolbar--desktop, 80px);
    padding-left: clamp(48px, (100vh - var(--LGTheader, 80px) - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  }
}

@media (min-width: 960px) and (max-width: 1023px) {
  .LGTheader {
    padding-left: var(--LGTtoolbar--desktop, 80px);
    padding-left: clamp(48px, (100vh - var(--LGTheader, 80px) - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  }
}

@media (min-width: 1200px) {
  .LGTheader {
    padding-left: var(--LGTtoolbar--desktop, 80px);
    padding-left: clamp(48px, (100vh - var(--LGTheader, 80px) - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  }
}

.LGTheader__wrap {
  min-height: var(--LGTheader, 80px);
}

.LGTheader__wrap > * {
  margin: 0 cacl(var(--LGTspace, 15px)/2);
}
.LGTheader__wrap > .LGTheader__logo {
  margin-left: 0;
}
.LGTheader__wrap > .LGTheader__toolbar--b {
  margin-right: 0;
  display: flex;
  align-items: center;
}

.LGTheader__wrap > .LGTheader__toolbar--b > div:not(:last-child) {
  margin-right: var(--LGTbaseunit);
}

@media (max-width: 1119px) {
  .LGTheader__wrap > .LGTheader__toolbar--b > div:not(:last-child):not(:nth-last-child(2)) {
    margin-right: 10px;
  }
}

@media (max-width: 375px) {
  .LGTheader__wrap > .LGTheader__menu {
    margin: 0;
  }
}

.LGToffcanvas__trigger {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: var(--LGTtrigger, 50px);
  height: var(--LGTtrigger, 50px);
  border: 0;
  padding: calc(var(--LGTtrigger, 50px)/10);
  background: none;
  cursor: pointer;
  color: var(--LGTcolor-black, #000);
}


a[id] {
  scroll-margin-top: calc(var(--LGTheader, 80px) + var(--LGTspace, 15px));
}

/* ---------------------- */
/* +++ # NAVIGATION # +++ */
/* ---------------------- */
.LGTheader__menu {
  overflow-x: auto;
}

.LGTheader__menu > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1280px) {
  .LGTheader__menu > ul {
    margin-left: .7rem;
    gap: .2rem;
  }
}

@media screen and (min-width: 1440px) {
  .LGTheader__menu > ul {
    margin-left: 1.4rem;
    gap: .8rem;
  }
}

@media screen and (min-width: 1600px) {
  .LGTheader__menu > ul {
    margin-left: 1.8rem;
    gap: 1.2rem;
  }
}

.LGTheader__menu > ul li {
  margin: 0;
}

.LGTheader__menu > ul li a {
  position: relative;
  display: block;
  padding: calc((var(--LGTheader) - 1.5em)/2) 1em;
  color: var(--LGTcolor-ink, #000);
  text-transform: uppercase;
  text-decoration: none;
  outline-offset: calc(var(--LGTspace)/ -3);
  white-space: nowrap;
}

@media (max-width: 1119px) {
  .LGTheader__menu > ul li a {
    padding: calc((var(--LGTheader) - 1.5em)/2) .3em;
    font-size: .9375rem;
  }
}


.LGTheader__menu > ul#LGTnavigation__menuWrapper > li > a::before,
.LGTcategories__menu ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc((var(--LGTheader) - 1.5em)/2 + 1.5em);
  left: 1em;
  right: 1em;
  height: 0.625em;
  background: var(--LGTcolor-primary, #000);

  opacity: 0;
  /*transform: scaleX(.1);*/
  transform:  scaleY(.1);
  transform-origin:  center top;
  transition: opacity .2s ease .1s, transform .2s ease;
}

.LGTheader__menu > ul#LGTnavigation__menuWrapper > li > a:hover::before,
.LGTheader__menu > ul#LGTnavigation__menuWrapper > li.uk-open > a::before,
.LGTheader__menu > ul#LGTnavigation__menuWrapper > li.uk-active > a::before,
.LGTcategories__menu ul li > a:hover::before,
.LGTcategories__menu ul li.uk-open > a::before,
.LGTcategories__menu ul li.uk-active > a::before {
  opacity: 1;
  /*transform: scaleX(1);*/
  transform:  scaleY(1);
  transition: opacity .2s ease, transform .2s ease .1s;
}

.LGTheader__menu > ul#LGTnavigation__menuWrapper li.uk-parent > a::after {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  margin-left: 0.4375em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' d='m1 4 7 8 7-8'/%3E%3C/svg%3E");
  vertical-align: middle;
}

.LGTheader__menu > ul#LGTnavigation__menuWrapper > li.uk-parent > div.uk-dropdown {
  position: absolute;
  left: 0;
  right: 0;
}

.LGTheader__menu > ul > li.uk-parent[aria-expanded="false"] > div.uk-dropdown {
  display: none;
}

.LGTheader__menu .uk-nav-navbar {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0;
  list-style: none;
  background: var(--LGTcolor-ink);
  color: var(--LGTcolor-neutral-extralight);
}

.LGTheader__menu .uk-nav-navbar a {
  min-width: 200px;
  text-align: center;
  color: var(--LGTcolor-neutral-extralight);
}

.LGTheader__menu .uk-nav-navbar li:hover a {
  color: var(--LGTcolor-ink);
  background: var(--LGTcolor-primary);
  font-weight: 600;
}

.LGTheader__menu > ul#LGTnavigation__menuWrapper .uk-nav-navbar li.uk-parent:not(:hover) > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' d='m1 4 7 8 7-8'/%3E%3C/svg%3E");
}

.LGTheader__menu .uk-nav-navbar .uk-parent .uk-nav-sub {
  display: none;
}

.LGTheader__menu .uk-nav-navbar .uk-parent:hover .uk-nav-sub,
.LGTheader__menu .uk-nav-navbar .uk-parent:focus-within .uk-nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  margin: 0;

  list-style: none;
  background: var(--LGTcolor-primary);
  box-shadow: 0 1px 0 0 var(--LGTcolor-ink);
}

.LGTheader__menu .uk-nav-navbar .uk-parent:hover .uk-nav-sub a,
.LGTheader__menu .uk-nav-navbar .uk-parent:focus-within .uk-nav-sub a {
  color: var(--LGTcolor-ink);
}





/* INVISIBLE PSEUDO ELEMENTS TO MAKE MORE USABLE THE MENU */
.LGTheader__menu .uk-nav-navbar .uk-parent:hover .uk-nav-sub::before,
.LGTheader__menu > ul#LGTnavigation__menuWrapper > li.uk-parent > div.uk-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--LGTspace, 15px) * -1);
  bottom: calc(var(--LGTspace, 15px) * -1);
  left: 0;
  right: 0;
  z-index: 0;
}

.LGTheader__menu .uk-nav-navbar .uk-parent:hover .uk-nav-sub > *,
.LGTheader__menu > ul#LGTnavigation__menuWrapper > li.uk-parent > div.uk-dropdown > * {
  position: relative;
}

.LGTheader__menu > ul#LGTnavigation__menuWrapper .uk-nav-navbar li.uk-parent:hover > a::before {
  content: "";
  position: absolute;
  display: block;
  height: 200%;
  width: 200%;
  left: -50%;
  bottom: 0;
  transform: perspective(200px) rotateX(60deg);
  transform-origin: center bottom;
}

/* Mobile/Offcanvas menu */
.LGToffcanvas-modal, .LGToffcanvas-modal--reverse {
  display: flex;
  justify-content: center;
  align-items: center;
}

.LGToffcanvas-modal-close {
  filter: invert(1);
}

#js-modal-close.LGToffcanvas-modal-close {
  filter: invert(1);
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background-size: cover;
  background-position: center;
}

.LGToffcanvas-modal__wrapper {
  width: 100%;
}


.LGToffcanvas-modal .LGToffcanvas-modal__wrapper {
  top: 0;
  height: 100%;
  position: relative;
}

ul.uk-nav-offcanvas,
ul.uk-nav-offcanvas ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

ul.uk-nav-offcanvas li {
  margin: 0;
  position: relative;
  text-align: left;
}

ul.uk-nav-offcanvas li > a,
ul.uk-nav-offcanvas li.uk-nav-header {
  padding: calc(var(--LGTspace) / 2) var(--LGTspace);
  cursor: pointer;
}

ul.uk-nav-offcanvas li > a,
ul.uk-nav-offcanvas li.uk-parent > a {
  width: 100%;
  display: inline-block;
  font-weight: 300;
}

ul.uk-nav-offcanvas {
  text-transform: uppercase;
  font-size: var(--LGTtypesize-l-2);
  margin: 0 calc(var(--LGTspace) * -1);
}

ul.uk-nav-offcanvas >li > ul ul {
  font-size: var(--LGTtypesize-l-1);
}

ul.uk-nav-offcanvas li.uk-parent > a::before,
ul.uk-nav-offcanvas li.uk-parent.uk-nav-header::before {
  content: "";
  display: inline-block;
  width: 0.875em;
  height: 0.875em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' d='m1 4 7 8 7-8'/%3E%3C/svg%3E");
  vertical-align: middle;
  position: relative;
  /* top: 20px; */
  margin-right: var(--LGTspace);
  transition: transform 120ms;
}

ul.uk-nav-offcanvas li.uk-parent.uk-active > a::before,
ul.uk-nav-offcanvas li.uk-parent.uk-nav-header.uk-active::before {
  transform: scaleY(-1);
}

ul.uk-nav-offcanvas a,
ul.uk-nav-offcanvas li.uk-parent.uk-nav-header {
  color: var(--LGTcolor-neutral-extralight);
  text-decoration: none;
  font-weight: 300;
}

ul.uk-nav-offcanvas li.uk-parent > a[href="#"] + ul,
ul.uk-nav-offcanvas li.uk-parent.uk-nav-header > ul {
  display: none;
}

ul.uk-nav-offcanvas li.uk-parent.uk-nav-header > ul {
  margin: var(--LGTspace) calc(var(--LGTspace) * -1) calc(var(--LGTspace) * -1) calc(var(--LGTspace) * -1);
}

ul.uk-nav-offcanvas li.uk-parent.uk-active,
ul.uk-nav-offcanvas li.uk-parent.uk-active > a {
  background: var(--LGTcolor-primary);
  color: var(--LGTcolor-ink);
}

ul.uk-nav-offcanvas >li > ul ul li {
  font-weight: 400;
}


ul.uk-nav-offcanvas li.uk-parent.uk-active > a[href="#"] + ul,
ul.uk-nav-offcanvas li.uk-parent.uk-active > ul {
  display: block;
  /* background: var(--LGTcolor-ink); */
  padding-left: 3rem;
}

/* special case: root children */
ul.uk-nav-offcanvas > li.uk-parent.uk-active,
ul.uk-nav-offcanvas > li.uk-parent.uk-active > a,
ul.uk-nav-offcanvas > li.uk-parent.uk-active > ul {
  color: inherit;
  background: inherit;
}

ul.uk-nav-offcanvas > li.uk-parent > a::after {
  display: none;
}

ul.uk-nav-offcanvas > li:not(.uk-parent) {
  padding-left: 2.4rem;
}
/* END special case: root children */
/* END Mobile/Offcanvas menu */

/* --------------------------- */
/* +++ # SIDEBAR/TOOLBAR # +++ */
/* --------------------------- */

.LGTtoolbar--c {
  background: var(--LGTcolor-neutral-light, #FAFAFA);
  z-index: 2;
}

.LGTtoolbar__menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.LGTtoolbar__menu > ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  background: var(--LGTcolor-primary);
  color: var(--LGTcolor-ink);
  justify-content: center;
  align-items: center;
}

.LGTtoolbar__menu > ul > li > a img {
  width: 30%;
  width: max(20px,30%);
}

.LGTtoolbar__menu > ul > li > a:hover {
  background: var(--LGTcolor-primary-light);
}

.LGTtoolbar__menu > ul > li > a:focus {
  outline-offset: -5px;
}

.LGTtoolbar__menu > ul > li.active a {
  background: var(--LGTcolor-ink);
}

.LGTtoolbar__menu > ul > li.active a img {
  /*
  filter to transform #000 (--LGTcolor-ink) to #6EFFDC (--LGTcolor-primary-light)
  to edit ->  https://codepen.io/sosuke/pen/Pjoqqp
  */
  filter: invert(84%) sepia(19%) saturate(998%) hue-rotate(103deg) brightness(105%) contrast(103%);
}



@media (max-width: 959px) {
  .LGTrootwrapper {
    flex-direction: column;
  }

  .LGTtoolbar--c {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--LGTtoolbar,80px);
    height: clamp(48px, (100vw - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
    z-index: 2;

    flex-shrink: 0;
    flex-grow: 0;
  }

  body {
    padding-bottom: var(--LGTtoolbar,80px);
    padding-bottom: clamp(48px, (100vw - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  }

  .LGTtoolbar__menu > ul {
    display: flex;
  }

  .LGTtoolbar__menu > ul > li {
background: #f00;
    margin: 0 1px;
    width: var(--LGTtoolbar,80px);
    width: clamp(48px, (100vw - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
    height: var(--LGTtoolbar,80px);
    height: clamp(48px, (100vw - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  }
  .LGTtoolbar__menu > ul > li:first-child {
    margin-left: auto;
  }
  .LGTtoolbar__menu > ul > li:last-child {
    margin-right: auto;
  }

}

@media (min-width: 960px) {
  .LGTrootwrapper {
    flex-direction: row;
  }

  .LGTtoolbar--c {
    min-width: var(--LGTtoolbar,80px);
    min-width: clamp(48px, (100vh - var(--LGTheader, 80px) - 50px - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  }

  .LGTtoolbar--c > [class*="LGTpanel--"]:first-child {
    position: sticky;
    top: var(--LGTheader);
  }

  .LGTtoolbar__menu > ul > li {
    margin: 2px 0 0;
    width: var(--LGTtoolbar,80px);
    width: clamp(48px, (100vh - var(--LGTheader, 80px) - 50px - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
    height: var(--LGTtoolbar,80px);
    height: clamp(48px, (100vh - var(--LGTheader, 80px) - 50px - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  }

  .LGTtoolbar__menu > ul > li:first-child {
    margin-top: 0;
  }

  .LGTcontent {
    max-width: clamp(100vw - var(--LGTtoolbar,80px),100vw - (100vh - var(--LGTheader, 80px) - 50px - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5),100vw - 48px);
  }
}

/* ------------------ */
/* +++ # FOOTER # +++ */
/* ------------------ */

.LGTfooter__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--LGTspace,15px);
}

.LGTpanel--footer {
  margin-top: var(--LGTspace,15px);
  margin-bottom: var(--LGTspace,15px);
  width: 100%;
}

.LGTpanel--footer > p:first-child:last-child {
  margin: 0;
}

.LGTpanel--footer:first-child + .LGTpanel--footer > svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 130px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .LGTpanel--footer:first-child {
    max-width:  calc(100% - var(--LGTspace,15px)*5);
  }

  .LGTpanel--footer:first-child + .LGTpanel--footer {
    max-width: calc(var(--LGTspace,15px)*4);
    flex-shrink: 0;
  }  
}

/* spacing the footer */
.LGTmain > :last-child {
  margin-bottom: calc(var(--LGTheader)*2.5);
}

@media (min-width: 1024px) {
  .LGTsidebar--b > :last-child {
    margin-bottom: calc(var(--LGTheader)*2.5);
  }
}

/* ------------------------- */
/* +++ # RIGHT SIDEBAR # +++ */
/* ------------------------- */
.LGTsidebar--b {
  background: var(--LGTcolor-neutral-light, #FAFAFA);
  box-shadow: var(--LGTspace, 15px) 0 0 0 var(--LGTcolor-neutral-light, #FAFAFA),
              calc(var(--LGTspace, 15px)*-1) 0 0 0 var(--LGTcolor-neutral-light, #FAFAFA);
  order: -1;
}

.LGTpanel--sidebar-b {
  margin-top: var(--LGTspace,15px);
  padding: var(--LGTspace, 15px);
  background: var(--LGTcolor-neutral-extralight);
}
.LGTpanel--sidebar-b:not(.LGT-facesonline) {
  padding-top: 0;
}

.LGTpanel--sidebar-b.LGT-HPprofiletto {
  padding-bottom: .7rem;
}

.LGTpanel--sidebar-b.LGT-HPchangeview,
.LGTpanel--sidebar-b.LGT-HPpeoplemanager {
  padding-bottom: .5rem;
}

.LGTpanel--sidebar-b.LGT-HPprofiletto p,
.LGTpanel--sidebar-b.LGT-HPchangeview p,
.LGTpanel--sidebar-b.LGT-HPpeoplemanager p {
  margin-bottom: 0;
}
.LGTpanel--sidebar-b.LGT-HPprofiletto p:last-child {
  margin-top: 0;
}

.LGTsidebar__stickywrapper {
  position: sticky;
  top: calc(var(--LGTheader,80px) + var(--LGTspace,15px));
  padding-bottom: var(--LGTspace, 15px);
}

.LGT-HPprofiletto > .LGT-HPprofiletto__dati {
  margin: calc(var(--LGTspace, 15px)*-1);
  margin-bottom: 0;
}

/*.LGT-HPprofiletto__dati > a:first-child,*/
.LGT-HPprofiletto__dati > a,
.LGT-PROFILEprofiletto > img,
.LGT-PROFILEprofiletto > span {
  position: relative;
  display: block;
  float: left;
  margin: var(--LGTspace, 15px);
  width: 100px;
  height: 100px;
  border: 1px solid var(--LGTcolor-ink);
  border-radius: 9cm;
  text-align: center;
  
  overflow: hidden;
}
.LGT-PROFILEprofiletto > img {
  width: 100%;
  height: auto;
}

.LGT-HPprofiletto__dati > a img.profile_pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.LGT-HPprofiletto__dati > .profile_element.jname {
  font-size: 1.5em;
  font-weight: 700;
  padding: var(--LGTspace,15px);

  background: linear-gradient(to bottom, var(--LGTcolor-primary), var(--LGTcolor-primary-light));
  color: var(--LGTcolor-neutral-extralight);
}

.LGT-HPprofiletto__badges.compact {
  display: flex;
  margin-top: calc(var(--LGTspace,15px)/3*2);
  margin-bottom: var(--LGTspace,15px);
  margin-left: calc(var(--LGTspace,15px)/-2);
}

.LGT-HPprofiletto__badges.compact .LGTbadge {
  width: 50px;
  height: 50px;
  margin: calc(var(--LGTspace,15px)/2);
}

.LGT-HPprofiletto__badges.compact-home .LGTbadge {
  width: 100%;
  display: flex;
  align-items: center;
}

.LGT-HPprofiletto__badges.compact-home .LGTbadge img {
  margin-right: calc(var(--LGTspace,15px)/2);
}

.LGT-HPprofiletto__badges.compact .LGTbadge a {
  /*
  width: 100%;
  height: 100%;
  display: inline-block;
  */
  display: block;
  /*width: 50px;*/
  color: var(--LGTcolor-ink);
  text-decoration: none;
}

.LGT-HPprofiletto__badges.compact .LGTbadge div.grey-badge {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var( --LGTcolor-neutral);
  display: inline-block;
}

@media (max-width: 640px) {
  .LGT-HPprofiletto__badges.compact a.LGTbadge__title {
    display: none;
  }
}

.LGT-HPprofiletto > a.LGTbutton {
  clear: both;
  margin: 0 auto;
}


.LGT-facesonline:not(.LGT-facesonline--fullpage) {
  display: none;
}
.LGT-facesonline .totale_facesonline strong {
  font-size: 1.5em;
}

.LGT-facesonline {
  text-align: center;
}

.LGTfacesonline__list {
  display: flex;
  flex-wrap:  wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 calc(var(--LGTspace,15px)/-2) 0;
  padding: 0;
  list-style: none;
}

.LGTfacesonline__list li.LGTfacesonline__item {
  margin: calc(var(--LGTspace,15px)/2);
  max-width: calc((100% - var(--LGTspace,15px)/2)/4);
}

.LGTfacesonline__item a {
  display: block;
  margin: 0 auto;
  border:  1px solid var(--LGTcolor-ink);
  border-radius: 9cm;
  overflow: hidden;
  text-decoration: none;
}

.LGTfacesonline__item a.viewall {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 18px;
  font-size: 40px;
  text-decoration: none;
  color: var(--LGTcolor-ink);
}

.LGTfacesonline__list li.LGTfacesonline__item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (min-width: 960px) {
  .LGTsidebar--b {
    box-shadow: calc(var(--LGTspace, 15px)*.5) 0 0 0 var(--LGTcolor-neutral-light, #FAFAFA),
                calc(var(--LGTspace, 15px)*-.5) 0 0 0 var(--LGTcolor-neutral-light, #FAFAFA);
  }
}

@media (min-width: 1024px) {
  .LGTsidebar--b {
     box-shadow: var(--LGTspace, 15px) 0 0 0 var(--LGTcolor-neutral-light, #FAFAFA);
     order: initial;
  }

  .LGTpanel--sidebar-b {
    margin-left: var(--LGTspace, 15px);
  }

  .LGT-HPprofiletto > .LGT-HPprofiletto__dati {
    padding-top: var(--LGTspace,15px);
    background: linear-gradient(to bottom, var(--LGTcolor-primary), var(--LGTcolor-primary-light));
    background-size: 100% calc(var(--LGTspace,15px) + 50px);
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
  }

  /*.LGT-HPprofiletto__dati > a:first-child*/
  .LGT-HPprofiletto__dati > a {
    float: none;
    margin: 0 auto calc(var(--LGTspace, 15px)/2);
  }

  .LGT-HPprofiletto__dati > .profile_element.jname {
    padding: 0;
    text-align: center;
    color: var(--LGTcolor-ink);
    background: none;
  }

  /*
  .LGT-HPprofiletto__badges.compact {
    flex-direction: column;
  }

  .LGT-HPprofiletto__badges.compact .LGTbadge {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  */

  .LGT-HPprofiletto__badges.compact-home {
    flex-direction: column;
  }

  .LGT-HPprofiletto__badges.compact-home .LGTbadge {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  

  .LGT-HPprofiletto__badges.compact .LGTbadge__title {
    display: block;
  }

  .LGT-facesonline:not(.LGT-facesonline--fullpage) {
    display: block;
  }
}

.LGT-HPprofiletto__badges.compact .LGTbadge__img {
  max-width: 50px;
}

.LGTbadge img:not(.hide_opacity_100) {
  opacity: 1!important;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

div.elenco_condizioni_badge ul {
  list-style: none;
  padding: 0;
}

div.elenco_condizioni_badge ul li {
  display: flex;
  align-items: center;
}

div.elenco_condizioni_badge ul li + li {
  margin-top: var(--LGTspace);
}

div.elenco_condizioni_badge ul li span.action-check {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #FF2F2A;
  border-radius: 50%;
  margin-right: .5em;
}

div.elenco_condizioni_badge ul li span.action-check.checked {
  background-color: transparent;
  border-radius: 0;
  background-image: url('/templates/yoo_moreno_community/images/icons/STEPX_ICO__repository--checked.svg');
}


/* ----------------------- */
/* +++ # NEWS LAYOUT # +++ */
/* ----------------------- */

/* TITLE */
#yoo-zoo .item h1.pos-title {
  margin: .68em 0;
  font-family: var(--LGTfontstack-heading, Helvetica, Arial, sans-serif);
  font-size: var(--LGTtypesize-l-4);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color:  var(--LGTcolor-ink);
}

/* META (HITS COUNTER, COMMENTS COUTER, LIKE COUNTER) */
#yoo-zoo .item .pos-meta .element {
  display: inline-block;
  line-height: 1.375em;
}

#yoo-zoo .item .pos-meta .element > * {
  display: inline-block;
}

#yoo-zoo .item .pos-meta .element.element-itemhits,
#yoo-zoo .item .pos-meta .element.element-itemcommentslink a,
#yoo-zoo .item .pos-meta .element.element-countlike .countlike {
  margin-right: 1.375em;
  color: var(--LGTcolor-ink);
  text-decoration: none;
}

#yoo-zoo .item .pos-meta .element.element-itemhits::before,
#yoo-zoo .item .pos-meta .element.element-itemcommentslink a::before,
#yoo-zoo .item .pos-meta .element.element-countlike .countlike::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.375em;
  margin-right: .2em;
  vertical-align: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


#yoo-zoo .item .pos-meta .element.element-itemhits::before {
  background-image: url(../images/icons/STEPX_ICO__news--views.svg);
}
#yoo-zoo .item .pos-meta .element.element-itemcommentslink a::before {
  background-image: url(../images/icons/STEPX_ICO__news--comments.svg);
}

#yoo-zoo .item .pos-meta .element.element-countlike .countlike::before {
  background-image: url(../images/icons/STEPX_ICO__news--like.svg);
}

#yoo-zoo .item .pos-meta .element.element-countlike .countlike.nolike,
#yoo-zoo .item .pos-meta .element.element-itemcommentslink a:empty {
  display: none;
}


/* MEDIA */
#yoo-zoo .item .pos-media.media-top {
  position: relative;

  margin-top: var(--LGTspace, 15px);
  margin-bottom: var(--LGTspace, 15px);
}

#yoo-zoo .item .pos-media.media-top .element-staticcontent {
  width: 100%;
  height: 0;
  margin: 0;
  /*padding-top: 75.94%;*/
  padding-top: 74.94%;
  background: var(--LGTcolor-neutral-dark);
}

#yoo-zoo .item .pos-media.media-top .element-staticcontent + .element-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover;
}

/* CATEGORIA + DATA */
#yoo-zoo .item .pos-categoria {
  margin-top: var(--LGTspace, 15px);
  margin-bottom: var(--LGTspace, 15px);
}

#yoo-zoo .item .pos-categoria > a {
  text-transform: uppercase;
  text-decoration: none;
}

#yoo-zoo .item .pos-categoria .LGTdate {
  display: inline-block;
  color: var(--LGTcolor-ink-extralight);
}

/* ABSTRACT */
#yoo-zoo .item h2.pos-subtitle {
  margin-top: var(--LGTspace, 15px);
  margin-bottom: var(--LGTspace, 15px);
  padding-bottom: var(--LGTspace, 15px);
  border-bottom:  1px solid;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  color: var(--LGTcolor-ink);
}

/* CONTENT */
#yoo-zoo .item div.pos-content .element,
#yoo-zoo .item .element-textarea iframe[src^="https://www.youtube"] {
  margin: 1em 0;
  display: block;
}

/* CONTENT TEXT */

#yoo-zoo .item .element-textarea > h1,
#yoo-zoo .item .element-textarea > h2,
#yoo-zoo .item .element-textarea > h3,
#yoo-zoo .item .element-textarea > h4,
#yoo-zoo .item .element-textarea > h5,
#yoo-zoo .item .element-textarea > h6 {
  font-family: var(--LGTfontstack-heading, Helvetica, Arial, sans-serif);
  font-weight: 700;
  line-height: 1.2;
  color: var(--LGTcolor-ink);
}

#yoo-zoo .item .element-textarea > h1 {
  font-size: var(--LGTtypesize-l-4);
  margin: .75em 0;
}
#yoo-zoo .item .element-textarea > h2 {
  font-size: var(--LGTtypesize-l-3);
  margin: .82em 0;
}
#yoo-zoo .item .element-textarea > h3 {
  font-size: var(--LGTtypesize-l-2);
  margin: .90em 0;
}
#yoo-zoo .item .element-textarea > h4 {
  font-size: var(--LGTtypesize-l-1);
  margin: 1em 0;
}
#yoo-zoo .item .element-textarea > h5 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 1.25em 0; 
}

#yoo-zoo .item .element-textarea > blockquote {
  clear: both;
}

/* CONTENT IMAGE */
#yoo-zoo .item .element-textarea img:not([class]),
#yoo-zoo .item .element-textarea img.LGTimg--block,
#yoo-zoo .item .element-textarea img.LGTimg--wide {
  display:  block;
  max-width: 100%;
  margin: 1em auto;
}

#yoo-zoo .item .element-textarea img:not([class]) {
  --LGTimg-basecolumns: 12;
  --LGTimg-actualcolumns: 12;
  --LGTimg-marginleftcolumns: 0;
}


#yoo-zoo .item .element-textarea img.LGTimg--wide {
  --LGTimg-basecolumns: 12;
  --LGTimg-actualcolumns: 12;
  --LGTimg-marginleftcolumns: 0;
}

#yoo-zoo .item .element-textarea img.LGTimg--inline {
  margin: .5em;
}

#yoo-zoo .item .element-textarea img.LGTimg--left,
#yoo-zoo .item .element-textarea img.LGTimg--right {
  max-width: calc((100% - var(--LGTspace, 15px))/2);
}

#yoo-zoo .item .element-textarea img.LGTimg--left {
  float: left;
  clear: left;
  margin: 1em var(--LGTspace, 15px) 1em 0;
}
#yoo-zoo .item .element-textarea img.LGTimg--right {
  float: right;
  clear: right;
  margin: 1em 0 1em var(--LGTspace, 15px);
}


/* VIDEO */
.element-videomultilang .jw-display .jw-display-icon-container .jw-icon {
  margin-left: -20%;
  padding: 20%;
  border-radius: 9cm;
  background: var(--LGTcolor-neutral-extralight);
  box-shadow: 0 0 0 2px var(--LGTcolor-ink);  
}

.element-videomultilang .jw-display .jw-display-icon-container .jw-icon .jw-svg-icon {
  fill: var(--LGTcolor-primary);
}

#yoo-zoo .item .element-textarea iframe[src^="https://www.youtube"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* FILE ALLEGATI */
#LGTmain #yoo-zoo .item .element-downloadpro {
  font-size: 0; /* :( */

}

#LGTmain #yoo-zoo .item .element-downloadpro br,
#LGTmain #yoo-zoo .item .element-downloadpro input {
  display: none;
}

#LGTmain #yoo-zoo .item .element-downloadpro > * {
  /*font-size: initial;*/
  font-size: var(--LGTtypesize, 1rem);
}

/* holy albatross tecnique (enhancend) */
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1em calc(var(--LGTspace,15px) * -.5);
  padding: 0;
  list-style: none;
  
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn li {
  --HAmultiplier: 40em;
  --HAminwidth: 50%;
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn li:nth-child(1):nth-last-child(3),
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn li:nth-child(1):nth-last-child(3) ~ li {
  --HAmultiplier: 60em;
  --HAminwidth: 33%;
}


#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn li {
  min-width: calc(var(--HAminwidth) - (var(--LGTspace,15px) * 1));
  max-width: 100%;
  flex-grow: 1;
  flex-basis: calc((var(--HAmultiplier) - 100%) * 999);
  margin: calc(var(--LGTspace,15px) * .5);
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a {
  position: relative;
  display: block;
  align-items: center;
  box-sizing: border-box;
  height: 2.5em;
  border:  1px solid var(--LGTcolor-ink);
  padding: 0 3em;
  color: var(--LGTcolor-primary);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: calc(2.5em - 2px);
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  outline: none;
  background-color: var(--LGTcolor-neutral-light);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a:hover,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a:focus {
  color: var(--LGTcolor-primary-extradark);
  text-decoration: none;
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a:hover,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a:active {
  background-color: var(--LGTcolor-neutral);
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a:focus {
  outline: 1px dotted;
  outline-offset: 4px;
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a:visited {
  color: var(--LGTcolor-primary-dark); 
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a > * {
  flex-grow: 0;
  flex-shrink: 1;
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a::before,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  flex-shrink: 0;
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a::before {
  background-image: url(../images/icons/STEPX_ICO__file.svg);
  width: 2em;
  height: 2em;
  left: .5em;
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".png"]::before,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".jpg"]::before,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".jpeg"]::before,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".gif"]::before,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".bmp"]::before {
  background-image: url(../images/icons/STEPX_ICO__file--img.svg);
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".doc"]::before,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".docx"]::before {
  background-image: url(../images/icons/STEPX_ICO__file--doc.svg);
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".pdf"]::before {
  background-image: url(../images/icons/STEPX_ICO__file--pdf.svg);
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".ppt"]::before,
#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a[href$=".pptx"]::before {
  background-image: url(../images/icons/STEPX_ICO__file--ppt.svg);
}

#LGTmain #yoo-zoo .item .element-downloadpro ul.LGTdwn a::after {
  background-image: url(../images/icons/STEPX_ICO__repo--dwn.svg);
  width: 1.5em;
  height: 1.5em;
  right: .5em;
}






/* LIKE AND ACTION */

#LGTmain #yoo-zoo .item .pos-bottom {
  margin-top: var(--LGTspace, 15px);
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: calc(var(--LGTspace, 15px)*1.33) 0;

  display: flex;
  justify-content: center;
}

#LGTmain #yoo-zoo .item .pos-bottom .element {
  margin: 0;
  padding: 0;
  background: none;
}

#LGTmain #yoo-zoo .item .pos-bottom .element:not(.last) {
  margin-right: 1em;
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /*min-width: 7.5em;*/
  height: 2.5em;

  border: 1px solid;

  padding: 0 1em;

  color: var(--LGTcolor-ink-extrdark);

  font-size: 1rem;
  line-height: calc(2.5em - 2px);
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;

  cursor: pointer;
  user-select: none;

  outline: none;
  background-color: transparent;
  white-space: nowrap;
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating:hover,
#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating:focus {
  color: var(--LGTcolor-ink-extrdark);
  text-decoration: none;
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating:focus {
  outline: 1px dotted;
  outline-offset: 4px;
}


#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating:before {
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: var(--LGTcolor-primary);
  transition: opacity .2s cubic-bezier(.4,0,1,1);
  z-index: -1;
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating:hover:before {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4,0,1,1);
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating:active:before {
  opacity: 1;
  transition: opacity .2s cubic-bezier(.4,0,1,1);
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating::after,
#LGTmain #yoo-zoo .item .pos-bottom .element-favoritefollow > .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  /*left: 0;*/
  bottom: 0;
  margin: auto 0 auto -.5em;
  width: 1.875em;
  height: 1.375em;
  background-image: url(../images/icons/STEPX_ICO__news--like.svg);
}


#LGTmain #yoo-zoo .item .pos-bottom .element-like.voted > div.rating::after,
#LGTmain #yoo-zoo .item .pos-bottom .element-favoritefollow > .btn.voted::after {
  background-image: url(../images/icons/STEPX_ICO__news--likeFILLED.svg);
  mix-blend-mode: difference;
}


#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating .like {
  margin-left: 1.7em;
  margin-right: -.5em;
  float: none!important;
  font-weight: normal;
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating div.rating-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width:  100%;
  height: 100%;
  z-index: 1;
  background: none;
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating div.rating-container div.previous-rating,
#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating div.rating-container div.vote-message {
  display: none;
}

#LGTmain #yoo-zoo .item .pos-bottom .element-like > div.rating div.rating-container div.current-rating div {
  height: 100%;
  width: 100%;
  background: none;
}


#LGTmain #yoo-zoo .item .pos-bottom .element .LGTbutton,
#LGTmain #yoo-zoo .item .pos-bottom .element .btn {
  margin: 0;
  min-width: unset;
  flex-shrink: 1;
}


#LGTmain #yoo-zoo .item .pos-bottom .element-favoritefollow > .btn {
  /*padding-left: 2.8em;*/
  padding-left: 2.225em;
}
#LGTmain #yoo-zoo .item .pos-bottom .element-favoritefollow > .btn::after {
  /*margin-left: calc(-1.875em - .5em);*/
  margin-left: calc(-3.875em - .5em);
  background-image: url(../images/icons/STEPX_ICO__news--save.svg);
}

#LGTmain #yoo-zoo .item .pos-bottom .element-favoritefollow > .btn.voted::after{
  margin-left: calc(-5.5em - .5em);
  background-image: url(../images/icons/STEPX_ICO__news--saveFILLED.svg);
}


/* RELATED NEWS */
#yoo-zoo .item div.pos-related {
  margin-top: 0;
  padding-bottom: 0;
  background: none;
}

#yoo-zoo .item div.pos-related ul {
  margin-left: calc(var(--LGTbaseunit) * -1);
  background-color: #fff;
}

#yoo-zoo .item div.pos-related li {
  padding-left: var(--LGTbaseunit);
  background: none;
}

#yoo-zoo .item h3 {
  font-family: inherit;
  font-size: var(--LGTtypesize-l-1);
  font-weight: 700;
  line-height: 1.2;
  margin: .82em 0;
}



/* COMMENTS */
#yoo-zoo #comments {
  margin-top: 0;
}
#yoo-zoo #respond,
#yoo-zoo #comments ul #respond {
  margin-top: 20px;
}

#yoo-zoo #comments ul.level1 ul {
  padding-left: 0;
}

#yoo-zoo #comments #respond form div.textntags-beautifier {
  display: none;
}

#yoo-zoo .item #comments h3.comments-meta,
#yoo-zoo .item #comments #respond h3 {
  font-family: var(--LGTfontstack-heading, Helvetica, Arial, sans-serif);
  font-size: var(--LGTtypesize);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--LGTcolor-ink);
  font-weight: 600;
}

#yoo-zoo .item #comments h3.comments-meta span::before {
  content: " ";
}

#yoo-zoo .item #comments #respond .user {
  display: none;
}

#yoo-zoo .item #comments #respond .content textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

#yoo-zoo .item #comments #respond .actions {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

#yoo-zoo .item #comments #respond .actions input,
#yoo-zoo .item #comments #respond .actions a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 7.5em;
  height: 2.5em;
  margin: .2em 0 .2em .4em;

  border: 1px solid;

  padding: 0 1em;

  color: var(--LGTcolor-ink-extradark);

  font-size: 1rem;
  /*font-weight: 500;
  letter-spacing: .1rem;*/
  line-height: calc(2.5em - 2px);
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;

  cursor: pointer;
  user-select: none;

  outline: none;
  background-color: transparent;
  white-space: nowrap;

  transition: background .2s cubic-bezier(.4,0,1,1);
}

#yoo-zoo .item #comments #respond .actions a {
  border-style: dashed;
}


#yoo-zoo .item #comments #respond .actions input:hover,
#yoo-zoo .item #comments #respond .actions input:focus,
#yoo-zoo .item #comments #respond .actions a:hover,
#yoo-zoo .item #comments #respond .actions a:focus {
  color: var(--LGTcolor-ink-extradark);
  text-decoration: none;
}

#yoo-zoo .item #comments #respond .actions input:hover,
#yoo-zoo .item #comments #respond .actions input:active,
#yoo-zoo .item #comments #respond .actions a:hover,
#yoo-zoo .item #comments #respond .actions a:active {
  background: var(--LGTcolor-primary);
}

#yoo-zoo .item #comments #respond .actions input:focus,
#yoo-zoo .item #comments #respond .actions a:focus
 {
  outline: 1px dotted;
  outline-offset: 4px;
}


/* DESKTOP LAYOUT */
@media (min-width: 760px) {
  #LGTmain #yoo-zoo .item {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    /*grid-template-rows: repeat(9, auto);*/
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);

    max-width: 1500px;

  }

  #LGTmain #yoo-zoo .item .pos-title {
    grid-area: 1 / 1 / 2 / 13;
  }

  #LGTmain #yoo-zoo .item .pos-meta {
    grid-area: 2 / 1 / 3 / 13; 
  }

  #LGTmain #yoo-zoo .item .pos-media {
    grid-area: 3 / 1 / 4 / 13; 
  }

  #LGTmain #yoo-zoo .item .pos-categoria {
    grid-area: 4 / 1 / 5 / 13; 
  }

  #LGTmain #yoo-zoo .item .pos-subtitle {
    grid-area: 5 / 1 / 6 / 13; 
  }
  
  #LGTmain #yoo-zoo .item .floatbox {
    grid-area: 6 / 2 / 7 / 12; 
  }

  #LGTmain #yoo-zoo .item .pos-bottom {
    /*grid-area: 7 / 2 / 8 / 12; */
    grid-area: 8 / 2 / 9 / 12; 
  }

  #LGTmain #yoo-zoo .item .pos-related {
    /*grid-area: 8 / 2 / 9 / 12; */
    grid-area: 7 / 2 / 8 / 12; 
  }

  #LGTmain #yoo-zoo .item #comments {
    grid-area: 9 / 2 / 10 / 12;
  }

  #LGTmain #yoo-zoo .item .floatbox {
    overflow: visible;
  }

  #yoo-zoo .item .element-textarea img:not([class]) {
    float: left;
    --LGTimg-basecolumns: 10;
    --LGTimg-actualcolumns: 6;
    --LGTimg-marginleftcolumns: -1;
    margin-right: var(--LGTspace, 15px);
  }

  #yoo-zoo .item .element-textarea img.LGTimg--wide {
    --LGTimg-basecolumns: 10;
    --LGTimg-actualcolumns: 12;
    --LGTimg-marginleftcolumns: -1;
  }

}

@media (min-width: 800px) {

  #LGTmain #yoo-zoo .item {
    /*grid-template-rows: repeat(8, auto );*/
   }

  #LGTmain #yoo-zoo .item .pos-title {
    grid-area: 1 / 1 / 2 / 7;
  }

  #LGTmain #yoo-zoo .item .pos-meta {
    grid-area: 2 / 1 / 3 / 7; 
  }

  #LGTmain #yoo-zoo .item .pos-media {
    grid-area: 1 / 7 / 5 / 13; 
  }

  #LGTmain #yoo-zoo .item .pos-categoria {
    grid-area: 3 / 1 / 4 / 7; 
  }

  #LGTmain #yoo-zoo .item .pos-subtitle {
    grid-area: 4 / 1 / 5 / 7; 
  }
  
  #LGTmain #yoo-zoo .item .floatbox {
    grid-area: 5 / 1 / 6 / 12; 
  }

  #LGTmain #yoo-zoo .item .pos-bottom {
    /*grid-area: 6 / 1 / 7 / 12; */
    grid-area: 7 / 1 / 8 / 12; 
  }

  #LGTmain #yoo-zoo .item .pos-related {
    /*grid-area: 7 / 1 / 8 / 12; */
    grid-area: 6 / 1 / 7 / 12; 
  }

  #LGTmain #yoo-zoo .item #comments {
    grid-area: 8 / 1 / 9 / 12;
  }

  #LGTmain #yoo-zoo .item {
    margin-top: calc(50px - 2px);
  }

  #yoo-zoo .item h1.pos-title,
  #LGTmain #yoo-zoo .item .pos-media {
    margin-top: 0;
  }

  #LGTmain #yoo-zoo .item .pos-media {
    margin-bottom: var(--LGTspace, 15px);
  }

  #yoo-zoo .item .pos-categoria {
    margin-bottom: 0;
  }

  #yoo-zoo .item .element-textarea img:not([class]) {
    --LGTimg-basecolumns: 11;
    --LGTimg-actualcolumns: 6;
    --LGTimg-marginleftcolumns: 0;
  }

  #yoo-zoo .item .element-textarea img.LGTimg--wide {
    --LGTimg-basecolumns: 11;
    --LGTimg-actualcolumns: 12;
    --LGTimg-marginleftcolumns: -1;
  }
}

@media (min-width: 870px) {
  #LGTmain #yoo-zoo .item .floatbox {
    grid-area: 5 / 1 / 6 / 11; 
  }

  #LGTmain #yoo-zoo .item .pos-bottom {
    /*grid-area: 6 / 1 / 7 / 11; */
    grid-area: 7 / 1 / 8 / 11; 
  }

  #LGTmain #yoo-zoo .item .pos-related {
    /*grid-area: 7 / 1 / 8 / 11; */
    grid-area: 6 / 1 / 7 / 11; 
  }

  #LGTmain #yoo-zoo .item #comments {
    grid-area: 8 / 1 / 9 / 11;
  }

  #yoo-zoo .item .element-textarea img:not([class]) {
    --LGTimg-basecolumns: 10;
    --LGTimg-actualcolumns: 6;
    --LGTimg-marginleftcolumns: 0;
  }

  #yoo-zoo .item .element-textarea img.LGTimg--wide {
    --LGTimg-basecolumns: 10;
    --LGTimg-actualcolumns: 12;
    --LGTimg-marginleftcolumns: 0;
  }
}

@media (min-width: 960px) {
  #LGTmain #yoo-zoo .item .pos-title {
    grid-area: 1 / 2 / 2 / 7;
  }

  #LGTmain #yoo-zoo .item .pos-meta {
    grid-area: 2 / 2 / 3 / 7; 
  }

  #LGTmain #yoo-zoo .item .pos-categoria {
    grid-area: 3 / 2 / 4 / 7; 
  }

  #LGTmain #yoo-zoo .item .pos-subtitle {
    grid-area: 4 / 2 / 5 / 7; 
  }

  #LGTmain #yoo-zoo .item .floatbox {
    grid-area: 5 / 2 / 6 / 12; 
  }

  #LGTmain #yoo-zoo .item .pos-bottom {
    /*grid-area: 6 / 2 / 7 / 12; */
    grid-area: 7 / 2 / 8 / 12; 
  }

  #LGTmain #yoo-zoo .item .pos-related {
    /*grid-area: 7 / 2 / 8 / 12; */
    grid-area: 6 / 2 / 7 / 12; 
  }

  #LGTmain #yoo-zoo .item #comments {
    grid-area: 8 / 2 / 9 / 12;
  }

   #yoo-zoo .item .element-textarea img:not([class]) {
    --LGTimg-basecolumns: 10;
    --LGTimg-actualcolumns: 6;
    --LGTimg-marginleftcolumns: 0;
  }

  #yoo-zoo .item .element-textarea img.LGTimg--wide {
    --LGTimg-basecolumns: 10;
    --LGTimg-actualcolumns: 12;
    --LGTimg-marginleftcolumns: 0;
  }
}

@media (min-width: 1024px) {
  #LGTmain #yoo-zoo .item .floatbox {
    grid-area: 5 / 2 / 6 / 11; 
  }

  #LGTmain #yoo-zoo .item .pos-bottom {
    /*grid-area: 6 / 2 / 7 / 11; */
    grid-area: 7 / 2 / 8 / 11; 
  }

  #LGTmain #yoo-zoo .item .pos-related {
    /*grid-area: 7 / 2 / 8 / 11; */
    grid-area: 6 / 2 / 7 / 11; 
  }

  #LGTmain #yoo-zoo .item #comments {
    grid-area: 8 / 2 / 9 / 11;
  }


  #yoo-zoo .item .element-textarea img:not([class]) {
    --LGTimg-basecolumns: 9;
    --LGTimg-actualcolumns: 6;
    --LGTimg-marginleftcolumns: -1;
  }

 #yoo-zoo .item .element-textarea img.LGTimg--wide {
    --LGTimg-basecolumns: 9;
    --LGTimg-actualcolumns: 12;
    --LGTimg-marginleftcolumns: -1;
  }
}

@media (min-width: 1200px) {
  #LGTmain #yoo-zoo .item {
    grid-template-rows: repeat(3, none) auto none;
   }

  #LGTmain #yoo-zoo .item .pos-media {
    grid-area: 1 / 7 / 6 / 12; 
  }

  #LGTmain #yoo-zoo .item .floatbox {
    grid-area: 6 / 2 / 7 / 10; 
  }

  #LGTmain #yoo-zoo .item .pos-bottom {
    /*grid-area: 7 / 2 / 8 / 10; */
    grid-area: 8 / 2 / 9 / 10; 
  }

  #LGTmain #yoo-zoo .item .pos-related {
    /*grid-area: 8 / 2 / 9 / 10; */
    grid-area: 7 / 2 / 8 / 10; 
  }

  #LGTmain #yoo-zoo .item #comments {
    grid-area: 9 / 2 / 10 / 10;
  }

  #yoo-zoo .item .element-textarea img:not([class]) {
    --LGTimg-basecolumns: 8;
    --LGTimg-actualcolumns: 4;
    --LGTimg-marginleftcolumns: -1;
  }

  #yoo-zoo .item .element-textarea img.LGTimg--wide {
    --LGTimg-basecolumns: 8;
    --LGTimg-actualcolumns: 12;
    --LGTimg-marginleftcolumns: -1;
  }
}

@media (min-width: 1300px) {
  #LGTmain #yoo-zoo .item .floatbox {
    grid-area: 6 / 2 / 7 / 9; 
  }

  #LGTmain #yoo-zoo .item .pos-bottom {
    /*grid-area: 7 / 2 / 8 / 9; */
    grid-area: 8 / 2 / 9 / 9; 
  }

  #LGTmain #yoo-zoo .item .pos-related {
    /*grid-area: 8 / 2 / 9 / 9; */
    grid-area: 7 / 2 / 8 / 9; 
  }

  #LGTmain #yoo-zoo .item #comments {
    grid-area: 9 / 2 / 10 / 9;
  }

  #yoo-zoo .item .pos-categoria {
    margin-bottom: var(--LGTspace, 15px);
  }

  #yoo-zoo .item .element-textarea img:not([class]) {
    --LGTimg-basecolumns: 7;
    --LGTimg-actualcolumns: 4;
    --LGTimg-marginleftcolumns: -1;
  }

  #yoo-zoo .item .element-textarea img.LGTimg--wide {
    --LGTimg-basecolumns: 7;
    --LGTimg-actualcolumns: 12;
    --LGTimg-marginleftcolumns: -1;
  }
}

#yoo-zoo .item .element-textarea img:not([class]) {
  margin-left: calc((100% - var(--LGTspace, 15px) * (var(--LGTimg-basecolumns) - 1) * 2) / var(--LGTimg-basecolumns) * var(--LGTimg-marginleftcolumns) + var(--LGTspace, 15px) * var(--LGTimg-marginleftcolumns) * 2);
  max-width: calc((100% - var(--LGTspace, 15px) * (var(--LGTimg-basecolumns) - 1) * 2) / var(--LGTimg-basecolumns) *  var(--LGTimg-actualcolumns) + var(--LGTspace, 15px) * (var(--LGTimg-actualcolumns) - 1) * 2);
}

#yoo-zoo .item .element-textarea img.LGTimg--wide {
  max-width: calc((100% - var(--LGTspace, 15px) * (var(--LGTimg-basecolumns) - 1) * 2) / var(--LGTimg-basecolumns) * var(--LGTimg-actualcolumns) + var(--LGTspace, 15px) * (var(--LGTimg-actualcolumns) - 1) * 2 );
  margin-left: calc((100% - var(--LGTspace, 15px) * (var(--LGTimg-basecolumns) - 1) * 2) / var(--LGTimg-basecolumns) * var(--LGTimg-marginleftcolumns) + var(--LGTspace, 15px) * var(--LGTimg-marginleftcolumns) * 2);
}


/* News comments */
#comments > ul {
  padding-left: 25px;
}

#comments ul {
  list-style: none;
}

#yoo-zoo #comments .comment-byadmin .comment-head,
#comments .comment-byadmin .comment-head {
  border: none;
  background: none;
}

#yoo-zoo #comments .comment-byadmin .comment-head,
#yoo-zoo #comments .comment-body,
#comments .comment-byadmin .comment-head,
#comments .comment-body {
  padding: 0;
  margin: 0;
}

#yoo-zoo #comments .comment-head .author,
#comments .comment-head .author {
  font-family: var(--LGTfontstack-heading, Helvetica, Arial, sans-serif);
  text-shadow: none;
  font-weight: 600;
  font-size: var(--LGTtypesize, 1rem);
  line-height: 1.5;
  margin: 8px 0 0 0;
}

#yoo-zoo #comments .comment-head .meta,
#comments .comment-head .meta {
  margin-top: 0%;
  font-size: var(--LGTtypesize, 1rem);
  line-height: 1.5;
  color: var(--LGTcolor-ink-extralight);
}

#comments ul li:not(:first-child) {
  margin-top: var(--LGTbaseunit);
}

#comments > ul > li > div.comment {
  border: 1px solid var(--LGTcolor-neutral-dark);
  background-color: var(--LGTcolor-neutral-light);
  border-radius: 4px 4px 0 0;
}

#yoo-zoo #comments > ul > li > div.comment div.comment-head,
#comments > ul > li > div.comment div.comment-head {
  margin-left: -50px;
}

@media (max-width: 767px) {
  #yoo-zoo #comments > ul {
    padding-left: 26px;
  }

  #yoo-zoo #comments > ul > li > div.comment div.comment-head,
  #comments > ul > li > div.comment div.comment-head {
    margin-left: -40px;
  } 
}

#yoo-zoo #comments > ul > li > div.comment + ul,
#comments > ul > li > div.comment + ul {
  border: 1px solid var(--LGTcolor-neutral-dark);
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: none;
}

#comments > ul > li > div.comment + ul li + li {
  margin-top: 0;
}

#comments > ul > li > div.comment + ul li + li div.comment {
  padding-top: 0;
}

#comments > ul > li > div.comment + ul li + li div.comment-head {
  border-top: 1px solid var(--LGTcolor-neutral-dark);
  padding-top: var(--LGTbaseunit);
}

#comments ul.level1 ul {
  padding-left: var(--LGTbaseunit);
}

#comments div.comment {
  padding: var(--LGTbaseunit);
}

#yoo-zoo #comments div.comment div.comment-body,
#comments div.comment div.comment-body {
  padding: 0 calc(var(--LGTbaseunit) / 2);
  margin-top: 10px;
}

#yoo-zoo #comments ul.level2 div.comment div.comment-body, 
#yoo-zoo #comments ul.level2 div.comment div.comment-head {
  margin-left: calc(var(--LGTbaseunit) / 2 + 48px);
  padding: .6rem;
}

#comments .comment-head .avatar {
  margin-right: calc(var(--LGTbaseunit) / 2);
  float: left;
}

#comments div.comment div.avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--LGTcolor-ink);
  object-fit: cover;
}

#comments div.comment div.comment-actions {
  text-align: right;
  margin-top: var(--LGTbaseunit);
}

#comments div.comment div.comment-actions a {
  text-decoration: none;
  color: var(--LGTcolor-ink);
  margin-left: 1.375em;
  font-weight: 600;
}

#comments a.itemlink {
  text-decoration: none;
  font-size: var(--LGTtypesize-l-1);
  font-weight: 700;
  color: var(--LGTcolor-ink);
  margin-top: var(--LGTbaseunit);
  line-height: .8;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  position: relative;
}

#comments a.itemlink img {
  /* float: right; */
}

@media (max-width: 500px) {
  #comments a.itemlink {
    padding-right: calc(var(--LGTspace, 15px) * 2);
  }
  /* #comments a.itemlink img {
    position: absolute;
    right: 0;
    top: 4px;
  } */
  #comments div.comment {
    padding-bottom: calc(var(--LGTbaseunit) * 3);
  }
  #comments div.comment div.comment-actions {
    margin-top: calc(var(--LGTbaseunit) * 2);
  }
  #yoo-zoo #respond, #yoo-zoo #comments ul #respond{
    margin-top: 50px;
  }
}

/* FIX - comments 2025 */
#comments div.comment div.comment-body {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  align-items: baseline;
}

@media (min-width: 768px) {
  #comments div.comment div.comment-body {
    flex-flow: row wrap;
    gap: 2rem;
  }
}

#comments div.comment div.comment-body .comment-actions, 
#comments div.comment div.comment-body .translation{
  margin-top: 0;
}

#comments div.comment div.comment-body .content {
  order: 0;
  width: 100%;
}

#comments div.comment div.comment-body .translation{
  order: 1;
}

#comments div.comment div.comment-body .comment-actions{
  order: 2;
  margin-left: auto;
}



/* END News comments */


/* Category teasers */
#yoo-zoo > div > h3.uk-panel-title {
  margin: calc(var(--LGTspace, 15px) * 3) 0 var(--LGTspace, 15px);
}
#yoo-zoo .items div.teaser-item {
  padding: 0;
}

#yoo-zoo div.items div.pos-media {
  position: relative;
}

#yoo-zoo .items div.pos-media .element {
  margin-bottom: 0;
}

#yoo-zoo .items div.teaser-item-bg {
  padding: 0;
  background: none;
}

#yoo-zoo.blog-default div.items div.teaser-item h3.pos-title {
  flex-grow: 1;
}

#yoo-zoo.blog-default div.items > div > div.teaser-item div.content div.element-itempublish_up {
  margin-bottom: var(--LGTspace, 15px)!important;
}
/* END Category teasers */


/* Pagination */
ul.LGTpagination {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.LGTpagination li {
  width: 30px;
  height: 30px;
  margin: 0 calc(var(--LGTspace, 15px) / 2);
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}

ul.LGTpagination li.previous,
ul.LGTpagination li.next {
  font-size: 0;
  border: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

ul.LGTpagination li.previous {
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO_prev.svg");
}

ul.LGTpagination li.next {
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO_next.svg");
}

ul.LGTpagination li a,
ul.LGTpagination li:hover a,
ul.LGTpagination li:focus a,
ul.LGTpagination li:active a {
  text-decoration: none;
  color: var(--LGTcolor-ink);
}

ul.LGTpagination li a,
ul.LGTpagination li span {
  width: 100%;
  height: 100%;
  display: inline-block;
}

ul.LGTpagination li:hover {
  background-color: var(--LGTcolor-neutral-light);
  cursor: pointer;
}

ul.LGTpagination li.active {
  background-color: var(--LGTcolor-primary);
}
/* END Pagination */

/* ------------------- */
/* +++ # MODULES # +++ */
/* ------------------- */

/* GLOBAL SETTINGS */
main div[class*="LGTpanel"] + div[class*="LGTpanel"] {
  margin-top: var(--LGTbaseunit);
}

div.LGTpanel__heading {
  position: relative;
}

h3.LGTpanel__title {
  border-top: 1px solid;
  padding-top: calc(var(--LGTbaseunit) / 2);
  margin-top: 0;
  margin-bottom: var(--LGTbaseunit);
}

a.LGTpanel__heading--link {
  position: absolute;
  top: calc(var(--LGTbaseunit) / 2);
  right: 0;
  text-decoration: none;
  color: var(--LGTcolor-ink);
}

main > section:first-child > div[class*="LGTpanel"]:first-child h3.LGTpanel__title {
  border-top: none;
  padding-top: 0;
  margin-top: var(--LGTbaseunit);
}

div.STEPX-toolbarpanel a.LGTpanel__link {
  color: var(--LGTcolor-neutral-extralight);
  text-decoration: none;
  margin-top: var(--LGTbaseunit);
  float: right;
}
/* END GLOBAL SETTINGS */

/* COMMON ZOO ITEMS / ITEMS EVERYWHERE SETTINGS */
.zoo-list div.media {
  position: relative;
  margin: 0;
}

#yoo-zoo div.items div.pos-media div.element-staticcontent,
.zoo-list .LGTimgplaceholder {
  width: 100%;
  height: 0;
  margin: 0;
  /*padding-top: 75.94%;*/
  padding-top: 74.94%;
  background: var(--LGTcolor-neutral-dark);
}

#yoo-zoo div.items div.pos-media div.element-staticcontent + div.element-image,
.zoo-list .LGTimgplaceholder + a {
  position: absolute;
  display:  block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover;
}

.yoo-zoo .element-itemprimarycategory > a,
.zoo-list .layout-default .element-itemprimarycategory > a,
.zoo-list .layout-layout2 .data > a,
.zoo-list .layout-layout3 .data > a,
.zoo-list .categoria > a,
.zoo-list .pos-categoria > a,
#yoo-zoo.blog-default div.items div.teaser-item div.pos-categoria a,
li.correlata .categoria > a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.zoo-list .layout-default .element-itemprimarycategory {
  margin-bottom: .82em;
}
.zoo-list .title,
#yoo-zoo.blog-default div.items div.teaser-item h3.pos-title {
  font-size: var(--LGTtypesize-l-1);
}

.zoo-list .title a,
#yoo-zoo.blog-default div.items div.teaser-item h3.pos-title a,
li.correlata .title a {
  text-decoration: none;
  color: var(--LGTcolor-ink);
}

.pos-meta .element {
  display: inline-block;
  line-height: 1.375em;
}

.pos-meta .element > * {
  display: inline-block;
}

.pos-meta .element.element-itemhits,
.pos-meta .element.element-itemcommentslink a,
.pos-meta .element.element-countlike .countlike {
  margin-right: 1.375em;
  color: var(--LGTcolor-ink);
  text-decoration: none;
}

.pos-meta .element.element-itemhits::before,
.pos-meta .element.element-itemcommentslink a::before,
.pos-meta .element.element-countlike .countlike::before,
#comments div.comment div.comment-actions a.reply::before,
#comments div.comment div.comment-actions a.btn-vota::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.375em;
  margin-right: .2em;
  vertical-align: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pos-meta .element.element-itemhits::before {
  background-image: url(../images/icons/STEPX_ICO__news--views.svg);
}
.pos-meta .element.element-itemcommentslink a::before,
#comments div.comment div.comment-actions a.reply::before {
  background-image: url(../images/icons/STEPX_ICO__news--comments.svg);
}

.pos-meta .element.element-countlike .countlike::before,
#comments div.comment div.comment-actions a.btn-vota::before {
  background-image: url(../images/icons/STEPX_ICO__news--like.svg);
}
.pos-meta .element.element-countlike .countlike.voted::before,
#comments div.comment div.comment-actions a.btn-vota.voted::before {
  background-image: url(../images/icons/STEPX_ICO__news--likeFILLED.svg);
}

.pos-meta .element.element-countlike .countlike.nolike,
.pos-meta .element.element-itemcommentslink a:empty {
  display: none;
}


/* Accordi di servizio e privacy */
div.STEPX-accordi {
  margin-top: 0!important;
}

.STEPX-page__privacy .LGTpanel--main-top > h3,
div.STEPX-accordi h3.LGTpanel__title {
  border: none;
  margin: calc(var(--LGTspace, 15px) * 3) 0 var(--LGTspace, 15px)!important;
}

.STEPX-page__privacy .LGTpanel--main-top:nth-child(2) > h3,
div.STEPX-accordi:nth-child(2) h3.LGTpanel__title {
  margin-top: var(--LGTspace, 15px)!important;
}

.STEPX-page__privacy .LGTpanel--main-top .testoAccordi,
div.STEPX-accordi .testoAccordi {
  border: 1px solid;
  padding: var(--LGTbaseunit);
  overflow: auto;
  max-height: 23em;
}

div.STEPX-accordi div.testoAccordi + p {
  margin-bottom: 1em;
}
/* END Accordi di servizio e privacy */

/* Search */
div.STEPX-search {
  margin: calc(var(--LGTbaseunit) * 3) 0;
}

div.STEPX-search button {
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: none;
  filter: invert(1);
  background-image: url(../images/icons/STEPX_ICO_search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  filter: invert(1);

  position: absolute;
  right: 0;
  top: 10px;
}

div.STEPX-search button::before {
  display: none;
}

dialog.STEPX-search-modal {
  color: var(--LGTcolor-neutral-extralight);
  background: none;
}

dialog.STEPX-search-modal .LGTsimple-modal-close {
  background-color: transparent;
  filter: invert(1);
}

/*
dialog.STEPX-search-modal + span.LGTsimple-modal-overlay {
  background: var(--LGTcolor-ink-90a);
}
*/

div.STEPX-search form {
  position: relative;
}

form.uk-search input.uk-search-field {
  color: #fff;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
}

div.STEPX-search ul.uk-autocomplete-results {
  padding: 0;
  list-style: none;
}

div.STEPX-search ul.uk-autocomplete-results li.uk-nav-header {
  font-size: var(--LGTtypesize-l-1);
  font-weight: 600;
}

div.STEPX-search ul.uk-autocomplete-results li span:not(.highlight),
div.STEPX-search ul.uk-autocomplete-results li div {
  display: none;
}

div.STEPX-search ul.uk-autocomplete-results li span.highlight {
  background: #fff3;
}

div.STEPX-search ul.uk-autocomplete-results li.uk-search-moreresults {
  margin-top: var(--LGTbaseunit);
}

div.STEPX-search ul.uk-autocomplete-results li.uk-search-moreresults a::after {
  content: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO_arrowright.svg");
  width: 17px;
  height: 16px;
  filter: invert(84%) sepia(19%) saturate(998%) hue-rotate(103deg) brightness(105%) contrast(103%);
  margin-left: .5em;
}

/* END Search */


/* Search Toolbar */
@media (max-width: 1023px) {
  div.LGTpanel--toolbar-b a.STEPX-menu__link.search {
    display: none;
  }
}
/* END Search Toolbar */


/* Profiletto Toolbar */
div.LGTpanel--toolbar-b.LGT-HPprofiletto__dati a {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  text-align: center;
  /*margin-right: var(--LGTbaseunit);*/
}

@media (max-width: 1023px) {
  div.LGTpanel--toolbar-b.LGT-HPprofiletto__dati {
    display: none;
  }
}
/* END Profiletto Toolbar */


/* Profiletto Offcanvass */
div.LGTpanel--offcanvas.LGT-HPprofiletto__dati {
  margin: var(--LGTspace, 15px) 0;
}

div.LGTpanel--offcanvas.LGT-HPprofiletto__dati > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.LGTpanel--offcanvas.LGT-HPprofiletto__dati a:first-child {
  width: 50px;
  height: 50px;
}

div.LGTpanel--offcanvas.LGT-HPprofiletto__dati .profile_element.jname {
  font-size: inherit;
  font-weight: normal;
  padding: 0;
  background: none;
}
/* Profiletto Offcanvass */

/* Change view */
div.LGT-HPchangeview,
div.LGT-HPpeoplemanager {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

div.LGT-HPchangeview > a.LGTbutton,
div.LGT-HPpeoplemanager > a.LGTbutton {
  margin: 0 auto;
  width: 300px;
  max-width: 300px;
}

dialog.STEPX-changeview-modal {
  color: var(--LGTcolor-neutral-extralight);
  background: none;
}

dialog.STEPX-changeview-modal select,
dialog.STEPX-changeview-modal button {
  color: var(--LGTcolor-neutral-extralight);
  border-color: var(--LGTcolor-neutral-extralight);
  background: var(--LGTcolor-neutral-20a);
}

dialog.STEPX-changeview-modal button {
  background: none;
  float: right;
}

dialog.STEPX-changeview-modal button:focus {
  color: var(--LGTcolor-neutral-extralight);
}

dialog.STEPX-changeview-modal .LGTsimple-modal-close {
  background-color: transparent;
  filter: invert(1);
}

dialog.STEPX-changeview-modal div.changeview {
  max-width: 500px;
  margin: 0 auto;
}

dialog.STEPX-changeview-modal div.actual-view {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: var(--LGTspace);
}

dialog.STEPX-changeview-modal div.actual-view > div {
  color: var(--LGTcolor-ink);
  background-color: var(--LGTcolor-neutral-extralight);
  margin-right: .5em;
  margin-bottom: .5em;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 var(--LGTspace);
  text-align: center;
}

dialog.STEPX-changeview-modal div.actual-view > div:empty {
  display: none;
}

dialog.STEPX-changeview-modal div.form-element {
  display: flex;
  align-items: center;
  margin-bottom: var(--LGTspace);
}

dialog.STEPX-changeview-modal div.form-element label {
  flex-basis: 25%;
  text-align: right;
  margin-right: var(--LGTspace);
}

dialog.STEPX-changeview-modal div.form-element select {
  width: 100%;
}

dialog.STEPX-changeview-modal div.form-element select option {
  color: var(--LGTcolor-ink);
}
/* END Change view */

/* LOGOUT */
/*
div.LGT-logout {
  margin-right: var(--LGTbaseunit);
}
*/

div.LGT-logout button {
  font-size: 0;
  border: none;
  background-image: url(/templates/yoo_moreno_community/images/icons/STEPX_ICO_logout.svg);
  width: 30px;
  height: 30px;
  background-size: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
}

div.LGT-logout button::before {
  display: none;
}

@media (max-width: 1023px) {
  div.LGTpanel--toolbar-b.LGT-logout {
    display: none;
  }
}
/* END LOGOUT */


/* Logout Offcanvass */
div.LGTpanel--offcanvas.LGT-logout {
  padding: var(--LGTspace, 15px) 0;
}

div.LGTpanel--offcanvas.LGT-logout div.uk-form-row {
  text-align: center;
}

div.LGTpanel--offcanvas.LGT-logout button {
  font-size: inherit;
  text-transform: none;
  filter: invert(1);
  margin: 0;
  padding: 0;
  background-position: 0;
  line-height: 30px;
  width: auto;
  height: auto;
  text-align: right;
  min-width: 80px;
}
/* END Logout Offcanvass */


/* TOOLBAR PANELS */
body.no-scroll {
  overflow: hidden;
}

body.no-scroll div.LGTheader__wrap a,
body.no-scroll div.LGTheader__wrap button,
body.no-scroll div.LGTheader__wrap li {
  cursor: default;
  pointer-events: none;
}

/*
body.no-scroll div.STEPX-toolbarpanel a,
body.no-scroll div.STEPX-toolbarpanel button {
  cursor: pointer;
  pointer-events: auto;
}
*/

div.STEPX-toolbarpanel {
  display: none;
  padding: var(--LGTbaseunit);
  background-color: var(--LGTcolor-ink-90a);
  color: var(--LGTcolor-neutral-extralight);
  box-sizing: border-box;

  position: fixed;

  left: clamp(48px, (100vh - var(--LGTheader, 80px) - 50px - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px));
  
  width: 400px;
  bottom: 0;

  overflow: auto;

  z-index: 1020;
}

div.STEPX-toolbarpanel.active {
  display: block;
}

div.STEPX-toolbarpanel div.panel-header {
  display: inline-block;
  width: 100%;
  margin-bottom: var(--LGTbaseunit);
}

div.STEPX-toolbarpanel div.panel-header h3 {
  font-size: var(--LGTtypesize-l-1);
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--LGTcolor-primary);
  float: left;
  letter-spacing: 3px;
}

div.STEPX-toolbarpanel div.panel-header button.panel-close {
  width: 30px;
  height: 30px;
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO_close.svg");
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  background-size: 100%;
  cursor: pointer;
  float: right;
}

@media (max-width: 959px) {
  div.STEPX-toolbarpanel {
    left: 0;
    width: 100%;
    height: calc(100% - (clamp(48px, (100vw - (var(--LGTtoolbar__items,5) - 1)*2px)/var(--LGTtoolbar__items,5), var(--LGTtoolbar,80px)) * 2));
  }
}
/* END TOOLBAR PANELS */


/* MY NEXT EVENT - DP Calendar Upcoming Event */
/*
.LGT-HPnextevent {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  grid-column-gap: var(--LGTspace, 15px);
  column-gap: var(--LGTspace, 15px);
}

.LGT-HPnextevent > h3 {
  grid-area: 1 / 1 / 1 / 3;
  justify-self: stretch;
  align-self: stretch;
}

.LGT-HPnextevent > div {
  grid-area: 1 / 3 / 1 / 10;
  justify-self: stretch;
  align-self: stretch;
}

.LGT-HPnextevent > div > div > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-column-gap: var(--LGTspace, 15px);
  column-gap: var(--LGTspace, 15px);
}
*/
/* .LGT-HPnextevent:not(:empty) {
  border-bottom: 1px solid;
} */

.LGT-HPnextevent h3.LGTpanel__title {
  border-top: none;
  padding: 0;
  /* margin: auto!important; */
}

.LGT-HPnextevent,
.LGT-HPnextevent .dp-module-upcoming-simple-event,
.LGT-HPnextevent .event-date-container,
.LGT-HPnextevent .event-date-container > div {
  display: flex;
  align-items: center;
}

.LGT-HPnextevent .event-date-container > div {
  font-size: var(--LGTtypesize-l-2);
  flex-direction: column;
  margin-left: 10px;
}

/* .LGT-HPnextevent > div,
.LGT-HPnextevent .dp-module-upcoming-simple-event > a {
  margin-left: var(--LGTspace, 15px);
} */

.LGT-HPnextevent > .dp-module-upcoming-root {
  flex-grow: 1;
}

.LGT-HPnextevent .dp-module-upcoming-simple-event > a {
  font-size: var(--LGTtypesize-l-1);
  font-weight: 700;
  color: var(--LGTcolor-ink, #222222);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* .LGT-HPnextevent .dp-module-upcoming-simple-event > a span::after {
  content: ">";
  text-decoration: none;
  margin-left: 8px;
  display: inline-block;
} */

.LGT-HPnextevent .event-date-container span.event-day {
  /* font-size: var(--LGTtypesize-l-6); */
  position: relative;
  padding-left: .5em;
}

.LGT-HPnextevent .event-date-container span.event-day::before {
  content: "•";
  color: var(--LGTcolor-primary);
  position: absolute;
  top: -.1em;
  left: 0;
}

.LGT-HPnextevent .event-date-container > div span + span {
  font-size: var(--LGTtypebase);
  font-weight: 100;
  width: 100%;
}

@media (max-width: 500px) {
  .LGT-HPnextevent {
    flex-direction: column;
    align-items: flex-start;
    padding: calc(var(--LGTbaseunit) *2) 0;
  }

  .LGT-HPnextevent h3.LGTpanel__title {
    margin-bottom: var(--LGTbaseunit)!important;
  }

  .LGT-HPnextevent .event-date-container > div,
  .LGT-HPnextevent .event-date-container span.event-day {
    font-size: var(--LGTtypesize-l-1);
  }

  .LGT-HPnextevent .event-date-container > div {
    display: block;
  }

  .LGT-HPnextevent .event-date-container > div span + span {
    margin-left: 8px;
  }

  .LGT-HPnextevent .dp-module-upcoming-simple-event > a {
    margin-left: 0;
  }
}
#dp-event-form-container .dp-event-form-free-information-text {
  display: none;
}
/* END MY NEXT EVENT - DP Calendar Upcoming Event */


/* MAIN CONTENT HP */
.LGT-HPmainNews {
  position: relative;
  padding-top: 2.64em;
}

.LGT-HPmainNews .pos-extraheader {
  position: absolute;
  top: 0;
}

.STEPX-page__privacy .LGTpanel--main-top > h3,
.LGTpanel--top-a > .uk-panel-title,
.LGT-notifications .uk-panel-title,
.LGT-HPmainNews .pos-extraheader h3,
h3.LGTpanel__title,
#yoo-zoo > div > h3.uk-panel-title,
.LGTbreadcrumbs ul li {
  font-size: var(--LGTtypesize);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
.LGT-HPmainNews div.media-top {
  position: relative;
  margin: 0;
}

.LGT-HPmainNews .media-top .LGTimgplaceholder {
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 75.94%;
  background: var(--LGTcolor-neutral-dark);
}

.LGT-HPmainNews .media-top .LGTimgplaceholder + a {
  position: absolute;
  display:  block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover;
}
*/

.LGT-HPmainNews .title {
  font-size: var(--LGTtypesize-l-4); 
}

.LGT-HPmainNews .title a/*,
.LGT-HPfocusNews .title a*/ {
  text-decoration: none;
  color: var(--LGTcolor-ink);
}

.LGT-HPmainNews .pos-categoria {
  margin-top: var(--LGTspace, 15px);
  margin-bottom: var(--LGTspace, 15px);
}

.LGT-HPmainNews .pos-categoria > a {
  text-transform: uppercase;
  text-decoration: none;
}

.LGT-HPmainNews .pos-categoria .LGTdate,
div.element-itempublish_up {
  display: inline-block;
  color: var(--LGTcolor-ink-extralight);
}

.LGT-HPmainNews h2.pos-subtitle {
  margin-top: var(--LGTspace, 15px);
  margin-bottom: var(--LGTspace, 15px);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  color: var(--LGTcolor-ink);
}

/*
.LGT-HPmainNews .pos-meta .element {
  display: inline-block;
  line-height: 1.375em;
}

.LGT-HPmainNews .pos-meta .element > * {
  display: inline-block;
}

.LGT-HPmainNews .pos-meta .element.element-itemhits,
.LGT-HPmainNews .pos-meta .element.element-itemcommentslink a,
.LGT-HPmainNews .pos-meta .element.element-countlike .countlike {
  margin-right: 1.375em;
  color: var(--LGTcolor-ink);
  text-decoration: none;
}

.LGT-HPmainNews .pos-meta .element.element-itemhits::before,
.LGT-HPmainNews .pos-meta .element.element-itemcommentslink a::before,
.LGT-HPmainNews .pos-meta .element.element-countlike .countlike::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.375em;
  margin-right: .2em;
  vertical-align: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.LGT-HPmainNews .pos-meta .element.element-itemhits::before {
  background-image: url(../images/icons/STEPX_ICO__news--views.svg);
}
.LGT-HPmainNews .pos-meta .element.element-itemcommentslink a::before {
  background-image: url(../images/icons/STEPX_ICO__news--comments.svg);
}

.LGT-HPmainNews .pos-meta .element.element-countlike .countlike::before {
  background-image: url(../images/icons/STEPX_ICO__news--like.svg);
}

.LGT-HPmainNews .pos-meta .element.element-countlike .countlike.nolike,
.LGT-HPmainNews .pos-meta .element.element-itemcommentslink a:empty {
  display: none;
}
*/


.LGT-HPmainNews .media-top img {
  width: 100%;
}

@media (min-width: 800px) and (max-width: 1023px),
       (min-width:  1200px) {
  .LGT-HPmainNews > ul > li > div {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-template-rows: 1fr auto 1fr;
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
  }

  .LGT-HPmainNews .media-top {
    grid-area: 1 / 1 / 4 / 7;
    justify-self: stretch;
    align-self: stretch;
  }

  .LGT-HPmainNews .newsTopGroup {
    grid-area: 2 / 6 / 3 / 10;
    z-index: 1;
    background:  var(--LGTcolor-neutral-extralight);
    margin-left: calc(var(--LGTspace,15px)*-1);
    padding: 0 0 var(--LGTspace,15px) var(--LGTspace,15px);
  }

  .LGT-HPmainNews {
    padding-top: 0;
    margin-top: var(--LGTspace, 15px);
  }

  .LGT-HPmainNews .pos-extraheader {
    position: static;
  }

}
/* END MAIN CONTENT HP */


/* FOCUS LOCAL NEWS (Homepage) - Items Everywhere + FAVORITE NEWS (Profile) - Favorites */
div.LGT-HPfocusNews ul.zoo-list,
div.LGT-PROFILEfavoriteNews ul.zoo-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--LGTbaseunit) * -1);
}

div.LGT-HPfocusNews ul.zoo-list li,
div.LGT-PROFILEfavoriteNews ul.zoo-list li {
  padding-left: var(--LGTbaseunit);
  flex: 0 0 50%;
  margin-bottom: var(--LGTbaseunit);
}

div.LGT-HPfocusNews ul.zoo-list li > div,
div.LGT-PROFILEfavoriteNews ul.zoo-list li > div {
  display: flex;
}

div.LGT-HPfocusNews ul.zoo-list li > div div.media,
div.LGT-PROFILEfavoriteNews ul.zoo-list li > div div.media {
  margin-top: 0;
  margin-right: var(--LGTbaseunit);
  flex: 0 0 calc(var(--LGTbaseunit) * 6.5);
  height: calc(var(--LGTbaseunit) * 6.5);
}

div.LGT-HPfocusNews ul.zoo-list li > div div.media img,
div.LGT-PROFILEfavoriteNews ul.zoo-list li > div div.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.LGT-HPfocusNews ul.zoo-list li > div div.content,
div.LGT-PROFILEfavoriteNews ul.zoo-list li > div div.content {
  flex-grow: 1;
}

div.LGT-HPfocusNews ul.zoo-list li div.meta,
div.LGT-PROFILEfavoriteNews ul.zoo-list li div.meta {
  color: var(--LGTcolor-ink-extralight);
}

/*
.LGT-HPfocusNews .title a {
  font-size: var(--LGTtypesize-l-1);
}
*/

@media (max-width: 759px) {
  div.LGT-HPfocusNews ul.zoo-list,
  div.LGT-PROFILEfavoriteNews ul.zoo-list {
    flex-direction: column;
    margin-left: 0;
  }

  div.LGT-HPfocusNews ul.zoo-list li,
  div.LGT-PROFILEfavoriteNews ul.zoo-list li {
    padding-left: 0;
  }

  div.LGT-HPfocusNews ul.zoo-list li > div div.media,
  div.LGT-PROFILEfavoriteNews ul.zoo-list li > div div.media {
    /*flex: 0 0 calc(var(--LGTbaseunit) * 4);
    height: calc(var(--LGTbaseunit) * 4);*/
    flex: 0 0 120px;
    height: 120px;
  }
}

@media (min-width: 1024px) and (max-width: 1179px) {
  div.LGT-HPfocusNews ul.zoo-list,
  div.LGT-PROFILEfavoriteNews ul.zoo-list {
    flex-direction: column;
    margin-left: 0;
  }

  div.LGT-HPfocusNews ul.zoo-list li,
  div.LGT-PROFILEfavoriteNews ul.zoo-list li {
    padding-left: 0;
  }

  div.LGT-HPfocusNews ul.zoo-list li > div div.media,
  div.LGT-PROFILEfavoriteNews ul.zoo-list li > div div.media {
    width: calc(var(--LGTbaseunit) * 4);
    height: calc(var(--LGTbaseunit) * 4);
  }
}
/* END FOCUS LOCAL NEWS (Homepage) - Items Everywhere + FAVORITE NEWS (Profile) - Favorites */


/* LATEST NEWS (Homepage) - Zoo item + RELATED NEWS (Full news layout) - Related Items Pro + CATEGORY TEASERS */
.LGT-HPlatestNews ul.zoo-list,
#yoo-zoo.blog-default div.items > div,
#yoo-zoo div.pos-related ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--LGTbaseunit) * -1);
}

.LGT-HPlatestNews ul.zoo-list li,
#yoo-zoo.blog-default div.items > div > div.teaser-item,
#yoo-zoo div.pos-related ul li {
  padding-left: var(--LGTbaseunit);
  flex: 0 0 33.3333%;
  margin-bottom: var(--LGTbaseunit);
}

#yoo-zoo.blog-default div.items > div > div.teaser-item {
  flex: 0 0 25%;
}

@media (max-width: 959px) {
  #yoo-zoo.blog-default div.items > div > div.teaser-item {
    flex: 0 0 33.33333%;
  }
}

@media (max-width: 720px) {
  #yoo-zoo.blog-default div.items > div > div.teaser-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 500px) {
  #yoo-zoo.blog-default div.items > div > div.teaser-item {
    flex: 0 0 100%;
  }
}

.LGT-HPlatestNews ul.zoo-list li > div,
#yoo-zoo.blog-default div.items > div > div.teaser-item > div,
#yoo-zoo div.pos-related ul li > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.LGT-HPlatestNews ul.zoo-list li > div div.media,
#yoo-zoo.blog-default div.items > div > div.teaser-item div.pos-media,
#yoo-zoo div.pos-related ul li > div div.media {
  margin-bottom: 0;
}

.LGT-HPlatestNews ul.zoo-list li > div div.media img,
#yoo-zoo.blog-default div.items > div > div.teaser-item div.pos-media img,
#yoo-zoo div.pos-related ul li > div div.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.LGT-HPlatestNews ul.zoo-list li div.content,
#yoo-zoo.blog-default div.items > div > div.teaser-item div.content,
#yoo-zoo div.pos-related ul li div.content {
  background: var(--LGTcolor-neutral-light, #FAFAFA);
  /*padding: var(--LGTbaseunit) calc(var(--LGTbaseunit) * 2);*/
  padding: var(--LGTbaseunit) calc(var(--LGTbaseunit) * 1.5);
  flex-grow: 1;

  display: flex;
  flex-direction: column;
}

#yoo-zoo div.pos-related ul li div.content,
#yoo-zoo.blog-default div.items > div > div.teaser-item div.content {
  padding: var(--LGTbaseunit);
}

.LGT-HPlatestNews ul.zoo-list li div.content div.description,
#yoo-zoo div.pos-related ul li div.content div.description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.LGT-HPlatestNews ul.zoo-list li div.content div.description div.element-itempublish_up,
#yoo-zoo div.pos-related ul li div.content div.description div.element-itempublish_up,
#yoo-zoo.blog-default div.items > div > div.teaser-item div.content div.element-itempublish_up {
  margin-top: auto;
  /*margin-bottom: var(--LGTspace, 15px);*/
}

/*
@media (max-width: 500px) {
  .LGT-HPlatestNews ul.zoo-list {
    flex-direction: column;
    margin-left: 0;
  }

  .LGT-HPlatestNews ul.zoo-list li {
    padding-left: 0;
  }

  .LGT-HPlatestNews ul.zoo-list li > div div.media {
    width: calc(var(--LGTbaseunit) * 4);
    height: calc(var(--LGTbaseunit) * 4);
  }
}
*/

@media (max-width: 500px) {
  .LGT-HPlatestNews ul.zoo-list li:first-child,
  #yoo-zoo.blog-default div.items > div,
  #yoo-zoo div.pos-related ul li {
    flex: 0 0 100%;
  }

  .LGT-HPlatestNews ul.zoo-list li:not(:first-child) {
    flex: 0 0 50%;
  }
}
/* END LATEST NEWS (Homepage) - Zoo item + RELATED NEWS (Full news layout) - Related Items Pro + CATEGORY TEASERS */


/* FLASH NEWS (Homepage) - Zoo item */
.LGT-HPflashNews div.zoo-item-carousel {
  width: 100vw;
  margin: 0 calc(var(--LGTspace, 15px) * -1);
}

.LGT-HPflashNews ul {
  display: flex;
  overflow: auto hidden;
  padding-bottom: var(--LGTbaseunit);
}

.LGT-HPflashNews ul li {
  position: relative;
  margin-right: var(--LGTbaseunit);
  margin-top: 0;
}

.LGT-HPflashNews ul li > div,
.LGT-HPflashNews div.item > div {
  height: 100%;
  padding: var(--LGTbaseunit) calc(var(--LGTbaseunit) / 2);
  background: var(--LGTcolor-neutral-light, #FAFAFA);
}

.LGT-HPflashNews div.item > div {
  min-height: 240px;
}

div.yoo-zoo.blog-default-flash-news div.teaser-item span.element-itempublish_up,
.LGT-HPflashNews ul li > div div.pos-categoria,
.LGT-HPflashNews div.item > div div.pos-categoria {
  color: var(--LGTcolor-ink-extralight);
}

div.yoo-zoo.blog-default-flash-news div.teaser-item div.pos-content,
.LGT-HPflashNews ul li > div div.description,
.LGT-HPflashNews div.item > div div.description {
  margin-top: var(--LGTbaseunit);
}

div.yoo-zoo.blog-default-flash-news div.teaser-item div.pos-media {
  position: absolute!important;
  top: calc(var(--LGTbaseunit) / 2);
  right: calc(var(--LGTbaseunit) / 2);
}

div.yoo-zoo.blog-default-flash-news div.teaser-item div.pos-media a,
.LGT-HPflashNews div.media a {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  display: inline-block;
  background: var(--LGTcolor-primary);
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO_attachment.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

div.yoo-zoo.blog-default-flash-news div.items {
  margin: 0;
}

div.yoo-zoo.blog-default-flash-news div.teaser-item {
  position: relative;
}

div.yoo-zoo.blog-default-flash-news div.items > div {
  margin-left: 0;
}

div.yoo-zoo.blog-default-flash-news div.items > div > div.teaser-item {
  flex: 0 0 100%!important;
  padding-left: 0;
}

@media (min-width: 760px) {
  div.yoo-zoo.blog-default-flash-news div.items {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
    max-width: 1500px;
  }

  div.yoo-zoo.blog-default-flash-news div.items > div {
    grid-area: 1 / 2 / 1 / 10;
  }
}

@media (max-width: 1023px) {
  .LGT-HPflashNews ul li {
    min-width: min(300px, calc(100vw - 80px));
    flex: 0 0 calc(65% - var(--LGTbaseunit) * 0.666666)
  }
}

@media (min-width: 1024px) {
  .LGT-HPflashNews ul li {
    flex: 0 0 calc(33.3333% - var(--LGTbaseunit) * 0.666666);
    flex: 0 0 calc(65% - var(--LGTbaseunit) * 0.666666);
  }
}

@media (min-width: 1400px) {
  .LGT-HPflashNews ul li {
    flex: 0 0 calc(33.3333% - var(--LGTbaseunit) * 0.666666);
    flex: 0 0 calc(40% - var(--LGTbaseunit) * 0.666666);
  }
}
/* END FLASH NEWS (Homepage) - Zoo item */


/* MOST READ NEWS (Homepage) - Zoo item custom */
.LGT-HPmostreadNews .zoo-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--LGTbaseunit) * -1);
}

.LGT-HPmostreadNews .zoo-list li {
  padding-left: var(--LGTbaseunit);
  flex: 0 0 33.3333%;
  margin-bottom: var(--LGTbaseunit);
}

.LGT-HPmostreadNews .zoo-list li > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.LGT-HPmostreadNews .zoo-list li .media {
  margin-bottom: 0;
}

.LGT-HPmostreadNews .zoo-list li .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.LGT-HPmostreadNews .zoo-list li .content {
  background: var(--LGTcolor-neutral-extralight, #fff);
  /*padding: var(--LGTbaseunit);*/
  padding: calc(var(--LGTbaseunit) * .5);
  margin: calc(var(--LGTbaseunit) * -2) calc(var(--LGTbaseunit) * .5) 0 calc(var(--LGTbaseunit) * .5);
  z-index: 0;
}

.LGT-HPmostreadNews .zoo-list li .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.LGT-HPmostreadNews .zoo-list li .content .description {
  /* flex-grow: 1; */
  display: flex;
  flex-direction: column;
}

.LGT-HPmostreadNews .zoo-list li .content .description .element-itempublish_up,
#yoo-zoo.blog-default .items > div > .teaser-item .content .element-itempublish_up {
  margin-top: auto;
  margin-bottom: var(--LGTspace, 15px);
}

@media (max-width: 500px) {
  .LGT-HPmostreadNews .zoo-list li:first-child {
    flex: 0 0 100%;
  }

  .LGT-HPmostreadNews .zoo-list li:not(:first-child) {
    flex: 0 0 50%;
  }
}
/* END MOST READ NEWS (Homepage) - Zoo item custom */


/* CALENDAR */
div.LGT-calendar {
  padding: var(--LGTbaseunit);
  border-radius: var(--LGTbaseunit);
  -webkit-box-shadow: 0px -1px 40px 5px #CCCCCC;
  -moz-box-shadow: 0px -1px 40px 5px #CCCCCC;
  -o-box-shadow: 0px -1px 40px 5px #CCCCCC;
  box-shadow: 0px -1px 40px 5px #CCCCCC;
  color: var(--LGTcolor-ink-extralight);
  background: #fff;
}

div.LGT-calendar .dpcalendar-loader {
  display: inline-block;
  width: 40px;
  height: 40px;
}
div.LGT-calendar .dpcalendar-loader:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 4px;
  border-radius: 50%;
  border: 3px solid var(--LGTcolor-neutral-90a);
  border-color: var(--LGTcolor-neutral-90a) transparent var(--LGTcolor-neutral-90a) transparent;
  animation: dpcalendar-loader 1.2s linear infinite;
}
@keyframes dpcalendar-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

div.LGT-calendar .dpcalendar-loader img {
  display: none;
}

div.STEPX-toolbarpanel div.LGT-calendar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  
}

div.LGT-calendar .fc-header-toolbar {
  position: relative;
}

div.LGT-calendar .fc-header-toolbar h2 {
  text-transform: uppercase;
  font-size: var(--LGTtypesize-l-1);
  color: var(--LGTcolor-ink-extralight);
}

div.LGT-calendar .fc-header-toolbar button.fc-prev-button,
div.LGT-calendar .fc-header-toolbar button.fc-next-button {
  position: absolute;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--LGTcolor-ink-extralight);
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

div.LGT-calendar .fc-header-toolbar button.fc-next-button {
  right: 0;
}

div.LGT-calendar .fc-head {
  margin-bottom: calc(var(--LGTbaseunit) / 2);
  display: inline-block;
}

div.LGT-calendar .fc-head th {
  text-transform: uppercase;
  color: var(--LGTcolor-ink-extralight);
  font-weight: 600;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
  font-weight: 100;
  font-size: 30px;
  top: -16%;
  color: var(--LGTcolor-ink-extralight);
} 

.fc-icon-left-single-arrow:after {
  right: -12%;
}

.fc-icon-right-single-arrow:after {
  left: -12%;
}

div.LGT-calendar .fc-unthemed .fc-content, 
div.LGT-calendar .fc-unthemed .fc-divider, 
div.LGT-calendar .fc-unthemed .fc-list-heading td, 
div.LGT-calendar .fc-unthemed .fc-list-view, 
div.LGT-calendar .fc-unthemed .fc-popover, 
div.LGT-calendar .fc-unthemed .fc-row, 
div.LGT-calendar .fc-unthemed tbody, 
div.LGT-calendar .fc-unthemed td, 
div.LGT-calendar .fc-unthemed th, 
div.LGT-calendar .fc-unthemed thead {
  border: none;
}

div.LGT-calendar .fc-row .fc-content-skeleton {
  padding-bottom: 0;
}

div.LGT-calendar .fc-row .fc-content-skeleton,
div.LGT-calendar .fc .fc-row .fc-content-skeleton table, 
div.LGT-calendar .fc .fc-row .fc-content-skeleton td, 
div.LGT-calendar .fc .fc-row .fc-helper-skeleton td,
div.LGT-calendar .fc-unthemed thead {
  height: 100%;
  text-align: center;
}

div.LGT-calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
  padding: 0;
}

div.LGT-calendar .fc .fc-row .fc-content-skeleton td {
  vertical-align: middle;
  position: relative;
}

div.LGT-calendar .fc-unthemed td.fc-today {
  background: none;
}

div.LGT-calendar .fc-unthemed td.fc-sat,
div.LGT-calendar .fc-unthemed td.fc-sun {
  background: var(--LGTcolor-neutral-light, #FAFAFA);
}

div.LGT-calendar .fc-event {
  /* position: absolute; */
  background: none!important;
  /* border: 2px solid var(--LGTcolor-primary)!important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  top: 50%;
  margin-top: -26px!important;
  left: 50%;
  margin-left: -14px!important; */
  height: 30px;
  border: none;
}

.LGT-calendar .fc-event-container[colspan] .fc-start::before,
.LGT-calendar .fc-event.fc-not-end.fc-start::before ,
.LGT-calendar .fc-event-container[colspan] .fc-event.fc-end::after,
.LGT-calendar .fc-event.fc-not-start.fc-end::after,
.LGT-calendar .fc-event-container:not([colspan]) .fc-event.fc-start.fc-end::before {
  content: "";
  position: absolute;
  background: none;
  border: 2px solid var(--LGTcolor-primary) !important;
  width: 30px;
  height: 30px;
  /* box-sizing: border-box; */
}

.LGT-calendar .fc-event-container[colspan] .fc-start::before,
.LGT-calendar .fc-event.fc-not-end.fc-start::before {
  top: 0;
  left: 3px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.LGT-calendar .fc-event-container[colspan] .fc-event.fc-end::after,
.LGT-calendar .fc-event.fc-not-start.fc-end::after {
  top: 0;
  right: 3px;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.LGT-calendar .fc-event-container:not([colspan]) .fc-event.fc-start.fc-end::before {
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.LGT-calendar .fc-event-container .fc-day-grid-event {
  margin-top: -30px;
}

/* Handling double events */
div.LGT-calendar div.fc-week div.fc-content-skeleton tbody tr:nth-child(2) .fc-event {
  /* width: 38px;
  height: 38px;
  margin-top: -33px!important;
  margin-left: -21px!important; */
  /* z-index: -1; */
}


div.LGT-calendar .fc-event .fc-content {
  display: none;
}

div.LGT-calendar .fc-list-item-time {
  display: none;
}

@media (min-width: 768px) {
  div.LGT-calendar .fc-unthemed .fc-content span {
    display: none;
  }
}

div.LGT-calendar div.fc-scroller.fc-day-grid-container {
  overflow: visible!important;
}
/* END CALENDAR */


/* REPOSITORY */
div.STEPX-repository--toolbar ul.zoo-list li {
  background: var(--LGTcolor-neutral-extralight);
  color: var(--LGTcolor-ink);
  padding: 1em;
}

div.STEPX-repository--toolbar ul.zoo-list li + li {
  margin-top: var(--LGTbaseunit);
}

div.STEPX-repository--toolbar ul.zoo-list li p:empty,
div.STEPX-repository--toolbar ul.zoo-list li p.links,
div.STEPX-repository--toolbar ul.zoo-list li form[name="scarica_file"] input[type="submit"],
div.STEPX-repository--toolbar ul.zoo-list li form[name="scarica_file"] br {
  display: none;
}

div.STEPX-repository--toolbar ul.zoo-list li h3.title {
  margin: 0;
}

div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta {
  margin-top: var(--LGTspace);
  color: var(--LGTcolor-ink-extralight);
}

html[lang="en"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before { content: "Last modified: "; }
html[lang="it"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before,
html[lang="it-it"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before { content: "Last modified: "; }
html[lang="es"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before,
html[lang="es-es"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before { content: "Última modificación: "; }
html[lang="fr"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before,
html[lang="fr-fr"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before { content: "Dernière modification: "; }
html[lang="pt"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before,
html[lang="pt-pt"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before { content: "Última modificação: "; }
html[lang="ro"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before,
html[lang="ro-ro"] div.STEPX-repository--toolbar ul.zoo-list li div.pos-meta::before { content: "Modificat ultima: "; }

div.STEPX-repository--toolbar ul.zoo-list li form[name="scarica_file"] a {
  color: var(--LGTcolor-ink);
  text-decoration: none;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  padding-right: 30px;
}

div.STEPX-repository--toolbar ul.zoo-list li form[name="scarica_file"] a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/templates/yoo_moreno_community/images/icons/STEPX_ICO__repository--download.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}
/* END REPOSITORY */


/* TRAINING */
div.LGT-training > div.badge {
  background: var(--LGTcolor-neutral-extralight);
  color: var(--LGTcolor-ink);
  /*padding: var(--LGTbaseunit) var(--LGTbaseunit) 0;*/
}

div.LGT-training > div.badge + div.badge {
  margin-top: var(--LGTbaseunit);
}

div.LGT-training > div.badge div.badge-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

div.LGT-training > div.badge div.badge-header > div:first-child {
  flex-grow: 1;
  margin-right: 15px;
}

div.LGT-training > div.badge div.badge-header div.toggle {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO_toggle.svg");
  cursor: pointer;
}

div.LGT-training > div.badge div.badge-title {
  font-size: var(--LGTtypesize-l-1);
  font-weight: 700;
}

div.LGT-training > div.badge div.badge-description + div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

div.LGT-training > div.badge div.badge-steps {
  color: var(--LGTcolor-primary);
  text-transform: uppercase;
  font-weight: 700;
}

div.LGT-training > div.badge div.badge-bar-container {
  height: 10px;
  background: var(--LGTcolor-primary-20a);
  flex: 0 0 66.6666%;
  position: relative;
}

div.LGT-training > div.badge div.badge-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--LGTcolor-primary);
}

div.LGT-training > div.badge div.detail-actions {
  display: none;
}

div.LGT-training > div.badge.open div.detail-actions {
  display: block;
}

div.LGT-training > div.badge.open div.badge-header div.toggle {
  transform: rotate(180deg);
}

div.LGT-training > div.badge div.action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
}

div.LGT-training > div.badge div.action a,
div.LGT-training > div.badge div.action a:focus,
div.LGT-training > div.badge div.action a:hover {
  color: var(--LGTcolor-ink);
}

div.LGT-training > div.badge div.action.checked {
  background-color: var(--LGTcolor-primary);
}

div.LGT-training > div.badge div.action:not(.checked) {
  background-color: var(--LGTcolor-primary-20a);
}

div.LGT-training > div.badge div.action div.action-thumb {
  width: 46px;
  height: 46px;
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO__training--default.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  flex: 0 0 46px;
}

div.LGT-training > div.badge div.action div.action-thumb.visualizzato-video-di-una-notizia {
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO__training--video.svg");
}

div.LGT-training > div.badge div.action div.action-info {
  /*margin: 0 var(--LGTspace, 15px);*/
  margin: 0 15px;
  flex-grow: 1;
}

div.LGT-training > div.badge div.action div.action-info > div:first-child {
  display: flex;
  flex-direction: column;
}

div.LGT-training > div.badge div.action div.action-info div.action-title {
  font-weight: 700;
  text-transform: uppercase;
}

div.LGT-training > div.badge div.action div.action-info div.action-title a {
  text-decoration: none;
}

div.LGT-training > div.badge div.action div.action-info div.action-duration {
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO_clock.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position: 0 35%;
}

div.LGT-training > div.badge div.action div.action-info div.action-duration::after {
  content: " min.";
}

div.LGT-training > div.badge div.action div.action-check {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;

  background-color: #FF2F2A;
  border-radius: 50%;
  flex: 0 0 25px;
}

div.LGT-training > div.badge div.action div.action-check.checked {
  background-color: transparent;
  border-radius: 0;
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO__training--checked.svg");
}
/* END TRAINING */


/* FOOTER - SOCIAL MENU */
div.LGT-footermenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

div.LGT-footermenu ul li {
  margin: 0;
  margin-right: var(--LGTbaseunit);
}

div.LGT-footermenu ul li a {
  color: var(--LGTcolor-ink);
  text-decoration: none;
}

div.LGT-footermenu:not(.LGT-footermenu--social) ul li {
  padding-right: var(--LGTbaseunit);
  position: relative;
}

div.LGT-footermenu:not(.LGT-footermenu--social) ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  margin-left: auto;
}

div.LGT-footermenu:not(.LGT-footermenu--social) ul li:last-child img {
  height: auto;
  width: 160px;
}

div.LGT-footermenu:not(.LGT-footermenu--social) ul li:not(:last-child):not(:nth-last-child(2))::after {
  content: "";
  width: 1px;
  height: 12px;
  background: var(--LGTcolor-ink);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

div.LGT-footermenu {
  width: 100%;
}

@media (max-width: 500px) {
  div.LGT-footermenu:not(.LGT-footermenu--social) ul {
    flex-wrap: wrap;
  }

  div.LGT-footermenu:not(.LGT-footermenu--social) ul li:last-child {
    flex-basis: 100%;
    text-align: center;
    margin-top: calc(var(--LGTspace) * 2);
  }
}

@media (min-width: 768px) {
  div.LGT-footermenu {
    max-width: 75%;
  }

  div.LGT-footermenu ul {
    justify-content: left;
  }

  div.LGT-footermenu.LGT-footermenu--social {
    max-width: 25%;
  }
}
/* END FOOTER - SOCIAL MENU */


/* TRAINING on /training page */
/* Training */
@media (min-width: 760px) {
  body.STEPX-page__training div.LGTpanel--main-top.LGT-training {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
    max-width: 1500px;
  }
}
/* END Training */
body.STEPX-page__training div.LGTpanel--main-top.LGT-training h3.LGTpanel__title {
  grid-area: 1 / 1 / 1 / 10;
}

body.STEPX-page__training div.LGTpanel--main-top.LGT-training h3.LGTpanel__title + p {
  grid-area: 2 / 1 / 2 / 10;
}

body.STEPX-page__training div.LGTpanel--main-top.LGT-training div.badges {
  grid-area: 3 / 2 / 3 / 10;
}

body.STEPX-page__training div.LGTpanel--main-top.LGT-training div.badge {
  border: 1px solid;
}

body.STEPX-page__training div.LGTpanel--main-top.LGT-training div.badge div.action {
  border-top: 1px solid;
}

@media (max-width: 1199px) {
  body.STEPX-page__training div.LGTpanel--main-top.LGT-training h3.LGTpanel__title {
    grid-area: 1 / 1 / 1 / span 12;
  }
  
  body.STEPX-page__training div.LGTpanel--main-top.LGT-training h3.LGTpanel__title + p {
    grid-area: 2 / 1 / 2 / span 12;
  }

  body.STEPX-page__training div.LGTpanel--main-top.LGT-training div.badges {
    grid-area: 3 / 1 / 3 / span 12;
  }
}
/* END TRAINING on /training page */


/* BREADCRUMBS */
.LGTbreadcrumbs ul {
  display: flex;
  margin: var(--LGTspace) 0;
  padding: 0;
  list-style: none;
  font-size: var(--LGTtypesize-l-1, 20px);
}

.LGTbreadcrumbs ul li {
  margin: 0;
}

/* .LGTbreadcrumbs ul li:not(:first-child):not(:last-child)::after {
  content: ">";
  margin: 0 .5em;
} */

/* .LGTbreadcrumbs ul li:first-child {
  display: none;
} */

.LGTbreadcrumbs ul li:not(.uk-active) {
  color: var(--LGTcolor-neutral-extradark);
}

.LGTbreadcrumbs ul li.uk-active {
  /* font-weight: 700; */
}

.LGTbreadcrumbs ul li a {
  color: var(--LGTcolor-ink);
  text-decoration: none;
}
/* END BREADCRUMBS */


/* CATEGORIES MENU */
div.LGTcategories__menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}

div.LGTcategories__menu ul li {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 5px 8px;
  margin-bottom: -3px;
  border-bottom: 3px solid var(--LGTcolor-neutral-light);
}

div.LGTcategories__menu ul li a {
  position: relative;
  display: block;
  padding: 13px var(--LGTspace);
  text-transform: uppercase;
  text-decoration: none;
  outline-offset: calc(var(--LGTspace)/ -3);
  white-space: nowrap;
}

div.LGTcategories__menu ul li.uk-active a {
  font-weight: 600;
}

.LGTcategories__menu ul li > a::before {
  left: 15%;
  right: 15%;
  top: auto;
  bottom: 0;
}

div.LGTcategories__menu ul li:not(.uk-active) a {
  background-color: var(--LGTcolor-neutral-light, #FAFAFA);
  color: var(--LGTcolor-neutral-extradark);
  transition: all .2s ease-in;
}

div.LGTcategories__menu ul li:not(.uk-active) a:hover {
  background-color: var(--LGTcolor-neutral-extralight);
  color: var(--LGTcolor-ink);
}

body.STEPX-page__FW21 div.LGTcategories__menu ul li:not(.uk-active) a {
  background-color: var(--LGTcolor-neutral-extralight, #fff);
  color: var(--LGTcolor-ink);
}
/* END CATEGORIES MENU */


/* REPOSITORY FULL PAGE */
@media (min-width: 760px) {
  div.STEPX-repository {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
    max-width: 1500px;
  }

  div.STEPX-repository > h3 {
    grid-area: 1 / 1 / 1 / 10;
  }

  div.STEPX-repository > p {
    grid-area: 2 / 1 / 2 / 10;
  }

  div.STEPX-repository > div.tabella-offerta {
    grid-area: 3 / 2 / 3 / 10;
  }
}

div.STEPX-repository > div.tabella-offerta ul.categories {
  padding: 10px 0 6px 0;
  background-color: var(--LGTcolor-neutral-light);
  text-align: center;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

div.STEPX-repository > div.tabella-offerta ul.categories.second-level {
  background-color: transparent;
  /* text-align: left; */
  margin-bottom: 2em;
}

div.STEPX-repository > div.tabella-offerta ul.categories li {
  border-radius: 2.5em;
  border: none;
  margin: 0;
  min-height: 30px;
  line-height: 30px;
}

div.STEPX-repository > div.tabella-offerta ul.categories li:before {
  display: none;
}

div.STEPX-repository > div.tabella-offerta ul.categories li {
  border: 1px solid;
  margin: 0 2px 4px 2px;
}

div.STEPX-repository > div.tabella-offerta ul.categories li.active {
  background-color: var(--LGTcolor-primary);
}

div.STEPX-repository > div.tabella-offerta ul.categories.second-level li.active {
  background-color: var(--LGTcolor-neutral);
}

div.STEPX-repository > div.tabella-offerta div.teaser-items > div + div {
  margin-top: var(--LGTspace);
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item {
  color: var(--LGTcolor-ink);
  border: 1px solid;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item > * {
  padding: 15px;
  margin: 0;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item > h2.pos-title {
  text-transform: uppercase;
  font-size: var(--LGTtypesize-l-1);
  position: relative;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item > h2.pos-title a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/templates/yoo_moreno_community/images/icons/STEPX_ICO_toggle.svg);
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item.active > h2.pos-title a::after {
  transform: rotate(180deg);
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item > h2.pos-title a {
  color: var(--LGTcolor-ink);
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding-right: calc(var(--LGTbaseunit) * 2);
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item > h2.pos-title a::before {
  background-image: url(/templates/yoo_moreno_community/images/icons/STEPX_ICO__repository--folder.svg);
  content: "";
  width: 29px;
  height: 29px;
  background-size: 29px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: .5em;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList {
  margin: -15px;
  padding: 0;
  list-style: none;
  background-color: var(--LGTcolor-neutral-light);
  background-color: var(--LGTcolor-neutral-light);
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li {
  border-top: 1px solid;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 0;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li:last-child {
  border-bottom: 1px solid;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > *:not(:last-child) {
  margin-right: 15px;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > a.download {
  margin-right: 0;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li button.btn-download-later {
  display: none;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label {
  flex-grow: 1;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label > div {
  display: flex;
  align-items: center;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label a {
  color: var(--LGTcolor-ink);
  font-size: var(--LGTtypesize-l-1);
  font-weight: 600;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label span.size,
div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label span.data_file {
  color: var(--LGTcolor-ink-extralight);
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label span.size {
  font-weight: 600;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label > div a,
div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label > div span.size {
  margin-left: 10px;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label span.data_file {
  font-size: var(--LGTtypesize-s-1);
  width: 100%;
  float: left;
  margin-left: 34px;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label span.size::before {
  content: "(";
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label span.size::after {
  content: ")";
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li a.button {
  flex: 0 0 29px;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item div.teaser-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item div.teaser-item-footer div.selected-items i {
  font-style: normal;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item div.teaser-item-footer div.selected-items + input {
  margin: 0;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item div.teaser-item-footer {
  display: none;
}



/* Styling checkboxes */
div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item span.checkmark {
  position: relative;
  height: 24px;
  width: 24px;
  flex: 0 0 24px;
  border-radius: 12px;
  background-color: var(--LGTcolor-neutral-extralight);
  display: inline-block;
  border: 1px solid var(--LGTcolor-ink);
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item input[type="checkbox"]:checked ~ span.checkmark {
  background-color: var(--LGTcolor-primary);
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/templates/yoo_moreno_community/images/icons/STEPX_ICO__repository--checked.svg);
  border: none;
}

/*
div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item span.checkmark:after {
  content: "";
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item input[type="checkbox"]:checked ~ span.checkmark:after {
  display: block;
}
*/
/* END Styling checkboxes */

@media (max-width: 768px) {
  div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label > div {
    flex-wrap: wrap;
  }

  div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label > div a {
    flex: 1 0 80%;
  }

  div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > label > div span.size {
    margin-left: 35px;
  }
}

/* END REPOSITORY FULL PAGE */

/* ----------------------- */
/* +++ # END MODULES # +++ */
/* ----------------------- */



/* ---------------------------------------- */
/* +++ # SPECIAL PAGES AND COMPONENTS # +++ */
/* ---------------------------------------- */

/* Service agreements and privacy policy */
body.STEPX-page__privacy #LGTmain {
  margin-top: calc(var(--LGTspace, 15px) * 3);
  margin-bottom: calc(var(--LGTspace, 15px) * 3);
}
body.STEPX-page__privacy #LGTmain .LGTmain__maintop .LGTpanel--main-top:nth-of-type(1) .testoAccordi + p {
  margin-bottom: 0;
}
body.STEPX-page__privacy #LGTmain .LGTmain__maintop .LGTpanel--main-top:nth-of-type(3) {
  margin-top: 0;
}
body.STEPX-page__privacy #LGTmain .LGTmain__maintop .LGTpanel--main-top:nth-of-type(3) .testoAccordi {
  display: none;
}
@media (min-width: 760px) {
  body.STEPX-page__privacy main > section {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
    max-width: 1500px;
  }

  body.STEPX-page__privacy main > section > div {
    grid-column-start: 2;
    grid-column-end: 9;
  }

  body.STEPX-page__privacy main > section > strong {
    display: block;
    grid-column-start: 2;
    grid-column-end: 9;
  }
}

body.STEPX-page__privacy #LGTmain .LGTmain__maintop > strong .testoAccordi {
  display: none;
}

@media (max-width: 959px) {
  body.STEPX-page__privacy main > section > div {
    grid-column-start: 1;
    grid-column-end: span 12;
  }
}

@media (max-width: 1199px) {
  body.STEPX-page__privacy main > section > div {
    grid-column-start: 2;
    grid-column-end: span 10;
  }
}
/* END Service agreements and privacy policy */


/* Login page */
body.STEPX-page__login {
  overflow: hidden;
}

body.STEPX-page__login .LGTcontent__main {
  padding: 0;
}

body.STEPX-page__login .LGTmain > :last-child {
  margin-bottom: 0;
}

/*body.STEPX-page__login {
  background-image: url(/templates/yoo_moreno_community/images/STEPX_login--bkg.jpg);
  background-repeat: no-repeat;
}*/

body.STEPX-page__login div.login {
  display: flex;
  align-items: center;
}

body.STEPX-page__login div.login > div.login-description {
  height: 100vh;
  overflow: hidden;
}

body.STEPX-page__login div.login > div.login-description img {
  height: 100%;
  object-fit: cover;
}

body.STEPX-page__login div.login div.STEPX-logo {
  text-align: center;
  margin-bottom: calc(var(--LGTbaseunit) * 2);
}

body.STEPX-page__login div.login > div + div {
  flex: 1 0 calc(var(--LGTbaseunit) * 17);
}

body.STEPX-page__login div.login fieldset {
  border: none;
  padding: 0 calc(var(--LGTspace) * 2);
}

body.STEPX-page__login div.login fieldset div.control-group + div.control-group {
  margin-top: var(--LGTspace);
}

body.STEPX-page__login div.login fieldset input[type="text"],
body.STEPX-page__login div.login fieldset input[type="email"],
body.STEPX-page__login div.login fieldset input[type="password"],
body.STEPX-page__login div.login fieldset button {
  width: 100%;
}

body.STEPX-page__login div.login button[type="submit"] {
  margin: 0;
  border: none;
  background: var(--LGTcolor-primary);
  color: var(--LGTcolor-neutral-extralight);
}

body.STEPX-page__login div.login fieldset label#username-lbl,
body.STEPX-page__login div.login fieldset label#jform_username-lbl,
body.STEPX-page__login div.login fieldset label#password-lbl,
body.STEPX-page__login div.login fieldset label#jform_email-lbl,
body.STEPX-page__login div.login fieldset label#jform_token-lbl,
body.STEPX-page__login div.login fieldset label#jform_password1-lbl,
body.STEPX-page__login div.login fieldset label#jform_password2-lbl {
  color: var(--LGTcolor-ink-extralight);
  text-transform: uppercase;
  letter-spacing: 3px;
}

body.STEPX-page__login div.login div.controls.remember {
  float: left;
  margin-right: 8px;
}

body.STEPX-page__login div.login ul.nav-tabs {
  padding: 0 calc(var(--LGTspace) * 2);
  margin: 0;
  list-style: none;
  font-size: var(--LGTtypesize-s-1);
}

body.STEPX-page__login div.login ul.nav-tabs li a {
  color: var(--LGTcolor-ink);
}
.backPageApp {
  display: none;
}

@media (max-width: 768px) {
  body.STEPX-page__login div.login {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    padding: calc(var(--LGTbaseunit) * 5) 0;
  }

  body.STEPX-page__login div.login-description {
    display: none;
  }
  .backPageApp {
    display: block;
  }
}
/* END Login page */


/* Profile page */
body.STEPX-page__profile main section.LGTmain__mainbottom div[class*="LGTpanel"] {
  margin-top: var(--LGTbaseunit);
}

.LGT-PROFILEprofiletto > .LGT-PROFILEprofiletto::before {
  content: "";
  position: absolute;
  padding-top: var(--LGTspace,15px);
  width: 100%;
  height: 125px;
  
  background: linear-gradient(to bottom, var(--LGTcolor-primary), var(--LGTcolor-primary-light));
  background-size: calc(100% + var(--LGTspace,15px) * 2) 125px;
  background-position: center top;
  background-repeat: no-repeat;

  left: 0;
  z-index: -1;
}
body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div .profile_element.jname{
  font-weight: 700;
  line-height: 1.2;
  font-size: var(--LGTtypesize-l-2);
}
@media (max-width: 759px) {
  body.STEPX-page__profile main,
  .LGT-PROFILEprofiletto > .LGT-PROFILEprofiletto {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .LGT-PROFILEprofiletto > .LGT-PROFILEprofiletto::before {
    height: 150px;
    background-size: calc(100% + var(--LGTspace,15px) * 2) 150px;
  }

  .LGT-PROFILEprofiletto > img {
    margin: 0;
    margin-top: 75px;
    width: 150px;
    height: 150px;
  }

  .LGT-PROFILEprofiletto div.jname,
  body.STEPX-page__profile div.STEPX-page__profile {
    margin: var(--LGTspace, 15px) 0;
  }

  body.STEPX-page__profile .LGTmain__mainbottom {
    width: 100%;
  }
}

@media (min-width: 760px) {
  body.STEPX-page__profile main,
  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div {
    display: grid;
    grid-template-columns: 200px repeat(10, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
    max-width: 1500px;
  }

  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div {
    grid-template-rows: var(--LGTspace, 15px) 100px 100px;
  }

  body.STEPX-page__profile main section.LGTmain__maintop,
  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div {
    grid-area: 1 / 1 / 1 / span 12;
  }
  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div span,
  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div img {
    grid-area: 2 / 1;
    margin: 0;
    height: 200px;
  }
  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div .profile_element.jname{
    width: max-content;
    font-size: var(--LGTtypesize-l-3);
  }
  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div .avatarLetters + .profile_element.jname{
    margin-left: calc(200px + var(--LGTspace));
      margin-top: calc(var(--LGTspace)*5);
  }
  body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div img + div {
    grid-area: 3 / 2 / 3 / 10;
  }

  body.STEPX-page__profile main .profile {
    /* grid-area: 2 / 2 / 2 / 10; */
    grid-area: 2 / 1 / 2 / 13;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  body.STEPX-page__profile main section.LGTmain__mainbottom {
    grid-area: 3 / 1 / 3 / span 12;
  }
}

@media (min-width: 1024px) {
  body.STEPX-page__profile main .profile {
    /* grid-area: 2 / 2 / 2 / 10; */
    grid-area: 2 / 1 / 2 / 10;
    text-align: left;
  }
}

body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div img + div.jname,
body.STEPX-page__profileedit main div.LGTpanel--main-top.LGT-PROFILEEDITprofiletto > div img + div.jname {
  font-size: var(--LGTtypesize-l-4);
  font-weight: 700;
}

body.STEPX-page__profile main .profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.STEPX-page__profile main .profile ul a {
  margin: 0;
}

body.STEPX-page__profile main div.LGTpanel--main-top.LGT-PROFILEprofiletto > div img {
  object-fit: cover;
}
/* END Profile page */


/* Profile edit page */
body.STEPX-page__profileedit fieldset {
  border: none;
  padding: 0;
}
body.STEPX-page__profileedit fieldset.fieldset-profilepicture {
  order: -1;
}

body.STEPX-page__profileedit fieldset legend,
body.STEPX-page__profileedit fieldset div.control-label label:not([for='jform_password1']):not([for='jform_password2']),
body.STEPX-page__profileedit fieldset div.control-label span,
body.STEPX-page__profileedit fieldset:not(.fieldset-profilepicture):not(.fieldset-core),
body.STEPX-page__profileedit .fieldset-core input:not([type='password']){
  display: none;
}

body.STEPX-page__profileedit form#member-profile,
body.STEPX-page__profileedit fieldset.fieldset-profilepicture div.controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.STEPX-page__profileedit fieldset.fieldset-profilepicture div.controls input[type="file"] {
  order: 1;
  margin-top: var(--LGTspace, 15px);
}

body.STEPX-page__profileedit fieldset.fieldset-profilepicture img {
  width: 196px;
  height: 196px;
  object-fit: cover;
  border: 1px solid;
  border-radius: 50%;
}

body.STEPX-page__profileedit .LGT-PROFILEEDITprofiletto > img {
  display: none;
}

body.STEPX-page__profileedit .LGT-PROFILEEDITprofiletto div.jname {
  text-align: center;
  margin: calc(var(--LGTbaseunit) * 2) 0;
}

body.STEPX-page__profileedit button[type="submit"] {
  margin-top: 0.2em!important;
}

body.STEPX-page__profileedit div#progress {
  margin-left: 15px;
}

/* 2022-01-19 ADD Stefano Maggioni */
/* Custom labels */
body.STEPX-page__profileedit fieldset::before {
  font-weight: 700;
}

html[lang="it"] body.STEPX-page__profileedit fieldset.fieldset-profilepicture::before {
  content: "Modifica immagine del profilo";
}

html[lang="it"] body.STEPX-page__profileedit fieldset.fieldset-core::before {
  content: "Modifica password";
}

html[lang="es-ES"] body.STEPX-page__profileedit fieldset.fieldset-profilepicture::before {
  content: "Editar la foto del perfil";
}

html[lang="es-ES"] body.STEPX-page__profileedit fieldset.fieldset-core::before {
  content: "Editar la contraseña";
}

html[lang="fr-FR"] body.STEPX-page__profileedit fieldset.fieldset-profilepicture::before {
  content: "Modifier la photo";
}

html[lang="fr-FR"] body.STEPX-page__profileedit fieldset.fieldset-core::before {
  content: "Changer le mot de passe";
}

html[lang="en-GB"] body.STEPX-page__profileedit fieldset.fieldset-profilepicture::before {
  content: "Change your profile picture";
}

html[lang="en-GB"] body.STEPX-page__profileedit fieldset.fieldset-core::before {
  content: "Change password";
}
/* END Cusom labels */
/* END ADD */

/* END Profile edit page */


/* Calendar event page */
#dp-event dd {
  margin: 0;
}

.dpcalendar-heading {
  border: none;
}

#dp-event .dp-event-label,
#dp-event h3.dpcalendar-heading {
  display: none;
}

@media (min-width: 760px) {
  #dp-event {
    max-width: 800px;
  }
}
/* END Calendar event page */


/* Search results */
form#searchForm fieldset {
  background: var(--LGTcolor-neutral-light, #FAFAFA);
  border: none;
  padding: var(--LGTbaseunit);
  margin: var(--LGTbaseunit) 0;
}

form#searchForm .uk-form-row + .uk-form-row {
  margin-top: var(--LGTbaseunit);
}

form#searchForm fieldset:nth-child(3),
form#searchForm fieldset legend {
  display: none;
}

form#searchForm fieldset input[type="radio"] {
  margin-right: 4px;
}

form#searchForm ~ article {
  margin-top: calc(var(--LGTbaseunit) * 2);
}

form#searchForm ~ article h3 {
  font-size: var(--LGTtypesize-l-1);
  margin: .82em 0;
  font-weight: 700;
  line-height: 1.2;
}

form#searchForm ~ article h3 a {
  color: var(--LGTcolor-ink);
  text-decoration: none;
  margin: 0;
}
/* END Search results */


/* Quizzes and surveys */
.STEPX-communityquiz.STEPX-communityquiz--navbar-hidden #cj-wrapper .social-sharing,
.STEPX-communityquiz.STEPX-communityquiz--navbar-hidden #cj-wrapper nav,
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden nav,
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden .social-sharing,
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden .media-body hr,
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden .panel-footer,
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden .survey-body .media-body .author-name,
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden .survey-body .media-body .category-title,
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden .survey-body .media-body .question-date,
  .STEPX-communityquiz.STEPX-communityquiz--cancelbutton-hidden #cj-wrapper .quiz-navigation a.uk-button.uk-button-danger,
.STEPX-communitysurvey.STEPX-communitysurvey--cancelbutton-hidden #cj-wrapper .survey-navigation a.btn-default[href$="?view=surveys"],
.STEPX-communitysurvey.STEPX-communitysurvey--cancelbutton-hidden #cj-wrapper .survey-navigation button.btn-save,
.STEPX-communityquiz.STEPX-communityquiz--cancelbutton-hidden #cj-wrapper .survey-navigation a.btn.btn-default,
.STEPX-communitysurvey.STEPX-communitysurvey--cancelbutton-hidden #cj-wrapper .survey-navigation a.btn.btn-default,
.STEPX-communityquiz.STEPX-communityquiz--quizfooter-hidden #cj-wrapper .quiz-body .panel-footer,
.STEPX-communitysurvey.STEPX-communitysurvey--surveyfooter-hidden #cj-wrapper .survey-body .panel-footer,
.STEPX-communityquiz.STEPX-communityquiz--pagetitle-hidden #cj-wrapper .page-title-quiz,
.STEPX-communitysurvey.STEPX-communitysurvey--pagetitle-hidden #cj-wrapper .page-title-survey,
.STEPX-communityquiz.STEPX-communityquiz--quizrating-hidden #cj-wrapper .quiz-rating,
.STEPX-communitysurvey.STEPX-communitysurvey--intro-hidden .survey-body .media-body > div,
.STEPX-communitysurvey.STEPX-communitysurvey--intro-hidden .survey-body .media-body > hr,
.STEPX-communitysurvey.STEPX-communitysurvey--intro-hidden .survey-body .panel-footer{
  display: none !important;
}
#cj-wrapper.STEPX-communitysurvey.STEPX-communitysurvey--navbar-hidden .survey-body .media-body h1 a {
  text-decoration: none;
  cursor: default;
}
/*
.STEPX-communityquiz #cj-wrapper,
.STEPX-communitysurvey #cj-wrapper {
  width: 100%;
  max-width: 858px;
  background-color: white;
  padding: var(--LGTbaseunit);
  margin: var(--LGTbaseunit) auto;
}
*/

@media (min-width: 760px) {
  body.STEPX-communityquiz main,
  body.STEPX-communitysurvey main {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
    max-width: 1500px;
  }

  .STEPX-communityquiz #cj-wrapper,
  .STEPX-communitysurvey #cj-wrapper {
    grid-area: 1 / 2 / 1 / 10;
  }
}

.STEPX-communityquiz #cj-wrapper h1,
.STEPX-communitysurvey #cj-wrapper h1 {
  font-size: var(--LGTtypesize-l-4);
  color: var(--LGTcolor-ink);
  font-weight: 600;
}

#cj-wrapper .text-center:not(th):not(td):not(tr),
.STEPX-communityquiz #cj-wrapper .text-center,
.STEPX-communitysurvey #cj-wrapper .text-center {
  display: flex;
  justify-content: center;
}

.STEPX-communityquiz #cj-wrapper .text-center a.btn,
.STEPX-communityquiz #cj-wrapper .text-center button,
.STEPX-communitysurvey #cj-wrapper .text-center a.btn,
.STEPX-communitysurvey #cj-wrapper .text-center button {
  margin: var(--LGTbaseunit);
}

#cj-wrapper .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-bottom: var(--LGTbaseunit);
  padding: var(--LGTbaseunit) 0 0 0;
}

#cj-wrapper .panel.question-item,
#cj-wrapper .survey-form .panel.panel-default,
#cj-wrapper #j-main-container .panel.panel-default {
  border-top: 1px solid var(--LGTcolor-ink);
}

#cj-wrapper .panel-default > .panel-heading,
#cj-wrapper .panel-body {
  margin-bottom: var(--LGTbaseunit);
  color: var(--LGTcolor-ink);
  padding: 0;
  border: none;
}

#cj-wrapper .panel-default > .panel-heading {
  background: white;
  margin-bottom: 5px;
}

#cj-wrapper .panel-default > .panel-heading div.panel-title {
  font-size: var(--LGTtypesize-l-2);
  font-weight: 700;
}

#cj-wrapper .error {
  font-size: var(--LGTtypebase);
  font-weight: 400;
}

#cj-wrapper .panel-default > .panel-heading div.panel-title i {
  display: none;
}

#cj-wrapper .list-group-item {
  padding: var(--LGTbaseunit) 0;
}

#cj-wrapper .panel>.list-group .list-group-item, 
#cj-wrapper .panel>.panel-collapse>.list-group .list-group-item {
  border: none;
  padding: calc(var(--LGTbaseunit) / 2) 0;
}

#cj-wrapper .panel>.list-group .list-group-item + .list-group-item {
  margin-top: 0;
}

#cj-wrapper .panel.question-item select,
#cj-wrapper .panel.question-item textarea {
  width: 100%;
  max-width: calc(var(--LGTbaseunit) * 30);
  font-family: var(--LGTfontstack-body, Helvetica, Arial, sans-serif);
}

#cj-wrapper .panel.question-item div.answers > div {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--LGTbaseunit) * -1);
}

#cj-wrapper .panel.question-item div.answers > div > div {
  -webkit-box-flex: 0;
  margin: 0 0 calc(var(--LGTbaseunit) * 2) 0;
  padding-left: var(--LGTbaseunit);

  background: rgba(0,0,0,.05);
  background-clip: content-box;
}

#cj-wrapper .panel.question-item div.answers > div > div:nth-child(1):nth-last-child(3),
#cj-wrapper .panel.question-item div.answers > div > div:nth-child(1):nth-last-child(3) ~ * {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

#cj-wrapper .panel.question-item div.answers > div > div:nth-child(1):nth-last-child(4),
#cj-wrapper .panel.question-item div.answers > div > div:nth-child(1):nth-last-child(4) ~ * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

#cj-wrapper .panel.question-item div.answers > div > div {
  text-align: center;
  position: relative;
}

#cj-wrapper .panel.question-item div.answers > div > div .form-inline {
  padding-top: 10px;
}

#cj-wrapper .panel.question-item div.answers > div > div .form-inline input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: var(--LGTbaseunit);
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 3px #6EFFDC;
}

#cj-wrapper .quiz-navigation > div {
  display: flex;
  justify-content: center;
}

#cj-wrapper .quiz-navigation > div * {
  margin: 0 var(--LGTbaseunit)
}

#cj-wrapper .quiz-navigation button i {
  display: none;
}

#cj-wrapper li.star-rating {
  display: flex;
  flex-direction: column;
}

#cj-wrapper li.star-rating > div:first-child {
  order: 1;
  margin-top: var(--LGTbaseunit);
}

#cj-wrapper li.star-rating i.raty-cancel,
#cj-wrapper div.tooltip {
  display: none!important;
}

#cj-wrapper li.star-rating div[data-toggle="rating"] i {
  font-size: 32px;
  color: var(--LGTcolor-primary);
}

#cj-wrapper li.star-rating .fa-minus-square::before {
  display: none;
}

#cj-wrapper .text-success {
  color: var(--LGTcolor-green);
}

@media (max-width: 500px) {
  #cj-wrapper .panel.question-item div.answers > div > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  #cj-wrapper .panel.question-item div.answers > div > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

#cj-wrapper div.result-buttons {
  text-align: center;
}



#cj-wrapper.STEPX-communitysurvey .panel > .panel-body + .table-responsive {
  border-top: 0;
}

#cj-wrapper.STEPX-communitysurvey .table-bordered > thead > tr > th,
#cj-wrapper.STEPX-communitysurvey .table-bordered > tbody > tr > th,
#cj-wrapper.STEPX-communitysurvey .table-bordered > tfoot > tr > th {
  border: 0;
}

#cj-wrapper.STEPX-communitysurvey .table-bordered > thead > tr > td,
#cj-wrapper.STEPX-communitysurvey .table-bordered > tbody > tr > td,
#cj-wrapper.STEPX-communitysurvey .table-bordered > tfoot > tr > td {
  border-left: 0;
  border-right: 0;
}

#cj-wrapper.STEPX-communitysurvey .table-bordered > thead > tr > td.center,
#cj-wrapper.STEPX-communitysurvey .table-bordered > tbody > tr > td.center,
#cj-wrapper.STEPX-communitysurvey .table-bordered > tfoot > tr > td.cennter {
  text-align: center;
}

#cj-wrapper.STEPX-communitysurvey .input-xlarge {
  width: 100%;
}

#cj-wrapper {
  accent-color: var(--LGTcolor-primary);

}

#cj-wrapper input::file-selector-button {
  padding: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 7.5em;
  min-height: 2.5em;
  margin: .2em .4em;

  border: 1px solid;

  padding: 0 1em;
  line-height: calc(2.5em - 2px);
  color: var(--LGTcolor-ink-extradark);

  font-size: 1rem;

  outline: none;
  background-color: transparent;

  isolation: isolate;

  text-transform: uppercase;
  text-decoration: none;

  transition: background-color .2s cubic-bezier(.4,0,1,1);

  cursor: pointer;
}


#cj-wrapper input:hover::file-selector-button {
  color: var(--LGTcolor-ink-extradark);
  text-decoration: none;
  background: var(--LGTcolor-primary);
}


#cj-wrapper input:focus::file-selector-button {
  outline: 1px dotted;
  outline-offset: 4px;
}


#cj-wrapper label.error:not(:empty) {
  display: block;
  background: rgba(253,102,0,.2);
  border: 1px solid #FD6600;
  color: var(--LGTcolor-ink);
  padding: calc(var(--LGTspace)/2);
}

#cj-wrapper label.error:empty {
  display: none;
}

#cj-wrapper .thumbnail.text-center {
  display:  flex;
  flex-direction: column;
}

#cj-wrapper .panel-default:not(.question-item) .row-fluid {
  font-size: 0;
  display: flex;
  gap: var(--LGTspace);
}

#cj-wrapper .panel-default .row-fluid > * {
  font-size: var(--LGTtypesize, 1rem);
}

#cj-wrapper .panel-success > .panel-heading {
  position: relative;
  color:  var(--LGTcolor-ink);
  background: 6EFFDC;
  background: var(--LGTcolor-primary-light);
  padding-left:  calc(var(--LGTspace)*3);
}

#cj-wrapper .panel-success > .panel-heading .panel-body {
  margin-bottom: 0;
}

#cj-wrapper .panel-success > .panel-heading .panel-title i {
  display: block;
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto auto auto calc(var(--LGTspace)*0.66);
  font-size: 3em;
  color: var(--LGTcolor-primary-dark);
  width: 3rem;
  height: 3rem;
  
}



/* result messages */
div.LGTquizresult {
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 110px;
  background-size: 110px;
}

div.LGTquizresult.failure {
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO__quiz--failure.svg");
}

div.LGTquizresult.success {
  background-image: url("/templates/yoo_moreno_community/images/icons/STEPX_ICO__quiz--success.svg");
}
    
div.LGTquizresult h2,
div.LGTquizresult h3 {
  text-align: center!important;
  font-size: var(--LGTtypesize-l-3)!important;
  font-weight: 700!important;
  margin: var(--LGTbaseunit) 0!important;
}

div.LGTquizresult h2 {
  text-transform: uppercase!important;
}

div.LGTquizresult h3 {
  margin-bottom: 0!important;
}

div.LGTquizresult.success h2 {
  color: var(--LGTcolor-primary)!important;
}

div.LGTquizresult.failure h2 {
  color: var(--LGTcolor-alert)!important;
}

div.LGTquizresult p {
  margin: calc(var(--LGTbaseunit) * 2) 0!important;
}
/* END result messages */

/* END Quizzes and surveys */



/* .mod_notification */
.LGTpanel--top-a > .uk-panel-title,
.LGT-notifications .uk-panel-title {
  margin: calc(var(--LGTspace, 15px) * 2) 0 var(--LGTspace, 15px);
}
.LGTrootwrapper .mod_notification_reader .notifications .item {
  border-left: none !important;
  border-right: none !important;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.LGTrootwrapper .mod_notification_reader .item.not-read {
  background: #F2F2F2;
  background: var(--Continentalcolor-bkg--dark, #F2F2F2);
}

.LGTrootwrapper .mod_notification_reader .notifications .item h1 {
  font-size: 18px;
  margin-bottom: 12px;
  margin: 0;
  line-height: 1.3em;
}
.LGTrootwrapper  .moduletablesidebar .mod_notification_reader .notifications .item h1 {
  font-size: 16px;
}
.LGTrootwrapper .mod_notification_reader .notifications .item h1 a {
  color: #000;
  text-decoration: none;
}
.LGTrootwrapper .mod_notification_reader .notifications .item .timestamp {
  font-size: 14px;
  margin: 0;
}
.LGTrootwrapper .mod_notification_reader .notifications .item {
  font-size: 16px;
  color: #9B9B9B;
  padding-left: 100px;
}
.LGTrootwrapper .moduletablesidebar .mod_notification_reader .notifications .item {
  padding-left: 70px;
  padding-right: 38px;
}
.LGTrootwrapper .mod_notification_reader .notifications .item h1 a:hover {
  text-decoration: underline;
}
.LGTrootwrapper .mod_notification_reader .notifications .item img {
  border: 1px solid #020202 !important;
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  width: 70px;
}
.LGTrootwrapper .moduletablesidebar .mod_notification_reader .notifications .item img {
  max-width: 50px;
  max-height: 50px;
  top: 12px;
  left: 12px;
}
.LGTrootwrapper .mod_notification_reader .item.not-read::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 2;
  left: 17px;
  top: 17px;
  background: var(--LGTcolor-primary, #2A55F9);
  border-radius: 9cm;
}
.LGTrootwrapper .moduletablesidebar .mod_notification_reader .item.not-read::before {
  left: 10px;
  top: 10px;
}
.LGTrootwrapper .mod_notification_reader .notifications .item a[data-action="closeItem"] {
  right: 0;
  top: 0;
}
.LGTrootwrapper .mod_notification_reader .notifications .item a[data-action="closeItem"]::before {
  display: none;
}
.LGTrootwrapper .mod_notification_reader .notifications .item .fa-close {
  width: 30px;
  height: 30px;
  color: #020202;
  background-color: transparent;
}
.LGTrootwrapper .mod_notification_reader .notifications .item .fa-close::before {
  display: none;
}
.LGTrootwrapper #LGTtoolbar__menuWrapper .toolbar-notifiche {
  position: relative;
}
.LGTrootwrapper #LGTtoolbar__menuWrapper .toolbar-notifiche .notification_count {
  position: absolute;
  left: 50%;
  top: 17px;
  text-align: center;
  min-width: 18px;
  padding: 0px 3px;
  background-color: #fff;
  font-size: 12px;
  border-radius: 9cm;
}
/* .mod_notification */

/* Logowall */
.logowallfe-chat .container .roomLabel {
  background: #f4f4f4;
  position: relative;
  font-size: 16px;
  color: #CCCCCC;
  letter-spacing: 3px;
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}
.logowallfe-chat .container .roomLabel.roomLabelActive {
  background: #fff;
  border: none;
  font-weight: 700;
  color: var(--LGTcolor-primary);
}
.logowallfe-chat .container .roomLabel::after {
  content: "";
  display: block;
  width: 0%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--LGTcolor-primary);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.logowallfe-chat .container .roomLabel.roomLabelActive::after {
  width: 84%;
  left: 8%;
}
.logowallfe-chat .mainContent {
  width: 90%; 
  max-width: 1340px; 
  margin: 2rem auto;
}
.logowallfe-chat .mainContent .postFormContainer {
  background-color: #F4F4F4;
  padding-bottom: 0;
}
.logowallfe-chat .mainContent .postFormContainer > .input-group {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 50px;
  height: auto;
}
.logowallfe-chat .mainContent .postFormContainer .postTypeContainer .postTypeButton.active {
  margin-top: 0;
}
.logowallfe-chat .mainContent .postFormContainer > div:nth-child(3) {
  box-shadow: none;
  background: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.logowallfe-chat .mainContent .postFormContainer .submitButtonContainer button {
  font-size: 24px;
  width: 311px;
  max-width: 100%;
}
.logowallfe-chat .mainContent .postFormContainer > div {
  padding: 20px;
}
.logowallfe-chat .mainContent .postFormContainer .input-group {
  padding-left: 0;
  padding-right: 0;
}
.logowallfe-chat .mainContent .postUserName,
.wall-modal-topic .postUserName {
  color: #000;
}
.logowallfe-chat .singlePost,
.wall-modal-topic .singlePost {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.singlePost .postContainer {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.singlePost .postMessageContainer {
  box-shadow: none;
  background: none;
}
.singlePost .repliesContainer {
  margin: 0;
  padding: 20px;
}
.logowallfe-chat .postMessageBottomContainer,
.logowallfe-chat .replyMessageIconsContainer,
.wall-modal-topic .postMessageBottomContainer,
.wall-modal-topic .replyMessageIconsContainer {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  line-height: 1em;
  background-color: var(--LGTcolor-primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.logowallfe-chat .replyMessageIconsContainer,
.wall-modal-topic .replyMessageIconsContainer {
  padding-left: 6px;
}
.logowallfe-chat .postMessageBottomContainer .postMessageIconsContainer,
.logowallfe-chat .replyMessageIconsContainer .replyMessageIconsContainer,
.wall-modal-topic .postMessageBottomContainer .postMessageIconsContainer,
.wall-modal-topic .replyMessageIconsContainer .replyMessageIconsContainer {
  margin-left: 8px;
}
.logowallfe-chat .postMessageBottomContainer .postMessageIcon,
.logowallfe-chat .replyMessageIconsContainer .replyMessageIcon,
.wall-modal-topic .postMessageBottomContainer .postMessageIcon,
.wall-modal-topic .replyMessageIconsContainer .replyMessageIcon {
  margin: 0;
}
.logowallfe-chat .postMessageBottomContainer .postMessageIconCount,
.logowallfe-chat .replyMessageIconsContainer .postMessageIconCount,
.wall-modal-topic .postMessageBottomContainer .postMessageIconCount,
.wall-modal-topic .replyMessageIconsContainer .postMessageIconCount {
  margin: 0 5px;
  font-size: 1rem;
  color: #000;
  order: -1;
}
.logowallfe-chat .postMessageBottomContainer div:last-child,
.logowallfe-chat .replyMessageIconsContainer div:last-child,
.wall-modal-topic .postMessageBottomContainer div:last-child,
.wall-modal-topic .replyMessageIconsContainer div:last-child  {
  margin-right: 0 !important;
}

.logowallfe-chat .singlePost .delete-post,
.logowallfe-chat .toggleRepliesIcon,
.logowallfe-chat .postMessageBottomContainer .postMessageIcon:nth-of-type(1),
.logowallfe-chat .postMessageBottomContainer .postMessageIconCount:nth-of-type(2),
.logowallfe-chat .replyMessageIconsContainer .replyMessageIcon:nth-of-type(1),
.logowallfe-chat .replyMessageIconsContainer .postMessageIconCount:nth-of-type(2),
.wall-modal-topic .singlePost .delete-post,
.wall-modal-topic .toggleRepliesIcon,
.wall-modal-topic .postMessageBottomContainer .postMessageIcon:nth-of-type(1),
.wall-modal-topic .postMessageBottomContainer .postMessageIconCount:nth-of-type(2),
.wall-modal-topic .replyMessageIconsContainer .replyMessageIcon:nth-of-type(1),
.wall-modal-topic .replyMessageIconsContainer .postMessageIconCount:nth-of-type(2) {
  display: none;
}
.logowallfe-chat .postRightSideContainer .likeReplyButtonsContainer,
.wall-modal-topic .postRightSideContainer .likeReplyButtonsContainer {
  display: flex;
  justify-content: flex-end !important;
}
.logowallfe-chat .likeButton,
.logowallfe-chat .replyButton,
.wall-modal-topic .likeButton,
.wall-modal-topic .replyButton {
  position: relative;
  color: #000;
  font-size: 1.125rem;
  padding-left: 30px;
  right: auto;
  left: auto;
}
.likeReplyButtonsContainer .likeButton .liked {
  color: #000;
}
.logowallfe-chat .replyButton::before,
.wall-modal-topic .replyButton::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 23px;
  height: 20px;
  background: url('../images/icons/ico_reply.svg') no-repeat 50% 50%;
  background-size: contain;
}
.logowallfe-chat .likeButton .likeIcon,
.wall-modal-topic .likeButton .likeIcon {
  display: block;
  margin: 0;
}
.logowallfe-chat .likeButton .likeIcon svg,
.wall-modal-topic .likeButton .likeIcon svg {
  display: none;
}
.logowallfe-chat .likeButton .likeIcon::before,
.wall-modal-topic .likeButton .likeIcon::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 23px;
  height: 20px;
  background: url('../images/icons/ICO_like.svg') no-repeat 50% 50%;
  background-size: contain;
}
.logowallfe-chat .likeButton .likeIcon.liked::before,
.wall-modal-topic .likeButton .likeIcon.liked::before {
  background: url('../images/icons/ico_like-liked.svg') no-repeat 50% 50%;
  background-size: contain;
}
.logowallfe-chat .postUserName a,
.logowallfe-chat .replyUserName,
.wall-modal-topic .postUserName a,
.wall-modal-topic .replyUserName {
  color: #000;
}
.logowallfe-chat .replyMessageContainer,
.wall-modal-topic .replyMessageContainer {
  border: none;
}
.logowallfe-chat .replyContainer,
.wall-modal-topic .replyContainer {
  margin: 0;
}
.logowallfe-chat .repliesContainer > .singleReply,
.wall-modal-topic .repliesContainer > .singleReply {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
}
.logowallfe-chat .repliesContainer > .singleReply:last-child,
.wall-modal-topic .repliesContainer > .singleReply:last-child {
  border-bottom: none;
}
.logowallfe-chat .replyContainer .postRightSideContainer,
.wall-modal-topic .replyContainer .postRightSideContainer {
  margin: 0;
  padding-bottom: 20px;
}
.logowallfe-chat .postFormContainer > .input-group > .text-editor-search + div button {
  background: url('../images/icons/ico_cerca.svg') no-repeat 50%  50%;
  border: none;
  font: 0/0 'a';
  color: transparent;
  right: 0;
}
.logowallfe-chat .input-group-append {
  position: relative;
  padding-right: 50px;
}
.logowallfe-chat .filterButton[value="Immagini"] > div::before {
  position: relative;
  display: inline-block;
  top: 2px;
  content: "";
  width: 23px;
  height: 20px;
  background: url('../images/icons/ico_image.svg') no-repeat 50% 50%;
  background-size: contain;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.logowallfe-chat .filterButton[value="File"] > div::before {
  position: relative;
  display: inline-block;
  top: 4px;
  content: "";
  width: 23px;
  height: 26px;
  background: url('../images/icons/ico_attachment.svg') no-repeat 50% 50%;
  background-size: contain;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.logowallfe-chat .filterButton[value="Post"] > div::before {
  position: relative;
  display: inline-block;
  top: 4px;
  content: "";
  width: 30px;
  height: 26px;
  background: url('../images/icons/ico_post.svg') no-repeat 50% 50%;
  background-size: contain;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.logowallfe-chat .filterButton.filterActive[value="Immagini"] > div::before,
.logowallfe-chat .filterButton.filterActive[value="File"] > div::before,
.logowallfe-chat .filterButton.filterActive[value="Post"] > div::before {
  -webkit-filter: grayscale(0);
  filter: none;
}

.logowallfe-modal .uk-modal {
  background: rgba(0,0,0,0.7);
}

.STEPX-logowall-rooms-sidebar-title {
  font-size: 16px;
}
.STEPX-logowall-room {
  position: relative;
  background: #fff;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  color: #000;
}
.STEPX-logowall-room h3::before {
  position: relative;
  display: inline-block;
  top: 10px;
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 8px;
  background: url('../images/icons/ico_message.svg') no-repeat 50% 50%;
  background-size: contain;
}
.STEPX-logowall-room.STEPX-logowall-room__notifiche h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  top: 6px;
  background: var(--LGTcolor-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#LGTtoolbar__menuWrapper .toolbar-chat-room.has_notifiche {
  position: relative;
}
#LGTtoolbar__menuWrapper .toolbar-chat-room.has_notifiche::after,
.STEPX-logowall-room.has-unreads-posts h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 38px;
  top: 18px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.STEPX-logowall-room h3 {
  position: relative;
  margin: 0;
  font-size: 20px;
}
.STEPX-logowall-room.has-unreads-posts h3::after {
  background: var(--LGTcolor-primary);
  left: 26px;
  top: 6px;
}
.STEPX-logowall-room p {
  font-size: 14px;
}
.STEPX-logowall-room .icon-people {
  padding-right: 10px;
}
.STEPX-logowall-room .icon-people::before {
  position: relative;
  display: inline-block;
  top: 2px;
  content: "";
  width: 27px;
  height: 15px;
  margin-right: 5px;
  background: url('../images/icons/icon_users.svg') no-repeat 50% 50%;
  background-size: contain;
}
.STEPX-logowall-room .STEPX-logowall-room__footer {
  color: #7C7C7C;

  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  */

  display: block;
}
.STEPX-logowall-room__readmore {
  display: inline-block;
  width: 30px;
  height: 29px;
  font: 0/0 'a';
  color: transparent;
  background: url('../images/icons/ico_btn-readmore.svg') no-repeat 0 0;

  float: right;
}
.STEPX-logowall-room__readmore:hover {
  opacity: 0.6;
}
#STEPX-toolbarpanel--chat-room .lk__view-all {
  color: #fff;
  text-decoration: none;
  display: block;
  float: right;
  clear: both;
  margin: 0 0 20px auto;
}
#STEPX-toolbarpanel--chat-room .lk__view-all:hover {
  color: var(--LGTcolor-primary);
}
/* end Logowall */

/* mod_accordiservizio  */
.blog-default-cookie-policy p,
.mod_accordiservizio p {
  text-align: left !important;
}
.blog-default-cookie-policy ul, .blog-default-cookie-policy ol,
.mod_accordiservizio ul, .mod_accordiservizio ol {
  padding-left: 1em;
}
.blog-default-cookie-policy ul li::marker, .blog-default-cookie-policy ol li::marker,
.mod_accordiservizio ul li::marker, .mod_accordiservizio ol li::marker {
  color: #000;
}
.blog-default-cookie-policy table {
  width: 100%;
  min-width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
  overflow-x: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-default-cookie-policy table td,
.blog-default-cookie-policy table th {
  padding: 8px 8px 12px 8px;
}
.blog-default-cookie-policy table th:first-child {
  border-radius: 5px 0 0 5px;
}
.blog-default-cookie-policy table th:last-child {
  border-radius: 0 5px 5px 0;
}
.blog-default-cookie-policy table thead th {
  vertical-align: bottom;
}
.blog-default-cookie-policy table th {
  font-weight: 400;
  text-align: left;
  background: var(--LGTcolor-primary);
  color: #FFF;
}
.blog-default-cookie-policy table td {
  font-size: .875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-default-cookie-policy table td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-default-cookie-policy table td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* end mod_accordiservizio  */

/* ------------------------------------------------------------- */
/* +++ # HIGHLIGHTS THE COMMENTS FROM THE MAIN PROFILES # +++ */
/* ------------------------------------------------------------- */

.item #comments .group-3581.comment {
  position: relative;
  isolation: isolate;
}

@media screen and (min-width: 1024px) {
  .item #comments .group-3581.comment {
    padding: 2.5rem;
    padding-left: 6.5rem;
  }

  .item #comments .group-3581 .comment-head .avatar {
    /* margin-top: 6px; */
    margin-top: -6px;
  }
}

.item #comments .group-3581.comment::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  outline: 10px solid var(--LGTcolor-primary);
  outline-offset: -10px;
  z-index: -1;
}

.item #comments .group-3581 .comment-head {
  /* background-color: var(--LGTcolor-primary) !important; */
  /* padding: .4rem 1rem !important; */
  margin-bottom: .8rem !important;
}

.item #comments .group-3581 .author a {
  /* color: white; */
  color: var(--LGTcolor-primary-extradark);
  font-size: 1.2rem;
}

#yoo-zoo .item #comments .author a {
  text-decoration: none;
  text-transform: uppercase;
}

h3.author a {
  text-decoration: none !important;
  text-transform: uppercase;
}

.item #comments .group-3581 .author a:hover {
  color: var(--LGTcolor-primary-extradark);
}

.item #comments .group-3581 .user-profile-picture {
  width: 70px;
  height: 70px;
}

.item #comments .group-3581 .comment-body .content {
  font-size: 1.1em;
}

/* ------------------------------------------------------------- */
/* +++ # FIX FOR THE system-message-container BOX # +++ */
/* ------------------------------------------------------------- */

#system-message-container {
  top: 120px !important;
}


/* 2021-12-21 ADD Stefano Maggioni */
/* All comments page */

/* 2022-01-03 REM Stefano Maggioni */
body.STEPX-allcomments #yoo-zoo #comments > ul > li > div.comment div.comment-head {
  margin-left: 0;
}

body.STEPX-allcomments #yoo-zoo #comments div.comment div.comment-body {
  padding: 0;
}

@media (min-width: 760px) {
  body.STEPX-allcomments #yoo-zoo {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: var(--LGTspace, 15px);
    column-gap: var(--LGTspace, 15px);
    max-width: 1500px;
  }

  body.STEPX-allcomments #yoo-zoo > div {
    grid-area: 1 / 2 / 1 / 10;
  }
}
/* END REM */

/* 2021-01-03 ADD Stefano Maggioni */
body.STEPX-allcomments #lista_commenti_wrapper,
body.STEPX-allcomments table#lista_commenti {
  margin-top: calc(var(--LGTbaseunit) * 2);
  display: inline-block;
}

body.STEPX-allcomments table#lista_commenti {
  margin-bottom: var(--LGTbaseunit);
}

body.STEPX-allcomments table#lista_commenti th {
  padding: var(--LGTbaseunit);
}

body.STEPX-allcomments table.dataTable thead .sorting {
  min-width: 100px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  min-width: auto;
  margin-left: 0;
  margin: 0 calc(var(--LGTspace, 15px) / 2);
  text-align: center;
  line-height: 30px;
  min-width: 30px;
  height: 30px;
  font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: auto;
  height: auto;
  font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none;
  background: none;
  color: var(--LGTcolor-ink)!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: var(--LGTcolor-neutral-light);
  border: none;
  cursor: pointer;
  color: var(--LGTcolor-ink)!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--LGTcolor-primary);
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: var(--LGTcolor-neutral-light);
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1,
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: var(--LGTcolor-neutral-20a);
}
/* END ADD */

/* END All comments page */
/* END ADD */

/* -------------------------------------------- */
/* +++ # END SPECIAL PAGES AND COMPONENTS # +++ */
/* -------------------------------------------- */



/* -------------------------------- */
/* +++++ # RESPONSIVE FIXES # +++++ */
/* -------------------------------- */
@media (max-width: 1023px) {
  .LGT-HPprofiletto__badges.compact a.LGTbadge__title {
    display: none;
  }
  .LGT-HPprofiletto__badges {
    clear: left;
  }
  .LGT-HPprofiletto__badges.compact {
    display: flow-root;
    text-align: center;
  }
  .LGT-HPprofiletto__badges.compact > * {
    max-width: min-content;
    float: left;
  }
}
/* @media (max-width: 1302px) {
  .LGTheader__menu > ul li a {
    padding: calc((var(--LGTheader) - 1.5em)/2) .4em;
    font-size: 1rem;
  }
} */
/* @media (max-width: 1119px) {
  .LGTheader__menu > ul li a {
    padding: calc((var(--LGTheader) - 1.5em)/2) .3em;
    font-size: .9375rem;
  }
} */
/* -------------------------------- */
/* +++ # END RESPONSIVE FIXES # +++ */
/* -------------------------------- */




/* ------------------------------------------ */
/* +++++ # REPETITION OF COMMENTS.CSS # +++++ */
/* +++ # Just to make it appear in home # +++ */
/* ------------------------------------------ */
#yoo-zoo #comments .comment-head {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	overflow: hidden;
}
#yoo-zoo #comments .comment-byadmin .comment-head {
  border: 1px solid #e6e6e6;
  background: #fafafa;
}
#yoo-zoo #comments .comment-head .avatar {
	margin-right: 10px;
	float: left;
}
#yoo-zoo #comments .comment-head .author {
	margin: 8px 0 0 0;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1.0);
}
#yoo-zoo #comments .comment-head .meta {
	margin-top: 3px;
	font-size: 11px;
}
/* ------------------------------------------ */
/* +++ # END REPETITION OF COMMENTS.CSS # +++ */
/* ------------------------------------------ */

.downloadLinkList .allegati .button.download,
.downloadLinkList .allegati .checkmark {
  display: none !important;
}
.downloadLinkList .allegati .data_file {
  margin-left: 12px !important;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li:last-child {
  border-bottom: 0;
}

div.STEPX-repository > div.tabella-offerta div.teaser-items div.teaser-item ul.downloadLinkList li > *:not(:last-child) {
  margin-right: 0;
}

.STEPX-repository-menu .MenuRepositoryToolbarUL,
.STEPX-toolbar-tools > ul {
  list-style-type: none;
  padding-left: 0;
}
.STEPX-repository-menu .MenuRepositoryToolbarUL li,
.STEPX-toolbar-tools > ul > li {
  background: white;
  text-align: center;
  display: flex;
  margin-top: .5rem;
}

.STEPX-repository-menu .MenuRepositoryToolbarUL li a,
.STEPX-toolbar-tools > ul > li a {
  color: var(--LGTcolor-ink);
  text-decoration: none;
  padding: .58rem 1rem;
  width: 100%;
}

.STEPX-repository-menu .MenuRepositoryToolbarUL li a:hover {
  background-color: var(--LGTcolor-primary);
}

.gridder-content ul li,
.gridder.categories li {
  cursor: pointer;
}

.gridder-content ul li:hover,
.gridder-content ul li:focus {
  background-color: var(--LGTcolor-primary-extralight);
}

.gridder.categories li:hover,
.gridder.categories li:focus {
  background-color: var(--LGTcolor-primary-lighter);
}

@media screen and (min-width: 1024px) and (max-width: 1179px) {
  div.LGT-HPfocusNews ul.zoo-list, div.LGT-PROFILEfavoriteNews ul.zoo-list {
    flex-direction: row;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  div.LGT-HPfocusNews ul.zoo-list li > div div.media {
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1179px) {
  div.LGT-HPfocusNews ul.zoo-list li > div div.media, div.LGT-PROFILEfavoriteNews ul.zoo-list li > div div.media {
      width: 100%;
      height: auto;
  }
}

/* # Vestizione Focus Local (come le vecchie Latest News in HomePage ------- */
/* .LGT-HPfocusNews .zoo-item-list.zoo-list li {
  flex: 0 0 33.3333%;
  align-items: stretch;
  padding-left: var(--LGTbaseunit);
}
div.LGT-HPfocusNews ul.zoo-list li > div {
  background-color: var(--LGTcolor-neutral-light, #FAFAFA);
  flex-direction: column;
  height: 100%;
}
div.LGT-HPfocusNews ul.zoo-list li > div .content {
  padding: 1rem;
}

div.LGT-HPfocusNews ul.zoo-list li > div .content .title {
  min-height: 5rem;
} */

.LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .media.media-top {
  margin-right: 0;
  margin-bottom: 1rem;
}
.LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div {
  background-color: var(--LGTcolor-neutral-light, #FAFAFA);
  padding-bottom: 1rem;
}
.LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .title,
.LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .description {
  padding-left: 1rem;
  padding-right: 1rem;
}

.LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .title {
  /* min-height: 6rem; */
  font-weight: bold !important;
}

.LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .title a {
  font-weight: bold;
}
/* # END OF Vestizione Focus Local (come le vecchie Latest News in HomePage ------- */




/* LATEST NEWS (Homepage) - Zoo Item */
@media (max-width: 700px) {
  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div {
    display: grid;
    grid-template-columns: calc(120px + var(--LGTbaseunit)) auto;
    grid-template-rows: repeat(2, auto);
    background: none;
  }

  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .media.media-top {
    grid-column: 1 / span 1;
    grid-row: 1 / -1;

    margin-top: 0;
    margin-right: var(--LGTbaseunit);
    height: 120px;
  }

  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .title {
    min-height: 0;
    grid-row: 1 / span 1;
    grid-column: 2 / span 1;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .title a {
    text-decoration: none;
    color: var(--LGTcolor-ink);
    font-size: var(--LGTtypesize-l-1);
  }

  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .title,
  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .description {
    padding: 0;
  }

  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-list .layout-default .element-itemprimarycategory {
    margin-bottom: 0;
  }

}


/* # FOOTER styles overrides in order to welcome the new switcher module */
.STEPX-language-switcher,
.LGTpanel--footer--logoLogotel {
  max-width: 50%;
}

@media screen and (min-width: 1250px) {
  .LGT-footermenu--social,
  .LGT-footermenu--main,
  .STEPX-language-switcher,
  .LGTpanel--footer--logoLogotel {
    max-width: max-content !important;
  }

}

div.LGT-footermenu:not(.LGT-footermenu--social) ul li:last-child {
  margin-left: unset !important;
}
/* # END FOOTER styles overrides in order to welcome the new switcher module */

/* # footer minor adjustment */
.LGT-footermenu--main ul li::after {
    content: "";
    width: 1px;
    height: 12px;
    background: var(--LGTcolor-ink);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px !important;
}
.LGT-footermenu--main ul li:last-child:after {
  display: none;
}
/* # END footer minor adjustment */

/* # Language switcher del footer */
  
.STEPX-language-switcher {
  margin-right: 0;
  margin-left: 0;
}

.STEPX-language-switcher ul.lang-inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.STEPX-language-switcher ul.lang-inline > li {
  position: relative;
  margin-right: .7rem;
  margin-top: 0 !important;
}
/* Inserted @media screen and (min-width: 425px) to fix language-switcher in the fotter on tiny widths screens */
@media screen and (min-width: 425px) {
  .STEPX-language-switcher ul.lang-inline > li::after {
    content: "|";
    padding-left: .4rem;
  }
}
.STEPX-language-switcher ul.lang-inline > li:last-child {
  margin-right: 0;
}
.STEPX-language-switcher ul.lang-inline > li:last-child:after {
  content: unset;
  display: none;
}
.STEPX-language-switcher ul.lang-inline > li a {
  text-decoration: none;
  color: black;
}
.STEPX-language-switcher ul.lang-inline > li a:hover {
  text-decoration: none;
  color: var(--LGTcolor-primary);
}

.STEPX-language-switcher ul.lang-inline .lang-active a {
  color: var(--LGTcolor-primary);
  pointer-events: none;
}

.STEPX-language-switcher ul.lang-inline .lang-active::after {
  color: black;
}
/* # END Language switcher del footer */

/* # footer - powered by Logotel */
.LGTpanel--footer--logoLogotel {
  margin-right: 0;
  margin-left: 0;
  text-align: right;
}
.LGTpanel--footer--logoLogotel img {
  width: 160px;
}
/* # END footer - powered by Logotel */

.LGTpanel--footer--scarica-app-iOS-Android {
  text-align: center;
  display: flex;
}

@media screen and (min-width: 1025px) {
  .LGTpanel--footer--scarica-app-iOS-Android {
    display: none;
  }
}

.LGTpanel--footer--scarica-app-iOS-Android > div {
  margin-left: auto;
  margin-right: auto;
}

.LGTpanel--footer--scarica-app-iOS-Android > a {
  display: block;
  width: max-content;
  padding: 1.6rem;
  color: var(--LGTcolor-primary);
}

.LGTpanel--footer--scarica-app-iOS-Android > a:hover {
  background-color: var(--LGTcolor-primary-dark);
  background-color: var(--LGTcolor-neutral-90a);
}

.LGTpanel--footer--scarica-app-iOS-Android img {
  height: 45px;
}

.LGTpanel--footer--scarica-app-iOS-Android img + img {
  margin-left: 1rem;
}

.LGTpanel--footer--scarica-app-iOS-Android p {
  margin-bottom: 0;
}

/* avatar letters */
.LGTfacesonline__item .avatarLetters,
.LGT-HPprofiletto__dati a .avatarLetters,
.LGTpanel--sidebar-b .LGT-HPprofiletto__dati a .avatarLetters,
.LGT-PROFILEprofiletto .avatarLetters{
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--LGTcolor-primary, #2A55F9);
}
.LGT-HPprofiletto__dati a .avatarLetters{
  width: 50px;
  height: 50px;
}
.LGTpanel--sidebar-b .LGT-HPprofiletto__dati a .avatarLetters{
  width: 100px;
  height: 100px;
}
.LGT-PROFILEprofiletto .avatarLetters{
  width: 200px;
  height: 200px;
}

.LGT-HPprofiletto__dati a .avatarLetters:hover,
.LGTfacesonline__item .avatarLetters:hover {
  background-color: var(--LGTcolor-primary-light);
}
.LGT-PROFILEprofiletto .avatarLetters span,
.LGT-PROFILEprofiletto .avatarLetters span,
.LGT-HPprofiletto__dati a .avatarLetters span,
.LGTfacesonline__item .avatarLetters span {
  color: #fff;
  font-size: 1.25rem;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}
.LGT-HPprofiletto__dati a .avatarLetters span{
  line-height: 50px;
}
.LGT-PROFILEprofiletto .avatarLetters span,
.LGTpanel--sidebar-b .LGT-HPprofiletto__dati a .avatarLetters span{
  line-height: 100px;
  font-size: 2rem;
}
.LGT-PROFILEprofiletto .avatarLetters span{
  line-height: 200px;
  font-size: 3rem;
}
.user-profile-letters {
  text-decoration: none;
}
#comments .avatarLetters,
.user-profile-letters .avatarLetters {
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100px;
  height: 100px;
  color: #fff;
  background-color: var(--LGTcolor-primary, #2A55F9);
}

#comments .avatarLetters:hover,
.user-profile-letters .avatarLetters:hover {
  background-color: var(--LGTcolor-primary-light);
}

.user-profile-letters .avatarLetters span {
  color: #fff;
  font-size: 2.5rem;
  line-height: 100px;
  font-weight: 700;
  text-decoration: none;
}
#comments .avatar a {
  text-decoration: none;
}
#comments .avatarLetters {
  border-radius: 30rem;
}

#comments .avatarLetters,
.LGTheader .user-profile-letters .avatarLetters {
  width: 48px;
  height: 48px;
}
#comments .avatarLetters span,
.LGTheader .user-profile-letters .avatarLetters span {
  line-height: 48px;
  font-size: 1.5rem;
}



/* # Standard Logotel Accordion */
.LGTaccordion {
  --accordion-color: #0c0;
  --accordion-font-family: sans-serif;
  --accordion-font-size-title: 18px;
  --accordion-font-size: 15px;
  font-family: var(--accordion-font-family);
  list-style-type: none;
  padding: 0;
}
.LGTaccordion [data-accordion-panel] {
  display: none;
  font-size: var(--accordion-font-size);
}
.LGTaccordion > * {
  padding: 0;
}
.LGTaccordion__content {
  padding: 1rem;
}
.LGTaccordion [data-accordion-item] h1, .LGTaccordion [data-accordion-item] h2, .LGTaccordion [data-accordion-item] h3, .LGTaccordion [data-accordion-item] h4, .LGTaccordion [data-accordion-item] h5, .LGTaccordion [data-accordion-item] h6 {
  font-size: var(--accordion-font-size-title) !important;
  line-height: 1.3 !important;
}
.LGTaccordion [data-accordion-item] button {
  padding: 0.6rem 1.2rem 0.6rem;
  font-size: var(--accordion-font-size-title);
  width: 100%;
  height: 100%;
  border: 0;
  display: flex;
  justify-content: start;
  text-decoration: none;
  position: relative;
  line-height: inherit;
  text-align: left;
  cursor: pointer !important;
}
.LGTaccordion [data-accordion-item] button:hover {
  opacity: 0.8;
}
.LGTaccordion [data-accordion-item] button:after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 0;
  width: 20px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.667 490.667' style='enable-background:new 0 0 490.667 490.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M237.792,316.875c4.165,4.164,10.917,4.164,15.083,0l128-128c4.093-4.237,3.976-10.99-0.262-15.083 c-4.134-3.993-10.687-3.993-14.821,0L245.333,294.251L124.875,173.792c-4.237-4.093-10.99-3.975-15.083,0.262 c-3.992,4.134-3.992,10.687,0,14.82L237.792,316.875z'/%3E%3Cpath d='M480,0H10.667C4.776,0,0,4.776,0,10.667V480c0,5.891,4.776,10.667,10.667,10.667H480c5.891,0,10.667-4.776,10.667-10.667 V10.667C490.667,4.776,485.891,0,480,0z M469.333,469.333h-448v-448h448V469.333z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.LGTaccordion [data-accordion-item][aria-expanded=true] button:after {
  transform: rotate(180deg);
}
.LGTaccordion [aria-expanded=true] [data-accordion-panel] {
  display: block;
}

/* # END Standard Logotel Accordion */

/* # All cookies styles, hides and fixes */
.STEPX-page-all-cookies .uk-article-meta { display: none; }
.STEPX-page-all-cookies .uk-article > p:last-child { display: none; }
.accordionTable {
  min-width: 800px;
  border-collapse: collapse;
}
.accordionTable th,
.accordionTable td {
  border: 1px solid gray;
  padding: .2rem 1rem;
}
.accordionTable th {
  background: var(--LGTcolor-primary);
}
.accordionTable th,
.accordionTable td {
  min-width: 110px;
}
.accordionTable th p,
.accordionTable td p {
  margin-bottom: 0;
}
.accordionTable [data-header="cookie"] { min-width: 90px; }
.accordionTable [data-header="type"] { min-width: 110px; }

.accordionTableWrapper {
  max-width: 100%;
  overflow-x: scroll;
}

.accordionTableWrapper + .accordionTableWrapper {
  margin-top: 1rem;
}

#headerCookiesNoLogin {
  margin-top: 356px;
}

@media screen and (min-width: 1024px) {
  #headerCookiesNoLogin {
    margin-top: 226px;
  }
}

#LGTheader + .LGTrootwrapper #headerCookiesNoLogin {
  margin-top: 0;
}

#LGTheader + .LGTrootwrapper #headerCookiesNoLogin svg {
  display: none;
}

#LGTheader + .LGTrootwrapper #footerCookiesNoLogin {
  display: none;
}

#footerCookiesNoLogin {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

#footerCookiesNoLogin > *:last-child {
  flex: 0 0 110px;
}

div.LGT-logout button {
  background-color: transparent;
}

/* # END All cookies styles, hides and fixes */



/* # ------------------------------------------------------------------------------ */
/* # ----------------------------- Restyling HP August 2022 ----------------------- */
/* # ------------------------------------------------------------------------------ */


/* * generic */
.LGTpanel__heading--cta {
  background-color: var(--LGTcolor-primary);
  /* border-radius: 4px; */
  padding: .2rem .4rem;
}

body {
  overflow-x: hidden;
}
.LGT-HPprofiletto__dati {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.LGTChangeViewButton {
  display: block;
  width: 26px !important;
  height: 25px !important;
  /* background-image: url("data:image/svg+xml,%3Csvg width='76px' height='76px' xmlns='http://www.w3.org/2000/svg' baseProfile='full' xml:space='preserve'%3E%3Cpath d='M 54,52.0001L 29.25,52.0001L 37.25,60L 26.75,60L 14.75,48.0001L 26.75,36L 37.25,36L 29.25,44.0001L 54,44.0001L 54,52.0001 Z M 22,23.9999L 46.75,23.9999L 38.75,16L 49.25,16L 61.25,27.9999L 49.25,40L 38.75,40L 46.75,31.9999L 22,31.9999L 22,23.9999 Z'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3Csvg width='26px' height='25px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3842621,6.51902008 L0,6.51902008 L6.43865967,0' stroke='%23000' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round' transform='rotate(-180 12.003 11.76)'/%3E%3Cpath d='M22.3842621,6.51902008 L0,6.51902008 L6.43865967,0' stroke='%23000' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round' transform='translate(1.62 2)'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: 0 !important;
}
div.LGT-logout button {
  background-color: transparent;
}
.updatePhotogalleryUploadYourPhoto {
  margin-top: 2.4rem;
}
.updatePhotogalleryUploadYourPhoto a {
  background-color: var(--LGTcolor-primary);
  padding: .3rem .8rem;
  color: white;
  text-decoration: none;
}
.STEPX-gallery-upload h1.headline {
  display: none;
}
#yoo-zoo .submission {
  padding-top: 3rem;
}

/* * bug fix MY NEXT EVENT for day of the month that was breaking in two lines on 1024px screens */
.LGT-HPnextevent .event-date-container span.event-day {
  flex: 1 0 fit-content;
}

/* * Logout button with pointer cursor */
.LGTpanel--toolbar-b.LGT-logout button.uk-button {
  cursor: pointer;
}

/* # Remake Flash News -------------------------------------------- */
.LGT-HPflashNews .element ul {
  list-style-type: disc;
}

.LGT-HPflashNews .description {
  height: 0%;
  margin-top: .2rem;
  /* max-height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 500ms ease-in-out; */
}

.LGT-HPflashNews ul li>div,
.LGT-HPflashNews div.item>div {
  padding: var(--LGTbaseunit);
}


.LGT-HPflashNews h3.title {
  position: relative;
  padding-left: 3rem;
  transition: all 450ms ease-in-out;
  pointer-events: none;
  user-select: none;
}

.LGT-HPflashNews h3.title a {
  pointer-events: none;
  user-select: none;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  color: black;
}

/* .LGT-HPflashNews .element.element-textarea>*:not(h3) {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 500ms ease-in-out;
} */

.LGT-HPflashNews .element.element-textarea.first.last ul {
  flex-direction: column;
}

.LGT-HPflashNews .layout-default {
  background-color: var(--LGTcolor-primary-extralight);
  cursor: pointer !important;
  /* min-height: 194px !important; */
}

/* .LGT-HPflashNews .layout-default:hover {
  background-color: var(--LGTcolor-primary-lighter);
}

.LGT-HPflashNews .layout-default:focus {
  outline: red 7px solid !important;
  outline-offset: 5px !important;
  background-color: var(--LGTcolor-primary-lighter);
} */


.LGT-HPflashNews .element.element-textarea.first.last ul {
  flex-direction: column;
}

.LGT-HPflashNews ul li>div,
.LGT-HPflashNews div.item>div {
  padding: 2rem;
}

/* .LGT-HPflashNews li:active .description .element>*:not(h3),
.LGT-HPflashNews li:focus .description .element>*:not(h3),
.LGT-HPflashNews li:focus-within .description .element>*:not(h3),
.LGT-HPflashNews .layout-default[aria-expanded="true"] .description .element>*:not(h3) {
  max-height: 100vh !important;
  opacity: 1 !important;
  margin-top: 1rem !important;
  margin-bottom: 1.5em !important;
}


.LGT-HPflashNews li:active .content>h3.title,
.LGT-HPflashNews li:focus .content>h3.title,
.LGT-HPflashNews li:focus-within .content>h3.title,
.LGT-HPflashNews .layout-default:focus .content>h3.title {
  padding-left: 0;
  transition: all 500ms ease-in-out;
}

.LGT-HPflashNews li:active .content>h3.title::before,
.LGT-HPflashNews li:focus .content>h3.title::before,
.LGT-HPflashNews li:focus-within .content>h3.title::before,
.LGT-HPflashNews .layout-default:focus .content>h3.title::before {
  transform: rotate(180deg);
  opacity: 0;
  width: 0;
}

.LGT-HPflashNews li:active .description,
.LGT-HPflashNews li:focus .description,
.LGT-HPflashNews li:focus-within .description,
.LGT-HPflashNews .layout-default:focus .description {
  // max-height: 100vh !important;
  // opacity: 1 !important;
  // margin-top: 1rem !important;
  // margin-bottom: 1.5em !important;
  // height: auto !important;
} */


/* .LGT-HPflashNews .content .title::before { */
.LGT-HPflashNews .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  background-image: url('https://stepx.geox.com/templates/yoo_moreno_community/images/icons/STEPX_ICO_toggle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85% 85%;
  width: 2.2rem;
  height: 2.2rem;
  transition: all 450ms ease-in-out;
  opacity: 1;
}


.LGT-HPflashNews .zoo-item-list {
  scroll-snap-type: x mandatory !important;
  scroll-snap-type: x proximity;
  overflow-x: scroll;
  margin: 0 calc(var(--LGTspace, 15px)*-1);
}


.LGT-HPflashNews .zoo-item-list>li {
  scroll-snap-align: start;
}

.LGT-HPflashNews .description .element span a {
  color: var(--LGTcolor-primary-extradark, hsla(172, 100%, 23%, 1));
}

.LGT-HPflashNews .description .element span a:hover {
  color: var(--LGTcolor-primary-dark, hsla(172, 100%, 33%, 1));
}


div.yoo-zoo.blog-default-flash-news div.teaser-item div.pos-media a,
.LGT-HPflashNews div.media a:focus {
  outline: 4px solid;
  outline-offset: 5px;
}

div.yoo-zoo.blog-default-flash-news div.teaser-item div.pos-content,
.LGT-HPflashNews ul li>div div.description,
.LGT-HPflashNews div.item>div div.description {
  margin-top: 0;
}

div.yoo-zoo.blog-default-flash-news .element a {
  color: var(--LGTcolor-primary-dark, hsla(172, 100%, 33%, 1));
}

div.yoo-zoo.blog-default-flash-news .element a:hover {
  color: var(--LGTcolor-primary-extradark, hsla(172, 100%, 23%, 1));
}

div.yoo-zoo.blog-default-flash-news .pos-title a {
  pointer-events: none;
}

.LGT-HPflashNews ul li {
  margin-right: 0;
}

.LGT-HPflashNews ul li>div,
.LGT-HPflashNews div.item>div {
  padding: .5rem;
}

/* .LGT-HPflashNews .layout-default {
  min-height: unset !important;
} */

.LGT-HPflashNews h3.title a {
  display: inline-block;
  width: 30ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}

.LGT-HPflashNews ul {
  gap: 1.2rem;
  align-items: flex-start;
  padding-bottom: .8rem;
}

.LGT-HPflashNews .pos-categoria {
  font-size: .85rem;
  margin-left: .5rem;
}


@media screen and (min-width: 1024px) {
  .LGT-HPflashNews ul li {
    flex: 0 0 calc(40% - var(--LGTbaseunit) * 0.666666);
  }
}

/* * new scrollbar flash news */
.LGT-HPflashNews .zoo-item-list {
  --background: transparent;
  --border: transparent;
  --thumb: #ccc;
  --thumbHover: var(--LGTcolor-primary-extradark);
  --size1: 8px;
  /* 0 if only vertical scrolling */
  --width: 0;
  /* 0 if only horizontal scrolling */
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--thumb) var(--background);
  scrollbar-gutter: stable;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.LGT-HPflashNews .zoo-item-list>* {
  scroll-snap-align: start;
}

.LGT-HPflashNews .zoo-item-list::-webkit-scrollbar {
  width: var(--width);
  height: var(--size1);
  border: 0;
  overflow-y: hidden;
}

.LGT-HPflashNews .zoo-item-list::-webkit-scrollbar-track {
  background: var(--background);
  border-radius: 0;
  margin-block: 0.5em;
}

.LGT-HPflashNews .zoo-item-list::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 100vw;
}

.LGT-HPflashNews .zoo-item-list::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--thumb);
}

.LGT-HPflashNews .zoo-item-list::-webkit-scrollbar-thumb:vertical {
  background-color: var(--thumb);
}

.LGT-HPflashNews .zoo-item-list::-webkit-scrollbar-thumb:hover {
  background: var(--thumbHover);
}


/* * most read */

.LGT-HPmostreadNews .zoo-list {
  display: grid;
}

@media screen and (min-width: 768px) {
  .LGT-HPmostreadNews .zoo-list {
    grid-template-columns: repeat(2,1fr);
  }
}


@media screen and (min-width: 1024px) {
  .LGT-HPmostreadNews .zoo-list {
    grid-template-columns: repeat(3,1fr);
  }
  .LGT-HPmostreadNews .zoo-list > *:nth-of-type(4) {
    display: none;
  }  
}

@media screen and (min-width: 1280px) {
  .LGT-HPmostreadNews .zoo-list {
    grid-template-columns: repeat(4,1fr);
  }
    .LGT-HPmostreadNews .zoo-list > *:nth-of-type(4) {
    display: list-item;
  }  
}

.LGT-HPmostreadNews .pos-meta {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.LGT-HPmostreadNews .pos-meta .element.element-itemhits,
.LGT-HPmostreadNews .pos-meta .element.element-itemcommentslink a,
.LGT-HPmostreadNews .pos-meta .element.element-countlike .countlike {
  margin-right: unset;
}
.pos-meta .element.element-itemhits::before,
.pos-meta .element.element-itemcommentslink a::before,
.pos-meta .element.element-countlike .countlike::before {
  width: 1em;
}

@media screen and (min-width: 1024px) {
  .pos-meta .element.element-itemhits::before,
  .pos-meta .element.element-itemcommentslink a::before,
  .pos-meta .element.element-countlike .countlike::before {
    width: 2em;
  }
}


/* * titles in homepage */
/* .LGT-HP-before { */
  /* display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin-bottom: 1.2rem;
  border-top: 1px solid black;
  padding-top: calc(var(--LGTbaseunit) / 2);
}
.LGT-HP-before .LGTpanel__heading--link {
  top: unset;
  bottom: unset;
  right: unset;
  position: relative;
  line-height: 2;
}
.LGT-HP-before .LGTpanel__title {
  margin-left: 0;
  margin-right: auto;
} */

.LGTpanel--main-top.LGT-HPmostreadNews,
.LGTpanel--main-top.LGT-HPlastComments {
  /* border-top: 1px solid; */
  padding-top: calc(var(--LGTbaseunit) / 2);
  margin-top: 0;
  margin-bottom: var(--LGTbaseunit);
}
h3.LGTpanel__title {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2;
}



/* * Last comments */
#yoo-zoo .mod_last_comments.LGT-HPlastComments#comments > ul {
  padding-left: 0;
  margin-top: 0;
}

#yoo-zoo #comments .comment-head {
  padding: .5rem;
}

#yoo-zoo #comments .comment-head .author a {
  font-size: .84rem;
  text-transform: capitalize;
  text-shadow: unset !important;
  color: black;
  font-weight: normal;
  letter-spacing: 2px;
}

#yoo-zoo #comments > ul > li > div.comment div.comment-head,
#comments > ul > li > div.comment div.comment-head {
  /* padding: .6rem 1rem; */
  padding: .6rem;
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  #comments div.comment {
    /* padding: .6rem 0 1.5rem 5rem; */
    padding: 1.5rem 1.5rem 1.5rem 5rem;
  }
  #yoo-zoo #comments .comment-head .avatar {
    position: absolute;
    left: 1.1rem;
    /* top: 1.4rem; */
  }

  #yoo-zoo #comments ul.level2 .comment-head .avatar {
    left: calc(var(--LGTbaseunit) / 2 + 50px + 10px);
  }
  
  #yoo-zoo #comments > ul > li > div.comment div.comment-head,
  #comments > ul > li > div.comment div.comment-head,
  #yoo-zoo #comments ul.level2 div.comment div.comment-head {
    padding-top: 0;
  }
}

#comments div.comment {
  position: relative;
}

#comments > ul > li > div.comment {
  background-color: #f1f1f1;
}

#yoo-zoo #comments .comment-head {
  border: 0;
  background-color: unset;
}

#comments > ul > li > div.comment {
  border: 0;
  border-radius: 1px;
}

#comments a.itemlink img {
  margin-right: 1rem;
}



/* * News in the homepage (Fusion of main news + focus local) */

.LGT-HPfocusNews.LGT-HPlatestNews .zoo-list li > div {
  background-color: var(--LGTcolor-neutral-light, #FAFAFA);
  padding-bottom: 0rem;
  display: flex;
}

.LGT-HPlatestNews.LGT-HPfocusNews2022 ul.zoo-list {
  display: grid;
  gap: 1.6rem;
  margin: 0;
}

.LGT-HPlatestNews.LGT-HPfocusNews2022 ul.zoo-list > li .pos-meta {
  display: flex;
  gap: 1.4rem;
}
.LGT-HPlatestNews.LGT-HPfocusNews2022 ul.zoo-list > li .pos-meta > * {
  margin-right: 0;
}
.LGT-HPlatestNews.LGT-HPfocusNews2022 ul.zoo-list > li {
  padding-left: 0;
  margin-bottom: 0;
}

.LGT-HPfocusNews.LGT-HPfocusNews2022 .zoo-list li > div {
  /* display: grid; */
  /* grid-template-columns: repeat(3,1fr); */
  padding-bottom: 0;
  position: relative;
}

div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div div.media.media-top {
  object-fit: cover;
}
@media (max-width: 700px) {
  .LGT-HPfocusNews.LGT-HPfocusNews2022 .zoo-item-list li > .layout-default {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .LGT-HPfocusNews.LGT-HPlatestNews .zoo-item-list li > div .media.media-top {
    min-height: 170px;
    aspect-ratio: 2/1;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 701px) {
  div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div div.media.media-top {
    max-height: 160px;
    width: 100%;
    margin-bottom: 0;
  }
}


div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div > .media,
div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div > .newsTopGroup {
  /* grid-column: span 3 / auto; */
  height: 100%;
}

div.LGT-HPfocusNews2022 ul.zoo-list li > div .LGTimgplaceholder {
  display: none;
}
div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div .newsTopGroup {
  padding: 1rem;
}
div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div h3 {
  /* padding-left: 1rem; */
  margin-block: 0;
  font-size: 1.4rem;
}
div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div .pos-categoria > * {
  padding-bottom: 1.2rem;
  font-size: .9rem;
}
div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div .pos-categoria > .LGTdate {
  display: block;
  color: #999;
}
div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list li > div .pos-subtitle {
  display: none;
}

div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div div.media.media-top::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--LGTcolor-primary, hsla(172,100%,43%,1)) 30%, transparent 50%);
  z-index: 2;
  opacity: .9;
}

div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div .title {
  position: absolute;
  top: 6rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2022 ul.zoo-list {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }
  .LGT-HPlatestNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child {
    grid-column: span 2 / auto;
  }
  div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div div.media.media-top {
    min-height: 320px;
    height: 320px;
    max-height: 320px;
    position: relative;
    isolation: isolate;
  }
  
  div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div div.pos-categoria {
    display: flex;
    gap: 2rem;
  }
  
  div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div div.pos-categoria > * {
    padding-bottom: 0;
    padding-top: .2rem;
  }
  
  div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div .newsTopGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div .title {
    position: absolute;
    top: 230px;
    left: 1rem;
    font-size: 2rem;
    margin: 0;
  }
  .LGT-HPfocusNews.LGT-HPfocusNews2022.LGT-HPlatestNews .zoo-item-list li > div .title {
    min-height: 4rem;
  }
}

.LGT-HPfocusNews.LGT-HPfocusNews2022.LGT-HPlatestNews .zoo-item-list li > div .pos-extraheader {
  display: none;
}
.LGT-HPfocusNews.LGT-HPfocusNews2022.LGT-HPlatestNews .zoo-item-list li > div .title {
  padding: 0;
}

@media screen and (max-width: 1111px) {
  .LGT-HPfocusNews.LGT-HPfocusNews2022.LGT-HPlatestNews .zoo-item-list li:last-child {
    display: none;
  }
  .LGT-HPfocusNews.LGT-HPfocusNews2022.LGT-HPlatestNews .zoo-item-list li:nth-last-child(2) {
    display: none;
  }
}

@media screen and (min-width: 1112px) and (max-width: 1899px) {
  .LGT-HPfocusNews.LGT-HPfocusNews2022.LGT-HPlatestNews .zoo-item-list li:last-child {
    display: none;
  }
}
@media screen and (min-width: 1447px) and (max-width: 1899px) {
  .LGT-HPfocusNews.LGT-HPfocusNews2022.LGT-HPlatestNews .zoo-item-list li:nth-last-child(2) {
    display: none;
  }
}
.LGT-HPfocusNews2022 .pos-meta .element.element-itemhits,
.LGT-HPfocusNews2022 .pos-meta .element.element-itemcommentslink a,
.LGT-HPfocusNews2022 .pos-meta .element.element-countlike .countlike {
  margin-right: 0;
  color: var(--LGTcolor-ink);
  text-decoration: none;
}

.LGT-HPfocusNews2022 .pos-meta .element.element-itemhits::before,
.LGT-HPfocusNews2022 .pos-meta .element.element-itemcommentslink a::before,
.LGT-HPfocusNews2022 .pos-meta .element.element-countlike .countlike::before,
#comments div.comment div.comment-actions a.reply::before,
#comments div.comment div.comment-actions a.btn-vota::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.375em;
  margin-right: .2em;
  vertical-align: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.LGT-HPfocusNews2022 .pos-meta .element.element-itemhits::before {
  background-image: url(../images/icons/STEPX_ICO__news--views.svg);
}
.LGT-HPfocusNews2022 .pos-meta .element.element-itemcommentslink a::before,
#comments div.comment div.comment-actions a.reply::before {
  background-image: url(../images/icons/STEPX_ICO__news--comments.svg);
}

.LGT-HPfocusNews2022 .pos-meta .element.element-countlike .countlike::before,
#comments div.comment div.comment-actions a.btn-vota::before {
  background-image: url(../images/icons/STEPX_ICO__news--like.svg);
}
.LGT-HPfocusNews2022 .pos-meta .element.element-countlike .countlike.voted::before,
#comments div.comment div.comment-actions a.btn-vota.voted::before {
  background-image: url(../images/icons/STEPX_ICO__news--likeFILLED.svg);
}

.LGT-HPfocusNews2022 .pos-meta .element.element-countlike .countlike.nolike,
.LGT-HPfocusNews2022 .pos-meta .element.element-itemcommentslink a:empty {
  display: none;
}

/* * Restyling gallery */

.STEPX-newHP_gallery .ENLWG-modulefooter {
  display: none;
}


.LGTpanel--main-bottom.STEPX-newHP_gallery .moduletable {
  background-color: unset;
  padding: 0;
}

.STEPX-newHP_gallery > .moduletable > ul {
  margin: 0;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.STEPX-newHP_gallery > .moduletable > ul > li {
  aspect-ratio: 1;
  padding: 0 !important;
  flex: 200px 0 auto !important;
}

.STEPX-newHP_gallery > .moduletable > ul > li .content {
  display: none;
}

.STEPX-newHP_gallery > .moduletable > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}

.STEPX-newHP_gallery > .moduletable > ul > li div {
  width: 100% !important;
  min-height: unset !important;
}

.STEPX-newHP_gallery > .moduletable > ul > li img {
  aspect-ratio: 1;
  width: 400px;
  max-width: 100% !important;
}

.STEPX-newHP_gallery .LGT-HP-before {
  align-items: flex-start;
}

/* * title page profile */
.STEPX-page__profile .LGTpanel__title {
  border-top: solid 1px black;
  padding-top: 0.2rem;
}

/* * fix space in search wrapper in HeaderToolbar */
.STEPX-HeaderToolbar-search-wrapper p {
  margin-bottom: 0;
}

/* * Users online */
 .LGTpanel__heading--linkContainer {
  /* position: absolute;
  top: 0;
  right: 0;
  min-width: 300px; */
}
.LGT-facesonline {
  /* border-top: 2px solid #999;
  padding-top: 0.6rem;
  position: relative; */
}
.LGT-facesonline .totale_facesonline {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.LGT-facesonline .totale_facesonline strong {
  font-size: 1.5em;
}
.LGT-facesonline .LGTfacesonline__list {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(3,auto);
  gap: .2rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .LGT-facesonline .LGTfacesonline__list {
    gap: .5rem;
  }
}
.LGT-facesonline .LGTfacesonline__list li.LGTfacesonline__item {
  margin: 0;
  max-width: unset;
  flex: 0 0 auto;
}

.LGT-facesonline .LGTfacesonline__list li.LGTfacesonline__item a {
  width: 80px;
}

.LGT-facesonline .LGTfacesonline__list li.LGTfacesonline__item img {
  width: 100%;
}

.LGT-facesonline .LGTfacesonline__item .avatarLetters, 
.LGT-HPprofiletto__dati a .avatarLetters, 
.LGTpanel--sidebar-b .LGT-HPprofiletto__dati a .avatarLetters {
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
}

.LGT-facesonline .avatarLetters {
  text-transform: uppercase;
}

.LGTmain > :last-child {
  margin-bottom: 3rem;
}

.LGT-facesonline.LGT-facesonline .LGTfacesonline__item {
  display: none;
}
.LGT-facesonline.LGT-facesonline .LGTfacesonline__item:nth-of-type(n+1):nth-of-type(-n+12) {
  display: list-item;
}
@media screen and (min-width: 768px) {
  .LGT-facesonline .LGTfacesonline__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .LGTmain > :last-child {
    margin-bottom: calc(var(--LGTheader)*2.5);
  }
}

/* * users online - just scrollbar */
.LGT-facesonline .LGTfacesonline__list {
  --background: transparent;
  --border: transparent;
  --thumb: transparent;
  --thumbHover: transparent;
  --size1: 0; /* 0 if only vertical scrolling */
  --width: 0; /* 0 if only horizontal scrolling */
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--thumb) var(--background);
  scrollbar-gutter: stable;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.LGT-facesonline .LGTfacesonline__list > * {
  scroll-snap-align: start;
}
.LGT-facesonline .LGTfacesonline__list::-webkit-scrollbar {
  width: var(--width);
  height: var(--size1);
  border: 0;
  overflow-y: hidden;
}
.LGT-facesonline .LGTfacesonline__list::-webkit-scrollbar-track {
  background: var(--background);
  border-radius: 0;
  margin-block: 0;
}
.LGT-facesonline .LGTfacesonline__list::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 100vw;
}
.LGT-facesonline .LGTfacesonline__list::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--thumb);
}
.LGT-facesonline .LGTfacesonline__list::-webkit-scrollbar-thumb:vertical {
  background-color: var(--thumb);
}
.LGT-facesonline .LGTfacesonline__list::-webkit-scrollbar-thumb:hover {
  background: var(--thumbHover);
}

.LGT-facesonline.LGT-facesonline:not(.LGT-facesonline--fullpage) {
  display: block;
}

.LGT-facesonline .LGTpanel__heading--linkContainer {
  /* height: 38px; */
}

/* * hide old sidebar */
aside.LGTsidebar--b {
  display: none !important;
}

/* * My Achievements */
#STEPX-toolbarpanel--gamification .LGT-HPprofiletto__badges.compact .LGTbadge a {
  color: white;
}

/* * Pagina Online Users */
.STEPX-AllOnlineUsers .LGT-facesonline--fullpage > .details {
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.STEPX-AllOnlineUsers .LGT-facesonline--fullpage .totale_facesonline {
  display: block;
  border-top: 1px solid black;
  padding-top: .8rem;
  margin-bottom: 1rem;
}

.STEPX-AllOnlineUsers .LGTfacesonline__list li.LGTfacesonline__item a {
  width: 80px;
  height: 80px !important;
}
.STEPX-AllOnlineUsers .LGTfacesonline__list li.LGTfacesonline__item img {
  width: 100%;
}

.STEPX-AllOnlineUsers .avatarLetters {
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
}

/* * link view all inside gamification toolbar */
#STEPX-toolbarpanel--gamification div:last-child {
  text-align: right;
}

#STEPX-toolbarpanel--gamification div:last-child a {
  color: white;
}

/* * bux fix profile image inside profiletto header */
.LGT-HPprofiletto__dati a:hover {
  text-decoration: none;
}

.LGT-HPprofiletto__dati .avatarLetters {
  width: 46px;
  height: 53px;
  box-shadow: 0 0 30px 10px var(--LGTcolor-primary);
}

/* * hide features that should not be available in app/mobile */
@media screen and (max-width: 1024px) {
  .STEPX-PROFILO__people-manager-button,
  .LGTChangeViewButton {
   /* display: none;*/
   text-align: center;
  }
}

body.STEPX-page__profile main section.LGTmain__mainbottom div.STEPX-PROFILO__people-manager-button {
  margin-top: 0;
}

.STEPX-PROFILO__people-manager-button .btn {
  margin-inline: 0;
}

.LGTpanel--main-bottom.STEPX-change-view-button-profile {
  margin-top: 0 !important;
  text-align: center !important;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .STEPX-change-view-button-profile {
    display: none;
  }
}

/* * fix menu of translation inside comments */
#comments .translation {
  flex-wrap: wrap;
}

/* * fix search lens that disappeared in smaller viewports */
.STEPX-HeaderToolbar-search-wrapper {
  flex: 1 0 auto;
  padding-left: 1rem;
}

/* * my next event fix */
@media (max-width: 767px) {
  .LGT-HPnextevent {
    flex-direction: column;
    align-items: flex-start;
    padding: calc(var(--LGTbaseunit) *2) 0;
  }
  .LGT-HPnextevent h3 {
    width: 100%;
    text-align: left;
  }
  .LGT-HPnextevent > .dp-module-upcoming-root,
  .LGT-HPnextevent > .event-date-container {
    margin-left: 0;
  }
}

/* * fix my achievements inside profile */
@media screen and (max-width: 1023px) {
  .STEPX-page__profile .LGT-HPprofiletto__badges.compact > * {
    max-width: unset;
  }
}
@media (max-width: 1023px) {
  .LGT-HPprofiletto__badges.compact a.LGTbadge__title {
    display: block;
  }
}
.LGTheader {
  z-index: 30;
}
.LGTtoolbar--c {
  z-index: 20;
}
.LGT-HPprofiletto__badges.compact-home {
  display: flex;
  flex-direction: column !important;
}
.LGT-HPprofiletto__badges.compact-home .LGTbadge {
  max-width: none;
}

/* * Profiletto Offcanvass center */
div.LGTpanel--offcanvas.LGT-HPprofiletto__dati {
  justify-content: center;
}

/* * Profiletto Offcanvas logout button */
div.LGTpanel--offcanvas.LGT-logout button {
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .LGTheader__menu > ul li a {
    padding: calc((var(--LGTheader) - 1.5em)/2) .3em;
    font-size: .9375rem;
  }
}

div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div .newsTopGroup {
  position: relative;
}

div.LGT-HPfocusNews.LGT-HPfocusNews2022 ul.zoo-list > li:first-child > div .title {
  top: -5rem;
  left: 1rem;
  right: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* * avatar letters fix */
.LGT-HPprofiletto__dati a .avatarLetters {
  width: 49px;
  height: 50px;
}

/* * fix repository */
@media screen and (min-width: 760px) {
  .LGTpanel--main-top.STEPX-repository > * {
    grid-column: 3/11 !important;
  }

  div.STEPX-repository > div.tabella-offerta ul.categories {
    padding: 1.2rem;
    margin-bottom: .8rem;
  }
}

/* # --------------- END Restyling HP August 2022 --------------- */
©

:root .stepx-game {
    --logogame-color-white: hsl(210, 100%, 100%);
    --logogame-lucchetto-right-color: hsl(115, 29%, 53%);
    --logogame-color-black: hsl(0, 3%, 7%);
    --logogame-primary-color: hsla(172,100%,43%,1);
    --logogame-primary-color-hover: rgb(0, 171, 148);
    --logogame-secondary-color: hsl(9, 100%, 64%);
    --logogame-secondary-color-hover: hsl(9, 100%, 74%);
    --logogame-text-color: var(--logogame-color-black);
    --logogame-padding: calc(1.6 * var(--logogame-font-size));
    --logogame-border-radius: 4px;
    --logogame-font-size: 16px;
    --logogame-font-family: "Roboto", sans-serif;
    --logogame-background: var(--logogame-color-white);
    --logogame-backgroundimage: unset;
    --logogame-container-background: hsla(0,0%,96%,1);
    --logogame-container-radius: calc(2 * var(--logogame-border-radius));
    --logogame-container-color: var(--logogame-color-black);
    --logogame-container-padding: 4px;
    --logogame-stroke: 5px;
    --logogame-memory-gap: 5px;
    --logogame-memory-radius: 5px;
    --logogame-memory-duration: 0.8s;
}
@media (prefers-color-scheme: dark) {
    :root .stepx-game {
        --logogame-background: var(--logogame-primary-color);
        --logogame-container-background: hsla(0,0%,96%,1);
        --logogame-text-color: var(--logogame-color-black)
    }
}



/* # -------------------------------------------------------------------- */
/* # -------------------- Restyling HP April 2024 ----------------------- */
/* # -------------------------------------------------------------------- */


/* # HOMEPAGE ----------------------------------------------------------- */

.STEPX-home .LGTmain div[class*="LGTpanel--main"]:has(>*) {
  /* margin-top: unset; */
  border-bottom: 1px solid black;
  padding-bottom: var(--LGTbaseunit);
  margin-bottom: calc(var(--LGTbaseunit) * 2);
}

.LGT-HP-before,
.LGT-HP-Before {
  margin-bottom: 1rem;
}

.LGT-HP-before,
.LGT-HP-Before,
.LGT-HP-after {
position: relative;
}

.LGT-HP-after .LGTpanel__heading--link {
  background-color: white;
  padding: 8px;
  padding-right: 0;
  z-index: 10;
  display: block;
  top: 5px;
}

.LGT-HP-after .LGTpanel__heading--link::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url('/templates/yoo_moreno_community/images/icons/STEPX_ICO_arrowright.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 2px;
  margin-left: 5px;
}

.LGTpanel__heading--cta.LGTpanel__heading--link {
  top: 0;
}

@media screen and (max-width: 767px) {
  .LGT-HP-after .LGTpanel__heading--link {
    top: -4px;
  }
}

.LGTheader__menu > #LGTnavigation__menuWrapper {
  justify-content: center;
}

.LGTheader__menu > ul#LGTnavigation__menuWrapper > li a {
  font-weight: 700;
}

.LGTheader__menu > ul#LGTnavigation__menuWrapper > li > a::before {
  top: unset;
  bottom: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-nav.uk-nav-offcanvas .uk-nav-sub > li a {
  font-size: 1.375rem;
}

.STEPX-newHP_gallery {
  margin-top: unset !important;
}

.STEPX-newHP_gallery > .moduletable > ul {
  padding-top: 1.5rem;
  gap: 1.5rem;
}

.STEPX-newHP_gallery .LGT-HP-before {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}
.STEPX-newHP_gallery .LGT-HP-before .LGTpanel__heading--link {
  position: relative;
  margin: 0;
}

.STEPX-newHP_gallery .LGT-HP-before + p {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .STEPX-newHP_gallery > .moduletable > ul {
    grid-template-columns: 1fr;
  }
}

/* # Flash News --------------------------------------------------------- */
.LGT-HPflashNews {
  position: relative;
}

.LGT-HPflashNews .zoo-item-list {
  margin: 15px 15px 0 0;
  align-items: stretch;
}

.LGT-HPflashNews .zoo-item-list > li {
  flex: 0 0 400px;
}

@media screen and (max-width: 767px) {
  .LGT-HPflashNews .zoo-item-list > li {
    flex: 0 0 88%;
  }
}

.LGT-HPflashNews .layout-default {
  min-height: 64px !important;
  background-color: white;
  border: 2px solid var(--LGTcolor-primary);
  transition: all 120ms ease-in-out;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-height: 92px;
  /* max-height: 64px; */
}

.LGT-HPflashNews .layout-default .description {
  transition: all 120ms ease-in-out;
  opacity: 0;
  height: 0;
}

.LGT-HPflashNews .layout-default .media {
  order: 99;
  position: relative;
  min-width: 40px;
}

.LGT-HPflashNews .layout-default .content {
  width: 100%;
}

.LGT-HPflashNews .layout-default .media + .content {
  width: calc(100% - 40px);
  padding-right: 10px;
}
.LGT-HPflashNews .layout-default .content::before {
  /* position: relative; */
  background-image: url('/templates/yoo_moreno_community/images/icons/STEPX_ICO_toggle-primarydark.svg');
  min-width: 2.2rem;
  top: 50%;
  left: unset;
  transform: translateY(-50%);
  transition: transform 120ms ease-in-out;
}

.LGT-HPflashNews .layout-default .content .title {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 15px;
  width: 100%;
}

.LGT-HPflashNews .layout-default .content .title,
.LGT-HPflashNews .layout-default .content .title a {
  color: var(--LGTcolor-primary-dark);
}

.LGT-HPflashNews .layout-default:not([aria-expanded="true"]) .content .title a,
.LGT-HPflashNews .layout-default:not([aria-expanded="true"]) .content h3.title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.LGT-HPflashNews .layout-default[aria-expanded="true"] {
  background-color: white;
  border-color: var(--LGTcolor-primary-dark);
  align-items: flex-start;
  max-height: unset;
}

.LGT-HPflashNews .layout-default[aria-expanded="true"] .description {
  opacity: 1;
  height: 100%;
  padding-top: 10px;
  border-top: 1px solid var(--LGTcolor-neutral-dark);
  margin-top: 10px;
}

.LGT-HPflashNews .layout-default[aria-expanded="true"] .media {
  top: 12px;
}

.LGT-HPflashNews .layout-default:not([aria-expanded="true"]) .description .element {
  height: 0;
}

.LGT-HPflashNews .layout-default:not([aria-expanded="true"]) .description .element > * {
  margin-top: 0 !important;
}

.LGT-HPflashNews .layout-default[aria-expanded="true"] .element>*:not(h3) {
  margin: 0 0 1.5em;
}

.LGT-HPflashNews .layout-default[aria-expanded="true"] .content .title a {
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
}

.LGT-HPflashNews .layout-default[aria-expanded="true"] .content .title {
  min-height: 48px;
}


.LGT-HPflashNews .layout-default[aria-expanded="true"] .content::before {
  transform: scaleY(-1);
  top: 1.7rem;
}

.LGT-HPflashNews .layout-default .content .pos-categoria,
.LGT-HPflashNews .layout-default .content .description,
.LGT-HPflashNews .layout-default .content .title {
  padding-left: calc(2.2rem + 15px);
  margin-left: 0;
}

.LGT-HPflashNews .LGT-HP-gradient::after {
  content: '';
  width: 2rem;
  height: calc(100% - 1rem);
  position: absolute;
  z-index: 120;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, white);
}

@media screen and (min-width: 760px) {
  .LGT-HPflashNews .LGT-HP-before {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right:  1px solid var(--LGTcolor-neutral-dark);
    min-height: 86px;
  }
  .LGT-HPflashNews .LGT-HP-after {
    clear: both;
  }
}

/* # End of Remake Flash News -------------------------------------------- */ 


/* # My Next Event -------------------------------------------- */
.STEPX-home .LGTmain div[class*="LGTpanel--main"]:has(>*).LGT-HPnextevent {
  padding-bottom: calc(var(--LGTbaseunit) * 2);
  padding-top: 0;
}

.LGT-HPnextevent .LGT-HP-before {
  margin-bottom: unset;
}

.LGT-HPnextevent .event-date-container,
.LGT-HPnextevent .event-date-container > div {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

.LGT-HPnextevent .event-date-container .event-date {
  font-weight: 700;
}

.LGT-HPnextevent .event-date-container span.event-day::before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--LGTcolor-primary);
  top: unset;
  position: relative;
  margin-right: 10px;
}

.LGT-HPnextevent > .dp-module-upcoming-root {
  width: 100%;
}

.LGT-HPnextevent .dp-module-upcoming-simple-event > a {
  display: inline-flex;
  width: 100%;
  align-items: baseline;
}

.LGT-HPnextevent .dp-module-upcoming-simple-event > a::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url('/templates/yoo_moreno_community/images/icons/STEPX_ICO_arrowright.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 2px;
  margin-left: 5px;
}

.LGT-HPnextevent .dp-module-upcoming-simple-event>a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 5px - 15px);
}

@media screen and (min-width: 760px) {
  .LGT-HPnextevent {
    gap: 25px;
  }
  .LGT-HPnextevent .LGT-HP-before {
    margin-right: 25px;
  }
  .LGT-HPnextevent .event-date-container span.event-day::before {
    margin-right: 25px;
  }
  .LGT-HPnextevent .dp-module-upcoming-simple-event>a span,
  .LGT-HPnextevent > .dp-module-upcoming-root {
    width: unset;
    flex-grow: unset;
    max-width: unset;
  }
}
/* # End of My Next Event ------------------------------------- */

/* # StepX Recommends News (focus) ----------------------------- */
.LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  margin-bottom: 1rem;
}

.LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list > li {
  padding-left: 0;
  margin-bottom: 0;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .layout-default {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  position: relative;
  padding-bottom: 0;
  background-color: var(--LGTcolor-primary-20a);
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .media.media-top {
  /* height: 170px; */
  height: auto !important; 
  margin: 0;
  margin-bottom: 0 !important;
  object-fit: cover;
  min-height: unset !important;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .media,
.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .newsTopGroup {
  height: 100%;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .LGTimgplaceholder {
  display: none;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:not(:first-child) .media.media-top .LGTimgplaceholder + a {
  position: relative;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .media.media-top img {
  aspect-ratio: 2 / 1;
}


.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .newsTopGroup {
  display: flex;
  flex-flow: column;
  padding: 1rem;
  gap: 1.5rem;
}

.LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li .pos-meta,
.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list>li .pos-categoria {
  display: flex;
  gap: 1.5rem;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .pos-categoria {
  margin-top: auto;
  align-items: baseline;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .pos-categoria a {
  color: var(--LGTcolor-primary);
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .pos-categoria > .LGTdate {
  /* color: #999; */
  font-weight: 300;
  font-size: .9rem;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .pos-subtitle,
.LGT-HPfocusNews.LGT-HPfocusNews2024.LGT-HPlatestNews .zoo-list > li .pos-extraheader {
  display: none;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024.LGT-HPlatestNews .zoo-list > li .title {
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 100%;
  margin-bottom: auto;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024.LGT-HPlatestNews .zoo-list > li .title a {
  font-size: 1.5rem;
  line-height: 1.5;
}

.LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list > li .pos-meta > * {
  margin-right: 0;
}

.LGT-HPfocusNews2024 .pos-meta .element.element-itemhits,
.LGT-HPfocusNews2024 .pos-meta .element.element-itemcommentslink a,
.LGT-HPfocusNews2024 .pos-meta .element.element-countlike .countlike {
  margin-right: 0;
  color: var(--LGTcolor-ink);
  text-decoration: none;
}

.LGT-HPfocusNews2024 .pos-meta .element.element-itemhits::before,
.LGT-HPfocusNews2024 .pos-meta .element.element-itemcommentslink a::before,
.LGT-HPfocusNews2024 .pos-meta .element.element-countlike .countlike::before,
#comments div.comment div.comment-actions a.reply::before,
#comments div.comment div.comment-actions a.btn-vota::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1.375em;
  margin-right: .2em;
  vertical-align: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.LGT-HPfocusNews2024 .pos-meta .element.element-itemhits::before {
  background-image: url(../images/icons/STEPX_ICO__news--views.svg);
}

.LGT-HPfocusNews2024 .pos-meta .element.element-itemcommentslink a::before,
#comments div.comment div.comment-actions a.reply::before {
  background-image: url(../images/icons/STEPX_ICO__news--comments.svg);
}

.LGT-HPfocusNews2024 .pos-meta .element.element-countlike .countlike::before,
#comments div.comment div.comment-actions a.btn-vota::before {
  background-image: url(../images/icons/STEPX_ICO__news--like.svg);
}

.LGT-HPfocusNews2024 .pos-meta .element.element-countlike .countlike.voted::before,
#comments div.comment div.comment-actions a.btn-vota.voted::before {
  background-image: url(../images/icons/STEPX_ICO__news--likeFILLED.svg);
}

.LGT-HPfocusNews2024 .pos-meta .element.element-countlike .countlike.nolike,
.LGT-HPfocusNews2024 .pos-meta .element.element-itemcommentslink a:empty {
  display: none;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .media.media-top {
  height: 190px;
}

.LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .newsTopGroup {
  background-color: black;
  padding: 1rem 2rem;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .pos-categoria a {
  color: var(--LGTcolor-primary);
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .pos-categoria .LGTdate {
  color: var(--LGTcolor-neutral-extralight);
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .title a {
  color: white;
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .pos-meta {
  filter: invert();
}

.LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .media.media-top .LGTimgplaceholder + a {
  position: relative;
}

@media screen and (max-width: 767px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list > li:first-child {
    margin: 0 -15px;
  }
}

@media screen and (min-width: 768px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }
  
  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .media.media-top {
    /* max-height: 160px; */
    width: 100%;
    margin-bottom: 0;
  }

  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .newsTopGroup {
    gap: 0;
  }

  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li .title {
    min-height: 4rem;
    margin-bottom: initial;
  }
  
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li .pos-meta,
  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list>li .pos-categoria {
    margin-top: 1.5rem;
  }

  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list > li:first-child {
    grid-column: span 2 / auto;
    position: relative;
  }

  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .media.media-top {
    height: 100%;
    /* max-height: 358px; */
    max-height: 100%;
    position: absolute;
    isolation: isolate;
  }
  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .media.media-top img {
    aspect-ratio: unset;
  }

  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .media a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,.8) 100%);
    z-index: 2;
  }

  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .newsTopGroup {
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
    margin-top: auto;
    height: auto;
    padding: 1rem 1.5rem;
    background-color: unset;
  }

  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .pos-categoria a {
    color: var(--LGTcolor-primary-extralight);
  }
  
  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .pos-meta {
    margin-left: auto;
  }
  
  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .pos-categoria {
    display: flex;
    gap: 2rem;
  }
  
  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .pos-categoria > * {
    padding-bottom: 0;
    padding-top: .2rem;
  }
  
  .LGT-HPfocusNews.LGT-HPfocusNews2024 .zoo-list > li:first-child .title {
    font-size: 2rem;
    margin: 0;
    min-height: unset ;
  }
}


@media screen and (min-width: 1108px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+2):not(:first-child) .newsTopGroup {
    background-color: var(--LGTcolor-primary-20a);
  }
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+2):not(:first-child) .newsTopGroup .pos-categoria a {
  color: var(--LGTcolor-primary-extradark);
  }
}

@media screen and (min-width: 1442px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+3):not(:first-child) .newsTopGroup{
    background-color: var(--LGTcolor-primary-20a);
  }
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+3):not(:first-child) .newsTopGroup .pos-categoria a {
    color: var(--LGTcolor-primary-extradark);
  }
}
@media screen and (min-width: 1776px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+4):not(:first-child) .newsTopGroup {
    background-color: var(--LGTcolor-primary-20a);
  }
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+4):not(:first-child) .newsTopGroup .pos-categoria a {
    color: var(--LGTcolor-primary-extradark);
  }
}
@media screen and (min-width: 2110px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+5):not(:first-child) .newsTopGroup{
    background-color: var(--LGTcolor-primary-20a);
  }
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+5):not(:first-child) .newsTopGroup .pos-categoria a {
    color: var(--LGTcolor-primary-extradark);
  }
}
@media screen and (min-width: 2444px) {
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+6):not(:first-child) .newsTopGroup{
    background-color: var(--LGTcolor-primary-20a);
  }
  .LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list>li:nth-child(-n+6):not(:first-child) .newsTopGroup .pos-categoria a {
    color: var(--LGTcolor-primary-extradark);
  }
}

.LGT-HPlatestNews.LGT-HPfocusNews2024 .zoo-list {

}
/* # End of StepX Recommends News (focus) ---------------------- */


/* # HP Last Comments ------------------------------------------ */

.LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .content {
  font-weight: 300;
}

.LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-head {
  padding-left: 0;
}

.LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-head .author a {
  text-transform: uppercase;
  font-weight: 300;
}

.LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-body__ .itemlink {
  display: inline-flex;
  padding-right: 0;
}

.LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-body__ .itemlink .in {
  font-weight: 300;
  margin-right: 5px;
  min-width: max-content;
}

.LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-body__ .itemlink .LGTicon  {
  margin: 0;
  margin-left: 5px;
}

.LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-body__ .itemlink span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: calc(100% - 5px - 15px);
  padding-right: 0 !important;
}

@media (max-width: 500px) {
  .LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-body__{
    margin-left: 60px;
  }
  .LGT-HPlastComments.HPRestyle24 #yoo-zoo #comments.LGT-HPlastComments.mod_last_comments ul .comment .comment-body__ .itemlink .LGTicon  {
    margin-left: auto;
  }
}

/* # End of HP Last Comments ----------------------------------- */

/* # HP Latest News -------------------------------------------- */
.LGT-HPmostreadNews .zoo-list {
  gap: 1.5rem;
  padding-left: var(--LGTbaseunit);
  margin-bottom: var(--LGTbaseunit);
}

.LGT-HPmostreadNews .zoo-list li{
  margin-bottom: 0;
  padding-left: 0;
}

.LGT-HPmostreadNews .zoo-list li > div .media {
  max-height: 160px;
}

.LGT-HPmostreadNews .zoo-list li > div .content {
  background: var(--LGTcolor-neutral-light);
  margin: 0;
  gap: 1.5rem;
}

.LGT-HPmostreadNews .zoo-list li > div .content .description {
  flex-flow: row;
  flex-grow: unset;
  gap: 1.5rem;
  margin-top: auto;
}


.LGT-HPmostreadNews .zoo-list li > div .content .description .element {
  margin: 0;
  font-weight: 300;
}

@media (max-width: 768px) {
  .LGT-HPmostreadNews .zoo-list li > div .content {
    padding: 10px;
  }
}
/* # End of HP Latest News ----------------------------------- */


/* # HP Users Online  + STEPX-AllOnlineUsers ------------------------------------------- */
.LGT-HPfacesonline.LGT-facesonline .totale_facesonline {
  font-size: var(--LGTtypesize);
  font-weight: 600;
}

.LGT-HPfacesonline.LGT-facesonline .totale_facesonline strong {
  font-size: var(--LGTtypesize);
  color: var(--LGTcolor-primary-dark);
}

.LGT-HPfacesonline.LGT-facesonline .LGTfacesonline__list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 2rem;
}

@media (max-width: 768px) {
  .LGT-HPfacesonline.LGT-facesonline .LGTfacesonline__list {
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}

.STEPX-AllOnlineUsers .LGT-facesonline .LGTfacesonline__list {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}

.STEPX-AllOnlineUsers .LGT-facesonline .LGTfacesonline__list .LGTfacesonline__item {
  display: block;
}

/* # End of HP Users Online ----------------------------------- */
/* # End HOMEPAGE --------------------------------------------- */

/* # CATEGORIES --------------------------------------------- */
.LGTbreadcrumbs ul li:first-child:not(:last-child):not(:nth-child(2))::after {
  content: "/";
  margin: 0 5px;
  display: inline-block;
  /* font-weight: 400; */
}

.LGTbreadcrumbs ul li:not(.uk-active) {
  color: var(--LGTcolor-ink);
}

.LGTbreadcrumbs ul li:nth-child(2)::after {
  content: none;
}

.LGTbreadcrumbs ul li:nth-child(2) + li {
  display: none;
}

@media (max-width: 768px) {
  .LGTbreadcrumbs ul {
    display: block;
  }
}

#yoo-zoo.blog-default:not(.layout-full) > .details {
  margin: 0;
}

.LGTcategories__menu ~ .LGTcategories__menu > .description,
.LGTmain__maintop:has( .LGTcategories__menu) ~ #yoo-zoo.blog-default:not(.layout-full) > .details .description {
  display: none;
}

.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) div[class*="LGTpanel--main"]:has(>*) {
  margin-top: 50px;
}

#yoo-zoo.blog-default:not(.layout-full) > .details .description {
  margin-bottom: 1.5rem;
}

.LGTcategories__menu > .description p:last-of-type {
  margin-bottom: 0;
}

.LGTcategories__menu > .description {
  /* font-weight: 300; */
  font-size: 1rem;
  margin-top: 1.5rem;
  /* margin-bottom: 50px; */
}


.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) .LGTcategories__menu {
  width: auto;
  margin: 1.5rem 0 3rem !important ;
}

.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) .LGTcategories__menu .uk-nav {
  display: inline-flex;
  /* gap: 1.5rem; */
  justify-content: flex-start;
  margin-top: 50px;
  /* border-bottom: 3px solid var(--LGTcolor-neutral-light); */
  max-width: 100%;
  padding-bottom: 12px;
  overflow-x: auto;
}

.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) .LGTcategories__menu .uk-nav li > a {
  font-weight: 700;
  color: black;
  background-color: unset;
}

.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) .LGTcategories__menu .uk-nav li.uk-active {
  font-weight: 700;
  color: black;
  border-bottom-color: var(--LGTcolor-primary);
}

.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) .LGTcategories__menu .uk-nav li.uk-active:has(~ .uk-active) {
  border-bottom-color: var(--LGTcolor-neutral-light);
}

.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) .LGTcategories__menu .uk-nav li.uk-active a::before,
.tm-isblog:has(#yoo-zoo.blog-default:not(.layout-full)) .LGTcategories__menu ul li > a:hover::before {
  content: none;
}
/* # End CATEGORIES --------------------------------------------- */
