#main {
	position: relative;
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
}

.category_name {
	width: 100%;
	padding: 10px 0 18px;
	margin-top: 60px;
	font-family: 'RingsideCondensed-Bold';
	font-size: 28px;
	letter-spacing: -0.31px;
	line-height: 33px;
	text-transform: uppercase;
}

.category_name, .left_col {
	padding-left: 30px;
	padding-right: 30px;
}

.left_col {
	border-right: 1px solid #CCCCCC;
}

.right_col {
	max-width: 100%;
}

.one_article .image {
	width: 250px;
	float: left;
}

.one_article .date_author, .one_article .date_author a {
	color: #555555;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 21px;
	margin-bottom: 5px;
}

.one_article .title {
	margin-bottom: 10px;
}

.one_article .title a {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 23px;
}

.one_article .excerpt {
	color: #555555;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 21px;
}

.left_col > .current_page .one_post_0 {
	width: 59%;
	max-width: 456px;
	float: left;
	vertical-align: top;
}

.left_col > .current_page .one_post_0 .image, .left_col > .current_page .one_post_0 .text {
	width: 100%;
}

.left_col > .current_page .one_post_0 .image {
	margin-bottom: 13px;
}

.left_col > .current_page .one_post_0 .title a {
	font-size: 28px;
	font-weight: 100;
	letter-spacing: -0.3px;
	line-height: 32px;
	max-height: 64px;
}

.left_col > .current_page .one_post_1, .left_col > .current_page .one_post_2 {
	width: 40%;
	max-width: 281px;
	float: right;
	vertical-align: top;
	border-left: 1px solid #CCCCCC;
	padding-left: 31px;
	display: inline-block;
}

.left_col > .current_page .one_post_1 .image, .left_col > .current_page .one_post_2 .image {
	margin-bottom: 10px;
}

.left_col > .current_page .one_post_1 {
	padding-bottom: 12px;
}

.left_col > .current_page .one_post_1 .excerpt, .left_col > .current_page .one_post_2 .excerpt,
.left_col > .current_page .one_post_1 .update, .left_col > .current_page .one_post_2 .update {
	display: none;
}

.left_col > .current_page .one_post_1 .image a, .left_col > .current_page .one_post_2 .image a {
	display: block;
}

.left_col > .current_page .one_post_1 .title a, .left_col > .current_page .one_post_2 .title a {
	margin-bottom: 8px;
}

.left_col > .current_page .one_post_1 .date_author .author, .left_col > .current_page .one_post_2 .date_author .author {
	margin-bottom: 16px;
}

.one_post, .left_col > .current_page .one_post_3, .next_page .one_article {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	clear: both;
}

.left_col > .current_page .one_post_3 {
	margin-top: 34px;
}

.one_post .text, .one_post_3 .text, .next_page .one_article .text {
	padding-left: 270px;
}

.right_col .grey_border {
	border-left: none;
}

#category_load_more {
	display: inline-block;
	text-align: center;
	padding: 20px 0 50px;
	width: 100%;
	margin-top: 41px;
}

#category_load_more span a {
	padding: 22px 65px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	background-color: #01377F;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 21.6px;
	text-align: center;
}

/* load more spinner */
.loader, .loader:before, .loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	display: none;
	color: #a9a9a9;
	font-size: 6px;
	margin: 10px auto 40px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/* Author Page */
.page_author .image_name {
	width: 100%;
	display: inline-block;
	padding-left: 30px;
	margin-top: 47px;
}

.page_author .avatar {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 11px;
}

.page_author .avatar img {
	border: 2px solid #0064C8;
	border-radius: 50%;
}

.page_author .image_name .name {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.31px;
	line-height: 70px;
	text-transform: uppercase;
}

.page_author .author_info {
	padding-left: 81px;
}

.page_author .nopadding .author_info {
	padding-left: 0;
}

.page_author .author_info .author_title, .page_author .author_info .desc {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 25px;
	display: inline-block;
}

.page_author .author_info .author_title {
	line-height: 30px;
}

.page_author .twitter, .page_author .facebook {
	display: inline-block;
	margin-left: 12px;
	vertical-align: top;
}

.page_author .twitter:before {
	content: "\f17c";
	font-family: "Genericons";
	font-size: 25px;
	line-height: 25px;
	vertical-align: top;
	color: #1DA1F2;
}

.page_author .facebook:before {
	content: "\f12d";
	font-family: "Genericons";
	font-size: 25px;
	line-height: 25px;
	vertical-align: top;
	color: #416DD3;
}

.page_author .author_info .desc {
	display: block;
	width: 100%;
	margin-top: 24px;
	margin-bottom: 30px;
}

.page_author .author_info .desc a {
	text-decoration: underline;
}
/* END Author Page */


/* search page */
body.search .top_container {
	position: relative;
	height: 170px;
	color: #000;
	font-size: 15px;
	font-weight: 300;
}

body.search .top_container .search_wrapper {
	max-width: 1200px;
	padding: 60px 30px 0;
	margin: 0 auto;
}

body.search .top_container .search_wrapper form {
	position: relative;
	padding-bottom: 12px;
}

body.search .top_container .search_wrapper #search_row {
	width: 100%;
	height: 38px;
	background-color: transparent;
	border: 1px solid #01377F;
	color: #000;
	padding: 0 130px 0 10px;
	font-weight: 300;
}

body.search .top_container .search_wrapper .search_btn {
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #01377F;
	color: #fff;
	border: 0;
	font-size: 20px;
	font-weight: 300;
	outline: none;
	cursor: pointer;
	padding: 6.5px 35px;
}

body.search .one_article:first-child {
	border-top: none;
	margin-top: 0;
}

.main_content_support .donate2 .credit.box {
	width: 100%;
}



