/*
/* !----------------------------------------------------------
/* LEVIDIO INVITATION - WEDDING 1
/* Oct, 20 2018
/* Huda - RootPixel
/* !----------------------------------------------------------
*/
/* License Info
License {
	product 		: "Levidio Invitation";
	template-name 	: "Wedding 1";
	author 			: "Rootpixel";
	website 		: "http://rootpixel.net";
	contact 		: "support@rootpixel.net";
	social 			: "http://facebook.com/rootpixel";
}
*/
/* ----------------------------------------------
 * Generated by Animista on 2018-10-15 16:51:15
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Grand+Hotel|PT+Sans:400,400i,700,700i|Parisienne");
@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
  background-color: #FAFAFA;
  line-height: 1.7em;
  font-size: 16px;
  color: #969696;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  color: #FFFFFF;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.menu:after {
  content: "";
  width: 700px;
  height: 2px;
  position: fixed;
  top: 40px;
  left: 50%;
  margin-left: -350px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .menu:after {
    width: 300px !important;
    margin-left: -150px;
  }
}
@media screen and (max-width: 576px) {
  .menu:after {
    width: 100px !important;
    margin-left: -50px;
  }
}
@media screen and (max-width: 480px) {
  .menu:after {
    display: none;
  }
}
.menu .logo {
  line-height: 1.2em !important;
}
.menu .share {
  position: relative;
  padding: 5px 15px;
  display: inline-block;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
.menu .share .separator {
  width: 0;
  display: inline-block;
  transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
}
.menu .share .separator.toggled {
  width: 60px;
  transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
}
.menu .share .share-social {
  display: none;
  position: absolute;
  top: 3px;
  right: 15px;
}
.menu .share .share-social a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.menu .share .share-social a img {
  margin-left: 3px;
  height: 20px !important;
}
.menu.nav--peach {
  background-color: rgba(255, 191, 155, 0.95);
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}

header {
  padding: 40px 0;
  background: url("../img/header-bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh + 130px);
  color: #FFFFFF;
  position: relative;
}
header:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("../img/header-bottom.png") center center no-repeat;
  background-size: cover;
}
header .header--content {
  position: relative;
  top: 40%;
}
@media screen and (max-width: 480px) {
  header .header--content {
    top: 50%;
  }
}
header .header--content .header--img {
  position: relative;
  left: -30px;
}
@media screen and (max-width: 480px) {
  header .header--content .header--img {
    left: 0;
  }
}
header .header--content .header--date {
  position: relative;
  top: -30px;
}
@media screen and (max-width: 480px) {
  header .header--content .header--date {
    top: 0;
  }
}

section {
  padding: 80px 0;
}

.container {
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 96% !important;
  }
}

#bride-groom {
  position: relative;
  padding-bottom: 0;
  background-color: #FAFAFA;
}
#bride-groom .header--flower {
  position: absolute;
  left: 50%;
  top: -70px;
  margin-left: -125px;
}
#bride-groom .center--line {
  position: absolute;
  right: -2px;
  top: -50px;
  width: 2px;
  height: calc(100% + 50px);
  background: url("../img/center-line.svg");
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #bride-groom .center--line {
    right: -5px;
  }
}

#date {
  background: url("../img/date-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
}
#date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("../img/ornament-bottom.png") center center no-repeat;
  background-size: cover;
}
#date .date--wrapper {
  margin-top: 80px;
  position: relative;
  bottom: -40px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 50px 80px rgba(246, 208, 187, 0.25);
  -moz-box-shadow: 0 50px 80px rgba(246, 208, 187, 0.25);
  -webkit-box-shadow: 0 50px 80px rgba(246, 208, 187, 0.25);
  -o-box-shadow: 0 50px 80px rgba(246, 208, 187, 0.25);
}
#date .date--wrapper .date--content {
  padding: 50px;
}
#date .date--wrapper .date--content .dot {
  background-color: #F6D0BB;
  margin: 0 auto 30px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
#date .date--wrapper .date--content .wedding--date {
  position: relative;
  top: -15px;
}
#date .date--wrapper .date--content .date--img {
  height: 50px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 576px) {
  #date .date--wrapper .date--content.content--sm {
    padding: 30px;
  }
}
#date .date--wrapper .hr--line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: url("../img/hr-line.svg") repeat-x;
}
#date .date--wrapper .vr--line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  background: url("../img/vr-line.svg") repeat-y;
}

#gallery-rsvp {
  background: url("../img/gallery-bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding-bottom: 0;
}
#gallery-rsvp #gallery .picture {
  overflow: hidden;
  position: relative;
  height: 280px;
  margin-bottom: 30px;
  transition: background 1s ease;
  -moz-transition: background 1s ease;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  -ms-transition: background 1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
#gallery-rsvp #gallery .picture:hover {
  cursor: pointer;
}
#gallery-rsvp #gallery .picture:hover .thumb img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#gallery-rsvp #gallery .picture .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
#gallery-rsvp #gallery .picture .thumb img {
  width: 100%;
  height: 280px;
  position: relative;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
#gallery-rsvp #gallery .picture .overlay {
  background: url("../img/gallery-overlay.png") repeat-x;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#gallery-rsvp #gallery .picture .overlay .caption {
  position: absolute;
  color: #FFFFFF;
  bottom: 20px;
  left: 25px;
}
#gallery-rsvp #gallery .picture .overlay .caption h4, #gallery-rsvp #gallery .picture .overlay .caption p {
  margin-bottom: 0;
}
#gallery-rsvp #gallery .picture .overlay .caption p {
  margin-top: -2px;
}
#gallery-rsvp #rsvp .btn--rsvp {
  background-color: #FFBF9B;
  color: #FFFFFF;
  padding: 15px;
  font-weight: bold;
  box-shadow: 0 20px 50px rgba(255, 191, 155, 0.5);
  -moz-box-shadow: 0 20px 50px rgba(255, 191, 155, 0.5);
  -webkit-box-shadow: 0 20px 50px rgba(255, 191, 155, 0.5);
  -o-box-shadow: 0 20px 50px rgba(255, 191, 155, 0.5);
}
#gallery-rsvp #rsvp .btn--rsvp:hover {
  box-shadow: 0 20px 50px rgba(255, 191, 155, 0.8);
  -moz-box-shadow: 0 20px 50px rgba(255, 191, 155, 0.8);
  -webkit-box-shadow: 0 20px 50px rgba(255, 191, 155, 0.8);
  -o-box-shadow: 0 20px 50px rgba(255, 191, 155, 0.8);
}
#gallery-rsvp #maps {
  position: relative;
  bottom: -70px;
  margin-top: -30px;
  overflow: hidden;
  border-radius: 50%;
  height: 330px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}
#gallery-rsvp #maps iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

footer {
  background-color: #454545;
  padding: 120px 0 30px;
}
footer .footer--bride {
  display: inline-block;
  position: relative;
}
footer .footer--bride:before, footer .footer--bride:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 25px;
}
@media screen and (max-width: 480px) {
  footer .footer--bride:before, footer .footer--bride:after {
    width: 30px;
  }
}
footer .footer--bride:before {
  left: -120px;
}
@media screen and (max-width: 480px) {
  footer .footer--bride:before {
    left: -50px;
  }
}
footer .footer--bride:after {
  right: -120px;
}
@media screen and (max-width: 480px) {
  footer .footer--bride:after {
    right: -50px;
  }
}

img {
  max-width: 100%;
}

.photo {
  border: 4px solid #F6D0BB;
  padding: 10px;
  position: relative;
  margin-bottom: 50px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
@media screen and (max-width: 576px) {
  .photo {
    margin-left: -60px;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }
}
.photo img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
@media screen and (max-width: 576px) {
  .photo img {
    width: 90px;
    height: 90px;
  }
}
.photo.groom:before {
  content: "";
  background: url("../img/groom-flower.png") no-repeat center center;
  position: absolute;
  top: -40px;
  left: -50px;
  width: 270px;
  height: 270px;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .photo.groom:before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .photo.groom:before {
    width: 150px;
    height: 150px;
    top: -30px;
    left: -30px;
  }
}
.photo.bride:before {
  content: "";
  background: url("../img/bride-flower.png") no-repeat center center;
  position: absolute;
  top: -50px;
  left: -40px;
  width: 250px;
  height: 250px;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .photo.bride:before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .photo.bride:before {
    width: 150px;
    height: 150px;
    top: -30px;
    left: -30px;
  }
}

.title {
  margin-bottom: 30px;
}
.title--lg {
  margin-bottom: 50px;
}

.social {
  opacity: 0.4;
}
.social:hover {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .xs--none {
    display: none;
  }
}

/* .form-control {
  border: 0;
  padding: 15px 20px;
  font-size: 16px;
  margin-bottom: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 20px 50px rgba(150, 150, 150, 0.25);
  -moz-box-shadow: 0 20px 50px rgba(150, 150, 150, 0.25);
  -webkit-box-shadow: 0 20px 50px rgba(150, 150, 150, 0.25);
  -o-box-shadow: 0 20px 50px rgba(150, 150, 150, 0.25);
}
@media screen and (max-width: 576px) {
  .form-control {
    margin-bottom: 15px;
  }
}
.form-control:focus, .form-control:active {
  outline: none;
  box-shadow: 0 25px 50px rgba(150, 150, 150, 0.4);
  -moz-box-shadow: 0 25px 50px rgba(150, 150, 150, 0.4);
  -webkit-box-shadow: 0 25px 50px rgba(150, 150, 150, 0.4);
  -o-box-shadow: 0 25px 50px rgba(150, 150, 150, 0.4);
} */

