/* UMUM */
@font-face {
    font-family: 'Cafetoria';
    src: url('https://undangandigitalbali.com/assets/fonts/Cafetoria.woff') format('woff');
    font-weight: normal;
	font-style: normal;
	height: 100%;
}

@font-face {
    font-family: 'Dustart';
    src: url('https://undangandigitalbali.com/assets/fonts/Dustart.woff') format('woff');
    font-weight: normal;
	font-style: normal;
	height: 100%;
}

*:focus {
	outline: none!important;
}

body {
    font-family: "Cormorant Garamond", Sans-serif;
	font-size: 21px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background-color: #374347;
	color: #e4cc92;
    height: auto;
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat;
}

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

/* 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 */
.section-title{
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 5px;
}

@media (max-width: 767px){
    .section-title{
        font-size: 24px;
    }
}

@media (max-width: 1024){
    .section-title{
        font-size: 40px;
        letter-spacing: 3px;
    }
}

.section-title img{
    width: 240px;
}

.section-title span{
    font-family: 'Dustart', cursive;
    font-size: 40px;
}

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

.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-2 {
	margin-top: 20px;
}

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

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

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

/* HERO */
.hero {
	/*background-image: url('../img/hero.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;*/
	padding: 40px 0 0 0;
	color: #8c6f55;
}

.hero_title {
	font-size: 74px;
	font-family: 'Tangerine', cursive;
	font-weight: 500;
}

.hero_ornament {
	width: 140px;
}

.hero_ornament_down {
    width: 120px;
	margin-top: -10px;
}

.hero_date {
	font-size: 38px;
	font-weight: 500;
	font-style: initial;
	font-family: 'Tangerine', cursive;
}


@media(min-width: 768px) {
	.hero__title {
		font-size: 52px;
	}
	
	.hero_ornament {
    	width: 260px;
    }
}

@media(min-width: 992px) {
}

/* INTRO */
.intro {
	margin: 90px 0 0;
}

.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 {
    margin-top: 20px;
}

.mempelai-foto{
	padding: 50px;
}
	
.mempelai-nama {
    font-family: "Cormorant Garamond", Sans-serif;
    text-align: center;
    line-height: 1.2em;
    font-size: 30px;
	margin-bottom: 8px;
}

.mempelai-detail {
    text-align: center;
    padding: 10px 15px 0px 15px;
    font-style: italic;
    margin-bottom: 15px;
}

.mempelai-ortu {
    text-align: center;
    font-weight:700;
    padding: 0px 15px 0px 15px;
    margin-bottom: 15px;
}

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

/* HITUNG MUNDUR */
/* HITUNG MUNDUR */
.countdown {
	margin: 50px 0 70px 0;
}

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

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

.counter-box {
    background-color: #e4cc92;
    color: #374347;
    border-radius: 8px;
    padding: 11px 0 9px;
}

.counter-list__item .counting {
    display: block;
    margin: 0 auto;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: -2px;
}

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

@media(max-width: 768px) {
    .counter-list {
	    margin-top: 18px;
	}
	
    .counter-list__item .counting {
        font-size: 30px;
    }
    
    .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;
    }
}

/* QUOTE */
.quote {
	padding: 90px 0;
	position: relative;
}

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

.quote-arti{
    font-size: 20px;
    font-style: italic;
}

/* ACARA */
.acara {
    margin-top: 20px;
    text-align: center;
}

.acara .title{
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 5px;
}

@media (max-width: 767px){
    .acara .title{
        font-size: 24px;
    }
}

@media (max-width: 1024){
    .acara .title{
        font-size: 40px;
        letter-spacing: 3px;
    }
}

.acara .acara-head,
.acara .acara-detail,
.acara .acara-alamat{
    font-family: 'Alegreya', serif;
    font-style: italic;
}

.acara .acara-head {
    font-size: 34px;
}

.acara .acara-alamat {
    font-size: 22px;
    line-height: 1.3;
}

.acara hr {
    border-top: 2px solid #000;
    width: 100px;
    margin-top: 30px;
    margin-bottom: 24px;
}

.acara .btn-map {
    bottom: 0;
    background-color: #e4cc92;
    color: #374347;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 30px;
    margin: auto;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}

.acara .penutup {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (max-width: 767px){
    .acara .penutup{
        font-size: 18px;
    }
}

@media (max-width: 1024){
    .acara .penutup{
        font-size: 40px;
        letter-spacing: 3px;
    }
}

.acara .keluarga {
    font-style: italic;
    font-weight: 600;
}

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

.stories__title {
	margin-bottom: 50px;
}

.stories__img {
	/*border: 10px solid #fbfbfa;*/
	padding: 5px;
}

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

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

.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(140 111 85);
	-moz-box-shadow: 4px 21px 29px -8px rgb(140 111 85);
	box-shadow: 4px 21px 29px -8px rgb(140 111 85);
}

