/* FEATURE POST */
.home_feature {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 0 50px 50px 50px;
}
.home_feature.top_rule {
	padding: 50px 50px;
	border-top: 2px solid #ccc;
}
.home_feature .left_col,
.home_feature .right_col {
	float: left;
	width: 50%;
}
.home_feature .right_col {
	padding: 10px 0 10px 50px;
	padding: 10px 0;
	text-align: center;
}
.home_feature.one_column .left_col {
	float: none;
	width: 100%;
}
.home_feature.one_column .right_col {
	display: none;
}
.home_feature img {
	width: 80%;
	height: 350px;
	margin: 0 auto;
	object-fit: contain;
	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: 0;
}
.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%;
	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;
}
.lj_related {
	margin-top: 0;
}

/*changes for new format on homepage Jan 21*/
/* TAXONOMY FEATURES */
.taxonomy_features {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 30px 50px;
}
.taxonomy_features h1 {
	margin: 20px 0 40px 15px;
	text-align: left;
}
.taxonomy_features .tax_post {
	float: left;
	width: 33%;
	padding: 0 15px;
	text-align: left;
}
.taxonomy_features .byline, 
.taxonomy_features .comments {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.taxonomy_features .byline i, 
.taxonomy_features .comments i {
	margin-right: 6px;
}
.taxonomy_features .comments a {
	color: #666;
	text-decoration: none;
}
.taxonomy_features .comments a:hover {
	text-decoration: underline;
}
.taxonomy_features .tax_post img {
	width: 400px;
	height: 350px;
	object-fit: cover;
	cursor: pointer;
}
.taxonomy_features h3 {
	margin: 15px 0 15px 0;
	padding-right: 10px;
}
.taxonomy_features h3 a {
	color: #000;
	text-decoration: none;
}
.taxonomy_features h3 a:hover {
	text-decoration: underline;
}
.taxonomy_features .excerpt {
	margin: 10px 0 0 0;
}
.taxonomy_features p {
	padding-right: 10px;
}
.hard_rule {
	margin: 0 50px;
	border-top: 5px solid #000;
}
.taxonomy_features {
	padding-top: 0;
}
.taxonomy_features h1 {
	margin-top: 0;
}

.tax_post {
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    padding: 15px;
}

.taxonomy_features .tax_post li::before {
    content: "•";   
    color: #000;     
    display: inline-block;
    width: 1em;      
    margin-left: -1.5em; 
}


.taxonomy_features .tax_post ul {
    list-style-type: disc !important;
    list-style-position: inside;
    margin-left: 20px; 
    padding-left: 0; 
}

.taxonomy_features .tax_post li {
	margin-left:10px;
    display: list-item !important;
    margin-bottom: 5px; 
}

.taxonomy_features .tax_post img {
    width: 400px;
    height: 350px;
    margin-bottom: 10px;
    object-fit: unset; 
}

.gale-link {
        color: #db1a21;
        text-decoration: underline;
        font-weight: bold;
    }

    .gale-link:hover {
        color: #23527c;
    }
/*changes for new format on homepage Jan 21*/


/* FEATURE POST RESPONSIVE */
@media only screen and (max-width: 1200px) {
    .home_feature h1 {
	    margin-top: 0;
    }
}
@media only screen and (max-width: 960px) {
	.home_feature, 
	.home_feature.top_rule {
		display: flex;
		margin-top: 50px;
		margin-bottom: 20px;
		padding: 0;
		flex-direction: column;
	}
	.home_feature.top_rule {
		padding: 50px 0 0 0;
	}
	.home_feature .left_col {
		order: 2;
		float: none;
		width: 90%;
		padding: 20px 0 0 0;
	}
	.home_feature .right_col {
		order: 1;
		float: none;
		width: 100%;
		padding: 0 0 20px 0; 
		text-align: center;
	}
	.home_feature .right_wrapper {
		width: 90%;
		max-width: 600px;
		margin: 0 auto;
	}
	.home_feature .right_col img {
		width: 90%;
		max-width: 600px;
		height: auto;
	}
}
@media only screen and (max-width: 480px) {
	.home_trending {
		margin: 50px 0 20px 0;
	}
	.home_trending .left_col {
		padding: 0 20px;
	}
	.blog_feed {
		margin: 20px 0;
	}
	.blog_feed .feed_post {
		padding: 0 20px;
	}
	.blog_feed .feed_side .wrapper select {
		margin: 0 auto;
		width: 90%;
	}
}

.sponsored-tag {
    display: inline-block;
    background-color: black;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}



/* RESPONSIVE */
/*changes for new format on homepage Jan 21*/
@media only screen and (max-width: 800px) {
	.taxonomy_features {
		margin: 20px;
		padding: 0
	}
}
@media only screen and (max-width: 600px) {
	.taxonomy_features {
		text-align: center;
	}
	.taxonomy_features .tax_post {
		width: 100%;
		padding: 0 0 15px 0;
		text-align: center;
	}
}
/*changes for new format on homepage Jan 21*/
