﻿/*
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;	
	}		
}
.humburger {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 700;
    display: none!important;
}
.site-content {
    background-color: rgba(0, 0, 0, 0)!important;
    margin-top: 15px!important;
}