/*
File Name: style.css
Theme Name:  RT-Theme 19 | Child Theme
Author: RT-Themes
Version: 1.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
Template: rttheme19
*/

/*
 * RT-Theme keeps the full desktop navigation visible down to 980px. The menu
 * no longer fits at compact desktop/tablet widths, especially in French, and
 * wraps below the dark header. Use the theme's existing side menu instead.
 */
@media screen and (min-width: 980px) and (max-width: 1199px) {
	.header-elements .main-navigation {
		display: none !important;
	}
