#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.masonry_3col {
  position: absolute;  
  padding: 10px;
  
}
.masonry_3col .news-item{
	padding: 10px;
	width: 100%;
	border: 1px solid #e2e2e2;
  	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
/*
stylize any heading tags withing masonry_3col below
*/

.masonry_3col .news-item h1 {
  font-size: 1em;
}
.masonry_3col .news-item h1 a {
  color: #A92733;
}
.masonry_3col .news-item:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.masonry_3col .news-item img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.masonry_3col .news-item .news-more{
	display: block;
	text-align: right;
	/* border: 1px solid #000; */
}
.masonry_3col .news-item .news-more a{
	display: inline-block;
	padding: 6px;
	margin: 20px 5px 10px 0;
	background: #ddbdff;
	border-radius: 8px;
	color: #ae323bff;
	text-decoration: none;
}
.masonry_3col .news-item .news-more a:hover{	
	background: #ae323bff;
	color: #fff;
	text-decoration: none;
}
ul.news-date{	
	list-style: none; /* Remove list bullets */
 	padding: 0 ;
  	margin: 0 0 15px 0;
  	text-align: right;
  	/* border: 1px solid #000;  */
}
ul.news-date li{
	display: inline-block;
}

