/*
Template Name: Liebe 
Author: Ingrid Kuhn
Author URI: themeforest/user/ingridk
Version: 1.0
Last change: 08 june 2018

	Table of Contents

	#General and Typography
	#Preloader
	#Navigation
	#Logo
	#Intro
	#Save the Date
	#About Us
	#Our Story
	#Attendants
    #Event
	#Quote
	#Registry
	#Gallery
	#RSVP
	#Blog Pages
	#Footer and Credits
	#Miscellaneous
	#Media Queries

===========================
  General and Typography
============================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}
body {
    width: 100%;
    /*height: 100%;*/
    background-image: url(../img/ornaments/bgtexture1.png);
    background-size: cover;
    background-attachment: fixed;
    font-weight: 400;
    color: #333;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Lora', serif;*/
    font-family: 'Philosopher', sans-serif;
    -webkit-overflow-scrolling: touch;
	 position: relative;
	 background-color: rgba(255,116,174,0.1);
}
p,
ul {
    font-size: 16px;
    line-height: 28px;
}
img {
    transition: all .2s ease-in-out;
}
/* Headings */

h1 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 20px;
	letter-spacing:-1px;
    /*font-family: 'Lora', serif;*/
    font-family: 'Dancing Script', cursive;
    
}
h2 {
    font-size: 50px;
    font-family: 'Lora', serif;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
}
h3 {
    font-family: 'Lora', serif;
    font-size: 35px;
    margin-top: 0px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}
h4 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin: 30px 0px;
}
h5 {
    font-size: 16px;
    margin: 0;
    letter-spacing: .10em;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
h6 {
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Lora', serif;
	font-style:italic;
    letter-spacing: -0.1px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 800;
    letter-spacing: 0.5px;
}
.element1 {
    right: -15%;
    position: absolute;
    top: 0%;
}
.italic {
    font-style: italic;
}

/* Links */

a {
    transition: color .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
/* Others */

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p {
    color: #fff !important;
}
i {
    transition: all .2s ease-in-out;
}
.small-heading {
    font-size: 1.100em;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding-bottom: 15px;
}

@media (min-width: 1200px) {
	.container {
    width: 1170px;
}
}

/*===========================
  Preloader
============================ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color:#fff0f6;
}
.spinner {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 10%;
    left: 45%;
}
.spinner > div {
    border-radius: 100%;
    display: inline-block;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */   
    animation-fill-mode: both;
}
.spinner .bounce1 {
    animation-delay: -0.32s;
}
/* Preloader icon */

.spinner .bounce1:after {
    content: "\F004";
    position: absolute;
    font-family: "fontawesome";
    font-size: 40px;
    margin-top: -40px;
    margin-left: -10px;
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(1.0);
    }
    40% {
        transform: scale(1.5);
    }
}
/*===========================
  Navigation
============================ */

/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-toggle {
    font-size: 35px;
    color: #fff;
    transition: all .2s ease-in-out;
    float: right;
	border-radius:0px;
    line-height: 35px;
    padding:0!important;
	/*background: rgba(250, 250, 250, 0.68);*/
}

.navbar-toggle i {
	color: #fff;
}
.navbar-toggle i:focus,
.navbar-toggle i:active,
.navbar-toggle i:hover {
    color: #fff;
}
/* Shrink navbar on scroll  */

nav .navbar-brand img {
    max-height: 130px;
}
nav .navbar-toggle {
    margin: 13px 15px 13px 0;
}
nav a {
    font-size: 20px;
	letter-spacing:0.3px;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
    font-family: 'Dancing Script', cursive;
}
.navbar-custom ul.nav li.active a {
	color: #333;
}
nav.navbar.shrink {
    min-height: 35px;
	box-shadow: none;
    border-bottom: 5px double #fff;
}
nav.navbar.shrink .navbar-brand img {
    max-width: 120px;
}
nav.navbar.shrink a {
    font-size: 20px;
    /*padding-bottom: 20px !important;*/
    /*padding-top: 20px !important;*/
}
nav.navbar.shrink .navbar-toggle {
    margin: 8px 15px 8px 0;
    padding: 4px 5px;
}
.navbar-custom .navbar-nav>li>a {
    color: #fff;
    padding: 15px;
    transition: all .2s ease-in-out;
}
.navbar-custom ul.nav li a:hover,
.navbar-custom .nav > .active > a {
    color: #fff;
    background: transparent;
}
.navbar-custom.no-color {
    box-shadow: none;
}
.navbar-custom ul.nav li a {
    display: inline-block;
}
.navbar ul.dropdown-menu>li>a {
    display: block;
    padding: 13px 10px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 0px;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    transition: all .2s ease-in-out;
}
.navbar-custom li:after { /*navbar divider */
    content: "\f111";
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 3px;
    color: #fff;
}
ul.nav.navbar-nav> li.dropdown.open > ul > li:after {
    display: none;
}
.navbar-custom li:last-child:after {
    display: none;
}
nav.navbar.shrink ul.dropdown-menu>li>a {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.nav .open>a,
.nav>li>a:focus,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 100vh;
}

/*===========================
  Logo
============================ */

.navbar-brand {
    padding: 0px;
}
.navbar-brand-centered h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 140px;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-size: 45px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.navbar-brand-centered h1 small {
	font-family: 'Dancing Script', cursive;
	color: #fff;
}


/* =========================== Intro ============================ */

#intro {
    padding-top: 140px;
    padding-bottom: 50px;
    background-position: top center;
    background-repeat: no-repeat;
}
#intro .intro-heading {
    margin: 0 auto;
    text-align: center;
    z-index: 99;
}
#intro .intro-heading.margin {
  padding-top:200px;
  padding-bottom: 100px;
}
#intro .italic {
font-size: 60px;
    vertical-align: middle;
    color: #df9898;
}
/* Blurred photos in the background */

#intro .photowall {
    z-index: 0;
	width: 98%;
    position: absolute;
}
#intro .photowall img {
    filter: blur(2px);    
    -webkit-filter: blur(2px);
    /* Prefixed CSS3 blur filters */    
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='2');
}
#intro .photowall img:hover {
    filter: none;
}

.text-ornament.style01 {text-transform: none!important; font-size: 30px;}
/* Main Couple picture */

.main-picture img {
    z-index: 19;
    margin-left: 1%;
}
/* Parallax ornament */

.ornament1 {
    background-repeat: no-repeat;
    position: absolute;
    left: 17%;
    top: 0%;
    z-index: 1;
    transform: rotate(-20deg);
}
/* Ken Burns Slideshow */

.slideshow {
  position: absolute;
  width: 100%;
  height:100%;
  z-index:0;
  overflow: hidden;
  border-bottom: double 4px #fff;
}
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration:26s;
          animation-duration: 26s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* Ken Burns animation */

.slideshow-image:nth-child(1) {
  background-image: url('../img/couplefullwidth.jpg');
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  background-image: url('../img/couplefullwidth2.jpg');
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
   background-image: url('../img/couplefullwidth3.jpg');
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  background-image: url('../img/couplefullwidth4.jpg');
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slideshow-image, .jumbotron, .navbar-custom {
	
	box-shadow: inset 0 0 0 1000px rgba(225 86 144 / 52%);
}

nav.navbar.shrink, .section-heading h2:before, .section-heading h2:after, .alert.alert-success, .btn-primary.focus, .btn-primary:focus, .btn:focus, .btn, .btn .btn-primary, .option-input:checked, .option-input:checked::after, .back-to-top, .dropdown-menu, .option-input:hover, footer {
	background-color: #ff8cbc;
}

nav.navbar.shrink {
	border: none;
}

.btn, .btn .btn-primary {
	    background: hotpink;
}

.btn:hover {
	opacity: 0.7;
	outline: none;
	font-weight: 600;
}


/* =========================== Save the date ============================ */

#clock {
    font-size: 40px;
    line-height: 42px;
    font-family: Playfair Display;
    font-style: italic;
    font-weight: 400;
}
#clock .count {
    display: inline-block;
    margin: 0px 30px;
}
#clock .displayformat {
    font-size: 20px;
    font-style: normal;
    font-family: Playfair Display;
    width: 100%;
    font-weight: 400;
}
/* Parallax ornaments */