.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: 30px 0 70px 0;
}

/* Ucapan */
.ucapan {
    padding: 0 0 50px 0;
}

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

@media(max-width: 768px) {
	.scroll{
        margin: 0 10px;
    }

}

.row_ucapan {
    margin-bottom: 24px;
}

.row_ucapan .nama {
    padding-left: 20px;
    font-weight: 600;
    margin-top: -4px;
    font-size: 17px;
}

.row_ucapan .hadir {
    padding-left: 20px;
    font-size: 15px;
    margin-top: -6px;
    font-style: italic;
}

.row_ucapan .ucapan {
    color: #374347;
    margin: 10px 10px 0;
    background: #e4cc92;
    padding: 20px 24px;
    position: relative;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-style: italic;
}

.row_ucapan .ucapan:before, 
.row_ucapan .ucapan:after {
	content: "\201C";
	position: absolute;
	font-size: 20px;
	padding: 10px;
	line-height: 1;
	color: #374347;
}

.row_ucapan .ucapan:before {
	top: 0;
	left: 4px;
}
.row_ucapan .ucapan:after {
	content: "\201D";
	right: 4px;
	bottom: -.5em;
}

.row_ucapan .quote {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #e4cc92;
    margin: 0 0 0 40px;
    margin-bottom: 2px;
    padding: 0;
}

.row_ucapan h5 {
    font-weight: 600;
    margin-bottom: -2px;
}

.row_ucapan span {
    font-size: 17px;
    margin-top: -10px;
    font-style: italic;
}

.row_ucapan p {
    margin-bottom: 10px;
}

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

/* Track */
.scroll::-webkit-scrollbar-track {
  background: #6b7f83; 
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #e4cc92; 
}

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

/*Buku Tamu */
.rsvp-box .rsvp-form {
	margin-top: 50px;
}

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

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea{
	border: 0;
	background-color: #4f5c60;
	border-radius: 4px;
	border-bottom: 1px solid #f1f1f1;
}

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

.radio-wrapper{
    
}

input[type="radio"] + label{
    font-size: 16px;
    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 #e4cc92;
  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: #e4cc92;
    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 {
	display: block;
	background-color: #e4cc92;
    color: #374347;
	border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
	padding: 9px 34px;
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	transition: background-color .3s ease;
	-webkit-transition: background-color .3s ease;
}

.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: 20px 0 20px;
    width: 100%;
}

footer .heading {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 3px;
}

@media (max-width: 767px){
    footer .heading{
        font-size: 22px;
    }
}

@media (max-width: 1024){
    footer .heading{
        font-size: 36px;
        letter-spacing: 3px;
    }
}
footer .protokol {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .protokol-item {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

footer .protokol-item img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

footer .protokol-item p{
    font-size: 14px;
}

@media(max-width: 768px) {
	footer .protokol-item{
	    width: 33.3%;
	}
}

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

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

.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: 14px;
    padding: 12px 14px 4px 14px;
    background-color: #e4cc92;
    right: 14px;
    color: #374347;
    font-size: 24px;
    border-radius: 50%;
    z-index: 3;
}

/* MODAL */
.modal {
	background-color: #374347;
	color: #e4cc92;
    height: auto;
    background-image: url(../img/bg-pattern.png);
    background-repeat: repeat;
}

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

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

.modal-img-left{
    position: absolute;
    left: -40px;
    top: -50px;
    width: 180px;
	z-index: 9;
}

.modal-img-right {
    position: absolute;
    bottom: -45px;
    right: -45px;
    width: 150px;
	z-index: 9;
}

.modal-content {
    padding: 0 12px 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color:transparent;
    background-clip: padding-box;
    border: none;
    border-radius: .3em;
    outline: 0;
}

.modal-foto img{
    height: 35vh;
}

.modal-body {
	padding: 20px;
    position: relative;
    width: 100%;
    pointer-events: auto;
    background-color: #293d41;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
	-webkit-box-shadow: 4px 6px 15px -8px rgb(0 0 0 / 50%);
	-moz-box-shadow: 4px 6px 15px -8px rgb(0 0 0 / 50%);
    box-shadow: 4px 6px 15px -8px rgb(0 0 0 / 50%);
}

.modal-box {
	padding: 70px 0 50px;
    border: 2px solid #b8a378;
}

.heading-modal {
	font-size:22px;
	margin-bottom:6px;
}

.modal-penerima{
    font-weight: 600;
    font-size: 32px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.modal-dari{
    font-family: 'Cafetoria', cursive;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 34px;
    margin-top: 18px;
    margin-bottom: 14px;
}

.modal-dari span{
    font-size: 36px;
    font-family: 'Dustart', cursive;
}

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

.btn-modal {
    bottom: 0;
    background-color: #e4cc92;
    color: #374347;
    border: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 30px;
    margin: auto;
    cursor: pointer;
    border-radius:30px;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    z-index: 99;
}

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

