@font-face {
    font-family: 'Gallery Modern';
    src: url('https://katsudoto.id/plugin/fonts/GalleryModern.woff2') format('woff2'),
         url('https://katsudoto.id/plugin/fonts/GalleryModern.woff') format('woff'),
         url('https://katsudoto.id/plugin/fonts/GalleryModern.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abalc';
    src: url('https://katsudoto.id/plugin/fonts/ABALC.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body.chia {
    /* Heading Family */
    --heading-family: "Elsie Swash Caps", serif;
    --heading-style: normal;
    --heading-weight: 400;
    --heading-size: calc(10vw + 0.96px);
    --heading-lettercase: none;

    /* Body Text */
    --body-text-family: "Barlow Condensed", sans-serif;
    --body-text-style: normal;
    --body-text-weight: 400;
    --body-text-size: calc(4vw + 0.384px);
    --body-text-lettercase: none;

    /* Font Size Extra */
    --fs-extra-1: 2px; 
    --fs-extra-2: 4px;
    --fs-extra-3: 5px;
    --fs-extra-4: 6px;
    --fs-extra-5: 10px;
    --fs-extra-6: 12px;
    --fs-extra-7: 15px;
    --fs-extra-8: 20px;

    /* Attribute */
    --body-height: 100vh;
    height: auto;
    overflow: hidden;

    /* Body background */
    background-color: var(--background-primary);
}

@media (min-width: 768px) and (max-width: 960px) {
    body.chia {
        --heading-size: 56px;
        --body-text-size: 20px;
    }
}

@media (min-width: 961px) {
    body.chia {
        --heading-size: 56px;
        --body-text-size: 18px;
    }
}

/* Fonts */
body.chia h1,
body.chia h2,
body.chia h3,
body.chia h4,
body.chia h5,
body.chia h6 {
    font-family: var(--heading-family);
    font-style: var(--heading-style);
    font-weight: var(--heading-weight);
    font-size: var(--heading-size);
    text-transform: var(--heading-lettercase);
    line-height: normal;
    color: var(--text-primary);
}
body.chia p {
    font-family: var(--body-text-family);
    font-style: var(--body-text-style);
    font-weight: var(--body-text-weight);
    font-size: var(--body-text-size);
    text-transform: var(--body-text-lettercase);
    line-height: normal;
    color: var(--text-secondary);
}
.body.chia span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}
body.chia sup {
    font-family: inherit;
    font-size: 0.7em;
    color: inherit;
}
body.chia font {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-style: inherit;
}

/* CHIA ORIGINAL */
body.chia.original {

    /* Colours */
    --background-primary: #EBDBC2;
    --background-primary-rgb: 235, 219, 194;
    --background-secondary: #A23D33;
    --background-secondary-rgb: 162, 61, 51;
    --background-tertiary: #FFFEF6;
    --background-tertiary-rgb: 255, 254, 246;

    --text-primary: #A23D33;
    --text-primary-rgb: 162, 61, 51;
    --text-secondary: #060709;
    --text-secondary-rgb: 6, 7, 9;
    --text-tertiary: #E6D8c1;
    --text-tertiary-rgb: 230, 216, 193;

    --button-text-primary: #E6D8c1;
    --button-text-primary-rgb: 230, 216, 193;
    --button-background-primary: #A23D33;
    --button-background-primary-rgb: 162, 61, 51;
    --button-text-secondary: #E6D8c1;
    --button-text-secondary-rgb: 230, 216, 193;
    --button-background-secondary: #060709;
    --button-background-secondary-rgb: 6, 7, 9;

    --ornamen-clr: #383635;

    /* Ornaments */
    --orn-01: url('https://katsudoto.id/media/template/exclusive-05/01/orn-01-fix.png');
    --orn-02: url('https://katsudoto.id/media/template/exclusive-05/01/orn-02-fix.png');
    --orn-03: url('https://katsudoto.id/media/template/exclusive-05/01/orn-03-fix.png');
    --orn-03-light: url('https://katsudoto.id/media/template/exclusive-05/01/orn-03-light-fix.png');
    --orn-04: url('https://katsudoto.id/media/template/exclusive-05/01/orn-04-fix.png');
    --orn-05: url('https://katsudoto.id/media/template/exclusive-05/01/orn-05-fix.png');
    --orn-08: url('https://katsudoto.id/media/template/exclusive-05/01/orn-08-fix.png');

    --bg-main: url('https://katsudoto.id/media/template/exclusive-05/01/bg-main-fix.jpg');

}

/* CHIA - PUTIH */
body.chia.putih {

    /* Colours */
    --background-primary: #ebddc6;
    --background-secondary: #8e5a2f;
    --background-tertiary: #996a43;

    --background-primary-rgb: 235, 221, 198;
    --background-secondary-rgb: 142, 90, 47;
    --background-tertiary-rgb: 153, 106, 67;

    --ornamen-clr: #996a43;

    /* Ornaments */
    --orn-01: url('https://katsudoto.id/media/template/exclusive-05/02/orn-01-fix.png');
    --orn-02: url('https://katsudoto.id/media/template/exclusive-05/02/orn-02-fix.png');
    --orn-03: url('https://katsudoto.id/media/template/exclusive-05/02/orn-03-fix.png');
    --orn-03-light: url('https://katsudoto.id/media/template/exclusive-05/02/orn-03-light-fix.png');
    --orn-04: url('https://katsudoto.id/media/template/exclusive-05/02/orn-04-fix.png');
    --orn-05: url('https://katsudoto.id/media/template/exclusive-05/02/orn-05-fix.png');
    --orn-08: url('https://katsudoto.id/media/template/exclusive-05/02/orn-08-fix.png');

    --bg-main: url('https://katsudoto.id/media/template/exclusive-05/02/bg-main-fix.png');

}

/* Chia | Fani Rifky */
body.chia.fani-rifky.custom {

    /* Colours */
    --background-primary: #8AB9B8;
    --background-secondary: #BB8751;
    --background-tertiary: #BB8751;

    --background-primary-rgb: 138, 185, 184;
    --background-secondary-rgb: 187, 135, 81;
    --background-tertiary-rgb: 187, 135, 81;

    --ornamen-clr: var(--background-tertiary);

    --text-secondary: #EDF5F7;
    --text-secondary-rgb: 237, 245, 247;

    --light-clr: #ffffff;
    --light-rgb-clr: 255, 255, 255;

    /* Ornaments */
    --orn-01: url('https://katsudoto.id/media/template/custom/fani-rifky/orn-01-fix.png');
    --orn-02: url('https://katsudoto.id/media/template/custom/fani-rifky/orn-02-fix.png');
    --orn-03: url('https://katsudoto.id/media/template/custom/fani-rifky/orn-03-fix.png');
    --orn-03-light: url('https://katsudoto.id/media/template/custom/fani-rifky/orn-03-light-fix.png');
    --orn-04: url('https://katsudoto.id/media/template/custom/fani-rifky/orn-04-fix.png');
    --orn-05: url('https://katsudoto.id/media/template/custom/fani-rifky/orn-05-fix.png');
    --orn-08: url('https://katsudoto.id/media/template/custom/fani-rifky/orn-08-fix.png');

    --bg-main: url('https://katsudoto.id/media/template/custom/fani-rifky/bg-main-fix.jpg');

}



body {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

body font {
    font-family: inherit;
}



/* ==================================

    TOP COVER
    
==================================*/
section.top-cover {
    background-color: var(--background-primary);
    width: 100%;    
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    
    transition: all 1.8s;
    transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -webkit-transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -moz-transition-timing-function: cubic-bezier(.23,.56,.38,.78);
    -o-transition-timing-function: cubic-bezier(.23,.56,.38,.78);
}
.top-cover.hide {
    top: -120%;
    pointer-events: none;
}

/* Top Cover > Inner */
.top-cover > .inner {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.top-cover > .inner:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
                            to bottom, 
                            rgba(0, 0, 0, 0.7),
                            rgba(0, 0, 0, 0.7),
                            rgba(0, 0, 0, 0.7),
                            rgba(0, 0, 0, 0.7)
                        );
}

.top-cover.clear > .inner:before {
    content: none;
}

/* Top Cover > Inner > Details */
.top-cover > .inner > .details {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 1em;
    margin-top: auto;
    margin-bottom: 100px;
}
.top-cover > .inner > .details > h1 {
    display: inline-block;
    font-family: var(--heading-family);
    font-weight: 500;
    font-size: calc(var(--heading-size));
    color: var(--text-tertiary);
    margin-bottom: 0.35em;
}
.top-cover > .inner > .details > div:not(.cover-free-text) {
    padding: 5px 15px;
    text-align: center;
}
.top-cover > .inner > .details > div > p {
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
}

/* Cover free text */
section.top-cover .cover-free-text {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-tertiary);
    margin-bottom: 10px;
}

.top-cover > .inner > .details > div > a.link {
    display: inline-block;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    padding: 6px 16px;
    margin-top: 10px;
    border-radius: 7px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
.top-cover > .inner > .details > div > a.link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom .top-cover > .inner > .details > h1 {
    color: var(--text-secondary);
}
body.fani-rifky.custom .top-cover > .inner > .details > div > a.link {
    background-color: var(--background-primary);
    color: #060709;
}
body.fani-rifky.custom .top-cover > .inner > .details > div > a.link:hover {
    background-color: var(--light-clr);
}


/* Top Cover > Inner > Cover Show */
.top-cover > .inner > .cover-show {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #fff;
}
.top-cover > .inner > .cover-show .slick-list {
    width: 100%!important;
    height: 100%!important;
}
.top-cover > .inner > .cover-show .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
.top-cover > .inner > .cover-show .picture-outer {
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}
.top-cover > .inner > .cover-show .picture-outer img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
}







/* ==================================

    COVER
    
==================================*/
section.cover {
    background-color: var(--background-primary);
    width: 100%;
    position: relative;
    background-image: var(--bg-main);
    background-repeat: repeat;
    background-size: 360px;
    background-position: center;
}
/* Cover > Inner */
section.cover .inner {
    width: 100%;
    min-height: 100vh;
    /* background-color: rgba(100, 148, 237, 0.5); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.cover .inner .clouds {
    /* background-color: lightsalmon; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
section.cover .inner .clouds .cloud {
    position: absolute;
    pointer-events: none;
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.cover .inner .clouds .cloud.cloud-01 {
    /* background-color: lightgoldenrodyellow; */
    top: 35px;
    left: 25px;
    width: 140px;
    height: 70px;
    transform: rotate(-5deg) scaleX(-1);    
}

