/*
/* !----------------------------------------------------------
/* LEVIDIO Invitation - Invitation 3
/* Oct, 14 2018
/* RootPixel
/* !----------------------------------------------------------
*/
/* License Info
License {
	product 		: "Levidio Invitation";
	template-name 	: "Invitation 3";
	author 			: "Rootpixel";
	website 		: "http://rootpixel.net";
	contact 		: "support@rootpixel.net";
	social 			: "http://facebook.com/rootpixel";
}
*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900|Playfair+Display:400,400i,700,700i,900,900i');
.font-primary{
  font-family: 'Playfair Display', serif;
}

h1 {
  font-weight: 600;
}

h2 {
  font-size: 32px;
}

body {
  background-color: #FFFFFF;
  color: #8EA6B4;
  font-family: "Muli", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}
body.boxed {
  background-color: #e8e8e8;
}
body.boxed header, body.boxed section, body.boxed nav, body.boxed footer {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

div.image-card img{
  position: relative;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 20px 50px rgba(66, 67, 83, 0.5);
  -moz-box-shadow: 0 20px 50px rgba(66, 67, 83, 0.5);
  -webkit-box-shadow: 0 20px 50px rgba(66, 67, 83, 0.5);
  -o-box-shadow: 0 20px 50px rgba(66, 67, 83, 0.5);
}
div.image-card.small{
  width: 190px;
}
div.image-card.big{
  width: 280px;
}

hr.short{
  width: 40px;
}

.navbar {
  background: transparent;
  padding: 10px 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;
}
.navbar.nav--yellow {
  background-color: #D1A766;
  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;
}
a.navbar-brand{
  font-size: 14px;
  color: #FAFAFA;
}
.navbar .btn--nav {
  margin-left: 10px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  font-size: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .navbar .btn--nav {
    padding: 5px 10px;
  }
}
.navbar .btn--nav:focus {
  box-shadow: none;
}
.navbar .btn--nav .share--icon {
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
}
.navbar .btn--nav .social {
  margin-left: 10px;
  display: none;
}
.navbar .btn--nav .social img {
  opacity: 0.6;
  width: 10px;
  height: 10px;
  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;
}
.navbar .btn--nav .social img.gplus {
  width: 15px;
  height: 15px;
}
.navbar .btn--nav .social img.twitter {
  width: 15px;
  height: 9px;
}
.navbar .btn--nav .social img.fb {
  width: 15px;
  height: 10px;
}
.navbar .btn--nav .social img:hover {
  opacity: 1;
  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;
}
section {
  padding: 70px 0;
}
@media screen and (max-width: 480px) {
  section {
    padding: 40px 0;
  }
}
section.sm {
  padding: 50px 0;
}
section.no-padding {
  padding: 0;
}

.container {
  width: 1100px;
  max-width: 97%;
}

.bg--white {
  background-color: #FAFAFA;
}

.divider {
  height: 40px;
}
@media screen and (max-width: 480px) {
  .divider {
    height: 25px;
  }
}
.divider--sm {
  height: 30px;
}
.divider--xs {
  height: 20px;
}

.dripicons {
  position: relative;
  top: 3px;
}

.icon--left {
  margin-right: 5px;
}

#couple .couple{
  margin-top: -200px!important;
}
@media screen and (max-width: 480px) {
  #couple .couple {
    margin-top: -100px!important;
  }
}

section#video{
  position: relative;
}

#video h3{
  color: #A78658;
}

section#location{
  position: relative;
  padding-top: 150px;
  padding-bottom: 200px;
}

section#location h3{
  color: #A78658;
  line-height: 1.5em;
}

section#location p{
  /*color: #A78658;*/
  line-height: 2.2em;
}

section#location svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}

.event{
  padding-top: 10px;
}

.event .event--icon{
  color: #A78658;
}

.event .event--title{
  color: #A78658;
}

.video {
  margin: 25px auto;
  border: 10px solid #A78658;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
  -moz-box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
  -webkit-box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
  -o-box-shadow: 0 0 50px rgba(29, 29, 29, 0.5);
}
.video::before {
  content: "";
  z-index: 2;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 7px #A78658;
  -moz-box-shadow: 0 0 0 7px #A78658;
  box-shadow: 0 0 0 10px #A78658;
  pointer-events: none;
}
.video iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn--demo {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 800!important;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #D1A766;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn--demo:hover {
  box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
  -moz-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
  -webkit-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
  -o-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
}
.btn--demo img {
  width: 12px;
}

