/* BLOCCO VERTICAL CAROUSEL */

.vertical-post-carousel-item .item .faded-left {
  background: var(--phddeib-primary);
  background: linear-gradient(90deg, var(--phddeib-primary) 40%, rgba(1,110,122,0) 70%);
  position: relative;
}

.vertical-post-carousel-item .item .thumbnail {
  background: var(--phddeib-primary);
  height: 600px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vertical-post-carousel-item .item .featured {
  color: #fff;
  padding: 2em;
  height: 600px;
  position: relative;
  margin-top: -600px;
}

.vertical-post-carousel-item .item .featured a {
	display: inline-block;
	padding: 25px 40px;
	background: var(--phddeib-primary);
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 30px;
	margin-right: -32px;
	bottom: 0;
}

.vertical-post-carousel-item .item .featured a:hover {
  background: var(--phddeib-secondary);
  transition: 0.3s;
}

.vertical-post-carousel-item .item .featured .title {
  font-size: 2em;
  width: 75%;
  font-weight: 600;
  text-shadow: var(--phddeib-primary-text-shadow) 0px 0px 40px;
}

.vertical-post-carousel-item .item .featured .date {
  display: block;
  font-size: 0.8em;
  margin-top: 2em;
}

.wp-block-lazyblock-vertical-post-carousel .tns-nav {
  text-align: center;
  position: relative;
  top: -300px;
  transform: rotate(90deg);
  float: right;
}
.wp-block-lazyblock-vertical-post-carousel .tns-nav > [aria-controls] {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff0;
  border: 1px solid #fff;
}
.wp-block-lazyblock-vertical-post-carousel .tns-nav > .tns-nav-active {
  background: #ffffff;
  width: 14px;
  height: 14px;
}
.wp-block-lazyblock-vertical-post-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) {
  
  .vertical-post-carousel-item .item .featured .title {
	font-size: 4em;
  }
  
  .vertical-post-carousel-item .item .featured .date {
	font-size: 1.6em;
  }

}

/* 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) {
	
}