/* THIS FILE IS COPYRIGHT ©2014 OSCAR STRANGIO AND IS INTENDED ONLY FOR USE ON THE NICOLE PRECEL SITE */

/* - - - BLOG - - - */
.blog-wrapper{
	width: 100%;
}
.blog-wrapper .entry{
	position: relative;
	width: 100%;
}
.blog-wrapper .entry .entry-header{
	position: relative;
	height: 350px;
	width: 100%;
}
.blog-wrapper .entry .entry-header.no-image{
	height: 170px;
}
.blog-wrapper .entry .entry-header .bg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-wrapper .entry .entry-header .bg-dark{
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-wrapper .entry .entry-header .title{
	position: absolute;
	width: 100%;
	bottom: 30px;
}
.blog-wrapper .entry .entry-header .title .date{
	width: 45px;
	padding-top: 5px;
	padding-bottom: 4px;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 6px;
	margin-bottom: 15px;
	color: white;
	text-align: center;
	font-size: 12px;
}
.blog-wrapper .entry .entry-header.no-image .title .date{
	border: 1px solid rgba(80,80,80,0.7);
	color: inherit;
}
.blog-wrapper .entry .entry-header .title .date br{
	line-height: 15px;
}
.blog-wrapper .entry .entry-header .title .date span{
	font-size: 18px;
}
.blog-wrapper .entry .entry-header .title h2{
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.blog-wrapper .entry .entry-header .title h2 a{
	color: inherit;
}
.blog-wrapper .entry .entry-header.no-image .title h2{
	color: inherit;
	text-shadow: none;
	border-top: 1px solid rgba(80,80,80,0.3);
}
.blog-wrapper .entry p{
	padding: 30px 0px;
}
.blog-wrapper .entry .video-wrapper{
	width: 100%;
	margin-bottom: 30px;
}
.see-all{
	border-top: 1px solid rgba(80,80,80,0.3);
	padding: 10px 0px;
}