.main_content .left_col {
	width: calc(100% - 320px);
}

main .social>span a {
	font-size: 0;
}

.post_content .featured_image {
	text-align: center;
	width: 100%;
}

.post_content p {
	margin-bottom: 15px;
}

.title a {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #000;
}

.right_col {
	max-width: 315px;
	min-width: 315px;
}

.right_col .editors_picks > .title a {
	display: block;
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
}

.right_col .editors_picks > .title a:before {
	font-family: 'Genericons';
	content: '\f11a';
	font-size: 30px;
	line-height: 0;
	color: #000;
	position: relative;
	top: 6px;
	margin-right: 3px;
}

.right_col .editors_picks li {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}

.right_col .editors_picks li .image {
	display: inline-block;
	position: relative;
	width: 100%;
}

.editors_picks_list .read_more a:after {
	content: ' ' !important;
}

.editors_picks_list .red_triangle {
	margin-left: 6px;
}

.bottom_list .list_name {
	font-size: 22px;
	margin-top: 0;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	margin-bottom: 10px;
}

.bottom_list li {
	padding-bottom: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.bottom_list li .image {
	display: inline-block;
	width: 23.8%;
	max-width: 205px;
	max-height: 123px;
	overflow: hidden;
	float: left;
	position: relative;
}

.bottom_list li .image img {
	max-width: 100%;
}

.bottom_list li .article_info {
	width: calc(76.2% - 16px);
	float: right;
}

.bottom_list .article_info .title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	width: 84%;
	float: left;
	display: block;
}

.bottom_list .article_info .author, .bottom_list .article_info .excerpt {
	float: left;
	width: 76%;
	display: inline-block;
}

.bottom_list .article_info .author {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin-top: 3px;
}

.bottom_list .article_info .read_more {
	right: 0px;
	width: 11%;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	font-size: 14px;
}

.bottom_list .article_info .read_more a {
	color: #000;
	text-transform: capitalize;
}

.red_triangle {
	margin-left: 3px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #ca0000;
	display: inline-block;
}

.bottom_list .article_info .excerpt {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	height: 36px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

.bottom_list .eet_video_icon {
	width: 30px;
	height: 30px;
	bottom: 16px;
	left: 8px;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
}

.pagination .page-numbers {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #195bbc !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #195bbc !important;
	color: #fff !important;
}
