body{
	color:#7b7571;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #ff4061;
}
.mfp-wrap{z-index: 9999;}
.btn-primary,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered:active:focus,
.btn-primary.btn-bordered.active{
	background:#f9667e;
	border:solid 2px #f9667e;
	color:#fff;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.btn-bordered{
	background:none;
	border:solid 2px #f9667e;
	color:#f9667e;
}
.date span{
	border-bottom:solid 2px #f9667e;
}
.title span{
	border-color: #f9667e -moz-use-text-color -moz-use-text-color;
}
.title-block .divider {
    border-bottom: solid 2px #f9667e;
}
.social-icons a{
	border: 4px solid #7b7571;
	background: #7b7571;
}
.social-icons a:hover{
	color:#fff;
	border: 4px solid #f9667e;
	background: #f9667e;
}
.bg-color-1,.timeline > li > .timeline-badge,.timeline > li > .timeline-end > .timeline-badge {
	background-color: #f9667e;
}
.circle,.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f9667e;
}
#wish-form .form-control:focus {
    border-color:#f9667e;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .txt-color-1,.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > .active > a:hover,section#frase i,.final-frase span,#wish-form label.checkbox-button:hover,#wish-form input[type="checkbox"]:checked + label.checkbox-button{
    color: #f9667e;
}
a,a:hover{
	color: #f9667e;
}

/*	Table OF Contents
==========================
1. General Styles
2. Navigation
3. Section - Home (banner)
4. Section - Couple
5. Section - Frase
6. Section - Our Story
7. Section - Counter
8. Section - Gallery
9. Section - Featured People
10. Section - When where
11. Section - Gift Registry
12. Section - RSVP
13. Section - Footer
14. Responsive
*/

/* ==================================================================
	1. General Styles
================================================================== */
body{
	color:#7b7571;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
}

/* Texts */
h1,h2,h3,h4,h5,h6,section#home{
	font-family:'Oswald', Verdana, Geneva, sans-serif;
	font-family:'Playball', cursive;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color:#f9667e;
}

.title-block{
	margin:0px auto 70px auto;
	text-align:center;
}
.title-block .divider{
	border-bottom:solid 2px #f9667e;
	width:56px;
	margin:20px auto;
}
.title-block h1{
	font-size: 53px;
}
.title-block p{
	font-size:18px;
}

/* Colors */
.bg-gray-1{background-color:#f4f4f4;}
.bg-gray-2{background-color:#eaeaea;}
.bg-gray-3{background-color:#cecece;}
.bg-dark{background-color:#3d3d3d;}
.bg-color-1{background-color:#f9667e;}
.txt-gray-1{background-color:#f4f4f4;}
.txt-gray-2{background-color:#eaeaea;}
.txt-gray-3{background-color:#cecece;}
.txt-dark{background-color:#3d3d3d;}
.txt-color-1{color:#f9667e;}

/* Layout */
.space10{height:10px;}
.space20{height:20px;}
.space30{height:30px;}
.space40{height:40px;}
.space50{height:50px;}
.space60{height:60px;}

.top-pad-10{padding-top:10px;}
.top-pad-20{padding-top:20px;}
.top-pad-30{padding-top:30px;}
.top-pad-40{padding-top:40px;}
.top-pad-50{padding-top:50px;}
.top-pad-60{padding-top:60px;}
.top-pad-70{padding-top:70px;}
.top-pad-80{padding-top:80px;}

.bot-pad-10{padding-bottom:10px;}
.bot-pad-20{padding-bottom:20px;}
.bot-pad-30{padding-bottom:30px;}
.bot-pad-40{padding-bottom:40px;}
.bot-pad-50{padding-bottom:50px;}
.bot-pad-60{padding-bottom:60px;}
.bot-pad-70{padding-bottom:70px;}
.bot-pad-80{padding-bottom:80px;}

.top-mrg-10{margin-top:10px;}
.top-mrg-20{margin-top:20px;}
.top-mrg-30{margin-top:30px;}
.top-mrg-40{margin-top:40px;}
.top-mrg-50{margin-top:50px;}
.top-mrg-60{margin-top:60px;}
.top-mrg-70{margin-top:70px;}
.top-mrg-80{margin-top:80px;}

.bot-mrg-10{margin-bottom:10px;}
.bot-mrg-20{margin-bottom:20px;}
.bot-mrg-30{margin-bottom:30px;}
.bot-mrg-40{margin-bottom:40px;}
.bot-mrg-50{margin-bottom:50px;}
.bot-mrg-60{margin-bottom:60px;}
.bot-mrg-70{margin-bottom:70px;}
.bot-mrg-80{margin-bottom:80px;}

/* Bootstrap Elemtents*/
.btn{
	border-radius:3px;
}
.btn-primary,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered:hover,
.btn-primary.btn-bordered:active,
.btn-primary.btn-bordered:active:focus,
.btn-primary.btn-bordered.active{
	background:#f9667e;
	border:solid 2px #f9667e;
	color:#fff;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.btn-bordered{
	background:none;
	border:solid 2px #f9667e;
	color:#f9667e;
}
.img-circle{
	border:10px solid #f9667e;
}

/*Section General*/
section{
	padding:120px 0px;
}
section.img-bg{
	position: relative;
	/*background-attachment:fixed!important;*/
	background-size:cover!important;
	color:#FFF;
	background-position:center!important;
}
section.img-bg:before{
	content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
section.img-bg-3{
	background:url(../img/bg-3.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
section.img-bg-4{
	background:url(../img/bg-4.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
section.img-bg-5{
	background:url(../img/bg-5.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
}

/* ==================================================================
	2. Navigation
================================================================== */
#nav-sticky-wrapper{
	height: 50px;
	z-index: 1200;	
}
.navbar-brand ul.names{
	font-size:30px;
	text-transform:none!important;
	font-family: 'Playball', cursive;
}
.navbar-brand ul.names .circle{
	width: 28px;
    height: 28px;
    font-size: 18px;
	top: -5px;
}
#nav {
    font-family:'Oswald', Verdana, Geneva, sans-serif;
    font-size: 20px;
    z-index: 998;
    width: 100%;
	padding: 20px 0px;
}
.navbar-default {
    background-color: #FFF;
    border:0px;
}
.nav > li a{
	padding: 10px 6px;
}
.nav > li a:after{
	content: "/";
	padding-left: 10px;
	color: rgba(0, 0, 0, 0.2);
}
.nav > li:last-child a:after{
	content: "";
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
   	color:#f9667e;
    background:none;
}
#nav_list{
	padding: 0px 30px
}
/* Collapse navbar into the hamburger (navbar-toggle) below 1200px instead of
   Bootstrap's default 768px breakpoint. Re-applies Bootstrap's mobile navbar
   rules across the 768–1199px range (style.css loads after libs.css, so these win). */
@media (min-width: 768px) and (max-width: 1199px) {
	#nav .navbar-header {
		float: none;
	}
	#nav .navbar-toggle {
		display: block;
	}
	#nav .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	#nav .navbar-collapse.collapse {
		display: none !important;
	}
	#nav .navbar-collapse.collapse.in {
		display: block !important;
		height: auto !important;
		overflow-y: auto !important;
	}
	#nav .navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}
	#nav .navbar-nav > li {
		float: none;
	}
	#nav .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav .navbar-right {
		float: none !important;
		margin-right: 0;
	}
}
/* ==================================================================
	3. Section - Home (banner)
================================================================== */
section#home{
	/*background-attachment:fixed!important;*/
	background-size:cover!important;
	background-position: center!important;
	text-align:center;
	/*min-height:800px;*/
	height: 100vh;
	padding:50px 0px;
	position:relative;
	/*padding-top:15%;*/
	color: #fff;
	display: flex;
	align-items: center;
}
section#home:before{
	content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
ul.names{
	list-style:none;
	display:inline;
	font-size:100px;
	font-weight:300;
	padding: 0px;
}
ul.names li{
	display: inline-block;
}
.circle{
	background: #F9667E;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 63px;
	font-weight: normal;
	line-height: 1.5em;
	border-radius: 100px;
	margin: 0px;
	color: #FFF;
	top: -15px;
	position: relative;
}
.date{
	font-size:50px;
}
.date span{
	font-size:55px;
	border-bottom:solid 2px #F9667E;
	line-height:1em;
}
.hour{
	font-size:30px;
	margin-top: 20px;
}
.hour span{
	font-size:20px;
}
.place{
	font-size:20px;
}
.title span{
    -moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	display: inline-block;
	margin: 5px 10px;
	width: 40px;
	border-color: #D6516D -moz-use-text-color -moz-use-text-color;
	border-style: solid none none;
	border-width: 1px 0px 0px;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

@media (max-width: 1024px) {
	section#home ul.names {
		font-size: 85px;
	}
}

@media (max-width: 767px) {
	.navbar-brand ul.names {
	    font-size: 28px;
	}
	.title{
		margin-bottom:30px;
	}
	.title span{
		width: 17px;
		margin: 7px 5px;
	}
	#home h3{
		font-size: 18px;
	}
	.date{
		font-size:30px;
		margin-top:30px;
	}
	.date span{
		font-size:45px;
		line-height:1em;
	}

	section#home ul.names {
		font-size: 40px;
		text-align: center;
		margin-bottom: 20px;
	}
	section#home ul.names li{
		/*display:list-item;*/
	}
	section#home .circle {
	    width: 60px;
	    height: 60px;
	    font-size: 38px;
	    line-height: 1.5em;
	    top: 0px;
	    margin: auto;
	}
}

@media (max-width: 456px) {
	section#home ul.names {
		font-size: 30px;
	}
	section#home .circle{
		width: 50px;
	    height: 50px;
	    font-size: 32px;
	}
}


