/* Post Category CSS
--------------------------------------------- */ 

.category .site-inner {
	padding-bottom: 60px;
}

.menu-post-category-menu-container {
    background-color: #003651;
	text-align: center;
}

.clcc-cat-menu.genesis-nav-menu .menu-item a {
    color: #fff;
    font-weight: 600;
    padding: 25px 20px;
}

.archive-heading {
	background-color: #fff;
}

.category .archive-description {
	padding: 40px 0;
	margin-bottom: 0;
}

.category .archive-title {
	font-size: 40px;
	color: #26244f;
}

.top-level-categories {
	background-color: #fff;
	padding-bottom: 40px;
}

.top-level-categories li,
.top-level-categories li a {
	display: inline-block;
}

.top-level-categories li {
	border: 2px solid #26244f;
	margin-right: 14px;
	margin-bottom: 14px;
}

.top-level-categories li a {
	text-decoration: none;
	background-color: #fff;
	color: #26244f;
	padding: 7px 14px;
	letter-spacing: -1px;
}

.clcc-cat-menu.genesis-nav-menu .current-menu-item a,
.clcc-cat-menu.genesis-nav-menu .menu-item a:hover,
.clcc-cat-menu.genesis-nav-menu .current-menu-item a:focus {
	color: #28a9e1;
}

.latest-post {
	padding-top: 20px;
}

.latest-post  .entry-title {
    font-size: 30px;
    margin-bottom: 24px;
}

.latest-post .entry {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
	margin-bottom: 0;
}

.latest-post img.alignright {
	margin: 0 0 20px 80px;
}

.latest-post a {
	text-decoration: none;
}

.latest-post .entry-header .entry-meta {
	display: inline-block;
}

.latest-post .more-link {
	display: table;
	border: 2px solid #28aae2;
	padding: 10px 50px 10px 10px;
	margin-top: 20px;
	line-height: 1;
	letter-spacing: -1px;
	position: relative;
}

.latest-post .more-link:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding: 10px 16px;
	background-color: #28aae2;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.latest-post .entry-time {
	border-right: 1px solid #ddd;
    padding: 5px 10px 0 0;
    margin-right: 10px;
}

.latest-post .entry-categories a {
	font-size: 16px;
}

.category .content {
	float: none;
	width: auto;
}

.category .content .entry {
	float: left;
	width: 23.828125%;
	margin-left: 1.5625%;
	margin-bottom: 1.5625%;
	padding: 0 0 30px 0;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 20px -12px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 20px -12px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 20px -12px rgba(0,0,0,0.5);
}

.category .content .entry:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
}

.category .content .entry .entry-time {
	position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
}

.category .content .entry .category-post-image {
	overflow: hidden;
	margin-bottom: 22px;
}

.category .content .entry .category-post-image img {
	display: block;
	height: 220px;
	width: 100%;
	object-fit: cover;
}

.category .content .entry img.alignright {
	margin-left: 0;
	margin-bottom: 0;
}

.category .content .entry .entry-header .entry-meta {
	margin-bottom: 10px;
}

.category .content .entry .entry-title {
	font-size: 18px;
}

.category .content .entry a {
	text-decoration: none;
}

.category .content .entry .entry-title a {
	color: #222;
}

.category .content .entry .entry-content {
	line-height: 1.3;
	font-size: 16px;
}

.category .content .entry .entry-categories {
	font-size: 12px;
	padding-left: 22px;
	padding-right: 22px;
}

.category .content .entry .entry-categories a {
	color: #f6a418;
}

.category .content .entry .entry-title {
	font-family: proxima-nova, sans-serif;
    font-size: 18px;
	padding-left: 22px;
	padding-right: 22px;
}
.category .content .entry .entry-content {
	padding-left: 22px;
	padding-right: 22px;
}

.category .archive-pagination {
	text-align: center;
}

@media only screen and (max-width: 1024px) {

	.latest-post .category-post-image img {
		width: 50%;
	}

	.category .content .entry {
		float: left;
		width: 48.9583333333%;
		margin-left: 2.0833333333%;
		margin-bottom: 2.0833333333%;
	}

	.category .content .entry:nth-of-type(4n+1) {
		margin-left: 2.0833333333%;
		clear: none;
	}

	.category .content .entry:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

}

@media only screen and (max-width: 768px) {

	.latest-post .category-post-image img {
		float: none;
		width: auto;
		margin-left: 0;
	}

}

@media only screen and (max-width: 500px) {

	.category .content .entry {
		float: none;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 16px;
	}

	.category .content .entry:nth-of-type(4n+1) {
		margin-left: 0;
	}

	.category .content .entry:nth-of-type(2n+1) {
		clear: none;
	}

}