/*
The Name: PejuangIklim
Text Domain: PejuangIklim
Version: 5.0
Description: Custom Theme Pejuang Iklim
tags: navbar, responsive, template, pejuangiklim
Author: Admin
*/


@font-face {
  font-family: 'MonumentReg';
  src: url("assets/fonts/MonumentExtended-Regular.otf"); 
}
@font-face {
  font-family: 'MonumentUltra';
  src: url("assets/fonts/MonumentExtended-Ultrabold.otf");
}


html, body {
height: 100%;
}

.floatleft {
float: left;
}

.floatright {
float: right;
}

.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

.alignright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}

.aligncenter {
display: block;
margin: 0 auto 15px;
}

a:focus {
outline: 0px solid;
}

img {
max-width: 100%;
height: auto;
}

.fix {
overflow: hidden;
}

p {
margin: 0 0 15px;
color: #444;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
margin: 0 0 15px;
color: #444;
font-weight: 500;
}

h1 {
font-size: 48px;
line-height: 50px;
}

h2 {
font-size: 38px;
line-height: 40px;
}

h3 {
font-size: 30px;
line-height: 32px;
}

h4 {
font-size: 24px;
line-height: 26px;
}

h5 {
font-size: 20px;
line-height: 22px;
}

h6 {
font-size: 16px;
line-height: 20px;
}

a {
transition: all 0.3s ease 0s;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:active, a:hover {
outline: 0 none;
}
body {
background: #fff none repeat scroll 0 0;
color: #444;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
text-align: left;
overflow-x: hidden;
line-height: 22px;
}
.gallery-wrapper {
all: initial;
}
/*--------------------------------------------------------------
# Header white
--------------------------------------------------------------*/
#header-light {
height: 123px;
transition: all 0.5s;
z-index: 997;
padding: 0 90px;
transition: all 0.5s;
background: #FFF;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header-light.header-scrolled {
background: #FFF;
height: 64px;
}

#header-light .logo h1 {
font-size: 36px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: bold;
}

#header-light .logo h1 span {
color: #3ec1d5;
}

#header-light .logo h1 a, #header-light .logo h1 a:hover {
color: #fff;
text-decoration: none;
}

#header-light .logo img {
padding: 0;
margin: 0;
max-height: 40px;
z-index: 1000;
}


@media (min-width: 992px) {
#header-light .navbar a {
color: #000;
}
#header-light .navbar a:hover, #header-light .navbar .active, #header-light .navbar .active:focus, #header-light .navbar li:hover > a {
color: #09B200;
}
#header-light .navbar  li:nth-child(1) a::after, .navbar  li:nth-child(3) a::after {
content: '/';
margin-left: 30px;
}
}
@media (max-width: 768px) {
#header-light {
height: 80px;
background: #FFF;
padding: 0 0px;
/* padding: 0 30px; */
}
#header-light .logo h1 {
font-size: 28px;
}
}
@media (min-width: 1100px) {
#header-light {
height: 
123px;
}
#header-light .logo h1 {
font-size: 28px;
}
/*
#header-light .navbar ul .active a {
color: #09B200 !important;
}
*/
}


.header-bg {
background: url(../img/background/page-header.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
padding: 120px 0 60px;
}

.header-bg::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
.header-bg {
background-attachment: fixed;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
height: 123px;
transition: all 0.5s;
z-index: 997;
padding: 0 90px;
transition: all 0.5s;
background: rgba(0, 0, 0, 0.5);
}

#header.header-scrolled {
background: rgba(0, 0, 0, 0.8);
height: 64px;
}

#header .logo h1 {
font-size: 36px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: bold;
}

#header .logo h1 span {
color: #3ec1d5;
}

#header .logo h1 a, #header .logo h1 a:hover {
color: #fff;
text-decoration: none;
}

#header .logo img {
padding: 0;
margin: 0;
max-height: 40px;
z-index: 1000;
}

@media (max-width: 768px) {
#header {
  height: 80px;
  background: rgba(0, 0, 0, 0);
  /* padding: 0 30px; */
  padding: 0 0px;
}

#header .logo h1 {
  font-size: 28px;
}
}
@media (min-width: 1100px) {
#header {
  height: 
  123px;
}
#header .logo h1 {
  font-size: 28px;
}
}