.ornament2 {
	background-image:url(../img/001.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0%;
    margin-top: 5%;
    z-index: 19;
    transform: rotate(120deg);
    z-index: -1;
}
.ornament3 {
	background-image:url(../img/003.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0%;
    position: absolute;
    margin-top: 0%;
}
/* =========================== About Us ============================ */
#about .img_couple {
	position: relative;
	max-width: 250px;
    margin: 0 auto 50px;
}

#about .img_couple:before {
	content: '';
	position: absolute;
	width: calc(100% + 50px);
	height: calc(100% + 50px);
	background: url('../img/bg_couple.png');
	background-size: cover;
	top: -25px;
	left: -25px;
	animation: rotateBg 60s linear infinite;
}
#about h4{margin-bottom:10px;}

@keyframes rotateBg {
    0% {
    	transform: rotate(0);
    }
    
    100% {
    	transform: rotate(360deg);
    }
}

.main-subheader,
.birthday {
    text-align: center;
    margin-bottom: 20px;
}
.main-img {
    max-width: 60%;
    margin: 0 auto;
    border: 5px solid;
}
/* Parallax ornament */

.ornament4 {
	background-image:url(../img/004.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0%;
    position: absolute;
}

/* =========================== Our Story ============================ */

/* Polaroids Gallery */
.margin-top-80px{
    margin-top: -80px;
}

ul.polaroids p {
    text-align: center;
    color: #696767;
    line-height: 24px;
    letter-spacing: 0.2px;
    transform: translate3d(0, 0, 0);
}

ul.polaroids p.d-none {
	display: none;
}
ul.polaroids span {
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.polaroids span.button-see {
	color: #333;
}
ul.polaroids li {
    text-align: center;
    list-style: none;
    transform: rotate(6deg);
    box-shadow: 2px 0px 6px rgba(0, 0, 0, .25);
    padding: 15px;
    background-color: #fff;
    background: url(../img/ornaments/polaroid_texture.png) repeat;
    transition: transform .8s ease-in-out;
}
.polaroids.owl-carousel .owl-stage-outer {
	padding: 40px 0px 40px;
}
.owl-carousel .owl-stage{margin:auto;}
ul.polaroids li h4{
    font-size: 24px;
    font-family: 'Philosopher', sans-serif;
    margin: 15px 0 7px;
}

#story-carousel .owl-prev i, #story-carousel .owl-next i {
	color: #793f27;
}

#story-carousel .owl-prev:hover i, #story-carousel .owl-next:hover i {
	color: hotpink;
}
/* =========================== Attendants ============================ */
#attendants h2 .bridesmaids,
#bridemaids,
#bridemaids .attendants-wrap .member .wrap .info .description, #bridemaids .friend-birthday,
#bridemaids .attendants-wrap .member .wrap .info .name,
#bridemaids .smaller.social-media a i{
	color: hotpink;
}

#groomsman,
#attendants h2 .groomsmen,
#groomsman .attendants-wrap .member .wrap .info .description, #groomsman .friend-birthday,
#groomsman .attendants-wrap .member .wrap .info .name{
	
	color: #77402a;
}

.attendants-wrap{
    margin-bottom: 60px;
}
.attendants-wrap .member {
    position: relative;
    overflow: hidden;
}
.attendants-wrap .member .wrap {
    position: relative;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.attendants-wrap .member .wrap img {
    width: 40%;
    transition: all .3s ease;
    margin-right: 10px;
}
.attendants-wrap .member .wrap .info {
    padding-left: 20px;
    top: 0%;
    width: 100%;
}
.attendants-wrap .member .wrap .info .name {
    margin: 0 0 15px 0;
    font-family: 'Lora', serif;
    font-size: 20px;
    text-transform: none;
}
.attendants-wrap .member .wrap .info .description,
.friend-birthday {
    margin: 0;
    font-family: Lora;
    font-size: 16px;
    font-weight: 700;
    color: #D884B9;
    margin-bottom: 10px;
}
/* Parallax ornament */

.ornament5 {
    background-repeat: no-repeat;
    left: -20%;
    position: absolute;
    margin-top: 180px;
}
/* =========================== Event ============================ */
.event-wrap{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.event-item{
    margin-bottom: 60px;
}

.event-item .well {
	padding-top: 140px;
	margin-top: -100px;
	padding-bottom: 25px;
	border-radius: 20px;
}

.event-item .well a {
	color: #fd408d;
	font-size: 16px;
	padding: 8px 20px;
    border: 1px solid;
    border-radius: 30px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
}

.event-item .well:before {
	content: none;
}
#event h3.date {
    margin-bottom: 10px;
}
#scroll-effect .well {
    position: absolute;
    float: right;
    margin-top: 30px;
}
#event .title{
    font-size: 26px;
    margin-bottom: 20px;
    color: #fd408d;
}
/* Map */

#map-canvas {
    max-width: 100%;
    margin-top: 30px;
    min-height: 450px;
}
/* =========================== Quote ============================ */


#quote blockquote h2 {
    font-size: 30px!important;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    font-style: italic;
}
#quote{position:relative;}
#quote::before {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
/* =========================== Registry ============================ */

#registry .brand {
    transition: all 1s ease-out;
    filter: grayscale(100%);
}
#registry .brand:hover {
    transform: scale3d(1.1, 1.1, 1);
    filter: none;
}
/* =========================== Gallery  ============================ */

#lightbox [class*="col-"],
.gallery[class*="col-"] {
    padding: 0px;
}
.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.gallery-thumb img {
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out;
}
.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(0px);
    opacity: 1;
}
.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: #000;
    transition: opacity .3s ease-out;
}
.gallery-thumb:hover .overlay-mask {
    opacity: 0.5;
}
/* Isotope */

.isotope-item {
    z-index: 2
}
.isotope-hidden.isotope-item {
    z-index: 1
}
.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
/* =========================== RSVP ============================ */

input[type="checkbox"],
input[type="radio"] {
	    display: none;
}
.side-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
	margin: 10px;
    font-style: italic;
	line-height: 20px;
	font-size:18px;
}
.side-label::before,
.side-label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.side-label::before {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #808080;
}
input:focus + .side-label::before {
	border-color: #808080;
}
.side-label:after {
	display: none;
	width: 20px;
	height: 20px;
}
input:checked + .side-label:after {
	display: block;
}
.message-comments {
	transition: all 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}
.accept-form {
	transition: all 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
#yes:checked ~ .accept-form,
#yes:checked ~ .message-comments  {
	opacity: 1;
	margin-top:30px;
	height: auto;
}
#no:checked ~ .message-comments {
	opacity: 1;
	margin-top:30px;
	height: auto;
}
#guest-name {
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
}
#bringing-guests:checked ~ #guest-name {
	opacity: 1;
	margin-top:40px;
	height: auto;
}

/* Parallax ornament */

