.gcf-item-container-block {
    padding: 0;
}
.gcf-item-block {
    border-bottom: 1px dotted #eee;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 300;
    list-style-type: none;
    /*margin: 1% 1% 0.5em;*/
    overflow: auto;
    padding: 8px 5px;
    text-align: left;
    width: 100%;
}
.gcf-item-title {
    display: block;
    font-size: 110%;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.25em;
    word-wrap: break-word;
}
.gcf-item-daterange {
    border: 1px solid #eee;
    color: #626262;
    display: block;
    float: left;
    font-size: 90%;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.gcf-item-daterange .month {
    background: none repeat scroll 0 0 #0a304e;
    color: white;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    width: 50px;
}
.gcf-item-daterange .day {
    background-color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    width: 50px;
}
.gcf-item-location {
    display: block;
    font-size: 90%;
    font-weight: normal;
    line-height: 1;
}
.cal-link{
     display: block;
    font-size: 16px;
    margin: 15px 18px;
}

@media only screen and (max-width: 950px) {

.gcf-item-container-block {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.gcf-item-block {
    float: none;
    height: auto;
    margin: 5px 5px 20px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
}


