/*
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 стили */

.wp-calendar-table {
	width: 100%;
}

@media(max-width: 767px) {
	
	.site-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
    .site-header .humburger {
        left: 10px !important;
    }
    
	.site-header .site-branding {
		justify-content: flex-start;
		padding-left: 25px;
	}
	
	.site-header .site-logotype img {
		max-width: 200px;
	}
	
	.header-html-1,
	.header-html-2,
	.header-search {
	    display: none;
	}
	
	.site-header .social-links {
        display: block;
        position: absolute;
        top: 10px;
        right: 5px;
        margin: 0;
    }
	
    .social-buttons--square .social-button {
        padding: 2px;
        margin: 2px;
        width: 2em;
        height: 2em;
        background: white;
        font-size: 0.8em !important;
    }
}

@media(max-width: 400px) {
	.site-header .site-logotype img {
		max-width: 150px;
	}
	
    .social-buttons--square .social-button {
        padding: 2px;
        margin: 2px;
        width: 2em;
        height: 2em;
        background: white;
        font-size: 0.7em !important;
    }
}