/*---// POSTS/ARTICLES //---*/
.category .articles,
.archive .articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;    
}
.articles-block-container {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ac-two {
    clear: both;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.act-article-container {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.act-article-container:first-child {
    padding-left: 0;
}
.act-article-container:last-child {
    padding-right: 0;
}
.act-ac-block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #191a26;
    position: relative;
    background-blend-mode: luminosity;
    height: 316px;
}
.act-ac-block .preload-image {
	width: 100%;
	height: auto;
}	
.act-acb-content {
    max-width: 500px;
    color: #fff;
    margin: auto;
    padding-top:70px;
    position: relative;
    z-index: 1;
}
.act-acb-c-title {
    font-size: 2.85rem;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}
.act-acb-c-title a {
    color:#fff;
    font-weight: 600;
}
.act-acb-c-text p {
    font-weight: 300;
    font-size: 1.07rem;
    font-size: 14px;
}
.act-acb-bottom-bar {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: rgba(25, 26, 38, 0.52);
    line-height: 55px;
}
.act-acb-bb-content {
    max-width: 500px;
    margin: auto;
    color:#fff;
    font-weight: 500;
}
.act-acb-bb-c-date, .act-acb-bb-c-views, .act-acb-bb-c-time, .act-acb-bb-c-likes {
    font-weight: 400;
    font-size: 1rem;
    font-size: 13px;
}
.act-acb-bb-c-date {
    float: left;
}
.act-acb-bb-c-views {
    float: right;
}
.act-acb-bb-c-time, .act-acb-bb-c-likes {
    float: right;
    margin-right: 30px;
}
.ac-all {
    margin: 0 -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aca-block {
    width: 23%;
    margin: 1%;
}
.single-carousel .aca-block {
    width: 100%;
}
.aca-block-inner {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.aca-header {
    padding: 0;
    margin:0;
}
.acah-image {
    height: auto;
    max-width: 350px;
    position: relative;
    overflow: hidden;
}
.aca-header img {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: auto;
}
.acah-title {
    font-size: 1.36rem;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 0;
}
.acah-title a {
    font-weight: 500;
}
.aca-content {
    padding: 0 10px;
    height: 105px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}
.aca-content p {
    font-size: 1rem;
    font-size: 13px;
    position: relative;
    font-weight: 300;
}
.aca-content::before {
    content: '';
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #fff;
    bottom: -10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 92%, rgba(255,255,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 92%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.aca-permalink {
    border-bottom: 1px #d4d4d4 solid;
    border-top: 1px #d4d4d4 solid;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f7f7f7;
    position: relative;
    margin-top: auto;
}
.aca-p-hover {
    -webkit-transition: width 1s cubic-bezier(0, 0, 1, 1) 0.1ms;
    -moz-transition: width 1s cubic-bezier(0, 0, 1, 1) 0.1ms;
    transition: width 1s cubic-bezier(0, 0, 1, 1) 0.1ms;
    height: 100%;
    width: 0;
    position: absolute;
    background-color: #f5f5f5;
    top: 0;
    left: 0;
    z-index: 0;
}
.aca-permalink  a {
    position: relative;
    color: #00e676;
    font-weight: 500;
    border-bottom: 1px #00e676 dashed;
}
.aca-meta {
    margin-top: 10px;
    text-align: right;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 0;
}
.acam-date, .acam-views, .acam-time, .acam-likes {
    display: inline-block;
    font-size: 1rem;
    font-size: 12px;
}
.acam-views, .acam-time, .acam-likes {
    float: right;
}
.acam-time, .acam-likes {
    margin-right: 10px;
}
.acam-date {
    font-weight: 500;
    margin-bottom: 15px;
    float: left;
}
.acam-date i::before, .act-acb-bb-c-date i::before {
    color:#d6d6d6;
    font-weight: normal;
    font-size: 1.43rem;
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top:3px;
}
.acam-views i::before, .acam-time i::before, .acam-likes i::before,
.act-acb-bb-c-time i::before, .act-acb-bb-c-views i::before, .act-acb-bb-c-likes i::before{
    font-size: 1.43rem;
    font-size: 15px;
    margin-right: 8px;
    color:#00e676;
    position: relative;
    top:3px;
}
@media screen and (max-width:1400px) {
    .act-ac-block {
        padding: 0 30px;
    }
    .act-acb-bottom-bar {
        padding: 0 30px;
        left: 0;
    }
    .act-acb-c-title {
        font-size: 22px;
    }
    .act-acb-c-text p {
        font-size: 13px;
    }
    .act-ac-block {
        height: 260px;
    }
    .act-acb-content {
        padding-top: 50px;
    }
    .acah-title {
        font-size: 15px;
        padding: 0;
    }
    .aca-content {
        padding: 0;
    }
    .aca-content p {
        font-size: 12px;
    }
    .aca-meta {
        padding: 0;
    }
    .acam-date {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .acam-time, .acam-likes {
        margin-right: 0;
    }
    .acam-views, .acam-time, .acam-likes {
        width: 33.3333%;
    }
}
@media screen and (max-width:1150px) {
    .acah-title {
        font-size: 15px;
        padding: 0;
    }
    .aca-content, .aca-meta {
        padding: 0;
    }
    .aca-content p {
        font-size: 12px;
    }
    .acam-views, .acam-time, .acam-likes {
        width: 33.3333%;
    }
    .acam-time, .acam-likes {
        margin-right: 0;
    }
    .acam-date {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:991px) {
    .aca-block {
        width: 31%;
        margin: 2% 1%;
    }  
}
@media screen and (max-width:950px) {
    .aca-permalink {
        text-transform: none;
    }
}
@media screen and (max-width:650px) {
    .aca-block {
        width: 48%;
        float:left;
    }
}
/*
@media screen and (max-width:500px) {
    .aca-block {
        width: 85%;
        float:none;
        margin: auto;
    }
    .aca-meta {
        text-align: center;
    }
    .acah-title {
        height: auto;
        margin-bottom: 5px;
    }
}
*/
@media screen and (max-width:425px) {
    .aca-block {
        width: 90%;
        margin: 2% auto;
    }
}
@media screen and (max-width:360px) {
    .aca-block {
        width: 100%;
    }
}