/*
 Theme Name:   Droloid
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.7
*/

/* Content Area */
.site-content {
  padding: 40px 0;
}

/* Header */
.site-header {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 0;
  z-index: 9;
}
.inside-header {
  position: relative;
  flex-direction: row !important;
}
.top_nav {
  position: absolute;
  right: 0;
}
.inside-navigation.grid-container {
  justify-content: center;
}
.toggle_button,
.search_button {
  position: absolute;
}
.top_toggle {
  margin-top: 6px;
  position: absolute;
  right: 0;
  z-index: 991;
}
.toggle_button {
  left: 0;
}
.search_button {
  right: 0;
}
.menu-bar-items {
  margin-right: 10px;
  margin-left: 25px;
}
.menu-bar-items a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
a.search-icon {
  color: var(--base);
}
.menu-toggle,
.menu-bar-item.slideout-toggle {
  display: none !important;
}

/* Social Link */
.wp-block-social-links {
  margin: 0 !important;
}
.wp-block-social-links li a {
  font-size: 18px;
}

/* Breadcrumb  */
.rank-math-breadcrumb p {
  margin-bottom: 0;
}
.rank-math-breadcrumb {
  background: hsla(0, 0%, 69%, 0.15);
  border: 1px solid hsla(0, 0%, 57%, 0.31);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 4px 12px;
}

/* Main Nav */
.main-navigation ul ul {
  box-shadow: none;
  padding-bottom: 20px !important;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.03);
}

/* Archive 
.site-content .content-area {
  padding-right: 40px;
} */

/* Comment */
.comments-area {
/*   border: 0px solid #f1f1f1; */
/*   padding: 0px !important; */
/*   border-radius: 8px; */
/*   margin-top: 25px; */
/*   font-size: 14px; */
/*   background: none !important; */
  display: none !important;	
}
.comment-content {
  padding: 0;
  border: none;
  margin: 8px 0;
  padding: 10px 0 !important;
  border-radius: 8px;
}
.comment-content p {
  margin-bottom: 10px;
  line-height: 21px;
}
.comment-list .reply a {
  border-radius: 20px;
  padding: 2px 10px;
  border: 1px solid #f1f1f1;
}
.comment-list article {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
.comment-list li.depth-1 {
  border: 1px solid #f1f1f1 !important;
  padding: 20px !important;
  border-radius: 8px !important;
}
.comment .children {
  padding-left: 30px;
  margin: 20px 0 20px 20px !important;
  border-left: 0 dotted rgba(0, 0, 0, 0.09) !important;
  border-bottom: none !important;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid #f1f1f1 !important;
  border-radius: 5px !important;
  padding: 10px 15px !important;
  margin: 0 0 10px !important;
  width: 100%;
}
.comments-area .form-submit input.submit {
  border-radius: 8px !important;
  background: var(--accent) !important;
  padding: 10px 35px !important;
}
.comment-form-cookies-consent {
  font-size: 12px;
  line-height: 18px;
}
.comment-list li.depth-1 {
  border-bottom: 0px solid #f1f1f1;
  margin-bottom: 20px;
}
h3.comments-title {
  font-size: 18px;
}
.comment-meta .avatar {
  padding-top: 1px;
}
.comments-area footer.comment-meta {
  display: block;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
}
.comments-area footer.comment-meta img.avatar {
  display: none;
}
.entry-meta.comment-metadata {
  margin-top: -1.5px;
}
.entry-meta.comment-metadata a {
  color: #000;
  opacity: 0.5;
}
.comment-content {
  margin: 10px 0;
  border: 0px solid #f1f1f1;
}

/* Search Modal */
.search-modal-form {
  background: transparent !important;
}
.gp-modal__container input.search-field {
  margin: 0 !important;
  border: none !important;
}
.search-modal-fields {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* Sidebar */
.inside-right-sidebar {
  position: sticky;
  top: 120px;
}

/* Single Post Content */
.dynamic-entry-content {
  color: var(--contrast);
}
.dynamic-entry-content a:not(.baca-juga-link) {
  color: #151631;
  font-weight: 500;
  border-bottom: 2px solid var(--accent);
}

.dynamic-entry-content a:not(.baca-juga-link):hover {
  color: var(--accent-1);
  font-weight: 500;
  border-bottom: 2px solid var(--accent);
}
.dynamic-entry-content ul,
.dynamic-entry-content ol {
  margin: 0 0 1.5em 2em;
}
.dynamic-entry-content ul li {
  list-style: disc;
}

/* Blockquote */
.wp-block-pullquote {
  padding: 0;
}
blockquote {
  border-left: 5px solid var(--accent);
  padding: 20px;
  font-size: 18px;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
  text-align: left;
  line-height: 24px;
}
blockquote p {
  margin-bottom: 5px;
}
.wp-block-pullquote cite {
  font-size: 14px;
  font-weight: bold;
}

/* Pre */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* table */
.wp-block-table {
  margin-bottom: 25px;
}
.wp-block-table table {
  margin-bottom: 0;
}
.wp-block-table .wp-element-caption {
  font-size: 13px;
  margin-top: 5px;
  line-height: 19px;
}

/* Tag List */
.taxonomy-post_tag {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.taxonomy-post_tag a {
  color: #3c3c3c;
  position: relative;
  background: #f0f0f0;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 8px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.taxonomy-post_tag a:hover {
  background: #dedede;
}
.wp-block-post-terms__separator {
  display: none;
}

/* Search Form */
.search-form .search-submit {
  display: none;
}
/* 404 */
body.error404 .inside-article {
  margin: 40px auto;
  text-align: center;
}

/* TOC */
#ez-toc-container {
  background: var(--base);
  border: 1px solid var(--base);
  border-radius: 5px;
  box-shadow: none;
  padding: 0px;
  margin: 40px 0;
}
div#ez-toc-container p.ez-toc-title {
  font-weight: bold;
}
#ez-toc-container ul {
  margin-top: 10px;
  padding-left: 35px;
}
div#ez-toc-container ul li {
  font-size: 100%;
  list-style: disc;
  overflow: visible;
  padding: 5px 0;
}
#ez-toc-container a {
  color: var(--contrast) !important;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
  font-weight: 600 !important;
}
#ez-toc-container a:hover {
  color: var(--accent-1) !important;
  text-decoration: none;
}
#ez-toc-container ul.ez-toc-list-level-3 {
  margin-top: 5px;
}
#ez-toc-container ul.ez-toc-list-level-3 {
  margin-left: 0;
}
#ez-toc-container ul.ez-toc-list-level-3 li a {
  font-weight: normal !important;
}
#ez-toc-container label.cssicon {
  border: none;
  margin-top: -5px;
}

