/* 5fcxxxb71 */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4f4f4f;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #292929;
  font-weight: bold;
}
a {
  color: #98777b;
}
a:hover {
  color: #36a749;
}
a.no-text-decoration {
  text-decoration: none;
}
a.text-link {
  text-decoration: none;
}
a.text-link:hover {
  text-decoration: underline;
}
.single-col-max-width {
  max-width: 820px;
}
.single-form-max-width {
  max-width: 600px;
}
.btn {
  font-weight: bold;
  padding: 0.375rem 1rem;
  height: 2.75rem;
  outline: none;
}
.btn:focus,
.btn.focus {
  box-shadow: none !important;
  transition: all 0.4s ease-in-out;
  outline: none;
}

.text-soft-red {
    color: #fb7a6a;
}

@media (prefers-reduced-motion: reduce) {
  .btn:focus,
  .btn.focus {
    transition: none;
  }
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active {
  color: #fff;
  background: #98777b;
  border-color: #98777b;
}
.form-control {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  height: 2.75rem;
  border-color: #c2c2c2;
}
.form-control::-webkit-input-placeholder {
  color: #8f8f8f;
}
.form-control:-moz-placeholder {
  color: #8f8f8f;
}
.form-control::-moz-placeholder {
  color: #8f8f8f;
}
.form-control:-ms-input-placeholder {
  color: #8f8f8f;
}
.theme-bg-light {
  background: #fafafa !important;
}
.theme-bg-dark {
  background: #223142 !important;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 280px;
  background: #98777b;
  color: #fff;
}
.header .blog-name {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.header .blog-name a {
  color: #fff;
}
.header .blog-name a:hover {
  text-decoration: none;
}
.header .btn-primary {
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  font-size: 1rem;
  padding-top: 0.5rem;
}
.header .btn-primary:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent;
}
.header .navbar {
  padding: 2rem 1rem;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-dark .navbar-toggler {
  border-radius: 2px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0.25rem 0.6rem;
}
.header .navbar-dark .navbar-toggler:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header .nav-item {
  font-weight: bold;
}
.header .nav-item .nav-link.active {
  color: rgba(0, 0, 0, 0.5);
}
.header .nav-item .nav-link.active:hover {
  text-decoration: none;
}
.header .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.header .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.profile-section .profile-image {
  max-width: 160px;
}
.profile-section .bio {
  font-size: 0.875rem;
}
.profile-section .bio a {
  color: #fff;
  text-decoration: underline;
}
.profile-section .bio a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.social-list a {
  width: 32px;
  height: 32px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .social-list a {
    transition: none;
  }
}
.social-list a:hover {
  color: #3dba52;
  background-color: rgba(255, 255, 255, 0.8);
}
.main-wrapper {
  margin-left: 280px;
  background: #fff;
}
.main-wrapper .container {
  max-width: 820px;
}
.cta-section .heading {
  font-size: 2rem;
  font-weight: bold;
}
.promo-section {
  margin-bottom: 40px;
}
.promo-section .promo-image {
  max-width: 320px;
}
.promo-section .promo-section-inner {
  background: #98777b;
}
.footer {
  color: rgba(255, 255, 255, 0.7);
}
.footer a {
  color: #fff;
}
.blog-list .item .title {
  font-size: 1.275rem;
}
.blog-list .item .title a {
  color: #292929;
}
.blog-list .item .title a:hover {
  color: #292929;
}
.blog-list .item .post-thumb {
  border-radius: 2px;
}
.blog-list .item .intro {
  font-size: 0.875rem;
}
.blog-list .item .more-link {
  font-size: 0.8125rem;
}
.meta {
  color: #8f8f8f;
  font-size: 0.8125rem;
}
.meta span {
  display: inline-block;
}
.meta span a {
  color: #8f8f8f;
}
.meta span a:hover {
  color: #4f4f4f;
}
.meta span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8f8f8f;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  top: -3px;
}
.meta span:last-child:after {
  display: none;
}
.blog-nav .nav-link {
  background: #98777b;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  position: relative;
}
.blog-nav .nav-link:hover {
  background: #3dba52;
}
.blog-nav .nav-link-prev {
  border-right: 1px solid #309441;
}
.blog-nav .arrow-prev {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  color: #fff;
}
.blog-nav .arrow-next {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  color: #fff;
}
.blog-post .title {
  font-weight: bold;
  font-size: 2rem;
}
.blog-post .blog-post-body p,
.blog-post .blog-post-body li {
  font-size: 1.125rem;
  line-height: 1.6;
}
.blog-post .blog-post-body h1,
.blog-post .blog-post-body .h1 {
  font-size: 2.125rem;
}
.blog-post .blog-post-body h2,
.blog-post .blog-post-body .h2 {
  font-size: 2rem;
}
.blog-post .blog-post-body h3,
.blog-post .blog-post-body .h3 {
  font-size: 1.75rem;
}
.blog-post .blog-post-body h4,
.blog-post .blog-post-body .h4 {
  font-size: 1.5rem;
}
.blog-post .blog-post-body h5,
.blog-post .blog-post-body .h5 {
  font-size: 1.25rem;
}
.blog-post .blog-post-body h6,
.blog-post .blog-post-body .h6 {
  font-size: 1.125rem;
}
.blog-post .image-caption {
  color: #8f8f8f;
  font-size: 0.875rem;
}
.blog-post .image-caption a {
  color: #8f8f8f;
  text-decoration: underline;
}
.blog-post .image-caption a:hover {
  color: #4f4f4f;
}
.blog-post .blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-left: 2px solid #292929;
  font-size: 1.5rem;
}
.blog-post .blockquote p {
  font-size: 1.5rem;
}
.blog-post-katakunci a.btn {
  height:auto;
  /* font-size: 2em; */
  font-weight: normal;
}
.about-section .heading {
  font-size: 2rem;
}
.about-section p,
.about-section li {
  font-size: 1.125rem;
  line-height: 1.6;
}
.about-section h1,
.about-section .h1 {
  font-size: 2.125rem;
}
.about-section h2,
.about-section .h2 {
  font-size: 2rem;
}
.about-section h3,
.about-section .h3 {
  font-size: 1.75rem;
}
.about-section h4,
.about-section .h4 {
  font-size: 1.5rem;
}
.about-section h5,
.about-section .h5 {
  font-size: 1.25rem;
}
.about-section h6,
.about-section .h6 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .theme-btn-cta {
    width: inherit;
    display: inline-block;
  }
  .cta-section .form-inline .form-control {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .blog-list .post-thumb {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog-list .post-thumb {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .header {
    position: static;
    width: inherit;
    height: auto;
  }
  .header .blog-name {
    width: 100%;
    position: absolute;
    left: 0;
    top: 1.2rem;
  }
  .header .btn-primary {
    width: 100%;
  }
  .header .navbar {
    padding: 1rem;
  }
  .main-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .signup-form .form-group {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .signup-form .form-control {
    width: 100%;
  }
  .signup-form .btn-primary {
    width: 100%;
  }
}