/* Element Styles */

.wpb_content_element.fightmnd_story_grid {
	
}

.wpb_content_element.fightmnd_story_grid h5.category {
	clear: both;
	color: #fff;
	margin-bottom: 2.2em;
	margin-top: 5em;
}

.wpb_content_element.fightmnd_story_grid .grid {
	margin: -18px;
}

.wpb_content_element.fightmnd_story_grid .grid::after {
	clear: both;
	content: " ";
	display: block;
}

.wpb_content_element.fightmnd_story_grid .grid .block {
	padding: 18px;
	width: 25%;
	float: left;
}

@media (min-width: 64em) {
	.wpb_content_element.fightmnd_story_grid .grid .block {
		max-width: 25%;
	}
}

@media (min-width: 40em) AND (max-width: 63.999em) {
	.wpb_content_element.fightmnd_story_grid .grid .block {
		max-width: 50%;
	}
}

@media (max-width: 40em) {
	.wpb_content_element.fightmnd_story_grid h5.category {
		margin-bottom: 2.5em;
		margin-top: 4em;
	}
	.wpb_content_element.fightmnd_story_grid .slick-track {
		left: 28px;
	}
	.wpb_content_element.fightmnd_story_grid .grid::before {
		background: linear-gradient(to right, transparent, #000);
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 80px;
		z-index: 2;
		content: " ";
		pointer-events: none;
	}
	.wpb_content_element.fightmnd_story_grid .grid {
		margin: -10px -38px;
	}
	.wpb_content_element.fightmnd_story_grid .grid .block {
		padding: 10px;
		width: 200px;
	}	
	.story-block h4 {
		line-height: 1.57;
	}	
	.a2a_mini {
		display: none !important;
	}
}

.story-block {
}

.story-block .img-wrapper {
	margin: 0 0 1.5em;
	display: block;
	background-color: #000000;
	transition: background-color 0.4s;
	position: relative;
	border: 1px solid #000;
}

.story-block .img-wrapper img {
	opacity: 0.6;
	transition: opacity 0.4s;
}

.story-block.active .img-wrapper {
	background-color: #FFED00;
}

.story-block:not(.active):hover .img-wrapper {
	border-color: #FFED00;
}

.story-block.active .img-wrapper img {
	opacity: 0.25;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.story-block h4 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .012em;
	margin: 0 0 0.5em;
	line-height: 2.07;
}

.story-block h4 a {
	color: unset;
	font-weight: 400;
}

.story-block h5 {
	margin-bottom: 0.4em;
}

.story-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	text-align: center;
	align-items: center;
}

.story-block .overlay h5 {
	position: absolute;
	width: 100%;
	color: #000;
	z-index: 10;
	margin: 0;
	transition: opacity 0.4s;
}

.story-block .overlay h5.now-playing {
	opacity: 0;
}

.story-block .overlay h5.icon-play {
	background-image: url('../images/icon-video-white.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -999em;
	overflow: hidden;
	height: 18px;
}


.story-block.active .overlay h5.now-playing {
	opacity: 1;
}

.story-block.active .overlay h5.icon-play {
	opacity: 0;
}

.story-block.active h4,
.story-block:hover h4 {
	color: #FFED00;
}



/* Featured Story */

.wpb_content_element.fightmnd_story_feature {
	opacity: 0;
	transition: opacity 0.4s;
}

body.page-loaded .wpb_content_element.fightmnd_story_feature {
	opacity: 1;
}

.wpb_content_element.fightmnd_story_feature .row {
	margin-left: -35px;
	margin-right: -35px;
}

.wpb_content_element.fightmnd_story_feature .row .columns {
	padding-left: 35px;
	padding-right: 35px;
}

.sharethis-holder {
	
}

.sharethis-holder .sharethis-button {
	margin: 40px 0 0;
	white-space: nowrap;
}

.sharethis-holder .sharethis-button label,
.sharethis-holder .sharethis-button .sharethis-icons {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Pressura", sans-serif;
	line-height: 54px;
	height: 54px;
	border: 1px solid #FFED00;
	border-radius: 27px;
	padding: 0 34px;
	letter-spacing: .192em;
}

.sharethis-holder .sharethis-button label {
	background-color: #FFED00;
	border-radius: 27px 0 0 27px;
	padding: 0 22px 0 32px;
}

.sharethis-holder .sharethis-button .sharethis-icons {
	border-radius: 0 27px 27px 0;
	padding: 0 15px 0 10px;
}

.a2a_dd.addtoany_share_save.addtoany_share {
	background-image: url('../images/icon-ellipses.png');
	background-position: center top 14px;
	background-repeat: no-repeat;
}

.a2a_dd.addtoany_share_save.addtoany_share > span {
	opacity: 0;
}

#a2apage_show_more_less, .a2a_i {
	color: #000 !important;
	font-family: 'Pressura' !important;
	letter-spacing: .192em;
	text-transform: uppercase;
	font-size: 14px !important;
	padding: 5px 5px 5px 10px !important;
}

