.read-more {
    text-decoration: none;
}

.art-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

.art-row:last-child {
    padding-bottom: 15px;
}

.art-row:first-child .art-td {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dfdfdf;
}

.art-row:last-child .art-td {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    border-bottom: 0;
}

.art-td {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dfdfdf;
}

.journal_desc {
    /* background-color:aqua; */
    padding: 25px 10px 0 10px;
    border-radius: 5px;
    padding: 20px;
    background: #2980B9;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #048cd3, #3e1041);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #048cd3, #3e1041);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.journal_desc .media-object {
    box-shadow: 0 0 5px rgb(68 68 68 / 75%);
    ;
}

.img-shadow {
    box-shadow: 0 0 10px rgb(68 68 68 / 50%);
    ;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary {
    color: #999;
    /* border-color: #0d6efd; */
    border-radius: 5px;
    /* border-color: ; */
    border: 1px solid #0d6efd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #dfdfdf;
    /* padding: 0; */
}

.breadcrumb li a {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
    color: #00a6dd;
}

a {
    color: #028ED5;
}

body {
    font-family: 'Open sans';
}

.site_header {
    border: 0 !important;
}

.navbar {
    margin-bottom: 0;
}

.navbar-form {
    padding: 0;
}

.tab-list {
    margin-right: 15px;
}

.user_navigation {
    padding: 3px !important;
}

.pkp_block {
    border: 0;
}

.pkp_block .content {
    padding: 0;
}

.pkp_block ul li {
    background-color: rgb(0 0 0 / 0%);
    border: 0;
    font-size: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.php_block ul li:last-child {
    /* border-bottom:0 !important;
    background-color: red; */
}

.pkp_block ul li a {
    color: #222;
    font-weight: 600;
}

.pkp_block ul li a:hover {
    color: #028ED5;
    cursor: pointer;
}

.pkp_block ul li {
    position: relative;
    display: block;
    padding: 10px 15px !important;
    margin-bottom: -1px;
}

.pkp_site_name {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pkp_site_name a img {
    width: 100%;
    max-height: fit-content !important;
}

.pkp_site_name .is_img {
	margin-top: 0 !important;
	margin-bottom: 0 !Important;
}

.pkp_site_name_wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.collaborated_with {
    background-color: #fff;
    height: 115px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    width: 115px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.pkp_brand_footer{
	display:none;
}