/**
 * Copyright © 2015 Ihor Vansach (ihor@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!
 */

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.post-list {
	padding: 0;
    margin: 0;
	list-style: none;
}


.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .block {margin-bottom: 30px;}

/* Sidebar items ------------------------- */

.widget.block-recent-posts .block-content,
.widget.block-archive .block-content,
.widget.block-categories .block-content {
    padding-top: 8px;
}

.widget.block-recent-posts .block-content .item,
.widget.block-archive .block-content .item {
    margin: 0 0 7px;
}
.widget.block-categories ul {
	list-style: none;
    padding: 0;
    margin: 0;
}
.widget.block-categories ul ul {
	padding: 5px 0 5px 20px;
}
.widget.block-categories li {
	margin: 0 0 7px;
}
.widget.block-rss .rss-icon {
    float: left;
    width: 23px;
    padding-right: 10px;
}
.widget.blog-search .block-content {
    padding-top: 16px;
    padding-bottom: 40px;
}
.widget.blog-search label {
    display: none;
}

.blog-widget-recent .post-list {
    padding: 0px;
    margin: 0px;
}
.blog-widget-recent .post-holder {
    width: 29%;
    float: left;
    margin: 5px;
}

.blog-widget-recent .post-description .post-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
  #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}