/* Site designed by Trevor Plumley @ plum.ly */

@font-face {
  font-family: 'BlanchCapsRegular';
  src: url('../fonts/blanch_caps-webfont.eot');
  src: url('../fonts/blanch_caps-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/blanch_caps-webfont.woff') format('woff'),
    url('../fonts/blanch_caps-webfont.ttf') format('truetype'),
    url('../fonts/blanch_caps-webfont.svg#BlanchCapsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PacificoRegular';
  src: url('Pacifico-webfont.eot');
  src: url('Pacifico-webfont.eot?#iefix') format('embedded-opentype'),
    url('Pacifico-webfont.woff') format('woff'),
    url('Pacifico-webfont.ttf') format('truetype'),
    url('Pacifico-webfont.svg#PacificoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}







/* FONT & TEXT STYLES */

h1 {
  padding: 0;
  font-family: 'BlanchCapsRegular', arial;
  font-weight: normal;
  text-align: center;
  font-size: 140px;
  margin: 0;
}

h2 {
  font-family: 'Pacifico', 'PacificoRegular', cursive;
  font-size: 31px;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  display: block;
  position: relative;
  text-align: center;
  color: rgb(158, 158, 158);
  line-height: 48px;
}

h3 {
  font-family: 'BlanchCapsRegular', arial;
  font-size: 53px;
  font-weight: normal;
  /*color: #FFFFFF;*/
  margin: 20px 0px 20px 0;
}

h4 {
  font-family: 'BlanchCapsRegular', arial;
  font-size: 30px;
  font-weight: normal;
  color: rgb(225, 86, 97);
}

h5 {
  text-align: center;
  margin: 0;
  color: rgb(158, 158, 158);
  font-size: 35px;
  font-family: 'BlanchCapsRegular', arial;
}

p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #363636
}

p a {
  text-decoration: none;
  color: rgb(220, 79, 83);
}

p a:hover {
  color: rgb(248, 202, 105);
}







/* MAIN SITE STYLES */

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #b9b9b9;
  font-size: 20px;
  line-height: 25px;
}


.content-box {
  /*position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -450px;*/
  position: relative;
  width: 70%;
  margin: 12vh auto;
  padding: 0 20px;
  min-height: 70%;
}

.container {
  height: 100%;
  margin: 0;
  padding: 0;
}

.slide {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}








/* NAVIGATION */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: rgba(56, 56, 56, 0.7);
  z-index: 10000;
  padding: 0;
  min-height: 66px;
}

#header #logo {
  position: relative;
  display: inline-block;
  margin-top: 9px;
  width: 30px;
  height: 30px;
  left: -17px;
  top: -4px;
  margin-right: 15px;
}

#header .plum:hover {
  opacity: 0.8;
}

.hamburger {
  display: none;
}

.home-nav {
  display: inline;
  margin: 10px;
}

ul#navigation {
  display: inline-block;
  padding: 0;
  text-align: center;
  /*cursor: pointer;*/
}

ul#navigation li {
  display: inline;
  margin: 10px;
}

ul#navigation li a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'BlanchCapsRegular', 'small-caption';
  font-size: 30px;
  font-weight: 400;
  /*opacity: 1;*/
  /*-webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  transition: .3s all ease-out;*/
  /*border-bottom: 2px solid rgba(255, 255, 255, 0);*/
}

ul#navigation li.active a,
ul#navigation li a:hover {
  /*opacity: .6;*/
  color: #bebebe;
  /*border-bottom: 2px solid rgba(255, 255, 255, 1);*/
}

ul#navigation li.home-nav.active a,
ul#navigation li.home-nav a {
  /*border-bottom: none!important;*/
}








/* FOOTER */

#footer {
  z-index: 100;
  position: absolute;
  bottom: 0px;
  background-color: rgba(56, 56, 56, 0.7);
  width: 100%;
  height: 70px;
}

#footer .footer-center {
  position: relative;
  text-align: center;
}

#footer p {
  text-align: center;
  font-family: 'BlanchCapsRegular', 'small-caption';
  text-transform: uppercase;
  color: #d2d2d2;
  font-size: 23px;
  padding: 3px 5px;
  display: inline-block;
  text-indent: -40px;
}

#footer p a {
  font-weight: 800;
  color: #fff;
}

#footer a:hover {
  opacity: .8;
}
#footer .fa {
  display: inline;
  font-size: 16px;
  padding: 0 2px;
}

