/* BLOCCO POST CAROUSEL */

.partner-carousel-item {
}

.partner-carousel-item a, .partner-carousel-item a:visited, .partner-carousel-item .item {
  position: relative;
  display: flex;
  padding: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 110px;
  background: var(--phddeib-secondary);
  justify-content: center;
  align-items: center;
}

.partner-carousel-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--phddeib-primary-alpha-85);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity:0;
  transition: 0.2s;
  text-align: center;
  padding: 1em;
  font-weight: lighter;
}

.partner-carousel-item:hover .overlay {
  opacity: 1;
  transition: 0.2s;
}

.wp-block-lazyblock-partner-carousel .tns-nav {
  text-align: center;
  margin: 10px 0;
}
.wp-block-lazyblock-partner-carousel .tns-nav > [aria-controls] {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ffffff00;
  border: 1px solid var(--phddeib-primary);
}
.wp-block-lazyblock-partner-carousel .tns-nav > .tns-nav-active {
  background: var(--phddeib-primary);
  width: 14px;
  height: 14px;
}
.wp-block-lazyblock-partner-carousel .tns-ovh {
	padding-bottom: 1em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}
