.pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%;
}
.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}
.has_site_logo .pkp_head_wrapper {
    padding-top:1rem
  }
.menu-sidebar li {
  border: 2px solid #c6c6c6;
  border-radius:10px;
  padding:5px 0 5px;
  cursor:pointer;
  box-shadow: inset 0 0 0 0 #c6c6c6;
  -web-kit-transition: ease-out 2s;
  -moz-transition:ease-out 2s;
  transition: ease-out 2s;
  text-align: center;
  margin: 1px;
}

.menu-sidebar li:hover {
    box-shadow: inset 1000px 0 0 0 #c6c6c6;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0px;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}
.pkp_navigation_primary_wrapper {
  display:block;
  padding:5px 5px 6px 5%;
  background-image: linear-gradient(to bottom, #c8c8c7 0%,#d8d6d4 100%);
  color:#ffffff;
  border: 2px;
  border-radius: 5px;
  font-weight:bold;
}
@media (min-width:992px) {
  .pkp_block {
    padding:15px;
  }
}
.pkp_block {
    padding: 2.143rem 1.43rem;
    font-size: 1rem;
    line-height: 1.43rem
}
.pkp_block .title {
    display:block;
  padding:5px 5px 6px 5%;
  background-image: linear-gradient(to bottom, #c6c6c6 0%,#dbd8d6 100%);
  color:#000;
  border: 2px;
  border-radius: 5px;
  text-align: center;
  font-weight:bold;
}
.pkp_block .content ul li {
    line-height: 1.43rem;
    padding: .357rem 0
}

.pkp_block .content p {
    line-height: 1.785rem
}

.pkp_block .content p:first-child {
    margin-top: 0
}

.pkp_block .content p:last-child {
    margin-bottom: 0
}

.pkp_block a {
    text-decoration: none
}
.obj_issue_toc .articles > li {
	margin-bottom: 20px;
	border-bottom: solid darkseagreen;
/*	background-color: #4cbf89 !important;*/	
	background: transparent url("https://jpaps.ejournaladabiah.org/plugins/themes/default/images/pattern.png") repeat scroll 0% 0% !important;
	padding: 1rem;
	border-radius: 0rem 0rem 2rem 0rem;
	/*border-radius: 2rem 2rem 2rem 2rem;*/
	box-shadow: .2rem .2rem .1rem #1e6292;
}
.obj_issue_toc .sections:not(:first-child) {
  margin-top:1.286rem;
}
.tim-editor {
    text-align: center;
    padding: 10px 20px;
    background: linear-gradient(to right, #e0f7fa, #ffffff);
    border-radius: 15px;
    animation: fadeIn 1s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.tim-editor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.2), rgba(0, 123, 255, 0.1));
    animation: moveBackground 10s linear infinite;
    z-index: 0;
}

@keyframes moveBackground {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.tim-editor h2 {
    font-family: Georgia, serif;
    font-size: 2em;
    margin-bottom: 30px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: slideInDown 1s ease-in-out;
    position: relative;
    z-index: 2;
}

.tim-editor h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #007bff;
    margin: 10px auto 0;
    border-radius: 2px;
}

.tim-editor .editor {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #c5e7fb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.49);
    transition: transform 0.3s, box-shadow 0.3s;
    animation: fadeInUp 1s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.tim-editor .editor:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #fecb55, #fff); /* Gradient background */
}

.tim-editor .editor::before {
    content: "";
    
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0));
    background-image: url('https://jpaps.ejournaladabiah.org/public/site/images/adminjpaps/sekolah-tinggi-ilmu-administrasi-adabiah.png'); /* Ganti URL_LOGO dengan URL logo Anda */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12%; /* Atur ukuran logo sesuai kebutuhan */
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
    animation: float 5s cubic-bezier(1, -0.32, 0.05, 0.72) infinite, bubble 20s infinite;
    transform: rotate(0deg);
}
@keyframes bubble {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) translateX(10px) rotate(45deg);
    }
    50% {
        transform: translateY(-20px) translateX(-10px) rotate(0deg);
    }
    75% {
        transform: translateY(-10px) translateX(10px) rotate(45deg);
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
}
.tim-editor .editor:hover::before {
    opacity: 0.5;
    
}

.tim-editor .editor-image-wrapper {
    margin-right: 20px;
    animation: bounceIn 1s ease-in-out;
    z-index: 2;
}

.tim-editor .editor img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: transform 0.3s, box-shadow 0.3s;
    z-index: 2;
    position: relative;
}

.tim-editor .editor img:hover {
    transform: rotate(360deg);
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.6);
}

.tim-editor .editor-info {
    text-align: left;
    max-width: 500px;
    z-index: 2;
    position: relative;
}

.tim-editor .editor-info h3 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 1.2em;
    color: #007bff;
    transition: color 0.3s;
    animation: slideInRight 1s ease-in-out;
}

.tim-editor .editor-info h3:hover {
    color: #0056b3;
}

.tim-editor .editor-info p {
    margin: 5px 0;
    color: #555;
    animation: slideInLeft 1s ease-in-out;
}

.tim-editor .social-links {
    margin-top: 10px;
    animation: fadeInUp 1s ease-in-out;
}

.tim-editor .social-links a {
    margin-right: 10px;
    transition: transform 0.3s, filter 0.3s;
    position: relative;
    z-index: 2;
}

.tim-editor .social-links a:hover {
    transform: scale(1.2);
    filter: brightness(1.2);
}

.tim-editor .social-links img {
    width: 30px;
    height: 30px;
}

/* Animasi untuk tim editor */
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes slideInDown {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(0); }
}

@keyframes slideInLeft {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

@keyframes slideInRight {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(100%); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.page_editorial_team h1{
    display:none;
}