/* UMUM */
@font-face {
    font-family: 'BohemeFloral';
    src: url('https://undangandigitalbali.com/assets/fonts/BohemeFloral.ttf') format('truetype');
}

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

*:focus {
	outline: none!important;
}

body {
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background-color: #faf8f7;
	color: #030402;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

section .heading,
footer .heading,
.heading-intro {
    font-family: "Analogue", Sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0 4px 0;
}

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;
}

/* 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: #a9d2f1;
}

/* 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: 'BohemeFloral', cursive;
}

.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 #f8f7f4;
}

/* BACKGROUND */
.cbg-grey {
    background-color: #16385008;
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat;
}

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

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

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

/* MARGIN */
.cmb-1 {
	margin-bottom: 10px;
}

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

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

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

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

.cmt-1 {
	margin-top: 10px;
}

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

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

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

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

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

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

/* HERO */
header {
    position: relative;
}

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

.hero--slide1 {
	background-image: url('../img/hero1.jpg'); /* Change to your image here */
}

.hero--slide2 {
	background-image: url('../img/hero2.jpg'); /* Change to your image here */
}

.hero--slide3 {
	background-image: url('../img/hero3.jpg'); /* Change to your image here */
}

.hero-body {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.hero_title {
    font-size: 58px;
    margin-bottom: 6px;
    word-spacing: -8px;
}

.hero_date {
	font-size: 17px;
    margin-bottom: 2px;
}

.shape {
    overflow: hidden;
    position: absolute;
    left: -50px;
    bottom: -5px;
    width: calc(265% + 1.3px);;
    line-height: 0;
    direction: ltr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.shape svg {
    display: block;
    width: calc(265% + 1.3px);
    height: 50px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shape-fill {
    fill: #faf8f7;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@media(min-width: 768px) {
    .hero {
		min-height: 90vh;
	}
	
	.hero__title {
		font-size: 70px;
	}
	
	.shape svg {
        width: calc(166% + 1.3px);
        height: 72px;
    }
    
    .shape {
        width: calc(166% + 1.3px);
        bottom: -4px;
    }
}

@media(min-width: 992px) {
    .hero_title {
        font-size: 70px;
    }

    .hero-body {
        bottom: 100px;
    }

	.hero {
		min-height: 100vh;
	}
	
	.shape svg {
        width: calc(100% + 1.3px);
    }
    
    .shape {
        width: calc(145% + 1.3px);
        bottom: -3px;
    }
}

.hero-divider-bottom,
.hero-divider-top {
    position: relative;
    width: 50%;
    height: 34px;
    margin: 6px auto 30px;
}

.hero-divider-bottom::before,
.hero-divider-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.17 16.56'%3E%3Cpath fill='%23fff' d='M3.62,14.25l0,.17a.7.7,0,0,1-.24.48.85.85,0,0,1-.55.24H2.74a1,1,0,0,1-.61-.46,1.59,1.59,0,0,1-.25-.86l0-.21a3.18,3.18,0,0,1,1.26-1.86c1.8-1.47,4.29-2,6.74-2.11q1.11-.07,2.22-.07C18,9.55,23.85,11,29.75,12.38s11.8,2.86,17.79,2.86a33.3,33.3,0,0,0,4.8-.34,14,14,0,0,0,5.63-2A6.33,6.33,0,0,0,61,8.15c0-.11,0-.21,0-.32A3.85,3.85,0,0,0,60.6,6a2.42,2.42,0,0,0-1.49-1.22,2.25,2.25,0,0,0-.58-.07,2.89,2.89,0,0,0-1.63.56,5.33,5.33,0,0,0-1.2,1.19h0a8.46,8.46,0,0,0-1.65,4.94,6.14,6.14,0,0,0,1.53,4.2,7.76,7.76,0,0,0,5.26,2.25l.72,0a12.33,12.33,0,0,0,8.35-3.48,12.07,12.07,0,0,0,3.9-8.16V6a5.77,5.77,0,0,0-.72-2.81,3.34,3.34,0,0,0-.94-1.06,2.36,2.36,0,0,0-1.37-.44h-.25a2.8,2.8,0,0,0-2,1.29,6.84,6.84,0,0,0-.94,2.16A16.39,16.39,0,0,0,67,9.28a9.88,9.88,0,0,0,.38,2.79,7.59,7.59,0,0,0,1.8,3.12,5.86,5.86,0,0,0,3.14,1.74,5.54,5.54,0,0,0,1,.09,7.06,7.06,0,0,0,4.19-1.56,14.78,14.78,0,0,0,3.15-3.36A6.18,6.18,0,0,0,82,8.85V8.76a3.11,3.11,0,0,0-.59-1.81,2.29,2.29,0,0,0-1.66-1h-.17a2.45,2.45,0,0,0-1.43.5,3.47,3.47,0,0,0-1,1.11,4.32,4.32,0,0,0-.55,2.13A5.84,5.84,0,0,0,77.72,13a6.81,6.81,0,0,0,2.68,2.29,10.63,10.63,0,0,0,4.54.89,29.17,29.17,0,0,0,4.16-.37C99.25,14.31,109.32,12,119.44,12q1.12,0,2.24,0a10,10,0,0,1,2.14.25,3.3,3.3,0,0,1,1.65.91,2.2,2.2,0,0,1,.57,1.52,2.81,2.81,0,0,1-.61,1.74,1.9,1.9,0,0,1-1.48.75h-.22l-.06.5.1-.49a2.07,2.07,0,0,1-1-.49.76.76,0,0,1-.25-.54.71.71,0,0,1,.11-.37.5.5,0,0,0-.85-.53,1.71,1.71,0,0,0-.26.9,1.75,1.75,0,0,0,.55,1.25,3.05,3.05,0,0,0,1.54.76h0l.34,0a2.9,2.9,0,0,0,2.25-1.12,3.79,3.79,0,0,0,.83-2.37,3.2,3.2,0,0,0-.83-2.2,4.28,4.28,0,0,0-2.13-1.2,10.93,10.93,0,0,0-2.36-.29q-1.14,0-2.28,0c-10.28,0-20.39,2.28-30.49,3.74a28.43,28.43,0,0,1-4,.36,9.66,9.66,0,0,1-4.12-.8,5.82,5.82,0,0,1-2.28-2,4.84,4.84,0,0,1-.92-2.7A3.31,3.31,0,0,1,78,8.06a2.5,2.5,0,0,1,.69-.79A1.45,1.45,0,0,1,79.58,7h.09a1.3,1.3,0,0,1,.93.57A2.12,2.12,0,0,1,81,8.76v.06a5.27,5.27,0,0,1-1.17,2.71,13.79,13.79,0,0,1-2.93,3.13A6.07,6.07,0,0,1,73.31,16a4.54,4.54,0,0,1-.82-.07,4.86,4.86,0,0,1-2.6-1.45,6.61,6.61,0,0,1-1.56-2.71A8.9,8.9,0,0,1,68,9.28a15.4,15.4,0,0,1,.57-3.88,5.88,5.88,0,0,1,.79-1.84,1.8,1.8,0,0,1,1.29-.87h.15a1.35,1.35,0,0,1,.8.26,2.77,2.77,0,0,1,.9,1.27A5,5,0,0,1,72.82,6v.18a11.08,11.08,0,0,1-3.58,7.47,11.34,11.34,0,0,1-7.66,3.21l-.65,0a6.78,6.78,0,0,1-4.59-1.92,5.14,5.14,0,0,1-1.27-3.53A7.47,7.47,0,0,1,56.51,7a4.28,4.28,0,0,1,1-1,1.9,1.9,0,0,1,1.06-.39,1.23,1.23,0,0,1,.32,0,1.42,1.42,0,0,1,.87.73,2.85,2.85,0,0,1,.33,1.35v.24a5.33,5.33,0,0,1-2.64,4,13.12,13.12,0,0,1-5.22,1.87,32.34,32.34,0,0,1-4.65.32c-5.83,0-11.67-1.41-17.56-2.83S18.15,8.55,12.11,8.55q-1.14,0-2.28.07A12.7,12.7,0,0,0,2.52,11,4.13,4.13,0,0,0,.9,13.44a2.35,2.35,0,0,0,0,.36,2.59,2.59,0,0,0,.42,1.41,2,2,0,0,0,1.22.88,1.58,1.58,0,0,0,.35,0,1.83,1.83,0,0,0,1.24-.51,1.68,1.68,0,0,0,.56-1.21,1.36,1.36,0,0,0-.14-.61.5.5,0,1,0-.9.44Z' transform='translate(-0.88 -1.69)'/%3E%3C/svg%3E");
}

.hero-divider-bottom::before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

/* INTRO */
.intro {
	padding: 40px 0 70px;
    position: relative;
}

.intro .paragraph {
    text-align: center;
}

/* MEMPELAI */
.mempelai {
    margin-top: 0;
}

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

.mempelai-foto .frame {
    border-radius: 255px;
    border: solid 3px #eed9ab;
}

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

.mempelai-foto .flower-1 {
    position: absolute;
    left: -7%;
    bottom: 1%;
    width: 80px;
    z-index: 2;
}

.mempelai-foto .flower-2 {
    position: absolute;
    right: -2%;
    bottom: 4%;
    width: 110px;
    z-index: 2;
}

.mempelai-panggilan {
	font-family: 'BohemeFloral', serif;
    font-size: 56px;
    word-spacing: -3px;
    margin-bottom: 6px;
    text-align: center;
    margin-top: -46px;
}
	
.mempelai-nama {
    font-family: Gilda Display,serif;
    text-align: center;
    line-height: 1.2em;
    font-size: 25px;
    margin-top: -6px;
    margin-bottom: 8px;
}

.mempelai-detail {
    text-align: center;
    font-size: 15px;
    margin-bottom: 4px;
}

.mempelai-ortu {
    text-align: center;
    margin-bottom: 4px;
    line-height: 1.3em;
}

.mempelai-alamat {
    text-align: center;
}

/* QUOTE */
#quote {
    position: relative;
    padding: 10px 0 70px;
}

.quote-text {
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	font-style: italic;
	font-weight: 300;
}

.quote-title {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	font-style: italic;
	font-weight: 400;
}

.petik {
    font-size: 90px;
    line-height: .8em;
    margin-bottom: 40px;
    letter-spacing: -5px;
    font-family: 'Playfair Display', serif;
}

/* HITUNG MUNDUR */
#countdown{
    padding: 0 0 30px 0;
    margin-top: -30px;
}

