/*
Theme Name: Skeleton
Author: Riccardo Evangelista
Description: Lightweight, dynamic Wordpress theme. Requires AdvancedCustomFields Pro, AdminColumns Pro, and (optionally) WooCommerce plugins.
Version: 3.7
License: GNU General Public License V3
License URI: https://www.gnu.org/licenses/quick-guide-gplv3.html
Text Domain: skeleton
*/

/******************************************************************************************************
 ********************** IMPORTANT!!! THIS STYLESHEET OVERRIDES ALL THE OTHERS!!! **********************
 ******************************************************************************************************/

@media (max-height: 700px) {
	body>header nav>.nav-band {
		height: auto;
		padding-top: 10px;
	}
	body>header nav .menu>.box {
		height: auto;
		margin-top: 60px;
	}
	body>header nav .menu>.box>.top {
		max-height: 83%;
	}
	body>header nav .menu>.box>.top>ul {
		padding: 10px 20px;
	}
	body>header nav .menu>.box>.top>ul>li {
		margin-bottom: 5px;
		line-height: 1;
	}
	body>header nav .menu>.box>.top>ul>li a {
		font-size: 2rem;
	}
	body>header nav .menu>.box>.bottom {
		height: 55px;
	}
}