.seasons-block {
    border-top: 1px solid #062f49;
    position: relative;
    padding: 0 30px;
    margin-top: 20px;
}

.seasons-block .arrow-next,
.seasons-block .arrow-prev {
    top: 50%;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-size: contain;
    background-position: center center;
    background-image: url(/wp-content/uploads/2023/09/arrows.svg);
    position: absolute;
    transform: translateY(-50%);
}

.seasons-block .arrow-next {
    right: 0;
    transform: translateY(-50%) rotateY(180deg);
}

.seasons-block .arrow-prev {
    left: 0;
}

.seasons-wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar in Firefox */
.seasons-wrapper {
    scrollbar-width: none;
}

/* Hide scrollbar in Safari (Webkit) */
.seasons-wrapper::-webkit-scrollbar {
    display: none;
}


.seasons-wrapper .seasons {
    white-space: nowrap;
    width: fit-content;
    border: none;
    margin: 0;
}

.seasons-wrapper .seasons a {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #062f49;
    padding: 25px 0 25px;
    margin-right: 110px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.tv-serie-header .seasons a:hover::before,
.tv-serie-header .seasons a.active::before {
    width: 100%;
}

.tv-serie-header .seasons a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    display: block;
    bottom: 15px;
    background: #062f49;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}

.category-content .posts_carousel .post .image,
.post-section .post .image {
    display: flex;
    position: relative;
}

.post-section .post .image div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.7s;
}

.series-trending.tv-serie .post-section .post {
    transition: top 0.3s ease-in;
}

.post-section.series .post,
.post-section.others .post{
    width: 33.333%;
    padding: 0 13px;
}

.post-section .post {
    width: 50%;
    padding: 0 13px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    transition: none;
}

.post-section {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -13px 0;
}

.post-section a.image:after {
    display: block;
    content: "";
	position: relative;
    padding-bottom: 65%;
}

.series-trending.tv-serie .play_now {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: 0 center;
    z-index: 9;
}

.series-trending.tv-serie .play_now {
    background-image: url(/wp-content/uploads/2021/06/play-btn.svg);
    background-repeat: no-repeat;
}


.post-section.series .post .image::after{
    padding-bottom: 75%;
}

.post-section a.category {
    color: #bbbbbb;
    text-transform: uppercase;
	font-family: roboto,Sans-serif;
}

.post-section h3.post_title a {
    margin: 0;
    color: #00344A;
    font-weight: 800;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    line-height: 30px;
}

.post-item{
	padding: 20px;
}

.post-section .post_content {
    border-bottom: 2px solid #062f49;
    margin-top: auto;
	margin-bottom: 15px;
	color: #062f49;
    font-family: "Roboto", Sans-serif;
	font-size: 16px;
    line-height: 30px;
    font-weight: 400;
	letter-spacing: 0.32px;
}

.post-section .post_content p{
	margin-bottom: 35px;
}

.post_share {
	display: flex;
    justify-content: flex-end;
	color: #062f49;
    font-family: "Roboto", Sans-serif;
	font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}

.post-item .post_title {
    margin-top: 5px;
    margin-bottom: 29px;
}

.post-item-wrapper:hover{
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.post-item-wrapper{
	transition: all 300ms;
}

.post-section .post {
    display: flex;
    align-items: center;
}

.post-section .post .image:hover div:after{
	background-color: #00344A;
	opacity: 0.75;
}

.post-section .post .image div:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background .3s;
}


.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: rgba(30,30,30,.87);
    z-index: 99999;
    opacity: 0
}

.video-popup.active {
    display: flex!important
}

.video-popup .video-iframe {
    width: 1024px;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    z-index: 9999;
    padding-top: 40px;
    box-sizing: content-box
}

.video-popup .video-iframe .close {
    position: absolute;
    right: 0;
    top: 0
}

.video-popup .video-iframe iframe {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    bottom: 0
}

.video-popup .video-iframe:after {
    display: block;
    content: "";
    padding-bottom: 56.5%
}

.post_share {
    position: relative;
}

.share_buttons{
	position: absolute;
    top: 30px;
    transition: all 0.3s;
    padding: 5px 10px 5px 10px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EEEEEE;
    border-radius: 0px 0px 0px 0px;
    color: #093048; 
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.share_buttons.active {
	opacity: 1;
	visibility: visible;
}

.share_buttons a {
    color: #062f49;
    padding: 10px;
    display: inline-block;
}

.pre-seasons-block {
    max-width: 150px;
}

.pre-seasons-block {
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.seasons-total-count{
	color: #062f49;
    font-family: "Roboto", Sans-serif;
	font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}

.post-item .category {
    color: #BBBBBB;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}

.post_footer .post_share {
    display: flex;
    justify-content: flex-end;
    color: #00344A;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
	letter-spacing: 0.6px;
}

.post-item-wrapper {
    max-width: 376px;
	cursor: pointer;
}

@media (max-width: 768px){
    .series-trending .post-section.series .post {
        margin-bottom: 30px;
        width: 100%;
    }
	.post-item-wrapper {
		max-width: 100%;
	}
}