.countdown-list {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 70px;
    padding-right: 5px;
    padding-left: 5px;
}

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

.counter-box {
    background-color: #163851;
    border-radius: 12px;
    padding: 20px 0 13px;
    color: #fff;
}

.counter-list__item .counting {
    font-family: 'Great Vibes', cursive;
    display: block;
    margin: 0 auto;
    font-size: 42px;
    line-height: .8em;
    margin-bottom: -2px;
}

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

@media(max-width: 768px) {
    .counter-list {
	    margin-top: 18px;
	}
	
    .counter-list__item .counting {
        font-size: 36px;
    }
    
    .counter-list__item p {
        padding: 0 0 6px;
        font-size: 14px;
    }
}

@media(min-width: 992px) {
	.counter-list__item .icon {
		top: 40%;
	}

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

/* LOKASI */
#location {
	padding: 70px 0;
	text-align: center;
    position: relative;
}

.acara-box {
    padding: 30px 10px;
    margin: 30px 20px;
    background-image: url(../img/pawiwahan-bg.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
}

.resepsi {   
    background-image: url(../img/resepsi-bg.jpg);
}

.acara-icon {
    text-align: center;
    margin-top: 10px;
}

.acara-icon img {
    width: 16%;
}

.acara-heading-title {
    font-weight: 100;
    line-height: 68px;
    letter-spacing: 0.3px;
    font-size: 17px;
}

.acara-divider {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.divider-icon {
    color: #030402;
    border-color: #030402;   
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 35px;
    text-align: center;
}

.acara-divider-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr;
    width: 66%;
    margin: 0 auto;    
    border-top: 1px solid #030402;
}

.acara-tgl {
    margin: 30px 0px 16px 0px;
}

.acara-jam  {
    margin: 10px 0px 20px 0px;
}

.acara-tempat {
    font-weight: 100;
    line-height: 60px;
    letter-spacing: 0.3px;
    font-size: 15px;
}

.acara-alamat  {
    margin: 20px 0px 20px 0px;
}

.acara-detail {
    font-size: 15px;
    font-weight: 100;
    line-height: 19px;
    letter-spacing: 1.4px;
}

.acara-alamat .acara-detail {
    margin-top: -30px;
}

.acara-divider-map {
    width: 66%;
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
    border: 0 solid #333;
}

.divider-inner {
    position: relative;
}

.map-divider {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.map-divider-border {
    -ms-flex: 1 1;
    flex: 1 1;
    margin-top: 0px;
    border-top: 1px solid #030402;
}

.map-divider-element {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.map-divider-element i {
    font-size: 22px;
    padding-top: 0px;
    color: #030402;
}

.btn-map {
    position: relative;
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    background: #163851;
    color: #faf8f7;
    letter-spacing: 1px;
    padding: 8px 30px 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.btn-map:hover {
	color: #000;
}

@media (max-width: 767px){
    .acara-box {
        margin: 15px;
    }
}

/* STORY */
.stories {
	padding: 70px 0;
    position: relative; 
}

.stories__title {
	margin-bottom: 50px;
}

.stories__img {
	border: 5px solid transparent;
}

.stories .icon {
	margin-bottom: 14px;
    margin-left: 4px;
}

.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 rgba(161,161,161,.5);
	-moz-box-shadow: 4px 21px 29px -8px rgba(161,161,161,.5);
	box-shadow: 4px 21px 29px -8px rgba(161,161,161,.5);
}

.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;
	}
}

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

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


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

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

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

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

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

/* VIDEO */
.video {
    padding: 0 0 70px 0;
}

/* BUKU TAMU */
.ucapan {
	padding: 280px 0 70px;
	position: relative;
}

.ucapan .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    background-image: linear-gradient(180deg, #faf8f700 34%, #faf8f75c 68%, #faf8f7 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, #cdd7de52 0%, #cdd7de63 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;
}

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

@media(min-width: 768px) {
	.scroll{
        margin: auto;
    }
    
    .ucapan .overlay {
        height: 600px;
        background-image: linear-gradient(180deg, #faf8f700 30%, #faf8f75c 58%, #faf8f7 100%),url(../img/bg-ucapan.jpg)!important;
    }
    
    .ucapan {
    	padding: 400px 0 70px;
    }

}

.row_ucapan {
    margin-bottom: 18px;
}

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

.row_ucapan .card {
    background-color: #163851;
    box-shadow: 0 .1rem .3rem rgba(0,0,0,.15);
    color: #163851;
    border: none;
    border-radius: 5px;
}

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

.row_ucapan blockquote{
    margin: 6px;
}

.row_ucapan blockquote p{
    font-size: 14px;
    font-style: italic;
    margin-bottom: 2px;
    color: #faf8f7;
}

.row_ucapan .blockquote-footer {
    color: #faf8f7;
    margin-top: -4px;
}

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

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

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

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

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

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #9cb6cd; 
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #d6e2eb; 
}

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

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

.rsvp-form input,
.rsvp-form textarea,
.rsvp-form select {
	width: 100%;
	font-style: initial;
	color: #1c1c1c;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 0;
	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;
}

.rsvp-form textarea{
	margin-top: 12px;
}

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 #262626;
  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: #262626;
    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: #0f0f0f;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #0f0f0f;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #0f0f0f;
}
:-moz-placeholder { /* Firefox 18- */
	color: #0f0f0f;
}

