/* UMUM */
@font-face {
    font-family:"GatheringScript";
    src: url("https://undangandigitalbali.com/assets/fonts/GatheringScript.woff") format("woff");
}

@font-face{
    font-family: "NewYork";
    src: url("https://undangandigitalbali.com/assets/fonts/NewYork.woff")format("woff");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family: 'Analogue';
    src: url('https://undangandigitalbali.com/assets/fonts/Analogue.woff2') format('woff2');
}

*:focus {
	outline: none!important;
}

body {
	font-family: 'Cormorant', serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background-color: #fefdfa;
	color: #0f0f0f;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

ul {
	margin: 0;
	padding: 0;
}

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

svg {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* ANIMASI */
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0.2, 0.2); opacity: 0;}
    50% {opacity: 1;}
    100% {-webkit-transform: scale(1.5, 1.5); opacity: 0;}
}

.animation-pulse {
	animation: pulse 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
}

section .heading-text,
footer .heading-text{
    font-family: "Bona Nova",serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #daa520;
    font-size: 30px;
    line-height: 1.08em;
    letter-spacing: .005em;
    margin: 20px 0 10px;
    text-align: center;
}

@media(min-width: 768px) {
    section .heading-text,
    footer .heading-text{
        font-size: 36px;
    }
}

.heading-image {
    top: -90px;
    position: absolute;
    z-index: -1;
    text-align: center;
    width: 100%;
}

.heading-image img {
    height: auto;
    width: 275px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media(max-width: 768px) {
    .heading-image {
        width: 95%;
    }
    
    .heading-image img {
        width: 260px;
    }
}

/* ICON */
.icon {
	transition: color .4s ease;
}

.icon--sm {
	font-size: 20px;
}

.icon--md {
	font-size: 30px;
}

.icon--lg {
	font-size: 50px;
}

.icon--xl {
	font-size: 70px;
}

.icon--primary {
	color: #a9d2f1;
}

.icon--white {
	color: #fff;
}

.icon--black {
	color: #000;
}

.icon:hover {
	color: #daa520;
}

/* IE */
.icon--sm {
	width: 20px;
	height: 20px;
}

.icon--md {
	width: 30px;
	height: 30px;
}

.icon--lg {
	width: 50px;
	height: 50px;
}

.icon--xl {
	width: 70px;
	height: 70px;
}

.icon svg {
	fill: currentColor;
	display: block;
	width: 100%;
	height: 100%;
}

.icon .icon-inner {
	display: block;
	width: 100%;
	height: 100%;
}

/* PENGTURAN DASAR */

/* FONT */
.cfont-script {
	font-family: 'Modernline', serif;
	word-spacing: 8px;
}

.text-gold {
    color: #daa520;
}

.ch1 {
	font-size: 36px;
}

.ch2 {
	font-size: 32px;
}

.ch3 {
	font-size: 28px;
}

.ch4 {
	font-size: 24px;
}

.ch5 {
	font-size: 20px;
}

/* BORDER */
.cborder-b-grey {
	border-bottom: 1px solid #e5e5e5;
}

/* BACKGROUND */
.cbg-grey {
    background-color: #f5f1f2;
}

.cbg-white {
	background-color: #fff;
}

.cbg-primary {
	background-color: #a9d2f1;
}

.cbg-black {
	background-color: #000000;
}

.img-grey {
    position:relative;
    width: 100%;
}

.img-grey .section-img-left {
    position: absolute;
    bottom: 22%;
    left: 0px;
    width: 250px;
    z-index: 0;
}

.img-grey .section-img-right{
    position: absolute;
    bottom: 5%;
    right: 0px;
    width: 230px;
    z-index: 0;
}

@media(min-width: 768px) {
    .img-grey .section-img-right{
        width: 470px;
    }
    
    .img-grey .section-img-left {
        width: 460px;
    }
}

/* MARGIN */
.cmb-2 {
	margin-bottom: 20px;
}

.cmb-3 {
	margin-bottom: 30px;
}

.cmb-5 {
	margin-bottom: 50px;
}

.cmb-8 {
	margin-bottom: 80px;
}

.cmt-2 {
	margin-top: 20px;
}

.cmt-3 {
	margin-top: 30px;
}

.cmt-5 {
	margin-top: 50px;
}

.cmt-7 {
	margin-top: 70px;
}

.cmt-n-3 {
	margin-top: -30px;
}

.shape-bottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* HERO */
header {
    position: relative;
	background-color: #fefdfa;
}

.hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	min-height: 100vh;
    position: relative;
}

