ul.show {
  list-style-type: circle;
}
li.show {
  display: list-item !important;
}
.archive{

    width: 100%;
    background: white !important;
    padding: 20px 40px !important;
    border-radius: 5px;
    border-left: 6px solid #10147E;
}
.archive a {
    color: #090790;
    font-size: 1em;
    font-weight: 600;
    padding-left: 0;
}

.navbar-brand {
height: 100px;
}

.navbar .row {
    background: #1a2955 !important;
}
p {
    text-align: justify;
}
.navbar .row ul li a {
    color: #d3d8e4 !important;
}

ul#main-navigation {
    color: #1a2955 !important;
    font-weight: bold;
    padding: 25px;
    transition: .4s;
}

.pkp_structure_content.container {
    width: 100%;
}
.pw{
font-size: 17px;
    padding: 0px 0px;
    color: #a2a2f1;
}
.uh-btn-active:hover {
    color: #fafafa;
    border: 1px solid #fff;
}
.uh-btn-active {
    color: #fff;
    background-color: #005fbf;
    border: 1px solid #005fbf;
}
.uh-btn, .uh-btn-active, .uh-btn-border {
    padding: 6px 30px;
    transition: .4s;
	margin-bottom: 10px;
}
.uh-btn-border {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btnh{
    padding: 30px 0px;
}
#latest-projects {
        background-color: #18243b;
    padding-top: 35px;
    margin-top: -20px;
}
#latest-projects .section-title {
    color: #fff;
	font-size: 2.2em;
    margin-bottom: 25px;
	margin-top: 0px;
}
.navbar-form {
    width: 100%;
	padding: 0;
}
input.form-control {
    width: 100% !important;
}
h2.main {
    text-align: left !important;
    padding-top: 0px !important;
}
button.btn.btn-default {
    background: #005fbf;
    color: white;
    width: 22%;
}
.section-title {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 700;
}



.pull-md-right {
    padding: 25px;
}

.navbar-default {
  
}

img[src$="ojs_brand.png"] {
  height: 40px;
  margin: 0 auto;
}
a:hover.btn.uh-btn-border {
    color: white;
}
a:focus.btn.uh-btn-border {
    color: white;
}
.title {
    color: #333;
    font-size: 1.2em;
    font-weight: 600;
    padding-left: 42px;
}
 .sub-nav ul {
    list-style-type: none;
    margin-top: 27px;
}
.sub-nav a {
    text-decoration: none;
    padding: 10px 0 10px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    font-weight: 600;
    color: #10147E;
}