::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(150, 150, 150, 0.4);
}

::-moz-placeholder {
  font-style: italic;
  color: rgba(150, 150, 150, 0.4);
}

:-ms-input-placeholder {
  font-style: italic;
  color: rgba(150, 150, 150, 0.4);
}

:-moz-placeholder {
  font-style: italic;
  color: rgba(150, 150, 150, 0.4);
}

.divider {
  height: 40px;
}
.divider--lg {
  height: 60px;
}

.modal-content {
  border: 0;
  position: relative;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.modal-content img {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.modal-content .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.75 !important;
}

.fit-center, #gallery-rsvp #gallery .picture .thumb img, .photo img {
  object-fit: cover;
  object-position: center;
}

.fade, .menu .share .share-social a, #gallery-rsvp #rsvp .btn--rsvp, .social {
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}
.fade:hover, .menu .share .share-social a:hover, #gallery-rsvp #rsvp .btn--rsvp:hover, .social:hover {
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
}

.color--white {
  color: #FFFFFF !important;
}

.color--softwhite {
  color: #FAFAFA !important;
}

.color--medwhite {
  color: #CCCCCC !important;
}

.color--peach {
  color: #F6D0BB !important;
}

.color--orange {
  color: #FFBF9B !important;
}

.color--dusk {
  color: #969696 !important;
}

.color--midnight {
  color: #454545 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--softwhite {
  background-color: #FAFAFA;
}

.bg--medwhite {
  background-color: #CCCCCC;
}

.bg--peach {
  background-color: #F6D0BB;
}

.bg--orange {
  background-color: #FFBF9B;
}

.bg--dusk {
  background-color: #969696;
}

.bg--midnight {
  background-color: #454545;
}

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

.font--2 {
  font-family: "Parisienne", cursive;
}
.font--3 {
  font-family: "Grand Hotel", cursive;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.spacing--1 {
  letter-spacing: 0.2em;
}
.spacing--2 {
  letter-spacing: 0.5em;
}

h1 {
  font-size: 80px;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.7em;
}
@media screen and (max-width: 480px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  line-height: 1.7em;
}

/*# sourceMappingURL=styles.css.map */