.plum {
  background-image: url(../images/logos/plum-logo-sm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  height: 30px;
  margin: 10px 10px 0;
  width: 30px;
  display: inline-block;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: absolute;

}

.plum:hover {
  animation-name: plumbounce;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;

  -moz-animation-name: plumbounce;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;

  -webkit-animation-name: plumbounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes plumbounce {
  45% {
    height: 25px;
    margin-top: 20px;
  }

  55% {
    height: 25px;
    margin-top: 20px;
  }

  75% {
    height: 35px;
    margin-top: 0px;
  }
}

@-moz-keyframes plumbounce {
  45% {
    height: 25px;
    margin-top: 20px;
  }

  55% {
    height: 25px;
    margin-top: 20px;
  }

  75% {
    height: 35px;
    margin-top: 0px;
  }
}

@keyframes plumbounce {
  45% {
    height: 25px;
    margin-top: 20px;
  }

  55% {
    height: 25px;
    margin-top: 20px;
  }

  75% {
    height: 35px;
    margin-top: 0px;
  }
}

#footer .plum:after {
  background: 0 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}

.social {
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 210px;
}

.like {
  float: left;
  width: 75px;
  margin: 2px 2px 2px 2px;
  height: 20px;
  padding: 13px 5px 0 0;
}

.tweet {
  float: left;
  width: 75px;
  margin: 2px 2px 2px 2px;
  height: 20px;
  padding: 13px 0 0 5px;
}


.go-top {
  position: fixed !important;
  right: 13px;
  bottom: -45px;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  background-color: rgba(56, 56, 56, 0.4);
  /* border-radius: 50%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.go-top:hover {
  background-color: rgba(56, 56, 56, 10);
}

.go-top i {
  padding-left: 11px;
}

.go-top i::before {
  position: relative;
  /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 0.4em;
  height: 0.4em;
  border-right: 0.1em solid white;
  border-top: 0.1em solid white;
  transform: rotate(-45deg);
  margin-right: 0.5em;
}

.go-top.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}



/* BOTTOM NAVIGATION */

#next {
  z-index: 100;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  margin: 0;
  /*background: url(../images/footer-slice.png) repeat-x;*/
  cursor: pointer;
  opacity: 1;
  /*filter: alpha(opacity=100);*/
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
}

#next a:hover {
  opacity: .8;
}

@keyframes prompt {
  30% {
    padding-top: 15px;
  }
}

#next a {
  width: 100%;
  position: absolute;
  text-align: center;
  height: 100px;
  padding-top: 0;
  animation-name: prompt;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/*#next img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  left: 0;
  right: 0;
}
*/
#next a::before {
  position: relative;
  /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 1.4em;
  height: 1.4em;
  border-right: 0.2em solid white;
  border-top: 0.2em solid white;
  transform: rotate(135deg);
  margin-right: -0.3em;
}





/* HOME SLIDE */

.home {
  z-index: 1;
  overflow: hidden;
  background: url('../images/kauai-bg-web.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Dark overlay for background*/
.home:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.home .content-box {
  margin-top: -227px;
}

/* for when clock ends */
#home-hero #wrapper.disabled #clock {
  margin-top: 45px;
  line-height: 60px;
}

.separator-center {
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 25px auto;
}

.home #wrapper {
  text-align: center;
  margin-top: 15px;
}

.home #wrapper h4 {
  color: #fff;
  margin: 10px 0 0 0;
  letter-spacing: 5px;
  word-spacing: 5px;
  font-size: 32px;
}

.home-img {
  display: block;
  margin: auto;
  position: relative;
  text-indent: -9999px;
  width: 398px;
  height: 319px;
  background: url(../images/logos/t-m-logo-color2.png) no-repeat;
  background-size: contain;
}

#clock {
  display: inline;
  color: #fff !important;
  text-align: center !important;
  font-family: 'Pacifico', 'PacificoRegular', cursive;
  font-size: 53px;
}

#clock div {
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 20px 0px 20px;
}

#clock div span {
  display: block;
  font-family: 'BlanchCapsRegular', arial;
  font-size: 25px;
  margin: 16px 0 0 0;
}

.title {
  margin: 0 auto;
  position: relative;
}

.title h1 {
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 90px;
}


/* OUR STORY */

.story {
  background-color: rgb(252, 252, 252);
  z-index: 10;
}

.story .title {
  left: 22%;
  right: 22%;
  position: absolute;
  top: 94px;
}

#scene {

  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-style: move;
  white-space: nowrap;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}

#scene::-webkit-scrollbar {
  display: none;
}