.header-bg {
background: url(../img/background/page-header.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
padding: 120px 0 60px;
}

.header-bg::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 1025px) {
.header-bg {
  background-attachment: fixed;
}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
font-family: 'MonumentReg';
letter-spacing: 3px;

}

.navbar li {
position: relative;
text-transform: uppercase;
}

.navbar a, .navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-size: 13px;
font-weight: 500;
letter-spacing: 10%;
color: #fff;
white-space: nowrap;
transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
}
/*
.navbar ul .active a {
color: #09B200 !important;
}
*/
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
color: #09B200;
text-decoration: none;
}
.navbar  li:nth-child(1) a::after, .navbar  li:nth-child(2) a::after {
content: '/';
margin-left: 30px;
}

.navbar .dropdown ul {
display: block;
position: absolute;
left: 14px;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}

.navbar .dropdown ul li {
min-width: 200px;
}

.navbar .dropdown ul a {
padding: 10px 20px;
font-size: 14px;
text-transform: none;
color: #0d2529;
}

.navbar .dropdown ul a i {
font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
color: #3ec1d5;
}

.navbar .dropdown:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
  left: -90%;
}
.navbar .dropdown .dropdown:hover > ul {
  left: -100%;
}
}

/**
* Mobile Navigation 
*/
.mobile-icon {
justify-content: space-between;
display: none;
}
.mobile-nav-toggle {
color: #000;
font-size: 45px;
text-align: center;
width: 50px;
vertical-align: center;
height: 50px;
cursor: pointer;
display: none;
background: #fff;
line-height: 0;
transition: 0.5s;
}

@media (max-width: 991px) {
.mobile-icon {
  display: grid;
}
.mobile-nav-toggle {
  display: block;
}
.navbar ul {
  display: none;
}
.btn-kirim {
  display: none;
  font-family: 'MonumentReg';
  letter-spacing: 3px;

}
.navbar  li:nth-child(1) a::after, .navbar  li:nth-child(2) a::after {
  content: '';
  margin-left: 0;
}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: transparent;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 18px;
right: 45px;
}

.navbar-mobile ul {
display: grid;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
justify-content: center;
align-items: center;
padding: 120px 0;
background-color: #FFF;
overflow-y: auto;
transition: 0.3s;
}
.navbar-mobile ul li {
display: grid;
justify-content: center;
align-self: center;
}
.navbar-mobile a {
padding: 10px 10px;
font-size: 38px;
font-weight: 400;
color: #0d2529;
font-family: 'MonumentReg';
letter-spacing: 10%;

}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
color: #09B200;
text-decoration: none;
}
#header-light .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
color: #09B200;
font-weight: 800;
text-decoration: none;
}

.navbar-mobile .getstarted {
margin: 15px;
}

.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 10px 20px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
min-width: 200px;
}

.navbar-mobile .dropdown ul a {
padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
color: #3ec1d5;
}

.navbar-mobile .dropdown > .dropdown-active {
display: block;
}

.btn-kirim {
background: #09B200;
display: grid;
height: 100%;
padding: 0 20px;
justify-content: center;
align-items: center;
}
.btn-kirim a {
color: #FFF;
font-weight: 400;
font-family: 'MonumentReg';
font-size: 13px;
letter-spacing: 10%;
}
.btn-kirim a:hover {
text-decoration: none;
color: #FFF;
}


.mobile-cerita {
display: none;
background: #09B200;
width: 90vw;
margin-top: 100px;
}
.mobile-cerita a {
color: #FFF;
font-size: 24px;
text-align: center;
padding: 15px 0;
line-height: 30px;
letter-spacing: 10%;
font-weight: 400;
font-style: normal;
text-decoration: none;
}
@media (max-width: 991px) {
.btn-kirim {
  display: none;
}
.mobile-cerita {
  display: block;
}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: auto;
background: #000;
overflow: hidden;
position: relative;
}


#hero .carousel #hero .carousel-item, #hero .carousel-item::before {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}

#hero .carousel-item {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-rows: repeat();
}



#hero .carousel-item img{
width: 100%;
height: auto;
}

