#editor .newsblock * {
    color: #fff
}

#editor .newsblock {
    position: relative;
    cursor: pointer;
    max-width: calc( 25% - 30px);
    padding-bottom: 10px;
    float: left;
    background: #182B4F;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}

#editor .newsblock.double {
    max-width: calc( 50% - 30px)
}

#editor .newsblock h5,
#editor .newsblock h3,
#editor .newsblock p {
    padding: 0 20px;
}

#editor .newsblock h3 {
    margin-bottom: 10px;
}

#editor .newsblock h5 {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.7px;
}

#editor .newsblock h5 span {
    color: #E3E3E3 !important;
    font-weight: 100;
}

#editor .wp-post-image {
    min-width: 100%
}

#editor .postz {
    width: calc( 100% + 50px)
}

#editor .newsblock:hover img {
    opacity: 0.8;
    transition: opacity 0.2s
}