.hero--slide1 {
	background-image: url('../img/hero1.jpg');
}

.hero--slide2 {
	background-image: url('../img/hero2.jpg'); 
}

.hero--slide3 {
	background-image: url('../img/hero3.jpg');
}

.hero-body{
    color: #FFF;
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.hero-tamu{
    position: absolute;
    bottom: 140px;
    width: 100%;
    text-align: center;
    z-index: 99;
    color: #FFF;
}

.hero_heading {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.hero_title {
    font-family: 'GatheringScript', serif;
    font-size: 32px;
    letter-spacing: 1px;
    word-spacing: -6px;
    margin-bottom: 10px;
}

.hero_text {
    font-size: 20px;
    margin-bottom: 4px;
	font-style: initial;
}

.hero_date {
    font-family: 'Arima Madurai', cursive;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 5px;
	font-style: initial;
}

.hero_ornament {
	width: 250px;
}

.hero_ornament_down {
	margin-top: -26px;
}

.hero_undangan {
    font-size: 22px;
    font-weight: 400;
	font-style: initial;
}

.kepada-tamu {
    font-size: 23px;
    margin-bottom: -5px;  
}

.kepada-tamu-gelar {
    font-size: 20px;
    margin-bottom: 0;  
}

@media(min-width: 768px) {
    .hero {
    	min-height: 100vh;
    }
    
    .hero-overlay {
        height: 220px;
    }

    .hero_title {
        font-size: 65px;
    }

    .hero_date {
        font-size: 22px;
    }
    
    .hero_text {
        font-size: 24px;
    }
    
    .hero-body{
        bottom: 120px;
    }
}

/* INTRO */
.intro {
    padding: 120px 0 50px;
	position: relative;
}

.intro-content .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}

.intro-content__text {
	padding: 30px;
}

.intro-content__text h4 {
	font-weight: 600;
	font-style: initial;
	margin-bottom: 15px;
}

.intro-content__col {
	margin: 5px;
}

.intro-content__img {
	height: 100%;
	min-height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

@media(min-width: 992px) {
	.intro-content__col {
		width: 50%;
		position: relative;
	}

	.intro-content__img {
		min-height: 360px;
	}

	.intro-content__text {
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 100px 60px 35px 60px;
		-webkit-transition: opacity .4s ease;
		transition: opacity .4s ease;
	}

	.intro-content__col:hover .intro-content__text {
		opacity: 1;
	}
}

/* MEMPELAI */
.mempelai {
    padding: 10px 12px;
}

.mempelai-foto{
    position: relative;
	margin: 10px 70px;
}

.mempelai-foto .frame {
	border-radius: 60px;
}

.mempelai-foto .frame-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

@media(min-width: 992px) {
	.mempelai-foto{
	    margin: 10px auto;
        max-width: 300px;
    }
}

.mempelai-image {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0;
}

.mempelai-image img {
    max-width: 100%;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    border-radius: 60px;
}

.mempelai-nama {
    color: #daa520;
    font-family: "NewYork";
    text-align: center;
    line-height: 1.4em;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 10px;
}

.mempelai-detail {
    font-style: italic;
    text-align: center;
    padding: 0px 15px 4px 15px;
    font-size: 18px;
}

.mempelai-ortu {
    text-align: center;
    padding: 0px 15px 0px 15px;
}

.mempelai-alamat {
    text-align: center;
    padding: 0px 15px 0px 15px;
}

.mempelai-sosmed {
    text-align: center;
    margin-top: 20px;
}

.mempelai-sosmed .icon-sosmed {
    width: 22px;
    height: 22px;
    color: #000;
    background-color: #FFF;
    padding: 10px;
    border-radius: 30px;
}

.mempelai-sosmed .icon-sosmed:hover,
.mempelai-sosmed .icon-sosmed:active,
.mempelai-sosmed .icon-sosmed:focus {
    padding: 8px;
    width: 26px;
    height: 26px;
    background-color: #f1f1f1;
}

.intro-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
    z-index: 9;
}

.intro-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 20px;
}

