

.w-md-50{
    width: 50%;
}

.section__standard{
    padding: 75px 0;
}

.heading__h1__standard{
    font-size: 46px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px
}



.search-container.page__search{
    margin-bottom: 25px
}
.search-container.page__search .search-input{
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    outline: none;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
}

.search-container.page__search .btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}


nav.posts-navigation{
    margin-top: 50px !important;
}

nav.posts-navigation .screen-reader-text{
    display: none;
}

nav.posts-navigation .nav-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.posts-navigation .nav-links a{
    color: #28a745;
    font-weight: 400;
    font-size: 21px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
}
nav.posts-navigation .nav-links a:hover{
    color: #333;
}

@media(max-width: 640px){
    nav.posts-navigation .nav-links{
        flex-direction: column;
    }
    nav.posts-navigation .nav-next{
        text-align: right;
    }
    .heading__h1__standard{
        font-size: 28px;
    }
    .w-md-50{
        width: 100%;
    }
}




.section__404{
    padding: 50px 0;
}

.wrapper__404{

}

.title__404{
    font-weight: 600;
    font-size: 126px;
    text-align: center;
    color: #ccc;
}



.news .content__wrapper {
    max-width: 80%;
    margin: auto;
  }
.news .content__wrapper .content__title {
    font-weight: 400;
    margin-bottom: 15px;
  }
  .news .content__wrapper span {
    display: block;
    margin-bottom: 20px;
  }
  .news .content__wrapper .img__content {
    width: 100%;
    margin-bottom: 35px;
  }
  .news .content__wrapper .content__post {
    font-size: 18px;
  }
  .news .content__wrapper .content__post img {
    max-width: 100%;
  }
  .news .content__wrapper .content__post p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .news .content__wrapper .content__post ul, .news .content__wrapper .content__post ol {
    margin: unset;
    margin-bottom: 20px;
  }



  .text-left-m{
      text-align: left;
  }
  .text-right-m{
      text-align: right;
  }

  @media(max-width:640px){
    .text-left-m{
        text-align: center;
    }
    .text-right-m{
        text-align: center;
    }
  }




  .pagination__grandwisata{
    margin: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination__grandwisata li{
    margin: 0 5px;
  }
  .pagination__grandwisata li a{
    padding: 10px 15px;
    color: #fff;
    background: #28a744;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease-in-out;
  }
  .pagination__grandwisata li a:hover{
    background-color: #218838;
  }
  .pagination__grandwisata li.active a{
    color: #000;
    background: transparent;
  }

  .ekko-lightbox-nav-overlay a{
    text-shadow: 0 0 10px black;
  }


#club-house{
  background-position: center -50px !important;
}

#cherry-ville .banner--half{
  background-position: center;
}

#Celebration-Plaza{
    background-position: center -160px !important;
}