
/*

Theme Name: Pro
Theme URI: https://theme.co/pro
Author: Themeco
Author URI: https://theme.co
Description: The Most Advanced Website Creator for WordPress.
Version: 6.6.6
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: __x__

*/

/* For screens above 1400px */
@media (min-width: 1400px) {
	#desktop_nav {
		display: block;
	}
	
	#mobile_navbar {
		display: none;
	}
}

/* For screens below 1400px */
@media (max-width: 1399px) {
	#desktop_nav {
		display: none;
	}
	
	#mobile_navbar {
		display: block;
	}
}