.intro-shape .shape-fill {
    fill: #782a38;
}

/* HITUNG MUNDUR */
.countdown {
	padding: 100px 5px 0px;
	background-color: #f5f1f2;
	position: relative;
}

.countdown-shape {
    position: absolute;
    top: -29px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.countdown-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 30px;
}

.countdown-shape .shape-fill {
    fill: #f5f1f2;
}

.countdown-box {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -260px;
    height: 600px;
    background-image: linear-gradient(180deg,transparent 40%,rgb(0 0 0 / 20%) 100%),url(../img/countdown-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.countdown-inner {
    position: absolute;
    width: 100%;
    bottom: 24px;
    padding: 0 24px;
}

.countdown .heading-text{
    color: #fff;
    margin-top: 30px;
}

.counter-list {
	list-style: none;
	text-align: center;
	margin-top: 38px;
}

.counter-list__item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 4px;
}

.counter-box {
    border-radius: 10px;
    padding: 0 0 8px;
}

.counter-box {
    background-color: #782a38;
    border-radius: 10px;
    padding: 24px 0 12px;
    color: #FFF;
}

.counter-list__item .counting {
    font-family: 'Arima Madurai', cursive;
    letter-spacing: 3px;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: -2px;
}

.counter-list__item p {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 0;
}

@media(max-width: 768px) {
    .countdown-box {
        height: 420px;
    }
    
    .counter-box {
        padding: 20px 0 8px;
    }

    .countdown-inner {
        padding: 0;
    }
    
    .counter-list {
	    margin-top: 18px;
	}
	
    .counter-list__item .counting {
        font-size: 20px;
    }
    
    .counter-list__item p {
        padding: 0 0 6px;
        font-size: 16px;
    }
}

@media(min-width: 992px) {
    .countdown-inner {
        padding: 0 36px;
    }

    .counter-box {
        padding: 24px 0 10px;
    }

	.counter-list__item .counting {
		font-size:26px;
	}
	
	.counter-list__item p {
        padding: 0 0 6px;
        font-size: 18px;
    }
}

/* QUOTE */
.quote {
    padding: 40px 0 90px;
	position: relative;
    color: #0f0f0f;
    background: url('../img/bg-grey.png');
	background-repeat: no-repeat;
	background-position: center center;;
    background-size: cover;
	background-color: #f5f1f2;
}

.quote-icon {
    width: 140px;
}

.quote__text {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.quote__head {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-style: italic;
    margin-top: -8px;
}

.petik {
    font-family: "Catamaran", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 80px;
    margin-bottom: -45px;
}

.quote-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
    z-index: 9;
}

.quote-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 20px;
}

.quote-shape .shape-fill {
    fill: #6e2431;
}

/* LOKASI */
.location {
	padding: 5px 0 200px;
    position: relative;
    margin-top: 100px;
}

.location-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.acara {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 0 6px 3px rgb(28 31 86 / 12%);
    background: #f6f1ed;
    border-radius: 20px;
}

.acara-img img {
    border-radius: 20px 20px 0 0;
}

.acara-text .row {
    margin-right: 0;
    margin-left: 0;
    background-color: rgb(254 250 250 / 35%);
}

.acara-text-side {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    background-color: #782a38;
    border-radius: 0 0 0 20px;
}

.resepsi .acara-text-side {
    border-radius: 0 0 20px 0;
}

.acara-text-wrap {
    position: relative;
    padding: 10px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.acara-text-wrap-container{
    position: relative;
    max-width: 100%;
    text-align: center;
    width: auto;
}

.acara-text-container {
    margin: 6em -10em 6em -10em;
    padding: 0px 0px 0px 0px;
    transform: rotateZ(-90deg);
}

.acara-text-container h2{
    color: #FFFFFF;
    font-family: "Cormorant Upright", Sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
}

.acara-text-inside {
    font-family: 'Arima Madurai', cursive;
    padding: 20px 20px 30px 30px;
    position: relative;
    width: 76%;
}

.resepsi .acara-text-inside {
    text-align: right;
}

.acara-text-tanggal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #5E5E5E50;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0em;
    margin-bottom: 30px;
}

.acara-text-tanggal .tgl {
    width: 40%;
    padding: 0;
}