.ornament6 {
    background-repeat: no-repeat;
    margin-top: 20%;
    left: -10%;
    position: absolute;
}
.ornament7 {
	background-image:url(../img/003.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 10%;
    position: absolute;
}
/* =========================== Blog Pages ============================ */

#blog,
#blog-pages {
    background: #fff;
    z-index: 1;
    position: relative;
}
#blog.well:before,
.well:after {
    display: none;
}
#blog-page h6 {
    margin-bottom: 10px;
}
#blog-container {
    padding: 0px 40px;
    margin-top: 20px;
}
/* date & category badge */

.date-category {
    position: absolute;
    z-index: 10;
    outline: 1px solid rgba(255, 255, 255, 0.4);
    outline-offset: -5px;
    color: #fff;
    padding: 20px;
    width: 150px;
    border-radius: 0px;
}
.date-category p {
    color: #fff;
    font-family: Playfair Display;
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    margin: 10px 0px 0px 0px;
}
/* Latest posts Widget */

.blog-latest {
    padding: 10px;
}
.blog-latest img {
    border: 4px solid;
}
.blog-latest p {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}
.blog-latest h6 {
	font-style:normal;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 3px;
}
.blog-latest .col-xs-7 {
    padding: 0px;
}
/* Post info */

.post-info p {
    margin-right: 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.post-info p + p {
    line-height: 0px !important;
}
.post-info i {
    margin-right: 5px;
}
/* blog post */

.blog-post {
    border-bottom: 4px solid;
    padding: 40px 0;
}
.blog-post:first-child {
    padding-top: 0;
}
.blog-post:last-child {
    border-bottom: 0px;
}
.blog-post h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
}
.blog-post .post-info i {
    margin-right: 5px;
}
.single-page .blog-post h3 {
    margin-top: 0px;
}
.post-main {
    padding: 0 0 40px 0;
}
.post-main img {
    margin-bottom: 20px;
}
/* Blog main- images */

.img-blog {
    overflow: hidden;
}
.img-blog:hover, .img-blog img {
    transition: opacity 0.7s, transform 2.5s;
}
.img-blog:hover img {
    transform: scale3d(1.2, 1.2, 1);
}
/* Blog tags */

.blog-tags a {
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 20px;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.blog-tags a:hover,
.blog-tags a:focus {
    color: #fff;
}
.blog-tags a::before {
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.post-info .blog-tags {
    margin-top: 20px;
}
/* Comments */

.comment-form.media {
    margin-top: 30px;
}
.comments-block {
    margin: 60px 0px 60px 0px;
}
.comment.media-body {
    margin-right: 10px;
}
.comments-block .btn {
    padding: 10px;
}
.comments-block .media-object {
    max-width: 120px;
    outline: 2px solid #fff;
    outline-offset: -5px;
    float: left;
    margin-right: 20px;
}
.comment {
    border-bottom: 2px dotted;
    margin: 20px auto 20px;
    padding: 30px;
    position: relative;
}
.comment:last-child {
    border-bottom: 0;
}
.nested {
    display: inline-block;
}

/* =========================== Footer and Credits ============================ */
/* footer */

footer {
    padding: 45px 0px;
}

footer .logo_ft {
	color: #fff;
    text-align: center;
    font-size: 80px;
    font-family: 'Dancing Script', cursive;
}

footer .logo_ft small {
	font-size: 70%;
}
.credits {
    color: #fff;
    padding-top: 20px;
    font-size: 12px;
}
.credits a {
    color: #fff;
    font-weight: 700;
}
/* Go to top icon */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 58px;
    height: 40px;
    width: 40px;
    right: 22px;
    box-shadow: 2px 1px 20px rgba(0, 0, 0, 0.29);
    z-index: 9999;
}
.back-to-top i {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.back-to-top i:focus {
    color:#cecece;
}
/* =========================== Miscellaneous  ============================ */

/* Owl-carousel */

.owl-carousel {
    padding: 10px;
}
.owl-carousel .owl-item {
    perspective: 1000px;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 0%;
    margin-top: -50px;
    text-align: center;
}
.owl-nav {
    margin: 0 auto;
    position: absolute;
    top: 0%;
    left: 50%;
}
.owl-prev {
    left: -45px;
}
.owl-next {
    right: -45px;
}
.owl-prev:hover,
.owl-next:hover {
    transition: all .3s ease-in-out;
}
.owl-prev i,
.owl-next i {
    color: #fff;
    font-size: 35px;
    padding: 10px 10px;
}
.owl-carousel.owl-loaded {
    display: block;
    /* Important fix */
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #cecece;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
}
.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}
.owl-theme .owl-dots .owl-dot span:hover:before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-theme .owl-dots .owl-dot.active span:before {
    transform: translate(-50%, -50%) scale(1);
}
/* Sections */

section {
    padding: 100px 0px;
}
section.no-padding {
    padding-bottom: 0px!important;
}
/* Watercolor Effect Sections */

section.watercolor {
    /*background: #fff;*/
    position: relative;
}
section.watercolor:before {
    content: "";
    height: 49px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: url(../img/ornaments/watercolor1.png) repeat-x top left;*/
    background: url('../img/bg_love.png');
    background-repeat: repeat-x;
   /*background-size: cover;*/
    /*margin-top: -130px;*/
    background-position: center;
    z-index: 999;
}
section.watercolor:after {
    content: "";
    height: 49px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: url(../img/ornaments/watercolor2.png) repeat-x top left;*/
     background: url('../img/bg_love.png');
   /*background-size: cover;*/
    /*margin-top: 100px;*/
    background-repeat: repeat-x;
    transform: rotate(180deg);
    background-position: center;
}
/* Sections heading */

.section-heading {
    margin-bottom: 50px;
    text-align: center;
}
.section-heading .hr {
    border-top: 2px dotted;
    text-align: center;
    max-width: 200px;
    margin-top: 20px;
	margin:0 auto;
	height: 10px;
}
.section-heading .hr:after {
    content: '\f004';
	font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -22px;
    padding: 0 10px;
    font-size: 30px;
    animation: scaleXY 2s ease-in-out infinite;
    animation-direction: alternate-reverse;
    animation-delay: 0.5s;
    transform: scale(0.9);
    color: #fc8dbb;
}
@keyframes scaleXY {
    0% {
    	transform: scale(0.9);
    }
    100% {
    	transform: scale(1.25);
    }
}
.section-heading h2 {
    z-index: 99;
    text-align: center;
    font-family: 'Dancing Script', cursive;
}
/* no padding */

.no-padding {
    padding: 0px;
}

/* elements page */

#elements {
    background: #fff;
    z-index: -2;
    position: relative;
}
#elements .row {
    margin-right: 0px;
    margin-left: 0px;
}
#elements h5.sub-header {
    padding: 10px;
    text-align: center;
    border-radius: 0px;
}
#elements h3.sub-header {
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.glyph {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    width: 24%;
}
.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family: "Flaticon";
    line-height: 20px;
    margin-top: 20px;
}
.glyph .glyph-icon:before {
    font-size: 52px;
    color: #2F2F2F;
    margin-left: 0;
}
.page-header {
    border-bottom: 2px solid #eee !important;
    margin-bottom: 50px;
}
.page-header h2 {
    display: inline-table;
}
/* Img Shapes */

.img-photo {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    border: 8px solid #fff;
}
.img-photo.rotate1 {
    transform: rotate(3deg);
}
.img-photo.rotate2 {
    transform: rotate(-3deg);
}
.img-opacity:hover {
    opacity: 0.7;
}
/* Img shapes */