#hero .carousel-item::before {
content: '';
background-color: rgba(0, 0, 0, 0.7);
}

#hero .carousel-container  {
display: grid;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 70px;
left: 0;
right: 0;
}

#hero .hero-text {
text-align: center;
display: grid;
}

#hero h2 {
color: #fff;
margin-bottom: 20px;
font-size: 78px;
font-family: 'MonumentUltra';
font-weight: 800;
letter-spacing: 2px;
font-style: normal;
line-height: 150%;
}

@media (max-width: 768px) {
#hero h2 {
  font-size: 31px;
  line-height: 1;
}
}

#hero p {
font-size: 18px;
line-height: 22px;
margin: 0 auto 30px auto;
color: #fff;
font-family: 'Sora', sans-serif;
text-align: center;
font-weight: 400;
}

@media (min-width: 1024px) {
#hero p {
  width: 60%;
}
}

@media (max-width: 768px) {
#hero p {
  font-size: 14px;
  width: 90%;
  line-height: 17px;
}
}
@media (max-width: 600px) {
#hero {
  height: auto;
}
#hero .carousel-item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}
#hero .carousel-item img{
  width: 100%;
  height: 170px;
  object-fit: cover;
}
}
#hero .btn-cerita {
justify-self: center;
margin-top: 40px;
}
#hero .btn-cerita .btn-get-started {
font-weight: 600;
font-size: 16px;
letter-spacing: 1px;
justify-self: center;
width: 165px;

height: 50px;
padding: 17px 25px;
transition: .3s;
font-family: 'Sora', sans-serif;
color: #fff;
background: #09B200;
}

#hero .btn-get-started:hover {
background: #fff;
color: #09B200;
text-decoration: none;
}

@media (max-width: 768px) {
#hero .btn-get-started{
   margin-top: 100px;
}
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/


