/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 20.6
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

@media(max-width: 768px) {
	.qode_icon_font_awesome {
		font-size: 32px !important;
	}
}

header:not(.sticky):not(.scrolled) .holeder_for_hidden_menu {
	border-top: none !important;
}

.header-widget {
	display: none !important;
}

@media(max-width: 768px) {
	.header-widget {
		display: table !important;
	}
	.header-widget {
		padding-top: 25px !important;
	}
	.header-widget 
	.headerPhone {
		color: white !important;
		font-size: 42px;
	}
	.header-right-from-logo-widget {
		padding: 0px !important;
		padding-top: 25px !important;
	}
	.menuPhone {
		display: none !important;
	}
}
