a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}
div.ccm-block-page-list-title{
  font-size: 18px;
  color: #2f6424;
  font-weight: normal;
}
div.ccm-block-page-list-title a, div.ccm-block-page-list-title a:visited{
  color: #2f6424;
  text-decoration: none;
}
div.ccm-block-page-list-title a:hover, div.ccm-block-page-list-title a:focus{
    color: #425058;
    text-decoration: underline;
}
div.ccm-block-page-list-wrapper {
    position: relative;
    margin-top:20px;
}
/*
div.ccm-block-page-list-date {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #FFF;
    width: 40px;
    height: 45px;
    text-align: center;
}*/
div.mg-page-entry-horizontal {
}
div.mg-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 30px;
}


div.mg-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: block;
    vertical-align: top;
    position: relative;
}

div.mg-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    min-width: 120px;
    width: 100%;
}


div.mg-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    text-align: center;
    padding: 15px;
    background-color: #fff;
/*    min-height: 80px;*/
    border: 1px solid #ccc;
}

div.ccm-block-page-list-page-entry-text a:hover {
    text-decoration: none;
}
div.ccm-block-page-list-title:hover {  
    color: #16430c;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 10px;
}
a.ccm-block-page-list-rss-feed{display: none;}
div.ccm-block-page-list-date{
    font-size: 13px;
    line-height: 14px;
    margin: 10px 0;
}
/*div.ccm-block-page-list-date p{
    font-size: 18px;
    line-height: 20px;
    margin: 4px 0 0;
}*/


/* =======================
MEDIA QUERIES
======================= */

/*@media (max-width: 1199px){
    div.mg-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    min-height: 250px;
}
}

}

@media (max-width: 991px){
    div.mg-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    min-height: 220px;
}
}

@media (max-width: 768px) {
        div.mg-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    min-height: 160px;
}

}*/