/*****************Feature Image*****************************/

.article-single__feature-image img, .article-single__slide-show--content .carousel-inner .carousel-item .carousel-item-img-single img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-single__feature-image, .article-single__slide-show--content .carousel-inner .carousel-item .carousel-item-img-single {
	height: 0;
	overflow: hidden;
	padding-top: 75% !important;
	background: white;
	position: relative;
}

.article-single__info-image {
	padding-top: 20px;
}

.article-single__top {
	padding-bottom: 30px;
}


.caption-image {
	font-family: Noto Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: center;
	color: #777777;
}

div.block-caption {
	margin: 8px 0 24px 0;
}




.article-single__info-image--text span,
.article-single__info-image--social-text {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;

	color: #84919C;
}

.article-single__info-image--social {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.article-single__info-image--social span {
	padding-left: 10px;
}

.article-single__info-image--social {
	padding-bottom: 20px;
}





.article-single__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.article-single__title span {
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;

	letter-spacing: 0.15em;
	text-transform: uppercase;

	color: #777777;
}

.article-single__title--header {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;

	letter-spacing: 0.15em;
	text-transform: uppercase;

	color: #AB0635;
}




/**************************author************************************/
.article-single__author--text span {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;

	color: #84919C;
}

.article-single__author .article-single__author--img img {
	border-radius: 100%;
}

.article-single__author--img img {
	max-width: 63px;
}

.article-single__author .article-single__author--text {
	padding-left: 0;
}

.article-single__author--img {
	text-align: right;
}

/* .article-single__author {
	padding-bottom: 30px;
} */

/************************content ***************************************/
.article-single__content h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;

	text-transform: capitalize;

	color: #2A2A2A;
}

.article-single .article-single__content figure {
	width: 100% !important;
}

.article-single__content p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 175%;

	text-transform: capitalize;

	color: #2A2A2A
}

.article-single__content p:first-child {
	font-family: Noto Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;

}

.article-single__content figure>img {

	width: 100%;
}

.article-single__content figure figcaption {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 175%;

	text-align: center;
	text-transform: capitalize;

	color: #777777;
	padding-top: 5px;
}

.article-single__content {
	padding-bottom: 50px;
}



/*************************************Slide Show**********************************************/
.article-single__carousel-indicators li img {
	max-height: 118px;
}

.article-single__carousel-indicators li {
	margin-left: 10px;
	margin-right: 10px;
}

/* ol.article-single__carousel-indicators::-webkit-scrollbar{
	display: none;
} */

ol.article-single__carousel-indicators::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

ol.article-single__carousel-indicators::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
	height: 8px;
}

ol.article-single__carousel-indicators::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #D62929;
}

.article-single .carousel .article-single__carousel-indicators li {
	border-radius: 0%;
}


/* .article-single__slide-show--content .carousel .carousel-item {
	padding: 0 189px;
} */

.article-single__slide-show--content .carousel .carousel-control-prev {
	left: 0;
	top: 47%;
}

.article-single__slide-show--content .carousel .carousel-control-next {
	right: 0;
	top: 47%
}

.article-single__slide-show--content {
	width: calc(100%-340px);

}

.article-single__slide-show {
	background: black;
	max-width: 100%;
	margin-bottom: 40px;
}

.article-single__slide-show--content #carousel-thumb {
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.article-single__slide-show--content #carousel-thumb .carousel-inner, .article-single__slide-show--content #carousel-thumb .article-single__carousel-indicators {
	width: 80%;
}


.article-single-media {
	padding: 0 15px 80px 15px;
}

.article-single-media--hr {
	width: 100%;
	border: 2px solid #d6d6d6;
}

.article-single-media--title {
	position: relative;
	padding-bottom: 30px;
}

.article-single-media--view-more {
	position: absolute;
	right: 0;
	top: 10%;
	background: #f7f7ff;
	padding: 0 20px;
}

.article-single-media--view-more span {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;

	color: #AB0635;


}

.article-single-media--view-more span>i {
	padding-left: 5px;
}

.article-single-media--name {
	position: absolute;
	left: -5px;
	background: #f7f7f7;
	top: -5px;
	padding: 10px 22px;
}


.article-single-media--name span {

	font-weight: 600;
	font-size: 18px;
	line-height: 25px;

	letter-spacing: 0.25em;
	text-transform: uppercase;

	color: #AB0635;
}

.article-single__slide-show-info {

	padding: 32px 150px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.article-single__slide-show-info--text,
.article-single__slide-show-info--number {
	color: white;
}

.article-single__slide-show-info--text p {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;

	letter-spacing: 0.15em;
	text-transform: uppercase;

}

.article-single__slide-show-info--number p {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;

	color: #777777;
}

.article-single__slide-show--content .carousel .carousel-inner .carousel-item .carousel-caption {
	bottom: initial;
}

.article-single__slide-show--content .carousel .carousel-inner .carousel-item .carousel-caption>h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;

	text-align: center;
	text-transform: capitalize;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

	color: #777777;
}

.article-single__slide-show--content .carousel .carousel-inner .carousel-item .carousel-caption a.carousel-caption-get-image>button {
	/* font-weight: 600; */
	font-size: 14px;
	line-height: 175%;

	text-align: center;
	/* text-decoration-line: underline; */
	text-transform: capitalize;

	color: #FFFFFF;
	border-radius: 12px;
}

.article-single__slide-show--content .carousel .carousel-inner .carousel-item .carousel-caption {
	position: sticky;
	padding: 10px 20px;
}

.article-single__slide-show--content ol.carousel-indicators {
	justify-content: flex-start;
}



/*************************************Related Media************************************/
.article-single-media--images .loop-add-to-card {
	width: 100%;
}


@media only screen and (max-width:992px) {



	/**********************************Slide Show *************************************************/
	.article-single__slide-show--content .carousel .carousel-item {
		padding: 0;
	}

	.article-single__slide-show--content .carousel .carousel-control-next, .article-single__slide-show--content .carousel .carousel-control-prev {
		top: 35.5%
	}

	.article-single__slide-show--content .carousel {
		margin: 0;
	}

	div.article-single__slide-show--content .carousel .carousel-control-prev {
		left: 0;
	}

	div.article-single__slide-show--content .carousel .carousel-control-next {
		right: 0;
	}

	.article-single__slide-show--content .article-single__slide-show-info {
		padding: 32px 20px;
	}
}




@media only screen and (max-width:576px) {

	.article-single__slide-show--content .carousel .carousel-item a>img {
		max-height: 384px;

	}

	.article-single .article-single__content figure img {
		max-height: 229px;
	}

	.article-single__top {
		display: flex;
		flex-direction: column;
	}

	div.article-single__info-image--text {
		text-align: center;
		padding-bottom: 20px;
	}

	div.article-single__info-image--social {
		justify-content: center;
	}


	div.article-single__info-image {
		order: 3;
	}

	/*************************************Slide Show**********************************************/
	div.article-single-media {
		padding: 0 15px 80px 15px;
	}

	.article-single__slide-show--content .carousel {
		padding: 0;
	}


	/*************************************More Photo Stories ***********************************/
	.article-single-media--name {
		max-width: 220px;
	}

	.article-single-media--name>span {
		position: relative;
	}

	.article-single-media--name>span::after {
		position: absolute;
		content: "";
		width: 45px;
		height: 2px;
		background: #D6D6D6;
		bottom: -9px;
		left: 21%;
		transform: translateX(-50%);
	}

	.article-single-media--images {
		padding-top: 30px;
	}

}