/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1744446963
Updated: 2025-04-12 08:36:03

*/
@font-face {
    font-family: 'ACaslonpro';
    src: url('assets/fonts/ACaslonpro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --white: #FFF;
    --black: #000;
    --main-yellow: #e9a522;
    --main-blue: #052c47;
    --brand-font: 'ACaslonpro', sans-serif;
    --max-width: 1200px;
    --font-desktop-title: 20px;
    --font-desktop-reg: 16px;
}

body.page-template-page-homepage {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

body.preload-active {
    background-color: #fff !important; 
}

.main-width{
    max-width: var(--max-width);
    margin: auto;
    display: block;
}

a,
a:visited {
    text-decoration: none;
    color: var(--black);
}


/* a:hover {
    color: #aaa;
} */

a:focus {
    outline: none;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
figcaption,
span,
li {
    margin-block-end: 7px;
    font-family: 'ACaslonpro' !important;
}

@media (min-width: 936px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (max-width: 935px) {
    .hide-mobile {
        display: none !important;
    }
}

.preload-logo {
    max-width: 250px;
    margin: auto;
}

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: transparent;

    a {
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .white a, .white li{
        color: #fff;
    }
	.header-left a, .header-right a {
		letter-spacing: 0.55em;
	}
}

.header-container {
    padding: 30px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    gap: 50px;

    li{
        list-style: none;
    }
}
.header-nav { grid-area: 1 / 2 / 2 / 5; }
.header-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
    width: 25%;
}

.header-center {
    width: 142px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header-divider {
    width: 1px;
    height: 24px;
    background-color: #7B7777;
    margin: 0 15px;
}
.header-logo-text {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #212121;
}
.header-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1.5rem);
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 8px;
    transition: .3s ease;
}
.header-nav .menu-item.has-children > a svg {
    transition: .3s ease;
}
.header-nav .menu-item.has-children:hover > a svg {
    transform: rotate(180deg);
}
.header-nav .menu-item.has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transform: translateY(0);
}
.header-nav .menu-item a{
    font-family: var(--brand-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-desktop-reg);
    line-height: 150%;
    color: var(--main-yellow);
}
.header-nav > .menu-item > a {
    display: block;
    padding: 15px 0;
}
.menu-item.has-children > a {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Right: menu + button */
.header-right {
    display: flex;
    align-items: center;
    gap: 100px;
    width: 25%;
}

.addon-menu {
    position: absolute;
    right: 30px;
    display: flex;
    gap: 10px;
}

.header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.button--primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px 14px 24px;
    gap: 12px;
    background: var(--main-yellow);
    border-radius: 8px;
    font-weight: 400;
    font-size: var(--font-desktop-reg);
    line-height: 150%;
    color: var(--black);
    width: fit-content;
}

.menu-mobile {
    height: 100vh;
    background: #fff;
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
}

.logo-menu {
    width: 145px;
    margin: auto;
    padding: 15px;
}

.content-menu-mobile {
    ul {
        padding-left: 0;

        li {
            margin-bottom: 35px;
            letter-spacing: 6px;

            a {
                font-size: var(--font-desktop-title);
                text-transform: uppercase;
                color: #000;
            }
        }
    }

    a {
        color: #000;
    }
    
}

.lang {
    margin-bottom: 45px;
}

.page-id-187 footer {
    display: none;
}

.text-white path {
    fill: #fff !important;
}

body.page-template-page-homepage-php {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
  
.home-paralax {
    height: 100vh;
    width: 100vw;

    img {
        width: 100%;
    }
}
  
.homepage-desktop {
    display: flex;
    height: 100%;
}
  
  .home-left,
  .home-right {
    flex: 0 0 50%;
    overflow-y: auto;
    height: 100%;
    border: none;
    box-shadow: none;
  }
  
  /* Gambar biarkan tinggi natural agar scroll muncul jika lebih panjang */
.home-left img,
.home-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* Webkit (Chrome, Edge, Safari) */
.home-left::-webkit-scrollbar,
.home-right::-webkit-scrollbar {
  width: 0px;
}

.home-left::-webkit-scrollbar-track,
.home-right::-webkit-scrollbar-track {
  background: transparent;
}

.home-left::-webkit-scrollbar-thumb,
.home-right::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}

.dynamic-content {
    text-align: center;
    padding: 140px 0;

    h3,p {
        color: #C6C6C6;
    }

    h3{
        margin-bottom: 45px;
        letter-spacing: 15px;
        font-size: 22px;
    }

    p {
        text-align: justify;
        padding: 0 140px;
    }


}
.elementor-element.top-section-page {
    min-height: 100dvh;
    justify-content: center;
}
.top-section-page {
    h4 {
        letter-spacing: 9px;
        font-weight: 400;
        font-size: 22px;
        text-transform: uppercase;
    }

    .wp-caption figcaption {
        position: absolute;
        top: 45%;
        left: 51%;
        transform: translate(-50%, -50%);
        font-size: 54px;
        font-style: unset;
        letter-spacing: 24px;
    }
}
.caption-center {
    .wp-caption {
        position: relative;

        figcaption {
            position: absolute;
            transform: none;
            inset: 0;
            margin: auto;
            font-size: 54px;
            font-style: unset;
            letter-spacing: 24px;
            width: fit-content;
            height: fit-content;
            margin-block-start: auto !important;
        }
    }
}

.post-13 .top-section-page {
    img{
        max-width: 120px;
    }
    figcaption {
        top: 40%;
    }
}

.post-15 .top-section-page {
    img{
        width: 100%;
        max-width: 420px;
    }
    figcaption {
        top: 35%;
    }
}

#donation-form {
    text-align: center;
    color: #C6C6C6;

    input {
        background: transparent;
        border: unset;
        text-align: center;
        color: #fff;
    }

    input::placeholder,
    textarea::placeholder {
        color: #C6C6C6;
    }

    input:not(:placeholder-shown),
    textarea:not(:placeholder-shown) {
        border: none;
    }

    input:focus-visible {
        border: unset;
        clip-path: content-box;
        color: #fff;
    }

    input[type=file]{
        margin: auto;
        display: block;
        max-width: 205px;
    }

    .date {
        display: flex;
        max-width: 180px;
        margin: auto;

        label {
            margin-top: 13px;
        }

        input {
            padding-left: unset;
        }
    }

    .line-form {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .form-group {
        width: 100%;
        max-width: 300px;
        position: relative;
        margin: 20px auto;
    }

    .section-block {
        max-width: 820px;
        display: block;
        margin: 30px auto;
    }

    button, button:hover, button:focus {
        border: 1px solid #C6C6C6;
        color: #C6C6C6;
        width: 180px;
        background-color: transparent;
        outline: unset;
    }

    button:hover, button:focus {
        border: 1px solid #fff;
        color: #fff;
    }

    h3 {
        font-weight: 400;
        font-size: var(--font-desktop-title);
        margin: 60px 20px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 7px;
    }

    .danger {
        background-color: #d17676;
        padding: 5px;
        color: #fff;
    }

    .success {
        background-color: #59ba4f;
        padding: 5px;
        color: #fff;
    }
}
#subscriber-form {
    width: 100%;
    /* max-width: 420px; */
    /* padding: 15px; */
    padding-top: 50px;
    display: block;
    margin: auto;
    text-align: center;

    input {
        background: transparent;
        border: unset;
        text-align: center;
        color: #fff;
        min-width: 348px;
        font-family: 'ACaslonpro';
    }

    .line-form {
        position: absolute;
        bottom: 0;
        /* left: 5%; */
        left: 0;
    }

    .form-group {
        position: relative;
        margin-bottom: 20px;
    }

    input::placeholder,
    textarea::placeholder {
        color: #C6C6C6;
    }

    input:not(:placeholder-shown),
    textarea:not(:placeholder-shown) {
        border: none;
    }

    input:focus-visible {
        border: unset;
        clip-path: content-box;
        color: #fff;
    }

    button, button:hover, button:focus {
        margin-top: 35px;
        border: .5px solid #C6C6C6;
        color: #C6C6C6;
        width: 180px;
        background-color: transparent;
        outline: unset;
        min-width: 256px;
        min-height: 52px;
        margin-top: 12px;
        border-radius: 0px;
        font-family: 'ACaslonpro';
        padding-top: 1rem;
    }

    button:hover, button:focus {
        border: 1px solid #fff;
        color: #fff;
    }

    .danger {
        background-color: #d17676;
        padding: 5px;
        color: #fff;
    }

    .success {
        background-color: #59ba4f;
        padding: 5px;
        color: #fff;
    }
}

