/* @media screen and (max-width:991px) {
    .w-img {
        width: 100%;
    }

    .placement {
        position: absolute;
        top: 6%;
        right: 2%;
    }

    .wrapper-arrow {
        padding: 10px;
        width: 14% !important;
        display: flex;
    }
}

@media screen and (max-width:1199px) {
    .wrapper-arrow {
        padding: 10px;
        width: 11%;
        display: flex;
    }
}

@media screen and (max-width:800px) {
    .wrapper-arrow {
        display: none;
    }
}

@media screen and (max-width:540px) {

    .heading {
        margin-bottom: 0rem;
    }

    #destination .section-list-destination .card-body .card-title {
        font-size: 22px;
        line-height: 120%;
        letter-spacing: 0.005em;
    }

    #destination .section-list-destination .card-body .card-text {
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0.005em;
        text-align: justify;
    }

    #destination .section-list-destination .card-body .list-inline {
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #515151;

    }
} */

@media(max-width:768px) {

    /* ============= Typography ============= */
    .heading {
        margin-bottom: 1.5rem;
    }

    .heading .heading-title {
        font-size: 28px;
    }

    .heading_with_bg .title {
        font-size: 24px;
    }

    .heading_with_bg .subtitle {
        font-size: 14px;
        width: 80%;
        margin: 0 auto;
    }

    .social-share-btns{
        display: inline-flex;
        text-align: center;
    }

    /* ============= Layout ============= */

    .section-30-0 {
        padding: 10px 0;
    }

    .section-30-0-0 {
        padding: 15px 0 0;
    }

    /* ============= Header ============= */
    .modal-search {
        height: 50px;
        text-align: center;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 30%;
        width: 90%;
    }

    .modal-search input[type="search"] {
        height: 50px;
        line-height: 50px;
    }

    .modal-search button {
        position: relative;
        border: 1px solid #e1e1e1;
        padding: 5px 50px;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;
        border-radius: 15px;
        background: var(--Primary);
        color: #FFF;
    }

    header .navbar .logo-idgd {
        display: none;
    }

    header .navbar.sticky .logo-idgd {
        display: block;
    }

    /* ============= Section Main Hero ============= */
    .section-main-hero .swiper-slide .hero-image img {
        height: 100%;
    }

    .section-main-hero .swiper-slide .hero-image .hero-text h1 {
        font-size: 22px;
    }

    .section-main-hero .swiper-slide .hero-image .hero-text {
        padding: 20px;
        width: 100%;
    }

    .section-main-hero .overlay-hero {
        opacity: 1;
    }

    .swiper-slide .hero-image .hero-text .meta {
        font-size: 12px;
    }

    /* ============= Media ============= */
    .media-post {
        margin: 1rem 0 1rem;
    }

    .media-post .grid-media-post {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 1rem;
    }

    .media-post .grid-media-post.grid-v2 {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0;
        padding-bottom: 5px;
    }

    .media-post .grid-media-post:before {
        display: none;
    }

    .media-post .grid-media-post .card:nth-child(1),
    .media-post .grid-media-post .card:nth-child(2),
    .media-post .grid-media-post .card:nth-child(3),
    .media-post .grid-media-post .card:nth-child(4) {
        grid-area: unset;
        max-width: 100%;
    }

    .media-post .grid-media-post.grid-v2 .card:nth-child(1),
    .media-post .grid-media-post.grid-v2 .card:nth-child(2),
    .media-post .grid-media-post.grid-v2 .card:nth-child(3),
    .media-post .grid-media-post.grid-v2 .card:nth-child(4),
    .media-post .grid-media-post.grid-v2 .card:nth-child(5) {
        grid-area: unset;
        max-width: 100%;
    }

    .media-post .grid-media-post.grid-v2 .card:not(:last-child) {
        position: relative;
        margin-bottom: 1rem;
    }

    .media-post .grid-media-post.grid-v2 .card:not(:last-child):before {
        position: absolute;
        content: "";
        background: var(--Dark-900);
        height: 1px;
        width: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
        bottom: 0;
    }

    .media-post .grid-media-post .card:not(:first-child) img {
        display: block;
    }

    .media-post .card .list-inline {
        margin-bottom: .5rem;
    }

    .media-post .card .list-inline .list-inline-item {
        font-size: 14px;
        margin-bottom: 0.5rem;
    }

    .media-post .grid-media-post.grid-v2 .card .card-text {
        margin-top: 0;
    }

    .media-post .card:not(:nth-child(1)) .list-inline .list-inline-item {
        color: inherit;
    }

    .media-post .card h2.card-title,
    .media-post .card.card:not(:nth-child(1)) h2.card-title {
        font-size: 14px;
    }

    .media-post .grid-media-post.grid-v2 .card h2.card-title {
        font-size: 18px;
    }

    .media-post .grid-media-post.grid-v2 .card.card:not(:nth-child(1)) h2.card-title {
        font-size: 18px;
    }

    .media-post .card p.card-text {
        font-size: 12px;
    }

    /* .media-post .grid-media-post.grid-v2 .card .card-text {
        display: none;
    } */

    .media-post .grid-media-post.grid-v2 .card:not(:first-child) .card-text {
        display: block;
    }


    /*============= Section Grid Destination =============*/
    .destination-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: unset;
        padding-top: 10px;
    }

    .destination-grid .grid-item-1,
    .destination-grid .grid-item-2,
    .destination-grid .grid-item-3,
    .destination-grid .grid-item-4,
    .destination-grid .grid-item-5,
    .destination-grid .grid-item-6 {
        /* grid-row-start: none;
        grid-column-start: none;
        grid-row-end: none;
        grid-column-end: none; */
        grid-area: unset;
    }

    .destination-grid .grid-item-1 a::before,
    .destination-grid .grid-item-2 a::before,
    .destination-grid .grid-item-3 a::before,
    .destination-grid .grid-item-4 a::before,
    .destination-grid .grid-item-5 a::before,
    .destination-grid .grid-item-6 a::before {
        background-color: unset;
    }

    .destination-grid .destination-img {
        height: 150px;
        object-fit: cover;
        -o-object-fit: cover;
    }


    /*============= Section Grid Media =============*/
    .section-list-media-post .submenu-category .item a{
        font-size: 14px;
    }
    .section-list-media-post .submenu-category .item a:not(:first-child){
        margin-left: .5rem;
    }
    .section-media .media-grid {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 10px;
    }

    /* .section-media .media-grid .grid-item:nth-child(1),
    .section-media .media-grid .grid-item:nth-child(2),
    .section-media .media-grid .grid-item:nth-child(3),
    .section-media .media-grid .grid-item:nth-child(4),
    .section-media .media-grid .grid-item:nth-child(5),
    .section-media .media-grid .grid-item:nth-child(6),
    .section-media .media-grid .grid-item:nth-child(7) {
        width: auto;
    }

    .section-media .media-grid .grid-item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
    }

    .section-media .media-grid .grid-item:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .section-media .media-grid .grid-item:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .section-media .media-grid .grid-item:nth-child(4) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .section-media .media-grid .grid-item:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .section-media .media-grid .grid-item:nth-child(6) {
        grid-area: 4 / 1 / 5 / 2;
    }

    .section-media .media-grid .grid-item:nth-child(7) {
        grid-area: 4 / 2 / 5 / 3;
    }

    .section-media .media-grid .grid-item:nth-child(1) img,
    .section-media .media-grid .grid-item:nth-child(2) img,
    .section-media .media-grid .grid-item:nth-child(3) img,
    .section-media .media-grid .grid-item:nth-child(4) img,
    .section-media .media-grid .grid-item:nth-child(5) img,
    .section-media .media-grid .grid-item:nth-child(6) img,
    .section-media .media-grid .grid-item:nth-child(7) img {
        height: 150px;
    } */

    /* .section-media .media-grid img {
        height: 150px;
        object-fit: cover;
    } */

    /* .section-media .media-grid .content {
        display: none;
    } */
    .section-list-media-post .wrapper-media .card {
        margin-bottom: 1rem;
    }

    .section-list-media-post .wrapper-media .card:before {
        display: none;
    }

    .section-list-media-post .wrapper-media .card img {
        height: auto;
        margin-bottom: 1rem;
    }

    .section-grid-media-post .search-media {
        height: auto;
    }

    


    /* ============ Section Media Single ============= */
    .section-media-single .heading-single h1 {
        font-size: 25px;
    }

    .bottom-field-single {
        margin-bottom: 3rem;
    }

    /* ============= Gallery Foto ============= */
    #gallery-foto .hero-wrapper img {
        height: auto;
    }

    #gallery-foto .hero-text {
        max-width: 100%;
        bottom: 5%;
        left: 5%;
    }

    #gallery-foto .hero-text .title {
        font-size: 22px;
    }

    #gallery-foto .list-inline-item {
        font-size: 12px;
    }

    #gallery-foto .button-primary {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* ============= Section Profile ============= */
    .section-profile .indonesia-map {
        padding-bottom: 3rem;
    }

    .section-profile .profile-circle-direct {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 1rem;
    }

    .section-profile .profile-circle-direct .profile-item {
        padding: unset;
    }

    /* ============= Section List Table ============= */

    .section-list-table table.table-religion thead th.place {
        width: auto;
    }

    .section-list-table table.table-religion thead th.explanation {
        width: auto;
    }

    .section-list-table.section-redaksi{

    }

    .section-list-table.section-redaksi table{
        padding: 0 15px 0 0;
    }
    
    .section-list-table.section-redaksi table tbody tr td{
        padding: 10px;
        display: block;
    }
    .section-list-table.section-redaksi table tbody tr td:nth-child(2){
        display: none;
    }
    

    footer .single_footer ul {
        height: auto;
    }

    footer .single_footer ul.list-footer-category {
        height: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    .section-profile .profile-circle-direct {
        grid-template-columns: repeat(3, 1fr);
    }
}