/**handles:genesis-custom-blocks__block-list-with-image**/
.block-post-grid--post {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.block-post-grid--post-thumbnail {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.block-post-grid--post-thumbnail.staff {
	height: 240px;
}


.gb-block-post-grid-text {
	padding: 10px 5px;
	margin: -52px 0 0 0;
	height: 52px;
	background: rgba(255, 255, 255, 0.8);
}
.staff .gb-block-post-grid-text {
    margin-top: 0;
    background: rgba(0, 0, 0, 0.15);
}

.gb-block-post-grid-text h3  {
	font-size: 18px !important;
	margin-bottom: 1px !important;
}

.gb-block-post-grid-text h3  {
	font-size: 15px !important;
	font-weight: 400 !important;
	text-align: center;
}
h3 .smaller {
	font-size: 13px;
}
.gb-block-post-grid-text p a {
    position: relative;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f37a1f;
}

.gb-block-post-grid-text p a:after {
    display: block;
    position: absolute;
    content: "";
    border-top: 3px solid #f37a1f;
    border-right: 3px solid #f37a1f;
    border-top-right-radius: 3px;
    width: 8px;
    height: 8px;
    transform: rotate( 45deg );
    top: 4px;
    right: -20px;
    transition-duration: 0.1s;
}

.gb-block-post-grid-text p a:hover:after {
    right: -26px;
}