@charset "UTF-8";
/*
  CSS Base
*/
/* The button */
.addeventatc {
  visibility: hidden; }

.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {
  display: none !important; }

/* Drop down */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  font-family: 'Source Sans Pro',Arial,sans-serif;
  color: #000 !important;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform .15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent; }

.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important; }

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #ccc;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  transition: background-color .3s; }

.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px; }

.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400; }

.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101; }

.addeventatc_dropdown .frs a:hover {
  color: #999 !important; }

.addeventatc_dropdown .ateappleical {
  background: url(../gfx/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ategoogle {
  background: url(../gfx/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ateoutlook {
  background: url(../gfx/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ateoutlookcom {
  background: url(../gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .ateyahoo {
  background: url(../gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .atefacebook {
  background: url(../gfx/icon-facebook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%; }

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default; }

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px; }

.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999; }

.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important; }

.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4; }

.addeventatc_dropdown {
  left: auto !important;
  top: auto !important;
  margin: -250px 0 0 -28px;
  width: 210px; }
  .addeventatc_dropdown span {
    font-weight: 400; }

.copyx {
  display: none !important; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

img {
  max-width: 100%; }

html,
body {
  background-color: #2C302E;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  box-sizing: border-box;
  font-size: 16px;
  min-height: 100%;
  position: relative; }

.main-header {
  margin: -80px auto 250px;
  text-align: center;
  top: 31%;
  position: fixed;
  z-index: 3;
  width: 100%; }

.main-title {
  text-shadow: 2px 2px 8px black;
  font-family: "Pacifico", cursive;
  font-size: 2em;
  color: white;
  margin: 0;
  font-weight: normal;
  transition: transform .3s ease, opacity 1s ease; }

.couple-name {
  color: white;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  font-size: 4em;
  text-shadow: 2px 2px 8px black;
  margin: 0;
  width: auto; }
  .couple-name span {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .couple-name:before {
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 100%;
    background-color: white;
    transition: transform 0.2s ease-out 0.2s; }

.date-info {
  color: #d6f9dd;
  left: 0;
  padding: 0.8em 0;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  transition: opacity .6s ease-out 0.8s; }
  .date-info p {
    transition: opacity .6s ease-out 1.1s; }

.date--item {
  font-size: 2em; }
  .date--item:not(:last-child):after {
    content: '·';
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7em;
    padding: 0 0.25em;
    margin: 0 0.2em; }

p {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0; }

.date {
  padding-left: 12px;
  letter-spacing: 9px; }

.c2a {
  font-weight: 200;
  font-size: 3em;
  margin-bottom: -10px;
  text-transform: uppercase; }
  .c2a.small {
    font-size: 2.4em; }

.location {
  margin: 0 auto 14px;
  text-transform: uppercase; }

.down-fade {
  transform: translate(0, 30px);
  opacity: 0; }

.down-fade--light {
  transform: translate(0, 10px);
  opacity: 0; }

.up-fade {
  transform: translate(0, -30px);
  opacity: 0; }

.unlined:before {
  transform: scale(0, 1); }

.faded {
  opacity: 0; }
  .faded p {
    opacity: 0; }

.container {
  width: 100%;
  height: 100vh;
  background-color: #2C302E;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.left-col {
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 1rem);
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  margin: 0.5rem;
  position: relative;
  transition: opacity 0.5s ease-out; }
  .left-col .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 1000ms cubic-bezier(1, 0.04, 0.355, 1) transform, 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) -webkit-clip-path;
    transition: 1000ms cubic-bezier(1, 0.04, 0.355, 1) transform, 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path;
    transition: 1000ms cubic-bezier(1, 0.04, 0.355, 1) transform, 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path, 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) -webkit-clip-path;
    transform: translateY(-100%);
    z-index: -1; }
    .left-col .slide.previous {
      filter: grayscale(100%) brightness(10%) contrast(150%);
      z-index: 1;
      opacity: 1;
      transform: translateY(0);
      animation-delay: 1s;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      transition: 3s ease transform, 1.2s ease filter; }
      .left-col .slide.previous.change {
        transform: translateY(50%); }
    .left-col .slide.next {
      transform: translateY(-110%);
      z-index: 3;
      opacity: 1;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
    .left-col .slide.current {
      opacity: 1;
      transform: translateY(0) scale(1.25);
      z-index: 2;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.addeventatc {
  background-color: #325e79;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
  font-weight: 100;
  padding: 4px 8px; }
  .addeventatc svg {
    display: inline-block;
    margin: -2px 3px 0 0;
    vertical-align: middle; }

.rsvp-btn{
  cursor:pointer;
  background-color:#325e79;
  border:none;
  border-radius:3px;
  color:white;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:1.5em;
  font-weight: 100;
  padding:4px 8px;
  text-decoration:none;
}

@media (min-width: 700px) {
  .main-container {
    background-image: url(../images/engagement30.jpg);
    background-size: cover; }
  .main-header {
    top: 34%; }
  .main-title {
    font-size: 3em; }
  .couple-name {
    font-size: 6em; }
  .addeventatc {
    padding: 4px 27px; } }