/* ==================================================================
	4. Section - Couple
================================================================== */
.profile img{
	width: 100%;
	max-width: 350px;
	margin:30px auto;
	box-shadow: 0 0 10px rgb(0 0 0 / 16%);
	padding: 5px;
}
.social-icons{
	margin: 27px auto;
}
.social-icons a{
	display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
	text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.7em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
	margin:5px;
	border: 4px solid #7b7571;
	background: #7b7571;
}
.social-icons a:hover{
	border: 4px solid #F9667E;
	background: #F9667E;
}

/* ==================================================================
	5. Section - Frase
================================================================== */
section#frase h2{
	line-height: 1.7em;
	margin-bottom: 50px;
}
section#frase i{
	color: #f9667e;
}

/* ==================================================================
	6. Section - Our Story
================================================================== */
/*Timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color:rgba(0, 0, 0, 0.09);
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border-radius: 2px;
	padding: 20px 20px 50px 20px;
	position: relative;
	background: transparent;
	border: 3px solid #ededed;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 24px;
	right: -18px;
	display: inline-block;
	border-top: 17px solid transparent;
	border-left: 17px solid #e8e8e8;
	border-right: 0 solid #e8e8e8;
	border-bottom: 18px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #f9667e;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li:first-child > .timeline-badge {
    position: absolute;
    top: 1%;
    left: 50%;
}
.timeline > li > .timeline-end > .timeline-badge {
    color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #f9667e;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	position: absolute;
    top: 100%;
    left: 50%;
}
.timeline > li > .timeline-end > .caption {
    top: 110%;
    left: 45%;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px 20px 50px 20px;
	position:absolute;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background: #FFF;
	width:300px;
}
.timeline > li{
	margin-top:-34%;
}

.timeline > li:first-child {
    margin-top: -27px;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline > li .timeline-heading .timeline-title {
	text-align:right;
	font-family: 'Oswald', Verdana, Geneva, sans-serif;
}
.timeline > li.timeline-inverted .timeline-heading .timeline-title {
	text-align:left;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body img{
	margin:30px auto;
}

.timeline-body > p + p {
	margin-top: 5px;
}
.final-frase{
	font-size: 28px;
	margin-top: 20px;
}
.final-frase span{
	color:#f9667e;
	font-weight:bold;
}

/* ==================================================================
	7. Section - Counter
================================================================== */
/* ==================================================================
	8. Section - Gallery
================================================================== */
/*Gallery Nav*/
.gallery_nav{
	text-align: center;
	padding-top: 20px;
}
.port-image{
    width: 100%;
}
.gallery_product{
    margin-bottom: 30px;
}
.gallery_product>a>img{
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
/*Magnific Popup*/
.mfp-bg {
    background: #fff;
}
a.mfp-image:hover{
	opacity: 0.7;
}
.mfp-bottom-bar {
    margin-top: -27px;
}
.mfp-title, .mfp-counter{
    color: #7b7571;
    font-size: 18px;
}
   
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #7b7571;
}
.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #7b7571;
}
.mfp-close {
	font-size: 52px;
	top: -10px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #7b7571;
}
/* ==================================================================
	9. Section - Featured People
================================================================== */
.featured img{
	margin:0px;
	float:right;
	width:240px;
	height: 240px;
	border:10px solid #FFF!important;
	margin-left:10px;
}
.featured .social-icons a{
	width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
	text-decoration: none;
	font-size: 14px;
	border: 4px solid #f9667e;
	background: #f9667e;
	margin: 0;
    margin-right: 5px;
}
.featured .social-icons {
    margin: 12px auto;
}
.featured .text{
	text-align:right;
}
.featured-right .featured img{
	float:left;
	margin-right:10px;
}
.featured-right .featured .text{
	text-align:left;
}
.featured{
	border: 1px solid #ededed;
	border-radius: 36px;
	padding: 16px;
	display: flex;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgb(0 0 0 / 6%);
	align-items: center;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
/* ==================================================================
	10. Section - When Where
================================================================== */
/* .wedding-location-section {
    padding-bottom: 70px;
}

.wedding-location-section .location-grids {
    margin: 0 -15px;
}

.wedding-location-section .location-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 50px;
    position: relative;
} */
.location-grids .grid{
	margin-bottom: 30px;
}
.location-grids{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.location-grids h3{font-size: 21px!important;font-family: 'Oswald', Verdana, Geneva, sans-serif;}
.location-grids ul li+li{
	min-height: 72px;
}

@media (max-width: 1199px) {
    .wedding-location-section .location-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .wedding-location-section .location-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}

@media (max-width: 550px) {
    .wedding-location-section .location-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.wedding-location-section .location-grids .grid .datails {
    padding: 30px 30px 50px;
    background: #f5fffe;
    -webkit-box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
    box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
}

.wedding-location-section .img-holder {
    position: relative;
}

.wedding-location-section .img-holder:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 15px;
    border: 2px solid rgba(62, 120, 132, 0.6);
}

.wedding-location-section .date {
    background-color: rgba(62, 120, 132, 0.8784313725490196);
    padding: 8px 18px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 767px) {
    .wedding-location-section .date {
        padding: 15px 20px;
        right: 20px;
        top: 20px;
    }
}

.wedding-location-section .date p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
    margin: 0;
}

.wedding-location-section .date p span {
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.wedding-location-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin: 0.2em 0 1em;
}

@media (max-width: 991px) {
    .wedding-location-section h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.wedding-location-section ul {
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.wedding-location-section ul li {
    display: inline-block;
    color: #ababab;
    margin-bottom: 15px;
}

.wedding-location-section ul > li + li {
    float: left;
    margin-right: 20px;
}

.wedding-location-section ul i {
    display: inline-block;
    color: #3e7884;
    padding-right: 5px;
    font-weight: 600;
}

.wedding-location-section p {
    margin-bottom: 1.9em;
    color: #8a8c8c;
    display: inline-block;
}


#whenwhere{
	padding: 120px 0;
}
.location-grids .grid-item{
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding-bottom: 20px;
}

.location-grids .img-holder img{
	width: 100%;
}
.location-heading{
	font-size: 53px;
	text-align: center;
}
.grid-item .date,
.grid-item .datails{
	margin: 0 20px;
	text-align: center;
}
.grid-item .datails li::marker{
	font-size: 0;
}
.grid-item .datails ul{
	padding-left: 0;
}
.see-location-btn {
    background-color: #f9667e;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 60px;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 12px 0;
    display: block;
}
.see-location-btn:hover{
	background-color: white;
	border: 1px solid #f9667e;
}
.date .divider{
	border-bottom:solid 2px #f9667e;
	width:84px;
	margin:10px auto;
}
/* ==================================================================
	11. Section - Gift Registry
================================================================== */
/*Owl Carrousel*/
#owl-logo .item{
	margin: 5px;
	background: #FFF;
	padding: 30px;
}
#owl-logo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls .owl-page span {
    background: #7b7571;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f9667e;
}