.tgl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tgl-box h2 {
    font-family: "Analogue", Sans-serif;
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
}

.acara-text-tanggal .detail div {
    line-height: 1.4;
    font-size: 16px;
}

.acara-text-tanggal .detail {
    width: 60%;
    padding: 15px 0 0;
}

.acara-text-jam,
.acara-text-map {
    padding: 0 0 0 10px;
}

.acara-head {
    font-family: Gilda Display,serif;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #a3888c;
    font-weight: 400;
}

.acara-detail {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 16px;
}

.acara-detail.tempat {
    margin-bottom: 6px;
    font-size: 13px;
}

.btn-map {
    color: #000;
    background-color: #5E5E5E00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5E5E5E;
    font-size: 13px;
    padding: 7px 25px;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 30px;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.btn-map:active,
.btn-map:hover,
.btn-map:focus {
    background-color: #5E5E5E00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5E5E5E;
	color: #000;
}

.location .penutup {
    font-family: 'Modernline', serif;
    font-size: 24px;
    margin: 30px 0;
    color: #daa520;
}

/* STORY */
.stories {
	margin: 160px 0 90px;
}

.stories__title {
	margin-bottom: 50px;
}

.stories__img {
	padding: 4px;
}

/* MASONRY GRID */
.grid-item,
.grid-sizer {
	width: 49%;
}

.grid-item {
	margin-bottom: 2%;
}

.gutter-sizer {
	width: 1%;
}

@media(min-width: 576px) {
	.grid-item,
	.grid-sizer {
		width: 48%;
	}

	.gutter-sizer {
		width: 2%;
	}
}

@media(min-width: 768px) {
	.grid-item,
	.grid-sizer {
		width: 31.333%;
	}

	.grid-item {
		margin-bottom: 3%;
	}

	.gutter-sizer {
		width: 3%;
	}
}

.slider-list {
	list-style: none;
	margin-bottom: 25px;
	margin-left: -15px;
    margin-right: -15px;
}

.slider-list .slick-list {
	padding-top: 25px!important; /* Because of margin-top: -25 on current slick item */
}

.slider-list__item {
	text-align: center;
	transition: transform .4s ease;
	-webkit-transition: transform .4s ease;
}

.slider-list__item.slick-current {
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
}

.slider-list__item img {
	width: 100%;
	max-width: 380px;
	margin-bottom: 20px;
	display: inline!important;
	transition: box-shadow .4s ease;
	-webkit-transition: box-shadow .4s ease;
}

.slider-list__item p {
	font-size: 20px;
	margin-bottom: 0px;
	display: none;
}

.slider-list__item.slick-current img {
	-webkit-box-shadow: 4px 21px 29px -8px rgb(210 210 210 / 40%);
	-moz-box-shadow: 4px 21px 29px -8px rgb(210 210 210 / 40%);
	box-shadow: 4px 21px 29px -8px rgb(210 210 210 / 40%);
}

.slider-list__item.slick-current p {
	display: block;
}

.slider-arrows {
	justify-content: center;
}

.slider-arrows .icon {
	padding: 0 5px;
	margin-top: 5px;
}

.slider-arrow {
	cursor: pointer;
}

.slider-arrow svg path {
	stroke: #b1b1b1;
	transition: stroke .4s ease;
	-webkit-transition: stroke .4s ease;
}

.slider-arrow:hover svg path {
	stroke: #ffd7d7;
}

@media(min-width: 768px) {
	.slider-list__item img {
		max-width: 300px;
	}
}

/* VIDEO */
.video {
    padding: 50px 0 90px 0;
	position: relative;
}

.video-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0deg);
    z-index: 9;
}

.video-shape svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 20px;
}

.video-shape .shape-fill {
    fill: #6e2431;
}

/* BUKU TAMU */
.ucapan {
	padding: 280px 0 70px;
	position: relative;
	background: #eae4e5;
    color: #0f0f0f;
}

.ucapan .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(180deg,rgb(242 236 222 / 0%) 34%, rgb(242 236 222 / 36%) 68%, #eae4e5 100%),url(../img/bg-ucapan.jpg)!important;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto!important;
    margin-right: auto!important;
    background-position: center 50%;
}

