.post-overlay {
    position:absolute;
    opacity:0.2;    
    height:100%;   
    width:100%;    
    background-color: transparent;
    transition: .5s!important;
     -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    cursor: pointer;
}



.post_type_1:hover .post-overlay {
    background-color: #000;
}
.post_type_1:hover a.title {
    color: #c8a015 !important
}


.post_type_2:hover .post-overlay {
    background-color: #000;
}
.post_type_2:hover .title a {
    color: #c8a015 !important
}


.post_type_3:hover .post-overlay {
    background-color: #000;
}
.post_type_3 a.title {
	font-size: 12px;
    font-weight: 700;
}
.post_type_3:hover a.title {
    color: #fff !important
}


.post_type_4:hover .post-overlay {
    background-color: #000;
}
.post_type_4:hover a.title {
    color: #c8a015 !important
}


.post_type_5:first-child{
    margin-top: 15px !important;
}
.post_type_5 .trending-box__header a {
    padding-left: 0 !important;
    padding-bottom: 0;
    padding-top: 0;
}



.post_type_6:hover .title a {
    color: #c8a015 !important
}

.posts-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.--w-8 {
    width: 8%;
}

main {
    margin-top: 50px;
}