/* ==================================================================
	12. Section - RSVP
================================================================== */
#wish-form input, #wish-form textarea{
	/*color: #363B3F;*/
	padding: 15px 30px;
	resize: none;
	border-radius: 0px;
	height: auto;
}
#wish-form .form-control:focus {
    border-color:#f9667e;
    outline: 0px none;
    box-shadow:none;
}

#wish-form .has-error input,
#wish-form .has-error input:focus,
#wish-form .has-error textarea,
#wish-form .has-error textarea:focus{
	margin-bottom: 0px;
	border-color:#a94442;
}
#wish-form input[type="checkbox"]{
	display: none;
}
#wish-form label.checkbox-button {
	font-family:'Oswald', Verdana, Geneva, sans-serif;
	font-size: 23px;
	cursor: pointer;
	font-weight: normal;
}
#wish-form label.checkbox-button:hover {
	color: #f9667e;
}
#wish-form input[type="checkbox"]:checked + label.checkbox-button {
    color: #f9667e;
}
input[type="checkbox"]:checked + label.checkbox-button i.fa::before {
    content: "\f058";
}

/* ==================================================================
	13. Section - Footer
================================================================== */
section#footer ul.names {
	font-size: 43px;
	font-family: 'Playball', cursive;
}
section#footer .circle {
    width: 64px;
    height: 64px;
    font-size: 41px;
    line-height: 1.5em;
    top: 0px;
}
section#footer .copyright {
	margin-top:40px;
}
/* ==================================================================
	14. Responsive
================================================================== */
@media (max-width: 1199px) {

	.featured,
    .featured-right .featured{
    	text-align: center;
    	display:block;
    }
    .featured .text,
    .featured-right .featured .text {
    	text-align: center;
    }
    .featured img,
    .featured-right .featured img{
    	float:none;
    	margin:auto;
    }
}
@media (max-width: 767px) {
	.timeline > li .timeline-heading .timeline-title{text-align:center!important;}
    section {
	    padding: 60px 0px;
	}
	#whenwhere{
		padding: 60px 0px;
	}
    ul.timeline:before {
        left: 40px;
        display: none;
    }
    .timeline > li {
	    margin-top:0px;
	}

    ul.timeline > li > .timeline-panel {
        width:100%;
    }
    
    ul.timeline > li > .timeline-panel .timeline-body{
        text-align: center!important;
    }

    ul.timeline > li > .timeline-badge,
    ul.timeline > li:first-child > .timeline-badge,
    ul.timeline > li> .timeline-end .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
        display:none;
    }

    .final-frase {
	    margin-top: -29px;
		width: 70%;
		margin-left: 90px;
		text-align: left;
	}

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
        display: none;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
        display: none;
    }

    section#footer ul.names {
		font-size: 28px;
	}
	section#footer .circle {
	    width: 43px;
		height: 43px;
		font-size: 31px;
		line-height: 1.2em;
	    top: 0px;
	}
}
.wish-box{overflow-y: auto;height: 386px;background-color: rgb(255 255 255 / 70%);margin: 0.5rem 0;border: 5px solid #f23b43;color: #333;}
.wish-box::-webkit-scrollbar {width: 8px;}
.wish-box::-webkit-scrollbar-thumb {background-color: #999;-webkit-border-radius: 0;-moz-border-radius: 0;-o-border-radius: 0;-ms-border-radius: 0;border-radius: 0;}
.wish-box .wish-box-item{padding: 10px;}
.wish-box .wish-box-item p{color: #333;margin:.5rem 0;}
.wish-box .wish-box-item.bg{background-color: #fff0f1;}
#clock {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#clock > div {
  width: 176px;
  height: 176px;
  float: left;
  display: table;
  border: 3px solid #f23b43;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 70%);
}
#clock > div > div {
  display: table-cell;
  vertical-align: middle;
}

#clock > div{
  margin: 15px;
  color: #000;
}
#clock .time {
  font-family: 'Century Gothic', Arial;
  color: #f9667e;
  font-size: 54px;
  line-height: 54px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  #clock > div {
  	width: 150px;
  	height: 150px;
  }
  #clock .time {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 375px) {
  #clock > div {
  	width: 110px;
  	height: 110px;
  }
  #clock .time {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
	.navbar-brand{padding: 15px 0;}
}
.donate-modal {
    display: none; 
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
.donate-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
	max-width: 750px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetopfordonatemodal;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetopfordonatemodal;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetopfordonatemodal {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetopfordonatemodal {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.donate-modal strong, .donate-modal h3{font-family:inherit!important;}
.donate-modal-close {color: white;float: right;font-size: 28px;font-weight: bold;text-decoration: none;cursor: pointer;}
.donate-modal-header {padding: 8px 16px;background-color: #f23b43;color: #fff;font-size:30px;text-align:center;line-height: 40px;}
.donate-modal-header strong{display:flex;align-items:center;justify-content: center;flex-wrap: wrap;color:#fff;}

.donate-modal-header strong span{margin-left:10px;}
.donate-modal-body {padding: 0 15px;}
.donate-box{display: flex;justify-content: space-evenly;flex-wrap: wrap;}
.donate-box .donate-card{width: calc(50% - 40px);margin: 20px;padding: 20px;border: 3px solid #f23b43;border-radius: 10px;}
.donate-box .donate-card:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.donate-box .donate-card h3{padding:0;margin:0;margin-bottom: 20px;font-weight: bold;font-size: 18px;line-height: 30px;}
.donate-box .donate-card p {margin: 10px 0!important;font-size: 16px;}
.donate-box .donate-card p:last-child {margin-bottom:0!important;}
@media (max-width: 699px) {
  .donate-box .donate-card{width:100%;margin: 20px 5px;}
}
.donate-box .donate-card {position:relative;}
.donate-box .donate-card .qr-code-image{max-width: 150px;border: 1px solid #ccc;padding: 3px;margin: auto;display: block;cursor: zoom-in;}
.donate-box .cryptos-box {border-top: 1px solid #f23b43;margin-top: 25px;}
.donate-box .cryptos-box h4 {margin: 0;margin-top: 20px;text-align: center;}
.donate-box .cryptos-box .cryptos-items {display: flex;flex-wrap: wrap;justify-content: center;margin-right: -10px;margin-left: -10px;margin-top: 10px;}
.donate-box .cryptos-box .cryptos-items .crypto-item {padding:10px 10px 0;}
.donate-box .cryptos-box .cryptos-items .crypto-item img {width:50px;max-width:100%;min-width:35px;cursor:pointer;}
.donate-box .cryptos-box-view {display:none;position: absolute;top: 0;left: 0;background: #ffffff;width: 100%;height: 100%;border-radius: 7px;padding:10px;text-align: center;}
.donate-box .cryptos-box-view h5 {font-weight: bold;font-size: 18px;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.donate-box .cryptos-box-view h5 img{width:25px;}
.donate-box .cryptos-box-view h5 .coin-img {margin-right: 5px;}
.donate-box .cryptos-box-view h5 .coin-id {margin-left: 5px;}
.donate-box .cryptos-box-view .coin-address {display: block;padding: 10px;background: #ffe2e4;margin-bottom: 15px;word-break: break-word;color: #201f1f;}
.donate-box .cryptos-box-view .cryptos-box-view-close {margin-top: 15px;background: #f23b43;color: #fff;padding: 5px 15px;border-radius: 5px;border: 1px solid #e3252d;}
.donate-box .cryptos-box-view .cryptos-box-view-close:hover{background: #e3252d;}
.mb-30{margin-bottom: 30px}
.section-accessibilities{background: #ffe2e5;padding:0;}
.section-accessibilities .btn-container{margin-top: 20px;margin-bottom: 30px;}
.section-accessibilities .button-accessibilities .accessibility-btn{padding: 15px 20px!important;min-width: 220px!important;margin: 10px 5px 0!important;font-size: 1.4rem!important;text-transform: uppercase;}
.section-accessibilities .button-accessibilities .accessibility-btn .content-button{display: flex;align-items: center;justify-content: center;}
.section-accessibilities .button-accessibilities .accessibility-btn .content-button svg{margin-right:5px;}
.section-accessibilities .button-accessibilities .accessibility-btn:after{content:""!important;}
@media (max-width: 500px) {
	.section-accessibilities .button-accessibilities .accessibility-btn{width: 100%!important;margin: 10px 0!important;}
}

.video-section{padding:0; width: 100%; padding-bottom: 10rem;}
.ratio {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
/* Phụ đề mục: libs.css của họ này không có luật cho `.section-sub-title` nên nó rơi
   về `h3` của bootstrap (24px) — gần bằng tiêu đề 30px, đọc như hai tiêu đề chồng
   nhau. 28 template kia để 17.6px; dùng px chứ không dùng rem vì root ở đây là 10px. */
.section-sub-title {
	padding-bottom: 3rem;
	font-size: 18px;
	line-height: 1.5;
}
.video-section iframe {
	border-radius: 20px;
}
.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe {
	border: 0;
}

.weddingdate-section {background: #ffe2e5; padding: 50px 0px;display: flex;align-items: center;justify-content: center;}
.weddingdate-section .mini_calendar{max-width: 420px;}
.weddingdate-section .mini_calendar table{caption-side: top;width: 100%;}
.weddingdate-section .mini_calendar table th{text-align: center;padding: 8px 0;color: #484747;border-top: 1px solid #CFCFD0;border-bottom: 1px solid #CFCFD0;font-size: 0.9em;font-weight: normal;}
.weddingdate-section .mini_calendar table tr:nth-child(2) td {padding-top: 20px;height: 60px;}
.weddingdate-section .mini_calendar td {font-size: 0.9em;text-align: center;width: 60px;height: 40px;vertical-align: middle;color: #484747;}
.weddingdate-section .mini_calendar .calendar-month {text-align: center;margin-bottom: 20px;font-weight: 400;color: #203447;text-transform: uppercase;}
.weddingdate-section .mini_calendar td #today{display: inline-block;width: 30px;height: 30px;line-height: 20px;padding: 5px;background-color: rgb(200, 157, 156);color: #fff;border-radius: 50%;}
.weddingdate-section #clock {max-width: 485px;overflow: hidden;display: none;}
.weddingdate-section #clock > div {width: 10%;float: left;text-align: center;color: rgb(200, 157, 156);}
.weddingdate-section #clock .box > div {font-size: 3rem;margin-bottom: 0.1em;line-height: .8em;}

.calendar-button .atcb-button-wrapper{padding:0!important;width: 100%!important;margin: auto!important;display: block!important;}
.calendar-button .atcb-button{width:100%!important;margin-bottom: 10px!important;border-radius:60px!important;box-shadow: none!important;font-size: 16px!important;font-family: inherit!important;padding:8px 12px;}
.atcb-list-item .atcb-icon > span{display:initial!important;}

.parent-infos{margin:0.6rem;color:#767878;}
.parent-info .parent-title{margin-right:0.2rem;}
.parent-infos .parent-name{font-weight:600;text-transform:uppercase;}

.video-section h2 {
    font-weight: 600;
    margin-bottom: 30px;
	text-align: center;
}

.video-section p {
    font-size: 20px;
    font-style: italic;
    color: #fff;
    margin-bottom: 2em;
    line-height: 1.5em;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.video-btn {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 16px;
    position: relative;
}

.video-play-btn {
    line-height: 75px;
    font-size: 2rem;
	background: #f9667e;
    border: 3px solid #f9667e;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 1px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.video-play-btn:hover{color:#fff;background:rgb(249 102 126 / 60%)};

.fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.9) !important;
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}
#fancybox-loading {
	z-index: 99999!important;
}

/* Acessbilities Buttons */
#menu-access{
	position: fixed;
	bottom: 226px;
	right: 50px;
	width: 40px;
	height: 40px;
	z-index: 99999;
}
#menu-access > ul >li{
	background-color: #df4758;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius:50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 42px;
	height: 42px;
	margin-bottom: 10px;
}	
.shake{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	-webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	-moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	-o-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) 1;
	animation-delay: 0s;
}
.content-button{
	position: relative;
	top: 3px;
}
.list-menu-icon{
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	padding: 0;
	margin:0;
    list-style: none;
	position: absolute;
	bottom: -116px;
}
.menu-icon{
	font-size: 25px;
}
.btn-menu-open,.btn-menu-close{
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius:50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #df4758;
	transition: all 2s ease-in;
	position: relative;
	bottom: -156px;
}
.btn-menu-open::after,.btn-menu-close::after{
	position: absolute;
	display: block;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(242, 59, 67, 0.3);
	width: 120%;height: 120%;
	left: -10%;
	top: -10%;
	-webkit-animation: weddingplanlogo-pulse 1s infinite;
	animation: weddingplanlogo-pulse 1s infinite;
	z-index: -1;
}
.access-icon{
	height: 25px;
	width: auto;
	margin-top: 4px;
}
.btn-menu-close{
	display: none;
	position: absolute;
}
.btn-menu-open > svg, .btn-menu-close > svg{
	padding-top: 5px;
    padding-left: 6px;
    height: 33px;
    width: auto;
	color: #fff;
}

@media (max-width: 799px){
	#menu-access{
		bottom: 186px;
		right: 20px;
	}
}
@-webkit-keyframes weddingplanlogo-pulse {
	from {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.95, 0.95, 0.95);
	  transform: scale3d(0.95, 0.95, 0.95);
	}
	to {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
}
  
@keyframes weddingplanlogo-pulse {
	from {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.95, 0.95, 0.95);
	  transform: scale3d(0.95, 0.95, 0.95);
	}
	to {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	}
}

@keyframes shake {
	10%, 90% {
	  transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
	  transform: translate3d(2px, 0, 0);
	}
  
	30%, 50%, 70% {
	  transform: translate3d(-4px, 0, 0);
	}
  
	40%, 60% {
	  transform: translate3d(4px, 0, 0);
	}
  }

.tooltipBtn .tooltiptext {
	visibility: hidden;
	width: 130px;
	font-family: sans-serif; 
	font-size: 14px;
	background-color: #df4758;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 170%;
}
.tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #df4758;
}
.tooltipBtn:hover .tooltiptext {
	visibility: visible;
}
.access-section-icon{
	height: 20px;
	width: auto;
	margin-right: 4px;
}

/* ALBUM GALLERIES */
#btn-see-more-gallery{
	background: #f9667e;
	color: #fff;
	cursor: pointer;
	border-radius: 50px;
	padding: 10px 20px;
}
.btn-see-more-gallery{
	cursor: pointer;
}
.btn-see-more-wrap{
	margin-top: 20px;
}
.lg-toolbar .lg-icon{width: 45px!important;}
#lg-counter{padding-left: 13px!important;}
.lg-outer .lg-inner{
	white-space: normal!important	;
}
.lg-sub-html{
    padding: 0!important;
}
.lg-sub-html h4{
	padding: 10px 65px!important;
    color:#fff;
    font-weight: 500;
    font-size: 18px!important;
}
@media only screen and (max-width: 768px){
    .lg-sub-html h4{
        padding: 10px 20px!important;
        font-size: 13px!important;
    }
    .lg-outer .lg-toogle-thumb{
        right: 0;
        top: -90px;
    }
}
.lg-backdrop, .lg-outer{
    z-index: 9999999;
}

.emoji-picker{max-width:100%;display:none;position: absolute;user-select: none!important;background: #fff;right: 15px;z-index: 9999;bottom: -405px;-webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);border-radius: 0.5rem;overflow: hidden;}
.emoji-picker > emoji-picker{--emoji-size:22px;}
@media screen and (max-width: 400px){
	emoji-picker {
	  --num-columns: 6;
	}
}
#wish-form textarea{margin-bottom:0;border-bottom: 1px solid #ddd;border-radius:0!important;}
#wish-form .textAreaIcons{position:relative;text-align: right;background: #fff;padding: 10px; border: 1px solid #ccc;}
#wish-form .textAreaIcons span{color: #333;cursor:pointer;margin-right:4px;}
#wish-form .textAreaIcons .tooltip{ width: 150px;}
#wish-form .textAreaIcons .tooltip .tooltip-inner{padding: 8px 12px;font-size: 16px;}
#wish-form .wishes-autocomplete-content{position: absolute;top: 50px;width: 100%;left: 0;z-index: 333;background: #fff;-webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);}
#wish-form .wishes-autocomplete-content input{
	background-image: url('../images/ic_search.png')!important;
	background-position: 10px 15px!important;
	background-repeat: no-repeat!important;
	width: 100%!important;
	font-size: 16px!important;
	padding: 12px 20px 12px 40px!important;
	border: 1px solid #ddd!important;
	margin-bottom: 0!important;
	border-radius:0!important;
}
#wish-form .wishes-autocomplete-content ul{list-style-type: none;margin: 0;padding: 0;max-height: 300px;overflow: auto;display: block;height: auto;text-align:left;}
#wish-form .wishes-autocomplete-content ul li a {
	border: 1px solid #ddd!important;
	margin-top: -1px!important;
	padding: 12px!important;
	text-decoration: none!important;
	font-size: 15px!important;
	color: black!important;
	display: block!important;
}
#wish-form .wishes-autocomplete-content ul li a:hover{background-color: #eee!important;}
#wish-form .tooltip-custom {
	position: relative;
	display: inline-block;
}

/* dresscode */
#whenwhere .img-holder {
    position: relative;
}
#whenwhere .dresscode-colors-event{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(246 246 246 / 70%);
    padding: 6px;
    justify-content: center;
}
#whenwhere .dresscode-colors-event > .dresscode-colors-item{
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
#whenwhere .dresscode-colors-wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#whenwhere .grid-item:hover .tooltip-dresscode{
    display: block;
}
#whenwhere .grid-item .tooltip-dresscode {
    width: 130px;
    font-family: sans-serif; 
    font-size: 14px;
    background-color: rgb(255 255 255);
    border: 1px solid #eee;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    color:#000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    display: none;
}
#whenwhere .grid-item .tooltip-dresscode::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255 255 255) transparent transparent transparent;
}

.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
.d-none{display: none;}
@media only screen and (max-width: 700px) {
	.toast-top-right{
		 top: 62px!important;
	 }
 }
/* ============================================================
   TEMPLATE30 — EDITORIAL MAGAZINE THEME
   Bold magazine-cover layout. All rules scoped under .tpl-editorial
   Palette: ivory #F7F3EC · ink #222 · gold #C9A24B
   Fonts: Playfair Display (display/italic), Cormorant Garamond (body),
          Jost (small-caps labels)
   ============================================================ */
.tpl-editorial {
    --ed-ivory: #F7F3EC;
    --ed-ink: #222222;
    --ed-ink-soft: #4a4844;
    --ed-gold: #C9A24B;
    --ed-line: rgba(34, 34, 34, 0.18);
    background: var(--ed-ivory);
    color: var(--ed-ink);
    font-family: 'Cormorant Garamond', Georgia, serif;
}
.tpl-editorial h1,
.tpl-editorial h2,
.tpl-editorial h3 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--ed-ink);
}

/* ---- Section headers (.title-block) — Nº numeral + italic Playfair + gold rule ---- */
.tpl-editorial .title-block {
    margin: 0 auto 56px auto;
    text-align: center;
    position: relative;
}
.tpl-editorial .title-block h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 0.5px;
    color: var(--ed-ink);
}
.tpl-editorial .title-block h1::before {
    content: "N\00BA";
    display: block;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--ed-gold);
    margin-bottom: 10px;
}
.tpl-editorial .title-block .divider {
    border-bottom: solid 1.5px var(--ed-gold);
    width: 64px;
    margin: 18px auto;
}
.tpl-editorial .title-block p {
    font-size: 19px;
    color: var(--ed-ink-soft);
    font-style: italic;
}

/* ============================================================
   HERO — magazine cover
   ============================================================ */
.tpl-editorial section#home {
    position: relative;
    min-height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: stretch;
    padding: 0;
}
.tpl-editorial section#home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 18, 14, 0.45) 0%, rgba(20, 18, 14, 0.18) 38%, rgba(20, 18, 14, 0.62) 100%);
    z-index: 1;
}
.tpl-editorial .mag-cover {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px clamp(20px, 5vw, 70px) clamp(40px, 7vh, 90px);
}
/* masthead bar across top with gold rule under whole bar */
.tpl-editorial .mag-masthead {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1.5px solid var(--ed-gold);
    color: var(--ed-ivory);
}
.tpl-editorial .mag-masthead-tag {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 13px;
}
.tpl-editorial .mag-masthead-date {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    color: var(--ed-gold);
}
/* cover body — giant overlapping serif names, bottom-left anchored */
.tpl-editorial .mag-cover-body {
    position: relative;
    margin-top: auto;
    color: var(--ed-ivory);
    text-align: left;
    max-width: 100%;
}
.tpl-editorial .mag-issue-tag {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    color: var(--ed-gold);
    margin-bottom: 14px;
}
.tpl-editorial section#home .title {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1px;
    color: var(--ed-ivory);
    margin: 0 0 6px 0;
    opacity: 0.92;
}
.tpl-editorial section#home .title span { display: none; }
.tpl-editorial section#home ul.names {
    list-style: none;
    margin: 0 0 18px 0;
    padding: 0;
    display: block;
}
.tpl-editorial section#home ul.names li {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: clamp(54px, 12vw, 138px);
    line-height: 0.86;
    letter-spacing: -1px;
    color: var(--ed-ivory);
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
    margin-left: -2px;
}
.tpl-editorial section#home ul.names li.circle {
    font-size: clamp(30px, 5vw, 58px);
    font-style: italic;
    color: var(--ed-gold);
    margin: 2px 0 2px 6px;
    line-height: 1;
}
.tpl-editorial section#home .date {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 14px;
    color: var(--ed-ivory);
    padding-top: 14px;
    border-top: 1px solid rgba(247, 243, 236, 0.4);
    display: inline-block;
}

