/* Homepage image */
.homepage_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% \9;
    max-height: 50vh;
}
.homepage-image-wrapper {
    margin-bottom: 20px;
}

/* PKP sidebar */

.pkp_structure_sidebar {
    padding-top: 8px;
}

.pkp_block,
.panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    /*border-radius: .25rem;*/
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.pkp_block,
.panel {
    margin-bottom: 30px;
    font-size: 14px;    
}
.pkp_block .title, 

.panel .panel-heading {
    padding: .75rem 1.25rem;
    background-color: #002c40;
    text-align: left;
    color: #fff;
    border-radius: 2px 2px 0 0;
}
.pkp_block .content,
.panel .panel-body {
    flex: 1 1 auto;
}
.pkp_block ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.pkp_block a {
    padding: 2px;
    display: flex;
    color: dimgrey;
}
.pkp_block a:hover {
    text-decoration: none;
    background-color: #f9f9f9;
    color: dimgrey;
}
.pkp_block li {
    border-radius: 0;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    /*border-top: 1px solid rgba(0,0,0,.125);*/    
    display: block;
    position: relative;
}
.pkp_block li:not(:last-child):after {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.pkp_block ul li:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* custom blocks */
/*.pkp_block.block_custom .content {
    padding: .75rem 1.25rem;
}*/
.pkp_block.block_custom .panel-body {
    padding: .75rem 1.25rem;
}
.pkp_block.block_custom li a {
    padding: .75rem 1.25rem;
}

/* submission block */
.block_make_submission .content {
    background-color: #868e96;
}

.block_make_submission .content a {
    color: white;
    justify-content: center;
}
.block_make_submission .content a:hover {
    text-decoration: none;
    background-color: #60676f;
}

/* recent articles block */
.recent-articles-section-title h3, .journal-summary-title h3 {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    /*border-radius: .25rem;*/
    border-radius: 2px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-left: -5px;
    margin-right: -5px;
    text-transform: capitalize;
}
.recent-articles-section-title {
    margin-bottom: 20px;
}
a.recent-article-title {
    color: black;
    font-size: 17px;
    display: block;
}
a.recent-article-title:hover {
    text-decoration: none;
    color: #404040;
}
.recent-wrapper{
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

/* all index page */
.index-page-content {
    margin-top: 50px;
}

/* recent issues block */
.recent-issues-slider {
    margin-bottom: 30px;
}

.recent-issues-slider h3 {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-left: -15px;
    margin-right: -15px;
    text-transform: capitalize;
}

#carouselIndicators {
    margin-bottom: 30px;
}

#carouselIndicators .carousel-inner {
    border-radius: 5px;
}

/* journal summary */

.summary-content {
    padding: 10px 10px 20px 10px;
    text-align: justify;
}

#customblock-imagen_block img {
    margin: auto;
}
.pkp_block .col {
    text-align: center;
}
.pkp_block .col img{
    max-width: 130px;
}
.journal-title {
    text-align: left;
    margin-bottom: 5px;
    color: #212121;
    font-size: 17px;
    text-decoration: none;
}

@media(min-width: 768px) {
    .display-journals {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media(max-width: 767px) {
    .recent-wrapper{
        margin-bottom: 15px;
    }
    .indexJournal-w75 {
        width: 75%;
    }
}