 #views-exposed-form-cordlife-in-the-media-page-1 {
   max-width: 1100px;
 }
 
 .form-item-field-news-published-date-value {
   display: flex;
 }
#edit-field-news-published-date-value {
  width: 100px;
  margin: 0 10px 0 10px;
}

#edit-submit-cordlife-in-the-media {
     background: #17A2AC;
    color: #FFF;
    border-radius: 40px;
    border: 0;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 12px;
}
 .news-align {
   margin: 0 auto;
   display: flex;
   justify-content: flex-start;
   align-content: space-between;
 }

.news-entry {
  padding: 0 5px;
  max-width: 300px;
 }
  
 .news-entry:not(:last-child):after {
    position: absolute;
    top: 20px;
    content: "";
    display: block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    height: 80%;
    border-right: 1px solid #CCC;
 }
 
.news-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0;
  color: #555;
}

.news-date {
  color: #333 ;
  font-weight: 500;
  font-size: 14px;
} 
.views-exposed-form {
  display: flex;
  justify-content: flex-end;
  margin: 20px auto;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  padding-right: 20px;
}

.js .form-autocomplete {
    height: 40px;
    border-color: #d5d3d3;
    border-radius: 20px;
    width: 250px;
    border-style: solid;
    padding: 5px 20px 5px 10px;
    margin-bottom: 10px;
}

.js-form-item-items-per-page {
  display: flex;
  margin-left: 20px;
  align-items: center;
}

#edit-items-per-page {
  width:80px;
  margin: 0 20px 0 10px;
}

#edit-submit-blog-landing-page {
  background: #17a2b1;
    border: none;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 10px;
}
 
.views-field-field-blog-feature-image > div > img {
  border-radius: 10px;
   margin-bottom: 10px;
}
 


.btn-news-more, .btn-news-more-pri {
 display: block;
  margin: 10px 0 10px 0;
}

.btn-news-more > a{
  padding: 8px 15px;
  background: #026a78;
  color: #FFFFFF;
  text-decoration:none;
  font-weight: 500;
  font-size: 12px;
  border-radius: 40px;
}



.btn-news-more > a:hover {
  color: #FFF;
  background: #32BDC7;
}

.btn-news-more-pri > a{
  padding: 8px 15px;
  background: #32BDC7;
  color: #FFF;
  text-decoration:none;
  font-weight: 500;
  font-size: 12px;
  border-radius: 40px;
}



.btn-news-more-pri > a:hover {
  color: #FFF;
  background: #299ca5;
}

@media only screen and (min-width: 768px) and  (max-width: 1023px) {
	.news-entry {
		max-width: 150px;
	 height: inherit;
	}
	
	
}