/**
 * 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-index-index .page-title:before {
    content: '\f0e6';
    /*font-size: 18px;*/
    font-family: "FontAwesome";
}

ol.post-list {
    padding-left: 0;
}

.blog-index-index .post-posed-date .label {
    display: none;
}

.post-content .post-description .post-ftimg-hld {
    margin: 0 15px 0 0;
    width: auto;
    max-width: 110px;
}

.blog-post-view .post-content .post-description .post-ftimg-hld {
    display: none;
}

.post-content .post-description img {
    margin: 0;
}

/* 100% width "Youtube" videos */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Desktop */
@media (min-width: 768px) {

    .blog-index-index h1 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        padding: 8px;
    }

    .blog-index-index .page-title-wrapper {
        float: left;
        width: 100%;
        background: #eee;
    }

    .post-list {
        margin-top: 0;
        margin-bottom: 0;
    }

    .blog-index-index .post-holder {
        display: table;
        background: #fff;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .post-info-wrapper {
        position: relative;
        display: table-cell;
        width: 100px;
        vertical-align: top;
        padding-top: 36px;
    }

    .post-info-wrapper:after {
        content: "";
        display: block;
        width: 45px;
        height: 100%;
        position: absolute;
        top: -1px;
        right: 0;
        border-bottom: 1px dotted #ddd;
        border-left: 5px solid #eee;
        z-index: 0;
    }

    .blog-index-index .post-info {
        position: relative;
        text-align: center;
        transition: background-color 0.5s ease;
        background: #ededed;
        z-index: 2;
    }

    .post-wrapper {
        display: table-cell;
        padding-left: 20px;
        border-bottom: 1px dotted #ddd;
    }

    .post-list .post-header .post-title {
        padding: 4px 0;
    }

    .post-list .post-header .post-title a {
        font-size: 16px;
        font-weight: 400;
        color: #c4151b;
    }

    .post-list .post-holder .post-header .addthis_toolbox {
        padding-top: 15px;
    }

    .blog-index-index .post-holder:hover .post-info {
        background: #c4151b;
        color: #fff;
    }
}

.post-holder:hover {
    box-shadow: none;
}
