/* @import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
  /* font-family: 'Merriweather', serif !important; */
  font-family: 'Amiri', serif !important; 
  font-weight: 400; 
}
.content-post figure iframe{
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #333;
}
/*header*/
header {
background: #026063;
height: 148px;
color: #fff;
padding: 30px 0;
border-bottom: 1px solid #fff;
}
.header-sosmed {
  font-size: 20px;
  padding: 0 5px;
  color: #fff;
}
.search-custome {
border-radius: 30px;
}
.search-hidden {
display: none;
}
.form-search {
border-radius: 30px 0px 0 30px;
background-color: transparent;
color: #fff;
}
.form-search::placeholder { 
color: #fff;
}
.form-control:focus {
color: #fff;
background-color: transparent;
}
.img-baca {
width: 82px;
height: 82px;
}
.img-logo {
margin: auto;
display: block;
width: 359px;
}
/*end header*/

/*navbar*/
.navbar-custome {
background-color: #026063;
color: #fff;
}
.navbar-center {
margin: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 19px;
padding-left: 19px;
}
.navbar-nav .nav-link {
color: #fff;
font-size: 16px;
}
.navbar-brand {
display: none;
}
/*navbar end*/

/*owl*/
.owl-theme .owl-controls .owl-pagination {
display: none !important;
}

.owl-carousel {
width: auto;
}

.owl-theme .owl-controls {
margin-top: 20px;
text-align: center;
position: absolute;
top: 0;
right: 0;
margin-top: -64px;
margin-right: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
font-size: 11px;
color: #999999;
width: 20px;
height: 20px;
line-height: 18px;
text-align: center;
background: transparent;
border: 1px solid #cccccc;
margin-left: 2px;
outline: none;
padding: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
opacity: 1;
margin: 0 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
color: #ffffff;
background: #f44336;
border: 1px solid #f44336;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
content: '\f104';
font-family: 'FontAwesome';
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
content: '\f105';
font-family: 'FontAwesome';
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
color: #999999;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
color: #ffffff;
}
/*owl end*/

/*slider*/
.image-slider {
width: 100%;
}

.image-slider ul {
padding: 0;
margin: 0;
}

.image-slider .bx-wrapper .bx-viewport {
background: transparent;
}

.image-slider .bx-wrapper .bx-pager, .image-slider .bx-wrapper .bx-controls-auto {
bottom: inherit;
top: 30px;
right: 30px;
width: auto;
padding-top: 0;
}

.image-slider .bx-controls-direction {
position: absolute;
width: 100%;
top: 50%;
margin-top: -35px;
height: 0px;
}

.image-slider .bx-wrapper .bx-prev {
width: 55px;
height: 55px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
left: 30px;
}

.image-slider .bx-wrapper .bx-prev:hover, .image-slider .bx-wrapper .bx-next:hover {
background: rgba(51,51,51,0.5);
}

.image-slider .bx-wrapper .bx-prev:hover:before, .image-slider .bx-wrapper .bx-next:hover:before {
color: #fff;
}

.image-slider .bx-wrapper .bx-next {
width: 55px;
height: 55px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
right: 30px;
}

.image-slider .bx-wrapper .bx-prev:before {
margin-top: -26px;
margin-left: -10px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.image-slider .bx-wrapper .bx-next:before {
margin-top: -26px;
margin-left: -5px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}

.image-slider .image-post {
width: 100%;
}

.image-slider .image-post .hover-box {
bottom: 0px;
}

.image-slider .image-post .hover-box .inner-hover h2 {
font-size: 30px;
font-weight: 900;
line-height: 36px;
}

.image-slider .image-post:hover .hover-box {
background: transparent;
}

.image-slider .image-post:hover .hover-box .inner-hover {
background: rgba(17, 17, 17, 0) !important;
background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95))) !important;
background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0) !important;
}

