/*=================================*/
/*  Image Navigation Hover Styles  */
/*=================================*/

.qPostsHover article {
  position: relative;
	--margin-bottom: 0 !important;
	--padding-left: 0 !important;
	--padding-right: 0 !important;
	--margin: 0 15px;
	min-width: 260px;
	max-width: 480px;
	--max-height: 360px;	
}

.qPostsHover article a.fsThumbnail {
  margin: 0 !important;
  height: 100%;
	border-radius: 10px;
	background: #030c17;
	overflow: hidden;
}

.qPostsHover article a.fsReadMoreLink {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	--width: 100%;
	--height: 100%;
	margin: 0 15px;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.qPostsHover article a img {
  --height: 100%;
  opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
	margin-bottom: -7px;
}

.qPostsHover article .fsTitle {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  /*! height: 100%; */
	opacity: 1;
	--margin: 0 0 0 0;
  text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-top 0.35s;
	transition: opacity 0.35s, top 0.35s;
}

.qPostsHover article .fsTitle a {
	color: #FFF;
  font-variant: small-caps;
  --word-spacing: -0.15em;
	border-radius: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  --margin-bottom: 20px;
	background: none;
	text-shadow: 1px 1px 2px #333;	
}

.qPostsHover article .fsSummary {
  position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
  height: 100%;
  --margin-bottom: 0;
	transition: opacity 0.35s, transform 0.35s;
}

.qPostsHover article .fsSummary {
	--padding: 1.7em;
	--margin: 0 15px;
	opacity: 0;
	color: white;
	height: 100%;
	font-weight: 500;
	display: flex;
	align-items:center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.qPostsHover article .fsSummary p {
	padding: 1.7em;
	margin: 0 15px;
}

.qPostsHover article .fsSummary div {
	padding: 1.7em;
	margin: 0 15px;
}

.qPostsHover article .fsSummary ul {
	padding: 1.7em;
	margin: 0 30px;
}

.qPostsHover article .fsSummary ol {
	padding: 1.7em;
	margin: 0 30px;
}

.qPostsHover article .fsSummary::before {
	display:block;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	margin: 10px 25px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

.qPostsHoverTestimonial article .fsSummary::before {
	color: #ccc;
	font-size: 54px;
  content: "\275D";
}

.qPostsHover article .fsSummary::after {
	--display:block;
	position: absolute;
	right: 30px;
	bottom: -5px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

.qPostsHoverTestimonial article .fsSummary::after {
  color: #ccc;
	font-size: 54px;
  content: "\275E";
}

.qPostsHover article:hover a img {
  opacity: 0.25;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.qPostsHover article:hover .fsTitle {
	opacity: 0;
	top: 75%;
	-webkit-transition: opacity 0.35s, -webkit-top 0.35s;
	transition: opacity 0.35s, top 0.35s;
}

.qPostsHover article:hover .fsSummary {
		opacity: 1;
	color: white;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
}

.qPostsHover article:hover .fsSummary::before,
.qPostsHover article:hover .fsSummary::after {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}