/**
 * 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-holder {
	padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-holder:hover {
    position: relative;
    z-index: 2;
}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 10px 0;}
.post-holder .post-header .post-info .item,
.post-holder .post-header .post-info .dash {display: inline-block;}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}


.post-list {
	margin-top: 0px;
	margin-bottom: 20px;
	list-style: none;
	padding-left:0px;
	padding-right: 15px;
}

.post-list .post-content .post-read-more {padding-top:10px; float: left;}

.post-content .post-description img {margin:0 15px 0 15px;}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
  .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {
	text-decoration: none;
	font-size: 22px;
	color: #636363;
}



.post-list .post-header .post-title {
	margin: 0px;
	padding: 10px 0;
	float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.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;}

.widget.block-recent-posts .block-content .item {
	    padding: 8px 0 0px 0px;
}

.widget.block-categories ul {
	list-style: initial;
	padding-left:0px;
}

.widget.block-categories ul ul {
	margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
	margin: 5px 0 5px 9px;
    padding: 0px;
}

.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: 0px;
    z-index: 4;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.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;
    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;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.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;
}

.blog-widget-recent .post-list {
    padding: 0px;
    margin: 0px;
}

.blog-widget-recent .post-holder {
    float: left;
    margin: 0px 15px;
}

.blog-widget-recent .post-description .post-text-hld {
  
}

.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-main {
	margin-bottom: 25px;
}

.blog-main .post-content .post-description .post-ftimg-hld {
	float: left;
	width: auto;
	margin: 0px;
}
.blog-main .post-desc {
	clear: both;
}
.blog-main .image-block {
	position: relative;
}
.blog-main  .post-image-hover {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    width: 100%;
}
.blog-main .product-blog-inner:hover .post-image-hover {
    opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity:1; 
	-moz-opacity:1; 
	-ms-opacity:1;
}

.blog-main  .image-hover-block {
    margin: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 0;
    -ms-opacity: 1;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
}
.product-blog-inner .image-hover-block .zoom::before, 
.product-blog-inner .image-hover-block .read::before {
    border:2px solid #d9d9d9;
    border-radius: 50%; 
	-webkit-border-radius:50%;  
	-khtml-border-radius:50%;  
	-moz-border-radius:50%;
    bottom: 0;
    box-sizing: border-box;
    color: #ffffff;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 45px;
    left: 0;
    margin: auto;
    opacity: 0; 
	-webkit-opacity:0;   
	-moz-opacity:0; 
	-khtml-opacity:0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s;
    width: 45px;
}
.product-blog-inner .image-hover-block .read::before {
    content: "\f0c1";
}
.product-blog-inner:hover .image-hover-block .read::before, 
.product-blog-inner:hover .image-hover-block .zoom::before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.product-blog-inner .image-hover-block .zoom,
.product-blog-inner .image-hover-block .read {
    display: inline-block;
    float: none;
    height: 45px;
    position: relative;
    margin: 0 5px;
    width: 45px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	vertical-align: middle;
}
.product-blog-inner:hover .image-hover-block .zoom, 
.product-blog-inner:hover .image-hover-block .read {
    margin: 0 5px;
}
.product-blog-inner .image-block {
	overflow: hidden;
	margin-bottom: 20px !important;
}
.product-blog-inner  .image-block a img{
	 transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-blog-inner  .image-block  a.subimage{
	display: block;
}
.product-blog-inner:hover  .image-block a img{
	transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
}
.blog-carousel .post-posed-date {
    background: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 27px;
    padding: 0 17px;
    position: absolute;
    top: 9px;
    color: #222;
	font-weight: 500;
	background: #b9a06f;
}
.product-blog-inner  .post-title a{
    color: #000;
    font-size: 18px;
}
.product-blog-inner  .post-title {
	margin-bottom: 10px;
}
.product-blog-inner .image-hover-block .zoom::before {
	padding-top: 20px;
}

.post-list-wrapper .post-title a.post-item-link {
    color: #222;
    font-size: 28px;
}
.post-item-link {
	text-transform: capitalize;
}
.post-list-wrapper .post-title {
	margin-bottom: 15px;
}
.post-list-wrapper .post-info .item.post-posed-date ,
.post-list-wrapper .post-info .dash ,
.post-list-wrapper .item.post-author {
	display: inline-block;
}
.post-list-wrapper .post-text-hld.clearfix {
	margin-top: 20px;
}
.post-read-more:hover {
	color: #b9a06f;
}

.post-view .post-description .post-ftimg-hld {
	margin-bottom: 30px;
}
.post-view .block-content {
	padding-left: 0px;
}
.post-view  .block .title strong {
	font-size:18px;
	color: #222;
}
.post-view  .block .title  {
	margin-bottom: 20px;
}
.block-content.related-blog-slider.content {
	margin-left: -20px;
}
.products-grid .related-blog-slider .product-item {
	width: 100%;
}