.image-slider .image-post:hover .hover-box .inner-hover h2 a {
color: #ffffff !important;
}

.image-slider .image-post:hover .hover-box .inner-hover h2 a:hover {
opacity: 0.7;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li {
color: #ffffff;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a {
color: #ffffff;
}

.image-slider .image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
opacity: 0.7;
}

.image-slider .image-post:hover .hover-box .inner-hover p {
color: #ffffff;
}

section.big-slider {
padding: 20px 0 25px;
background: #fff;
overflow: hidden;
}

section.big-slider .bx-wrapper .bx-pager {
/* position: relative; */
width: 100%;
top: inherit;
right: inherit;
text-align: center;
margin-top: 25px;
}

section.big-slider .bx-wrapper .bx-pager.bx-default-pager a {
border-color: #d9d9d9;
}

section.big-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
border-color: #026063;
background: #026063;
}

section.big-slider .bx-viewport {
overflow: visible !important;
margin-left: -5px;
margin-right: -5px;
width: auto !important;
}

section.big-slider .big-bxslider li {
padding: 0 5px;
}

section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
/* text-transform: uppercase; */
font-size: 30px;
font-weight: 900;
line-height: 36px;
max-height: 72px;
max-width: 880px;
margin: 10px auto;
}
.news-post {
position: relative;
} 

.news-post .post-gallery {
position: relative;
}

.news-post a.category-post {
position: absolute;
bottom: 20px;
left: 20px;
}
.image-post2 {
position: relative;
}

.image-post2 .hover-box {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
display: block;
}

.image-post2 .hover-box .inner-hover {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 0 40px;
text-align: center;
margin-top: -40px;
}

.image-post2 .hover-box a.category-post {
position: relative;
bottom: inherit;
left: inherit;
}

.image-post2 .hover-box h2 {
color: #333333;
font-size: 13px;
/* font-family: 'Lato', sans-serif; */
font-weight: 700;
line-height: 20px;
margin: 0 0 10px;
font-size: 18px;
line-height: 24px;
margin-bottom: 7px;
margin-top: 10px;
max-height: 48px;
overflow: hidden;
}

.image-post2 .hover-box h2 a {
font-size: 38px;
display: inline-block;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
color: #ffffff;
}

.image-post2 .hover-box h2 a:hover {
opacity: 0.7;
}

.image-post2 .hover-box ul.post-tags li {
color: #ccc;
}

.image-post2 .hover-box ul.post-tags li a {
color: #ccc;
}

.image-post2 .hover-box ul.post-tags li a:hover {
color: #f44336;
}

.image-post2 div.post-content {
padding: 16px 16px 0;
}

.image-post2 div.post-content p {
margin-bottom: 3px;
}

.image-post2 div.post-content p a {
display: inline-block;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
color: #f44336;
text-decoration: underline;
}

.image-post2 div.post-content p a:hover {
opacity: 0.7;
}

.image-post2 div.post-content>a {
margin-top: 12px;
}
.cover-slider {
  width: 100%;
  height: 449px;
  object-fit: cover;
  opacity: .6;
}

.bx-controls-direction {
  position: inherit;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
}

.bx-wrapper .bx-prev {
  width: 30px;
  left: 0px;
  height: 100%;
  background: transparent;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -5px;
  text-indent: 0 !important;
  font-size: 32px;
  color: #fff;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-next {
  width: 30px;
  height: 100%;
  background: transparent;
  right: 0;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -5px;
  text-indent: 0 !important;
  font-size: 32px;
  color: #fff;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  text-indent: -9999px;
  /*z-index: 9999;*/
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255,255,255,0.5);
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
  border: 2px solid rgba(255,255,255,1);
}
/*slider end*/

