.post_events
{
	width: 100%;
	padding: 0;
	margin: 0;
}

.post_events_date { margin: .5em 1em; }
.post_events_excerpt {
    margin: .5em 1em;
}


.post_events > h1
{
	color: black;
	margin: .5em 0em;
}

.post_events_row { margin-bottom: 2em; }

.post_events_item_wrapper
{
	display: inline-block;
	/* max-width: calc((100% / 3) - 2em); */
	max-width: calc((100% / 2) - 2em);
	vertical-align: top;
	width: 100%;
	box-shadow: 0em 0em 1em rgba(0,0,0,.1);
	margin: 0em 2em 1em 0em;
	background: #f6f6f6;
}

.post_events_item
{
	padding: 0;
	min-height: 35em;
	position: relative;
}

.post_events_redirect { display: none; }

.post_events_title, .post_events_date, .post_events_image_wrapper,
.post_events_read_more
{
	text-align: left;
}

.post_events_title
{
	margin: 0em 1em;
	min-height: 5.5em;
}

.post_events_date > p {
    font-size: 1.3em !important;
    font-style: italic;
}

.post_events_read_more 
{ 
	display: none; /* Needs to be hidden to conform to the other posts */
	margin: .25em 0em;
	position: absolute;
    bottom: 1em;
    width: calc(100% - 1em);
}

/* .read_more_button */
/* { */
    /* color: white; */
    /* padding: .5em; */
    /* display: block; */
    /* max-width: 50%; */
	/* background: #ee7f00; */
    /* border-radius: 2em; */
    /* min-width: 7em !important; */
	/* border: 1px solid transparent; */
	/* text-align: center; */
	
/* } */

/* .read_more_button:hover, */
.archive_control:hover
{
    background: white !important;
    color: #ee7f00;
	border: 1px solid #ee7f00;
	text-decoration: underline;
}

.post_events_image_wrapper 
{ 
	min-height: 166px; 
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/*.past_archive_controls*/
.archive_year_controls
{
	margin: 1em 0em 2em 0em;
}

.post_events_item_wrapper { cursor: pointer; }

.archive_control.active_archive_year { font-weight: bold; }

.archive_control 
{ 
	cursor: pointer;
	margin: 0em 1em 0em 0em;
    color: white;
    padding: .5em;
    display: inline-block;
	width: 5em;
    background: #ee7f00;
    border-radius: 2em;
    border: 1px solid transparent;
    text-align: center;
}


/* RESPONSIVE **/
@media screen and (max-width: 767px)
{
	.post_events_item { min-height: 30em; }
	
	.post_events_item_wrapper
	{
		max-width: 100%;
		margin-bottom: 2em;
	}
}