/*
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.3
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.

*/

	.qbutton.large {
		padding: 0 20px !important;
	}

@media only screen and (min-width: 1000px) {
	#nav-menu-item-739 {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	
    .logo_wrapper {
        height: 100px!important;
        left: 18% !important;
    }
}

@media only screen and (max-width: 1263px) {
	nav.main_menu {
		left: 38% !important;
	}
	
	.qbutton.large {
		padding: 0 10px !important;
	}

}