/*
Theme Name: Driver Support One
Theme URI: https://www.bound.by
Author: Bound By
Author URI: https://www.bound.by
Description: Exclusive theme for Driver Support One
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
Text Domain: dso
This theme uses tailwind css. please use following code to watch css when editing html files
npx tailwindcss -i ./assets/css/tailwind.css -o ./theme.css --watch --minify
*/

@media only screen and (max-width: 1024px){
	#top-menu {
	  /*overflow: scroll;
	  height: calc(100vh - 80px);*/
	}
	.menu-item-has-children .sub-menu a {
  		padding: 0.5rem 0;
	}
}