a.a2a_i .a2a_svg, a.a2a_more .a2a_svg {
	display: none !important;
}



@media (min-width: 64em) {
	.wpb_content_element.fightmnd_story_feature .col-info {
		min-width: 445px;
	}
}

.wpb_content_element.fightmnd_story_feature .col-video {
	
}

.wpb_content_element.fightmnd_story_feature .video-holder {
	background-color: rgba(255,255,255,.25);
	position: relative;
	background-size: cover;
	background-position: center center;
}

.wpb_content_element.fightmnd_story_feature.play .video-holder {
	background-image: none !important;
}

.wpb_content_element.fightmnd_story_feature .video-holder .flex-video {
	opacity: 0;
	transition: opacity 0.4s;
	transition-delay: 1s;
	margin: 0;
}

.wpb_content_element.fightmnd_story_feature.play .video-holder .flex-video {
	opacity: 1;
}

.wpb_content_element.fightmnd_story_feature .video-holder .overlay {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	background-color: rgba(0,0,0,.6);
	transition: opacity 0.4s;
	transition-delay: 1s;
}

.wpb_content_element.fightmnd_story_feature.play .video-holder .overlay {
	opacity: 0;
	z-index: -1;
}

.wpb_content_element.fightmnd_story_feature .video-holder .overlay .text-container {
	width: 100%;
}

.wpb_content_element.fightmnd_story_feature .video-holder .icon-video {
	background-image: url('../images/icon-video-white.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 18px;
	margin: 0 0 25px;
}

.wpb_content_element.fightmnd_story_feature .video-holder a.button {
	
}


@media (max-width: 64em) {
	#featured-story {
		background-color: rgba(255,255,255,0.1) !important;
	}
	#featured-story + .vc_row {
		border: none !important;
	}
	#featured-story + .vc_row h2 {
		text-align: left !important;
	}
	.wpb_content_element.fightmnd_story_feature .row {
		margin-left: -28px;
		margin-right: -28px;
	}
	.wpb_content_element.fightmnd_story_feature .row .columns {
		padding-left: 28px;
		padding-right: 28px;
	}
	.wpb_content_element.fightmnd_story_feature .row .col-video {
		margin: -80px 0 45px;
		padding: 0;
	}
	.wpb_content_element.fightmnd_story_feature .video-holder a.button {
		width: auto;
	}
}


@media (max-width: 40em) {
	.wpb_content_element.fightmnd_story_feature .row .col-video {
		margin-top: -45px;
		padding: 0;
	}
	
	.sharethis-holder .sharethis-button label {
		padding: 0 10px 0 18px;
	}
	
	.addtoany_list.a2a_kit_size_32 a {
		padding: 0 2px;
	}
	
	.addtoany_list.a2a_kit_size_32 a > span {
		width: 28px !important;
		padding: 3px 0;
	}
}