h3.media-heading {
    font-size: 24px;
}
.page-header {
    padding: 0;
    margin: 15px 0 20px;
}
a.block_make_submission_link {
    background: #005fbf !important;
    color: white !important;
    width: 100%;
}
.sidespan{
padding-left: 20px;
}
.sub-nav a:before {
    font-family: "FontAwesome";
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    color: #1a2955;
    top: 12px;
}
.sub-nav {
    padding-top: 35px;
}
.call-paper-widget {
    padding-top: 11px;
}
.article-card {
    
    margin: 10px;
}
.header {
    font-size: 1.3em;
    min-height: 200px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article-type {
    font-size: 0.85em;
}
.footer {
    padding: 0 0 10px 0;
    font-size: 0.85em;
    margin-bottom: auto;
    min-height: 100px;
    height: auto;
}
.article-card {
    background-color: #f8f8f8;
    padding: 20px 20px 0 20px;
    border-top: 6px solid #10147E;
    border-radius: 5px;
    position: relative;
    margin: 0 19px 40px 19px;
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
i.fa.fa-chevron-right {
    font-size: 0.7vw;
}
.ad{
border: 8px solid #f1efef;
}
a {
  color: #132890;
}
a:hover, a:focus {
  color: #690200;
}

.btn-primary, .btn-primary:hover {
  background-image: linear-gradient(#642827, #642827 6%, #642827);
  border: 1px solid #642827;
}

.orcid::after {
  content: "\a";
  white-space: pre;
}

.label::after {
  content: "*";
  font-weight: 700;
  color: #d00a6c;
  padding-left: 0.25em;
}

.pkp_page_gateway .label {
  color:black;
}
button.btn.btn-cite {
    background: #005fbf;
    color: white;
	margin-bottom: 10px;
    width: 100%;
}
.authors {
    color: #10147E;
    font-size: 15px;
}
/* styling of the issue page */
.breadcrumb > .active {
    color: #642827;
    font-weight: bold;
    font-size: larger;
}

.description {
    font-size: medium;
    color: #808080;
}

.current_issue_title {
    color: #642827;
    font-weight: bold;
}
h3.issue {
    font-size: 22px;
}
.issuebg {
    background: #f3f0f0 !important;
    padding: 10px 74px;

}
.issue {
    width: 100%;
    background: white !important;
    padding: 20px 40px !important;
    min-height: 210px !important;
    border-radius: 5px;
    margin-top: 16px;
    border-left: 6px solid #10147E;
}
.widget_category {
    padding: 32px 31px;
    background-color: #1a2955;
}
.widget_category .widget-title {
    padding-bottom: 11px;
    color: #fff;
    margin-bottom: 0;
    border: none;
}
.widget_category .widget-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_category .widget-content ul li {
    border-top: 1px solid #6675a1;
}
.widget_category .widget-content ul li a {
    color: #d3d8e4;
    padding: 9px 0;
    display: block;
    position: relative;
    transition: .4s;
}
a:hover {
    text-decoration: none;
}
/* Styling of the more element */
a.btn.btn-primary.read-more {
    background-image: linear-gradient(#808080, #808080);
    border: 1px solid #808080;
}

/* styling of the most read */
.block_developed_by .title {
  padding: 5px 5px;
}
.block_developed_by .most_read_article {
  padding: 5px 5px;
}
.most_read_article_journal {
  padding: 0px 0px;
}
.most_read_article_title {
  line-height: 1.2;
}

/* Fixing the submission header */

div .block_make_submission h2 {
  display: none;
}
.all-issues-link {
    text-align: right;
}
.vol {
    padding-bottom: 20px;
}

.artsum{
background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, #eeeeee 70%, #eeeeee 100%);
}
.artsection{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
	    padding-top: 15px;
}
.artsection .value {
    font-size: 1.5em;
    display: block;
    color: #333;
}
.artsection .title {
   font-size: 0.9em;
    color: #777;
    padding: 0;
    font-weight: 500;
    text-align: left !important;
}
.itemPageRangeHistory {
    font-size: 12.24px;
    line-height: 20.8px;
    color: #777;
    margin-bottom: 0;
}
.accessLogo {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 100;
}
.toc-heading h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #666;
    margin: 0;
    font-size: 0.85em;
	padding-bottom: 10px;
}
h1.page-header {
    margin: 0 0 0.25rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 1000px;
    font-size: 2.1em;
    display: inline;
}
.author {
    color: #10147E;
    font-size: 15px;
    font-weight: 600;
}
.authors {
    margin-bottom: 1em !important;
}

.kwd-btn {
    border-radius: 6px;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
    background-color: #006DB4;
    font-size: 0.85em;
    line-height: 1.5;
    color: white;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 4px;
}
.mob{ display:none;}
li.active {
    font-size: 17px;
    font-weight: 600;
    padding-right: 12px;
}
.footer-widget.widget_custom_menu ul li {
    line-height: 31px;
}


@media only screen and (max-width: 640px) {
   .issuebg{ padding: 14px 9px !important;}
   .footerimg {  width: 235px !important;}
   .uh-btn, .uh-btn-active, .uh-btn-border {
    padding: 6px 30px;
    transition: .4s;
    margin-bottom: 10px;
    width: 100%;
}
.sub-nav ul {
    padding: 0;
}
.title {
    padding: 0;
}
.view-more {
    text-align: center;
    padding-bottom: 26px;
    margin-top: -25px;
}
.tab-content {
    padding: 0px 12px;
}
.tabh3{padding: 0px 16px;}
.navbar-form {
    padding: 0;
	    width: auto;
}
.pw {    padding: 11px 0px;}
button.btn.btn-default { width: 100%;}
.mob0{ display:none;}
.mob{ display:block; margin-top: 15px;}

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  {

.uh-btn, .uh-btn-active, .uh-btn-border {   padding: 6px 12px;}
button.btn.btn-default {  width: auto;}
.mob{ display:none;}



}