/*
Theme Name: soledad Child theme of soledad
Theme URI: 
Description: Child theme of soledad theme for the soledad theme
Author: <a href="https://pencidesign.net/">PenciDesign</a>
Author URI: 
Template: soledad
Version: 8.3.8
*/




    
header#header {
    margin-bottom: 30px;
}

div#e-Paper .titleBox {
    text-align: center;
    display: block;
    padding: 10px 0px 40px 0px;
}

div#e-Paper .titleBox h2 {
    display: inline-block;
    font-size: 28px;
    border-bottom: 3px solid #ed1c24;
    color: #313131;
}
div#e-Paper {
    margin-bottom: 30px;
}

div#e-Paper ul#papers {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

div#e-Paper ul#papers li.paper {
    width: 32%;
    background: #313131;
    padding: 1px 1px;
    margin-bottom: 2%;
    transition: all .2s ease 0s;
}

div#e-Paper ul#papers li.paper a {
    display: block;
}

div#e-Paper ul#papers li.paper a h2 {
    color: #fff;
    text-align: center;
    padding: 10px 15px;
}



div#e-Paper ul#papers li.paper:hover {
    background: #ed1c24;
}

.wp-pagenavi > * {
    background: #ed1c24;
    margin: 0px 10px 12px 0px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    transition: all .2s ease 0s;
}
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
}
.wp-pagenavi .current {
    background: #ed1c24;
}
.wp-pagenavi > *:hover {
    background: #ed1c24;
}

@media (min-width: 767px){
    div#e-Paper ul#papers li.paper:nth-child(3n + 2) {
    margin-left: 2%;
    margin-right: 2%;
}
div#e-Paper ul#papers li.paper a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
}
@media (max-width: 767px){
    div#e-Paper ul#papers {
        justify-content: center;
    }
    div#e-Paper ul#papers li.paper {
        width: 100%;
    }
    div#e-Paper ul#papers li.paper a img {
        width: 100%;
        height: auto;
    }
}
    