.no-padding {
    padding: unset !important;
}

.desktop-flex {
    display: flex;
    gap: 30px;
    justify-content: center;
}

#site-footer {
    background-color: #000;
}

.story {
    figcaption {
        font-style: unset;
        letter-spacing: 5px;
        font-size: 22px;
        margin-top: 65px;
    }
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 60px 30px 30px;
    color: #fff;
    background-color: #000;
    width: 100%;
    box-sizing: border-box;

    ul {
        display: flex;
        padding: unset;
        list-style: none;
        gap: 15px;
        justify-content: center;

        li {
            position: relative;
            margin: 0;
        }
    }

    li:first-child::before{
        display: none;
    }

    li::before {
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background-color: #fff;
        position: absolute;
        top: 5px;
        left: -7px;
    }

    a {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.1em;
    }
}

.article-with-category-widget {

    .article-news-image {
        margin-top: 15px;
    }

    .article-news-date, .article-news-content p {
        font-size: var(--font-desktop-reg);
    }

    .article-news-content h3 {
        font-size: var(--font-desktop-title);
    }

    img {
        width: 100%;
    }

    h3, span, p, a {
        color: #fff;
    }

    h3 {
        margin: 35px 0;
    }
}

.article-news-content a{
    color: #fff;
    text-decoration: underline !important;
}