.img-rounded {
    border-radius: 40px;
}
/* Image Zoom Hover effect */

.img-effect {
    overflow: hidden;
}
.img-effect img {
    transition: opacity 0.7s, transform 2.5s;
}
.img-effect:hover img {
    transform: scale3d(1.2, 1.2, 1);
}
/* Image hover */

.img-hover img {
    transition: opacity 0.2s;
    opacity: 1;
}
.img-hover:hover img {
    opacity: 0.8;
}
/* Dropdown */

.dropdown-menu {
    min-width: 180px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 13px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-radius: 0px;
    transition: all .2s ease-in-out;
}
/* Pagination */

.pagination>li {
    display: inline-block;
}
.pagination>li>a,
.pagination>li>span {
    margin: 0 1px;
    border: 0;
    padding: 5px 12px;
    color: #fff;
    border-radius: 0%;
    transition: all .2s ease-in-out;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #fff;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0%;
}
/* Alerts */

.alert {
    padding: 25px;
    font-size: 20px;
    border: 0;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin: 20px 0px;
}
.alert.alert-success {
    color: #fff;
}
/* Breadcrumbs */

.breadcrumb {
	margin-top: 20px;
    padding: 8px 25px;
    list-style: none;
    letter-spacing: 0.6px;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0px;
}
.breadcrumb a {
    color: #fff;
}
ul.breadcrumb {
    line-height: 18px!important;
    text-align: center;
}
.breadcrumb>li+li:before {
    padding: 0 10px;
    content: "»";
    color: #fff;
    font-size: 16px;
}
/* Labels */

.label {
    padding: .2em .6em .3em;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #fff;
    border-radius: 0px;
}
/* Form Labels */

label {
    margin-top: 10px;
    display: block;
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
}
/* Progress bar */

.progress-bar {
    height: 10px;
    box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
.progress {
    box-shadow: none;
}
/* fade tab transition */

.fade {
    opacity: 0;
    transition: opacity 0.55s linear;
}
/* Page  */

.pages {
    padding: 0px 0px 90px;
}
.image-page {
    margin: 20px 0;
}
/* Dropdown */

.dropdown-menu {
    font-size: 16px;
    border: 0px;
    color: #fff;
    padding: 0px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    transition: all .2s ease-in-out;
}
/* Pager */

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 10px 24px;
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
    transition: all .2s ease-in-out;
}
.pager li > a:hover {
    color: #fff;
}
/* Nav-tabs */

.nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: -1px;
}
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li >a:hover {
    border: 0;
}
.nav.nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 10px 5px;
}
.nav.nav-tabs > li > a {
    position: relative;
    font-weight: 800;
    border-radius: 0px;
    display: block;
    min-height: 50px;
    border: 0;
    letter-spacing: 1px;
    outline: 2px solid;
    outline-offset: 5px;
    padding: 15px 35px;
    color: #fff;
    font-size: 22px;
    transition: all .2s ease-in-out;
}
.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li.active>a,
.nav.nav-tabs > li.active > a:hover {
    color: #fff;
}

/* Panels */

.panel {
    border: 0;
    background: transparent;
    box-shadow: none;
}
.panel-title {
    font-size: 18px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
.panel-heading a {
    display: block;
    text-transform: none;
    padding: 10px;
    color: #fff;
    letter-spacing: 0.5px;
    border: 0px;
    transition: all .2s ease-in-out;
}
.panel-heading a:active,
.panel-heading a:hover,
.panel-heading a:focus {
    color: #fff;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel-heading {
    border-bottom: 0px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}
.panel-heading {
    padding: 10px 0px;
}
.panel-heading [data-toggle="collapse"]:after {
    content: "\f077";
    font-family: FontAwesome;
    float: right;
    font-size: 15px;
    line-height: 20px;
}
.panel-heading [data-toggle="collapse"].collapsed:after {
    transform: rotate(180deg);
}
/* Lists */

ul.no-margin {
    margin: 0px;
    padding: 0;
}
.list-unstyled li {
    line-height: 30px;
}
ul.custom {
    list-style: none;
}
ul.custom li {
    padding: 5px 0px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 28px;
}
ul.custom li:before {
    content: "\f004";
    font-size: 12px;
    font-family: "FontAwesome";
    padding-right: 7px;
}
/* Buttons */

.btn,
.btn .btn-primary {
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border-radius: 0px;
    margin-top: 30px;
    padding: 15px 25px;
}
.btn-primary:hover,
.btn:hover {
    outline: 2px solid;
    color: #333;
    border: 0;
	outline-offset: -3px;
    box-shadow: none;
}
.btn .fa {
    color: #fff;
}
/* Forms */

#rsvp_form {
	padding: 30px;
	background-color: #fff;
	border: 1px dashed #fc8dbb;
	margin: 30px 0;
}

.form-control {
    display: block;
    width: 100%;
    background: transparent;
    height: 50px;
    border: 0;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    border-radius: 0;
}
#wish-form h5 {
	margin-top: 0;
	font-weight: 600;
    text-transform: capitalize;
    font-family: 'Philosopher', sans-serif;
}

#wish-form .error {
	color: red;
	font-size: 15px;
    font-weight: 200;
}

select.form-control {
    border: 4px solid;
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}
.form-horizontal .control-label {
    text-align: left!important;
}
.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn .btn {
    font-size: 14px;
    padding: 15px 30px;
    margin-top: 0px;
}
.input-group-btn span,
.input-group-addon span,
.btn span {
    color: #fff;
}
.form-control.form-control.input-lg {
    margin-top: 0px;
}
.form-group {
    margin-bottom: 0px;
}
.form-control:focus,
textarea.form-control:focus,
.textarea-field:focus,
.input-field:focus {
    outline: none;
    box-shadow: none;
}
textarea {
    height: 150px;
    resize: none;
}

/* BIG Social Media Icons */
#about .social-media {
	text-align: center;
}

.social-media {
    width: 100%;
    margin-top: 20px;
}
.social-media a {
    display: inline-block;
    font-size: 25px;
}
.social-media a i:hover {
    transform: scale(1.2);
    background-color: #fff;
}
.social-media a i {
    font-weight: normal;
    color: #fff;
    transition: all .3s ease-in-out;
    margin: 3px;
    padding: 10px;
    width: 50px;
    border: 3px solid;
    height: 50px;
}
.social-media i {
    transition: all .3s ease-in-out;
}
/* Small Social Media Icons */

.smaller.social-media a i {
    font-size: 22px;
    transition: .3s;
    margin: 0px;
    border: 0px;
    background: none;
    padding: 0;
    color: #793f27;
    width: 30px;
    height: auto;
}
.smaller.social-media a i:hover {
    background: none;
}
.smaller.social-media {
    margin-top: 10px;
}
/* Centered columns */

.col-centered {
    float: none;
    margin: 0 auto;
}
/* Blockquote */

blockquote {
    padding: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    border-left: none;
    text-align: center;
}
blockquote:before {
    content: '“';
    font-family: 'Playfair Display';
    font-size: 5.1em;
    font-style: italic;
    line-height: 1;
    margin-right: 0.2em;
    color: #f98eba;
}
/* Nav-pills */

