@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  text-rendering: optimizeLegibility;
  visibility: visible;
  color: #636363;
  position: relative;
  overflow-x: hidden;
  background: #fffeff;
  width: 100%;
}

a {
  text-decoration: none;
  color: #ff1367;
  transition: all 0.5s ease-in;
}
a:hover {
  color: #ffac14;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  color: #130007;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.003em;
  color: #636363;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  letter-spacing: 0.003em;
  color: #636363;
}

.breadcrumb {
  padding: 8px 0;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 40px;
  background: #ffebf2;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
  .breadcrumb .breadcrumb_last {
    display: none;
  }
}

.webane-wrapper {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
}

.content-area {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .content-area {
    margin-bottom: 40px;
  }
}

.post-tengah {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ane-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.ane-image img {
  width: 100%;
  height: auto;
  display: block;
}

.ane-content h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
  font-weight: 600;
}
.ane-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff1367;
  width: 11px;
  height: 100%;
  border-radius: 3px;
}
.ane-content h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
  font-weight: 600;
}
.ane-content h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff4e8d;
  width: 11px;
  height: 100%;
  border-radius: 3px;
}
.ane-content h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
}
.ane-content h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffac14;
  width: 11px;
  height: 100%;
  border-radius: 3px;
}
.ane-content p {
  color: #636363;
  margin-bottom: 30px;
}
.ane-content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.ane-content ul li {
  color: #130007;
  margin-left: 20px;
  font-size: 18px;
  list-style: none;
  position: relative;
  line-height: 1.7rem;
  padding-left: 20px;
}
.ane-content ul li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  content: "";
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 1.7rem;
  color: #ff1367;
  font-weight: 400;
}
.ane-content ul li ul {
  margin: 10px 0;
}
.ane-content ul li ul li:before {
  content: "";
  color: #ffac14;
}
.ane-content ol {
  padding: 0;
  margin: 0;
  margin-left: 25px;
  margin-bottom: 30px;
}
.ane-content ol li {
  color: #130007;
  font-size: 18px;
  list-style-type: decimal;
  line-height: 1.7rem;
  padding-left: 15px;
}
.ane-content ol li ol {
  margin: 15px 0;
  padding-left: 25px;
}
.ane-content ol li ol li {
  color: #130007;
  list-style-type: lower-alpha;
}
.ane-content .wp-block-cover {
  margin-bottom: 30px;
  text-align: center;
  height: 400px;
  background-attachment: fixed;
}
.ane-content .wp-block-cover h2 {
  margin-left: 0;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0;
}
.ane-content .wp-block-cover h2:before {
  content: "";
  background-color: transparent;
}
.ane-content .wp-block-cover-image {
  height: 400px;
  background-attachment: fixed;
}
.ane-content .wp-block-gallery {
  margin-bottom: 30px;
}
.ane-content .wp-block-gallery ul.blocks-gallery-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ane-content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
  padding: 0;
  margin: 0;
}
.ane-content .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item:before {
  content: "";
}
.ane-content .wp-block-gallery .blocks-gallery-item figure {
  margin: 3px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.ane-content .wp-block-gallery .blocks-gallery-item figure img {
  border: 1px solid #ffebf2;
}
.ane-content .wp-block-gallery .blocks-gallery-item figure figcaption {
  line-height: 1.2;
  padding: 28px 10px 9px;
}
.ane-content .wp-block-code {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
  border-bottom: 2px solid #ff1367;
  margin-bottom: 30px;
  font-family: monospace !important;
}
.ane-content .wp_syntax {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
  border: 0;
  border-bottom: 2px solid #ff1367;
  margin-bottom: 30px;
  font-family: monospace !important;
}
.ane-content .wp-embed {
  padding: 15px !important;
}
.ane-content .wp-block-image {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.ane-content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  position: relative;
}
.ane-content figcaption {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding: 10px;
  padding-bottom: 0;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  width: 100%;
}
.ane-content .wp-block-embed {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.ane-content .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 100%;
}
.ane-content .wp-block-embed .wp-block-embed__wrapper twitter-widget {
  width: 100% !important;
}
.ane-content .is-type-video {
  margin-bottom: 30px;
}
.ane-content .is-type-video .wp-block-embed__wrapper {
  margin-top: 15px;
  position: relative;
  padding-top: 30px;
  height: 0 !important;
  min-height: 0;
  padding-bottom: 47.25%;
  overflow: hidden;
  margin-bottom: 0;
}
.ane-content .is-type-video .wp-block-embed__wrapper iframe {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ane-content figure {
  margin-bottom: 30px;
}
.ane-content blockquote {
  float: left;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  border-left: 4px solid #ff1367;
}
.ane-content blockquote p {
  font-weight: 400;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.3;
}
.ane-content blockquote:before {
  content: "";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ane-content blockquote cite {
  float: center;
  font-size: 0.8rem;
  font-weight: 700;
}
.ane-content blockquote cite:before {
  content: "~";
  padding-right: 5px;
}
.ane-content .wp-block-table {
  border-collapse: collapse;
  font-size: 0.9em;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 3px solid #ff1367;
}
.ane-content .wp-block-table thead tr {
  background-color: #ff1367;
  color: #ffebf2;
  text-align: left;
}
.ane-content .wp-block-table th,
.ane-content .wp-block-table td {
  padding: 12px 15px;
}
.ane-content .wp-block-table tbody tr {
  border-bottom: 1px solid #ffebf2;
}
.ane-content .wp-block-table tbody tr:nth-of-type(even) {
  background-color: #ffebf2;
}
.ane-content .wp-block-table tbody tr .active-row {
  font-weight: bold;
  color: #ff1367;
}
.ane-content .wp-block-media-text {
  width: 100%;
  margin-bottom: 30px;
}
.ane-content .has-large-font-size {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.ane-content .wp-block-group {
  margin-bottom: 30px;
  border-bottom: 2px solid #ff4e8d;
  background: transparent;
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  max-width: 50%;
  margin-right: 30px;
  float: left;
  position: relative;
  overflow: hidden;
}
.ane-content .wp-block-group:before {
  content: "";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ane-content .wp-block-group h3, .ane-content .wp-block-group h2, .ane-content .wp-block-group h3, .ane-content .wp-block-group h4 {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
.ane-content .wp-block-group ul {
  margin-bottom: 0;
}
.ane-content .wp-block-group ul li {
  margin-left: 0;
}
.ane-content .hasil-html {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
  border-bottom: 2px solid #ff1367;
  margin-bottom: 30px;
}
.ane-content .hasil-html p {
  margin-bottom: 20px;
}
.ane-content .hasil-html p:last-child {
  margin-bottom: 0 !important;
}
.ane-content .enlighter-t-beyond {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-bottom: 13px;
  border: 0;
  border-bottom: 2px solid #ff1367;
  font-size: 15px;
}
.ane-content .enlighter-t-beyond .enlighter div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.ane-content .enlighter-default {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ane-content .wp-block-image {
    max-width: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ane-content .wp-block-image img {
    border-radius: 0;
  }
  .ane-content .wp-block-cover {
    max-width: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ane-content .wp-block-group {
    max-width: 100%;
    margin-right: 0;
  }
}

.author_bio_section {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #636363;
  position: relative;
  border-left: 3px solid #ff1367;
  overflow: hidden;
  margin-bottom: 30px;
}
.author_bio_section:before {
  content: "";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.author_bio_section h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #130007;
}
.author_bio_section .author_details {
  display: block;
  width: 100%;
  height: auto;
}
.author_bio_section .author_details img {
  width: 100px;
  height: auto;
  display: block;
  float: left;
  margin-right: 20px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}

.share-this {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.share-this .social-share-buttons {
  max-width: 100%;
  width: 100%;
  display: table;
  text-align: left;
  clear: both;
  margin-bottom: 0.75rem;
}
.share-this .social-share-buttons ul {
  margin-bottom: 0;
  padding-left: 0 !important;
  margin-left: 0;
}
.share-this .social-share-buttons ul li {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  margin-left: 10px;
  padding-right: 5px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 60px;
  height: 40px;
  text-align: left;
  list-style: none;
}
.share-this .social-share-buttons ul li:before {
  content: "";
}
.share-this .social-share-buttons ul li a {
  background-color: #ff1367;
  padding: 5px;
  border-radius: 5px;
  display: block;
  color: #fff;
}
.share-this .social-share-buttons ul li a.twitter {
  background-color: #28a6e3;
}
.share-this .social-share-buttons ul li a.whatsapp {
  background-color: #1ebea5;
}
.share-this .social-share-buttons ul li a.linkedin {
  background-color: #0077b5;
}
.share-this .social-share-buttons ul li a i {
  transform: translateX(0%);
  transition: transform 1s;
}
.share-this .social-share-buttons ul li a:hover i {
  transform: translateX(150%);
}

.ane-sosmed {
  display: block;
  width: 100%;
  height: auto;
}
.ane-sosmed ul {
  display: block;
  width: 100%;
  height: auto;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
  max-height: 35px;
}
.ane-sosmed ul li {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}
.ane-sosmed ul li a {
  overflow: hidden;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  line-height: 35px;
  display: block;
  font-size: 19px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
}
.ane-sosmed ul li a:hover.whatsapp {
  color: #fffeff;
  background-color: #04b33e;
}
.ane-sosmed ul li a:hover.twitter {
  color: #fff;
  background-color: #1DA1F2;
}
.ane-sosmed ul li a:hover.facebook {
  color: #fff;
  background-color: #4867AA;
}
.ane-sosmed ul li a:hover.youtube {
  color: #fff;
  background-color: #ff0000;
}
.ane-sosmed ul li a:hover.instagram {
  color: #fff;
  background-color: #d23095;
}
.ane-sosmed ul li a:hover.linkedin {
  color: #fff;
  background-color: #0077b0;
}

.ane-iklan {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  margin-bottom: 30px;
}
.ane-iklan .isi {
  position: relative;
  width: 300px;
  height: 250px;
  margin: auto;
  overflow: hidden;
}
.ane-iklan .isi .post-banner-info {
  position: absolute;
  right: 2px;
  top: 2px;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 14px;
}
.ane-iklan .isi-254 {
  width: 254px;
  height: 211px !important;
  display: block;
  margin: auto;
}
.ane-iklan .isi-auto {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .ane-iklan {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    background: #ffebf2;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ane-iklan .isi-auto,
.ane-iklan .isi-254,
.ane-iklan .isi {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: auto;
  }
}

.acf-map {
  width: 100%;
  height: 636px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
  float: left;
  margin-right: 10px;
}
.acf-map .marker {
  width: 100%;
  display: block;
  height: auto;
}
.acf-map .marker img {
  width: 100px;
  height: auto;
  display: block;
  float: left;
}

.wpcf7-form label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form select, .wpcf7-form textarea {
  margin-top: 15px;
  width: 100%;
  padding: 10px 15px;
  display: block;
  border: 1px solid #ffebf2;
  border-bottom: 1px solid #ff1367;
  border-radius: 20px;
  box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, 0.1);
}

.wpcf7-submit {
  display: block;
  margin: 20px 0;
  width: 100%;
  padding: 10px;
  font-size: 20px !important;
  text-transform: uppercase;
  background-color: #ff1367;
  color: #ffebf2;
  font-weight: bold;
  border: 1px solid #ffebf2;
  border-radius: 20px;
  box-shadow: 1px 1px 30px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in;
}
.wpcf7-submit:hover {
  background-color: #ffac14;
  color: #ffebf2;
}

.ane-paginasi {
  width: 100%;
  display: block;
  padding: 15px 25px;
}
.ane-paginasi ul {
  text-align: center;
}
.ane-paginasi ul li {
  display: inline-block;
  margin-right: 5px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-align: center;
}
.ane-paginasi ul li a {
  display: block;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  height: 32px;
  width: 32px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffebf2;
  color: #ff1367;
  border-radius: 3px;
}
.ane-paginasi ul li a:hover {
  background-color: #ffac14;
  color: #130007;
}
.ane-paginasi ul li span {
  display: block;
  width: 100%;
  line-height: 32px;
  height: 32px;
  width: 32px;
  background-color: #ff1367;
  color: #ffebf2;
  border-radius: 3px;
}
.ane-paginasi ul li i {
  font-size: 14px;
  line-height: 32px;
}

.owl-carousel .owl-dots {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ff1367;
  display: inline-block;
  margin-right: 3px;
  border-radius: 5px;
}
.owl-carousel .owl-dots .active {
  width: 20px;
  background-color: #ff4e8d;
}

.btn {
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 44px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.btn span {
  position: absolute;
  right: 10px;
  background: white;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  top: 10px;
  display: inline-block;
  z-index: 3;
  border: 0;
}
.btn span i {
  color: #ff1367;
  font-size: 15px;
  line-height: 35px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: white;
}
.btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.btn:hover i {
  transform: rotateY(180deg);
}

.btn-utama {
  background-color: #ff1367;
}
.btn-utama:hover {
  color: #fffeff;
  border-color: transparent;
}
.btn-utama:hover:before {
  background: #ff4e8d !important;
}

.btn-utama-2 {
  background: #ff4e8d;
}
.btn-utama-2 span i {
  color: #ff4e8d;
}
.btn-utama-2:hover {
  color: #ffebf2;
}
.btn-utama-2:hover:before {
  background: #ff1367;
}
.btn-utama-2:hover i {
  color: #ff1367;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #ff1367;
}
.btn-outline span {
  background: #ff1367;
}
.btn-outline span i {
  color: #fffeff;
}
.btn-outline:hover {
  color: #ffebf2;
}
.btn-outline:hover:before {
  background: #ff1367;
}
.btn-outline:hover span {
  background: #fffeff;
}
.btn-outline:hover span i {
  color: #ff1367;
}

.btn-alternatif {
  background: #ffac14;
  color: #fffeff;
}
.btn-alternatif span i {
  color: #ffac14;
}
.btn-alternatif:hover {
  color: #ffebf2;
}
.btn-alternatif:hover:before {
  background: #ff1367;
}
.btn-alternatif:hover i {
  color: #ff1367;
}

.btn-terang {
  background: #ffebf2;
  color: #ff1367;
}
.btn-terang span i {
  color: #ff1367;
}
.btn-terang:hover {
  color: #ffebf2;
}
.btn-terang:hover:before {
  background: #ff4e8d;
}
.btn-terang:hover i {
  color: #ff1367;
}

.buttons-excel {
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  background: #F8F8F8;
  color: #ff1367;
}

#tablewakif_filter {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}
#tablewakif_filter label [type=search] {
  border-radius: 10px;
  padding: 5px 10px;
  margin-left: 10px;
  margin-bottom: 15px;
  text-align: right;
}

#tablewakif_info {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

#tablewakif_paginate {
  display: block;
  width: 100%;
  text-align: center;
}
#tablewakif_paginate #tablewakif_previous {
  margin-right: 10px;
}
#tablewakif_paginate #tablewakif_next {
  margin-left: 10px;
}
#tablewakif_paginate span a {
  margin-left: 5px;
}
#tablewakif_paginate span a.current {
  background: #f1f1f1;
  color: #ff1367;
  padding: 5px;
}

@media (max-width: 767px) {
  .btn {
    font-size: 13px;
    padding: 15px 60px 15px 30px;
  }
  .btn span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 7px;
  }
  .btn span i {
    line-height: 30px;
  }
}
.ane-header {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0;
}
.ane-header .custom-logo-link,
.ane-header .custom-logo,
.ane-header .logo {
  display: block;
  width: 100%;
  height: auto;
}
.ane-header .custom-logo-link img,
.ane-header .custom-logo img,
.ane-header .logo img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.ane-header .desktop-menu {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  border-bottom: 2px solid #ff1367;
}
.ane-header .desktop-menu .post-tengah {
  justify-content: end;
}
.ane-header .desktop-menu #main-menu {
  display: block;
  width: 100%;
  height: auto;
  width: auto;
  border-radius: 0 0 15px 0;
}
.ane-header .desktop-menu #main-menu ul.main-menu {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
}
.ane-header .desktop-menu #main-menu ul.main-menu li {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  margin-bottom: 0;
  transition: all 0.5s ease-in;
  background-color: transparent;
  background-image: linear-gradient(to right, transparent, transparent);
}
.ane-header .desktop-menu #main-menu ul.main-menu li:last-child {
  margin-right: 0;
  border-right: 0 !important;
}
.ane-header .desktop-menu #main-menu ul.main-menu li a {
  font-size: 16px;
  line-height: 1.2;
  color: #130007;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.ane-header .desktop-menu #main-menu ul.main-menu li:hover {
  background: #ffac14;
}
.ane-header .desktop-menu #main-menu ul.main-menu li:hover a {
  color: #ffebf2;
}
.ane-header .desktop-menu #main-menu ul.main-menu li ul {
  display: block;
  left: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 999;
  background: #ffebf2 none repeat scroll 0 0;
  border-bottom: 4px solid #ff1367 !important;
  padding: 0;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
}
.ane-header .desktop-menu #main-menu ul.main-menu li ul li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
}
.ane-header .desktop-menu #main-menu ul.main-menu li ul li:after {
  content: "";
}
.ane-header .desktop-menu #main-menu ul.main-menu li ul li:last-child {
  border-bottom: 0;
}
.ane-header .desktop-menu #main-menu ul.main-menu li ul li a {
  color: #ff1367 !important;
}
.ane-header .desktop-menu #main-menu ul.main-menu li ul li:hover {
  background: #ff1367;
  color: #ffebf2 !important;
}
.ane-header .desktop-menu #main-menu ul.main-menu li ul li:hover a {
  color: #ffebf2 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ane-header .desktop-menu #main-menu ul.main-menu li ul {
    text-align: right;
  }
  .ane-header .desktop-menu #main-menu ul.main-menu li ul li {
    font-size: 1rem;
  }
}
.ane-header .desktop-menu #main-menu ul.main-menu li:hover ul {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  visibility: visible;
}
.ane-header .desktop-menu #main-menu ul.main-menu .current-menu-item,
.ane-header .desktop-menu #main-menu ul.main-menu .current_page_item {
  background-color: #ff1367;
  background-image: linear-gradient(to right, #ff1367, #ff4e8d);
}
.ane-header .desktop-menu #main-menu ul.main-menu .current-menu-item a,
.ane-header .desktop-menu #main-menu ul.main-menu .current_page_item a {
  color: #ffebf2 !important;
}
.ane-header .desktop-menu .menu {
  display: block;
  width: 100%;
  height: auto;
  width: auto;
  padding: 10px 0;
  border-radius: 0 0 15px 0;
}
.ane-header .desktop-menu .menu ul {
  padding: 10px 0;
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  list-style: none;
}
.ane-header .desktop-menu .menu ul li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
}
.ane-header .desktop-menu .menu ul li a {
  color: #130007;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ane-header .desktop-menu .menu ul {
    text-align: right;
  }
  .ane-header .desktop-menu .menu ul li {
    font-size: 1rem;
  }
}
.ane-header .search-button {
  display: block;
  width: max-content;
  height: 100%;
  background: #ff1367;
  text-align: center;
  color: #ffebf2;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  line-height: 1;
  padding: 20px 15px;
}
.ane-header .search-button:hover {
  background: #130007;
  color: #fffeff;
}
.ane-header .search-bar {
  position: absolute;
  left: 2%;
  right: 2%;
  width: auto;
  top: 2%;
  bottom: 2%;
  height: auto;
  overflow: hidden;
  max-width: 0px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.ane-header .search-bar form {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 10px 0;
}
.ane-header .search-bar form input {
  border-radius: 25px !important;
  margin-right: 25px;
  padding: 0 0 0 25px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ff1367;
}
.ane-header .search-bar form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  border: 1px solid #ffac14;
}
.ane-header .search-bar form a {
  background-color: #ff1367;
  color: #ffebf2 !important;
  padding: 5px;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  align-self: center;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
.ane-header .search-bar form a:hover {
  background-color: #ff1367;
  color: #ffebf2 !important;
}
.ane-header .primary-mobile-menu {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .ane-header {
    margin-bottom: 0;
  }
  .ane-header .primary-mobile-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .ane-header {
    margin-bottom: 0;
  }
  .ane-header .desktop-menu {
    display: none;
  }
  .ane-header .search-button {
    padding: 10px;
    z-index: 6;
    height: max-content;
    border-radius: 5px;
    font-size: 14px;
  }
  .ane-header .search-bar {
    z-index: 6;
    left: 15px;
    right: 15px;
    top: 15%;
    bottom: 15%;
  }
  .ane-header .primary-mobile-menu {
    display: block;
    position: relative;
  }
  .ane-header .primary-mobile-menu .custom-logo-link,
.ane-header .primary-mobile-menu .logo {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .ane-header .primary-mobile-menu .custom-logo-link img,
.ane-header .primary-mobile-menu .logo img {
    width: 100%;
    height: auto;
  }
  .ane-header .primary-mobile-menu .mobile-menu-list {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ff1367;
    background-image: linear-gradient(to right, #ff1367, #ff4e8d);
    overflow: hidden;
    padding-top: 0;
  }
  .ane-header .primary-mobile-menu .mobile-menu-list ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    display: flex;
    flex-direction: row;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .ane-header .primary-mobile-menu .mobile-menu-list ul li {
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    min-width: max-content;
  }
  .ane-header .primary-mobile-menu .mobile-menu-list ul li a {
    color: #ffebf2;
  }
  .ane-header .primary-mobile-menu .mobile-menu-list ul li:first-child {
    border-left: 0;
  }
  .ane-header .primary-mobile-menu .tools-mobile {
    cursor: pointer;
    display: block;
    float: right;
    font-weight: 700;
    line-height: 22px;
    padding: 4px 0 4px 5px;
    position: absolute;
    text-decoration: none;
    font-size: 20px !important;
    top: 10px;
    bottom: 10px;
    left: 85%;
  }
  .ane-header .primary-mobile-menu a.meanmenu-reveal {
    display: none;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-bar {
    min-height: 0;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 3;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-bar:after {
    color: #333;
    content: inherit;
    font-size: 21px;
    font-weight: 700;
    left: 5%;
    position: absolute;
    top: 0px;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-bar a.meanmenu-reveal {
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 4px 0 4px 5px;
    text-decoration: none;
    width: 25px;
    font-size: 25px !important;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-bar a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: 3px;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav {
    width: 99%;
    margin-top: 53px !important;
    margin: auto;
    border-radius: 0 0 10px 10px;
    background: #fffeff;
    overflow: hidden;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    margin-top: 0 !important;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li {
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li:first-child {
    border-top: 0;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li a {
    color: #130007;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-weight: bold;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li li {
    background: rgba(255, 255, 255, 0.5);
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li li a {
    opacity: 1;
    text-shadow: none !important;
    visibility: visible;
    width: 100%;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 15px;
    padding-left: 9%;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 15px;
    margin-top: 1px;
    padding: 6px 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    border: 0 !important;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .ane-header .primary-mobile-menu .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }
  .ane-header .primary-mobile-menu .mean-remove {
    display: none !important;
  }
  .ane-header .primary-mobile-menu .header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 8;
  }
}

.page-template-page-home .ane-header {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-template-page-home .ane-header {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-page-home .ane-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-page-home .ane-header {
    margin-bottom: 20px;
  }
}

.ane-meta {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ane-meta ul {
  padding: 0;
  margin: 0;
  list-style: 0;
  line-height: 1.1;
}
.ane-meta ul li {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  margin-left: 0;
  font-size: 14px;
}
.ane-meta ul li:before {
  content: "";
  padding: 0;
  margin: 0;
}
.ane-meta ul li .content-category a {
  margin-right: 5px;
  text-transform: capitalize;
  color: #ffac14;
}
.ane-meta ul li .content-category a:after {
  content: ",";
}
.ane-meta ul li .content-category a:last-child::after {
  content: "";
}

.ane-single {
  margin-bottom: 30px;
  border: 1px solid #ffebf2;
  padding: 0;
  width: 100%;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.ane-single .entry-header {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ane-single .entry-header .ane-title {
  padding: 20px 15px 0 15px;
  margin-bottom: 30px;
  text-align: center;
}
.ane-single .entry-header .ane-title h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}
.ane-single .entry-header .ane-category {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ane-single .entry-header .ane-category a {
  background: #ff1367;
  color: #ffebf2;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 0;
}
.ane-single .entry-header .ane-category a:last-child {
  margin-right: 0;
}
.ane-single .entry-header .ane-image .featured-image-caption {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  width: 100%;
}
.ane-single .entry-content {
  padding: 0 15px 30px 15px;
}
.ane-single .content-footer .ane-comment {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  position: relative;
}
.ane-single .content-footer .ane-comment iframe {
  width: 100% !important;
  max-width: none;
}
@media (max-width: 767px) {
  .ane-single .entry-header .ane-title .ane-category a {
    font-size: 14px;
    margin-right: 7px;
  }
  .ane-single .entry-header .ane-title h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .ane-single .entry-header .ane-image {
    max-width: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.ane-konten-default {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ane-konten-default .post-tengah {
  justify-content: start;
}
.ane-konten-default .entry-header {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.ane-konten-default .entry-header img {
  border-radius: 8px;
}
.ane-konten-default .post-content {
  padding-right: 15px;
}
.ane-konten-default .post-content h2 {
  font-size: 1.3rem;
}
.ane-konten-default .post-content h2 a {
  color: #130007;
}
.ane-konten-default .post-content h2 a:hover {
  color: #ff1367;
}
.ane-konten-default .post-content p {
  font-size: 17px;
  margin-bottom: 0;
}

.ane-konten-overlay {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ane-konten-overlay .entry-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
  height: 382px;
  padding: 0 30px;
}
.ane-konten-overlay .entry-header:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(4, 87, 123, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(4, 87, 123, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(4, 87, 123, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(4, 87, 123, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  content: "";
  width: 100%;
  height: 100%;
}
.ane-konten-overlay .entry-header .post-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 50px 50px 20px 50px;
  width: 100%;
  color: #fff !important;
}
.ane-konten-overlay .entry-header .post-content h2 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.ane-konten-overlay .entry-header .post-content a {
  color: #fff !important;
}
.ane-konten-overlay .entry-header .post-content a:hover {
  color: #ffebf2;
}
.ane-konten-overlay .entry-header .post-content .post-meta-info {
  margin-bottom: 0;
}
.ane-konten-overlay .entry-header .post-content .post-meta-info ul li {
  color: #fffeff;
}

.ane-konten-klasik {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ane-konten-klasik .entry-header {
  margin-bottom: 21px;
}
.ane-konten-klasik .entry-header img {
  border-radius: 6px;
}
.ane-konten-klasik .post-content {
  display: block;
  width: 100%;
  height: auto;
}
.ane-konten-klasik .post-content h2 {
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.ane-konten-klasik .post-content h2 a {
  color: #130007;
}
.ane-konten-klasik .post-content h2 a:hover {
  color: #ff1367;
}

.ane-konten-lis {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.ane-konten-lis .entry-header {
  width: 100%;
  display: block;
  padding: 0;
}
.ane-konten-lis .entry-header .ane-image {
  margin-bottom: 0;
}
.ane-konten-lis .entry-header .ane-image img {
  border-radius: 5px;
}
.ane-konten-lis .entry-content {
  display: block;
  width: 100%;
  height: auto;
}
.ane-konten-lis .entry-content h2 {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 700;
}
.ane-konten-lis .entry-content h2 a {
  color: #636363;
}
.ane-konten-lis .entry-content h2 a:hover {
  color: #ff1367;
}

.ane-konten-lis-title h2 {
  font-size: 16px;
  font-weight: 700;
}
.ane-konten-lis-title h2 a {
  color: #636363;
}
.ane-konten-lis-title h2 a:hover {
  color: #ff1367;
}

.ane-tags {
  display: block;
  width: 100%;
  height: auto;
  border-top: 1px solid #ffac14;
  padding-top: 15px;
  margin-top: 33px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.ane-tags span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2rem;
}
.ane-tags ul {
  margin: 0;
  padding: 0;
  list-style: 0;
}
.ane-tags ul li {
  padding: 0;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 5px;
  display: inline-block;
}
.ane-tags ul li:before {
  position: relative;
  content: "";
  font-size: 14px;
  color: #636363;
}
.ane-tags ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  background: #ffebf2;
  padding: 5px 15px;
  border-radius: 5px;
  display: block;
  margin: 0 3px 3px 0;
}
.ane-tags ul li a:before {
  position: relative;
  content: "#";
  font-size: 14px;
}
.ane-tags ul li a:hover {
  color: #ffebf2;
  background-color: #ff1367;
}

.ane-post-nav {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ane-post-nav .ane-image {
  margin-bottom: 0 !important;
}
.ane-post-nav .kiri {
  justify-content: start;
  text-align: left;
}
.ane-post-nav .kanan {
  justify-content: end;
  text-align: right;
}
.ane-post-nav span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2rem;
}
.ane-post-nav span i {
  font-size: 12px;
  line-height: 1.2rem;
}
.ane-post-nav a {
  color: #130007;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1rem;
}
.ane-post-nav a:hover {
  color: #ff1367;
}

.ane-comment-form {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ane-comment-form iframe {
  width: 100%;
}

.ane-terkait {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.ane-related {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.ane-related h1 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
}
.ane-related h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff1367;
  width: 11px;
  height: 100%;
  border-radius: 3px;
}
.ane-related h1.topik:before {
  background-color: #ffac14;
}
.ane-related .isi {
  padding: 0 15px;
  margin: auto;
}
.ane-related .isi .ane-konten-lis .entry-header {
  margin-bottom: 0 !important;
}
.ane-related .isi .ane-konten-lis .entry-content {
  padding: 0;
}
@media (max-width: 767px) {
  .ane-related {
    margin-bottom: 30px;
  }
  .ane-related .isi {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
  .ane-related .isi .ane-konten-lis .entry-header {
    margin-bottom: 0 !important;
  }
  .ane-related .isi .ane-konten-lis .entry-content {
    padding: 0;
  }
  .ane-related .isi .pr-0 {
    padding-right: 15px !important;
  }
}

.page-header {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-left: 1.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 100%;
  padding-right: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffebf2;
}
.page-header:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0.6rem;
  height: 1.5rem;
  background: #ff1367 none repeat scroll 0% 0%;
}
.page-header h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}

.ane-page .entry-header {
  margin-bottom: 30px;
}
.ane-page .entry-header h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
}
.ane-page .entry-header h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff1367;
  width: 11px;
  height: 100%;
  border-radius: 3px;
}

.ane-page-ns .entry-header h1 {
  text-align: center;
  font-size: 1.9rem;
}
.ane-page-ns .entry-header h1:before {
  background-color: transparent;
}
.ane-page-ns .entry-header .ane-image {
  border-radius: 8px;
  overflow: hidden;
}
.ane-page-ns .entry-content {
  width: 70%;
  margin: auto;
}
@media (max-width: 767px) {
  .ane-page-ns .entry-header .ane-image {
    max-width: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
  .ane-page-ns .entry-content {
    width: 100%;
  }
}

.ane-page-tutorial .entry-content .ane-image {
  margin-bottom: 30px;
}
.ane-page-tutorial .entry-content .ane-list-tutorial h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
  font-weight: 600;
}
.ane-page-tutorial .entry-content .ane-list-tutorial h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffac14;
  width: 11px;
  height: 100%;
  border-radius: 3px;
}
.ane-page-tutorial .entry-content .ane-list-tutorial .ane-konten-lis {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffebf2;
}
.ane-page-tutorial .entry-content .ane-list-tutorial .ane-konten-lis .entry-header .ane-image {
  margin-bottom: 0;
}

.ane-page-kontak .kontak-konten {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 31px;
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border-radius: 20px;
  padding: 15px;
  border-bottom: 2px solid #ff1367;
  position: relative;
  overflow: hidden;
}
.ane-page-kontak .kontak-konten:before {
  content: "";
  font-family: "FontAne";
  color: rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ane-page-kontak .kontak-konten .alamat h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.ane-page-kontak .kontak-konten .alamat p {
  font-size: 16px;
  margin-bottom: 0;
}
.ane-page-kontak .kontak-konten .kontak p {
  font-size: 16px;
  margin-bottom: 10px;
}
.ane-page-kontak .kontak-map .acf-map {
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff1367;
}

.featured-image-caption {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  font-style: italic;
  width: 100%;
}

.ane-box {
  border: 1px solid #ffebf2;
  border-radius: 8px;
  border-bottom: 2px solid #ff1367;
}

.ane-judul-arsip {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ane-judul-arsip h1 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
.ane-judul-arsip h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ff1367;
  width: 11px;
  height: 100%;
  border-radius: 3px;
}
.ane-judul-arsip .author_bio_section h1 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ane-judul-arsip .author_bio_section {
    padding: 15px;
  }
  .ane-judul-arsip .author_bio_section h1 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 65px;
  }
  .ane-judul-arsip .author_bio_section .author_details {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ane-judul-arsip .author_bio_section .author_details img {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .ane-judul-arsip .author_bio_section .author_details .deskripsi {
    display: none;
  }
}

.ane-konten-arsip {
  display: block;
  width: 100%;
  height: auto;
}
.ane-konten-arsip .ane-konten-overlay {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ane-konten-arsip .ane-konten-overlay {
    margin-bottom: 20px;
  }
  .ane-konten-arsip .ane-konten-overlay .entry-header {
    max-width: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    height: 214px;
    border-radius: 0;
  }
  .ane-konten-arsip .ane-konten-overlay .entry-header .post-content {
    padding: 15px 15px 25px 15px;
  }
  .ane-konten-arsip .ane-konten-overlay .entry-header .post-content h2 {
    font-size: 1.1rem;
  }
  .ane-konten-arsip .ane-konten-lis {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffebf2;
  }
  .ane-konten-arsip .ane-konten-lis:last-child {
    border-bottom: 0;
  }
  .ane-konten-arsip .ane-konten-lis .entry-content h2 {
    font-size: 1rem;
    font-weight: 500;
  }
}

.section-title {
  position: relative;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-left: 1.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 100%;
  padding-right: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffebf2;
}
.section-title:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0.6rem;
  height: 1.5rem;
  background: #ffac14;
  border-radius: 0 4px 4px 0;
}
.section-title .section-title-item {
  cursor: pointer;
  color: inherit;
  text-decoration: none !important;
  outline: currentcolor none 0px;
}
.section-title .section-title-item a h1 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  color: #122947;
}
.section-title a.lainnya {
  cursor: pointer;
  color: inherit;
  text-decoration: none !important;
  outline: currentcolor none 0px;
  float: right;
  font-size: 0.9rem;
  line-height: 1;
  color: #130007;
}
.section-title a.lainnya i {
  font-size: 10px;
  font-weight: bold;
  margin-left: 8px;
}

.ane-landing-page {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.ane-landing-page .news-featured {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 80px;
}
.ane-landing-page .news-featured .container {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  border-radius: 8px;
  border: 1px solid #ffebf2;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 2px solid #ffac14;
}
.ane-landing-page .news-featured .container:hover {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 2px solid #ff4e8d;
}
.ane-landing-page .news-featured .ane-konten-overlay {
  margin-bottom: 0;
}
.ane-landing-page .news-featured .ane-konten-overlay .entry-header {
  height: 560px;
  margin-bottom: 0;
}
.ane-landing-page .news-featured .ane-konten-overlay .entry-header .post-content {
  text-align: center;
  padding: 20px 20px 50px 20px;
}
.ane-landing-page .news-featured .ane-konten-overlay .entry-header .post-content h2 {
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: 800;
}
.ane-landing-page .news-featured .home-featured-right .ane-konten-lis {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.ane-landing-page .news-featured .home-featured-right .ane-konten-lis .entry-content h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.ane-landing-page .news-featured .home-featured-right .ane-konten-lis:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ane-landing-page .news-featured .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 15px;
}
.ane-landing-page .konten-populer {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.ane-landing-page .konten-populer h1 {
  color: #ff1367;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 15px;
  display: block;
  width: max-content;
  margin-left: 10px;
  z-index: 1;
  position: relative;
}
.ane-landing-page .konten-populer .isinya {
  border: 1px solid #ff1367;
  padding: 30px 15px 15px 15px;
  margin-top: -15px;
  border-radius: 10px;
}
.ane-landing-page .konten-populer .isinya .ane-konten-lis-title {
  margin-bottom: 0;
}
.ane-landing-page .konten-populer .isinya .ane-konten-lis-title h2 {
  font-weight: 500;
  font-size: 0.9rem;
}
.ane-landing-page .konten-populer .isinya ol {
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  counter-reset: hitungan;
}
.ane-landing-page .konten-populer .isinya ol li {
  counter-increment: hitungan;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffebf2;
  position: relative;
  padding-left: 20px;
}
.ane-landing-page .konten-populer .isinya ol li:before {
  content: counter(hitungan) ". ";
  color: red;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.ane-landing-page .konten-populer .isinya ol li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ane-landing-page .box-iklan {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.ane-landing-page .news-default {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.ane-landing-page .news-default .container {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  border: 1px solid #ffebf2;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  border-radius: 8px;
  border-bottom: 2px solid #ff1367;
}
.ane-landing-page .news-default .container:hover {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 2px solid #ffac14;
}
.ane-landing-page .news-default .ane-konten-overlay {
  margin-bottom: 0;
}
.ane-landing-page .news-default .ane-konten-overlay .entry-header {
  height: 544px;
}
.ane-landing-page .news-default .ane-konten-overlay .entry-header .post-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
}
.ane-landing-page .news-default .ane-konten-lis .entry-content h2 {
  font-weight: 600;
  font-size: 0.9rem;
}
.ane-landing-page .box-tutorial {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.ane-landing-page .box-tutorial .container {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  border: 1px solid #ffebf2;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  border-radius: 8px;
  border-bottom: 2px solid #ff1367;
}
.ane-landing-page .box-tutorial .container:hover {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 2px solid #ffac14;
}
.ane-landing-page .box-tutorial .ane-konten-overlay {
  margin-bottom: 0;
}
.ane-landing-page .box-tutorial .ane-konten-overlay .entry-header {
  height: 554px;
  margin-bottom: 0;
}
.ane-landing-page .box-tutorial .ane-konten-overlay .entry-header .post-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
}
.ane-landing-page .box-tutorial .ane-konten-lis .entry-content h2 {
  font-weight: 600;
  font-size: 0.9rem;
}
.ane-landing-page .box-tutorial .konten-populer .ane-btn-index {
  margin-top: 10px;
  text-align: center;
}
.ane-landing-page .box-tutorial .konten-populer .ane-btn-index .btn {
  padding: 10px 30px;
  font-size: 13px;
  line-height: 1;
}
.ane-landing-page .box-tutorial .konten-populer .ane-btn-index .btn-utama {
  color: #ffebf2;
}
.ane-landing-page .news-classic {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.ane-landing-page .news-classic .container {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  border-radius: 8px;
  border-bottom: 2px solid #ffac14;
}
.ane-landing-page .news-classic .container:hover {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 2px solid #ff1367;
}
.ane-landing-page .news-classic .kiri .ane-konten-klasik .post-content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}
.ane-landing-page .news-classic .kiri .ane-konten-klasik .post-content p {
  font-size: 1rem;
}
.ane-landing-page .news-classic .kiri .ane-konten-klasik .post-content .post-meta-info {
  margin-bottom: 15px;
}
.ane-landing-page .news-classic .kanan .ane-konten-klasik .entry-header {
  margin-bottom: 15px;
}
.ane-landing-page .news-classic .kanan .ane-konten-klasik .post-content h2 {
  font-weight: 600;
  font-size: 0.9rem;
}
.ane-landing-page .news-classic .kanan .ane-konten-klasik .post-content p {
  display: none;
}
.ane-landing-page .news-classic .kanan .ane-konten-klasik .post-content .post-meta-info {
  display: none;
}
.ane-landing-page .news-classic .box-iklan {
  margin-bottom: 20px;
}
.ane-landing-page .news-sliding {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.ane-landing-page .news-sliding .container {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  border-radius: 8px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffac14;
}
.ane-landing-page .news-sliding .container:hover {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 2px solid #ff1367;
}
.ane-landing-page .news-sliding .ane-konten-overlay .entry-header {
  height: 323px;
}
.ane-landing-page .news-sliding .ane-konten-overlay .entry-header .post-content {
  padding: 20px;
}
.ane-landing-page .news-sliding .ane-konten-overlay .entry-header .post-content h2 {
  font-size: 1rem;
  font-weight: 600;
}
.ane-landing-page .news-sliding .ane-konten-overlay .entry-header .post-content .post-meta-info {
  display: none;
}
.ane-landing-page .news-sliding .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -10px;
}
.ane-landing-page .news-column {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}
.ane-landing-page .news-column .container {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  border-radius: 8px;
}
.ane-landing-page .news-column .container:hover {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border: 0;
}
.ane-landing-page .news-column .ane-konten-overlay {
  margin-bottom: 20px;
}
.ane-landing-page .news-column .ane-konten-overlay .entry-header {
  height: 213px;
}
.ane-landing-page .news-column .ane-konten-overlay .entry-header .post-content {
  padding: 15px;
}
.ane-landing-page .news-column .ane-konten-overlay .entry-header .post-content h2 {
  font-size: 1rem;
  font-weight: 600;
}
.ane-landing-page .news-column .ane-konten-overlay .entry-header .post-content .post-meta-info {
  display: none;
}
.ane-landing-page .news-column .ane-konten-lis {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffebf2;
}
.ane-landing-page .news-column .ane-konten-lis .entry-content h2 {
  font-size: 1rem;
  font-weight: 600;
}
.ane-landing-page .news-column .ane-konten-lis:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.ane-landing-page .news-column .isi-kolom:first-child .section-title:before {
  background: #ffac14;
}
.ane-landing-page .news-column .isi-kolom:last-child {
  padding-right: 15px !important;
}
.ane-landing-page .news-column .isi-kolom:last-child .section-title:before {
  background: #ff4e8d;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .ane-landing-page .berita-utama .ane-konten-overlay .entry-header {
    height: 400px;
  }
  .ane-landing-page .berita-utama .ane-konten-overlay .entry-header .post-content {
    padding: 50px 50px 75px 50px;
  }
  .ane-landing-page .berita-utama .ane-konten-overlay .entry-header .post-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ane-landing-page .berita-utama {
    margin-bottom: 50px;
  }
  .ane-landing-page .berita-utama .ane-konten-overlay {
    margin-bottom: 0;
  }
  .ane-landing-page .berita-utama .ane-konten-overlay .entry-header {
    height: 400px;
  }
  .ane-landing-page .berita-utama .ane-konten-overlay .entry-header .post-content {
    padding: 50px 50px 40px 50px;
  }
  .ane-landing-page .berita-utama .ane-konten-overlay .entry-header .post-content h2 {
    font-size: 1.5rem;
  }
  .ane-landing-page .news-default {
    margin-bottom: 50px;
  }
  .ane-landing-page .news-default .ane-konten-overlay .entry-header {
    height: 460px;
  }
  .ane-landing-page .news-default .ane-konten-overlay .entry-header .post-content {
    padding: 20px 15px 30px 15px;
  }
  .ane-landing-page .news-default .ane-konten-overlay .entry-header .post-content h2 {
    font-size: 1rem;
  }
  .ane-landing-page .news-default .ane-konten-lis .entry-content h2 {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .ane-landing-page .if-mobile {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .ane-landing-page .if-mobile .ane-konten-mobile {
    margin-top: 20px;
  }
  .ane-landing-page .if-mobile .section-title {
    margin-bottom: 0;
  }
  .ane-landing-page .if-mobile .news-default,
.ane-landing-page .if-mobile .news-classic,
.ane-landing-page .if-mobile .news-sliding,
.ane-landing-page .if-mobile .news-column,
.ane-landing-page .if-mobile .konten-populer,
.ane-landing-page .if-mobile .box-iklan {
    margin-bottom: 20px;
  }
  .ane-landing-page .if-mobile .konten-populer {
    display: none;
  }
  .ane-landing-page .if-mobile .ane-konten-overlay {
    max-width: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
  .ane-landing-page .if-mobile .ane-konten-overlay .entry-header {
    height: 225px;
    border-radius: 0;
    margin-bottom: 0;
  }
  .ane-landing-page .if-mobile .ane-konten-overlay .entry-header .post-content {
    padding: 20px 15px 25px 15px;
  }
  .ane-landing-page .if-mobile .ane-konten-overlay .entry-header .post-content h2 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
  }
  .ane-landing-page .if-mobile .ane-konten-overlay .entry-header .post-content .post-meta-info ul li {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
  }
  .ane-landing-page .if-mobile .ane-konten-lis {
    margin-bottom: 20px;
    padding: 0;
  }
  .ane-landing-page .if-mobile .ane-konten-lis .entry-content h2 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .ane-landing-page .if-mobile .ane-konten-lis .entry-content .post-meta-info ul li {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
  }
  .ane-landing-page .if-mobile .ane-konten-klasik .entry-header {
    max-width: none;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ane-landing-page .if-mobile .ane-konten-klasik .entry-header .ane-image img {
    border-radius: 0;
  }
  .ane-landing-page .if-mobile .news-sliding .ane-konten-overlay {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ane-landing-page .if-mobile .news-sliding .owl-nav {
    display: none;
  }
  .ane-landing-page .if-mobile .news-sliding .owl-dots {
    bottom: -15px;
  }
}

.right-sidebar {
  display: block;
  width: 100%;
  height: auto;
}
.right-sidebar .ane-sidebar {
  border-radius: 8px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff1367;
}
.right-sidebar .ane-sidebar h2.widget-title {
  background: linear-gradient(29.61deg, #ff1367 0%, #ffac14 50.39%, #ff4e8d 100%);
  color: #ffebf2;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
}
.right-sidebar .ane-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-sidebar .ane-sidebar ul li {
  list-style: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ffebf2;
}
.right-sidebar .ane-sidebar ul li a {
  color: #636363;
  text-transform: capitalize;
}
.right-sidebar .ane-sidebar .tagcloud a {
  background-color: #636363;
  color: #ffebf2;
  padding: 3px 8px;
  font-size: 15px !important;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.right-sidebar .ane-sidebar .tagcloud a:before {
  content: "#";
}
.right-sidebar .ane-sidebar .tagcloud a:hover {
  color: #ffebf2;
  background-color: #ff1367;
}
.right-sidebar .ane-sidebar .screen-reader-text {
  display: none;
}
.right-sidebar .ane-sidebar .post-widget .ane-konten-lis .entry-content h2 {
  font-size: 17px;
  font-weight: 700;
}
.right-sidebar .ane-sidebar .post-widget .ane-konten-lis .entry-content .ane-meta ul {
  list-style: none;
}
.right-sidebar .ane-sidebar .post-widget .ane-konten-lis .entry-content .ane-meta ul li {
  padding-left: 0;
  padding-bottom: 0;
  font-size: 14px !important;
  margin-right: 5px;
  border-bottom: 0;
  font-weight: 400;
}

.ane-cari {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.ane-cari form {
  display: flex;
}
.ane-cari form input {
  padding: 5px 10px;
  font-size: 18px;
  width: 80%;
  border: 1px solid #ff1367;
  border-radius: 8px;
}
.ane-cari form button {
  background-color: #ff1367;
  background-image: linear-gradient(to right, #ff1367, #ff4e8d);
  border: 1px solid #ff1367;
  min-width: 60px;
  padding: 5px 10px;
  font-size: 18px;
  color: #ffebf2;
  margin-left: -5px;
  border-radius: 0 8px 8px 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.ane-cari form:hover input {
  border: 1px solid #ff4e8d;
}
.ane-cari form:hover button {
  background: #ff4e8d;
}

.ane-footer {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.ane-footer .atas {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.ane-footer .atas .footer-content h2 {
  color: #ff1367;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
}
.ane-footer .atas .footer-sidebar {
  display: block;
  width: 100%;
  height: auto;
}
.ane-footer .atas .footer-sidebar h2 {
  background: #ff1367;
  color: #ffebf2;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
}
.ane-footer .atas .footer-sidebar .footer-sidebar-item {
  -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px;
  border-bottom: 2px solid #ff1367;
}
.ane-footer .atas .footer-sidebar .footer-sidebar-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ane-footer .atas .footer-sidebar .footer-sidebar-item ul li {
  list-style: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ffebf2;
}
.ane-footer .atas .footer-sidebar .footer-sidebar-item ul li a {
  color: #636363;
}
.ane-footer .bawah {
  padding: 15px 0;
  color: #636363;
  font-size: 16px;
  text-align: center;
  background: -o-linear-gradient(0deg, #ff1367 0%, #ff4e8d 43%, #fffeff 100%);
  background: linear-gradient(25deg, #ff1367 0%, #ffac14 50.39%, #ff4e8d 100%);
}
.ane-footer .bawah a {
  color: #636363;
}
.ane-footer .bawah img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ane-footer .bawah .copyright {
  margin-bottom: 20px;
}
.ane-footer .bawah .copyright .post-tengah {
  justify-content: flex-start;
}
.ane-footer .bawah .ane-project {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  color: #ffebf2 !important;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.ane-footer .bawah .ane-project .isi-menu ul li {
  display: inline-block;
  padding: 0 10px;
}
.ane-footer .bawah .ane-project .isi-menu ul li a {
  color: #ffebf2;
}
.ane-footer ul.footer-sosial {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.ane-footer ul.footer-sosial li {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #fff !important;
  text-align: center;
  border-radius: 3px;
}
.ane-footer ul.footer-sosial li a {
  color: #fffeff;
}
.ane-footer ul.footer-sosial li.whatsapp {
  background: green;
}
.ane-footer ul.footer-sosial li.facebook {
  background: #3b5998;
}
.ane-footer ul.footer-sosial li.twitter {
  background: #55acee;
}
.ane-footer ul.footer-sosial li.instagram {
  background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
}
.ane-footer ul.footer-sosial li.youtube {
  background: #b00;
}
.ane-footer ul.footer-sosial li.pinterest {
  background: #cb2027;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ane-footer .sosmed-footer:after {
    width: 100% !important;
  }
  .ane-footer .atas .isi-v2 ul li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .ane-footer .atas {
    padding: 0;
  }
  .ane-footer .atas .footer-content {
    margin-top: 30px;
    text-align: center;
  }
  .ane-footer .bawah .copyright {
    margin-bottom: 15px;
    color: #ffebf2;
  }
  .ane-footer .bawah .copyright a {
    color: #fffeff;
    font-weight: 700;
  }
  .ane-footer .bawah .copyright .post-tengah {
    display: block;
    width: 100%;
    text-align: center;
  }
  .ane-footer .bawah .ane-project {
    text-align: center;
  }
  .ane-footer .bawah .ane-project span {
    font-weight: 700;
    color: #130007;
  }
  .ane-footer .bawah .ane-project .text-right {
    text-align: center !important;
  }
}

/*# sourceMappingURL=main.css.map */
