/*
Theme Name: Pepper+ Child
Template: pepperplus
Version: 1.0.8
*/

@media only screen and (min-width: 1025px){
    .background-header .header-1st-row {
        position: relative;
        z-index: 10000;
    }
}

.relatedposts{
    margin-top: 4em;
}

.relatedposts .relatedposts-articles{
    display: flex;
}

.relatedposts .relatedthumb{
    padding: 0 20px;
    flex-grow: 1;
    flex-basis: 0;
}

.relatedposts h4{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-top: 10px;
}

.relatedposts h4 a{
    color: #000;
}

.relatedposts h3{
    font-weight: bolder;
    padding-left: 20px;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px){
    .relatedposts .relatedposts-articles{
        flex-direction: column;
    }
}
