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


/* 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: 0 !important;
  padding-right: 0 !important;
}

.menu-toggle,
.menu-bar-item.slideout-toggle {
  display: none !important;
}

a.search-icon {
  color: var(--base);
}
/* 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);
}

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

/* owl caraousel styling */
.owl-carousel {
  visibility: hidden;
}
.owl-carousel.owl-loaded {
  visibility: visible;
}
.owl-carousel .owl-stage::after {
  display: none;
}

/* Slide Nav */
.owl-dots {
  text-align: center;
  margin: 20px auto;
  position: static;
  bottom: 20px;
  right: 20px;
}
.owl-dots button {
  width: 8px;
  height: 8px;
  opacity: 0.5;
  border-radius: 100px;
  margin: 0 3px;
  background: var(--base) !important;
}
.owl-dots button.active {
  opacity: 1;
  width: 15px;
  height: 15px;
  border: 2px solid #fff !important;
  background: none !important;
}
.owl-stage {
}

/* Owl Nav */
.owl-nav button {
  position: absolute;
  top: 38%;
  width: 35px;
  opacity: 1;
  height: 35px;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.owl-nav button:hover {
  opacity: 1;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev {
  left: -20px;
  background-image: url(images/arrow-left.svg) !important;
}
.owl-nav button.owl-next {
  right: -20px;
  background-image: url(images/arrow-right.svg) !important;
}

.abs .owl-dots {
  position: absolute;
  margin: 0;
  right: 20px;
}
.owl-carousel .owl-stage::after {
  display: none !important;
}

/* Archive */
.site-content .content-area {
  padding-right: 40px;
}
.post-categories {
  display: flex;
  gap: 5px;
  padding: 0;
  margin-left: 0;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.post-categories span,
.post-categories span a {
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--tax-color);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.term_list {
  display: flex;
  gap: 8px;
}
.term_list a {
  padding-bottom: 3px;
  border-bottom: 1.5px solid var(--contrast-2);
}
.post-abs {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* Archice Layout */
.featured-column .arc_box {
  display: block !important;
}
.featured-column .arc_left,
.featured-column .arc_right,
.generate-columns.tablet-grid-50.featured-column,
.generate-columns.grid-50 {
  width: 100% !important;
}
/* .featured-column .acr_img { 
  height: 330px;
}*/

.gb-block-image a {
  display: block;
  height: 100%;
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 25px;
}
.featured-column .grid {
  grid-template-columns: 1fr;
}
.grid-small,
.grid-list {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}

/* masonry-load-more */
.masonry-load-more {
  display: flex;
  justify-content: center;
}
.masonry-load-more a {
  border-radius: 8px;
}

.more-link {
  position: absolute;
  top: 0;
  right: 0;
}

/* Limite Title */
.limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.limit_three {
  -webkit-line-clamp: 3;
}
.limit_two {
  -webkit-line-clamp: 2;
}

/* Stories Slider */
.stories_slider .owl-stage-outer {
  overflow: visible;
}
img.slide {
  width: inherit !important;
}
.stories_slider .owl-dots {
  margin-top: 0;
}

/* Page Pagination */
.paging-navigation {
  margin: 0;
  border-top: 1px solid #f1f1f1;
  background: none !important;
  text-align: center;
  font-size: 14px;
  padding: 15px 0 !important;
}
.paging-navigation span,
.paging-navigation a {
  border: 1px solid #ccc;
  padding: 5px 10px !important;
  color: #333333 !important;
  border-radius: 4px;
}
.paging-navigation span.current {
  background: #fff;
  color: #fff !important;
  background: var(--contrast-2);
  border: 1px solid var(--contrast-2);
  font-weight: normal !important;
}

.container.grid-container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
a.prev,
a.next,
a.prev span,
a.next span {
  display: none;
}

/* Comment */
.comments-area {
  border: 0px solid #f1f1f1;
  padding: 0px !important;
  border-radius: 8px;
  margin-top: 25px;
  font-size: 14px;
  background: 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;
}
.comment-respond {
  margin-top: 40px;
}
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;
}

/* List Custom */
.list_custom {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.list_custom .gb-query-loop-item {
  counter-increment: my-awesome-counter;
  position: relative;
}
.list_custom .gb-query-loop-item:before {
  content: "#" counter(my-awesome-counter) "";
  position: absolute;
  top: 4px;
  left: 20px;
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: var(--accent);
}
.list_custom .generate-columns.grid-50 {
  width: 100% !important;
  margin: 0;
}

/* Title Header */
.page-header {
  margin-bottom: 30px;
}
h1.widget-title,
h1.page-title,
h2.widget-title {
  position: relative;
  display: inline-block;
}
h1.widget-title:after,
h1.page-title:after,
h2.widget-title:after {
  height: 2px;
  border-radius: 0;
  width: 50%;
  content: " ";
  background: var(--accent);
  position: absolute;
  left: 0;
  bottom: -8px;
}
.search h1.page-title {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding-bottom: 15px;
}
.search h1.page-title span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: var(--accent);
}
.search h1.page-title:after {
  display: none;
}

/* Author */
.author .page-header {
  padding: 20px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--tax-bg);
}
.author .page-header .page-title:after {
  display: none;
}
.author .page-header .avatar {
  margin-right: 20px;
  border-radius: 50px;
}

/* Popular Post */
.nq_number {
  display: none;
}
.popular_item a {
  color: var(--contrast);
  font-weight: 500;
  padding-bottom: 12px !important;
  margin-bottom: 12px !important;
  display: block;
  border-bottom: 1px solid var(--tax-bg);
}
.popular_item a:hover {
  color: var(--contrast-2);
}
.popular_item:last-child a {
  border-bottom: none;
}

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

.dynamic-entry-content a:hover {
  color: var(--accent-1);
  font-weight: 500;
  border-bottom: 1px solid var(--accent);
}

.dynamic-entry-content ul,
.dynamic-entry-content ol {
  margin: 0 0 1.5em 2em;
}
.dynamic-entry-content ul li {
  list-style: circle;
}
.also-read {
  background: #f1f1f1;
  padding: 15px;
  border-left: 5px solid var(--accent);
  padding-left: 20px;
  margin: 20px 0;
}
.also-read h2 {
  margin-bottom: 8px;
}
.also-read p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
}

/* 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;
}
/* .taxonomy-post_tag a:before { 
  content: "#";
}*/
.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;
}

