
/* Detail Page Swiper */

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.publishrr-slider{
    overflow: hidden !important;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publishrr-slider {
    height: 80%;
    width: 100%;
}

.publishrr-slider .video_wrapper {
    height: 462.9375px;
    background: #eaeff5ba;
}

.publishrr-slider-thumbs .video_wrapper {
    height: 111.41px;
    background: #eaeff5ba;
}

.publishrr-slider-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.publishrr-slider-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
}

.publishrr-slider-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.detail_page_slider_thumb{
    opacity: 1 !important;
}
.publishrr-slider .swiper-slide video,
.publishrr-slider-thumbs .swiper-slide video {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.video_icon {
    position: absolute;
    top: 42%;
    right: 46.2%;
    color: #fff;
    border-radius: 50%;
}

.fa-pause {
    display: none;
}

.controlsSpacerStack:hover>.clickToPlay,
.clickToPlay:hover,
.clickToPlay {
    display: none !important;
}

#detail_page_slider_image_loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

#detail_page_slider_thumb_loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsive_test {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 100%;
    /* width: 95%; */
    position: relative;
    padding-bottom: 56.2%;
    margin: 0 auto;
}
.blur_image_background {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    filter: blur(20px);
    background-size: cover;
    -webkit-filter: blur(20px);
    transform: scale(1.1);
    background-position: top center;
}

.responsive_test img {
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.media_caption {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    background: #f7f7f7;
}

.caption_span,
.source_span {
    font-size: 13px;
    color: #000000;
}

.caption_span span:first-child,
.source_span span:first-child {
    font-weight: 700 !important;
}

.media_attachments_container {
    margin: 10px 0px;
    padding: 0px 10px;
}



/* E-Paper page swiper */


.swiper {
		margin-left: auto;
		margin-right: auto;
	}
	.publishrr-slider-thumbs-ep{
		overflow: hidden !important;
	}
	.swiper-slide {
		background-size: cover;
		background-position: center;
		text-align: center;
		font-size: 18px;
		background: #fff;
	}

	.swiper-slide .img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.publishrr-slider-thumbs-ep {
		height: 60%;
		box-sizing: border-box;
		padding: 10px 0;
	}

	.publishrr-slider-thumbs-ep .swiper-slide {
		width: 25%;
		height: 100%;
	}

	

	.no_of_pages_ep{
		text-align: center;
		margin: auto;
		bottom: 70px;
    	position: absolute;
		padding: 5px 10px;
		color: #fff;
		font-size: 14px;
		border-left: 4px solid #c91212;
    	margin-left: 40px;
	}
	.e-paper-img-ep{
		background-color: #000000 !important;
	}
	.img-ep{
		opacity: 0.5 !important;
		transition: opacity 1s ease-in-out !important;
	}
	.no_of_pages_ep{
		transition: 1s ease-in-out;
	}
	.img-ep:hover{
		opacity: 1 !important;
	}
	.img-ep:hover ~ .no_of_pages_ep{
		background-color: #363232 !important;
	}
	.no_of_pages_ep:hover ~ .img-ep{
		opacity: 1;
	}
	.no_of_pages_ep:hover{
		background-color: #363232;
	}
	.e-paper-img-ep:hover .img-ep {
		opacity: 1;
	}

	.e-paper-img-ep:hover .no_of_pages_ep {
		background-color: #363232;
	}
	
	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
		pointer-events: all !important;
	}

	