/* FEATURE POST */
.home_feature {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 30px 50px 50px 50px;
}
.home_feature .left_col {
	float: left;
	width: 43%;
}
.home_feature .right_col {
	float: left;
	width: 57%;
}
.home_feature .right_col {
	padding: 10px 0 10px 50px;
}
.home_feature img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: center top;
	cursor: pointer;
}
.home_feature .category {
	display: table;
	margin: 0 0 20px 0;
	padding: 6px 15px 4px 15px;
	font-family: Portrait Medium, serif;
	font-size: 14px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background-color: #000;
	cursor: pointer;
}
.home_feature .category:hover {
	background-color: #0055b8;
}
.home_feature h1 {
	margin-top: 20px;
}
.home_feature h1 a {
	color: #000;
	text-decoration: none;
}
.home_feature h1 a:hover {
	text-decoration: underline;
}
.home_feature .byline, 
.home_feature .categories, 
.home_feature .comments {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.home_feature .byline i, 
.home_feature .categories i, 
.home_feature .comments i {
	margin-right: 6px;
}
.home_feature .categories a:hover, 
.home_feature .comments a:hover {
    color: #000;
    text-decoration: underline;
}
.home_feature .read_more, 
.home_recent .read_more {
	font-weight: bold;
	letter-spacing: 0.5px;
}
.home_feature .read_more a:hover, 
.home_recent .read_more a:hover {
	color: #000;
	text-decoration: underline;
}

.a2a_kit {
    display: table;
    float: left;
    width: 50%;
    min-width: 250px;
	margin: 30px 0 0 0;
    line-height: 32px;
}
.a2a_kit .share_text {
	float: left;
	margin-right: 10px;
	line-height: 32px;
	font-weight: bold;
}

.home_feature .share_icons {
	display: none;
	margin: 50px 0 0 0;
}
.home_feature .share_icons p {
	float: left;
	margin: 0 15px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
}
.home_feature .share_icons i {
	float: left;
	margin: 0 10px 0 0;
	transition: linear 0.2s;
	cursor: pointer;
}
.home_feature .share_icons i:hover {
	color: #0055b8;
	transition: linear 0.2s;
}
.hard_rule {
	margin: 0 50px;
	border-top: 5px solid #000;
}

/* FEATURE POST RESPONSIVE */
@media only screen and (max-width: 1200px) {
    .home_feature h1 {
	    margin-top: 0;
    }
}
@media only screen and (max-width: 800px) {
	.home_feature {
		margin: 20px;
		padding: 0 0 50px 0;
	}
	.home_feature .left_col, 
	.home_feature .right_col {
		float: none;
		width: 100%;
	}
	.home_feature .left_col {
		text-align: center;
	}
	.home_feature .left_col img {
		max-width: 600px;
	}
	.home_feature .right_col {
		padding: 30px 0 0 5px;
	}
	.home_feature .right_wrapper {
		max-width: 600px;
		margin: 0 auto;
	}
}

/* RECENT POSTS */
.home_recent {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 30px 50px 0 50px;
}
.home_recent .left_col {
	float: left;
	width: 75%;
	padding-right: 50px;
}
.home_recent .right_col {
	float: right !important;
	width: 25%;
}
.home_recent .post_wrapper {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    overflow: auto;
}
.home_recent .left_col img {
    float: left;
	width: 440px;
	height: 288px;
	margin: 0 75px 0 0;
	object-fit: cover;
	cursor: pointer;
}
.home_recent h3 {
    margin-top: 10px !important;
}
.home_recent p {
	margin-bottom: 20px;
}
.home_recent .category, 
.home_recent .byline {
	font-size: 16px;
}
.home_recent .category {
	color: #0055b8;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.home_recent .category:hover {
	text-decoration: underline;
}
.home_recent h3 {
	margin: 0 0 10px 0;
	font-family: 'Portrait Medium';
}
.home_recent h3 a {
	color: #000;
	text-decoration: none;
}
.home_recent h3 a:hover {
	text-decoration: underline;
}
.home_recent .excerpt {
	margin: 0;
}
.ad_div .skyscraper_placeholder, 
.home_recent .skyscraper_placeholder {
    float: right;
    width: 300px;
    height: 600px;
    border: 1px solid #333;
    text-align: center;
}

/* RECENT POSTS RESPONSIVE */
@media only screen and (max-width: 1300px) {
    .home_recent .left_col {
    	float: left;
    	width: 65%;
    	padding-right: 0;
    }
    .home_recent .right_col {
    	float: right !important;
    	width: 35%;
    }
    .home_recent .post_wrapper {
        width: 90%;
        min-width: 450px;
        overflow: visible;
    }
    .home_recent .left_col img {
        float: none;
    }
}
@media only screen and (max-width: 900px) {
	.home_recent {
		margin: 20px auto;
		padding: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.home_recent .left_col, 
	.home_recent .right_col {
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.home_recent .post_wrapper {
        width: 90%;
        min-width: auto;
        max-width: 450px;
        height: auto;
        margin: 0 auto 50px auto;
        overflow: visible;
	}
    .home_recent .left_col img {
        float: none;
        width: 100%;
    	max-width: 440px;
    	height: 300px;
    	margin: 10px 0;
    	object-fit: cover;
    	cursor: pointer;
    }
    .ad_div .skyscraper_placeholder, 
    .home_recent .skyscraper_placeholder {
        float: none;
        margin: 0 auto 20px auto;
    }
}

/* RECENT COMMENTS */
.recent_comments {
    max-width: 1414px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 30px 50px 0 50px;
}
.recent_comments .left_col {
	float: left;
	width: 75%;
	padding-right: 30px;
}
.recent_comments .right_col {
	float: right;
	width: 25%;
}
.recent_comments h2 {
	text-align: center;
}
.recent_comments .waterfall {
    column-count: 3;
    column-gap: 30px;
}
.recent_comments .comment {
    display: inline-block;
	width: 100%;
    margin: 0 0 30px 0;
    padding: 15px;
	text-align: left;
    border: 2px solid #ddd;
    border-radius: 20px;
}
.recent_comments .comment:last-of-type {
    clear: both;
}
.recent_comments .date {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.recent_comments .nametitle {
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #555;
    letter-spacing: -0.5px;
}
.recent_comments a {
    color: #0055b8;
    text-decoration: underline;
}
.recent_comments a:hover {
    color: #000;
}
.recent_comments .skyscraper_placeholder {
    float: right;
    width: 300px;
    height: 600px;
    border: 1px solid #333;
    text-align: center;
}
.hard_rule {
	margin: 0 50px;
	border-top: 5px solid #000;
}

/* RECENT COMMENTS RESPONSIVE */
@media only screen and (max-width: 1300px) {
    .recent_comments .left_col {
    	float: left;
    	width: 65%;
    	padding-right: 0;
    }
    .recent_comments .right_col {
    	float: right;
    	width: 35%;
    }
}
@media only screen and (max-width: 1100px) {
    .recent_comments .left_col {
    	width: 60%;
    }
    .recent_comments .right_col {
    	width: 40%;
    }
    .recent_comments .waterfall {
        column-count: 2;
    }
	.recent_comments .waterfall .comment:nth-of-type(n+10) {
        display: none;		
	}
}
@media only screen and (max-width: 900px) {
    .recent_comments {
    	padding: 30px 20px 0 20px;
    }
	.recent_comments .left_col, 
	.recent_comments .right_col {
		padding: 0;
		width: 100%;
		text-align: center;
	}
    .recent_comments .waterfall {
        column-count: 2;
    }
	.recent_comments .waterfall .comment:nth-of-type(n+7) {
        display: none;		
	}
    .recent_comments .skyscraper_placeholder {
        float: none;
        margin: 20px auto;
    }
}
@media only screen and (max-width: 600px) {
    .recent_comments {
        width: 100%;
        margin: 30px auto 15px auto;
    	padding: 0 10px;
    }
    .recent_comments .waterfall {
        column-count: 1;
    }
    .recent_comments .comment {
        margin: 0 0 15px 0;
    }
	.recent_comments .waterfall .comment:nth-of-type(n+5) {
        display: none;
	}
}

/* BOOK REVIEWS */
.home_reviews {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 30px 50px;
}
.home_reviews h2 {
	margin-top: 30px;
	text-align: center;
}
.home_reviews .review {
	float: left;
	width: 33%;
	padding: 0 15px;
	text-align: left;
}
.home_reviews .review img {
	width: 400px;
	height: 350px;
	object-fit: cover;
	cursor: pointer;
}
.home_reviews h4 {
	margin: 15px 0 5px 0;
	padding-right: 10px;
}
.home_reviews h4 a {
	font-size: 22px;
	color: #000;
	text-decoration: none;
}
.home_reviews h4 a:hover {
	text-decoration: underline;
}
.home_reviews .excerpt {
	margin: 0 0 20px 0;
}
.home_reviews p {
	padding-right: 10px;
}
.home_reviews .read_more {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}
.home_reviews .read_more p {
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* BOOK REVIEWS RESPONSIVE */
@media only screen and (max-width: 800px) {
	.home_reviews {
		margin: 20px;
		padding: 0
	}
}
@media only screen and (max-width: 600px) {
	.home_reviews {
		text-align: center;
	}
	.home_reviews .review {
		width: 100%;
		padding: 0 0 15px 0;
		text-align: center;
	}
}

/* HOME ARCHIVES */
.home_archives {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 30px 50px;
}
.home_archives .post {
	float: left;
	width: 22%;
	margin: 0 10px;
	text-align: center;
}
.home_archives .post img {
	width: 300px;
	height: 300px;
	margin: 0;
	object-fit: cover;
	cursor: pointer;
}
.home_archives .post h4 {
	margin: 15px 0 0 0;
	padding: 0 10px;
}
.home_archives .post a {
	color: #000;
	text-decoration: none;
}
.home_archives .post a:hover {
	text-decoration: underline;
}

/* HOME ARCHIVES RESPONSIVE */
@media only screen and (max-width: 1200px) {
	.home_archives .post#ap4 {
		display: none;
	}
	.home_archives .post {
		width: 30%;
	}
}
@media only screen and (max-width: 1000px) {
	.home_archives {
		margin: 0 20px;
		padding: 10px 0 30px 0;
		overflow-x: hidden;
	}
	.home_archives h2 {
		margin-top: 20px;
		text-align: center;
	}
	.home_archives .post#ap3 {
		display: none;
	}
	.home_archives .post {
		width: 45%;
	}
}

@media only screen and (max-width: 800px) {
	padding: 30px 50px 30px 50px;
}
@media only screen and (max-width: 600px) {
	.home_archives .post#ap3 {
		display: block;
	}
	.home_archives .post#ap1, 
	.home_archives .post#ap2, 
	.home_archives .post#ap3 {
		float: none;
		margin: 0 auto 40px 0;
	}
	.home_archives .post {
		width: 100%;
	}
	.home_archives .post img {
		height: 300px;
	}
}