.rsvp-form-submit {
    position: relative;
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    background: #163851;
    color: #faf8f7;
    letter-spacing: 1px;
    padding: 8px 30px 7px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
	border: none;
}

.rsvp-form-submit:hover {
	color: #fff;
}

.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;
	}
}

/* MODAL */
.modal {
    background: #444;
    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%;
}

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

.modal.show .modal-dialog {
    position: relative;
    margin: 0 auto;
}

.modal-content {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}

.modal-foto {
    position: relative;
    width: 20vh;
    margin: 0 auto 14px;
}

.modal-foto img {
    border-radius: 255px;
}

.modal-body {
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}

.heading-modal {
    font-size: 20px;
    margin-bottom: 6px;
    color: #fff;
}

.paragraph-modal {
    margin-bottom: -5px; 
    font-size: 15px;
    color: #fff;
}

.paragraph-yth {
    margin-bottom: -5px; 
    font-size: 14px;
    color: #fff;
}

.modal-dari {
    font-family: 'BohemeFloral', cursive;
    font-size: 58px;
    word-spacing: -8px;
    margin-bottom: 20px;
    color: #fff;
}

.modal-penerima{
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: -4px;
    color: #fff;
}

.btn-modal {
    background: #fff;
    color: #000;    
    position: relative;
    font-size: 12px;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 1px;
    padding: 8px 30px 7px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

@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;
    }
}

/*FOOTER*/
.footer {
    padding-top: 90px;
}

.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;
}

@media(min-width: 768px) {
	.footer {
		padding: 80px 0 20px;
	}
}

/* MUSIC */
#buttonmusic {
    position: fixed;
    bottom: 15px;
    padding: 9px 11px 5px 11px;
    right: 10px;
    background: #163851;
    color: #f6f7fc;
    font-size: 18px;
    z-index: 3;
    display: none;
    border-radius: 50%;
}

/* AMPLOP */
.amplop {
	position: relative;
    padding: 70px 0;
}

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

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

.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: 14px;
}
        
.modal-amplop .modal-text {
    font-size: 15px;
}

.modal-amplop .modal-body hr {
    border-top: 1px solid #000;
    width: 80%;
    margin-top: 24px;
    margin-bottom: 20px;
}

.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: 15px 8px 10px;
    color: #0f0f0f;
    border-radius: 12px;
}

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

.box-gift .btn-map {
    font-size: 10px;
    margin-top: 14px;
    padding: 7px 24px;
	background-color: #163851;
}

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

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