/* =Blog
-------------------------------------------------------------- */

#blog-list {
    padding: 0 40px;
    margin: 0;
    list-style: none;
}
#blog-list li {
    clear: both;
    margin: 100px auto;
	border-style: solid;
	border-color: #2c2c2c;
	font-size: 18px;
	line-height: 30px;
}
#blog-list li.position-1 {
    width: calc(55% + 60px);
	padding: 60px 60px 60px 0;
	border-width: 4px 4px 4px 0;
	float: left;
}
#blog-list li.position-2 {
    width: 55%;
	border-width: 4px 0;
	padding: 60px 0;
}
#blog-list li.position-3 {
    width: calc(55% + 60px);
	padding: 60px 0 60px 60px;
	border-width: 4px 0 4px 4px;
	float: right;
}
.list-post-header img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
h1.list-post-title {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 40px;
    font-size: 24px;
    font-size: 1.65vw;
    letter-spacing: .15em;
    word-spacing: .15em;
}
.read-more-wrap {
    margin: 40px 0 50px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .15em;
    word-spacing: .15em;
}
.read-more:after {
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\e90b';
	display: inline-block;
    margin-left: .8em;
    font-size: .8em;
}
.share-links {
    text-align: right;
    height: 30px;
    line-height: 30px;
	font-size: 18px;
}
.share-links span {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}
.share-links a {
	font-family: 'Stone City';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	margin-left: 10px;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}
#post-content {
    width: 60%;
    float: left;
    padding: 40px 0 40px 100px;
}
#post-content article {
    border-right: solid 4px #2c2c2c;
	padding: 0 60px 0 0;
}
.post-header {
	margin-bottom: 30px;
}
h1.post-title {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.65vw;
    letter-spacing: .15em;
    word-spacing: .15em;
    text-transform: uppercase;
}
.post-header img {
    width: 100%;
    height: auto;
    display: block;
}
#post-content p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 24px;
}
.post-meta {
	margin-top: 40px;
}
#latest-posts {
    width: 40%;
    float: left;
    padding: 100px 100px 40px 60px;
}
#latest-posts h2 {
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 22px;
    font-size: 1.5vw;
    letter-spacing: .15em;
    word-spacing: .15em;
    text-transform: uppercase;
}
.latest-post {
	margin-bottom: 60px
}
h3.latest-post-title {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: .15em;
    word-spacing: .15em;
    text-transform: uppercase;
}
.latest-post-header {
	margin-bottom: 20px;
}
.latest-post-header img {
    width: 100%;
    height: auto;
    display: block;
}
.latest-post p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px;
}
.latest-post .read-more-wrap {
    margin: 40px 0 0;
	font-size: 12px;
}
#facebook-comments-wrap {
	padding: 100px 60px 0 0;
}
#facebook-comments-wrap h4 {
	text-align: center;
	font-size: 18px;
	letter-spacing: .15em;
	word-spacing: .15em;
	text-transform: uppercase;
	margin: 0 0 40px;
	font-weight: 300;
}
@media only screen and (max-width : 1000px) {
	#blog-list li.position-1 {
		width: calc(70% + 60px);
	}
	#blog-list li.position-2 {
		width: 70%;
	}
	#blog-list li.position-3 {
		width: calc(70% + 60px);
	}
	h1.list-post-title {
		font-size: 2.25vw;
	}
	#post-content {
		padding: 40px 0 40px 60px;
	}
	h1.post-title {
		font-size: 2.25vw;
	}
	#latest-posts {
		padding: 60px 60px 40px 60px;
	}
	#latest-posts h2 {
		font-size: 2.2vw;
	}
}
@media only screen and (max-width : 800px) {
	#blog-list li.position-1 {
		width: calc(80% + 40px);
	}
	#blog-list li.position-2 {
		width: 80%;
	}
	#blog-list li.position-3 {
		width: calc(80% + 40px);
	}
	h1.list-post-title {
		font-size: 2.7vw;
	}
	h3.latest-post-title {
		font-size: 16px;
	}
	#post-content {
		padding: 20px 0 20px 40px;
	}
	#post-content article {
		padding: 0 60px 0 0;
	}
	h1.post-title {
		font-size: 2.7vw;
	}
	#latest-posts {
		padding: 40px 40px 20px 40px;
	}
	#latest-posts h2 {
		font-size: 2.5vw;
	}
}
@media only screen and (max-width : 700px) {
	#blog-list {
		padding: 0 30px;
		margin: 0;
		list-style: none;
	}
	#blog-list li {
		clear: both;
		margin: 0 auto 80px;
		font-size: 16px;
		line-height: 24px;
	}
	#blog-list li.position-1,
	#blog-list li.position-2,
	#blog-list li.position-3 {
		width: 100%;
		padding: 40px 0 60px;
		border: none;
		border-bottom: solid 2px #2c2c2c;
		float: none;
	}
	#blog-list li:last-child {
		border-bottom: none;
		margin-bottom: 0px;
	}
	.list-post-header img {
		margin-bottom: 30px;
	}
	h1.list-post-title {
		margin: 0 0 30px;
		font-size: 3vw;
	}
	#post-content {
		width: 100%;
		float: none;
		padding: 40px 30px;
	}
	#post-content article {
		border-right: none;
		padding: 0;
	}
	.post-header {
		margin-bottom: 30px;
	}
	h1.post-title {
		margin: 0 0 30px;
		font-size: 3vw;
	}
	#latest-posts {
		width: 100%;
		float: none;
		padding: 40px 30px;
	}
	#latest-posts h2 {
		font-size: 2.75vw;
		text-align: center;
	}
	.latest-post {
		margin-bottom: 100px
	}
	h3.latest-post-title {
		font-size: 2.5vw;
	}
	.latest-post p {
		font-size: 14px;
		line-height: 22px;
	}
	.latest-post .read-more-wrap {
		font-size: 16px;
	}
	#facebook-comments-wrap {
		padding: 100px 0 60px;
		border-bottom: solid 4px #2c2c2c;
	}
	#facebook-comments-wrap h4 {
		font-size: 18px;
	}
}
@media only screen and (max-width : 500px) {
	h1.list-post-title,
	h1.post-title {
		font-size: 20px;
	}
	#latest-posts h2 {
		font-size: 18px;
	}
	h3.latest-post-title {
		font-size: 16px;
	}
}

