@import "compass";
@import "mixins";

.latestNewsFeedContainer {
	border-radius: 5px 5px 0px 0px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	position: relative;
}

.latestNewsFeedSummaryHeader {
	position: relative;
	top: 0;
	z-index: 2;
	text-align: center;
	
	h1 {
		background: #00a0c6 url("/parkside-steel-theme/images/parkside/general/panelHeaderHighlight.png") no-repeat;
		color: #fff;
		font-weight: 300;
		margin: 0;
		padding: 10px 0 5px 0;
		
		@include respond-to(desktop) {
			font-size: 30px;
		}
		
		@include respond-to(tablet,desktop) {
			border-radius: 5px 5px 0 0;
		}
		
		@include respond-to(phone,tablet) {
			font-size: 26px;
		}
		
	}
}

.latestNewsFeedContainer h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	z-index: 2;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px 10px 0px 10px;
	color: #0071BC;
}

.latestNewsFeedContainer .blogEntry {
	position: relative;
	padding-left: 14px;
	padding-right: 14px;
	z-index: 2;
}

.latestNewsFeedContainer .blogEntry .blogEntryTitle {
	font-size: 16px;
	color: #00A0C6;
	margin-bottom: 4px;
	border-top: 1px dotted #bebebe;
	padding-top: 10px;
}

.latestNewsFeedContainer .blogEntry .blogEntrySummary {
	font-size: 14px;
	color: #4D4D4D;
}

.latestNewsFeedContainer .blogEntry .blogEntryReadMore {
	font-size: 12px;
	color: #0071BC;
	padding-bottom: 16px;
	margin-top: 6px;
}

.latestNewsFeedContainer .blogEntry .blogEntryReadMore a {
	color: #0071BC;
}

.newsFeedShadowPanel {
  position: absolute;
  top: 0px;
  height: 360px;
  width: 100%;
  /*background: linear-gradient(180deg, rgba(237, 28, 36, 1) 0%, rgba(251, 176, 59, 1) 100%);*/
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(242, 242, 242, 1) 25%, rgba(242, 242, 242, 1) 35%, rgba(242, 242, 242, 1) 75%, rgba(242, 242, 242, 0) 100%);*/
  background : -moz-linear-gradient(50% 0% -90deg,rgba(230, 230, 230, 1) 0%,rgba(242, 242, 242, 1) 87.97%,rgba(230, 230, 230, 0) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(230, 230, 230, 1) 0%, rgba(242, 242, 242, 1) 87.97%, rgba(230, 230, 230, 0) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(230, 230, 230, 1) ),color-stop(0.8797,rgba(242, 242, 242, 1) ),color-stop(1,rgba(230, 230, 230, 0) ));
  background : -o-linear-gradient(-90deg, rgba(230, 230, 230, 1) 0%, rgba(242, 242, 242, 1) 87.97%, rgba(230, 230, 230, 0) 100%);
  background : -ms-linear-gradient(-90deg, rgba(230, 230, 230, 1) 0%, rgba(242, 242, 242, 1) 87.97%, rgba(230, 230, 230, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#E6E6E6' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(230, 230, 230, 1) 0%, rgba(242, 242, 242, 1) 87.97%, rgba(230, 230, 230, 0) 100%);
  border-radius : 5px 5px 0px 0px;
  -moz-border-radius : 5px 5px 0px 0px;
  -webkit-border-radius : 5px 5px 0px 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6',endColorstr='#E6E6E6' , GradientType=0);
  z-index: 1;
  box-shadow: 0px -10px 12px -3px rgb(160, 160, 160);
  -moz-box-shadow: 0px -10px 12px -3px rgb(160, 160, 160);
  -webkit-box-shadow: 0px -10px 12px -3px rgb(160, 160, 160);
}