/* Featured Image Caption */
.gb-block-image figcaption,
.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0;
  line-height: 19px;
}

/* CUSTOM */
.baca-juga-box {
  display: flex;
  border-left: 5px solid var(--accent-1);
  padding: 5px 0 5px 15px;
  margin: 24px 0;
  border-radius: 8px;
}
.baca-juga-label {
  font-weight: bold;
  margin-bottom: 4px;
}
.baca-juga-link {
  font-weight: 500 !important;
  text-decoration: none;
  line-height: 1.4;
}
.box-shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.02),
    0 1px 24px rgba(0, 0, 0, 0.12);
}
/* .aut-name { 
  font-family: poppins;
}

.names {
  font-family: Poppins;
  font-size: 24px;
  margin-top: -120px;
} */
.post-container > article:not(:first-of-type) {
  margin-top: 2em;
}
.infinite-scroll-last, .infinite-scroll-error {
	display: none !important;
}
.page-load-status {
    display: none !important;
}
.wp-block-image .aligncenter,
.wp-block-gallery.has-nested-images.aligncenter {
  margin-bottom: 20px;
}

.wp-block-gallery.has-nested-images figcaption {
  font-size: 14px;
  margin-top: -10px !important;
}

.wp-block-navigation.is-vertical {
  font-size: 14px !important;
  color: var(--hover) !important;
}

.wp-block-navigation.is-vertical a:hover {
  color: var(--base) !important;
}

.adv {
  font-size: 12px;
  margin-bottom: 0px;
}
.addtoany_list,
.a2a_kit a {
  display: flex !important;
}
.a2a_kit a span {
  border-radius: 50px !important;
  padding: 4px;
}
p.gb-headline-24ef81a5,
.gb-text-8706305c {
  line-height: 1.2 !important;
}
/* .gb-container-9535921e { 
  font-family: Poppins;
}*/
.gb-container-9535921e a:hover {
  color: var(--accent) !important;
}

.single-image {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.02),
    0 1px 24px rgba(0, 0, 0, 0.12);
}

.author a:hover {
  color: var(--accent-1);
}

.gb-element-ab1ed50f {
  margin-top: auto;
}

.gb-text-fb70150c a:hover,
.gb-text-38540e95 a:hover {
  color: var(--hover);
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
  }

  nav#mobile-menu-control-wrapper {
    margin-left: 0;
    width: 100%;
  }

  .main-navigation button.menu-toggle {
    flex-grow: 0;
    margin-left: auto;
  }
  .menu-bar-items {
    margin-left: 10px;
  }

  .gb-button.slideout-toggle span.gb-button-text {
    display: none;
  }
  .top_toggle {
    right: 10px;
  }
  .inside-right-sidebar {
    position: static;
    padding: 0;
    border: none;
  }
  .site-content {
    padding: 20px;
  }
  .site-content .content-area {
    padding-right: 0;
  }
  .is-right-sidebar {
    margin-top: 40px;
  }
  .comments-area {
    border: none;
    padding: 20px 0 !important;
  }
  .gp-search-modal .gp-modal__overlay {
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: rgba(0, 0, 0, 0.65) !important;
  }
  body {
    background: #fff !important;
  }
  .aut-des {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .single-aut {
    font-weight: 600;
    font-size: 15px;
  }
  .single-widget-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
}

@media (min-width: 769px) {
  .inside-header {
    display: flex !important;
    align-items: center !important;
  }

  .main-navigation {
    margin-left: auto !important;
  }

  .main-navigation .inside-navigation {
    display: flex;
    align-items: center;
  }

  .site-logo,
  .search_button,
  .top_toggle {
    position: static !important;
    transform: none !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .inside-header {
    justify-content: space-between !important;
  }

  .main-navigation {
    margin-left: 0 !important;
  }

  .search_button {
    order: 1;
  }
  .site-logo {
    order: 2;
  }
  .main-navigation {
    order: 3;
  }
}

@media (max-width: 1024px) {
  .has-inline-mobile-toggle .mobile-menu-control-wrapper {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  a.gb-button-a6cdc417 .gb-icon svg {
    margin-left: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .separate-containers.no-sidebar .site-main {
    margin-left: 20px;
    margin-right: 20px;
  }
}
