/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.post-list {
	padding-left: 0;
}

	.post-list .post-header .post-title a {
		color: #9D291B;
		font-weight: 500;
	}

.post-content .post-description img {
	max-width: 100%;
	height: auto;
	margin: 25px auto;
	display: inline-block;
}
	.post-content .post-description img.aligncenter {
		display: block;
	}

	.post-content .post-description img.alignleft{
		float: left;
		margin: 25px 25px 25px auto;
	}

	.post-content .post-description img.alignright {
		float: right;
		margin: 25px auto 25px 25px;
	}

.post-view .block.related {
	display: inline-block;
	width: 100%;
}

.sidebar .block {
	clear: both;
}

.widget.block-categories ul, .widget.block-categories li {
	margin: 0;
}

	.widget.block-categories ul li ul{
		margin-left: 15px;
	}

.widget.block-categories li a {
	padding-left: 1em;
}

.widget.blog-search {
	padding-left: 0;
	margin-left: -15px;
}

.widget.blog-search .action.search::before {
	font-family: 'simple-line-icons';
	content: "\e090";
	margin: 2px 10px 0 0;
}

/* addThis */
.at-style-responsive .at-share-btn {
	background: #9D291B !important;
}

.post-list .post-holder .post-header .addthis_inline_share_toolbox {
	float: right; 
	margin-top: -45px;
}

.post-view .post-holder .post-header .addthis_inline_share_toolbox {
	float: right; 
	margin-bottom: 20px;
}

.products-grid .product-item-info .product-item-details {
	margin-top: 10px;
}