#article-absolute-position .authors .author-link {
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.site-navbar-wraper {
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: Play, "Noto Sans", serif;
}

.site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f0fe2d;
}

a {
    color: #669966;
}

.container {
    max-width: 1140px;
}

.col-md-6 {
  flex: 0 0 50%;
    
}

.user-nav {
    background: linear-gradient(#f9b815, #fdbb89);
}

.site-navbar-wraper {
    background: linear-gradient(#f9b815, #fdbb89);
    border-bottom: 0px solid #000000;
    padding-left: 50px;
    padding-right: 50px;
    
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
 }
 
 .btn-secondary {
    color: #000000;
    border-color: #ddd;
    background: linear-gradient(#f9b815, #fdbb89);
    font-weight: 600;
}

.container {
    max-width: 1140px;
}

.col-md-8 {
    margin-left: 33px;
}

.col-md-4 {
    flex: 0 0 27.333333%;
    
}

.article_title {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Alegreya Sans', sans-serif;
    line-height: 1.2;
    color: #333333;
}

.article-text {
    padding: 20px 20px 0 20px;
    font-family: 'Alegreya Sans', sans-serif;
}

.article-text h2 {
    font-size: 24px;
    font-family: Alegreya Sans, sans-serif;
    font-weight: 600;
    color: #000000;
}

/*shadows on hover in the recent articles in homepage*/
.pkp_page_index .recent-wrapper .card:hover{
    box-shadow: 0 0 20px rgba(33,33,33,.2); 
    border: 1px solid rgba(0,0,0,.25);
    transition: ease-in 0.25s;
}

/*shadows on the blocks on hover*/
.pkp_structure_sidebar .content:hover{
    box-shadow: 0 0 10px rgba(33,33,33,.2);
}

.carousel-caption{
    font-weight: 600;
    color: #000000;
    background: linear-gradient(#f9b815, #fdbb89);
    padding: 1px 1px 1px 1px;
    border-radius: 4px;
}

#carouselIndicators li {
    background: #004b53;
}

#carouselIndicators li.active {
    background: #669966;
}

#carouselIndicators .carousel-inner {
    border-radius: 5px;
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239c223f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239c223f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.recent-articles-section-title h3, .journal-summary-title h3 {
    
    background: linear-gradient(#f9b815, #fdbb89);
    border: 1px solid #ddd;
    font-weight: 800;
    color: #000000;
}

.recent-issues-slider h3 {
    background: linear-gradient(#f9b815, #fdbb89);
    border: 1px solid #ddd;
    font-weight: 800;
    color: #000000;
}

.pkp_block .title {
    background: linear-gradient(#f9b815, #fdbb89);
    border: 1px solid #ddd;
    font-weight: 600;
    color: #000000;
    border-radius: 4px;

}

.site-navbar-wraper #navigationPrimary .nav-link, .pkp_page_article .site-navbar-wraper > a {
    color: #000000;
    font-weight: 500;
}

#navigationUser a {
    color: #000000;
    font-weight: 500;
}

.site-footer a {
    color: #000000;
    margin-right: 4%;
    
}

.site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(#f9b815, #fdbb89);
    
}

.card-text:last-child {
    font-style: italic;
}

#search{
    padding-top: 20px;
}

#input_search{
    border-top: 1px solid #afbcc6;
}

#search_button{
    background: linear-gradient(#f9b815, #fdbb89);
}