
/*blog-entry*/
.blog-entry { position: relative;
	-webkit-transition: box-shadow 0.3s, transform 0.3s;
	-moz-transition: box-shadow 0.3s, transform 0.3s;
	-ms-transition: box-shadow 0.3s, transform 0.3s;
	-o-transition: box-shadow 0.3s, transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s; }

.blog-entry:hover,
.blog-entry:focus,
.blog-entry:active {
	transform: translateY(-4px);
}
.blog-entry.border .entry-content { border: 1px solid #e5e5e5; }
.blog-entry:hover .entry-content, .blog-entry:focus .entry-content, .blog-entry:active .entry-content { border: 1px solid #e5e5e5;
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2); }
.entry-content { margin: 13px;line-height:1.8em; margin-top: -25px; background: #fff; position: relative; padding-right: 20px; padding-left:20px; padding-top:8px; padding-bottom:8px; }
.entry-content h3 { font-size: 20px;
    display: block;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.blog-entry-image .entry-date { font-size: 11px; font-weight: 600; background: #e93e21; display: inline-block; text-align: center; position: absolute; padding: 15px; color: #fff; right: 10px; top: 10px;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.5); }
.blog-entry-image .entry-date span { font-size: 13px; font-weight: normal; display: block; }
.blog-entry img{
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease; }
.blog-entry:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}	
.entry-description p { margin-bottom: 10px; }
.entry-description a:hover { color: #1e2327; }
.entry-description a i { transition: all 0.3s ease-out 0s; }
.entry-description a:hover i { margin-left: 5px; }
.entry-meta { margin-bottom: 5px; margin-top: 5px; }
.entry-meta a, .entry-meta p { color: #9d9d9d; margin-right: 10px; font-size: 13px; display: inline-block; }
.entry-meta a:hover { color: #e93e21; }
.entry-meta a i { color: #e93e21; padding-right: 3px; }
.entry-title a:hover, .entry-description a { color: #e93e21; }
