* {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  box-sizing: border-box;
}
body {
  background: #dedbfb;
}
#card {
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  perspective: 1000px;
  perspective-origin: 10% 40%;
  top: 50vh;
  transform: translateY(-60%) rotate(-1deg);
  left: 0;
  transition: all 2s ease;
  box-shadow: 0px 2px 10px -5px #000;
}

#card.loading {
	box-shadow: -60px 60px 60px -60px #000;
  top: -50vh;
  left: -40%;
  transform: rotate(-45deg);
}
img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
}
.front {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
    cursor: pointer;
}
.back {
  background: #fff;
  width: 100%;
  padding-bottom: 100%;
}
.front .img {
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-image: url(/_res/img/Baby-Shower.jpg?1);
  background-size: 100% 100%;
  outline: solid 1px #fbfadb;
}
.front .front-backface {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  backface-visibility: visible;
  background: #fff;
}
.flipper {
  transition: all 2s ease;
  transform-origin: left;
  backface-visibility: visible;
     cursor: pointer;
}
#card.is_open .front {
	 pointer-events: none;}
#card.is_open .img {
  transform: rotateY(-110deg);
}
#card.is_open .front-backface {
  transform: rotateY(-109deg);
  background: #eee;
}
.front-shadow {
  position: absolute;
  top: 0px;
  right: -70px;
  left: -30px;
  bottom: 0px;
  background: #0003;
  transition: all 2s;
  filter: blur(0px);
}
#card.is_open .front-shadow {
  background: #0000000f;
  right: 100%;
  filter: blur(25px);
}
.no-overflow {
  overflow: hidden;
  perspective: none;
  position: absolute;
  perspective-origin: 0 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.content p {
	font-size: calc(1vw + 9px);
	line-height: 180%;
}
.content > * {
  padding: 10px;
}
.below {
  position: absolute;
  top: 100%;
  margin-bottom: 200px;
  left: 0;
  right: 0;
}
#RSVP label {
  display: flex;
  align-items: center;
}
.fieldtype-text label > * {
  /* flex: 1; */
  margin: 10px;
  font-size: 16px;
}
.fieldtype-text label p {
  text-align: right;
  font-size: 16px;
  width: 60px;
  font-weight: bold;
  color: #349756;
}
.fieldtype-text label input {
  padding: 5px;
  max-width: 330px;
  flex: 1;
}
.fieldtype-radio div {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
label.number input {
  max-width: 65px;
}
label.number p {
  max-width: 325px;
  flex: 2;
}
.fieldtype-radio label span {
  font-size: 16px;
}
.fieldtype-radio label {
  margin: 10px 0;
}
#RSVP {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 10px;
  background: #fff;
  display: block;
}#rsvp_button {
	background: #dfdbfb;
	/* margin-top: 40px; */
	padding: 10px 30px;
}

#RSVP button {
	background: #dddbfa;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
	width: 160px;
	text-align: center;
	margin: 10px 10px 0px auto;
	display: block;
}

h1 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 20px;
	color: #e98668;
}
#RSVP h1 ~ h1 {
	padding-top: 50px;
}
#RSVP h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 5px;
	color: #339a58;
}
#RSVP h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 5px;
	color: #339a58;
}
#RSVP p {
	line-height: 160%;
	padding-bottom:10px;
}
#RSVP .button {
	background: #dfdbfb;
	margin-top: 40px;
	padding: 10px 30px;
	margin: 0 10%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #369;
	font-weight: bold;
}

i {
	display: block;
	text-align: center;
	font-size: 80%;
}
.fox-image {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 120px;
	max-width: 22%;
}.fox-image img {
	float: right;
	width: 100%;
}

input#not_coming {
	flex: 0;
}