/*
Theme Name:     Johannes Child
Theme URI:      https://mekshq.com/theme/johannes/
Description:    Child theme for Johannes WordPress theme
Author:         meks
Author URI:     https://mekshq.com
Template:       johannes
Version:        0.1.0
*/
.single-layout-8 {

}
.entry-publication-meta a,
.entry-publication-meta .byauthor-doc {
    color: #f13b3b;
    font-weight: 900;
}
.yearpublication {
    font-size: 1.4rem;
    background-color: #f13b3b;
    color: #fff;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 8px 16px;
    font-weight: 900;
}
.meta-publication {
    display: block;
    clear: both;
    margin-bottom: 15px;
}
.download-publication {
    margin-left: 15px;
}
.download-publication span {
    font-size: 12px;
}
.search-knowledgebase {
    text-align: center;
    margin-top: -30px;
}
#search-knowledgebase-input {
    position: relative;
    
    z-index: 9;
    padding: 30px 30px 30px 80px;
    margin-bottom: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url('images/search-solid.svg') no-repeat #fff;
    background-position: 25px 15px;

}
#search-knowledgebase-submit {
    margin: 0 auto;
}
.top-alph {
    padding-top: 65px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
   
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

.glossary-alph {
    width: 250px;
}
.glossary-alph a {
    background: #ccc;
    width: 45px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    
}
.glossary-fixed {
    position: fixed;
    top: 75px;
    width: 250px;
}