.pdr-blog-carousel {
    background: var(--prodog-dark-grey);
    background-image: url("../../assets/img/grass.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 545px;
    padding: 70px 20px 75px;
    position: relative;
}

.pdr-blog-carousel h2 {
    color: var(--prodog-yellow);
    font-size: var(--font-size-h2-smaller);
    line-height: 50px;
    margin: 0 auto 40px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-blog-carousel-block {
	padding: 0;
}

.pdr-blog-carousel-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -50px;
}

.pdr-blog-carousel-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -50px;
}

.pdr-blog-carousel-prev path,
.pdr-blog-carousel-next path {
    stroke: var(--color-white);
}

.pdr-blog-carousel-prev:hover path,
.pdr-blog-carousel-next:hover path {
    stroke: var(--prodog-yellow);
    transition: var(--transition-medium);
}

.pdr-blog-carousel-block article {
	width: 33.333%;
	padding: 0 10px;
	text-align: left;
}

.pdr-post-archive-item-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdr-blog-carousel-block .pdr-post-archive-item-details {
    padding: 17px 22px 28px;
}

.pdr-post-archive-item-inner {
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pdr-blog-carousel-block .pdr-post-archive-item-image img {
    width: 100%;
}

.pdr-blog-carousel-blockarticle {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pdr-blog-carousel-left .pdr-post-archive-item-details {
    height: 100%;
    padding: 30px 20px 30px;
}

.pdr-post-archive-item-image a {
    border: none;
    display: block;
}

.pdr-post-archive-item-image img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}

.pdr-blog-carousel-block .pdr-post-archive-item-title h3 {
    font-family: var(--heading-font-family);
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-heavy);
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.pdr-post-archive-item-title h3 a {
    border: none;
}

.pdr-post-archive-item-meta {
    border-top: 2px solid var(--prodog-yellow);
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.pdr-post-archive-item-meta p {
    margin-bottom: 0;
}

.pdr-post-archive-item-meta-left a {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
}

@media (max-width: 1399px) {

    .pdr-blog-carousel-block {
    	padding: 0;
    	max-width: calc(100% - 100px);
    	margin: 0 auto;
    }

    .pdr-blog-carousel-prev {
        left: 0;
    }

    .pdr-blog-carousel-next {
        right: 0;
    }

}

@media (max-width: 1099px) {

    .pdr-blog-carousel-block article {
    	width: 50%;
    }

}

@media (max-width: 767px) {

    .pdr-blog-carousel .pdr-container {
    	max-width: 100%;
    	width: 500px;
    }

    .pdr-blog-carousel svg,
    .pdr-blog-carousel svg {
    	width: 20px;
    }

    .pdr-blog-carousel-block article {
    	width: 100%;
    }

    .pdr-blog-carousel {
    	padding: 35px 20px 50px;
    }

    .pdr-blog-carousel h2 {
    	line-height: 30px;
    	margin-bottom: 30px;
    }

    .pdr-post-archive-item-title h3 {
    	font-size: 20px;
    	line-height: 24px;
    }

}

@media (max-width: 599px) {

    .pdr-blog-carousel-block {
    	padding: 0;
    	max-width: calc(100% - 50px);
    	margin: 0 auto;
    }

}