/*footer*/
footer {
background: #026063;
color: #fff;
padding: 20px 0;
}
.img-footer {
width: 232px;
}
.follow {
margin-right: 15%;
font-size: 16px;
margin-bottom: 5px;
}
.footer-sosmed {
font-size: 26px;
padding: 0 6px;
color: #fff;
}
.hr-footer {
border-top: 1px solid rgb(255 255 255);
}
.copyright {
font-size: 14px;
text-transform: uppercase;
}
.quick-links {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
/* font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
.menu-footer {
margin-bottom: 0;
text-transform: uppercase;
color: #fff;
padding: 0 8px;
font-size: 16px;
}
.custom-footer-right {
text-align: right;
}
/*footer end*/

/*content home*/
.content {
padding: 20px 0px
}
.subtitle {
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.subtitle .part-title {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.part-title {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}

.card.news {
  margin-bottom: 22px;
  border: none;
}
.card-body {
  padding: 0;
}
.scale-news {
  width: 100%;
  height: 166px;
  object-fit: cover;
}
.scale-faq {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.scale-faq2 {
  width: 130px;
  height: 103px;
  object-fit: cover;
}
.custom-br {
  border-radius: 8px;
}
.card-date {
  color: #F0771E;
  font-size: 15px;
}
.card-title {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 8px;
}
.btn-category {
  display: block;
  position: relative;
  margin: -35px auto 0;
  background-color: #026063;
  border: none;
  padding: 3px 10px;
  font-size: 15px;
}
.btn-category:hover {
  background-color: #027c80;
  border-color: #027c80;
} 
.media-body.faq {
  margin: auto;
  font-size: 22px;
}
.carousel-indicators {
position: static;
}
.carousel-indicators li {
width: 300px;
height: 100%;
opacity: 0.8;
}
.video {
width: 65%;
}
.video-tab {
width: 33%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #222;
}
.scale-video {
  width: 97px;
  height: 65px;
  object-fit: cover;
}
.kirim-tulisan{
  font-size: 18px;
}
.video-title {
font-size: 14px;
}
.video-youtube {
width: 100%;
height: 315px;
}
.video-date {
font-size: 12px;
}
/*end content home*/

/*detail content*/
.breadcrumb-item+.breadcrumb-item::before {
content: ">>";
}
.category-detail {
display: inline-block;
padding-bottom: 7px;
font-size: 24px;
border-bottom: 1px solid #f44336;
}
.title-detail {
margin-top: 20px;
margin-bottom: 30px;
padding-bottom: 7px;
font-size: 30px;
border-bottom: 1px solid #f44336;
}
.datetime {
font-size: 16px;
color: #888;
font-weight: 700;
}
.img-detail {
width: 100%;
border-radius: 10px;
}
.reseources {
margin: 20px 0;
font-style: italic;
color: #888;
width: 100%;
text-align: center;
display: block;
}
.share {
width: 100%;
text-align: right;
display: block;
margin-top: 15px;
margin-bottom: 20px;
}
.share-whatsapp {
color: #4CAF50;
font-size: 20px;
margin: 0 5px;
}
.share-facebook {
color: #3B5999;
font-size: 20px;
margin: 0 5px;
}
.share-twitter {
color: #03A9F4;
font-size: 20px;
margin: 0 5px;
}
.share-linkedin {
color: #0077B7;
font-size: 20px;
margin: 0 5px;
} 
.content-post{
  font-size: 18px !important;
}
.content-tags {
color: #898989;
font-size: 18px;
padding-top: 27px;
padding-bottom: 27px;
border-top: 1px solid #f44336;
border-bottom: 1px solid #f44336;
}
.content-tags a{
color: #898989;
}
.content-tags a:hover{
color: #333;
}
.scale-writer {
width: 108px;
height: 120px;
object-fit: cover;
}
.jl-post {
color: #027c80;
}
.profile {
margin-top: 6px;
font-size: 18px;
color: #000;
}

.video-youtube-detail {
width: 100%;
height: 455px;
}
.btn-sanad {
background-color: #026063;
border: 0;
margin: 4px;
}
/*end detail content*/

/*sidebar top*/
.trending-number {
  font-size: 24px;
  margin-right: .8rem;
  margin-top: 3px;
}
.trending-category {
  color: #026063;
  font-size: 16px;
  text-transform: uppercase;
}
.trending-title {
  font-size: 18px;
}
/*end sidebar top*/

/*kontributor*/
.img-br {
border-radius: 8px 8px 0 0;
width: 100%;
height: 184px;
object-fit: cover;
}
.card-penulis {
background-color: #286063;
margin: auto;
text-align: center;
width: 100%;
padding: 20px 0;
border-radius: 0 0 8px 8px;
}
.card-penulis a{
color: #fff;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #286063;
border-color: #286063;
}
.page-link {
color: #286063;
}
/*end kontributor*/


/*komentar*/
.card.comment {
border-right: 0;
border-left: 1px;
border-radius: 0;
border-color: #F0771E;
}
.card.comment .card-header {
background-color: transparent;
border: 0;
text-align: center;
}
.card.comment .form-control:focus {
color: #000;
}
.btn-link {
font-size: 18px;
color: #898989;
}
.btn-link:hover {
color: #898989;
text-decoration: none;
}
form.comment-form {
border-top: 1px solid #F0771E;
padding-top: 20px;
}
.comment-box {
padding: 20px 0;
border-top: 1px solid #F0771E;
}
.comment-name {
font-size: 16px;
}
.comment-date {
  font-size: 16px;
color: #8D92A3;
}
.comment-date i {
padding: 0 6px;
font-size: 8px;
}
.comment-space {
margin: 12px 0;
font-size: 16px;
}
/*end komentar*/
/*-------------------------------------------------*/

/* Responsive Part */
@media screen and (max-width: 1300px) {
.navbar-custome {
  padding: 18px 5%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 18px;
  padding-left: 18px;
}
}
@media screen and (max-width: 1024px) {
.navbar-custome {
  padding: 18px 2%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
}
.video {
  width: 60%;
}
.video-tab {
  width: 38%;
}
}
@media screen and (max-width: 991px) {
header {
  display: none;
}
.navbar-brand {
  display: inherit;
  width: 180px;
}
.search-hidden {
  display: flex;
}
.video-youtube-detail {
  height: 290px;
}
}
/*ipad*/
@media screen and (max-width: 768px) {
header {
  display: none;
}
.navbar-custome {
  padding: 8px 2%;
}
.hidden-ipad {
  display: none;
}
.cover-slider {
    width: 100%;
    height: 300px;
    opacity: .6;
}
.custom-footer-left {
  text-align: center;
  margin-bottom: 5px;
}
.custom-footer-right {
  text-align: center;
}
.video {
  width: 100%;
}
.video-tab {
  width: 100%;
}
}

/*mobile*/
@media screen and (max-width: 575.98px) {
.cover-slider {
    width: 100%;
    height: 250px;
    opacity: .6;
}
.cover-post {
    width: 100%;
    height: 250px;
}
.title-post {
    font-size: 2rem;
}
.image-slider .bx-controls-direction {
    display: none;
}
.bx-pager.bx-default-pager {
    display: none;
}
.image-post2 .hover-box .inner-hover {
    padding: 0 10px;
}
.image-slider .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
}
.image-post2 .hover-box h2 a {
    font-size: 22px;
    line-height: 24px;
}
.subtitle {
    margin-top: 20px;
}
.img-footer {
  width: 80%;
  margin: 0 auto 26px;
  display: block;
}
.sosmed {
  text-align: center;
}
.follow {
  margin-right: 0;
}
.scale-news {
  height: 230px;
}
.scale-faq {
  height: 230px;
}
.video-youtube-detail {
  height: 230px;
}
.responsive-sidebar {
  padding: 0 15px;
}
}

/*-------------------------------------------------*/

/* =  Sidebar style
/*-------------------------------------------------*/

.sidebar {
  padding: 30px 0;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar ul.social-share {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.sidebar ul.social-share li {
  width: 48%;
  float: left;
  list-style: none;
  margin-right: 4%;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fafafa;
}

.sidebar ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  margin-right: 16px;
}

.sidebar ul.social-share li a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 100%;
  width: 0;
  height: 0;
}

.sidebar ul.social-share li a.rss {
  background: #f0771e;
}

.sidebar ul.social-share li a.rss:after {
  border: 4px solid #f0771e;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.facebook {
  background: #436feb;
}

.sidebar ul.social-share li a.facebook:after {
  border: 4px solid #436feb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.twitter {
  background: #43c9eb;
}

.sidebar ul.social-share li a.twitter:after {
  border: 4px solid #43c9eb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.sidebar ul.social-share li a.instagram {
  background: #f14133;
}

.sidebar ul.social-share li a.instagram:after {
  border: 4px solid #f14133;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a.tiktok {
  background: #242424;
}

.sidebar ul.social-share li a.tiktok:after {
  border: 4px solid #242424;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
} 

.sidebar ul.social-share li a:hover {
  opacity: 0.7;
}

.sidebar ul.social-share li span {
  display: block;
  margin: 0;
  color: #999999;
  font-size: 12px;
  /* font-family: 'Lato', sans-serif; */
  font-weight: 700;
  line-height: 15px;
}

.sidebar ul.social-share li span.number {
  color: #333333;
  margin-top: 5px;
}

.sidebar ul.social-share li:nth-child(2n) {
  margin-right: 0;
}

.popular-categories-list{
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
} 

.img-circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: auto;
}


.card-penulis {
  background-color: #fff;
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  border-radius: 0 0 8px 8px;
}
.card-penulis a{
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

ul.autor-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

ul.autor-list>li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

ul.autor-list>li .autor-box {
  padding: 30px;
  background: #fafafa;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.autor-list>li .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ul.autor-list>li .autor-box .autor-content {
  margin-left: 120px;
}

ul.autor-list>li .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}

ul.autor-list>li .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
  /* font-family: 'Lato', sans-serif; */
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}

ul.autor-list>li .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
  /* font-family: 'Lato', sans-serif; */
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}