.ucapan-box {
    background-image: linear-gradient(180deg, rgb(248 247 244 / 48%) 0%, rgb(248 247 244 / 80%) 100%);
    padding: 24px 10px 40px;
    border-radius: 20px;
    text-align: center;
}

.ucapan .alert {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 6px;
}

#kolom-ucapan div{
    z-index: 3;
}

#kolom-ucapan .ucapan-list {
    position: relative;
    margin-top: 120px;
}

.scroll{
    max-height: 400px;
    padding: 12px;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

@media(min-width: 768px) {
	.scroll{
        margin: auto;
    }

}

.row_ucapan {
    margin-bottom: 14px;
}

.row_ucapan:last-child {
    margin-bottom: 0px;
}

.row_ucapan .card {
    background-color: #782a38;
    box-shadow: 0 0.1rem 0.3rem rgb(0 0 0 / 15%);
    color: #fff;
    border: none;
    border-radius: 10px;
}

.row_ucapan .card-body {
    padding: 10px 8px 8px 10px;
}

.row_ucapan blockquote{
    margin: 6px;
}

.row_ucapan .blockquote-footer {
    color: #fff;
}

.row_ucapan blockquote p{
    font-size: 17px;
    font-style: italic;
    margin-bottom: 2px;
}

.row_ucapan blockquote i {
    font-size: 26px;
}

.row_ucapan .ucapan_nama {
    font-size: 17px;
}

.row_ucapan .ucapan_nama .ucapan-hadir{
    font-size: 15px;
    font-style: italic;
}

.row_ucapan .blockquote-footer::before {
    color: #fff;
    content: "\2013 \0A0";
}

/* width */
.scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #551722a8; 
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #782a38; 
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #782a38; 
}

.rsvp-box .rsvp-form {
	margin-top: 50px;
}

.rsvp-form input,
.rsvp-form textarea,
.rsvp-form select {
	width: 100%;
	font-style: initial;
	color: #0f0f0f;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 6px;
	background-color: transparent;
}

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea{
	border: 0;
	border-bottom: 1px solid #898989;
}

.rsvp-form select {
    background: none;
    border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #5f5f55;
}

.radio-wrapper{
    
}