#scene svg {
  position: absolute;
  z-index: 1;
}

#story-content {
  padding-top: 180px;
  height: calc(100% - 180px);
  position: absolute;
  width: 600%;
  z-index: 1000;
}

.story-container {
  display: block;
  vertical-align: top;
  white-space: normal;
  float: left;
  width: 16.66666666666%;
}

#story .line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 174px;
  position: absolute;
  height: 8px;
  z-index: 1;
}

#story .line.gray {
  background-color: #cacaca;
  width: 100%;
}

#story .line.red {
  background-color: rgba(197, 20, 23, 1);
  width: 30%;
}

#story #svg-wrapper {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: auto;
  z-index: 100;
}

.story-inner {
  margin: 0 auto;
  width: 70%;
  max-width: 1000px;
}

.story .title h1 {
  color: #C1272D;
}


.story p {
  font-size: 18px;
  line-height: 25px;
}

#target-wrapper {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

#timeline-targets {
  width: 89%;
  position: absolute;
  bottom: 1vw;
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0 6%;
  max-width: 890px;
}

#timeline-targets li {
  width: 16.666666%;
  display: inline;
  height: 17vw;
  max-height: 140px;
  z-index: 1100;
  cursor: pointer;
  content: '';
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3vw;
  font-family: 'BlanchCapsRegular', arial;
  color: rgb(190, 190, 190);
  padding-left: 7px;
}


/* Accordions */

.timeline-arrow {
  fill: none;
  stroke: rgb(197, 20, 23);
  stroke-width: 860;
  stroke-miterlimit: 10;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.5s;
  width: 85px;
  height: 85px;
  top: 40%;
  position: absolute;
}

#prev-arrow {
  left: 25px;
  display: none;
}

#next-arrow {
  right: 25px;
}

.timeline-arrow:hover {
  opacity: .8;
  transition: transform 1s;
}
#timeline-hint {
  visibility: hidden;
  fill: none;
  stroke: #cacaca;
  stroke-width: 860;
  stroke-miterlimit: 10;
  z-index: 1100;
  cursor: pointer;
  transition: all 0.5s;
  width: 100%;
  height: 35px;
  bottom: 20%;
  position: absolute;
  text-align: center;
}
#timeline-hint h2 {
  color: #cacaca;
  display: inline;
}


.acc-btn {
  width: 100%;
  margin: 0 auto;
  padding: 1px 0px;
  cursor: pointer;
  background: #f7eff1;
  border-bottom: 1px solid #c48b8f;
  margin-top: 20px;
}

.acc-btn:hover {
  background: #f7d7d9;
}

.acc-btn.selected:hover {
  background: #a32126;
}

.acc-btn h3 {
  color: #C1272D;
  padding: 0 25px;
}

.acc-btn .heart {
  float: right;
  transition: transform 1s;
  font-size: 40px;
}

.acc-btn:hover .heart {
  animation-name: heartbeat;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 2;

  -moz-animation-name: heartbeat;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 2;

  -webkit-animation-name: heartbeat;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
}

@-webkit-keyframes heartbeat {
  40% {
    font-size: 55px;
  }

  45% {
    font-size: 40px;
  }
}

@-moz-keyframes heartbeat {
  40% {
    font-size: 55px;
  }

  45% {
    font-size: 40px;
  }
}

@keyframes heartbeat {
  40% {
    font-size: 55px;
  }

  45% {
    font-size: 40px;
  }
}

.acc-content {
  height: 0px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 244, 252, 0.93);
}

.acc-content-inner {
  padding: 10px 30px;
}

.open {
  height: auto;
}

.acc-btn.selected {
  background: #C1272D;
}

.acc-btn.selected h3 {
  color: #f7eff1;
}

/* PICTURES SLIDE */


#pictures {
  /*height: 100%;*/
  background-color: rgb(252, 252, 252);
  width: 100%;
  padding-top: 100px;
  /*  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  background: url('../images/wood-floor.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  z-index: 1;
  overflow: hidden;*/
}

/*Dark overlay for background*/
#pictures:before {
  /*  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);*/
}

.carousel {
  height: 500px;
}