.footer-left {
    justify-self: start;
}

.footer-center {
    justify-self: center;
    text-align: center;
}

.footer-right {
    justify-self: end;
}

.content-menu-mobile {
    .bottom-header {
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        
        display: grid;
        place-items: center; /* Center both horizontally and vertically inside the div */
        gap: 10px; /* space between ul and copyright */
        text-align: center;
    }
    
    .nav-footer {
        display: flex;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;


        li {
            position: relative;
            list-style: none;
            margin-bottom: unset;
            letter-spacing: 2px;
        }
        a {
            font-size: 14px;
        }

        li:first-child::before{
            display: none;
        }

        li::before {
            content: '';
            display: block;
            width: 1px;
            height: 15px;
            background-color: #000;
            position: absolute;
            top: 5px;
            left: -9px;
        }
    }
}

#homepage-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 9998;

    .popup-content {
        position: fixed;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        text-align: center;
        position: fixed;
    }

    img {
        width: 100%;
        max-width: 540px;

    }
}


#close-popup {
    margin-top: 15px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px 5px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 15px;
}


.penenun-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 35px;
    
    h4 {
        font-size: 15px;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding-top: 20px;
        text-align: left;
    }
}

.penenun-item {
    margin-bottom: 15px;
}

.penenun-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 35px;

  h4 {
    font-size: 15px;
    letter-spacing: 2px;
    color: inherit;
    text-transform: uppercase;
    padding: 15px 0;
  }

  p {
    color: inherit;
    font-size: 15px;
    padding-bottom: 10px;
  }

  a {
    color: inherit;
    text-decoration: underline !important;
    font-size: 15px;
    padding-top: 10px;
  }

  .content {
    padding-bottom: 15px;
  }

  .content p {
    padding-bottom: unset;
  }
}

.gallery-item {
  display: grid;
  grid-template-rows: auto 1fr auto auto; 
  gap: 10px;
  height: 100%;
  text-align: left;
}

