/**
 * 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!
 */
#latest_news .recent-posts .owl-carousel .owl-nav {
    display: flow-root;
    text-align: center;
    color: #005aa8;
}
#latest_news .recent-posts .owl-carousel .owl-nav button em:before {
    font-size: 140%;
}
#latest_news .recent-posts .owl-carousel .post-date + div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#latest_news .recent-posts .owl-carousel .post-date + div > h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 17px;
    margin-top: 2.25rem;
    margin-bottom: 1.8rem;
    height: 38px;
}
#latest_news .recent-posts .owl-carousel .postContent p {
    display: none;
}
