/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

@media (min-width: 1399px) {
    .container, .fixed.block-after-site, .fixed.main-navigation-inner, .fixed.related-posts, .fixed.section-block, .fixed.section-html, .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .footer-navigation.fixed, .main-navigation.fixed, .site-footer.fixed, .site-header.fixed {
        max-width: 1290px;
	}
}
@media (min-width: 1600px) {
    .container, .fixed.block-after-site, .fixed.main-navigation-inner, .fixed.related-posts, .fixed.section-block, .fixed.section-html, .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .footer-navigation.fixed, .main-navigation.fixed, .site-footer.fixed, .site-header.fixed {
        max-width: 1500px;
	}
	.widget-area {
		max-width: 400px;
	}
    .content-area {
        max-width: calc(100% - 400px);
	}
	.entry-content, .home-text, .taxonomy-description {
		max-width: 830px;	
	}		
}
/*фон выпадающего меню пк*/
@media (min-width: 992px) {
	.sub-menu {
		background:#e1e3e5!important;
	}
}

/*скрыть тел. и почту в шапке на мобильном*/
.Rowhead {
    display: none;
}
@media(min-width: 75em) {
    .Rowhead {
        display: block;
    }
}