.carousel-image {
  display: block;
  height: 100%;
  /* set min-width, allow images to determine cell width */
  /*min-width: 150px;*/
  /*max-width: 100%;*/
  /* vertically center */
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-button {
  width: 84px;
  height: 84px;
}

.flickity-button .flickity-button-icon {
  fill: #fff;
  fill-opacity: 1;
  padding-bottom: 5px;
  opacity: 0.7;
}

.flickity-button .flickity-button-icon .arrow {
  -webkit-svg-shadow: 0 0 9px #3c3d3b;
}

.flickity-button:hover .flickity-button-icon {
  opacity: 1;
}

.flickity-button,
.flickity-button:hover {
  background: none;
}

/* move page dots into carousel */
.flickity-page-dots {
  bottom: 10px;
}

.flickity-page-dots .dot.is-selected {
  background-color: rgba(255, 255, 255, 1);
}

.flickity-page-dots .dot:hover {
  opacity: 0.8;
}

.flickity-page-dots .dot {
  margin: 0px 5.00px;
  opacity: 0.4;
  background-color: rgba(255, 255, 255, 1);
}

/*
#pictures .pic-wrapper {
  align-self: center;
}
#pictures .container {
}






/* EVENT INFO */

.info {
  background-color: rgb(40, 83, 125);
  /*background: url('../images/eagles-ridge2.jpg') no-repeat center center fixed;*/
  /*background: url('../images/ring.jpg') no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  /*  position: absolute;
  height: 100%;
  width: 100%;*/
  z-index: 1;
  overflow: hidden;

}

/*Dark overlay for background*/
/*.info:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}*/
.info .title {
  padding-top: 7vh;
  padding-bottom: 20px;
}

.info .title h1 {
  color: rgb(154, 49, 74);
}

.info h2 {
  /*color: rgb(158, 158, 158);*/
}


.info .content-box {
  /*height: 450px;*/
  /*margin-top: -260px;*/
  max-width: 1200px;
  background-color: white;
  padding-bottom: 20px;
}

.info-wrapper {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.info-icon {
  background: url('../images/barn.png') no-repeat;
  background-size: contain;
  width: 298px;
  height: 239px;
  float: left;
  margin-top: 38px;
}

.info-content {
  float: left;
  width: 400px;
  /*height: 311px;*/
  /*padding-left: 29px;*/
  text-align: center;
}

.info-content h2 {
  margin-left: 0;
  margin-bottom: 30px;
  color: rgb(154, 49, 74);
}

.info-content h3 {
  margin: 30px 0 16px 0;
  color: #444;
  font-size: 49px;
  /*margin-bottom: 16px;*/
}

.reception {
  font-size: 39px;
}

.info-content h4 {
  font-size: 32px;
  color: rgb(154, 49, 74);
  margin: 5px;
}

.more-info {
  clear: both;
  margin-top: 52px;
  width: 420px;
}

#inline1 {
  padding: 25px;
}

#inline1 span {
  text-align: center;
}

.line-seperator {
  display: block;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 28px;
  height: 1px;
  width: 450px;
  background: #bbbbbb;
}

.get-directions {
  clear: both;
  margin: 30px auto 10px auto;
  /*width: 420px;*/
  text-align: center;
  line-height: 75px;
}

.get-accommodations h4 {
  font-size: 32px;
  margin: 30px;
  text-align: center;
}

.get-accommodations h4 a i::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-right: 0.08em solid rgb(154, 49, 74);
  border-top: 0.08em solid rgb(154, 49, 74);
  transform: rotate(45deg);
  margin: -15px 0 0 5px;
}

.get-accommodations h4 a {
  text-decoration: none;
  color: rgb(154, 49, 74);
}

.btn {
  position: relative;
  margin: 0;
  border: 0;
  text-align: center;
  font-family: 'BlanchCapsRegular', arial;
  font-size: 40px;
  padding: 10px 35px 11px 35px;
  font-weight: normal;
  text-decoration: none;

  -webkit-transition-property: color, background-color;
  -webkit-transition-duration: .35s, .35s;
  -webkit-transition-timing-function: linear, ease-in;
  -moz-transition-property: color, background-color;
  -moz-transition-duration: .35s, .35s;
  -moz-transition-timing-function: linear, ease-in;
  -o-transition-property: color, background-color;
  -o-transition-duration: .35s, .35s;
  -o-transition-timing-function: linear, ease-in;
  -ms-transition-property: color, background-color;
  -ms-transition-duration: .35s, .35s;
  -ms-transition-timing-function: linear, ease-in;
}

.more-info .btn {
  background-color: rgb(154, 49, 74);
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
}

.more-info .btn:hover {
  color: rgb(154, 49, 74);
  background-color: #FFFFFF;
  border: 3px solid rgb(154, 49, 74);
}

.directions.btn {
  background-color: rgb(154, 49, 74);
  border: 3px solid rgb(154, 49, 74);
  color: #FFFFFF;
}