.single-blog {
display: inline-block;
vertical-align: top;
}
.single-blog .blog-content  {
width: 85%;
background: #FFF;
position: relative;
padding: 20px 10px;
top: -35px;
}
.blog-content .date {
color: #6B6969;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
padding-bottom: 10px;
font-family: 'Sora', sans-serif;

}
.blog-content .header a { 
font-style: normal;
font-weight: bold;
font-size: 24px !important;
color:#263B56;
/* padding-bottom: 15px; */
line-height: 30px;
font-family: 'Sora', sans-serif;
}
.blog-content .header a:hover { 
color: #09B200;
text-decoration: none;
}
.blog-content .paragraf{
font-size: 16px;
line-height: 150%;
font-weight: 400;
font-family: 'Sora', sans-serif;
margin-top: 15px;

}
.blog-area .selengkapnya{
display: grid;
justify-content: center;
}
.blog-area .selengkapnya{
background: #FFF;
border: 2px solid #09B200;
padding: 10px 20px;
font-family: 'Sora', sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #09B200;
}
.blog-area .selengkapnya a:hover{
background: #09B200;
border: 2px solid #09B200;
color: #FFF;
text-decoration: none;
}
@media only screen and (max-width: 600px) {
.blog-area{
  padding: 0 20px;
}
.blog-area .blog-list {
  columns: 1;
}

.single-blog .blog-img img{
width: 100%;
}
.single-blog .blog-content {
width: 95%;
}
.blog-content .paragraf{
line-height: 24px;

}
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-area {
background: #09102C;
margin-top: 80px;
padding: 70px 100px;
position: relative;
}
.video-area .video-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.video-area h2 {
font-family: 'Sora', sans-serif;
color: #09B200;
font-size: 32px;
font-weight: bold;
font-style: normal;
line-height: 40px;
margin-top: 50px;
margin-bottom: 50px;
}
.video-content .video-img {
position: relative;
}
.single-video {
display: grid;
}
.single-video .video-img iframe {
display: none;
}
.single-video .video-content {
position: relative;
padding: 20px;
background: #09102C;
width: 90%;
top: -45px;
justify-self: center;
text-align: left;
}
.video-content .header a{
font-family: 'Sora', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
color: #09B200;
}
.video-content .header a:hover{
color: #fff;
text-decoration: none;
}
.video-content .date{
font-style: normal;
font-weight: normal;
font-size: 16px;
text-transform: uppercase;
line-height: 20px;
font-family: 'Sora', sans-serif;
color: #7B7B7B;
}
.single-video .btn-play span{
  position: absolute;
  background: #09B200;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  color: #000000;
  place-content: center;
  /* mix-blend-mode: screen; */
  border: 6px solid #fff;
  opacity: 100px;
}
.single-video .btn-play span i{
  font-size: 51px;
  color: #fff;
}
.video-area .see-more{
display: grid;
justify-content: center;
margin-bottom: 20px;
}
.video-area .see-more a{
background: #09102C;
border: 2px solid #09B200;
padding: 10px 20px;
font-family: 'Sora', sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: #09B200;
}
.video-area .see-more a:hover{
background: #09B200;
border: 2px solid #09B200;
padding: 10px 20px;
color: #FFF;
text-decoration: none;
}

@media (max-width: 600px) {
.video-area {
padding: 50px 30px;
}
.video-area .video-list {
  grid-template-columns: 1fr;
}
.video-content .header{
font-size: 15px;
}
.video-content .date{
font-size: 11px;
}
.single-video .btn-play span{
width: 50px;
left: 50%;
top: 50%;
margin-left: -25px;
margin-top: -25px;
height: 50px;
}
.single-video .btn-play span i{
  font-size: 20px; 
}
}


/* video area light  */
.video-area-light {
background: #FFF;
position: relative;
top: 90px;
}
.video-area-light .video{
display: grid;
grid-auto-flow: row;
padding: 70px 0;
background: #F3F3F3;
}
.video-area-light .video h2 {
color: #09B200;
font-size: 36px;
font-weight: normal;
font-style: normal;
line-height: 43px;
font-family: 'MonumentReg';
letter-spacing: 0.07em;
}

.video-area-light .video-content .header a:hover{
color: #263B56;
text-decoration: none;
}
.video-area-light .video span {
font-family: 'Sora', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: normal;
color: #000000;
}


.video-area-light .video-list-light {
padding: 30px 0;
}
.video-list-light .single-video .video-content {
position: relative;
padding: 20px;
background: #fff;
width: 90%;
top: -45px;
justify-self: center;
}

@media (max-width: 600px) {
.video-area-light {
text-align: center;
}
.video-area-light .video span {
font-size: 15px;
}
}
@media (max-width: 991px) {
.video-area-light {
top: 64px;
}
}
/*--------------------------------------------------------------
# Detail Video Area
--------------------------------------------------------------*/

.detail-video {
margin-top: 180px;
padding: 0;
margin-bottom: 60px;
}

.detail-video .img img {
width: 100%;
}
.detail-video .img iframe {
display: none;
}
.detail-video .header {
margin: 30px 0;
}
.detail-video .header .judul {
color: #09B200;
font-family: 'Sora', sans-serif;
font-size: 40px;
font-weight: 700;
font-style: normal;
line-height: 50.4px;
}
.detail-video .header .date {
font-size: 16px;
color: #7B7B7B;
font-family: 'Sora', sans-serif;
}
.detail-video .btn-play {
position: absolute;
background: red;
width: 70px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
height: 70px;
border-radius: 50%;
display: grid;
color: #000000;
place-content: center;
mix-blend-mode: screen;
}
.detail-video .btn-play a i {
  font-size: 40px;
}
.detail-video .konten{
font-size: 18px;
margin: 30px 0;
line-height: 27px;
font-family: 'Sora', sans-serif;
font-style: normal;
font-weight: normal;
}

@media (max-width: 600px) {
.detail-video {
margin-top: 100px;
padding: 0 20px;
}
.detail-video .header .judul {
font-size: 28px;
line-height: 38px;
}
.detail-video .header .date {
font-size: 16px;
}
.detail-video .konten p{
font-size: 16px;
}
.detail-video .btn-play a{
width: 40px;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
height: 40px;


}
.detail-video .btn-play a i {
  font-size: 20px;
}

}

@media only screen and (min-width: 600px) and (max-width: 768px) {

.detail-video .judul .header-text {
font-size: 32px;
line-height: 38px;
}
.detail-video  .judul .date {
font-size: 16px;
}
.detail-video .content p{
font-size: 16px;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
background: #FFF;
display: grid;
place-content: center;
padding: 30px 10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .logo {
display: grid;
place-content: center;
margin: 15px 0;
}
.footer .logo img {
width: 137px;
height: 42px;
}
.footer .sosmed {
margin: 15px 0; 
display: grid;
place-content: center;
grid-auto-flow: column;
gap: 10px;
}
.footer .sosmed i {
padding: 10px;
background: #fff;
box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.12) !important;
color: #263B56;
font-size: 20px;
}
.footer .partner {
margin: 15px 0;
display: grid;
grid-auto-flow: column;
justify-content: center;
align-items: center;
column-gap: 25px;
}
.footer .partner h3 {
font-weight: 600;
font-size: 18px;
font-family: 'Sora', sans-serif;
}
.footer .partner img:nth-child(2) {
width: 110.96px;
height: 35px;
}
.footer .partner img:nth-child(3) {
width: 77.47px;
height: 28.38px;
}
.footer .copyright {
margin-top: 30px;
font-weight: 400;
font-size: 14px;
color: #8C8C8C;
display: grid;
justify-content: center;
font-family: 'Sora', sans-serif;
}

/*--------------------------------------------------------------
# Cerita
--------------------------------------------------------------*/

.cerita {
margin-top: 140px;
}

/*--------------------------------------------------------------
# Detail Cerita
--------------------------------------------------------------*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
.detail-cerita-area {
/* padding: 180px 0; */
padding-top: 180px;
padding-bottom: 50px;
}

.detail-cerita-area .detail-cerita {
display: grid;
place-content: center;
row-gap: 30px;
width: 100%;
height: auto;
}
.detail-cerita .header {
align-items: center;
display: grid;
row-gap: 20px;
justify-content: center;
}
.detail-cerita .header .header-text {
color:#000000;
text-align: center;
font-weight: 600;
font-size: 46px;
font-style: normal;
font-family: 'Sora', sans-serif;
line-height: 137%;
}
.detail-cerita .header .date {
text-align: center;
font-family: 'Sora', sans-serif;
color: #6B6969;
font-style: normal;
font-weight: normal;
line-height: 20px;
font-size: 16px;
}
.detail-cerita .img {
position: relative;
width: 100%;
}

.detail-cerita .content p {
font-family: 'Sora', sans-serif;
line-height: 27px;
font-size: 18px;
}
@media (max-width: 768px) {
.detail-cerita .img {
  position: relative;
  width: 100%;
  height: 374px;
}
}

@media (max-width: 600px) {
.detail-cerita-area {
  padding: 90px 20px;
}
.detail-cerita .img {
  width: 100%;
  background-size:initial;
}
.detail-cerita .header .header-text {
  font-size: 28px;
  line-height: 38px;
}
.detail-cerita .header .date {
  font-size: 16px;
}
.detail-cerita .content p{
  font-size: 16px;
}

}
@media only screen and (min-width: 600px) and (max-width: 768px) {
.detail-cerita-area {
  padding: 90px 20px;
}
.detail-cerita .header .header-text {
  font-size: 32px;
  line-height: 38px;
}
.detail-cerita .header .date {
  font-size: 16px;
}
.detail-cerita .content p{
  font-size: 16px;
}
}

.other-cerita .cerita-list {
padding: 0;
}
.cerita-list .single-cerita {
display: grid;
position: relative;
}

.single-cerita .img img {
width: 100%;
display: block;
height: 400px;
object-fit: cover;
}
.single-cerita .cerita-content {
background: #FFF;
position: absolute;
bottom: 0;
width: 80%;
display: grid;
row-gap: 5px;
place-self: center;
padding: 20px 50px;
}
.single-cerita .cerita-content span {
text-align: center;
display: grid;
justify-content: center;
}
.single-cerita .cerita-content .pagination {
color: #09B200;
font-size: 14px;
font-family: 'Sora', sans-serif;
line-height: 23px;
}
.single-cerita .cerita-content .header a {
font-size: 24px;
font-weight: 700;
line-height: 30px;
font-family: 'Sora', sans-serif;
color: #263B56;
}
.single-cerita .cerita-content .header a:hover {
text-decoration: none;
color: #09B200;
}

@media (max-width: 600px) {
.other-cerita {
padding: 20px 50px;
}
.cerita-list {
margin: 20px 0;
}
.cerita-list .single-cerita {
row-gap: 2px;
}
.single-cerita .img img {
height: 220px;
}
.single-cerita .cerita-content {
padding-bottom: 0;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
}

.single-cerita .cerita-content .pagination  {
font-size: 9.3px;
}
.single-cerita .cerita-content .header a{
font-size: 18px;
line-height: 22px;
}
}

/*--------------------------------------------------------------
# Kirim Cerita
--------------------------------------------------------------*/
.kirim-cerita-area {
position: relative;
top: 90px;
padding-bottom: 180px;
}
@media (max-width: 991px) {
.kirim-cerita-area {
top: 64px;
}
}
.kirim-cerita-area .kirim-cerita{
display: grid;
grid-auto-flow: row;
padding: 70px 0;
background: #F3F3F3;
}
.kirim-cerita h2 {
color: #09B200;
font-size: 36px;
font-weight: normal;
font-style: normal;
font-family: 'MonumentReg';
letter-spacing: 0.07em;
}
.kirim-cerita span {
font-family: 'Sora', sans-serif;
font-size: 20px;
color: #000000;
}
@media (max-width: 600px) {
.kirim-cerita {
text-align: center;
}
.kirim-cerita span {
font-size: 15px;
}
}
.formulir{
margin-top: 50px;
}
.formulir .fpsml-front-form .fpsml-template-1 .fpsml-alias-kirim_cerita {
box-shadow: none;
}
.formulir .fpsml-front-form .fpsml-form-title  {
display: none;
}
.formulir label {
color: #000000;
font-size: 18px;
font-weight: 400 !important;
display: inline-block;
font-family: 'Sora', sans-serif;
text-align: left;
}
.formulir input {
background: transparent !important;
}
.formulir input:focus {
border: 1px solid #09B200 !important;
}
.formulir input[type=submit] {
background: #09B200 !important;
color: #FFF ;
font-size: 18px;
border: none;
}
.formulir textarea {
background: transparent !important;
}
.formulir .fpsml-template-1 .qq-upload-button {
background: #F5F5F5 !important;
font-family: 'Sora', sans-serif;
color: #000000;
font-weight: 400 !important;
text-transform: capitalize;
font-size: 14px;
border: none;
}
.formulir .form-group label {
font-size: 18px;
font-family: 'Sora', sans-serif;
font-weight: normal;
font-style: normal;
line-height: 23px;
color: #000;
}

@media all and (max-width: 767px){
.fpsml-front-form{
    box-shadow: none !important;
    padding: 0 !important;
}
}

.section-article {
margin-top: 170px;
}
.cerita-area {
margin-top: 50px;
}


@media all and (max-width: 600px){
  .comment-area {
    padding: 0 30px;
  }
}



.alm-btn-wrap .alm-load-more-btn {
background: #FFF !important;
border: 2px solid #09B200 !important;
padding: 10px 20px !important;
font-family: 'Sora', sans-serif !important;
font-size: 16px !important;
font-weight: normal !important;
font-style: normal !important;
color: #09B200 !important;
}

.alm-btn-wrap .alm-load-more-btn.done{
  display: none !important;
}

p.has-drop-cap:not(:focus):first-letter {
   font-weight:bold !important;
}


#modal-subscribe {
  font-family: 'Sora', sans-serif;
}
#modal-subscribe img {
  width: 100%;
  /* max-width: 250px; */
}
#modal-subscribe h6 {
  font-size: 20px;
  line-height: 22px;
  color: #263B56;
  font-family: 'Sora', sans-serif;
  text-align: center;
  font-weight: bold;
}
#modal-subscribe .btn-started {
  background: #09b200 !important;
  padding: 10px 20px !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-style: normal !important;
  border: none;
  color: white;
  margin-bottom: 25px;
}

#modal-subscribe .btn-kirim {
  color: #09b200;
  font-family: 'Sora', sans-serif !important;
  font-style: normal;
  font-weight: normal !important;
  font-size: 16px;
  /* padding: 10px 20px; */
  /* line-height: 30px; */
  margin-bottom: 35px;
}