.nav-pills {
    display: inline-block;
}
.nav-pills>li>a {
    transition: all .2s ease-in-out;
    border-radius: 0px;
    font-size: 16px;
    margin: 5px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: 700;
    letter-spacing: .15em;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav > li > a:hover {
    color: #fff;
}
/* Remove padding in container fluid */

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
/* Tab content */

.tab-content {
    margin-top: 90px;
}
.tab-content > .tab-pane {
    display: block;
    height: 0;
	visibility: hidden;
    overflow:hidden;
}
.tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}
/* Tables */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid;
}
.table > tbody > tr:first-child > td {
    border: none;
}
/* Wells - paper */

.well {
    background: #fff;
    padding: 80px 20px 0;
    z-index: 1;
    min-height: 300px;
}
.well:before,
.well:after {
    content: "";
    height: 98%;
    position: absolute;
    width: 100%;
    z-index: -1;
    /*display: none;*/
}
.well:before {
    background: #fafafa!important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    left: -5px;
    top: 4px;
    transform: rotate(-2.5deg);
}
.well:after {
    background: #f6f6f6!important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    right: -3px;
    top: 1px;
    transform: rotate(1.4deg);
}
.well .list-unstyled {
    padding-left: 15px;
    font-size: 16px;
    list-style: none;
    line-height: 30px;
    font-weight: 400;
}
.well h4 {
	font-weight: 600;
	color: #793f27;
}
/* Media */

.media {
    margin-top: 45px;
}
.media-heading small {
    font-weight: 800;
    display: block;
    font-size: 13px;
    margin: 10px 0 20px;
    line-height: 20px;
    letter-spacing: 0.6px
}

/* watercolor ornament behind some headers */

.text-ornament {
    text-align: center;
    font-weight: 800;
    padding: 15px;
    color: #793f27;
    text-shadow: 0px 1px 9px rgba(102, 98, 98, 0.36);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/bg_name_c.png); 
    background-size: contain;
    width: 420px;
    height: 70px;
    margin: 0 auto;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Dancing Script', cursive;
}

.text-ornament.style01 {
	font-size: 30px;
	width: 500px;
	height: 80px;
}

/* Margins */

.margin1 {
    margin-top: 50px;
}
/* Jumbotron */

.jumbotron {
    background-size: cover!important;
    color: #fff;
	background-position: center;
    text-align: center;
    background: url(../img/jumbotron.jpg); 
    display: inline-block;
    width: 100%;
}
.jumbotron .jumbo-heading {
    color: #fff;
    margin-top: 150px;
    padding: 10px 50px;
    display: inline-block;
}
.jumbotron .jumbo-heading h1 {
    font-size: 65px;
    line-height: 70px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0px;
    position: relative;
}
/* Sidebar */

.sidebar {
    padding: 20px;
}
.sidebar .well {
    padding: 20px;
    border: 0px;
    margin-bottom: 40px;
}
.sidebar .well:after,
.sidebar .well:before {
    display: none;
}
.sidebar-header {
	border-bottom: 1px dotted;
    color: #fff;
    margin-bottom: 20px;
    padding: 6px;
    text-align: center;
    margin-top: 0px;
}
/* divider */

hr {
    border-top: 1px dotted;
}
/* List group */

.list-group-item {
    position: relative;
    display: block;
    border-radius: 0px;
    padding: 10px 15px;
    margin-bottom: -1px;
    transition: all 0.6s;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
    color: #fff;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
}
/*===========================
  Media Queries
============================ */

/************ min width 1200px *************/

@media (min-width: 1200px) {

	/*.polaroids.owl-carousel .owl-stage-outer {*/
	/*	overflow: visible;*/
	/*}*/
}
/************ max width 1200px *************/

@media (max-width: 1200px) {

	 body {
		background-attachment: scroll;
	 }
	 
	 section {
	 	padding: 70px 0;
	 }
	 
	 #intro .intro-heading h1 {
	 	font-size: 60px;
	 	line-height: 1.2;
	 }
}
/************ max width 991px *************/

@media (max-width: 991px) {
    /* Headers */
    
    h1 {
        font-size: 46px !important;
        line-height: 46px;
    }
    h2 {
        font-size: 44px !important;
    }
    h3 {
        font-size: 38px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    /* Responsive margin*/
    
    .res-margin,
    .margin1 {
        margin-top: 30px;
    }
    /*navbar */
    
    .nav>li {
        text-align: center;
        font-size: 20px;
    }    

    /* navbar collapse at 991px */
    
    .navbar-custom li:after {
        display: none;
    }
    .navbar-header {
        float: none;
        margin-top: -2px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        padding-top: 20px;
        overflow-y: scroll!important;
        overflow-x: hidden!important;
    }
    .navbar-custom ul.nav li a {
    	font-size: 22px;
    	display: block;
    }
    .navbar-collapse::-webkit-scrollbar {
        width: 5px;
    }
    .navbar-collapse::-webkit-scrollbar-track {
        background-color: lightgray;
    }
    .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: darkgray;
    }
    .navbar-nav {
        margin: 0;
        float: none !important;
    }
    .navbar-right {
        line-height: 0px;
    }
    .navbar-nav li {
        float: none;
    }
    .navbar-nav li > .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        position: static;
        box-shadow: none;
        background: inherit;
    }
    .navbar-brand-centered h1 {
        position: relative;
        padding: 10px 15px;
    }
    
	
    /* Space between sections */
    
    /*.section-heading {*/
    /*    margin-bottom: 30px;*/
    /*}*/
    /* miscelaneous */
    
    .sidebar {
        border: 0px;
    }
    .back-to-top {
        display: none;
    }
    .img-paragraph {
        margin: 0px 0px 20px 0px;
    } 
	body {
        background-attachment: scroll;
	}
    #scroll-effect .well {
        position: relative;
    }
    #intro {
    	padding-top: 110px;
    	padding-bottom: 30px;
    }
    #intro .photowall {
        display: none;
    }
    #intro .italic {
        font-size: 90%;
    }
   #intro .intro-heading.margin {
     padding-top:100px;
	 padding-bottom:50px;
   }
   .no-padding {
    padding: 20px;
   }
   body {
    background-image: none;
   }
   #quote {
        background-attachment: scroll;
   }

}
/************ max width 767px *************/

@media (max-width: 767px) {
	.text-ornament.style01 {
	    font-size: 22px;
	    width: 390px;
	    height: 90px;
	    margin-top: 10px;
	}
	.attendants-wrap {
        margin-bottom: 60px;
    }
    /* Jumbotron */
    
    .jumbotron {
        height: 300px!important;
        margin-bottom: 9em;
    }
	.jumbotron .jumbo-heading {
        margin-top: 80px;
	}
    /* Miscelaneous */
    
    .nav-tabs > li {
        margin-bottom: 10px!important;
    }
    .breadcrumb>li+li:before {
        padding: 0 4px;
    }
    h1 {
        font-size: 2.998em;
    }
    .nav-pills>li>a {
        font-size: 16px;
        margin: 5px;
        line-height: 18px;
        padding: 10px;
    }
	section {
        padding: 50px 0px;
    }
    section.watercolor {
    	padding: 80px 0;
    }
	section.watercolor:after {
         margin-top: 50px;
    }
	#intro .intro-heading.margin {
     padding-top:60px;
   }
   
   #rsvp_form {
   	padding: 20px;
   }
   
   #wish-form h5 {
   	font-size: 16px;
   }
   
   #about .img_couple {
   	margin: 40px auto 30px;
   }

}
/************ max width 480px *************/