/* ============================================================
   NAV — serif small-caps masthead, thin gold rule
   ============================================================ */
.tpl-editorial #nav.navbar-default {
    background: var(--ed-ivory);
    border: none;
    border-bottom: 1.5px solid var(--ed-gold);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.04);
}
.tpl-editorial #nav .navbar-brand {
    height: auto;
    padding: 14px 0 10px;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.tpl-editorial .mag-nav-kicker {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 9px;
    color: var(--ed-gold);
    margin-bottom: 3px;
}
.tpl-editorial .navbar-brand ul.names {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.tpl-editorial .navbar-brand ul.names li {
    display: inline-block;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 26px;
    color: var(--ed-ink);
    letter-spacing: 0;
}
.tpl-editorial .navbar-brand ul.names li.circle {
    color: var(--ed-gold);
    font-size: 18px;
}
.tpl-editorial #nav_list > li > a {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: var(--ed-ink);
    font-weight: 400;
}
.tpl-editorial #nav_list > li > a:hover,
.tpl-editorial #nav_list > li.active > a {
    color: var(--ed-gold);
}
.tpl-editorial #nav_list .buttonDonate {
    color: var(--ed-gold) !important;
}
.tpl-editorial .navbar-toggle .icon-bar {
    background-color: var(--ed-ink);
}

