/*!
Theme Name: byte
Theme URI: https://github.com/Infvyr/boot4u.git
Author: Infvyr
Author URI: https://github.com/Infvyr
Description: Bootstrap scratch theme for custom WordPress development
Version: 1.0.0
Requires PHP: 7.0+
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boot4u

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

boot4u is based on gulp task manager, npm, node-sass, ACF, bootstrap 4.6.0
*/

@media (max-width: 990px) {
	.widget_nav_menu {
		display: none!important;
	}
}

@media (max-width: 767px) {
	#primary-sec {
		overflow: hidden!important;
	}
	#primary-sec .img-fluid {
		max-width: 150%;
		width: 150%;
		transform: translateX(-21%);
	}
}
