// custom News feed

.ccm-block-page-list-wrapper-thumbnail-grid{position:relative;display:block;clear:both;
}

a.ccm-block-page-list-rss-feed {position: relative!important;left: 50%;top: 0;}
.ccm-block-page-list-pages::after{ 
	content: "";
    display: block;
    clear: both;}
.ccm-block-page-list-page-entry-thumbnail-grid {
display:inline-block;
.make-sm-column(6);
.make-md-column(6);
.make-lg-column(6);
height:auto;

	img {width: 100%;
    height: auto;}
	picture {
    display: block;
    height: auto;
    overflow: hidden;
	}
.ccm-block-page-list-page-entry-text {max-height:200px;padding: 10px 0;}
.ccm-block-page-list-title {min-height:50px;}

}

.ccm-block-page-list-page-entry-thumbnail-grid,
.ccm-block-page-list-page-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F3F3F3;
}

.ccm-block-page-list-page-entry-thumbnail-grid.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
.ccm-block-page-list-page-entry-read-more a {
  display: block;
  color: #8d8c8c !important;
  padding: 15px;
  border: 1px solid #aaa;
  font-weight: 600;
  text-decoration: none;
width: 145px;}

@media (max-width: 1530px) {
    .ccm-block-page-list-page-entry-thumbnail-grid {
        float: left;
        width: 50%;
    }
}