.container .page-content {
    font-size: 14px;
}
.page-content {
    padding-top: 20px;
    margin-bottom: 40px;
}

.span8 {
    width: 620px;
}

.span4 {
    width: 300px;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.blog-post.post-timeline {
    padding-left: 100px;
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-post {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.blog-post .post-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-post .post-title a {
    line-height: 30px;
}
.blog-post .post-title a {
    font-size: 20px;
}

.post-images {
    position: relative;
    margin-bottom: 20px;
}

.post-images .blog-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 0 1px 1px;
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-images .blog-mask .mask-content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-images .blog-mask .mask-content a {
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 0;
    position: relative;
    font-size: 28px;
    margin: 0 10px;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.post-images:hover .blog-mask {
    opacity: .9;
    background-color: rgba(255,255,255,.6);
}

.blog-post .post-description {
    line-height: 1.8;
}

.blog-post .post-description p {
    margin-bottom: 5px;
    word-break: break-all;
}

.blog-post.post-timeline .post-date {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 10px;
    width: 70px;
    height: 85px;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.blog-post.post-timeline .post-date .post-day {
    text-align: center;
    color: #000;
    font-size: 18px;
    display: block;
}

.blog-post.post-timeline .post-date .post-month {
    font-size: 11px;
    text-align: center;
    display: block;
}

.blog-post.post-timeline .blog-line {
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid #e6e6e6;
    left: 35px;
    top: 0;
}

.more-link {
    line-height: 1;
}
.more-link {
    display: block;
    text-align: center;
}

.read-more {
    margin-bottom: 20px;
}

.read-more {
    margin-top: 20px;
}

.button {
    border: 1px solid #ddd;
    display: inline-block;
    color: #000;
    background-color: rgba(255,255,255,.2);
    font-size: 12px;
    font-family: Georgia;
    padding: 5px 20px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.5!important;
    text-transform: uppercase;
}

.right, .fl-r {
    float: right!important;
}

.clear {
    clear: both!important;
}

.blog-post.post-timeline hr {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
}
hr {
    height: 1px;
    background: 0;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.sidebar-widget {
    margin-bottom: 40px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget_nav_menu {
    margin-bottom: 20px;
}


.sidebar-widget .widget-title {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.widget_nav_menu .widget-title {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px;
}

.widget_nav_menu .widget-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 0;
}

.sidebar-widget ul:not(.children) {
    padding-left: 0;
}
.widget_nav_menu ul {
    padding-left: 0;
    margin-bottom: 0;
}
.sidebar-widget ul {
    margin-bottom: 0;
}

.widget_nav_menu li {
    list-style: none;
    position: relative;
}
.sidebar-widget li {
    list-style: none;
}

.widget_nav_menu li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    left: 35px;
    top: 17px;
}

.sidebar-widget li a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget_nav_menu .current-menu-item a {
    position: relative;
    border-left: none;
    color: #ed1c2e;
}

.widget_nav_menu li a {
    padding: 15px 20px 15px 50px;
    color: #000;
    font-size: 15px;
    display: block;
    border-top: 1px solid #e6e6e6!important;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.widget_nav_menu ul.menu>li:last-child>a {
    border-bottom: 1px solid #e6e6e6;
}

.recent-post-mini {
    list-style: none;
    margin-bottom: 20px;
}

.recent-post-mini>a.postimg {
    position: relative;
    text-align: center;
}

.recent-post-mini .postimg {
    float: left;
    margin-right: 20px;
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.recent-post-mini>a.postimg img {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.recent-post-mini a {
    text-transform: uppercase;
    color: #000;
}

.size-post-thumbnail {
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 350px;
    margin-top: 20px;
}

.page {
    margin: 0 20px;
}

@media (max-width: 480px) {
    .blog-post.post-timeline {
        padding-left: 0px;
    }
    .blog-post.post-timeline .post-date {
        display: none;
    }
    .blog-post.post-timeline .post-date {
        padding: 10px 5px;
    }
    .blog-post.post-timeline .blog-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .page {
        margin: 0;
    }

    #nav_menu-2 {
        display: none;
    }
    .post-images {
        /*float: left;*/
        max-width: 100%;
    }
    .content {
        margin-bottom: 20px;
    }
    [class*=span], .uneditable-input[class*=span], .row-fluid [class*=span] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page-content>.row-fluid .sidebar, .page-content>.row .sidebar {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        order: 2;
        -webkit-order: 2;
        max-width: 100%;
    }
    .responsive-sidebar-bottom .sidebar-right {
        display: block!important;
    }
    .sidebar {
        margin-bottom: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .blog-post .post-title a {
        font-size: 17px;
    }
    .blog-post .post-title a {
        line-height: 27px;
    }
    .span4 {
        width: 228px;
    }
    .span8 {
        width: 476px;
    }
    [class*=span] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .span8 {
        width: 770px;
    }
    .span4 {
        width: 370px;
    }
    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
}