ul.autor-list>li .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}

ul.autor-list>li .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}

ul.autor-list>li .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}

ul.autor-list>li .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
  margin-left: 7px;
}

ul.autor-list>li .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
}

ul.autor-list>li .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #f44336;
}

ul.autor-list>li .autor-box .autor-content p {
  margin: 0;
}

ul.autor-list>li .autor-last-line {
  overflow: hidden;
  padding: 10px 30px;
}

ul.autor-list>li .autor-last-line ul.autor-tags {
  margin: 0;
  padding: 0;
  float: left;
}

ul.autor-list>li .autor-last-line ul.autor-tags li {
  display: inline-block;
  margin-right: 3px;
}

ul.autor-list>li .autor-last-line ul.autor-tags li span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  /* font-family: 'Lato', sans-serif; */
  line-height: 30px;
  padding-right: 3px;
}

ul.autor-list>li .autor-last-line ul.autor-tags li span i {
  margin-right: 10px;
  color: #999999;
  font-size: 18px;
}

ul.autor-list>li .autor-last-line ul.autor-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  /* font-family: 'Lato', sans-serif; */
  padding: 6px 10px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

ul.autor-list>li .autor-last-line ul.autor-tags li a:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}

ul.autor-list>li .autor-last-line a.autor-site {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  text-decoration: underline;
  color: #33a3f1;
  font-size: 13px;
  line-height: 30px;
  /* font-family: 'Lato', sans-serif; */
}

ul.autor-list>li .autor-last-line a.autor-site:hover {
  opacity: 0.7;
}

ul.autor-list>li:hover .autor-box {
  border-color: #999999;
}