@media (max-width: 480px) {
	.text-ornament {
		width: 280px;
    height: 73px;
    font-size: 24px;
	}
	.text-ornament.style01 {
    font-size: 17px;
    width: 280px;
    height: 73px;
}
#about .img_couple {
	width: 200px;
}
#about .img_couple:before {
	    top: -20px;
    left: -20px;
        width: calc(100% + 40px);
    height: calc(100% + 40px);
}
	.attendants-wrap{
        margin-bottom: 30px;
        margin-right: -15px;
        margin-left: -15px;
    }
    .smaller.social-media {
        margin-top: -13px;
    }
    .attendants-wrap .info p{
        font-size: 15px;
    }
    /* Jumbotron */
    
    .jumbotron {
        margin-bottom: 2em;
        padding: 10px;
        height: 250px;
    }
    .jumbo-heading h1 {
        font-size: 25px!important;
        line-height: 28px!important;
    }
    .jumbo-heading {
        padding: 0px 0px!important;
    }
	
    /* Headers */
    
    h1 {
        font-size: 26px !important;
        /*text-transform: uppercase;*/
        line-height: 30px;
    }
    h2 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 18px;
        text-transform: uppercase;
    }
    h6 {
        font-size: 18px;
    }
    /* Miscellaneous */
    .navbar-brand-centered h1 {
    	font-size: 35px !important;
    line-height: 45px!important;
    }
    .section-heading h2 {
        border: 0;
        line-height: 32px;
        letter-spacing: 0px;
        font-size: 26px;
    }
    .section-heading {
        margin-bottom: 4rem;
    }
    .block {
        padding: 10px;
    }
    h1 span {
        font-size: 38px;
    }
    .date-category i {
        display: none;
    }
    .date-category {
        position: absolute;
        color: #fff;
        min-width: 0px;
        padding: 20px;
    }
    .date-category p {
        margin: 0px;
        line-height: 12px;
    }
	.navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    .breadcrumb {
        font-size: 11px;
    }   
    .post-info p {
        line-height: 13px;
    }
    .comments-block {
        padding: 0px;
    }
    .panel-heading [data-toggle="collapse"]:after {
        display: none;
    }
    #blog-container {
        padding: 10px;
        margin-top: 20px;
    }
    section {
        padding: 40px 0px;
    }
    footer p {
        line-height: 20px;
        word-wrap: break-word;
    }
    .input-group-btn:last-child>.btn,
    .input-group .form-control:first-child {
        border-radius: 0px;
        margin-top: 10px;
    }
    .input-group .form-control,
    .input-group-btn {
        display: inline-table;
    }
    .nav-pills> li.active:after,
    .nav-pills> li.active:before {
        top: -45%;
    }
    .nav-pills > li {
        float: none;
    }
    .owl-carousel {
        padding: 0px 0px;
    }
    .comment {
        padding: 10px;
        text-align: center;
    }
    .callout-box {
        padding: 20px!important;
    }
    .comments-block .media-object {
        max-width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .comment.media-body {
        margin-right: 0px;
    }
    .tab-pane h3 {
        margin-top: 10px;
    }
    .btn {
        font-size: 13px;
        margin: 10px 0px;
        padding: 15px 20px;
    }
    .spinner {
        left: 42%;
    }
    .well {
        padding: 20px;
        min-height: 240px;
    }
    .well:before {
        display: none;
    }
    
    section.watercolor {
    	padding: 80px 0;
    }
    /*section.watercolor:before {*/
    /*    margin-top: -100px;*/
    /*}*/
    /*section.watercolor:after {*/
    /*    margin-top: 30px;*/
    /*}*/
    .polaroids {
        padding: 10px!important;
    }
    #quote blockquote {
        font-size: 1.5em;
        line-height: 1.4em;
        padding: 0;
    }
    
    #quote blockquote h2 {
    	font-size: 24px !important;
    }
    .main-img {
        max-width: 100%;
    }
	.slideshow {
     height:50%;
   }
   #intro .intro-heading.margin {
     padding-top:0px;
	 padding-bottom:0px;
   }

}

.rsvp-section .rspv-form {
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(62, 120, 132, 0.10);
    box-shadow: 0px 14px 36.21px 14.79px rgba(62, 120, 132, 0.10);
    text-align: center;
    position: relative;
    padding: 20px 35px;
    border: 2px dashed #fc8dbb;
}

@media (max-width: 767px) {
    .rsvp-section .rspv-form {
        padding: 35px 30px;
    }
}
.section-title h2, .section-title-s2 h2 {
    /* font-family: 'Clicker Script', cursive; */
    font-size: 54px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}
