/*Posts Grid Custom CSS*/
.isotope-inner {
    padding: 10px;
}

.wpb_teaser_grid .entry-content {
    height: 100px;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
    width: 100%;
}

.post-title {
	height:75px;
	overflow-y:hidden;
}

.link_title {
	color: #1d2028;
	font-weight: 300 !important;
	font-size: 20px !important;
	letter-spacing: 0 !important;
	line-height: 120% !important;
}

a.vc_read_more:before {
	content: ">";
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 600;
	font-size:16px;
	top: 5px;
	color: #ffc000;
	bottom: 0;
	padding-right: 5px;
	font-weight: 600;
}

a.vc_read_more {
	color:#000000;
}
a.vc_read_more:hover {
	color:#ffc000;
}

.press-post-grid .post-title {
    height: 105px ;
}

/*Video Posts Grid*/
.videos-post-grid > div.wpb_wrapper > div > ul > li > div > div > a > img {
	width:100%;
}

.videos-post-grid .post-tag {
	display:none;
}

.videos-post-grid > div.wpb_wrapper > div > ul > li > div > h2 {
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
	padding-top: 12px !important;
	padding-right: 10px !important;
	padding-bottom: 25px !important;
	padding-left: 10px !important;
	background-color: #313540 !important;
	border-top-color: #313540 !important;
	border-bottom-color: #313540 !important;
	text-align:center !important;
	margin-top: -14px !important;
	line-height: 70%;
}

.videos-post-grid > div.wpb_wrapper > div > ul > li > div > h2 > a {
	color:#FFFFFF;
	font-size: 14px !important;
	letter-spacing: 0 !important;
	font-family: "Open Sans Condensed" !important;
	font-style: normal !important;
	font-weight: 700 !important;
	text-align: center !important;
}

.videos-post-grid > div.wpb_wrapper > div > ul > li > div > h2 > a:after {
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 16px;
	color: #E8E8E8;
	opacity: 0.65;
	content: "\f04b";
	height: 50px;
	left: 44%;
	top: 33%;
	width: 50px;
	border-color: #404040;
	border-width: 2px;
	position: absolute;
	-moz-transition: opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s;
	text-shadow: #464646 2px 2px;
}

/*Audio Posts Grid*/
.audio-post-grid .post-title {
	height:50px;
}

.audio-post-grid .post-tag {
	display:none;
}

.audio-post-grid .entry-content {
	width:90%;
}

/*Reading List Post Grid*/
.reading-list-item .post-tag {
	display:none;
}

/*News Page*/
.news-page-wp-search {
	width: 125% !important;
	border-left: solid 2px #E8E8E8 !important;
}

.news-page-wp-search .widget_search {
	margin-left: 20px !important;
}

.news-filtered-posts-grid .categories_filter {
	margin-bottom: -30px;
	margin-top: 40px;
}

/* Tag on Featured Image */
.post-tag {
	position: relative;
	float: left;
	margin-top: -46px;
	background-color: rgba(0,0,0,.65);
	color: #FFFFFF;
	font-size: 11px;
	padding: 1px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.post-tag a {
	color:#FFFFFF;
}

.post-tag a:hover {
	color:#FFFFFF !important;
}

/*posts grid Image Size*/
.img-sized-posts-grid img {
	width: 300px !important;
	height: 169px !important;
}


.press-post-grid .teaser_grid_container .link_image img {
	display: none;
}
.press-post-grid .teaser_grid_container h2.post-title {
	xxdisplay:inline;
	height: auto;
	margin: 0;
}
.press-post-grid .teaser_grid_container .post-thumb {
	display:inline;
}
.press-post-grid .teaser_grid_container .post-tag {
	background: none;
	display:inline;
	float: right;
	text-align: right;
	font-size: inherit;
	padding:0;
	margin: 3px 1px 0px 10px;
}
.press-post-grid .teaser_grid_container .post-tag .tpp-post-tag {
	display:none;
}
.press-post-grid .teaser_grid_container .post-tag .tpp-post-date {
	color: #333;
}