.directions.btn:hover {
  color: rgb(154, 49, 74);
  background-color: #FFFFFF;
}






/* WEDDING PARTY */

.party {
  background-color: white;
  height: auto;
  padding-top: 120px;
  padding-bottom: 40px;
  overflow: hidden;
}

.party .title h1 {
  color: #444;
}

.party .content-box {
  padding-top: 125px;
  padding-bottom: 40px;
  position: relative;
}

.party .toggle-team {
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 1400px;
}

.party .team {
  /*margin: 70px 0;*/
}



.party h3 {
  text-align: center;
  color: #777;
}

.party h3 {
  margin: 30px 0;
  font-size: 70px;
}

.party .image-overlay h1 {
  font-size: 44px;
  line-height: 50px;
}

.party .image-overlay p {
  text-align: center;
  font-size: 18px;
  margin: 5px;
  font-family: 'Pacifico', 'PacificoRegular', cursive;
  color: #909090;
}

.flex-gallery {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.party figure {
  width: 21%;
  float: left;
  height: 19.5vw;
  max-width: 243px;
  max-height: 236px;
  margin: 15px 5px 115px 5px;
}



.party figure img {
  display: inline-block;
  width: 80%;
  margin: 0 10%;
  height: 80%;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}






/* RSVP */

.rsvp {
  background-color: rgb(154, 49, 74);
  /*background-color: rgb(38, 78, 127);*/
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rsvp .title {
  padding-top: 7vh;
}

.rsvp .title h1 {
  color: rgb(38, 78, 127);
}

.rsvp .content-box {
  /*height: 475px;*/
  /*margin-top: -270px;*/
  background-color: #fff;
}


.rsvp h2 {
  text-align: center;
  /*color: #555;*/
  text-shadow: rgb(0, 138, 160) 0 0 0;
}

.rsvp h3 {
  color: rgb(38, 78, 127);
}

.rsvp-now {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  /*width: 780px;*/
  height: 240px;
}

.labels {
  position: relative;
  float: left;
  width: 46%;
  height: 4px;
  margin-top: 0px;
}

.labels {
  padding-bottom: 6px;
  text-align: right;
  font-family: 'BlanchCapsRegular', arial;
  font-size: 48px;
  font-weight: normal;
  color: rgb(38, 78, 127);
  margin: 20px 0px 20px 0;
}

.guest-name span {
  color: rgb(154, 49, 74);
}

.forms {
  position: relative;
  width: 50%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 22px;
  margin-right: 0px;
  float: left;
  text-align: left;
}

#name-form {
  width: 200px;
  height: 30px;
  font-size: 25px;
  color: #4a4a4a;
  margin-top: 15px;
}

#guest-form {
  width: 200px;
  height: 30px;
  font-size: 25px;
  color: #4a4a4a;
  margin-top: 15px;
}

#attending-form {
  width: 200px;
  height: 30px;
  font-size: 25px;
  color: #4a4a4a;
  margin-top: 15px;
}

#email-form {
  width: 200px;
  height: 30px;
  font-size: 25px;
  color: #4a4a4a;
  margin-top: 15px;
}

.submit-container {
  position: relative;
  width: 205px;
  height: 240px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 55px;
  margin-right: 0px;
  float: left;
}

.submit {
  margin: 0;
  padding: 0;
  width: 200px;
}

.submit-btn {
  color: #fff;
  background: rgb(38, 78, 127);
  border: 3px solid rgb(38, 78, 127);
}

.submit-btn:hover {
  color: rgb(38, 78, 127);
  background-color: #FFFFFF;
}

.questions {
  clear: both;
  margin-top: 20px;
  text-align: center;
}

.questions a {
  color: rgb(154, 49, 74);
  text-decoration: none;
}

#responseAccept,
#responseDecline,
#rsvpAnswer {
  display: none;
}

#ButtonSubmit {
  display: none;
  text-align: center;
  margin: 0 auto 40px auto;
}

#thanksTextYes,
#thanksTextNo {
  display: none;
  margin-top: 30px;
}

#thanksTextYes p,
#thanksTextNo p {
  font-family: 'BlanchCapsRegular', arial;
  font-size: 60px;
  text-align: center;
  line-height: 48px;
  color: rgb(154, 49, 74);
  margin: 20px 0;
}

.btn {
  cursor: pointer;
  font-variant-caps: normal;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 34px;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}

.btn.selected {
  color: rgb(154, 49, 74);
  background-color: #FFFFFF;
}