#rc-imageselect, .g-recaptcha {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media screen and (max-width: 480px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
  }
}

::-webkit-input-placeholder {
  color: #8EA6B4 !important;
}

::-moz-placeholder {
  color: #8EA6B4 !important;
}

:-ms-input-placeholder {
  color: #8EA6B4 !important;
}

:-moz-placeholder {
  color: #8EA6B4 !important;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 85%;
  }
}
@media screen and (max-width: 576px) {
  .container {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sm-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 567px) {
  .ms-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 576px) {
  .ms-none {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .ms-divider {
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .xs-none {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .xs-center {
    text-align: center !important;
  }
}

header {
  padding: 150px 0;
  color: #FFFFFF;
  background: #FFC371 url("../img/header-bg.jpg") no-repeat;
  background-size: cover;
  position:  relative;
}
header svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vw;
  /* set height to pixels if you want angle to change with screen width */
}


@media screen and (max-width: 480px) {
  header {
    padding: 150px 0 0;
  }
}
header h1 {
  font-size: 60px;
  font-weight: 700;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 567px) {
  header h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 30px;
  }
}
header p {
  margin: 0 auto;
  padding: 10px 300px 20px;
  font-size: 12px;
  font-weight: 400;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  header p {
    margin: 0 auto;
    padding: 20px 0 20px;
  }
}

header span#wedding-date{
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

header img.floral{
  top: -38px;
  width: 70px;
  position: relative;
  padding-bottom: 0px;
}

header .btn--demo{
  margin-top: 10px;
  margin-bottom: 100px;
}


.couple {
  margin: 20px auto;
  width: 80%;
  padding: 40px;
  position: relative;
  background-color: #F8F7F2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 20px 40px rgba(142, 166, 180, 0.2);
  -moz-box-shadow: 0 20px 40px rgba(142, 166, 180, 0.2);
  -webkit-box-shadow: 0 20px 40px rgba(142, 166, 180, 0.2);
  -o-box-shadow: 0 20px 40px rgba(142, 166, 180, 0.2);
}

@media screen and (max-width: 480px) {
  .couple {
    width: 100%;
  }
}

.couple h4{
  color: #A78658;
  line-height: 1.5em;
  font-weight: 400;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .couple h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 567px) {
  .couple h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .couple h4 {
    font-size: 14px;
  }
}

.couple .floral--top-left {
  width: 180px;
  height: 180px;
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: -10px;
  top: -15px; }

  @media screen and (max-width: 480px) {
    .couple .floral--top-left {
      width: 100px;
      height: 100px;  
    }
  }

  .couple .floral--bottom-right {
    width: 180px;
    height: 180px;
    bottom: -20px;
    right: -10px;
    position: absolute;
    object-fit: cover;
    object-position: center;
  }

  @media screen and (max-width: 480px) {
    .couple .floral--bottom-right {
      width: 100px;
      height: 100px;  
    }
  }

  .couple .bride--photo {
    width: 200px;
    border: 3px solid #BAB9B5;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
  }

  .couple .bride--name{
    padding-top: 25px;
    padding-bottom: 0px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #3D3D3D;
    font-style: italic;
  }

  .couple .bride--job{
    padding-top: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #BAB9B5;
  }

  .couple .bride--desc{
    font-weight: 300;
    text-align: center;
    padding: 0 30px;
  }

  .couple .bride--socials{
    padding-top: 12px;
  }

  .couple .bride--socials img{
    height: 15px;
  }
  .couple .bride--socials img:hover{
    opacity: 0.5;
  }

  .couple .bride--connector{
    width:100px;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 50px;
    right: -50px;
  }

  @media screen and (max-width: 480px) {
    .couple .bride--connector {
      display: none; }
    }

    section#description{
      position: relative;
      padding-bottom: 150px;
    }

    section#description svg {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 10vw;
      /* set height to pixels if you want angle to change with screen width */
    }

    #description{
      background-color: #F8F7F2;
    }

    #description h1 {
      font-weight: 400;
      color: #A78658;
    }
    #description p{
      line-height: 2.2em;
    }
    #description a {
      display: inline;
    }
    #description .btn--demo {
      font-weight: 500;
      padding: 10px 20px;
      font-weight: 500 !important;
      color: #FFFFFF;
      background-color: #FFC371;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
    }
    #description .btn--demo:hover {
      box-shadow: 0 15px 30px rgba(255, 195, 113, 0.7);
      -moz-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.7);
      -webkit-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.7);
      -o-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.7);
    }
    #description .btn--demo img {
      width: 12px;
    }
    @media screen and (max-width: 567px) {
      #description .product--box {
        width: 180px;
        margin-bottom: 30px;
      }
    }

    #galleries{
      background-color: #FAFAFA;
    }

    #galleries h1 {
      font-weight: 400;
      color: #A78658;
    }

    #galleries img.floral{
      top: -32px;
      width: 60px;
      position: relative;
      padding-bottom: 0px;
    }

    .gallery {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-width: 33%;
      -moz-column-width: 33%;
      column-width: 33%; }
      .gallery .pics {
        border: 8px solid #FFFFFF;
        border-radius: 10px;
        box-shadow: 0 20px 50px rgba(142, 166, 180, 0.1);
        -moz-box-shadow: 0 20px 50px rgba(142, 166, 180, 0.1);
        -webkit-box-shadow: 0 20px 50px rgba(142, 166, 180, 0.1);
        -o-box-shadow: 0 20px 50px rgba(142, 166, 180, 0.1);
        transition: 0.1s all ease;
        -moz-transition: 0.1s all ease;
        -webkit-transition: 0.1s all ease;
        -o-transition: 0.1s all ease;
        -ms-transition: 0.1s all ease; }
        .gallery .pics img{
          border-radius: 10px;
        }
        .gallery .pics:hover{
          padding: 10px; 
          border-radius: 10px;
          cursor: pointer;
          border: none;
          border-color: transparent;
          box-shadow: none;
          transform: scale(1.1);
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
        }

        @media (max-width: 450px) {
          .gallery {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            -webkit-column-width: 100%;
            -moz-column-width: 100%;
            column-width: 100%;
          }
        }

        .form-group .form-control {
          border: 0;
          padding: 11px 15px;
          font-size: 14px;
          background-color: rgba(142, 166, 180, 0.1);
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
        }
        .form-group .form-control:focus {
          box-shadow: none;
          background-color: rgba(142, 166, 180, 0.3);
        }

        section#rsvp{
          background: #FFC371 url("../img/rsvp-bg.jpg") no-repeat;
          background-size: cover;
          position:  relative;
        }

        #rsvp h1{
          padding-top: 45px;
          color: #3D3D3D;
          font-size: 62px;
          letter-spacing: 5px;
        }

        #rsvp .subscribe--box {
          bottom: -10px;
          left: -100px;
          padding: 40px 50px 30px;
          width: 95%;
          position: absolute;
          background-color: #FAFAFA;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          box-shadow: 0 20px 50px rgba(77, 77, 77, 0.2);
          -moz-box-shadow: 0 20px 50px rgba(77, 77, 77, 0.2);
          -webkit-box-shadow: 0 20px 50px rgba(77, 77, 77, 0.2);
          -o-box-shadow: 0 20px 50px rgba(77, 77, 77, 0.2);
        }
        @media screen and (max-width: 480px) {
          #rsvp .subscribe--box {
            position: relative;
            width: 100%;
            bottom: 0;
            left: 0;
          }
        }
        #rsvp .subscribe--box .subscribe--btn {
          position: absolute;
          bottom: -25px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-size: 10px;
          font-weight: 800!important;
          padding: 15px 20px;
          color: #FFFFFF;
          background-color: #D1A766;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
        }
        @media screen and (max-width: 480px) {
          #rsvp .subscribe--box .subscribe--btn {
            margin-top: 10px;
            width: 100%;
            position: relative;
            bottom: 0;
          }
        }
        #rsvp .subscribe--box .subscribe--btn:hover {
          box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
          -moz-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
          -webkit-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
          -o-box-shadow: 0 15px 30px rgba(255, 195, 113, 0.5);
        }

        #rsvp .floral--top-left {
          width: 100px;
          height: 100px;
          position: absolute;
          object-fit: cover;
          object-position: center;
          left: -20px;
          top: -20px; }

          #rsvp .floral--bottom-right {
            width: 100px;
            height: 100px;
            bottom: -20px;
            right: -20px;
            position: absolute;
            object-fit: cover;
            object-position: center;
          }

          #rsvp #maps {
            position: relative;
            margin-top: 100px;
            overflow: hidden;
            border-radius: 50%;
            height: 330px;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            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);
          }
          @media screen and (max-width: 480px) {
            #rsvp #maps {
              margin-top: 60px;
            }
          }
          #rsvp #maps iframe {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
          }

          footer {
            padding: 20px 0;
            background-color: #E4DDCF;
            color: #8A8987;
            font-size: 12px;
            font-weight: 400;
          }

          /*# sourceMappingURL=styles.css.map */
