/*
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 стили */
.post {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #212529;
}

.post > p {
	margin-bottom: 24px;
}

.post > p:last-child {
	margin-bottom: 0;
}

.post hr {
	border-top: 3px solid #212529;
	margin-top: 48px;
	margin-bottom: 40px;
}

.post .title a {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	text-decoration: none;
    border-bottom: 2px solid #1BABC9;
}
.post .title a:hover {
    border-bottom: 2px solid transparent;
}
.post .title:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACWSURBVHgBzZKxDYQwEATPx38PL33iNggpgwpJ6IEQUQUO6QFhw1ogIQQ+DAFsYAf2jm5XR/S0lPThXzYt7qG3WZenZvvOEsBZHKSTL1e/otbRADvYzDkyRxAxAgQTJ1wpRXpymHWcU4AQRPmSpvEoVjOEfUkXtPiiIqBETItSUa6PcMd8aoKQGRL3IGSGPhJgLmvX/A6NgThrsP4xmhkAAAAASUVORK5CYII=");
}