.section-title h2:before, .section-title-s2 h2:before {
    content: "";
    background: url(../images/sec-title-bird.png) center center / cover no-repeat local;
    width: 110px;
    height: 90px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rsvp-section h3,
.rsvp-section p {
    position: relative;
}

.rsvp-section h3 {
    font-family: 'Clicker Script', cursive;
    font-size: 48px;
    font-size: 3rem;
    margin: 0;
}

@media (max-width: 767px) {
    .rsvp-section h3 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.rsvp-section p {
    font-size: 14px;
    /*font-style: italic;*/
    margin: 0;
}

.rsvp-section form {
    position: relative;
    margin-top: 30px;
}

.rsvp-section form::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form:-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form:-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #adb0bd;
}

.rsvp-section form > div {
    text-align: left;
}

.rsvp-section form > div + div {
    margin-top: 40px;
}

.rsvp-section form .submit-btn {
    text-align: center;
}

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

.rsvp-section form input:focus,
.rsvp-section form select:focus,
.rsvp-section form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rsvp-section form select {
    color: #adb0bd;
    font-style: normal;
}

.rsvp-section form textarea {
    height: 120px;
}
p {
    color: #6e6f6f;
    line-height: 1.8em;
    font-weight: normal;
}



/*--------------------------------------------------------------
#0.8  story-section
--------------------------------------------------------------*/

.story-section {
    position: relative;
    border-top: 2px solid #f5f6f6;
}

.story-section .story-timeline {
    position: relative;
}


/*
.story-section .story-shape {
    content: "";
    background: url(../images/story-shape.png) center center/cover no-repeat local;
    width: 484px;
    height: 200px;
    position: absolute;
    left: 0%;
    top: 0%;
}*/

.story-section .story-timeline:after {
    content: "";
    background: rgba(62, 120, 132, 0.23);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .story-section .story-timeline:after {
        display: none;
    }
}

.story-section .story-timeline > .row {
    position: relative;
    padding: 60px 0;
    box-shadow: 0 0 25px rgba(66, 120, 130, 0.15);
    border-radius: 10px;
     overflow: hidden;
}

.story-section .story-timeline > .row .horizontal-line {
    background: rgba(94, 154, 142, 0.1);
    width: 70%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.story-section .story-timeline > .row + .row {
    margin-top: 50px;
    padding-top: 60px;
}

.story-section .story-timeline > .row > .col:first-child {
    padding: 0 55px 0 65px;
}

@media (max-width: 1199px) {
    .story-section .story-timeline > .row > .col:first-child {
        padding: 0 45px;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline > .row > .col:first-child {
        padding: 0;
    }
}

.story-section .story-timeline > .row > .col:last-child {
    padding: 0 65px 0 55px;
}

@media (max-width: 1199px) {
    .story-section .story-timeline > .row > .col:last-child {
        padding: 0 45px;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline > .row > .col,
    .story-section .story-timeline > .row > .col:last-child{
        padding: 0;
    }
}

@media (max-width: 991px) {
    .story-section .story-timeline .story-text {
        background: rgba(94, 154, 142, 0.05);
        padding: 35px 25px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .story-section .story-timeline .right-align-text {
        text-align: right;
    }
}

.story-section .story-timeline .text-holder {
    position: relative;
}

@media (max-width: 991px) {
    .story-section .story-timeline .text-holder {
        border: 0;
        padding-top: 0 !important;
    }
}

.story-section .story-timeline .text-holder .heart {
    background-color: #427882d6;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    border: 2px solid rgb(66, 120, 130);
    position: absolute;
    left: -22px;
    top: -108px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

@media (max-width: 991px) {
    .story-section .story-timeline .text-holder .heart {
        display: none;
    }
}

.story-section .story-timeline .text-holder .fa {
    color: #fff;
}

.story-section .story-timeline .right-heart .heart {
    left: auto;
    right: -22px;
    position: absolute;
    -webkit-animation: pointerMoving 1.3s infinite;
    animation: pointerMoving 1.3s infinite;
}

.story-section .story-timeline h3 {
    font-size: 22px;
    font-weight: 600;
    color: #427882;
    margin: 0 0 1em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .story-section .story-timeline h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .story-section .story-timeline h3 {
        font-size: 18px;
    }
}

.story-section .story-timeline .more {
    color: #3e7884;
    font-weight: 600;
}

.story-section .story-timeline .more:hover {
    text-decoration: underline;
}

.story-section .story-timeline .right-align-text .date {
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: absolute;
    display: inline-block;
    right: -40px;
    top: 50%;
    margin-bottom: 15px;
    background: #608e96;
    color: #fff;
    padding: 3px 8px;
    /*box-shadow: 2px 2px 0 rgb(68, 107, 113);*/
    border-radius: 5px;
}

.story-section .story-timeline .text-left .date {
        font-size: 14px;
    font-weight: 600;
    display: block;
    position: absolute;
    display: inline-block;
    left: -40px;
    top: 50%;
    margin-bottom: 15px;
    background: #608e96;
    color: #fff;
    padding: 3px 8px;
    /*box-shadow: 2px 2px 0 rgb(68, 107, 113);*/
    border-radius: 5px;
}
@media (max-width: 991px) {
.story-section .story-timeline .right-align-text .date,
.story-section .story-timeline .text-left .date {
    position: inherit;

}
}
.story-section .story-timeline p {
    margin-bottom: 20px;
}

.story-section .story-timeline img {
    display: inline-block;
    border-radius: 10px;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.story-section .story-timeline .row:hover img {
    overflow: hidden;
    visibility: visible;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.story-section .video-holder {
    position: relative;
}

.story-section .video-holder .video-play-btn {
    background: rgba(255, 255, 255, 0.8);
    width: 55px;
    height: 55px;
    line-height: 52px;
    text-align: center;
    font-size: 25px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.story-section .video-holder .video-play-btn i {
    color: #427882;
}

.story-section .story-timeline .story-slider .owl-controls {
    display: none;
}

@media (max-width: 991px) {
    .story-section .story-timeline > .row {
        padding: 0;
        margin: 0;
       
    }
    
    .story-section .story-timeline img {
        border-radius: 0;
    }
    
    .story-section .story-timeline > .row:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
        
    }
    
    .story-section .story-timeline > .row + .row {
        padding-top: 0;
    }
}


/************ max width 320px *************/

@media (max-width: 320px) {
    /* Jumbotron */
    
    .jumbotron {
        height: 180px;
        margin-bottom: 2em;
        padding: 0px;
    }
    /* Nav-tabs */
    
    .nav.nav-tabs > li > a {
        min-height: 30px;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 15px;
    }
    /* Miscellaneous */
    
    footer .table .text-left {
        font-weight: 900;
    }
    .small-section .well {
        padding: 25px 13px;
        outline: 0;
    }
    .label,
    .table {
        font-size: 14px;
    }
    .table table,
    .table thead,
    .table th,
    .table td,
    .table tr {
        display: block;
    }
}
.wish-box{overflow-y: auto;
    height: 594px;
    background-color: #fff;
    border: 5px solid #fc8dbb;
    color: #333;}
.wish-box:before {
	content: none;
}
.wish-box::-webkit-scrollbar {width: 5px;}
.wish-box::-webkit-scrollbar-thumb {background-color: #fc8dbb;-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 strong{font-size:17px;}
.wish-box .wish-box-item p{color: #333;margin:.5rem 0;}
.wish-box .wish-box-item.bg{background-color: #fff0f1;}
.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;}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    min-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    min-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-section {
    /*** filter ***/
  }
  
  .gallery-section .gallery-filters {
    margin-bottom: 35px;
  }
  
  @media (max-width: 767px) {
    .gallery-section .gallery-filters {
      margin-bottom: 30px;
    }
  }
  
  .gallery-section .gallery-filters ul {
    overflow: hidden;
  }
  
  .gallery-section .gallery-filters ul li {
    float: left;
  }
  
  .gallery-section .gallery-filters ul > li + li {
    margin-left: 15px;
  }
  
  .gallery-section .gallery-filters ul li a {
    font-weight: bold;
    color: #3e3e3e;
    display: block;
    text-transform: uppercase;
  }
  
  @media (max-width: 767px) {
    .gallery-section .gallery-filters ul li a {
      font-size: 15px;
      font-size: 0.83333rem;
    }
  }
  
  .gallery-section .gallery-filters ul .current {
    color: #f23b43;
  }
  
  .gallery-section .masonry-gallery {
    margin: 0 -7.5px;
  }
  
  @media (max-width: 991px) {
    .gallery-section .masonry-gallery {
      margin: 0 5px;
    }
  }
  
  @media (max-width: 500px) {
    .gallery-section .masonry-gallery {
      margin: 0;
    }
    
    .attendants-wrap .member .wrap {
    	display: block;
    	text-align: center;
    }
    
    .attendants-wrap .member .wrap img {
    	margin: 0 auto;
    	width: 60%;
    	min-width: 220px;
    }
    .attendants-wrap .member .wrap .info {
    	padding-left: 0;
    	margin-top: 15px;
    }
  }
  
  .gallery-section .masonry-gallery .grid {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 15px;
  }
  
  @media (max-width: 991px) {
    .gallery-section .masonry-gallery .grid {
      padding: 0 5px 10px;
    }
  }
  
  @media (max-width: 767px) {
    .gallery-section .masonry-gallery .grid {
      width: 50%;
    }
  }
  
  /*@media (max-width: 550px) {*/
  /*  .gallery-section .masonry-gallery .grid {*/
  /*    width: 100%;*/
  /*    float: none;*/
  /*    padding: 0 0 15px;*/
  /*  }*/
  /*}*/
  
  .gallery-section .grid img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  @media (max-width: 767px) {
    .gallery-section .grid img {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -o-filter: grayscale(0);
      -ms-filter: grayscale(0);
      filter: grayscale(0);
    }
  }
  
  .gallery-section .grid:hover img {
    -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    -o-filter: grayscale(60%);
    -ms-filter: grayscale(60%);
    filter: grayscale(60%);
  }
  
  .gallery-section .video-play-btn {
    position: relative;
    display: block;
  }
  
  .gallery-section .video-play-btn i {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px;
    font-size: 1.11111rem;
    background: rgba(94, 154, 142, 0.9);
    border: 3px solid #5c978b;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .gallery-section .video-play-btn:hover i {
    background: #f23b43;
  }
  

  .section-padding {
    padding: 120px 0;
  }
  
  @media (max-width: 1199px) {
  	.navbar .container {
  		max-width: 100%;
  		width: 100%;
  	}
    .section-padding {
      padding: 100px 0;
    }
    #save-date {
    	padding-top: 20px;
    }
  }
  
  @media (max-width: 991px) {
    .section-padding {
      padding: 60px 0;
    }
    ul.polaroids li {
    	transform: rotate(0);
    }
  }
  
  .clock-grids{color: #f14148;}
  
.wedding-date #clock {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.wedding-date #clock > div {
  width: 190px;
  height: 176px;
  /*float: left;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 3px solid #f23b43;*/
  /*border-radius: 50%;*/
  background-color: rgb(255 255 255 / 60%);
  background: url('../img/love.png');
  background-size: cover;
  color: #000;
  padding-bottom: 20px;
}

.wedding-date #clock > div > div {
  display: table-cell;
  vertical-align: middle;
}

.wedding-date #clock > div{
  margin: 15px;
}
.clock-grids{color: #f14148;}

.wedding-date #clock .time {
  color: hotpink;
  font-family: "Great Vibes", cursive;
  font-size: 44px;
  font-size: 3rem;
  line-height: 1em;
  padding-top: 15px;
  font-weight: bold;
}

.wedding-date #clock span {
	font-size: 32px;
  font-size: 2.5rem;
  color: #793f27;
}

@media (max-width: 991px) {
	.navbar-nav li {
		border-top: 1px solid #fff;
	}
	.slideshow-image, .jumbotron, .navbar-custom {
		box-shadow: inset 0 0 0 1000px rgb(225 86 144 / 90%);
	}
  .wedding-date #clock > div {
  	width: 170px;
  	height: 155px;
  }
  .wedding-date #clock .time {
  	padding-top: 5px;
    font-size: 36px;
    line-height: 1.1;
  }
  
  .wedding-date #clock span {
  	font-size: 22px;
  	line-height: 1.1;
  	display: block;
  }
}
@media (max-width: 575px) {
  .wedding-date #clock > div {
  	width: 120px;
  	height: 110px;
  	margin: 8px;
  }
  .wedding-date #clock .time {
    font-size: 24px;
    line-height: 34px;
  }
  
  .wedding-date #clock span {
  	font-size: 16px;
  }
}

.atcb-button-wrapper {
	padding: 0;
	min-width: 200px;
}

.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 20px;
    margin: 0;
    color: #fd408d;
    font-weight: 200;
    background-color: transparent;
        border: 1px solid #fd408d;
}

