.asew-single-event {
    clear: both;
    margin-bottom: 10px;
    display: block;
    color: #000;
	transition: all .10s ease-in-out;
	-moz-transition: all .10s ease-in-out;
	-webkit-transition: all .10s ease-in-out;
}

.asew-single-event:visited {
    color: #000;
}

.asew-single-event:hover {
	transform: scale(1.05);
    color: #61872A;
}



.asew-single-event a {
    text-decoration: none;
    
}

.asew-start-date {
    width: 23%;
    float: left;
    margin-right: 8px;
    text-align: center;
    font-size: 120%;
    font-family: 'Grenale Slab Demi';
    border-right: 1px solid #000;
}
.asew-start-day {
    font-size: 140%;
}

.asew-text {
    float: left;
    width: 71%;
    padding-left: 8px;
    height: 100%;
}
.asew-title {
    display: block;
    line-height: 1.3em;
}
.asew-affiliation {
    font-size: 80%;
    line-height: 1.2em;
}

a.asew-more-events {
    display: block !important;
    font-size: 15px !important;
    margin: 0px auto;
    max-width: 80%;
    text-align: center;
    background-color: #678b47;
    color: #F9E4A4;
    border: 1px solid #678b47;
    border-radius: 4px;
    font-family: 'Grenale Slab Demi';
    padding: 10px 16px;
    text-decoration: none;
}
a.asew-more-events:hover {
    color: #678b47;;
    background-color: #fff;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media only screen and (min-width: 37.5em) {
    .asew-start-date {
        width: 12%;
    }
}

/* ===== == = === 48em (768px) === = == ===== */
@media only screen and (min-width: 48em) {
    .asew-start-date {
        width: 23%;
    }

}

/* ===== == = === 56.25em (900px) === = == ===== */
@media only screen and (min-width : 56.25em) {
    .asew-start-date {
        width: 29%;
    }
    .asew-text {
        width: 66%;
        padding-left: 5px;
    }
    .asew-title {
        font-size: 85%;
    }

}

/* ===== == = === 68.75em (1100px) === = == ===== */
@media only screen and (min-width : 68.75em) {
    .asew-start-date {
        width: 25%;
    }
    .asew-text {
        width: 70%;
        padding-left: 8px;
    }
    .asew-title {
        font-size: 100%;
    }
}


