

.one-article-intoc {
    margin-bottom: 15px;
}


div.panel-body-keywords a.title {
    background: rgba(159, 50, 207, 0.1);
    color: #6024a0;
    border: 1px solid rgba(118, 19, 149, 0.4);
    cursor: pointer;
    padding: 3px;
    border-radius: 5px;
    line-height: 2.8;
}

.panel-body-keywords {

    text-align: center;
    border-bottom: 3px solid #decbe48c;
    border-bottom-left-radius: 10px;
    border-left: 3px solid #decbe48c;
    border-bottom-right-radius: 10px;
    border-right: 3px solid #decbe48c;

}

div.panel-body-keywords a.title:hover {
background-color: #6024a0;
color: white;
}


/* Homepage image */

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 0px;
    width: 200px;
    height: auto;
    margin: 8px;
}

.pkp_block .title {
    padding: .75rem 1.25rem;
    background-color: white;
    text-align: left;
    color: #4169e1;
    font-weight: 600;
    line-height: 1.5;
    font-size: 22px;
}

.card.homepage:hover {
    filter: brightness(130%);
    -webkit-filter: brightness(130%);
    -moz-filter: brightness(130%);
    -o-filter: brightness(130%);
    -ms-filter: brightness(130%);
    -webkit-transition: all 0.50s;
    transition: all 0.50s;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
}

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

/* PKP sidebar */

.pkp_structure_sidebar {
    padding-top: 0px;
}

.pkp_structure_sidebar .pkp_block{
    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;
}
.pkp_block {
    margin-bottom: 30px;
}
.pkp_block .content {
    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: .75rem 1.25rem;
    display: flex;
    color: dimgrey;
}
.pkp_block a:hover {
    text-decoration: none;
    background-color: #f9f9f9;
    color: dimgrey;
-webkit-transition: all 0.50s;
    transition: all 0.50s;

}
.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;
}
.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 a {
    padding: 0;
}

/* submission block */
.block_make_submission .content {
    background-color: white;
    color: #4169e1;
    font-weight: 600;
    line-height: 1.5;
    font-size: 22px;

}

.block_make_submission .content a {
    color: #4169e1;
}
.block_make_submission .content a:hover {
    text-decoration: none;
    background-color:  #4169E1;
    color: white;
-webkit-transition: all 0.50s;
    transition: all 0.50s;

}

.recent-articles-section-title h3, .journal-summary-title h3 {
    padding: .75rem 1.25rem;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #007DA6;
    font: bold;
    color: #4169E1;
    border-radius: .0rem;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    margin-left: -5px;
    margin-right: -5px;
    text-transform: capitalize;
}

.recent-articles-section-title {
    margin-bottom: 20px;
}
a.recent-article-title {
    color: black;
    font-size: 19px;
    display: block;
}
a.recent-article-title:hover {
    text-decoration: none;
    color: #404040;
}
.recent-wrapper{
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}


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

.recent-issues-slider h3 {
    padding: .75rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid #007DA6;
    border-radius: .0rem;
    color: #4169E1;
    text-align: left;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 600;
    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;
}