/* ============================================================
   COUPLE — magazine spread, asymmetric offset columns
   ============================================================ */
.tpl-editorial section#couple.bg-gray-1 {
    background-color: var(--ed-ivory);
    padding: 90px 0 100px;
}
.tpl-editorial .mag-spread-header {
    text-align: center;
    margin-bottom: 56px;
}
.tpl-editorial .mag-spread-numeral {
    display: block;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 13px;
    color: var(--ed-gold);
    margin-bottom: 8px;
}
.tpl-editorial .mag-spread-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: 48px;
    margin: 0 0 16px;
    color: var(--ed-ink);
}
.tpl-editorial .mag-spread-rule {
    display: inline-block;
    width: 64px;
    border-bottom: 1.5px solid var(--ed-gold);
}
.tpl-editorial .mag-spread {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
/* vertical offset to break the symmetric two-column look */
.tpl-editorial .mag-spread-col--first { margin-top: 0; }
.tpl-editorial .mag-spread-col--second { margin-top: 80px; }
.tpl-editorial .mag-spread-col .profile { text-align: left; }
.tpl-editorial .mag-portrait {
    position: relative;
    margin: 0 0 26px;
    overflow: hidden;
}
.tpl-editorial .mag-portrait img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    filter: grayscale(12%) contrast(1.02);
}
/* thin caption bar — role in Jost small-caps */
.tpl-editorial .mag-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.82);
    color: var(--ed-ivory);
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    padding: 11px 18px;
}
.tpl-editorial .mag-spread-col .profile h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    margin: 0 0 12px;
    color: var(--ed-ink);
    line-height: 1.05;
}
.tpl-editorial .mag-intro {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 21px;
    line-height: 1.55;
    color: var(--ed-ink-soft);
    margin: 0;
}
/* Playfair drop-cap on first letter */
.tpl-editorial .mag-dropcap::first-letter {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 64px;
    line-height: 0.78;
    float: left;
    padding: 6px 12px 0 0;
    color: var(--ed-gold);
}

