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


/* Font Family */
.header_top .header-widget span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome), #menu-main-menu li.menu-item a, .title_holder .container .container_inner h1, article .post_text .post_info, footer div, form.wpcf7-form input, form.wpcf7-form textarea, form.wpcf7-form select, form.wpcf7-form label, form.wpcf7-form span, form.wpcf7-form option, footer a, footer span, footer h5, footer p{
	font-family: 'Poppins'!important
}


/*FOOTER*/
@media screen and (max-width: 902px) {
	.column2.footer_col2, .column3.footer_col3 {
	display:none;
}
	.footer_top {
		padding-bottom: 0px !important;
		text-align: center !important;
	}
}
@media screen and (min-width: 902px) {
	.mobile {
		display: none !important;
	}
}

select.wpcf7-form-control {
	margin-bottom: 0px !important;
}