/*
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");

.shadow {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.d-flex .section_inner_margin{
	display: flex;
}
.m-auto{
	margin: auto;
}
.blog_holder article .post_info{
	display: none;
}
.blog_holder.blog_pinterest{
	padding-bottom: 60px;
}
.flex-button{
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 769px) {
	.header-desktop{
		display: block;
	}
	.header-mobile{
		display: none;
	}
	.bar-date-mobile{
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.header-desktop{
		display: none;
	}
	.header-mobile{
		display: block;
	}
	.bar-date-desktop{
		display: none;	
	}
}