/* ============================================================
   FOOTER — masthead strip + gold rule + big Playfair italic names
   ============================================================ */
.tpl-editorial section#footer {
    background: var(--ed-ink);
    color: var(--ed-ivory);
    padding: 70px 0 64px;
}
.tpl-editorial .mag-footer-masthead {
    border-bottom: 1.5px solid var(--ed-gold);
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.tpl-editorial .mag-footer-tag {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 12px;
    color: var(--ed-gold);
}
.tpl-editorial section#footer h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: 38px;
    color: var(--ed-ivory);
    margin: 0 0 18px;
}
.tpl-editorial section#footer ul.names {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tpl-editorial section#footer ul.names li {
    display: inline-block;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 600;
    font-size: clamp(34px, 6vw, 60px);
    color: var(--ed-ivory);
    vertical-align: middle;
}
.tpl-editorial section#footer ul.names li.circle,
.tpl-editorial section#footer .circle {
    color: var(--ed-gold);
    font-size: clamp(22px, 4vw, 38px);
    margin: 0 12px;
}

/* ============================================================
   SHARED SECTIONS — restyle to editorial palette (markup unchanged)
   ============================================================ */
.tpl-editorial #gallery,
.tpl-editorial #our-story,
.tpl-editorial #events,
.tpl-editorial .weddingdate-section,
.tpl-editorial .video-section {
    background-color: var(--ed-ivory);
}
.tpl-editorial #btn-see-more-gallery,
.tpl-editorial .see-location-btn,
.tpl-editorial #wish-form .btn-primary,
.tpl-editorial .accessibility-btn {
    background: var(--ed-ink) !important;
    border: 1px solid var(--ed-ink) !important;
    color: var(--ed-ivory) !important;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 12px;
    border-radius: 0 !important;
}
.tpl-editorial #btn-see-more-gallery:hover,
.tpl-editorial .see-location-btn:hover,
.tpl-editorial #wish-form .btn-primary:hover,
.tpl-editorial .accessibility-btn:hover {
    background: var(--ed-gold) !important;
    border-color: var(--ed-gold) !important;
    color: var(--ed-ink) !important;
}
/* Love story timeline accents */
.tpl-editorial .timeline-badge {
    background: var(--ed-gold) !important;
    border-color: var(--ed-gold) !important;
}
.tpl-editorial .timeline-title,
.tpl-editorial .timeline-panel h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: var(--ed-ink);
}
.tpl-editorial .location-heading,
.tpl-editorial .section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: var(--ed-ink);
}
.tpl-editorial .section-sub-title {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    /* Chữ hoa + giãn 4px ở cỡ 18px đọc to hơn hẳn tiêu đề dù số đo nhỏ hơn; hạ cả cỡ
       lẫn độ giãn để phụ đề về đúng vai phụ. Phải đặt font-size ở đây vì luật skin
       (0,2,0) thắng `.section-sub-title` (0,1,0) phía trên. */
    font-size: 15px;
    letter-spacing: 2px;
    color: var(--ed-gold);
}
/* Wishes section overlay */
.tpl-editorial section#wishes.img-bg { position: relative; }
.tpl-editorial section#wishes.img-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 18, 14, 0.55);
}
.tpl-editorial section#wishes.img-bg .container { position: relative; z-index: 2; }
.tpl-editorial section#wishes .title-block h1,
.tpl-editorial section#wishes .title-block p { color: var(--ed-ivory); }
.tpl-editorial section#wishes .title-block h1::before { color: var(--ed-gold); }
.tpl-editorial .wish-box-item strong {
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    color: var(--ed-gold);
}
/* Donate cards */
.tpl-editorial .donate-modal-header {
    background: var(--ed-ink);
    color: var(--ed-ivory);
}
.tpl-editorial .donate-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    color: var(--ed-ink);
}
/* Menu access floating */
.tpl-editorial #menu-access .tooltiptext {
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
}

