/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.blog_single .post_image>img {
	width: 60% !important;
    margin: auto;
}

.widget_tag_cloud,
.q_masonry_blog_post_info,
.post_info {
	display: none !important;
}

.blog_holder article .post_info a, 
.blog_holder article .post_text h2 .date {
    color: #bc0202 !important;
}

.blog_holder article blockquote {
	border-left-color: #bc0202 !important;
}

.post_image {
	position: relative;
	max-height: 300px;
	overflow: hidden;
}

.post_image h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px; 
	background-color: rgba(256, 256, 256, .7);
	font-weight: 700;
	width: 100%;
}
	
.alignCenter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media only screen and (max-width: 600px) {
	.blog_single .post_image>img {
		width: 100% !important;
	}
}