.baseContent {
	overflow: hidden;
}

.baseInfoContainer {
	margin-bottom: .5rem;
}

div.infoContentContainer {
	padding-left: .5rem;
	padding-right: .5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 9rem;
	position: relative;
}

.infoSubject {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #b97c48;
	font-weight: bolder;
	display: block;
}

.xContentDivider {
	height: .5rem;
	width: 100%;
	background-color: #e9cb4b;
	position: relative;
	z-index: -1;
}

.xContentDivider:before {
	content: "";
	width: 30%;
	border-top: .4rem solid rgb(244, 244, 242);
	border-right: .5rem solid transparent;
	position: absolute;
	min-width: 11rem;
	top: -.05rem
}

.fade {
	position: relative;
}

.fade:after {
	left: 0;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.5rem;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
}

.dateNSourceContainer {
	color: #adaead;
	font-style: italic;
	margin-bottom: .5rem;
	font-weight: bold;
	font-size: .95rem;
}

.dateNSourceContainer .sourceLabel {
	margin-right: 1.5rem;
}


div.baseInfoContainer {
	background-color: rgb(255, 255, 255);
	border: solid #dfdfdd;
	border-width: 0 .1rem .1rem 0;
	padding: .4rem 0 .4rem .4rem;
}

.promos .box i.fa {
	position: absolute;
	font-size: 1rem;
	z-index: 1;
	color: #f4c904;
	right: 0;
	bottom:0px;
	top:unset;
	left:unset;
	padding:0.6rem;
	background:rgba(0, 0, 0, 0.8);
}

.box a:hover i.fa{
		color: white;
}
.sourceLabel {
/* 	max-width: calc(100% - 10rem); */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@media screen and (max-width: 39.9375em) {
	.fade:after {
		display: none;
	}
	.infoSubject {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.showPageCaption{
		padding-left: 1rem;
		padding-right: 1rem;
		display: block;
	}
}