.theme-btn, .theme-btn-s3, .theme-btn-s4 {
    background-color: #ff8cbc;
    color: #fff;
    padding: 13px 50px 13px 25px;
    font-weight: 500;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

.theme-btn:after, .theme-btn-s3:after, .theme-btn-s4:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .theme-btn:after,
    .theme-btn-s3:after,
    .theme-btn-s4:after {
        font-size: 14px;
    }
}

.theme-btn:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn:focus,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.theme-btn:active,
.theme-btn-s3:active,
.theme-btn-s4:active {
    background-color: #df7ea6;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s3,
    .theme-btn-s4 {
        padding: 15px 45px 15px 20px;
        font-size: 12px;
    }
}

.website_info {
	padding: 25px 0;
	background: #ffdfec;
}

.website_info_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.website_info_container .theme-btn {
    width: 30%;
    min-width: 250px;
    margin: 10px;
    max-width: 300px;
}

.website_info_container .theme-btn .content-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.website_info_container .theme-btn .content-button  svg {
	margin-right: 5px;
}

@media(max-width: 767px) {
	.website_info {
	padding: 40px 0;
}
}
/*Parent info*/
.parent-infos{margin-bottom: 0.8rem;text-align:center;font-size: 16px;}


.parent-info .parent-name{
	text-transform:uppercase;
	font-weight: 600;
	
}
/* video-section */
.video-section{padding: 0!important;}
.video-section h2 {font-size: 40px;margin:0;}
.video-section p, .event-section .top-area p {color: #fff;}
.video-btn {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	margin-top: 16px;
	position: relative;
}
.video-section  .video-play-btn {
	line-height: 75px;
	font-size: 2rem;
	background:rgba(233, 178, 229, 0.3)!important;
	border: 3px solid #ff8cbc;
	border-radius: 50%;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 1px;
    color: rgb(255, 255, 255)!important;
    text-align: center;
    transition: all 0.2s;
}
.video-play-btn i{
    color:#fff;
    font-size: 30px;
    margin-left: 5px;
    margin-top: 22px;
    
}
.video-section  .video-play-btn i:before{
	margin-left:3px;
}

.video-section .video-play-btn:hover,.video-section  .video-play-btn:focus {
	text-decoration: none;
	color: rgb(255, 255, 255)!important;
	background: rgba(236, 111, 153, 0.7)!important;
}
.video-section .top-area {
    text-align: center;
    width: 100%;
    height: 60%;
    padding: 150px 0;
    position: relative; 
    left: 0;
    top: 0;
}
.video-section .top-area:before {
    content: "";
    background: rgba(0, 0, 0, .3)!important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
.video-section .top-area h2, .video-section .top-area p {
    position: relative;
    z-index: 2;
    color: #fff;
}
.top-area > p{
    font-size: 20px;
}
.fancybox-lock .fancybox-overlay{
    overflow: auto!important;
    overflow-y: scroll!important;
    z-index: 9999 !important;
}
.fancybox-wrap{
    background: rgba(0, 0, 0, 0.9);
    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: biilogo-pulse 1s infinite;
	animation: biilogo-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 biilogo-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 biilogo-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: -5px;
	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: 5px;
    margin-bottom: 5px;
}

/* ALBUM GALLERIES */
#btn-see-more-gallery{
	background: #ff8cbc;
	color: #fff;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
}
.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;
}
.theme-btn-s2 {
    margin-right: 15px;
    background-color: #3e7884;
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: 0;
    outline: 0;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.validate-rsvp-form #success, .validate-rsvp-form #error{
    display: none;
}
section#wishes{padding-bottom: 300px;}
textarea#content{border: 0!important;}
.emoji-picker{max-width:100%;display:none;position: absolute;user-select: none!important;background: #fff;right: 45px;z-index: 9999;bottom: -215px;-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: 999px){ 
    .emoji-picker {bottom: -255px;}
}
@media screen and (max-width: 400px){
  .emoji-picker > emoji-picker{ --num-columns: 6;}
}
#wish-form textarea{margin-bottom:0;border-radius:0!important;resize: none;}
#wish-form .textAreaIcons{position:relative;text-align:right;background: #fff;padding: 10px;border-bottom: none;border-top: 1px solid #ddd}
#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('/themes/common/images/searchicon.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 */
#event .img-event{
    position: relative;
    display: flex;
    justify-content: center;
}
#event .dresscode-colors-event{
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgb(246 246 246 / 70%);
    padding: 6px;
    justify-content: center;
}
#event .dresscode-colors-event > .dresscode-colors-item{
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
#event .dresscode-colors-wrap-1{
    position: absolute;
    bottom: 7px;
    width: 100%;
    transform: rotate(3deg);
    left: -9px;
}
#event .dresscode-colors-wrap-2{
    position: absolute;
    bottom: 7px;
    width: 100%;
    transform: rotate(-3deg);
    right: -9px;
}
#event .event-item:hover .tooltip-dresscode{
    display: block;
}
#event .event-item .tooltip-dresscode {
    width: 130px;
    font-family: sans-serif; 
    font-size: 16px;
    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: 43px;
    display: none;
}
#event .event-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;
}
.d-none{display: none;}
.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;
}

@media (max-width: 991px) {
    .col {
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .toast-top-right{
         top: 62px!important;
     }
 }