/*
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 стили */

.entry-content p, .entry-content li {
	text-align: justify;
}

@media(max-width: 320px) {
	.site-title {
		font-size: 14px;
		color: #5a80b1;
		margin: 0;
		line-height: 1.2;
		font-weight: 900;
		margin-bottom: 10px;
	}
}

.site-branding-container {
	max-width: 635px;
}

@media (min-width: 992px) {
	.site-title {
		white-space: break-spaces;
	}
}

.entry-content ol:not([class]) li:before {
  line-height: 1.3;
}