/**
 * Copyright Â© Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

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

.post-holder {
	margin-bottom: 30px;
	padding: 0;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.1);
}
.post-holder .post-thumbnail {
    float: left;
    width: 20%;
}

.post-holder .post-content {
    float: left;text-align: left;
    width: 80%;
    padding: 15px;
}
/*
.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
*/

.post-holder .post-header {position:relative;}

.post-holder .post-info {padding: 0 0 10px 0;font-size: 13px;font-style: italic;color: rgba(102, 102, 102, 0.8);}
.post-holder .post-info .item {display: inline-block;padding-right: 30px;padding-left: 30px;position: relative;line-height: 18px;}
.post-holder .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-info .label {font-weight: 400;}
.post-holder .post-info .value {font-style: italic;}
.post-holder .post-info .item::after {display: inline-block;content: ' | ';color:#b9b9b9;position: absolute;right: 0;top: 0;}

.post-holder .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top: 0;display: inline-block;font-weight: 700;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-list .post-header .post-title {max-width: 100%;}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 18px;
    color: #000000;
}



.post-list .post-header .post-title {
    margin: 0 0 5px;
    padding: 0;
    font-weight: 400;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right;padding-top: 20px;display: 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 .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

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

.widget.block-recent-posts .block-content .item {
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.widget.block-recent-posts .block-content .item .post-thumbnail {
    float: left;
    width: 25%;
}

.widget.block-recent-posts .block-content .item .post-content {
    float: left;
    width: 75%;
    padding-left: 15px;
}

.widget.block-recent-posts .block-content .item .post-content .post-item-link {
    color: #000000;
}

.post-posed-date {
    font-size: 13px;
    font-style: italic;
    color: rgba(102, 102, 102, 0.8);
}

.widget.block-recent-posts .block-content .item .post-thumbnail .post-ftimg-hld a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e9e9e9;
}

.widget.block-recent-posts .block-content .item .post-thumbnail .post-ftimg-hld a img {
    vertical-align: middle;
}

.widget.block-recent-posts .block-content .item:last-child {
    border-bottom: 0;
}
.widget.block-categories ul {
    list-style: initial;
    padding-left:0;
}

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

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    /*padding-left: 15px;
    z-index: 4;*/
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search .block-content .form {
    position: relative;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    top: calc(50% - 16px);
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../images/search-icon.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: 0.5;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

.blog-widget-recent .post-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-holder .post-info .item .label {
    display: none;
}

.post-posed-date .value:before {content: "\f101";font-family: Flaticon;font-size: 15px;font-style: normal;color: rgba(102, 102, 102, 0.8);margin-right: 5px;position: relative;top: 1px;}

.post-author {
    padding-left: 30px;
}

.post-holder .post-info .value a {
    color: rgba(102, 102, 102, 0.8);
}

.post-list .post-holder .post-header .post-text-hld {
    display: inline-block;
}

.post-list .post-holder .post-header .post-text-hld div {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.post-list .post-holder .post-header .post-text-hld p {
    margin-bottom: 0;
}

.post-author .label {
    display: none;
}

.post-author .value:before {font-family: Flaticon;font-size: 15px;font-style: normal;color: rgba(102, 102, 102, 0.8);margin-right: 3px;position: relative;top: 1px;content: "\f1da";}
.post-holder .post-info .item:first-child {
    padding-left: 0;
}

.post-holder .post-info .item a {
    color: rgba(102, 102, 102, 0.8);
}

.blog-page-list .sidebar .block, .blog-page .sidebar .block {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.1);
    padding: 15px;
}

.blog-page-list .sidebar .block .block-title, .blog-page .sidebar .block .block-title {
    margin-bottom: 10px;
    text-align: center;
}

.blog-page-list .sidebar .block .block-title strong, .blog-page .sidebar .block .block-title strong {
    font-size: 24px;
    font-weight: 400;
}

.blog-page-list .sidebar .block ul li, .blog-page .sidebar .block ul li {
    position: relative;
    padding: 6px 10px;
	margin: 0;
    list-style: none;
}

.blog-page-list .sidebar .block ul li a, .blog-page .sidebar .block ul li a {
    display: inline-block;
    width: 100%;    padding-left: 8px;
    vertical-align: top;
    color: #333333;
}

.blog-page-list .sidebar .block ul li a:before, .blog-page .sidebar .block ul li a:before {    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #265e98;
    background: #266e98;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    transform: rotate(45deg);}


.blog-page-list .sidebar .block.block-wishlist, .blog-page .sidebar .block.block-wishlist{
    display: none;
}
.post-categories:before {content: "\f195";font-family: Flaticon;font-size: 15px;font-style: normal;color: rgba(102, 102, 102, 0.8);margin-right: 5px;position: relative;top: 1px;}
.post-view .post-holder {
    border: 0;
    box-shadow: none;
    margin: 0;
}

.post-view .post-holder .post-content {
    padding: 0;
    width: 100%;
}

.post-view .post-holder .post-content .post-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;    margin-bottom: 15px;
}

.post-view .post-holder .post-content .post-text-hld div {
    padding: 0 !important;
    margin: 0 !important;
}
.blog-widget-sucess h3.title {
    font-size: 22px;
    color: #265e98;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;text-align: center;
}
.blog-page-list .sidebar .block.block-reorder, .blog-page .sidebar .block.block-reorder {
    display: none;
}
.blog-info-index-page {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

.blog-info-index-page:before {content: "";width: 100vw;position: absolute;margin-left: -50.6vw;left: 50%;top: 0;border-top: 1px solid #e9e9e9;}
@media (min-width: 768px) {
	.blog-page.page-layout-2columns-right .column.main {
		width: 70%;
	}

	.blog-page.page-layout-2columns-right .sidebar, .blog-page.page-layout-2columns-right .sidebar-additional {
		width: 30%;
	}
	
}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
	.post-holder .post-thumbnail {
		width: 100%;
	}

	.post-holder .post-content {
		width: 100%;
	}

	.post-list .post-content .post-read-more {
		margin-left: 0;
	}
}

@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
	.post-holder .post-info .item {   padding-right: 10px;    padding-left: 10px;}
}

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

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

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


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

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}
