@import url('https://fonts.googleapis.com/css?family=Libertinus:400,700|Crimson+Text:400,400i,600,600i,700,700i&display=swap');

* {
   font-size: 15px;
   font-family: 'cinnamon', sans-serif;
}

a {
    color:#e36f02;
}

a:hover, a:focus {
  color: #729FC2;
}

a:link {
    text-decoration: none;
    font-size: 15px;
}

.links{
   color:black;
}

.links:hover{
  color:red;
}

.title:hover a {
    color: #729FC2;
}

.title a {
    color: black;
}

.obj_article_summary > a{
   color: black;
}

.obj_article_summary > a:hover{
   color: #729FC2;
}

.obj_galley_link.pdf{
    background-color: #005EA4;
    color:white;
}

.obj_galley_link.pdf:hover{
    background-color:#FF8704;
    color: black;
}

.page_index_journal > .current_issue {
    order: 2;
}
.page_index_journal {
    display: flex;
    flex-direction: column;
}

#google_translate_element{
margin-left:30px;
}

.pkp_structure_main p{
 text-align:justify;
} 

.cmp_breadcrumbs .current  {
    background-color: rgba(255, 135, 4, 0.3);
    color: black;
    padding: 10px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius:5px;
}

#warna{
  /*background-color: yellow;*/
  border-radius:5px;
  border: none;
  color: white;
  /*padding: 5px 20px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}

#warna:hover { 
  /*background-color: #4CAF50 ;*/
  color:yellow;
}

/*
.pkp_navigation_user > li:last-child a {
  color:#ff8704;
  font-weight:700;
} */

.pkp_navigation_primary{
    font-weight:bold;
}

li.profile a {
  color:#ff8704;
  font-weight:700;
}

.profile has_tasks{
     background-color:#4CAF50;
     color:black;
}

#profile has_tasks{
     background-color: yellow;
     color:black;
}

.asa{
  background-color:#FF8704;
  display: block; 
  padding: 10px; 
  text-align: left;  
  color: #fffafa; 
  border-radius: 5px;
}
.asa:hover{
 background-color:#005EA4;
 color:white;
}

.kata{
    color:black;
}
.kata:hover{
    color:#FF8704;
}

.pkp_block.block_developed_by > .content > .title {
   background-color:#FF8704;
   color:white; 
   width: -webkit-fill-available;
   border-raidus:5px;
   padding: 10px;
}

.pkp_block.block_Keywordcloud > .title {
    background-color: #FF8704;
    width: -webkit-fill-available;
    color:white;
}

.most_read_article_title > a {
	color:black;
}

.most_read_article_title > a:hover {
	color:#FF8704;
}