section.cover .inner .clouds .cloud.cloud-02 {
    /* background-color: lightgoldenrodyellow; */
    top: 35px;
    right: 25px;
    width: 140px;
    height: 70px;
    transform: rotate(5deg);    
}
section.cover .inner .clouds .cloud.cloud-03 {
    /* background-color: lightgoldenrodyellow; */
    top: 140px;
    left: 30px;
    width: 90px;
    height: 40px;
    transform: rotate(-5deg) scaleX(-1);    
}
section.cover .inner .clouds .cloud.cloud-04 {
    /* background-color: lightgoldenrodyellow; */
    top: 140px;
    right: 30px;
    width: 90px;
    height: 40px;
    transform: rotate(5deg);
}
/* Cover > Greet */
section.cover .inner .greet {
    /* background-color: lightblue; */
    width: 100%;
    /* margin-top: auto; */
    /* margin-bottom: 0.5em; */
    /* flex: 1;     */
    display: flex;
    align-items: flex-end;
    position: relative;
}
/* Cover > Greet > Details */
section.cover .inner .greet .details {    
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    margin-top: 90px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* background-color: rgba(240, 128, 128, 0.5); */
}
section.cover .inner .greet .details p {
    /* font-size: 19px; */
    font-size: calc(var(--body-text-size) + 2px);
    color: var(--text-secondary);
    letter-spacing: 1px;
    text-align: center;
}
section.cover .inner .greet .details .logo {
    /* background-color: rgba(119, 136, 153, 0.5); */
    width: 120px;
    height: 40px;
    margin-top: 15px;
}
section.cover .inner .greet .details .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}
/* Cover > Highlight */
section.cover .inner .highlight {
    width: 100%;
    /* background-color: rgba(255, 182, 193, 0.596); */
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* Cover > Highlight > Orns */
section.cover .inner .highlight .orns {
    /* background-color: lightgreen; */
    /* width: 300px;
    height: 420px; */
    /* max-width: 335px;
    max-height: calc(335px + (320px / 2));

    width: calc(65vw + 15px);
    height: calc(65vw + (65vw / 2) + 15px); */

    max-width: 335px;
    max-height: calc(335px + (320px / 2));

    width: calc(65vw + 15px);
    height: calc(65vw + (65vw / 2) + 15px);

    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.cover .inner .highlight .orns .orn {
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.cover .inner .highlight .orns .orn.orn-01 {
    top: -10px;
    left: -10px;    
    transform: scale(-1);
    background-image: var(--orn-03);
    /* background-color: rgba(255, 160, 122, 0.5);     */
}
section.cover .inner .highlight .orns .orn.orn-02 {
    top: -10px;
    right: -10px;    
    transform: scaleY(-1);
    background-image: var(--orn-03);
}
section.cover .inner .highlight .orns .orn.orn-03 {
    bottom: -10px;
    left: -10px;    
    transform: scaleX(-1);
    background-image: var(--orn-03);
}
section.cover .inner .highlight .orns .orn.orn-04 {
    bottom: -10px;
    right: -10px;    
    background-image: var(--orn-03);
}
/* Section > Inner > Highlight > Picture Outer */
section.cover .inner .highlight .picture-outer {
    background-color: transparent;
    background: #fff;
    /* background-color: lightsalmon; */
    position: relative;
    z-index: 2;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

    position: relative;    
    max-width: 320px;
    max-height: calc(320px + (320px / 2));
    width: 65vw;
    height: calc(65vw + (65vw / 2));
    border-radius: 50%;

}

section.cover .inner .highlight .picture-outer:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 290px;
    height: 410px; */

    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-radius: 50%;
    background-color: transparent;
    /* background-color: lightslategray; */
    /* border: 2px solid #000000; */
    border: 2px solid var(--ornamen-clr);
}

/* Fani Rifky */
body.fani-rifky.custom section.cover .inner .highlight .picture-outer:before {
    border-color: #060709;
}

/* SLICK */
section.cover .inner .highlight .picture-outer .slick-list {
    width: 100%!important;
    height: 100%!important;
}
section.cover .inner .highlight .picture-outer .slick-track {
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
}
section.cover .inner .highlight .picture-outer .picture {
    /* width: 280px;
    height: 400px; */
    /* position: relative;    
    max-width: 320px;
    max-height: calc(320px + (320px / 2));
    width: 65vw;
    height: calc(65vw + (65vw / 2));
    border-radius: 50%; */

    /* overflow: hidden; */
    /* top: 0;
    left: 0;
    position: absolute!important; */

    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute!important;

    /* background-color: lightsalmon; */
    /* background-color: lightseagreen; */
}
section.cover .inner .highlight .picture-outer .picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media only screen and (min-width: 1024px) {

    section.cover .inner .highlight .orns {
        min-width: 620px;
        min-height: 420px;

        width: calc(60vh + (60vh / 2) + 20px);
        height: calc(60vh + 20px);

        max-width: 770px;
        max-height: 520px;
    }

    section.cover .inner .highlight .orns .orn {
        width: 80px;
        height: 80px;
    }
    section.cover .inner .highlight .orns .orn.orn-01 {
        top: 5px;
        left: 5px;    
        transform: scale(-1);
        /* background-color: rgba(255, 160, 122, 0.5);     */
    }
    section.cover .inner .highlight .orns .orn.orn-02 {
        top: 5px;
        right: 5px;    
        transform: scaleY(-1);
    }
    section.cover .inner .highlight .orns .orn.orn-03 {
        bottom: 5px;
        left: 5px;    
        transform: scaleX(-1);
    }
    section.cover .inner .highlight .orns .orn.orn-04 {
        bottom: 5px;
        right: 5px;    
    }

    section.cover .inner .highlight .picture-outer {        
        min-width: 600px;
        min-height: 400px;

        width: calc(60vh + (60vh / 2));
        height: 60vh;

        max-width: 750px;
        max-height: 500px;
    }

}


/* Cover > Couple */
section.cover .inner .couple {
    position: relative;
    z-index: 5;
    width: calc(100% - 80px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px 60px 10px;
}

section.cover .inner .couple p {
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
}
section.cover .inner .couple p.bottom-text {
    margin: 0.3em;
}
section.cover .inner .couple p > sup {
    font-family: inherit;
    color: inherit;
    font-size: 0.7em;
}
section.cover .inner .couple p.date {
    text-transform: uppercase;
}
section.cover .inner .couple .title-01 {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    margin: 16px 0;
    color: var(--text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom section.cover .inner .couple .title-01 {
    color: var(--light-clr);
}


/* ORNAMENT */
section.cover .line {
    position: absolute;
    z-index: 49;
    border-radius: 80px;
    background-color: var(--ornamen-clr);
    pointer-events: none;
}
section.cover .line.line-01 {
    top: 10px;
    left: 50%;
    height: 2px;    
    width: calc(100% - 100px);
    transform: translateX(-50%);
}
section.cover .line.line-02 {
    top: 18px;
    left: 50%;
    height: 2px;    
    width: calc(100% - 120px);
    transform: translateX(-50%);    
}
section.cover .line.line-03 {
    bottom: 10px;
    left: 50%;
    height: 2px;    
    width: calc(100% - 100px);
    transform: translateX(-50%);    
}
section.cover .line.line-04 {
    bottom: 18px;
    left: 50%;
    height: 2px;    
    width: calc(100% - 120px);
    transform: translateX(-50%);    
}
section.cover .flower {
    position: absolute;
    pointer-events: none;
}
section.cover .flower.flower-01 {
    bottom: 40px;
    left: 18px;
    height: 130px;
    width: 40px;
    background-image: var(--orn-02);
    /* background-color: rgba(255, 160, 122, 0.5); */
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
section.cover .flower.flower-02 {
    bottom: 40px;
    right: 15px;
    height: 130px;
    width: 40px;
    transform: scaleX(-1);
    background-image: var(--orn-02);
    /* background-color: rgba(255, 160, 122, 0.5); */
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
section.cover > .orns.orns-01,
section.cover > .orns.orns-02 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    width: 100%;
}
section.cover > .orns.orns-02 {
    top: auto;
    bottom: 0;
}

section.cover > .orns.orns-01 > .orn-01,
section.cover > .orns.orns-01 > .orn-05,
section.cover > .orns.orns-02 > .orn-01,
section.cover > .orns.orns-02 > .orn-05 {
    position: absolute;
    z-index: 2;
    top: calc(50% - 1px);
    left: 10px;
    width: 35px;
    height: 35px;
}
section.cover > .orns.orns-01 > .orn-05,
section.cover > .orns.orns-02 > .orn-05 {
    left: auto;
    right: 10px;
    transform: scaleX(-1);
}
section.cover > .orns.orns-02 > .orn-01,
section.cover > .orns.orns-02 > .orn-05 {
    transform: scaleY(-1);
    top: auto;
    bottom: calc(50% - 1px);
}
section.cover > .orns.orns-02 > .orn-05 {
    transform: scaleX(-1) scaleY(-1);
}
section.cover > .orns.orns-01 > .orn-01 .path-01,
section.cover > .orns.orns-01 > .orn-05 .path-01,
section.cover > .orns.orns-02 > .orn-01 .path-01,
section.cover > .orns.orns-02 > .orn-05 .path-01 {
    /* stroke: #000000; */
    fill: #000000;
    fill: var(--ornamen-clr);
}
section.cover > .orns.orns-01 > .orn-02,
section.cover > .orns.orns-02 > .orn-02 {
    position: absolute;
    top: 50%;
    right: calc(50% + 20px);
    transform: translate(0, -50%);
    height: 2px;
    width: calc(50% - 50px);
    background-color: #000000;
    background-color: var(--ornamen-clr);
}
section.cover > .orns.orns-01 > .orn-03,
section.cover > .orns.orns-02 > .orn-03 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #000000;
    border: 2px solid var(--ornamen-clr);
}
section.cover > .orns.orns-01 > .orn-04,
section.cover > .orns.orns-02 > .orn-04 {
    position: absolute;
    top: 50%;
    left: calc(50% + 20px);
    transform: translate(0, -50%);
    height: 2px;
    width: calc(50% - 50px);
    background-color: #000000;
    background-color: var(--ornamen-clr);
}

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

    section.cover > .orns.orns-01 > .orn-01,
    section.cover > .orns.orns-01 > .orn-05,
    section.cover > .orns.orns-02 > .orn-01,
    section.cover > .orns.orns-02 > .orn-05 {
        top: 10px;
        left: calc(50% - 0px);
        transform: rotate(90deg) scaleY(-1);
    }
    section.cover > .orns.orns-01 > .orn-05,
    section.cover > .orns.orns-02 > .orn-05 {
        top: auto;
        bottom: 10px;
        transform: scaleX(1) rotate(-90deg);
    }
    section.cover > .orns.orns-02 > .orn-01,
    section.cover > .orns.orns-02 > .orn-05 {
        transform: scaleY(1) rotate(90deg);
        left: auto;
        top: 10px;
        right: calc(50% - 2px);
        bottom: auto;
    }
    section.cover > .orns.orns-02 > .orn-05 {
        top: auto;
        bottom: 10px;
        transform: scaleX(1) scaleY(-1) rotate(90deg);
    }

    
    section.cover > .orns.orns-01,
    section.cover > .orns.orns-02 {
        width: 35px;
        height: 100%;
        top: 50%;
        left: 0;
        transform: translateX(0) translateY(-50%);
    }
    section.cover > .orns.orns-02 {
        left: auto;
        right: 0;
    }
    section.cover > .orns.orns-01 > .orn-02,
    section.cover > .orns.orns-02 > .orn-02 {        
        width: 2px;
        height: calc(50% - 50px);
        bottom: calc(50% + 20px);
        left: 50%;
        top: auto;
        right: auto;
        transform: translate(0, 0);
    }
    section.cover > .orns.orns-01 > .orn-04,
    section.cover > .orns.orns-02 > .orn-04 {
        width: 2px;
        height: calc(50% - 50px);
        top: calc(50% + 20px);
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(0, 0);
    }

}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media only screen and (min-width: 1024px) {

    section.cover .inner .clouds .cloud.cloud-01 {
        /* background-color: lightgoldenrodyellow; */
        top: 45px;
        left: 35px;
        width: 250px;
        height: 90px;
        transform: rotate(-5deg) scaleX(-1);    
    }
    
    section.cover .inner .clouds .cloud.cloud-02 {
        /* background-color: lightgoldenrodyellow; */
        top: 45px;
        right: 35px;
        width: 250px;
        height: 90px;
        transform: rotate(5deg);    
    }
    section.cover .inner .clouds .cloud.cloud-03 {
        /* background-color: lightgoldenrodyellow; */
        top: 160px;
        left: 40px;
        width: 140px;
        height: 60px;
        transform: rotate(-5deg) scaleX(-1);    
    }
    section.cover .inner .clouds .cloud.cloud-04 {
        /* background-color: lightgoldenrodyellow; */
        top: 160px;
        right: 40px;
        width: 140px;
        height: 60px;
    }
    section.cover .line.line-01 {
        top: 50%;
        left: 10px;
        width: 2px;    
        height: calc(100% - 100px);
        transform: translateX(0) translateY(-50%);
    }
    section.cover .line.line-02 {
        top: 50%;
        left: 18px;
        width: 2px;
        height: calc(100% - 120px);
        transform: translateX(0) translateY(-50%);
    }
    section.cover .line.line-03 {
        right: 10px;
        top: 50%;
        left: auto;
        bottom: auto;
        width: 2px;    
        height: calc(100% - 100px);
        transform: translateX(0) translateY(-50%);    
    }
    section.cover .line.line-04 {        
        top: 50%;
        right: 18px;
        left: auto;
        bottom: auto;
        width: 2px;    
        height: calc(100% - 120px);
        transform: translateX(0) translateY(-50%);
    }

    section.cover .flower.flower-01 {
        bottom: 50px;
        left: 20px;
        height: 175px;
        width: 100px;
    }
    section.cover .flower.flower-02 {
        bottom: 50px;
        right: 20px;
        height: 175px;
        width: 100px;
        
    }

}

/* ====================================

    QUOTE TOP

==================================== */
section.quote-top {
    background-color: var(--background-primary);
    width: 100%;
    background-image: var(--bg-main);
    background-repeat: repeat;
    background-size: 360px;
    background-position: center;
    overflow: hidden;
    padding: 10px 0;
}
section.quote-top .inner {
    padding: 20px 15px;
    text-align: center;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
section.quote-top .inner p {
    font-size: calc(var(--body-text-size));
    color: var(--text-primary);
}



/* ====================================
        GUEST
==================================== */
section.guest {
    background-color: var(--background-secondary);
    position: relative;
    height: 100px;
    overflow: hidden;
}

section.guest .texture-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-image: var(--orn-03-light);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
section.guest .texture-line.left {    
    transform: translate(-50%, -50%) scaleX(-1);
    margin-left: -27px;
}
section.guest .texture-line.right {
    transform: translate(-50%, -50%) scaleX(1);
    margin-left: 27px;
}

/* Fani Rifky */
body.fani-rifky.custom section.guest {
    background-color: #fffaee;
}

@media only screen and (min-width: 1024px) {
    section.guest {
        height: 120px;
    }
    section.guest .texture-line {
        width: 55px;
        height: 55px;
    }
}




/* ====================================
        COUPLE 
==================================== */
section.couple {
    /* background-color: lightblue; */
    padding: 10px 0;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
    overflow: hidden;
}

/* hide couple */
section.couple.hide {
    display: none;
}

/* COUPLE > INNER */
section.couple .inner {
    /* background-color: lightgreen; */
    padding: 10px 0;
    min-height: 640px;
}
/* COUPLE > INNER > HEAD */
section.couple .inner .head {
    /* background-color: lightcoral; */
    padding: 20px 15px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
}
section.couple .inner .head .title-01 {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
    margin-bottom: 0.35em;
}
section.couple .inner .head p {
    font-size: calc(var(--body-text-size));
}
/* COUPLE > INNER > BODY */
section.couple .inner .body {
    padding: 10px 0 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
section.couple .inner .body.bride-first {
    flex-direction: column-reverse;
}
section.couple .inner .body .groom,
section.couple .inner .body .bride {
    position: relative;
    z-index: 5;
    /* background-color: rgba(255, 160, 122, 0.5); */
}
section.couple .inner .body .groom {
    /* background-color: lightgreen; */
    width: 100%;
}
section.couple .inner .body .picture {
    /* background-color: lightslategray; */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.couple .inner .body .picture .picture-01 {
    width: 280px;
    height: 320px;
    border-radius: 500px 500px 0 0;
    position: relative;
    /* background-color: lightblue; */
}
/* section.couple .inner .body .picture .picture-01:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
    opacity: 0.5;
    background-image: var(--orn-02);
    background-size: contain;    
    background-repeat: no-repeat;
}
section.couple .inner .body .groom .picture .picture-01:before,
section.couple .inner .body.bride-first .bride .picture .picture-01:before {
    left: -22px;
    right: auto;
    transform: translateY(-50%);
    background-position: center left;
}
section.couple .inner .body .bride .picture .picture-01:before,
section.couple .inner .body.bride-first .groom .picture .picture-01:before {
    left: auto;
    right: -22px;
    transform: translateY(-50%) scaleX(-1);
    background-position: center left;
} */
section.couple .inner .body .picture .picture-01 img {
    width: 100%;
    height: 100%;
    border-radius: 500px 500px 0 0;
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    background: var(--background-tertiary);
    z-index: 2;
}
section.couple .inner .body .details {
    /* background-color: lightseagreen; */
    width: 100%;
    text-align: center;
    padding: 10px;
}
section.couple .inner .body .details .title-01 {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) - var(--fs-extra-7));
    text-transform: var(--heading-lettercase);
    line-height: normal;
    margin-bottom: 0.45em;
    color: var(--text-primary);
}
section.couple .inner .body .details p {
    /* font-size: 19px; */
    font-size: var(--body-text-size);
    margin-bottom: 0.5em;
    color: var(--text-secondary);
}
section.couple .inner .body .details p.bio {
    font-style: italic;
}

section.couple .inner .body .details .link-01 {
    display: inline-block;
}

section.couple .inner .body .details .link-01 a {
    text-decoration: none;
    color: var(--text-primary);
    padding-right: 0.08em;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
}
section.couple .inner .body .details .link-01 a:hover {
    text-decoration: underline;
}

/* COUPLE > INNER > BODY > SEPARATOR */
section.couple .inner .body .separator {
    /* background-color: lightblue; */
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.couple .inner .body .separator p {
    font-family: var(--body-text-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
}
section.couple .inner .body .separator .orn {
    position: absolute;
}
section.couple .inner .body .separator .orn.orn-01 {
    width: 150px;
    height: 100px;
    top: 50%;
    left: -65px;
    transform: translateY(-50%) scaleX(-1);
    /* background-color: lightsalmon; */
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.couple .inner .body .separator .orn.orn-02 {
    width: 150px;
    height: 100px;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    /* background-color: lightsalmon; */
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

/* Fani Rifky */
body.fani-rifky.custom section.couple .inner .head .title-01,
body.fani-rifky.custom section.couple .inner .body .details .title-01,
body.fani-rifky.custom section.couple .inner .head p,
body.fani-rifky.custom section.couple .inner .body .details p,
body.fani-rifky.custom section.couple .inner .body .details .link-01 a,
body.fani-rifky.custom section.couple .inner .body .separator p {
    color: var(--text-secondary);
}


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

    section.couple .inner .body {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }
    section.couple .inner .body.bride-first {
        flex-direction: row-reverse;
    }
    section.couple .inner .body .groom,
    section.couple .inner .body .bride {
        width: 45%;
        max-width: 520px;
        padding: 20px 0;
        margin-left: auto;
        margin-right: auto;
    }
    section.couple .inner .body .separator {
        position: absolute;
        width: 100%;
        height: auto;        
        top: calc(50% - 20px);
        transform: translateY(-50%);
        left: 0;
    }
    section.couple .inner .body.show-picture .separator {
        top: 50px;
        transform: translateY(0);
    }

}

@media only screen and (min-width: 1024px) {

    section.couple .inner .body .picture .picture-01:before {
        width: 240px;
        height: 240px;
    }
    section.couple .inner .body .picture .picture-01 {
        width: 250px;
        height: 250px;
    }
    section.couple .inner .body.show-picture .separator {
        top: 110px;
        transform: translateY(0);
    }
    section.couple .inner .body .separator .orn.orn-01 {
        width: 180px;
        height: 100px;
        left: -70px;        
    }
    section.couple .inner .body .separator .orn.orn-02 {
        width: 180px;
        height: 100px;
        right: -70px;        
    }

}


/* ====================================

    STORIES

==================================== */
section.love-story {
    /* background-color: lightblue; */
    padding: 1em 0;
    overflow: hidden;
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
/* Inner */
section.love-story > .inner {
    /* background-color: lightgreen; */
    padding: 0;
}
/* Inner > Head */
section.love-story > .inner > .head {
    /* background-color: lightseagreen; */
    margin-top: 30px;
    padding: 0.75em 45px;
    text-align: center;
}
section.love-story > .inner > .head > h1 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
}
section.love-story > .inner > .head > h1::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -37px;
    width: 35px;
    height: 35px;
    transform: scaleX(-1) rotate(-60deg);
    /* background-color: #ffa07a80; */
    background-image: var(--orn-03);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
section.love-story > .inner > .head > h1::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -37px;
    width: 35px;
    height: 35px;
    transform: rotate(-60deg);
    /* background-color: #ffa07a80; */
    background-image: var(--orn-03);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Inner > Body */
section.love-story > .inner > .body {
    /* background-color: lightslategray; */
    padding: 0;
}

section.love-story > .inner > .body > .stories {
    /* background-color: lightskyblue; */
    padding: 0;
}

section.love-story > .inner > .body > .stories > .story {
    /* background-color: lightsalmon; */
    background-color: transparent;
    padding: 1em 0;
}
section.love-story > .inner > .body > .stories > .story:nth-child(even) {
    /* background-color: mediumvioletred; */
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}

section.love-story > .inner > .body > .stories > .story > .story-01 {
    /* background-color: lavender; */
    width: 100%;
    max-width: 1024px;
    padding: 1em 0;
    margin: 0 auto;
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 {
    /* background-color: lightgrey; */
    padding: 1em;
    width: 100%;
    max-width: 600px;
    min-height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 0;
}
section.love-story > .inner > .body > .stories > .story:nth-child(even) > .story-01 > .story-02 {
    margin-left: auto;
    margin-right: 0;
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .preview {
    /* background-color: lightsalmon; */
    /* position: absolute; */
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: 0;
    z-index: 2;
    width: 220px;
    height: 220px;
}

section.love-story > .inner > .body > .stories > .story:nth-child(even) > .story-01 > .story-02 > .preview {
    margin-left: auto;
    margin-right: 0;
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .preview:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: -5px;
    left: -5px;
    right: auto;
    background-color: var(--background-tertiary);
}
section.love-story > .inner > .body > .stories > .story:nth-child(even) > .story-01 > .story-02 > .preview:before {
    bottom: -5px;
    right: -5px;
    left: auto;
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .preview > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .preview .picture {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background-color: var(--background-tertiary);
}

section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > h1.serial {
    /* background-color: lightseagreen; */
    font-family: var(--heading-family);
    /* color: var(--background-tertiary); */
    color: var(--text-primary);
    font-size: 110px;
    line-height: 1em;
    margin-top: -210px;
    margin-left: auto;
    margin-right: 0;
    font-weight: 500;
}
section.love-story > .inner > .body > .stories > .story:nth-child(even) > .story-01 > .story-02 > h1.serial {
    margin-right: auto;
    margin-left: 0;
    color: var(--background-primary);
    color: transparent;
    -webkit-text-stroke: 1px var(--text-primary);
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .details {
    /* background-color: lightslategray; */
    position: relative;
    z-index: 3;
    padding: 1em 0.75em;
    margin-top: 0.25em;
    margin-left: auto;
    margin-right: 0;
    background-color: var(--background-tertiary);
    border: 2px solid var(--text-primary);
    width: 65%;
    min-height: 180px;
}
section.love-story > .inner > .body > .stories > .story:nth-child(even) > .story-01 > .story-02 > .details {
    margin-right: auto;
    margin-left: 0;
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .details h2 {
    /* background-color: lightsteelblue; */
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    line-height: 1em;
    font-weight: 500;
    color: var(--text-primary);    
}
section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .details p {
    /* background-color: mediumvioletred; */
    font-size: 14px;
    font-size: calc(var(--body-text-size));
    text-align: justify;
    margin-top: 0.35em;
}

/* Fani Rifky */
body.fani-rifky.custom section.love-story > .inner > .head > h1,
body.fani-rifky.custom section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > h1.serial {
    color: var(--text-secondary);
}
body.fani-rifky.custom section.love-story > .inner > .body > .stories > .story:nth-child(even) > .story-01 > .story-02 > h1.serial {
    color: transparent;
    -webkit-text-stroke: 1px var(--text-secondary);
}

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

    section.love-story > .inner > .head > h1::before {
        top: -25px;
        left: -57px;
        width: 50px;
        height: 50px;
    }
    section.love-story > .inner > .head > h1::after {
        top: -25px;
        right: -57px;
        width: 50px;
        height: 50px;
    }
    section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 {
        width: 80%;
        max-width: none;
        min-height: 410px;
    }
    section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .preview {
        width: 350px;
        height: 350px;
    }
    section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .preview:before {
        bottom: -7px;
        left: -7px;
    }
    section.love-story > .inner > .body > .stories > .story:nth-child(even) > .story-01 > .story-02 > .preview:before {
        bottom: -7px;
        right: -7px;
    }
    section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > h1.serial {
        margin-top: -330px;
    }
    section.love-story > .inner > .body > .stories > .story > .story-01 > .story-02 > .details {
        width: 60%;
    }

}




/* ====================================

    EVENTS

==================================== */
.event-outer {
    padding: 40px 0;
    width: 100%;
    overflow: hidden;
    /* background-color: lightcoral; */
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
    position: relative;
}
/* Event > Inner */
.event-outer  > .inner {
    /* background-color: lightseagreen; */
    padding: 80px 0;
    position: relative;
}
/* Event > Inner > Head */
.event-outer > .inner > .head {
    /* background-color: lightskyblue; */
    padding: 15px;
    text-align: center;
}
.event-outer > .inner > .head > .title-01 {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
}
.event-outer > .inner > .head > p {
    font-size: calc(var(--body-text-size));
    margin-top: 0.75em;
    color: var(--text-secondary);
}
/* Event > Inner > Body */
.event-outer > .inner > .body {
    /* background-color: lightslategray; */
    /* background-color: lightpink; */
    padding: 10px 0;
}
/* Event > Inner > Body > Event */
.event-outer > .inner > .body > .event {
    /* background-color: lightsteelblue; */
    padding: 10px 0;
    margin-top: 50px;
}
.event-outer > .inner > .body > .event:first-of-type {
    margin-top: 0;
}
/* Event > Inner > Body > Event > Title */
.event-outer > .inner > .body > .event > .title {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    /* background-color: lightyellow; */
    padding: 10px 15px;
    text-align: center;
    position: relative;
}
.event-outer > .inner > .body > .event > .title:before,
.event-outer > .inner > .body > .event > .title:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: calc(100% - 60px);
    background-color: var(--text-primary);
}
.event-outer > .inner > .body > .event > .title:before {
    top: -1px;    
}
.event-outer > .inner > .body > .event > .title:after {
    bottom: -1px;
}
.event-outer > .inner > .body > .event > .title > .title-01 {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    color: var(--text-secondary);
}
.event-outer > .inner > .body > .event > .title > .title-01 sup {
    font-family: inherit;
    color: inherit;
    font-size: 0.7em;
}
.event-outer > .inner > .body > .event > .title > p {
    /* font-size: 16px; */
    font-size: calc(var(--body-text-size));
    margin-top: 0.5em;
    color: var(--text-secondary);
    /* background-color: lightskyblue; */
}
/* Event > Inner > Body > Event > Activities */
.event-outer > .inner > .body > .event > .activities {
    /* background-color: lightseagreen; */
    padding: 10px 0;
}
/* Event > Inner > Body > Event > Activities > Activity */
.event-outer > .inner > .body > .event > .activities > .activity {
    /* background-color: lightslategray; */
    width: 100%;
    margin-bottom: 20px;
}
.event-outer > .inner > .body > .event > .activities > .activity:last-of-type {
    margin-bottom: 0;
}
.event-outer > .inner > .body > .event > .activities > .activity > .title {
    /* background-color: lightskyblue; */
    text-align: center;
    padding: 15px;
}
.event-outer > .inner > .body > .event > .activities > .activity > .title > .orn-party {
    /* background-color: lightyellow; */
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 15px auto;
    object-fit: contain;
    object-position: center;
}
.event-outer > .inner > .body > .event > .activities > .activity > .title > .orn-party.hide {
    display: none;
}
.event-outer > .inner > .body > .event > .activities > .activity > .title > .title-01 {
    font-family: var(--heading-family);
    color: var(--text-primary);
    font-size: calc(var(--heading-size) - var(--fs-extra-7));
    line-height: normal;
    text-transform: var(--heading-lettercase);
    margin-bottom: 0.25em;
    display: inline-block;
}
.event-outer > .inner > .body > .event > .activities > .activity > .title > p {
    font-size: var(--body-text-size);
    color: var(--text-primary);
}
.event-outer > .inner > .body > .event > .activities > .activity > .title > p.desc {
    font-size: calc(var(--body-text-size));
    margin-bottom: 1.45em;
}
.event-outer > .inner > .body > .event > .details {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    max-width: 1024px;
}
.event-outer > .inner > .body > .event > .details,
.event-outer > .inner > .body > .event > .activities > .activity > .details {
    /* background-color: lightpink; */
    padding: 5px;
    text-align: center;
}
.event-outer > .inner > .body > .event > .details > div,
.event-outer > .inner > .body > .event > .activities > .activity > .details > div {
    padding: 10px;
    /* background-color: lightslategray; */
}
.event-outer > .inner > .body > .event > .details > div:nth-child(even),
.event-outer > .inner > .body > .event > .activities > .activity > .details > div:nth-child(even) {
    /* background-color: mediumaquamarine; */
}
.event-outer > .inner > .body > .event > .details > div > p,
.event-outer > .inner > .body > .event > .activities > .activity > .details > div > p {
    font-size: var(--body-text-size);
    color: var(--text-secondary);
    margin-bottom: 0.5em;
}
.event-outer > .inner > .body > .event > .details > div > .hall,
.event-outer > .inner > .body > .event > .activities > .activity > .details > div > .hall {
    color: var(--text-primary);
}
.event-outer > .inner > .body > .event > .details > div > p:last-of-type,
.event-outer > .inner > .body > .event > .activities > .activity > .details > div > p:last-of-type {
    margin-bottom: 0;
}
.event-outer > .inner > .body > .event > .details > div > a,
.event-outer > .inner > .body > .event > .activities > .activity > .details > div > a {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    display: inline-block;
    width: auto;
    padding: 8px 16px;
    border-radius: 7px;
    text-decoration: none;
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border: none;
    transition: all 0.25s ease-in-out;
}
.event-outer > .inner > .body > .event > .details > div > a:hover,
.event-outer > .inner > .body > .event > .activities > .activity > .details > div > a:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom .event-outer > .inner > .head > .title-01,
body.fani-rifky.custom .event-outer > .inner > .head > p,
body.fani-rifky.custom .event-outer > .inner > .body > .event > .title > .title-01,
body.fani-rifky.custom .event-outer > .inner > .body > .event > .activities > .activity > .title > .title-01,
body.fani-rifky.custom .event-outer > .inner > .body > .event > .activities > .activity > .title > p,
body.fani-rifky.custom .event-outer > .inner > .body > .event > .details > div > p,
body.fani-rifky.custom .event-outer > .inner > .body > .event > .activities > .activity > .details > div > p {
    color: var(--text-secondary);
}
body.fani-rifky.custom .event-outer > .inner > .body > .event > .details > div > a,
body.fani-rifky.custom .event-outer > .inner > .body > .event > .activities > .activity > .details > div > a {
    color: var(--light-clr);
    border: 1px solid var(--light-clr);
}
body.fani-rifky.custom .event-outer > .inner > .body > .event > .details > div > a:hover,
body.fani-rifky.custom .event-outer > .inner > .body > .event > .activities > .activity > .details > div > a:hover {
    background-color: var(--light-clr);
    color: var(--background-tertiary);
}


/* Event > Inner > Orn */
.event-outer > .inner > .orn {
    position: absolute;
}
.event-outer > .inner > .orn.orn-01 {
    width: calc(100% - 30px);
    height: 30px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-image: var(--orn-04);
    /* background-color: rgba(119, 136, 153, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.event-outer > .inner > .orn.orn-02 {
    width: calc(100% - 30px);
    height: 30px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    background-image: var(--orn-04);
    /* background-color: rgba(119, 136, 153, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


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

    .event-outer > .inner > .body > .event > .activities {
        /* background-color: lightseagreen; */
        padding: 10px 0;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 50px;
    }
    /* Event > Inner > Body > Event > Activities > Activity */
    .event-outer > .inner > .body > .event > .activities > .activity {
        /* background-color: lightslategray; */
        width: 100%;
        margin-bottom: 20px;
        margin-right: 15px;
        margin-left: 15px;
        width: 25%;
        min-width: 300px;
        max-width: 320px;
    }

    .event-outer > .inner > .orn.orn-01,
    .event-outer > .inner > .orn.orn-02 {
        height: 45px;
    }

}



/* ====================================

    RESERVATION

==================================== */
.torsvp__btn-wrap {
    margin-top: 15px;
}
.torsvp__btn {
    padding: 4px 20px;
    border: 1px solid var(--text-secondary);
    color: var(--text-secondary);
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) + 2px);
    font-weight: normal;
}
.torsvp__btn:hover {
    background: var(--background-tertiary);
    border: 1px solid var(--background-tertiary);
    color: var(--light-clr);
}


/* Wrap */
.rsvp-wrap {
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.rsvp-inner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

/* Head */
.rsvp-head {
    padding: 10px 35px;
    margin: 0;
    text-align: center;
    position: relative;
}
.rsvp-head .rsvp-title {
    margin-bottom: 0;
    display: inline-block;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    padding-left: 60px;
    padding-right: 60px;
    color: var(--text-primary);
    position: relative;
}
.rsvp-head .rsvp-info .info-date, 
.rsvp-head .rsvp-info .info-text {
    color: var(--text-secondary);
}

.rsvp-head .orn.orn-01 {
    position: absolute;
    width: 120px;
    height: 50px;
    top: 50%;
    left: -60px;
    transform: translateY(-50%) scaleX(-1);
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.rsvp-head .orn.orn-02 {
    position: absolute;
    width: 120px;
    height: 50px;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {

    .rsvp-head .orn.orn-01 {
        width: 180px;
        height: 100px;
        left: 10px;
    }
    .rsvp-head .orn.orn-02 {
        width: 180px;
        height: 100px;
        right: 10px;
    }

}

/* Body */
.rsvp-body {
    
}

.rsvp-confirm-step {
    display: none;
}

/* RSVP Status */
.rsvp-status-wrap {
    padding: 10px 15px;
}
.rsvp-status-head {
    padding: 0px;
    text-align: center;
}
.rsvp-status-head .rsvp-status-caption {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}
.session-caption-wrap .caption{
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

.rsvp-status-body .rsvp-confirm-wrap {
    padding: 0px;
}

.rsvp-status-wrap input[name="rsvp_status"] {
    display: none;
}

/* RSVP Amount */
.rsvp-amount-wrap {
    padding: 10px 15px;
}

.rsvp-amount-head {    
    text-align: center;
    padding: 0px;
}
.rsvp-amount-head .rsvp-amount-caption {
    margin-bottom: 10px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}

.rsvp-amount-body {
    
}

/* Amount Controller */
.rsvp-amount-controller-wrap {
    padding: 0px;
}
.rsvp-amount-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.rsvp-amount-controller .toggle-btn {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    border: none;
    outline: none;
    height: 36px;
    width: 36px;
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.rsvp-amount-controller .toggle-icon {
    width: 13px;
    height: 13px;
    display: block;
}
.rsvp-amount-controller .toggle-icon path {
    stroke: var(--button-text-primary);
    stroke-width: 13 !important;
}

.rsvp-amount-controller .toggle-btn.minus .toggle-icon path {
    stroke: var(--button-text-secondary);
}

.rsvp-amount-controller .toggle-btn.plus:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
}
.rsvp-amount-controller .toggle-btn.minus {
    background-color: var(--button-background-secondary);
}
.rsvp-amount-controller .toggle-btn.minus:hover {
    background-color: rgba(var(--button-background-secondary-rgb), .8);
}

.rsvp-amount-controller .input-wrap {
    width: 100%;
}
.rsvp-amount-controller .input-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    width: 100%;
    height: 36px;
    margin: 0px auto;
    border-radius: 4px;
    background-color: var(--background-tertiary);
    text-align: center;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    color: var(--text-secondary);
    border: 1px solid var(--text-secondary);
    pointer-events: none;
}

/* RSVP Confirm */
.rsvp-confirm-wrap {
    text-align: center;
    padding: 10px 15px;
}

.rsvp-confirm-wrap label {
    display: block;
    margin-top: 10px;
}
.rsvp-confirm-btn {
    width: 100%;
    display: block;
    padding: 10px 25px;
    margin: 0px auto;
    border-radius: 4px;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: var(--button-background-primary);
    border: none;
    color: var(--button-text-primary);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.rsvp-session-btn{
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    border-radius: 4px;
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);

}
.rsvp-confirm-btn.going {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.going,
.rsvp-confirm-btn.going:hover {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}


.session-btn-wrap input[name="selected_event[]"]:checked + .rsvp-session-btn, .session-btn-wrap input[name="selected_event_all"]:checked +  .rsvp-session-btn{
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

.rsvp-confirm-btn.not-going {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}
.rsvp-status-wrap input[name="rsvp_status"]:checked + .rsvp-confirm-btn.not-going,
.rsvp-confirm-btn.not-going:hover {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}

.rsvp-confirm-btn.confirm {
    
}
.rsvp-confirm-btn.confirm:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

.rsvp-confirm-btn.download {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.rsvp-confirm-btn.download:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

.rsvp-confirm-btn > i {
    font-size: 0.8em;
    margin-left: 5px;
}


/* QR Card */
.rsvp-qrcard-wrap {
    padding: 10px 0px;
    /* margin: 20px 0px; */
}
.rsvp-qrcard-img-wrap {
    margin-bottom: 20px;
}
.rsvp-qrcard-img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

/* RSVP Message */
.rsvp-message-wrap {
    
}
.rsvp-message-content {
    background-color: transparent;
    padding: 10px 15px;
    text-align: center;
}
.rsvp-message-icon {
    width: 30px;
    height: auto;
    display: none;
    margin: 0 auto 20px;
}
.rsvp-message-wrap .rsvp-message-title {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    font-weight: normal;

    display: inline-block;
    border: none;
    border-radius: 4px;
    padding: 8px 25px;
    margin-bottom: 20px;
}
.rsvp-message-wrap .rsvp-message-caption {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
    font-weight: normal;
}

.rsvp-message-wrap.going .rsvp-message-title {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}
.rsvp-message-wrap.not_going .rsvp-message-title {
    background-color: var(--button-background-secondary);
    color: var(--button-text-secondary);
}

/* RSVP Change */
.rsvp-change-wrap {
    
}


/* Fani Rifky */
body.fani-rifky.custom .rsvp-head .rsvp-title {
    color: var(--text-secondary);
}



/* ====================================

    STREAMING

==================================== */
.streaming {    
    padding: 10px 0;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
    /* background-color: lightblue; */
}
/* Streaming > Inner */
.streaming > .inner {
    /* background-color: lightsalmon; */
    padding: 10px 0;
}
/* Streaming > Inner > Head */
.streaming > .inner > .head {
    /* background-color: lightpink; */
    padding: 15px;
    text-align: center;
    position: relative;
}
.streaming > .inner > .head > .title-01 {
    font-family: var(--heading-family);
    /* font-size: 30px;
    line-height: 30px; */
    font-size: var(--heading-size);
    line-height: normal;
    color: var(--background-tertiary);
    padding-left: 60px;
    padding-right: 60px;
    /* background-color: lightskyblue; */
}
.streaming > .inner > .head > .orn {
    position: absolute;
}
.streaming > .inner > .head > .orn.orn-01 {
    width: 120px;
    height: 50px;
    top: 50%;
    left: -60px;
    transform: translateY(-50%) scaleX(-1);
    background-image: var(--orn-01);
    /* background-color: rgba(240, 128, 128, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.streaming > .inner > .head > .orn.orn-02 {
    width: 120px;
    height: 50px;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    background-image: var(--orn-01);
    /* background-color: rgba(240, 128, 128, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .streaming > .inner > .head > .orn.orn-01 {
        width: 180px;
        height: 100px;
        /* top: 0; */
        left: 10px;
    }
    .streaming > .inner > .head > .orn.orn-02 {
        width: 180px;
        height: 100px;
        /* top: 0; */
        right: 10px;
    }
}

/* Streaming > Inner > Body */
.streaming > .inner > .body {
    /* background-color: lightgray; */
    padding: 5px 0;
}
.streaming > .inner > .body > div {
    padding: 10px 15px;
    text-align: center;
    /* background-color: mediumpurple; */
}
.streaming > .inner > .body > div:nth-child(even) {
    /* background-color: mediumturquoise; */
}
.streaming > .inner > .body > div > p {
    /* font-size: 16px; */
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}
.streaming > .inner > .body > div > img {
    width: 100%;
    /* background-color: lightgreen; */
    display: block;
    margin:  0 auto;
    object-fit: contain;
    object-position: center;
}
.streaming > .inner > .body > div > img.qr {
    width: 180px;
    height: 180px;
    border: 2px solid var(--text-secondary);
}
.streaming > .inner > .body > div > a {
    /* background-color: lightseagreen; */
    background-color: transparent;
    padding: 8px 16px;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    /* font-size: 16px; */
    font-size: var(--body-text-size);
    min-width: 150px;
    color: var(--background-tertiary);
    border: 1px solid var(--background-tertiary);
    transition: all 0.25s ease-in-out;
}
.streaming > .inner > .body > div > a:hover {
    background-color: var(--background-tertiary);
    color: var(--light-clr);
}

/* Fani Rifky */
body.fani-rifky.custom .streaming > .inner > .head > .title-01,
body.fani-rifky.custom .streaming > .inner > .body > div > p {
    color: var(--text-secondary);
}



/* ====================================

    SAVE DATE

==================================== */
section.save-date {
    /* background-color: violet; */
    padding: 10px 0;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
/* Save Date > Inner */
.save-date > .inner {
    /* background-color: lightslategrey; */
    padding: 1em 0 2em 0;
}
/* Save Date > Inner > Orn 01 */
.save-date > .inner > .orn.orn-01 {
    width: 80px;
    height: 60px;
    /* background-color: lightyellow; */
    display: block;
    margin: 0 auto 20px auto;
    opacity: 0.5;
    background-image: var(--orn-01);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
/* Save Date > Inner > Head */
.save-date > .inner > .head {
    /* background-color: lightseagreen; */
    padding: 1em;
    text-align: center;
    position: relative;
}
.save-date > .inner > .head > .title-01 {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
    padding-left: 30px;
    padding-right: 30px;
}
.save-date > .inner > .head > p {
    font-family: var(--heading-family);
    font-size: calc(var(--body-text-size));
    margin-top: 0.5em;
    color: var(--text-primary);
}
.save-date > .inner > .head > p > sup {
    font-family: inherit;
    color: inherit;
    font-size: 0.8em;
}
.save-date > .inner > .head > .orn {
    position: absolute;
}
.save-date > .inner > .head > .orn.orn-01 {
    top: calc(50% - 40px);
    left: -40px;
    transform: translateY(-50%) rotate(110deg);
    width: 80px;
    height: 120px;
    opacity: 0.8;
    background-image: var(--orn-02);
    /* background-color: rgba(123, 104, 238, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.save-date > .inner > .head > .orn.orn-02 {
    top: calc(50% - 40px);
    right: -40px;
    transform: translateY(-50%) rotate(-110deg) scaleX(-1);
    width: 80px;
    height: 120px;
    opacity: 0.8;
    background-image: var(--orn-02);
    /* background-color: rgba(123, 104, 238, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {

    .save-date > .inner > .orn.orn-01 {
        width: 140px;
        height: 100px;
    }
    .save-date > .inner > .head > .orn.orn-01 {
        left: 0;
        width: 100px;
        height: 200px;
    }
    .save-date > .inner > .head > .orn.orn-02 {
        right: 0;
        width: 100px;
        height: 200px;        
    }

}

/* Save Date > Inner > Body */
.save-date > .inner > .body {
    /* background-color: lightskyblue; */
    padding: 10px 0;
}
.save-date > .inner > .body > .countdown {
    /* background-color: lightgoldenrodyellow; */
    padding: 1em 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.save-date > .inner > .body > .countdown:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 18px;
    background-color: var(--background-secondary);
}

.save-date > .inner > .body > .countdown > div {
    background-color: var(--background-tertiary);
    position: relative;
    padding: 8px;
    width: 58px;
    height: 58px;
    margin: 0 10px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.save-date > .inner > .body > .countdown > div:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid var(--text-secondary);
}
.save-date > .inner > .body > .countdown > div > .title-01 {
    position: relative;
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    color: var(--text-primary);
}
.save-date > .inner > .body > .countdown > div > small {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size) - var(--fs-extra-3));
    text-transform: uppercase;
    color: var(--text-primary);
    position: relative;
}
/* Save Date > Inner > Foot */
.save-date > .inner > .foot {
    /* background-color: lightsalmon; */
    padding: 1em 0;
    text-align: center;
}
.save-date > .inner > .foot > a {
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
    padding: 8px 16px;
    display: inline-block;
    border-radius: 7px;
    text-decoration: none;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    border: none;
    transition: all 0.25s ease-in-out;
}
.save-date > .inner > .foot > a:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom .save-date > .inner > .head > .title-01,
body.fani-rifky.custom .save-date > .inner > .head > p {    
    color: var(--text-secondary);
}
body.fani-rifky.custom .save-date > .inner > .foot > a {
    color: var(--light-clr);
    border: 1px solid var(--light-clr);
}
body.fani-rifky.custom .save-date > .inner > .foot > a:hover {
    background-color: var(--light-clr);
    color: var(--background-tertiary);
}


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

    .save-date > .inner > .body > .countdown:before {
        height: 40px;
    }
    .save-date > .inner > .body > .countdown > div {
        width: 90px;
        height: 90px;
        margin: 0 20px;
        border-radius: 28px;
    }
    .save-date > .inner > .body > .countdown > div:before {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        border-radius: 32px;
        border-width: 2px;
    }

}


/* ====================================

    LIVE STREAMING

==================================== */
.live-streaming {
    background-color: var(--primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
.live-streaming > .inner > .head > h1 {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
    padding-left: 60px;
    padding-right: 60px;
}
.live-streaming > .inner > .head > p {
    font-size: calc(var(--body-text-size));
    font-style: var(--body-text-style);
    margin-top: 0.5em;
}
.live-streaming .inner .body p {
    font-size: calc(var(--body-text-size));
}
.live-streaming .inner .body p.meeting-text {
    font-size: calc(var(--body-text-size));
}
.live-streaming .inner .body > .streaming-info > div.link > a {
    font-family: var(--body-text-family);
    font-size: calc(var(--body-text-size));
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}
.live-streaming .inner .body > .streaming-info > div.link > a:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom .live-streaming > .inner > .head > h1,
body.fani-rifky.custom .live-streaming > .inner > .head > p,
body.fani-rifky.custom .live-streaming .inner .body p {
    color: var(--light-clr);
}


/* ======================
    INSTAGRAM FILTER
====================== */
.ig-filter-wrap {
    padding-bottom: 20px;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
.ig-filter {
    width: 100%;
    max-width: 640px;
}
.ig-filter-title {
    font-weight: normal;
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    line-height: normal;
    color: var(--background-tertiary);
}
.ig-filter-caption {
    font-size: calc(var(--body-text-size));
    margin-top: 0.5em;
    font-family: var(--body-text-family);
}
.ig-filter-link {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    font-weight: 400;
    background-color: var(--button-background-primary);
    
}
.ig-filter-link:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom .ig-filter-title,
body.fani-rifky.custom .ig-filter-caption {
    color: var(--light-clr);
}



/* ====================================

    GALLERY

==================================== */
section.gallery {
    /* background-color: lightcoral; */
    padding: 0.5em 0 0;
    /* margin-bottom: 20px; */
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;

}
/* Gallery > Inner */
.gallery > .inner {
    /* background-color: lightblue; */
    padding: 0.5em 0 0;
    position: relative;
    width: 100%;
}
/* Gallery > Inner > Orn 01 */
.gallery > .inner > .orn.orn-01 {
    width: 80px;
    height: 60px;
    /* background-color: lightyellow; */
    display: block;
    margin: 0 auto 20px auto;
    opacity: 0.5;
    background-image: var(--orn-01);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {

    .gallery > .inner > .orn.orn-01 {
        width: 140px;
        height: 100px;        
    }   

}



/* Gallery > Inner > Head */
.gallery > .inner > .head {
    /* background-color: lightgoldenrodyellow; */
    padding: 0.75em 15px 1.5em 15px;
    text-align: center;
    position: relative;
}
.gallery > .inner > .head > .title-01 {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    width: 100%;
    max-width: 1024px;
    line-height: normal;
    color: var(--text-primary);
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    /* background-color: lightskyblue; */
    text-transform: var(--heading-lettercase);
}
.gallery > .inner > .head > p {
    /* font-size: 16px; */
    font-size: calc(var(--body-text-size));
    margin-top: 0.5em;
    /* background-color: lightsalmon; */
}
.gallery > .inner > .head > .orn {
    position: absolute;
}
.gallery > .inner > .head > .orn.orn-01 {
    width: 120px;
    height: 50px;
    top: 10px;
    left: -60px;
    transform: scaleX(-1);
    background-image: var(--orn-01);
    /* background-color: rgba(240, 128, 128, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery > .inner > .head > .orn.orn-02 {
    width: 120px;
    height: 50px;
    top: 10px;
    right: -60px;
    background-image: var(--orn-01);
    /* background-color: rgba(240, 128, 128, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* Gallery > Inner > Body */
.gallery > .inner > .body {
    background-color: var(--background-tertiary);
    /* background-color: lightseagreen; */
    padding: 5px 0;
}

/* Fani Rifky */
body.fani-rifky.custom .gallery > .inner > .head > .title-01,
body.fani-rifky.custom .gallery > .inner > .head > p {
    color: var(--text-secondary);
}


@media only screen and (min-width: 1024px) {

    .gallery > .inner > .head > .orn.orn-01 {
        width: 180px;
        height: 100px;
        top: -25px;
        left: 10px;
    }
    .gallery > .inner > .head > .orn.orn-02 {
        width: 180px;
        height: 100px;
        top: -25px;
        right: 10px;
    }

}

section.gallery + section.video-gallery {
    padding-top: 15px;
}


/* ====================================

    VIDEO

==================================== */
section.video-gallery {
    /* background-color: lightblue; */
    padding: 1.5em 0;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
/* Video > Inner */
.video-gallery > .inner {
    /* background-color: lightgreen; */
    padding: 0.75em 0 1.25em 0;
}
/* Video > Inner > Head */
.video-gallery > .inner > .head {
    /* background-color: lightsalmon; */
    width: 100%;
    padding: 15px;
    text-align: center;
    position: relative;
}
.video-gallery > .inner > .head > .title-01 {
    font-family: var(--heading-family);
    /* font-size: 30px;
    line-height: 30px; */
    width: 100%;
    max-width: 1024px;
    font-size: var(--heading-size);
    line-height: normal;
    color: var(--text-primary);
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    /* background-color: lightskyblue; */
    text-transform: var(--heading-lettercase);
}
.video-gallery > .inner > .head > p {
    /* font-size: 16px; */
    font-size: calc(var(--body-text-size));
    margin-top: 0.5em;
}
.video-gallery > .inner > .head > .orn.orn-01 {
    position: absolute;
    width: 120px;
    height: 50px;
    top: 10px;
    left: -60px;
    transform: scaleX(-1);
    background-image: var(--orn-01);
    /* background-color: rgba(240, 128, 128, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.video-gallery > .inner > .head > .orn.orn-02 {
    position: absolute;
    width: 120px;
    height: 50px;
    top: 10px;
    right: -60px;
    background-image: var(--orn-01);
    /* background-color: rgba(240, 128, 128, 0.5); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {

    .video-gallery > .inner > .head > .orn.orn-01 {
        width: 180px;
        height: 100px;
        top: -25px;
        left: 10px;
    }
    .video-gallery > .inner > .head > .orn.orn-02 {
        width: 180px;
        height: 100px;
        top: -25px;
        right: 10px;        
    }

}

/* Video > Inner > Body */
.video-gallery > .inner > .body {
    /* background-color: lightpink; */
    /* background-color: var(--light-clr); */
    padding: 0;
}
.video-gallery > .inner > .body > .video-outer {
    /* background-color: lightgrey; */
    /* background-color: var(--light-clr); */
    padding: 0;
}
.video-gallery > .inner > .body > .video-outer > .video {
    width: 100%;
    padding: 0px;
    /* background-color: lightgreen; */
    margin: 0;
    margin-bottom: 20px;
}
.video-gallery > .inner > .body > .video-outer > .video:last-of-type {
    margin-bottom: 0;
}
.video-gallery > .inner > .body > .video-outer > .video > div {
    /* background-color: lightseagreen; */
    padding: 10px;
}
.video-gallery > .inner > .body > .video-outer > .video > div:nth-child(even) {
    /* background-color: lightslategray; */
}
.video-gallery > .inner > .body > .video-outer > .video > div.preview-outer {
    position: relative;
}

.video-gallery > .inner > .body > .video-outer > .video > div.preview-outer > .preview {
    /* background-color: lime; */
    width: 100%;
    height: auto;
}
.video-gallery > .inner > .body > .video-outer > .video > div.preview-outer > .preview > img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.video-gallery > .inner > .body > .video-outer > .video > div.preview-outer > .play-outer {
    /* background-color: rgba(135, 206, 250, 0.5); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-gallery > .inner > .body > .video-outer > .video > div.preview-outer > .play-outer > .play-btn {
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: var(--text-secondary);
    background: var(--background-primary);
    transition: all 0.25s ease-in-out;
    opacity: 0.7;
}
.video-gallery > .inner > .body > .video-outer > .video > div.preview-outer > .play-outer > .play-btn:hover {
    opacity: 1;
}
.video-gallery > .inner > .body > .video-outer > .video > div.preview-outer > .play-outer > .play-btn > i {
    margin: 0;
    margin-left: 10px;
}
.video-gallery > .inner > .body > .video-outer > .video > div.details {
    padding: 10px 15px;
    text-align: center;
}
.video-gallery > .inner > .body > .video-outer > .video > div.details > p {
    font-family: var(--heading-family);
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
}

/* Fani Rifky */
body.fani-rifky.custom .video-gallery > .inner > .head > .title-01,
body.fani-rifky.custom .video-gallery > .inner > .head > p,
body.fani-rifky.custom .video-gallery > .inner > .body > .video-outer > .video > div.details > p {
    color: var(--text-secondary);
}
body.fani-rifky.custom .video-gallery > .inner > .body > .video-outer > .video > div.preview-outer > .play-outer > .play-btn {
    color: var(--text-secondary);
}


@media only screen and (min-width: 426px) {

    .video-gallery > .inner > .body {
        padding: 20px 0;
    }
    .video-gallery > .inner > .body > .video-outer {
        padding: 0;
    }
    .video-gallery > .inner > .body > .video-outer > .video {
        width: 100%;
        max-width: 360px;
        padding: 0px;
        margin: 0;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

}



/* ====================================
    HEALTH PROTOCOL
==================================== */
section.protocol.protocol-04 {
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}

section.protocol.protocol-01 .inner .head,
section.protocol.protocol-03 .inner .head {
    /* background-color: maroon; */
    padding: 10px 0;
    background-color: var(--background-tertiary)!important;
}
section.protocol.protocol-02 .inner .head .step-outer {
    background-color: var(--background-secondary)!important;
}

.protocol.protocol-03 {
    background-color: var(--background-tertiary);
}

.protocol.protocol-01 > .inner > .head > h1,
.protocol.protocol-03 > .inner > .head > h1 {
    text-transform: uppercase;
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size) + 5px);
    color: var(--text-primary);
    margin: 0;
    margin-top: 0.25em;
}

.protocol.protocol-01 > .inner > .head > p,
.protocol.protocol-03 > .inner > .head > p {
    margin: 0;
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);    
}
.protocol.protocol.protocol-03 .inner .body .slider .content .text-01 {
    font-family: var(--heading-family);
    font-size: calc(var(--body-text-size) + 5px);
    font-weight: 300;
    color: var(--text-primary);
}
.protocol.protocol.protocol-03 .inner .body .slider_dots .slider_navigator {
    background-color: var(--background-primary)!important;
}
.protocol.protocol.protocol-03 .inner .body .slider_dots .slider_navigator.slick-current.slick-center {
    background-color: var(--background-secondary)!important;
}

section.protocol-04 .inner .head .title { 
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    font-weight: 400;
    color: var(--text-primary);
    text-transform: var(--heading-lettercase);
}
section.protocol-04 .protocol-item-wrap .protocol-item {
    background-color: transparent;
    border: 1px solid var(--text-secondary);
}
section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    line-height: normal;
    color: var(--text-secondary);
}

/* Fani Rifky */
body.fani-rifky.custom section.protocol.protocol-01 .inner .head,
body.fani-rifky.custom section.protocol.protocol-03 .inner .head,
body.fani-rifky.custom section.protocol.protocol-02 .inner .head .step-outer {
    background-color: var(--background-tertiary) !important;
} 
body.fani-rifky.custom section.protocol-04 .inner .head .title { 
    color: var(--text-secondary);
}
body.fani-rifky.custom section.protocol-04 .protocol-item-wrap .protocol-item {
    border-color: var(--light-clr);
}
body.fani-rifky.custom section.protocol-04 .protocol-item-wrap .protocol-item .text-wrap .text {
    color: var(--text-secondary);
}

@media (max-width: 375px) { 
    section.protocol-04 .protocol-item-wrap {
        flex-direction: row;
    }
}



/* ====================================
        COMMENTS
==================================== */
.comment-outer {
    /* background-color: lightblue; */
    padding: 10px 0;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
.comment-outer.hide {
    display: none;
}
.comment-outer > .comment-inner {
    /* background-color: lightgreen; */
    padding: 10px 0;
    width: 100%;
}
/* Comment > Inner > Head */
.comment-outer > .comment-inner > .head {
    padding: 15px;
    position: relative;
    width: 100%;
}
.comment-outer > .comment-inner > .head > h1 {
    font-family: var(--heading-family);
    font-weight: 500;
    font-size: var(--heading-size);
    margin: 0;
    color: var(--text-primary);
    /* background-color: lightskyblue; */
    text-transform: var(--heading-lettercase);
}
.comment-outer > .comment-inner > .head > p {
    /* font-size: 16px; */
    font-size: calc(var(--body-text-size));
    color: var(--text-secondary);
    margin-top: 0.5em;
}
.comment-outer > .comment-inner > .head > .orn {
    position: absolute;
}
.comment-outer > .comment-inner > .head > .orn.orn-01 {
    width: 120px;
    height: 50px;
    top: 15px;
    left: -60px;
    transform: scaleX(-1);
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.comment-outer > .comment-inner > .head > .orn.orn-02 {
    width: 120px;
    height: 50px;
    top: 15px;
    right: -60px;
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1024px) {
    .comment-outer > .comment-inner > .head > .orn.orn-01 {
        width: 180px;
        height: 100px;
        top: -25px;
        left: 10px;        
    }
    .comment-outer > .comment-inner > .head > .orn.orn-02 {
        width: 180px;
        height: 100px;
        top: -25px;
        right: 10px;        
    }
}

.comment-outer > .comment-inner > .comment-form,
.comment-outer > .comment-inner > .comments,
.comment-outer > .comment-inner > .foot {
    width: 100%;
    max-width: 640px;
    margin: 7px auto;
}

.comment-outer p,
.comment-outer button,
.comment-outer input,
.comment-outer textarea,
.comment-outer p strong {
    font-size: var(--body-text-size)!important;
}

.comment-outer small {
    font-size: calc(var(--body-text-size) - 4px)!important;
}

.comment-outer > .comment-inner > .comments > .comment > .comment-head > p,
.comment-outer > .comment-inner > .comments > .comment > .comment-head > p strong {
    font-family: var(--heading-family);
    /* font-size: 20px; */
    font-size: calc(var(--body-text-size) + 2px)!important;
}

.comment-outer > .comment-inner > .comments > .comment > .comment-head > p,
.comment-outer > .comment-inner > .comments > .comment > .comment-head > p strong,
.comment-outer > .comment-inner > .comments > .comment > .comment-head > p i {
    color: var(--text-secondary);
    font-weight: 400;
    line-height: normal;
}
.comment-outer > .comment-inner > .comment-form input,
.comment-outer > .comment-inner > .comment-form textarea {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
    background-color: rgba(var(--background-tertiary-rgb), .8);
}
.comment-outer > .comment-inner > .comments p,
.comment-outer > .comment-inner > .comments strong,
.comment-outer > .comment-inner > .comments small {
    font-family: var(--body-text-family);
    color: var(--text-secondary);
}
.comment-outer > .comment-inner > .comment-form {
    padding: 10px 15px;
}
.comment-outer > .comment-inner .send-comment,
.comment-outer > .comment-inner .more-comment {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    background-color: var(--button-background-primary);
    color: var(--button-text-primary);
}
.comment-outer > .comment-inner .send-comment:hover,
.comment-outer > .comment-inner .more-comment:hover {
    background-color: rgba(var(--button-background-primary-rgb), .8);
    color: var(--button-text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom .comment-outer > .comment-inner > .head > h1,
body.fani-rifky.custom .comment-outer > .comment-inner > .comments > .comment > .comment-head > p,
body.fani-rifky.custom .comment-outer > .comment-inner > .comments > .comment > .comment-head > p strong,
body.fani-rifky.custom .comment-outer > .comment-inner > .comments > .comment > .comment-head > p i {
    color: var(--text-secondary);
}
body.fani-rifky.custom .comment-outer > .comment-inner > .comment-form input,
body.fani-rifky.custom .comment-outer > .comment-inner > .comment-form textarea {
    color: var(--text-secondary);
}
body.fani-rifky.custom .comment-outer > .comment-inner > .comments .comment .comment-foot small {
    color: var(--text-secondary);
}
body.fani-rifky.custom .comment-outer > .comment-inner > .comments .comment .comment-foot a {
    color: var(--background-tertiary);
}



/* ====================================
        GIFT
==================================== */
section.gift {
    /* background-color: lightblue; */
    padding: 1em 0;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
.gift > .gift-inner {
    /* background-color: lightsalmon; */
    padding: 1.5em 0 1em 0;
    width: 100%;
}
.gift > .gift-inner > .gift-title {
    /* background-color: lightseagreen; */
    padding: 15px;
    margin: 0;
    position: relative;
    width: 100%;
}
.gift > .gift-inner > .gift-title > h1 {
    font-family: var(--heading-family);
    font-weight: 400;
    width: 100%;
    max-width: 1024px;
    font-size: var(--heading-size);
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    color: var(--text-primary);
    text-transform: var(--heading-lettercase);
}
.gift > .gift-inner > .gift-title > p {
    font-size: calc(var(--body-text-size));
    margin-top: 0.5em;
    color: var(--text-secondary);
}
.gift > .gift-inner > .gift-title > .orn {
    position: absolute;
}
.gift > .gift-inner > .gift-title > .orn.orn-01 {
    width: 120px;
    height: 50px;
    top: 15px;
    left: -60px;
    transform: scaleX(-1);
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.gift > .gift-inner > .gift-title > .orn.orn-02 {
    width: 120px;
    height: 50px;
    top: 15px;
    right: -60px;
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gift .gift-inner .gift-form {
    background-color: var(--background-primary);
}

.gift .gift-inner .gift-form .gift-details .bank-detail .saving-books .copy-account {
    border: 1px solid var(--text-primary);
    color: var(--text-primary);
}

@media only screen and (min-width: 1024px) {
    .gift > .gift-inner > .gift-title > .orn.orn-01 {
        width: 180px;
        height: 100px;
        top: -25px;
        left: 10px;
    }
    .gift > .gift-inner > .gift-title > .orn.orn-02 {
        width: 180px;
        height: 100px;
        top: -25px;
        right: 10px;
    }
}

.gift > .gift-inner > .gift-body {
    padding: 10px 15px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 1em;
    /* background-color: lightpink; */
}

.gift .gift-inner .gift-form p,
.gift .gift-inner .gift-form span,
.gift .gift-inner .gift-form label,
.gift .gift-inner .gift-form input,
.gift .gift-inner .gift-form textarea,
.gift .gift-inner .gift-form div,
#gift-form div,
.gift .gift-inner .gift-form button {
    color: var(--text-secondary);
    font-family: var(--body-text-family);
    /* font-size: 16px; */
    font-size: var(--body-text-size);
}
.gift .gift-inner .gift-form .selectize-control .selectize-input {
    border-color: var(--background-tertiary)!important;
}
.gift .gift-inner .nominal-outer .nominal {
    border-color: var(--background-tertiary);
}
.gift .gift-inner .gift-form [name="nominal"]:hover + .nominal,
.gift .gift-inner .gift-form [name="nominal"]:checked + .nominal {
    background: var(--background-tertiary);
    color: var(--light-clr)!important;
}
.gift .gift-inner .gift-form .gift-next,
.gift .gift-inner .gift-form .gift-submit {
    background: var(--button-background-primary);
    color: var(--button-text-primary)!important;
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
}
.gift .gift-inner .gift-form .gift-submit:hover,
.gift .gift-inner .gift-form .gift-next:hover {
    background: var(--background-secondary);
    color: var(--light-clr);
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .head h2 {
    font-family: var(--heading-family);
    font-size: var(--heading-size);
    color: var(--text-primary);
    line-height: normal;
    font-weight: 500;
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .head p {
    font-family: var(--body-text-family);
    font-size: var(--body-text-size);
    color: var(--text-secondary);
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .body div[data-upload="gift-picture"]::before {
    border-color: var(--text-primary);
}
.gift .gift-inner .gift-form .gift-picture .picture-detail .body div[data-upload="gift-picture"] > i {
    color: var(--text-primary);
}

/* Fani Rifky */
body.fani-rifky.custom .gift > .gift-inner > .gift-title > h1,    
body.fani-rifky.custom .gift > .gift-inner > .gift-title > p {
    color: var(--text-secondary);
}
body.fani-rifky.custom .gift .gift-inner .gift-form p,
body.fani-rifky.custom .gift .gift-inner .gift-form span,
body.fani-rifky.custom .gift .gift-inner .gift-form label,
body.fani-rifky.custom .gift .gift-inner .gift-form input,
body.fani-rifky.custom .gift .gift-inner .gift-form textarea,
body.fani-rifky.custom .gift .gift-inner .gift-form div,
body.fani-rifky.custom #gift-form div,
body.fani-rifky.custom .gift .gift-inner .gift-form button {
    color: var(--text-secondary);
}

/* No Form */
section.gift.no-form {
    overflow: visible;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
section.gift.no-form .gift-inner .gift-form {
    overflow: visible;
}



/* ====================================

    FOOTNOTE

==================================== */
section.footnote {
    /* background-color: lightblue; */
    padding: 10px 0;
    overflow: hidden;
    background-color: var(--background-primary);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
section.footnote > .inner {
    padding: 90px 0 30px 0;
    text-align: center;
    position: relative;
}

section.footnote > .inner > p {
    font-size: var(--body-text-size);
}
section.footnote > .inner > p.date {
    text-transform: uppercase;
    font-size: calc(var(--body-text-size));
}
section.footnote > .inner > p sup {
    font-family: inherit;
    color: inherit;
    font-size: 0.7em;
}
section.footnote > .inner > .title-01 {
    font-family: var(--heading-family);
    font-size: calc(var(--heading-size));
    margin: .25em 0;
    color: var(--text-primary);    
    text-transform: var(--heading-lettercase);
}
section.footnote > .inner > .bottom-text {
    margin-top: .5em;
}

/* Fani Rifky */
body.fani-rifky.custom section.footnote > .inner > p {
    color: var(--text-secondary);
}


section.footnote > .inner > .orn.orn-01 {
    position: absolute;
    top: 0;
    left: -130px;
    transform: scaleX(-1);
    width: 230px;
    height: 120px;
    opacity: 0.8;
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.footnote > .inner > .orn.orn-02 {
    position: absolute;
    top: 0;
    right: -130px;
    transform: scaleX(1);
    width: 230px;
    height: 120px;
    opacity: 0.8;
    background-image: var(--orn-01);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.footnote > .inner > .orn.orn-03 {
    position: relative;
    width: 170px;
    height: 80px;
    display: block;
    margin: 20px auto 0px auto;
    background-image: var(--orn-05);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}


@media only screen and (min-width: 1024px) {

    section.footnote > .inner > .orn.orn-01 {
        position: absolute;
        top: 0;
        left: 10px;
        width: 230px;
        height: 120px;
        opacity: 0.8;
    }
    section.footnote > .inner > .orn.orn-02 {
        top: 0;
        right: 10px;
        width: 230px;
        height: 120px;
        opacity: 0.8;        
    }

}






/* ====================================

    FOOTER

==================================== */
section.footer {
    background-color: var(--background-secondary);
}
.footer > .footer-inner > p {
    font-weight: 500;
    font-size: calc(var(--body-text-size) - 2px);
    color: var(--text-tertiary);
}

section.footer .footer-inner .footer-logo {
    width: 55px;
}
section.footer .footer-inner .footer-logo path {
    fill: var(--text-tertiary);
}

@media only screen and (max-width: 960px) {
    section.footer .footer-inner.flex-column {
        flex-direction: column;
        padding-top: 80px;
        padding-bottom: 150px;
    }
    section.footer .footer-inner.flex-column p {
        margin-right: 0;
        font-size: calc(var(--body-text-size));
    }
    section.footer .footer-inner.flex-column .footer-logo {
        margin-top: 10px;
        width: 150px;
    }
}



/* =============================
        GENERAL QR CODE
============================= */
.general-qrcode {
    padding: 20px 20px 40px;
}



/* KADO  */
.container.wedding-gifts-wrap{
    /* background-color: lightblue; */
    /* padding: 10px 0; */
    overflow: hidden;
    background-color: var(--primary-clr);
    background-image: var(--bg-main);
    background-size: 360px;
    background-position: center;
    background-repeat: repeat;
}
.hadiah-card-button, .buying-kado-btn, .kado-send-btn{
    background-color: var(--button-background-primary) !important;
    color: var(--button-text-primary) !important;
    cursor: pointer !important;
    border: none !important;
    font-family: var(--body-text-family) !important;
    border-radius: 4px !important;
    font-size: calc(var(--fs-md-content) + 2px) !important;
}

.modal-kado-header .title, .modal-confirm-header .title, .modal-kado-header .address, .modal-kado-header .caption, .kado-description .kado-ket, .modal-kado-note .note-kado, .kado-description .kado-name{
    color: inherit;
    font-family: var(--body-text-family) !important;
}
.modal-kado-header .title, .kado-description .kado-name, .modal-confirm-header .title, .img-caption {
    font-size: calc(var(--fs-md-content) + 2px) !important;
}
.confirm-kado-btn{
    border: none !important;
    outline: none !important;
    border: 1px solid var(--button-background-primary) !important;
    color: var(--button-background-primary) !important;
    font-family: var(--body-text-family) !important;
    width: 100%;
    border-radius: 4px !important;
    font-weight: 500 !important;
}

.confirm-kado-btn:hover{
    background-color: var(--button-background-primary) !important;
    color: var(--button-text-primary) !important;
}

.hadiah-card-button:hover, .buying-kado-btn:hover, .kado-send-btn:hover{
    color: var(--button-text-primary) !important;
    background-color: rgba(var(--button-background-primary-rgb), .8) !important;
}

.wedding-gift-address-label, .inner-address-info{
    font-family: var(--body-text-family) !important;
    font-weight: 500 !important;
    color: var(--font-clr) !important;
    font-size: calc(var(--fs-md-content) + 2px);
}



.btn-hadiah-copy{
    color: var(--font-clr) !important;
    border: 1px solid var(--font-clr) !important;
/*     font-family: var(--ff-01) !important; */
}

.hadiah-card-title{
    font-size: calc(var(--fs-md-content) + 2px);
    font-weight: 600;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hadiah-card-price {
    font-size: calc(var(--fs-md-content) - 1px) !important;
    color: #CB3A31 !important;
    padding: 4px !important;
    font-weight: 600 !important;
}

.hadiah-card-amount, .hadiah-card-amount .total-amount{
    font-weight: 500 !important;
    font-size: calc(var(--fs-md-content) - 1px) !important;
}

.price-wrap .price-cap, .amount-wrap .amount-cap, .price-wrap .price-field, .amount-wrap .amount-field, .modal-kado-header .caption, .modal-kado-header .address, .kado-description .kado-ket{
    font-size: calc(var(--fs-md-content) - 3px) !important;
}
.modal-kado-note .note-kado {
    font-size: calc(var(--fs-md-content) - 5px) !important;
}

.wedding-gifts-title{
    font-family: var(--ff-01);
    font-weight: 500;
    font-size: var(--fs-md-title);
    line-height: var(--fs-md-title);
    margin: 0;
    padding-left: 60px;
    padding-right: 60px;
    color: var(--font-clr);
}

.wedding-gifts-description{
    font-style: italic;
    font-size: calc(var(--fs-md-content) + 2px);
    margin-top: 0.5em;
    color: var(--font-clr);
}

.wedding-gifts-inner{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}



/* =============================
        DRESSCODE
============================= */
.dress-wrapper .dress-title {
    font-size: calc(var(--heading-size) - var(--fs-extra-7));
}
.dress-wrapper .dress-item-title,
.dress-wrapper .dress-note {
    color: var(--text-primary);
}

/* =============================
        INVITATION LABEL
============================= */
section.top-cover .inner .details .invitation-category .category-icon svg path {
    fill: var(--text-tertiary);
    stroke: var(--text-tertiary);
}
section.top-cover .inner .details .invitation-category .category-label {
    color: var(--text-tertiary);
}