/* Limit */
.limit-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 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;
}

/* .home-widget-title { 
  font-size: 40px;
  font-family: poppins;
  font-weight: 500;
  line-height: 30px;
}*/

.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);
}

@media only screen and (max-width: 768px) {
  .gb-button.slideout-toggle span.gb-button-text {
    display: none;
  }
  .toggle_button,
  .search_button {
    top: 33px;
  }
  .toggle_button {
    left: 20px;
  }
  .search_button {
    right: 20px;
  }

  .top_toggle {
    right: 20px;
  }

  .inside-right-sidebar {
    position: static;
    padding: 0;
    border: none;
  }

  .featured-column {
    margin-bottom: 25px;
  }

  .site-content {
    padding: 20px;
  }
  .site-content .content-area {
    padding-right: 0;
  }

  .is-right-sidebar {
    margin-top: 40px;
  }

  .grid {
    grid-template-columns: 100px 1fr;
    grid-gap: 20px;
  }
  .featured-column .grid {
    margin-bottom: 0;
  }

  .comments-area {
    border: none;
    padding: 20px 0 !important;
  }

  .owl-nav button {
    top: 30%;
  }
  .owl-nav button.owl-prev {
    left: -16px;
  }
  .owl-nav button.owl-next {
    right: -16px;
  }

  .gp-search-modal .gp-modal__overlay {
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: rgba(0, 0, 0, 0.65) !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background: #fff !important;
  }
  /* .featured-column .acr_img { 
    height: 200px; 
  } */
  .grid-small {
    grid-template-columns: 80px 1fr;
  }
  .post-abs {
    top: 12px;
    left: 12px;
  }
}

@media (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;
  }
}

a.gb-button-a6cdc417 .gb-icon {
  line-height: 0;
  padding-right: 0;
}

.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;
}

/* Custom */
.baca-juga-box {
  display: flex;
  border-left: 5px solid var(--accent-1);
	padding: 5px 0 5px 15px;
  margin: 24px 0;
	background-color: #f7f7f7;
	border-radius: 8px;
}
.baca-juga-label {
	font-family: Poppins;
  font-weight: bold;
  margin-bottom: 4px;
}
.baca-juga-link {
  font-weight: 500 !important;
  text-decoration: none;
  line-height: 1.4;
}

.aut-name {
  font-family: poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .aut-name {
    font-size: 17px;
    line-height: 18px;
  }
}

.aut-des {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.single-aut {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
}

.single-widget-title {
  font-size: 24px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 32px;
}

.profile-image-wrapper {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
/*   z-index: 10; */
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-des {
  text-align: center;
}

.title-aut {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

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

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


.names {
	font-family: Poppins;
	font-size: 24px;
	margin-top: -120px;
}



.masonry-load-more a {
    font-weight: 600;
}
.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;
}

/* #post-image {  
	box-shadow: 0 1px 4px rgba(0, 0, 0, .01), 0 4px 8px rgba(0, 0, 0, .02), 0 1px 24px rgba(0, 0, 0, .12);
} */

.single-image { 
	box-shadow: 0 1px 4px rgba(0, 0, 0, .01), 0 4px 8px rgba(0, 0, 0, .02), 0 1px 24px rgba(0, 0, 0, .12);
}

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

/* @media (min-width: 768px) {
  .inside-header > .site-branding,
  .inside-header > .navigation-branding,
  .inside-header > .site-logo,
  .site-branding-container,
  #site-navigation .navigation-branding .site-logo,
  #sticky-navigation .navigation-branding {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }

  #site-navigation {
    margin-left: unset !important;
    display: flex;
  }

  .site-header .main-navigation:not(#sticky-navigation) .inside-navigation {
    margin: unset;
  }

  #site-navigation,
  #primary-menu,
  .main-navigation .inside-navigation {
    flex: 1;
  }

  .main-navigation ul li:nth-child(3) {
    margin-left: auto;
  }
}
 */