// 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;
height:auto;

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

}

.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: 10px;
  border: 1px solid #aaa;
  font-weight: 600;
  text-decoration: none;
width: 135px;}
.ccm-block-page-list-page-entry-read-more a:hover {
  display: block;
  color: #fff !important;
  padding: 10px;
  border: 1px solid #aaa;
  font-weight: 600;
  text-decoration: none;
width: 145px;
background-color:#646464}
.ccm-block-page-list-page-entry-read-more a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 0.1;
  opacity: .75;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  color: #e1352c;
padding: 0 0 0 10px;}


@media (min-width: 540px) {
  .ccm-block-page-list-page-entry-thumbnail-grid.news { 
     float: left;
    width: 100%;	}
}



@media (min-width: 768px) {
	.ccm-block-page-list-page-entry-thumbnail-grid.news {
	   float: left;
    width: 50%; 
	picture {height: 300px;}
	}
}



@media (min-width: 1100px) {
	.ccm-block-page-list-page-entry-thumbnail-grid.news {
	   float: left;
    width: 33.3%;
	 picture {height: 300px;}}
}

@media (min-width:1610px) {
.ccm-block-page-list-page-entry-thumbnail-grid.news {
	    float: left;
width: 25%;
 picture {height: 360px;}
 }
	
}




