.ct-single-title-container {
	padding-top: @base-margin;

	.ct-category {
		.shadow;
	}
}

.ct-featured-image {
	img {
		display: block;
		width:100%;
		height:auto;
	}
}

.ct-single-content-container {
	.ct-post-meta {
		background-color: @white-color;
		border-radius: .4rem;
		padding: .8rem 3.5rem;
		.shadow;

		margin-top: 1rem;
		margin-bottom: 1.8rem;

		.ct-icon {
			margin-right: .4rem;
		}

		.ct-meta {
			margin-right: .8rem;
		}
	}

	.entry-content {
		background-color: @white-color;
		border-radius: .4rem;

		padding: 2.5rem 3.5rem;
		margin-bottom: 1rem;
		.shadow;
	}
}
.ct-sidebar-widget{
	ul{
		li{
		list-style:none;
			&::before{
				content: "\ea5d";
    			font-family: "IcoFont";
    			font-size:2.5rem;
			}

		}
	}
}

.entry-footer {
	background-color: @white-color;
	border-top: 2px solid @primary-color;
	margin-top: @base-margin;
	margin-bottom: @base-margin;
	padding: @font-size;
	.shadow;
}

.author-image {
	float: left;
	padding-right: .6rem;
}

.author-details{
	.entry-author-label{
		color:#999;
		font-size:1.4rem;
		font-weight:600;
		margin: 0 0 0.2rem 0;
	}
	p{
		font-size: 1.6rem;
	}
	a{
		.author-name{
			font-weight:600;
		}
	}
}

.author-info{
	.author-details {
    	margin-left: 1.6rem;
	}
}