/* ============================================================
   RESPONSIVE — collapse offsets on tablet/mobile
   ============================================================ */
@media only screen and (max-width: 768px) {
    .tpl-editorial .mag-spread-col--second { margin-top: 48px; }
    .tpl-editorial section#home ul.names li { font-size: clamp(44px, 16vw, 82px); }
    .tpl-editorial .mag-masthead { flex-direction: row; }
    .tpl-editorial .mag-masthead-tag { letter-spacing: 3px; font-size: 11px; }
    .tpl-editorial .mag-masthead-date { font-size: 10px; letter-spacing: 2px; }
}
@media only screen and (max-width: 480px) {
    .tpl-editorial .mag-cover { padding: 22px 18px 40px; }
    .tpl-editorial .mag-spread-col .profile h2 { font-size: 32px; }
    .tpl-editorial .mag-dropcap::first-letter { font-size: 50px; }
}

/* ===== SECTION CONSISTENCY NORMALIZATION — template30 (Editorial Serif) =====
   accent=gold #C9A24B · ink #222 · line #e3d9c6 · tint #F1EADD · heading Playfair */
.tpl-editorial ::-webkit-scrollbar-thumb{ background-color:#C9A24B; }
.tpl-editorial a,.tpl-editorial a:hover{ color:#C9A24B; }
.tpl-editorial h1 span,.tpl-editorial h2 span,.tpl-editorial h3 span,.tpl-editorial h4 span,.tpl-editorial h5 span,.tpl-editorial h6 span,.tpl-editorial .txt-color-1{ color:#C9A24B; }
.tpl-editorial .title-block .divider,.tpl-editorial .date .divider{ border-bottom-color:#C9A24B; }
.tpl-editorial .btn-primary,.tpl-editorial .btn-primary.btn-bordered{ background:#C9A24B; border:1px solid #C9A24B; color:#fff; }
.tpl-editorial .btn-primary:hover,.tpl-editorial .btn-primary:focus,.tpl-editorial .btn-primary:active{ background:transparent; border:1px solid #222; color:#222; }
.tpl-editorial #btn-see-more-gallery,.tpl-editorial .btn.btn-see-more-gallery{ background:#C9A24B; color:#fff; border-radius:0; }
.tpl-editorial .see-location-btn{ background-color:#C9A24B; color:#fff; border-radius:0; }
.tpl-editorial .see-location-btn:hover{ background:#fff; color:#222; border:1px solid #222; }
.tpl-editorial .calendar-button,.tpl-editorial .grid-item .datails a{ color:#C9A24B; }
.tpl-editorial .timeline:before{ background-color:#e3d9c6; }
.tpl-editorial .bg-color-1,.tpl-editorial .timeline>li>.timeline-badge,.tpl-editorial .timeline>li>.timeline-end>.timeline-badge{ background-color:#C9A24B; }
.tpl-editorial .timeline>li>.timeline-panel{ border:1px solid #e3d9c6; }
.tpl-editorial .timeline-title{ color:#222; font-family:'Playfair Display',serif; }
.tpl-editorial .timeline-heading .timeline-title,.tpl-editorial .timeline-heading .timeline-title span{ color:#C9A24B; }
.tpl-editorial .section-accessibilities{ background:#F1EADD; }
.tpl-editorial .weddingdate-section{ background:#F1EADD; }
.tpl-editorial .weddingdate-section .mini_calendar td #today{ background-color:#C9A24B; }
.tpl-editorial .weddingdate-section .calendar-month{ font-family:'Playfair Display',serif; color:#222; }
.tpl-editorial .weddingdate-section #clock>div{ color:#222; }
.tpl-editorial #clock>div{ border:1px solid #C9A24B; background:#fff; }
.tpl-editorial #clock .time{ color:#C9A24B; font-family:'Playfair Display',serif; }
.tpl-editorial .section-title,.tpl-editorial .location-heading,.tpl-editorial .title-block h1{ font-family:'Playfair Display',serif; color:#222; }
.tpl-editorial .video-section h2{ font-family:'Playfair Display',serif; }
.tpl-editorial .wish-box{ border:1px solid #C9A24B; }
.tpl-editorial .wish-box .wish-box-item.bg{ background:#F1EADD; }
.tpl-editorial #wish-form .form-control:focus{ border-color:#C9A24B; }
.tpl-editorial #wishes h1,.tpl-editorial #wishes .title-block h1{ font-family:'Playfair Display',serif; }
.tpl-editorial .video-play-btn{ background:#C9A24B; border-color:#C9A24B; }
.tpl-editorial .img-circle{ border-color:#C9A24B; }
.tpl-editorial .donate-modal-header{ background:#C9A24B; }
.tpl-editorial .donate-box .donate-card{ border:1px solid #C9A24B; }
.tpl-editorial .donate-box .cryptos-box{ border-top-color:#C9A24B; }
.tpl-editorial #menu-access>ul>li,.tpl-editorial .btn-menu-open,.tpl-editorial .btn-menu-close{ background-color:#C9A24B; }
.tpl-editorial .btn-menu-open::after,.tpl-editorial .btn-menu-close::after{ background-color:rgba(201,162,75,.3); }
.tpl-editorial .tooltipBtn .tooltiptext{ background-color:#C9A24B; }
.tpl-editorial .tooltiptext::after{ border-color:transparent transparent transparent #C9A24B; }

/* "&" ampersand circle → gold text, no pink fill */
.tpl-editorial .circle{ background:transparent; color:#C9A24B; }

/* Gallery: show max 6 thumbnails (rest via "see more" lightgallery), like template25-28 */
.tpl-editorial .masonry-gallery > div:nth-of-type(n+7){ display:none !important; }

/* === Gift registry theme === */
/* Palette: Magazine Luxury — ink=#222222 ink-soft=#4a4844 gold=#C9A24B ivory=#F7F3EC (WARM gold).
   Live .tpl-editorial re-skin (NOT the killed legacy coral). Buttons=ink→deep-gold gradient so
   white text passes across it (bright gold #C9A24B is too light to hold white). Gold is the accent.
   #gifts prefix (1,1,0) beats the component's class-only base (0,1,0) with no !important. */
#gifts .gift-card-price      { color: #9A7B33; }              /* readable gold-dark (~3.9:1) not pale gold */
#gifts .gift-buy-link        { border-color: #C9A24B; color: #4a4844; }
#gifts .gift-buy-link:hover  { background: #F3EBD8; color: #222222; }
#gifts .gift-claim-btn       { background: linear-gradient(45deg, #222222, #8a6a2e); }
#gifts .gift-header          { background: linear-gradient(135deg, #222222, #8a6a2e); }
#gifts .gift-submit          { background: linear-gradient(45deg, #222222, #8a6a2e); }
#gifts .gift-info-ic         { background: #F3EBD8; color: #9A7B33; }
#gifts .gift-copy-ic         { color: #9A7B33; }
#gifts .gift-copy-ic:hover   { color: #222222; }
#gifts .gift-cta-shopee      { background: linear-gradient(90deg, #222222, #8a6a2e);
                               box-shadow: 0 10px 24px rgba(34,34,34,.30); color: #fff; }
/* Leak defenses: template global a / h* selectors (0,1,1) outrank the component's
   class-only base (0,1,0). Pin the universal values back so #gifts (1,1,0) wins. */
#gifts .gift-modal-title     { color: #fff; }                 /* white on ink→gold header */
#gifts .gift-release-link    { color: #E8556A; }              /* semantic danger red */
#gifts .gift-release-link:hover { color: #d23a51; }
/* Self-buy: WARM gold palette -> keep cream (ivory + gold wash) */
#gifts .gift-selfbuy         { background: #F7F3EC; border-color: #e7dcc4; }
#gifts .gift-selfbuy-ic      { background: #F0E6CF; color: #9A7B33; }
#gifts .gift-copyall         { color: #9A7B33; }
#gifts .gift-copyall:hover   { color: #4a4844; }