.btn:hover svg,
.btn.selected svg {
  animation-name: thumbsup;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 3;

  -moz-animation-name: thumbsup;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 3;

  -webkit-animation-name: thumbsup;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
}

@-webkit-keyframes thumbsup {
  55% {
    top: 0px;
  }

  85% {
    top: 14px;
  }
}

@-moz-keyframes thumbsup {
  55% {
    top: 0px;
  }

  85% {
    top: 14px;
  }
}

@keyframes thumbsup {
  55% {
    top: 0px;
  }

  85% {
    top: 14px;
  }
}

#responseAccept,
#responseDecline {
  margin-top: 30px;
}

#responseForm {
  padding: 30px 0;
  text-align: center;
}

.labels h3 small {
  font-size: 30px;
  vertical-align: top;
  position: absolute;
}

.labels abbr {
  font-size: 28px;
  margin-top: 0;
  text-align: right;
  color: rgb(38, 78, 127);
  display: inline-block;
  width: 100%;
}

.labels h3.comments,
.forms h3.comments {
  margin-bottom: 0;
}

#responseForm .forms.comments {
  height: 120px;
}

#responseForm .labels.comments {
  height: 48px;
}

#responseForm div.btn {
  padding-left: 50px;
}

#responseForm .btn svg {
  margin-left: -15px;
  display: block;
  position: absolute;
  top: 11px;
  left: 29px;
}

#responseForm .btn path {
  fill: #fff;
  -webkit-transition: fill .4s ease;
  -moz-transition: fill .4s ease;
  -o-transition: fill .4s ease;
  transition: fill .4s ease;
  stroke: #c4c4c4;
  fill: #fff;
}

#responseForm .btn:hover path,
#responseForm .btn.selected path {
  fill: rgb(154, 49, 74);
}

#responseForm input {
  width: 270px;
  height: 37px;
  font-size: 39px;
  color: rgb(154, 49, 74);
  margin-top: 9px;
  padding-left: 5px;
  border: 3px solid rgb(38, 78, 127);
  border-radius: 6px;
  font-family: 'BlanchCapsRegular', arial;
}

#responseForm textarea {
  width: 270px;
  height: 60px;
  font-size: 39px;
  line-height: 30px;
  color: rgb(154, 49, 74);
  margin-top: 9px;
  padding-left: 5px;
  border: 3px solid rgb(38, 78, 127);
  border-radius: 6px;
  font-family: 'BlanchCapsRegular', arial;
}

.warning {
  border: 3px solid rgb(154, 49, 74) !important;
}

#warningText {
  display: none;
  color: rgb(154, 49, 74);
}



/* Logo Animation */

#tplogoAnimateHero {
  width: 40%;
  margin: 10px 30% 20px 29%;
  max-height: 40vh;
}

#tplogoAnimate {
  /*display: none;*/
  width: 40%;
  margin: 10px 33% 20px 27%;
}




/* GIFTS & REGISTRY */

.gifts {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: url('../images/sunrise-web.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.gifts:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.gifts .content-box {
  text-align: center;
  width: 60%;
  /*height: 420px;*/
  /*margin-top: -250px;*/
  /*width:90%;*/
}

.gifts h2 {
  color: rgba(255, 255, 255, 0.67);
  text-align: center;
  margin-bottom: 60px;
}

.registry-imgs {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  /*min-height: 200px;*/
  align-items: center;
  flex-wrap: wrap;
  height: 33vh;
}

.registry {
  /*display: inline-block;
  position: relative;*/
  text-indent: -9999px;
  margin: 0 20px 20px 20px;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
}

.registry span {
  /*position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;*/
}

.registry:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}


.amazon {
  background: url(../images/logos/amazon.png) center no-repeat;
  background-size: contain;
  width: 200px;
  height: 99px;
}

.bbeyond {
  background: url(../images/logos/bbb.png) center no-repeat;
  background-size: contain;
  width: 200px;
  height: 99px;
}

.target {
  background: url(../images/logos/target.png) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 99px;
}

.potterybarn {
  background: url(../images/logos/pottery-barn.png) center no-repeat;
  background-size: contain;
  width: 200px;
  height: 77px;
}

.cratebarrel {
  background: url(../images/logos/crate-barrel.png) center no-repeat;
  background-size: contain;
  width: 200px;
  height: 77px;
}

.gifts .btn {
  /*background-color: #FFFFFF;*/
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  margin: 30px 0;
}

.gifts .btn:hover {
  opacity: 1;
}