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

.q_logo img.dark, .q_logo img.light, .q_logo img.mobile, .q_logo img.popup, .q_logo img.sticky {
	  display: none;
}
@media only screen and (min-width: 601px) {
	.vc_row > .section_inner > .section_inner_margin {
		padding-left: 48px;
		padding-right: 48px;
	}
}
p, h2, h3, ol , ul {
	margin-bottom: 14px !important;
}
h3 {
	text-decoration: underline;
}
.green-bg {
	background: #00c88f;
}
@media only screen and (max-width: 1000px) {
	.mobile_green-bg {
		background: #00c88f;
	}
}