/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

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

.btn-size-big {
	text-transform: uppercase;
	white-space: normal;
	color: #fff;
	background-color: #3177f7 !important;
}

/* Шапка */

@media (max-width: 600px) {
  .site-header-inner {
    padding-left: 0;
    padding-right: 0;
}
}

.site-branding {
    padding: 20px 5px 15px 5px;
}
@media (min-width: 992px) {
.site-branding {
    padding: 20px 0 20px 0;
}
}

.site-logotype {
    margin-bottom: 0;
}