/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.article-details{
margin-top: 30px;
margin-bottom: 30px;
}

.article-details .download .btn {
    padding-top: 6px;
    padding-bottom: 6px;
    margin: .5em 0;
    display: block;
text-align: center;
}

.galley-link:hover {
    background: #074ea2;
    color: #fff;
    border-radius: 2px;
}

.list-group, .pkp_block ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item, .pkp_block ul li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.index-card, .panel, .pkp_block {
    margin-top: 1.75em;
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 2px;
    padding-bottom: 0.5em;
    margin-bottom: 21px;
    background-color: #fff;
}

.index-card .header, .panel .header, .index-card .panel-heading, .panel .panel-heading {
    line-height: 1.5;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    background: #eee;
    color: #222;
    border-radius: 0;
}

.panel-body, .pkp_block .content {
    padding: 15px;
}

.col-md-4,.col-md-12, .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.issue-toc {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px){
    .col-md-12 {
        width: 100%;
    }
    .col-md-4 {
        width: 33.33333333%;
        float:left;
    }
    .col-md-8 {
        width: 66.66666667%;
        float: left;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail>img, .thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.issue-toc img {
    max-height: 25em;
}

.issue-toc .section {
    margin-bottom: 1em;
}

.issue-toc .section h2 {
    margin-top: 0;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media {
    margin-top: 2em;
    margin-bottom: 2em;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    width: 10000px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.pl-0 {
    padding-left: 0;
}

.media:first-child {
    margin-top: 0;
}

.article-title {
    font-weight: 600;
    font-size: 1.2rem;
line-height: 1.2rem;
}

.pb-0 {
    padding-bottom: 0;
}

.galley-link {
    border: 1px solid #074ea2;
    white-space: normal;
margin-right: 3px;
}


.btn, .pkp_block.block_make_submission a {
    border-radius: 3px;
}

.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}




.pt-3 {
    padding-top: 3px;
}

.d-inline-block {
    display: inline-block;
}

.authors {
    color: #777;
    font-weight: 300;
    font-style: italic;
    padding-top: 3px;
    padding-bottom: 3px;
}

a {
    color: #074ea2;
    text-decoration: none;
}

