.counter-column h2, .counter-column p {
    color: #ccc
}

.auto-container {
    padding-top: 0;
}

.news-section {
    padding-top: 0
}

.post-thumb {
    margin-bottom: 25px !important;
}

.testimonial-block .inner-box {
    padding:10px !important
}

.medium-zoom-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 300ms;
  will-change: opacity;
  z-index: 999999;
}

.medium-zoom--opened .medium-zoom-overlay {
  cursor: pointer;
  cursor: zoom-out;
  opacity: 1;
}

.medium-zoom-image {
  cursor: pointer;
  cursor: zoom-in;
  transition: transform 300ms cubic-bezier(0.2, 0, 0.2, 1) !important;
}

.medium-zoom-image--hidden {
  visibility: hidden;
}

.medium-zoom-image--opened {
  position: relative;
  cursor: pointer;
  cursor: zoom-out;
  will-change: transform;
  z-index: 1000000
}

.embed {
    margin-top:30px;
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;       /* mantiene proporzioni */
}
.embed > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.text-mininews {
    font-size: 14px !important;
    line-height: 22px !important;
}

.news-style-one{
	margin-bottom:20px !important;
}

.news-style-one .inner .lower-content {
    border: 0;
    padding-left: 0;
}

.custom-section{
	position:relative;
	padding:50px 0px 30px;
}

.custom-section .text {
    font-size:18px
}

.custom-section .sec-title .theme-btn{
	margin-top:30px;
}


ol.list-style-two,
ol.list-style-two li {
    list-style-type: decimal !important; /* forza i numeri */
    list-style-position: outside;
    display: list-item;                  /* IMPORTANTISSIMO */
}

/* Se da qualche parte avevi fatto un bullet personalizzato con ::before */
ol.list-style-two li::before {
    content: none !important;
}