.gallery-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gallery-footer {
  margin-top: auto;
}

.gallery-item img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}
.weaver {
  font-size: 15px;
  min-height: 4em; 
  display: flex;
}

.bg-brown {
    background-color: #3D352B;
}
.single-post-blog {
    max-width: 730px;
    margin: 0 auto;
    padding: 230px 30px 85px;

    h1 {
        text-align: center;
        color: #fff;
        font-size: var(--font-desktop-title);
        margin-bottom: 65px;
        letter-spacing: 3px;
        text-transform: uppercase;
        line-height: 36px;
    }

    p , span{
        color: #fff;
        font-size: var(--font-desktop-reg);
        margin-bottom: 20px;
        text-align: justify;
    }

    .post-meta {
        letter-spacing: 4px;
        text-align: center;
        margin: 65px 0;
        font-weight: 400;
    }

    .post-date{
        text-transform: uppercase;
    }
    span {
        letter-spacing: 5px;
    }

    p {
        letter-spacing: 1px;
    }
}

.single-post-recom{
    color: #fff;

    h2 {
        font-size: var(--font-desktop-title);
        font-weight: 400;
        text-align: center;
        color: #fff;
        letter-spacing: 3px;
    }

    img {
        margin: 10px 0;
    }

    .related-posts-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        display: grid;
        padding: 85px;
    }

    .article-news-date, .article-news-content p {
        font-size: var(--font-desktop-reg);
    }

    .article-news-content h3 {
        font-size: var(--font-desktop-title);
    }

    img {
        width: 100%;
    }

    h3, span, p {
        color: #fff;
    }

    h3 {
        margin: 35px 0;
    }
}
.post-featured-image {

    img {
        max-width: 718px;
        width: 100%;
    }

    span {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

.result-donation{
    text-align: center;
    color: #fff;
    margin-bottom: 15px;

    a {
        color: inherit !important;
        text-decoration: underline !important;
    }
}

@media only screen and (max-width: 935px) {
    .small-hide {
        display: none;
    }
    .header-container {
        display: block;
        width: 150px;
        padding: 0;
        padding-top: 25px;
        margin: auto;
    }

    .header-center{
        /* max-width: 120px; */
        width: 100%;
    }

    #homepage-popup {
        .popup-content {
            top: 40%;
        }

        img {
            width: 90vw;
        }

    }


    .top-section-page {
        img {
            width: 420px !important;
        }

        .wp-caption figcaption {
            /*left: 20%;*/
            font-size: 30px;
            letter-spacing: 15px;
        }
    }

    #subscriber-form {
        .line-form {
            left: 0;
        }
    }

    .penenun-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        display: block;
        padding: 35px 0;;

        p, .content, h4 {
            padding-bottom: 10px;
        }
    }

    .post-15 .top-section-page {
        img {
            width: 100%;
            max-width: 320px;
        }
    }

    .gallery-item {
        margin-bottom: 50px;

        .weaver {
            min-height: unset;
        }
    }


    .footer-wrapper {
        display: block;
        padding: 25px 10px 20px;
    }
    .footer-right, .footer-left {
        justify-self: center;
    }

    body.page-template-page-homepage {
        overflow: auto;
    }

    .desktop-flex {
        display: block;
    }

    .homepage-mobile {
        background-color: #8E4337;
    }

    .dynamic-content {
        padding: 90px 0;

        p {
            padding: 0 50px;
        }

        h3 {
            font-size: 18px;
            letter-spacing: 3px;
        }
    }
    
    .single-post-recom {
        .related-posts-list {
            display: block;
            padding-left: 25px;
            padding-right: 25px;
        }
    }

    
    
}


@media only screen and (max-width: 720px) {
    .story {
        gap: 65px;

        figure {
            max-width: 110px;       
        }

        figcaption {
            font-size: 13px;
        }
    }
}

@media only screen and (max-width: 450px) {
    .story {

        figure {
            max-width: 75px;       
        }

        figcaption {
            font-size: 12px;
        }
    }
}
