@import "../dependencies/variables-epic.less";
@import "../components/comments-area.less";

main.content{
	margin-top: 3rem;
}

.sticky {
  background-color: @sticky-bg !important;
}

.entry{
	position: relative;
    z-index: 0;
	.global-boxed();

	.featured{
		margin-bottom: 2rem;
		img{
			width: 100%;
			height: auto;
		}
	}
	
	.entry-byline{
		margin: 1rem 0 2.5rem 0;
	}
	
	.entry-title{
		margin-top: 0;
		margin-bottom: 0.8rem;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		font-weight: 600;
		a{
			color: @entry-title-color;
			&:hover{
				&:extend(.primary-color);
				text-decoration: none;
			}
		}
	}

	.readmore{
		margin-bottom: 1rem;
	}

	&.format-status{
		p{
			margin-top: 2rem;
		}
	}

	&.format-link{
		.entry-title{
			position: relative;
			padding-left: 4rem;
			&:before{
				position: absolute;
				left: 0;
				top: 0;
				font-family: @font-awesome;
				content: "\f0c1";
			}
		}
	}
}


.entry-summary{
	&:before{
		content: " ";
		display: table;
	}

	&:after{
		clear: both;
		content: " ";
		display: table;
	}
}

.blog-post-meta{
	 word-break: break-all;
}

.archive-title {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 2rem;
}