/*
|--------------------------------------------------------------------------
| SINGLE
|--------------------------------------------------------------------------
*/

.single {
	padding-bottom: 70px;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.single__content {
	padding: 0px;
}

.single__featureImage {
	width: 100%;
	margin-top: 60px;

				opacity: 0;
	-webkit-animation: slideUp 0.5s forwards;
	-moz-animation: slideUp 0.5s forwards;
	animation: slideUp 0.5s forwards;
}

.single__secondImage {
	width: 100%;
	margin-top: 0px;
}

.single__tags {

}

.single__tags--anchor {
	font-size: 13px;
	color: #FFF;
	background-color: #43454B;
	line-height: 30px;
	padding: 0 10px;
	display: inline-block;
	margin: 5px;
	text-transform: uppercase;
}

.single__tags--anchor:hover {
	text-decoration: none;
	color: #fff;
}




/*
|--------------------------------------------------------------------------
| MOST SHARED
|--------------------------------------------------------------------------
*/

.mostShared {
	 background-color: #F8F8F8;
	 padding: 0px 0px 25px 0px;
	 position: relative;
	 z-index: 1
}

.mostShared__post {
	margin-top:23px;
	padding-bottom: 30px;
}

.mostShared__title {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 24px;
	font-weight: 600;
}

.mostShared__img {
	width: 100%;
}

.mostShared__date {
    font-size: 12px;
    line-height: 20px;
}

.mostShared__anchor:hover {
	text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| RELATED STORIES
|--------------------------------------------------------------------------
*/

.relatedStories{
	padding-top: 24px;
	border-top: solid 1px #D9D9D9;
}

.relatedStories__article{
	margin:0px 0px 25px 0px;
}

.relatedStories__section:nth-child(3) {
	border-top: 1px solid #D9D9D9!important;
	border-bottom: 1px solid #D9D9D9!important;
}

.relatedStories__title {
	font-size: 16px;
	color: #494949;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 24px;
	font-weight:600;
}

.relatedStories__img {
	width: 100%;
	height: 113px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 25px;
}

.relatedStories__content {
	padding: 20px 0 10px 0;
}

.relatedStories__content--anchor {
	color: #000000;
}

.relatedStories__content--title {
	margin-top: 0;
}

/*
|--------------------------------------------------------------------------
| BREAKING
|--------------------------------------------------------------------------
*/


.breaking {
    padding: 40px 0 70px 0;
}

.white__gradient--bottom:before {
	content: " ";

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+59,0+59,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 59%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 59%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 59%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    /*background-image: linear-gradient(to bottom right,#002f4b,#dc4225);*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.breaking__content {
	padding: 40px 0;
}

.single__continueReading{
	padding-top:60px;
}



.relatedStories__article:last-child {
	border: none;
}

/*
|--------------------------------------------------------------------------
| MOBILE SOCIAL SHARE BUTTON NAV
|--------------------------------------------------------------------------
*/


.single__mobileSocial{
	text-align: center;
	background: #fff;
	height: 60px;
	width: 100%;
	padding: 20px 0 0 0;
	position: fixed;
	bottom: 0;
	z-index: 9;
	box-shadow: 0 1px 12px 0px rgba(0,0,0,0.20);
	animation: slide-up-fade-in ease-in 1s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards; 

	-webkit-animation: slide-up-fade-in ease-in 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode:forwards; 
	opacity:0;

	}

.single__mobileSocialbtn {
	border: 2px solid #29363B;
	padding: 7px 36px;
	color: #29363B;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	height: 41px;
	margin: 0 5px;
}


.single__mobileSocialbtn--twitter:hover  {
	background: #40bff5;
	color: #fff;
	border: 2px solid #40bff5;
}

.single__mobileSocialbtn--facebook:hover  {
	background: #5d82d1;
	color: #fff;
	border: 2px solid #5d82d1;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.single__content {
	    padding: 0px 15px;
	}

	.relatedStories{
		padding-left:30px;
		border: none;
	}



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.single__secondImage{
		margin-top:30px;
	}

	.relatedStories{
		padding-left:40px;

	}
	.single__content {
	    padding: 0px;
	}

	

}

@media only screen and (min-width : 1200px) {
	.single__featureImage{
		margin-top:80px;
	}

	.single__content {
		padding: 0;
	}

	.single__tags--icon {
		font-size: 20px!important;
	}

	.mostShared__title {
		margin-bottom: 16px;
	}

	.relatedStories__article {
	    margin: 15px 0px 5px 0px;
	}

	.relatedStories__title {
    		margin-bottom: 0px;
    	}

}

