/*
Theme Name: Modus
Theme URI: http://demo.arrowpress.net/modus/
Author: AHT
Author URI: https://www.arrowhitech.com/
Description: Modus - Versatile office WordPress theme.
Version: 1.4.4
License:
License URI:
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: modus
*/
@media (min-width: 992px){
.header-v1 .main-nav .main-navigation>div>ul>li>a {
    height: 40px;
}
	.hide-mobile{
		display:block !important;
	}
	.hide-dsktop{
		display:none !important;
	}
}
@media (max-width: 991px){
	.hide-mobile{
		display:none !important;
	}
	.hide-dsktop{
		display:block !important;
	}
.header-extr {
    text-align: center !important;	
}
	
	.header-extr p {
    margin: 10px 10px !important;
	
}
}