

/* For 1024 Resolution */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    /* STYLES GO HERE */
	
	.news-list-view .article {
   width: calc(33% - 10px) !important;
	  
		
		
}
	
	.news .article h3 {
  font-size: 1.1rem !important;
}
	
	
	.frame-type-news_categorylist .news ul li {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  margin-right: 10px;
  background: #038bcc;
  margin-bottom: 10px;
		padding-left: 0;
}
	
}


/* For 1366 Resolution */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    /* STYLES GO HERE */	.news-list-view .article {
   width: calc(33% - 10px) !important;
}
		.news .article h3 {
  font-size: 1.1rem !important;
}
		.frame-type-news_categorylist .news ul li {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  margin-right: 10px;
  background: #038bcc;
				padding-left: 0;
  margin-bottom: 10px;
}
	
}



@media (max-width: 1200px) 

{
	
	.news-list-view .article {	   width: calc(33% - 10px) !important;}
		.news .article h3 {
  font-size: 1.1rem !important;
}
	
		.frame-type-news_categorylist .news ul li {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  margin-right: 10px;
  background: #038bcc;
				padding-left: 0;
  margin-bottom: 10px;
}
}


@media (max-width: 767px) 

{
	.news .article h3 {
  font-size: 1.1rem !important;
}
			.frame-type-news_categorylist .news ul li {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  margin-right: 10px;
  background: #038bcc;
				padding-left: 0;
  margin-bottom: 10px;
}
	
	.news-list-view .article {	   width: calc(100% - 10px) !important;} }
