.category-content {
   /*  border: 1px solid #00ff00; */
	display: grid;
}

.category-content--post {
    /* border: 1px solid #ff0000; */
    padding-bottom: 1rem; 
    margin-bottom: 0;
	background-color: #ffffff;
}

.category-content--post-taxonomy {
    height:58px;
	/* border: 1px solid #aa00ff; */
}

.category-content--post-category{
	float:left; 
	display:inline-block; 
	margin-top:-32px;
}

.category-content--post-gravatar {
	float:right; 
	display:block; 
	border: 4px solid #ffffff; 
	border-radius: 50%; 
	overflow:hidden;
}

.category-content--post-author {
	float:right; 
	display:inline-block; 
	margin:-30px 0.5rem 0 0;
}

.category-content--post-thumbnail {
	width: 100%;
    height: 0;
	margin:-17px 0 0 0 !important;
	background-size: cover;
	padding-top: 65%;
	background-position: center center;
}

.category-content--post-content {
    /* border: 1px solid #0000ff; */
	padding: 0.5rem 1rem 0.5rem 0;
    margin: 0 0 -1rem 0;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 55%, rgba(211,211,211,0.27) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,0.6)), color-stop(100%, rgba(211,211,211,0.27)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 55%, rgba(211,211,211,0.27) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 55%, rgba(211,211,211,0.27) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 55%, rgba(211,211,211,0.27) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 55%, rgba(211,211,211,0.27) 100%);
}

.category-content--post-content h4 {
    text-decoration: none;
    color: #2C2936;
	margin:1.5rem 0 0 0 !important;
}

.category-content--post-content p {
    font-family: sans-serif;
    font-size: 16px;
    margin: 1rem 0 0 0 !important;
    color: #3c3c3c;
}

.category-content--post-content a {
    position: relative;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #04b189;
    margin-left: 20px;
}

.category-content--post-content a:after {
    display: block;
    position: absolute;
    content: "";
    border-top: 3px solid #04b189;
    border-right: 3px solid #04b189;
    border-top-right-radius: 3px;
    width: 8px;
    height: 8px;
    transform: rotate( 45deg );
    top: 4px;
    right: -20px;
    transition-duration: 0.1s;
}

.category-content--post-content a:hover:after {
    right: -26px;
}

.pagination-single-inner {width:140px; margin:0 auto; } /* Older & Newer Posts buttons */
.styled-separator {margin-top:40px; margin-bottom:40px;}

.category-top>h2, .category-top>h4 {margin-top:1em;}

@media (max-width: 699px) {
    .category-content {grid-template-columns: auto; grid-gap: 2rem;} /* Default Columns */
	.category-content--post-taxonomy {margin-top:-50px;} /* Adjust for vertical spacing glitch */
	.category-content--post-author {margin-top:-17px;}	
}

@media (min-width: 700px) {
    .category-content {grid-template-columns: auto auto; grid-gap: 2.5rem;} /* Default Columns */
	.category-content--post-taxonomy {margin-top:-80px;} /* Adjust for vertical spacing glitch */
	.pagination-single-inner {width:400px;} /* Older & Newer Posts buttons */
}

@media ( min-width: 900px ) {
	.category-content--post-taxonomy {margin-bottom:7px;} 
}

@media ( min-width: 1100px ) {
	.category-content--post-taxonomy {margin-bottom:5px;} 
}

@media (min-width: 1220px) {
    .category-content {grid-gap: 3rem;} /* Default Columns */
	.category-content--post-taxonomy {margin-bottom:0;} 
}
	

