/**
 * 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!
 */
.blog-widget-recent h2 { text-align: center; text-transform: none; font-family: Lato; font-weight: 600; font-size: 28px; color:#333;}
.blog-widget-recent .post-holder { width: 30%; margin-left: 4.5%; border-bottom:none; display:inline-block; overflow:hidden; 
	padding-bottom:0; background:#929497; margin-bottom: 40px;}
.blog-widget-recent .post-holder:first-child { margin-left:0;}
.blog-widget-recent .post-toppart { width: 100%; overflow: hidden; display: inline-block;}
.blog-widget-recent .post-bottom { background: #929497; color: #fff; min-height:120px; padding:20px;}
.blog-widget-recent .post-bottom .post-title a { text-transform: none; font-family: 'Century Gothic Bold'; font-weight: normal; font-size: 18px;
	color: #fff; }
.blog-widget-recent .post-bottom .post-title { margin-bottom:20px; min-height:54px;max-height:54px; overflow:hidden;}
.blog-widget-recent .post-bottom .post-footer a.post-read-more { font-size: 14px; color: #fff;}
.blog-widget-recent .post-holder img { max-width: 100%;
    -webkit-transition: opacity 1s ease-in-out,-webkit-transform .2s ease-out;
    transition: opacity 1s ease-in-out,-webkit-transform .2s ease-out;
    transition: transform .2s ease-out,opacity 1s ease-in-out;
    transition: transform .2s ease-out,opacity 1s ease-in-out,-webkit-transform .2s ease-out;}
.blog-widget-recent .post-holder:hover img { -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.blog-post-view.page-layout-1column .content-blog { flex: 0 0 70%; max-width: 100%; margin: 0 auto;}
.blog-post-view.page-layout-1column .no-padding.col-md-4.col-md-push-1 { flex:0;}