input[type="radio"] + label{
    font-size: 14px;
    font-weight: inherit;
    font-family: inherit;
    text-transform: none;
    width: initial;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    margin-bottom: 5px;
    display: block;
    position: relative;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input[type="radio"], input[type="checkbox"] {
    display: none;
}

input[type="radio"] + label:not(:last-child){
  margin-right: 25px;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after{
  content: "";
  display: block;
  position: absolute;
}

input[type="radio"] + label::before{
  background: transparent;
  border: 1px solid #0f0f0f;
  left: 0;
  top: 2px;
}

input[type="radio"] + label::before{
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

input[type="radio"] + label::after{
  opacity: 0;
  visibility: hidden;
}

input[type="radio"] + label::after{
    left: 6px;
    top: 8px;
    border-radius: 50%;
    background-color: #0f0f0f;
    width: 8px;
    height: 8px;
}


input[type="radio"]:checked + label::after{
  opacity: 1;
  visibility: visible;
}

.rsvp-form-field {
	position: relative;
	text-align: left;
}

.rsvp-form-field label{
	margin-left: 10px;
	margin-bottom: 4px;
}

.rsvp-form-field__error {
	display: none;
	font-size: 15px;
	color: #c64141;
	font-style: initial;
	position: absolute;
	bottom: -18px;
	left: 5px;
}

.rsvp-form input.error {
	border-bottom: 1px solid #c64141;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5f5f55;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #5f5f55;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #5f5f55;
}
:-moz-placeholder { /* Firefox 18- */
	color: #5f5f55;
}

.rsvp-form-submit {
    position: relative;
    z-index: 999;
    background-color: #782a38;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 7px 24px;
    margin: auto;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.rsvp-form-submit:hover,
.rsvp-form-submit:active,
.rsvp-form-submit:focus {
    color: #fff;
    box-shadow: none;
}

.rsvp-form-submit .icon {
	display: none;
	position: absolute;
}

.rsvp-confirmation {
	display: none;
}

.rsvp-form__right {
	margin-top: 10px;
}

@media(min-width: 768px) {
	.rsvp-form__left {
		width: 45%;
	}

	.rsvp-form__right {
		width: 49%;
		margin-top: 0;
	}

	.rsvp-form select {
		margin-bottom: 0;
	}

	.rsvp-form-submit {
		max-width: 300px;
	}

	.rsvp-form-submit .icon:first-of-type {
		left: 100px;
	}

	.rsvp-form-submit:hover .icon {
		display: inline;
	}
}

/*FOOTER*/
.footer {
	padding: 60px 0 50px;
    position: relative;
}

.footer .icon {
	margin: 0 -2px;
}

.footer__social {
	list-style: none;
	margin-top: 20px;
}

.footer__social li {
	display: inline-block;
	margin: 0 5px;
}

.footer__copy {
	font-size: 16px;
}

/* MUSIC */
#buttonmusic {
    position: fixed;
    bottom: 15px;
    padding: 8px 9px 1px 9px;
    right: 14px;
    background: #000;
    background: linear-gradient(135deg, #782a38 0%, #9e253b 100%);
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 20%);
    color: #FFF;
    font-size: 20px;
    z-index: 9;
    display: none;
    border-radius: 50%;
}

/* MODAL */
.modal-awal {
    background-color: #fdf8f5;
    background-image: url(../img/bg-modal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto!important;
    margin-right: auto!important;
    background-position: 50% 50%;
}

@media(min-width: 768px) {
    .modal-awal {
        background-position: top 50%;
    }
	.modal-img {
        height: 100vh;
    }
}

.modal-open .modal-awal {
    overflow: hidden;
}

.modal-dialog {
    position: relative;
    height: 100vh;
    margin: 0;
}

#modal_undangan .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    border: none;
    outline: 0;
    height: 100vh;
}

.modal-body-heading {
	position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    z-index: 99;
    color: #FFFFFF;
}

.modal-body-tamu {
    position: absolute;
    bottom: 140px;
    width: 100%;
    text-align: center;
    z-index: 99;
    color: #FFFFFF;
}

.heading-modal {
	font-size:32px;
	margin-bottom:20px;
}

.modal-penerima {
    font-size: 26px;
    letter-spacing: 0;
    margin-top: 4px;
    margin-bottom: -4px;
}

.modal-dari-heading {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.modal-dari {
    font-family: 'GatheringScript', serif;
    font-size: 32px;
    letter-spacing: 1px;
    word-spacing: -6px;
    margin-bottom: 10px;
}

.modal-dari-date {
    font-family: 'Arima Madurai', cursive;
    font-size: 14px;
	font-style: initial;
}

.paragraph-modal {
    margin-bottom: -5px;
    font-size: 18px;
}

.btn-modal {
    background-color: #782a38;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 7px 24px;
    margin: auto;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.btn-modal:hover,
.btn-modal:active,
.btn-modal:focus {
    color: #fff;
    box-shadow: none;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
		width: 100% !important;
	}
}

/* AMPLOP */
.amplop {
	position: relative;
    padding: 70px 0 0;
    text-align: center;
    margin-top: 70px;
}

.modal-amplop {
    background: transparent;
    margin: 0px;
    background-image: none;
}

.modal-amplop .modal-content {
    padding: 0 12px 12px;
    height: auto;
    background-color: transparent;
    border: none;
}

.modal-amplop .modal-body {
    padding: 40px 22px 10px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 12px;
}
        
.modal-amplop .modal-title {
    padding: 0 10px;
    margin-bottom: -4px;
    font-size: 16px;
}
        
.modal-amplop .modal-text {
    font-size: 16px;
    margin-top: -10px;
}

.modal-amplop .modal-header {
    background-color: #fff;
    color: #000;
}
        
.modal-close{
    position: absolute;
    right: 10px;
    top: 0px;
    background: transparent;
    border: none;
    font-size: 30px;
    z-index: 999;
}

.box-gift {
    text-align: center;
    background: #ebebeb;
    margin: 20px 0;
    padding: 14px 8px 16px;
    border-radius: 12px;
}

.box-gift .card-title img {
    width: 150px;
    margin-bottom: -8px;
}

.box-gift .btn {
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 14px;
    padding: 8px 24px;
}

.box-gift .btn:active,
.box-gift .btn:hover,
.box-gift .btn:focus {
    border: none;
	color: #fff;
}

.box-gift .alert-success {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.num-temp {
    height: 0;
    opacity: 0;
}
