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

/* изменим отступы логотипа */
.site-branding {
	padding: 12px 20px 0 0;
}
/* изменим размер кнопки */
.btn-size-big {
	text-transform: uppercase;
	white-space: normal;
	color: #ffffff;
	background-color: #1faa20 !important;
	font-weight: bold;
	border-radius: 13px;
	padding: 10px 15px;
}