
.blogBx {
    padding: 15px;
    box-shadow: 0 0 10px #86868642;
    margin-bottom: 30px;
	transition: all 500ms ease;
	position:relative;
}
.blogBx:hover {
    box-shadow: 0 0 3px #86868642;
    transition: all 500ms ease;
}
.blogBx .blogThumb {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.blogBx h5 {
    margin-top: 0;
}
.blogBx h4 {
    min-height: 38px;
}
.pageHeading{ font-size:24px; margin:30px 0; }
.bigThumb, figure.size-large img {
	display: block;
    margin: 20px auto;
        width: 80%;
		height:auto;
}
.blogBx p {
    line-height: 1.6; font-size: 15px;
	margin:0 0 15px;
}
/*.blogBx .text-center {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}*/
.blogBx p:empty{display:none;}
.blogDetails h4 { min-height:1px; }
.blogBx.blogDetails {
    padding:20px 0 0 0;
    box-shadow: none;
	width:70%;
	margin:0 auto;
}
.blogDetails p { padding:0 ; }
figure.size-large {
    text-align: center;
}

.blogBx.blogDetails ul, .blogBx.blogDetails ol {
    padding: 0 0 0 20px;
}
.blogBx.blogDetails ul li, .blogBx.blogDetails ol li{
	font-size:15px;
	line-height:1.6;
}
.blogDetails a{ color:#C00; }
.blogDetails h2 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
}