/*
Theme Name: Rosenberg Custom Theme
Theme URI: NA
Author: Rosenberg Advertising
Author URI: NA
Description: tr2e Based Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tr2ebase
Tags:
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
  background: #1b1b1b;
  text-align: center;
}
body, p, h3, h5 {
  font-family: "mundial", "arial", sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1, h2, h4 {
  font-family: "scotch-display", "georgia", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 20px 0;
}
body, p {
  color: #f1dfbd;
  font-size: 18px;
}
h1 {
  color: #e1c096;
  font-size: 54px;
}
h2 {
  color: #ffffff;
  font-size: 54px;
  margin-bottom: 10px;
}
h3 {
  color: #b08b5d;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.5;
}
h4 {
  color: #ffffff;
  font-size: 30px;
}
h5 {
  color: #fff;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 5px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong, b {
	font-weight: 600;
}
sup{
	font-size: 70%;
}
hr {
  width: 120px;
  border: 1px solid #b08b5d;
  margin: 50px auto;
}
.wrap {
	margin: auto;
	width: 92%;
	max-width: 960px;
	position: relative;
}
.wrap-smaller {
  width: 60%;
  max-width: 730px;
}
img, svg {
	max-width: 100%;
	height: auto;
}
a{
	color: #b08b5d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
i, em{
	font-style: italic;
}


/* Forms */
input, textarea, button {
	padding: 13px;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
select {
	height: 28px;
}

/* Layout */
.p10 {padding: 10px;}
.p30 {padding: 30px;}
.p40 {padding: 40px 0;}
.p50 {padding: 50px 0;}
.p60 {padding: 60px 0;}
.p70 {padding: 70px 0;}
.ptb {padding: 30px 0;}

.pr5{padding-right: 5%;}
.pl5{padding-left: 5%;}

.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}

li {
	margin-bottom: 5px;
}
.content li {
	line-height: 1.2;
    margin-left: 38px;
    margin-bottom: 15px;
}
.content li:before {
	content: "";
	display: inline-block;
	background: url("images/icon_checklist.svg") no-repeat;
	vertical-align: middle;
	width: 25px;
    height: 25px;
    margin: 0 8px 0 -35px;
}
.content ul {
	margin-bottom: 20px;
}
.content a:hover {
	color: #fff;
}

/* Buttons */
a, input[type="submit"], button[type="submit"], .header {
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.button, input[type="submit"], button[type="submit"], #addRsvp {
	padding: 13px 25px 17px;
    display: inline-block;
    border: 2px solid;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 5px;
    margin: 30px auto;
    -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
   	border-radius: 0;
		border: 2px solid #b08b5d;
		color: #b08b5d;
		background: transparent;
}
a.button:hover, input[type="submit"]:hover, button[type="submit"]:hover, #addRsvp:hover {
	background: #b08b5d;
	text-decoration: none;
	color: #000;
	border: 2px solid #b08b5d;
}
html {
	scroll-behavior:smooth;
}


.fadein {
    opacity: 0;
    position: relative;
    bottom: -100px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.fadeup {
	opacity: 1;
    bottom: 0;
}


/* Header */
.header {
	width: 100%;
  z-index: 99999;
}
.home .header {
    position: absolute;
}
.header .menu a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f9eed0;
}
.nav a {
	font-size: 14px;
	padding: 8px 0;
}
.header .menu a:hover, .nav .current_page_item a, .header .menu-secondary-container a:hover {
	color: #f9eed0;
	text-decoration: none;
  border-bottom: 2px solid #b08b5d !important;
}
.header .menu .sub-menu a {
	text-transform: none;
	background: #2a2538;
}
#mobile-menu-button {
	padding: 15px 25px;
  float: right;
}
#mobile-menu-button span {
	display: block;
	width: 33px;
	height: 4px;
	position: relative;
	background: #dcc19b;
	border-radius: 3px;
	margin: 5px auto;
}



#page {
  overflow: hidden;
  position: relative;
}
section {
  position: relative;
}


/* Home */
.home-hero {
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}
.home-hero .logo {
  margin-bottom: 40px;
}
.home-hero h3 {
  color: #fff;
}
@supports (-webkit-touch-callout: none) {
  @media screen and (max-width:950px) {
    .home-hero {
      background-attachment:revert;
    }
  }
}
.leaves-left, .leaves-right {
  position: absolute;
  top: 60px;
}
.leaves-left {
  left: -150px;
}
.leaves-left.fadeup {
  left: 0;
}
.leaves-right {
  right: -250px;
}
.leaves-right.fadeup {
  right: 0;
}
.pattern {
  width: 100%;
}
.connection-copy {
  background: #b08b5d;
  padding: 20px;
  top: 150px;
  bottom: auto;
  width: 215px;
}

.connection-copy.fadeup {
  top: 50px;
  bottom: auto;
}
.connection-copy p {
  margin-bottom: 0;
 font-size: 16px;
}
.map .leaves-left, .map .leaves-right {
  top: -250px;
}
.map-graphic {
  position: relative;
  margin-top: 80px;
}
.map-text {
  position: absolute;
  top: 440px;
  left: 155px;
}
.bubbles {
  position: relative;
}
.bubble {
  background: #b08b5d;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  padding: 40px 32px;
	z-index: 2;
}
.bubble:after {
  content: url(./images/bubbles.svg);
  display: inline-block;
  width: 60px;
  height: 75px;
  position: absolute;
}

.quote {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.bubble p {
  font-size: 16px;
}
.quote span {
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  display: inline-block;
}
.quote-from {
  line-height: 1.2;
  padding: 0 10px;
}
#map-bubble-2 {
  padding: 33px 31px;
}
#map-bubble-3 {
  padding: 45px 13px;
}
#map-bubble-4 {
  padding: 28px 34px;
}
.oyster {
  margin-top: 50px;
}
.oyster-img {
  margin: 60px 0;
}
#oyster-bubble-left h5 {
	margin-top: 45px;
}
#oyster-bubble-right {
	padding: 70px 20px 0;
}
.quotes h4 {
  margin: 0;
}
.quotes h2 {
  color: #b08b5d;
  line-height: 1;
  margin: 10px 0;
}
.quotes p {
	margin-top: 15px;
}
.kids {
	margin-top: 65px;
}
.kids h3 {
	margin-bottom: 20px;
}
.kids-img {
	margin: 20px 0;
}
.dennis-describes {
	margin-bottom: 50px;
}
.kids-describes {
	margin: 50px 0;
}
.block {
	margin: 1.5%;
	height: 290px;
	position: relative;
	perspective: 1000px;
}
.dates .block {
  height: 300px;
}
.block-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.block-show, .block-hover {
	border: 2px solid #b08b5d;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}
.block-show h4 {
  color: #f1dfbd;
}
.block:hover .block-inner {
  transform: rotateY(180deg);
}
.block-hover {
	background: #b08b5d;
	color: #fff;
	transform: rotateY(180deg);
}
.block-hover h3 {
	color: #fff;
}
.block-hover {
  font-size: 22px;
}
.small {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #fff;
}
.dates {
  margin-top: 80px;
}
.dates h2 {
  max-width: 625px;
  margin: 30px auto 0;
}
.dates h3 {
  margin: 10px 0 50px;
}
.dates .block:nth-of-type(6) .block-hover {
  padding: 12px;
}
.dates .block:nth-of-type(6) .small {
  margin-bottom: 0;
}
.dates .block:nth-of-type(6) .quote-from, .dates .block:nth-of-type(7) .quote-from {
  padding: 0;
  margin: 0;
}
.wedding {
	margin: 120px 0;
}
.proposal {
  margin-top: 80px;
}
.proposal .leaves-left, .proposal .leaves-right {
  top: -200px;
}
.proposal h4 {
    margin-bottom: 10px;
}
.proposal h3 {
    margin-bottom: 50px;
}
#wedding-bubble-1 .quote, #wedding-bubble-2 .quote span {
  font-size: 20px;
}
#wedding-bubble-1 {
  padding: 70px 20px 0;
}
#wedding-bubble-2 {
  padding: 60px 34px 0;
}
.wedding .leaves-left, .wedding .leaves-right {
  bottom: 0;
  top: auto;
}
.wedding h2 {
  max-width: 730px;
  margin: 100px auto 0 auto;
}

/* General Page */
.subpage .leaves-left, .subpage .leaves-right {
  top: 100px;
}
.subpage .logo {
  margin: 50px 0;
}
.main-content {
  margin: 70px 0;
}
.flex-column {
	  display: flex;
		flex-direction: column;
  	justify-content: center;
}
.flex-row {
	justify-content: center;
	display:flex;
	flex-direction:row;
}
p, .entry-content li {
	line-height: 1.3;
}
p {
	margin-bottom: 20px;
}
.screen-reader-text {
	text-indent: -10000px;
    display: inline-block;
}

/* Favorite Things Page */
.fav-map {
	margin-bottom: 60px;
}
.location-marker:hover {
	cursor: pointer;
}
.location-marker:hover .cls-3, .location-marker:hover .cls-5, .wedding-marker:hover .cls-5 {
	 fill: #b08b5e;
	 stroke: #b08b5e;
}
.location-marker:hover .cls-1 {
	 fill: #1c1c1c;
}
.wedding-marker:hover .cls-1 {
	stroke: #b08b5e;
	fill: #b08b5e;
}
.fav-item {
  margin-bottom: 25px;
}
.fav-number {
	color: #b08b5d;
	text-align: center;
  display: inline-block;
  font-size: 24px;
  border: 2px solid;
  border-radius: 50%;
  padding: 5px;
  width: 45px;
  height: 45px;
	margin: 15px 10px;
}
.fav-name {
	color: #b08b5d;
}
.fav-item h4 {
	margin-bottom: 5px;
}
.fav-desc {
	margin-top: 10px;
}
.fav-desc p {
	margin-bottom: 5px;
}

/* Wedding Details page */
.location-img {
		width: 330px;
    height: 330px;
    background-size: contain;
    border-radius: 50%;
    border: 13px solid #1c1c1c;
    outline: 2px solid #b08b5d;
		margin: 0 auto;
}
.location-item h4 {
  margin:10px 0px;
}
.location-item {
  margin-bottom:30px;
}
.directions-icon:before {
	content: url(./images/icon_location.svg);
	display: inline-block;
	width: 30px;
	height: 45px;
	vertical-align: middle;
	margin: 0px 10px 10px 0;
}
.activities {
	margin-top: 60px;
}
.activity-left, .activity-right {
	justify-content: space-between;
}
.activity-left {
	text-align: right;
	border-right: 2px solid #b08b5d;
	padding-right: 30px;
	margin-right: 30px;
}
.activity-right {
	text-align: left;
}
.activity-right h2 {
	margin-bottom: 0;
}
.item {
	padding: 30px;
}
.activies-icon {
	 margin: 0 0 0 80px;
}
.activity-right h2:first-of-type, .activity-right h3:first-of-type {
	display: none;
}
.other-activities h4 {
	margin-top: 45px;
}

/* Favorite People page */
.people-img {
	width: 100%;
	height: 235px;
	background-size: cover;
}
.people .block {
	height: 365px;
}
.people .block-show {
	padding: 15px;
}
h4.people-front {
	color: #fff;
	font-size: 24px;
}
.people-name {
	margin-bottom: 5px;
}

/* Registry page */
.registry-map-link:hover .cls-7, .registry-map-link:hover .cls-8 {
    fill: #b08b5d;
}


/* RSVP */
.rsvpBorderTop, .rsvpAdditionalAttendee {
    border-top: 1px solid #b08b5d !important;
    margin-top: 20px;
    padding-top: 20px;
}
#addRsvpButtonContainer {
 		text-align: center !important;
}
label {
	 margin-right: 10px;
}

ol {
	counter-reset: my-counter;
}
ol li {
  counter-increment: my-counter;
  break-inside: avoid-column;
}
ol li::before {
  content: counter(my-counter);
  color: #704b75;
  font-weight: bold;
}



/* Mobile First - so desktop-only styles go here! To save loading time on mobile!
*
*/

@media screen and (min-width: 951px) {

	.menu li  {
		display: inline-block;
		position: relative;
    margin: 10px 15px;
	}
	.sticky-header, .home .sticky-header {
		position: fixed;
    background: rgba(0,0,0,.9);
    padding: 0 0 5px 0;
	}
	.mobile-only {
		display: none;
	}
	.menu-primary-container {
		position: absolute;
	    bottom: 25px;
	    width: 100%;
	    right: 0;
	    width: 800px;
	}
	.header .menu-secondary-container a {
		color: #fff;
	    text-transform: none;
	    letter-spacing: 0;
	}
	.nav {
		display: block !important;
	}
	.sub-menu {
		display: none;
		position: absolute;
    	text-align: left;
    	padding-top: 10px;
		z-index: 9999999;
	}
	li.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	.sub-menu li {
		display: block;
		margin: 0;
	}
	.header .menu .sub-menu a {
		background: #5e3c63;
    	color: #fff;
    	padding: 10px 15px;
    	width: 240px;
    	font-size: 15px;
	}
	.header .menu .sub-menu a:hover {
		background: #3a3348;
	}
	.two-col-list {
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 20px;
	    -moz-column-gap: 20px;
	    column-gap: 20px;
	}
  .home-hero {
    padding: 160px 0;
    background-image: url(./images/andrea-dennis-bg.jpg);
  }
  .connection h2 {
    background: #1b1b1b;
      display: inline-block;
      padding: 0 25px;
      position: relative;
      z-index: 2;
      margin-top: 50px;
  }
  .connection-box {
    position: relative;
    border: 2px solid #b08b5e;
    padding: 60px 70px 50px 60px;
    margin: -40px 30px 0 30px;
  }
  .connection-copy {
    position: absolute;
    left: -107px;
  }
  .map {
    margin-top: 80px;
  }
  .bubble {
    position: absolute;
  }
  #map-bubble-1 {
    top: 100px;
    left: 40px;
  }
  #map-bubble-1.fadeup {
    top: -96px;
    bottom: auto;
  }
  #map-bubble-2 {
	top: 200px;
	right: 25px
  }
  #map-bubble-2.fadeup {
    top: -90px;
    bottom: auto;
  }
  #map-bubble-3 {
	top: 500px;
    left: 40px;
    outline: 10px solid #1c1c1c;
  }
  #map-bubble-3.fadeup {
    top: 200px;
    bottom: auto;
  }
  #map-bubble-4 {
	bottom: -150px;
    left: 40px;
  }
  #map-bubble-4.fadeup {
    bottom: -50px;
  }
  #map-bubble-5 {
    right: 40px;
    bottom: -150px;
  }
   #map-bubble-5.fadeup {
    bottom: -50px;
  }
  #map-bubble-1:after {
    right: -70px;
    top: 100px;
  }
  #map-bubble-2:after {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -70px;
    bottom: 50px;
  }
  #map-bubble-3:after {
	-webkit-transform: rotate(280deg);
    transform: rotate(280deg);
    right: 20px;
    top: -65px;
  }
  #map-bubble-4:after {
	right: 15px;
    top: -70px;
    -webkit-transform: rotate(260deg);
    transform: rotate(260deg);
  }
  #map-bubble-5:after {
	-webkit-transform: scaleY(-1) rotate(110deg);
	transform: scaleY(-1) rotate(110deg);
	top: -60px;
	left: 20px;
  }
  .map .leaves-left-2, .map .leaves-right-2 {
	top: 500px;
  }
  .oyster .leaves-left, .oyster .leaves-right {
	top: 750px;
  }
  #oyster-bubble-left {
    left: 0;
  }
  #oyster-bubble-right {
	right: 0;
	bottom: -200px;
  }
  #oyster-bubble-left.fadeup, #oyster-bubble-right.fadeup {
	bottom: 350px;
  }
  #oyster-bubble-left:after {
	right: -70px;
    top: 100px;
  }
  #oyster-bubble-right:after {
	left: -70px;
    top: 100px;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .kids .leaves-left, .kids .leaves-right {
	top: 780px;
  }
  .blocks {
    padding: 0 30px;
  }
  .block {
	width: 30%;
	display: inline-block;
	}
  #proposal-bubble-1 {
    right: 0;
  }
  #proposal-bubble-1.fadeup {
    bottom: 200px;
  }
  #proposal-bubble-2 {
    bottom: -200px;
  }
  #proposal-bubble-2.fadeup {
    bottom: -60px;
  }

  #wedding-bubble-1 {
    top: 0;
    bottom: auto;
  }
  #wedding-bubble-2 {
    bottom: auto;
    top: 200px;
    right: 0;
  }
  #wedding-bubble-1.fadeup, #wedding-bubble-2.fadeup {
    top: -300px;
  }

  .dates .leaves-left, .dates .leaves-right {
    top: 500px;
  }
  #proposal-bubble-1:after {
    -webkit-transform: scaleY(-1) rotate(160deg);
    transform: scaleY(-1) rotate(160deg);
    left: -80px;
    top: 90px;
  }
  #proposal-bubble-2:after {
    top: 55px;
    right: -75px;
    -webkit-transform: scaleX(-1) rotate(-180deg);
    transform: scaleX(-1) rotate(-180deg);
  }
  #wedding-bubble-1:after {
    -webkit-transform: scaleY(-1) rotate(-45deg);
    transform: scaleY(-1) rotate(-45deg);
    right: -55px;
    top: -20px;
  }
  #wedding-bubble-2:after {
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
    left: -55px;
    top: -20px;
  }
	.location-txt {
		text-align: left;
	}
	.pack .item {
		width: 445px;
	}
	h4.people-front {
		height: 60px;
    	padding-top: 10px;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
	}
	.fav-item:nth-of-type(5) {
		margin-bottom: 230px;
	}
	.fav-list h3 {
		text-align: left;
		margin: 0 0 15px 65px;
	}
	.fav-item {
		text-align: left;
		display: flex;
	  	margin-bottom: 25px;
	}
	.fav-what {
		width: 85%;
	}
}

@media screen and (max-width: 1460px) and (min-width: 1301px) {
	.leaves-left.fadeup {
		left: -50px;
  }
  .leaves-right.fadeup {
		right: -50px;
  }
}

@media screen and (max-width: 1300px) and (min-width: 1261px) {
  .leaves-left, .leaves-right {
    width: 16vw;
		top: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .page-template-page-registry .hero .wrap {
    width: 60%;
  }
}

@media screen and (max-width: 1260px) and (min-width: 951px) {
  .leaves-left.fadeup {
		left: -105px;
  }
  .leaves-right.fadeup {
		right: -105px;
  }
  .connection-box {
    width: 83%;
    margin: -50px auto 0;
  }
	h1, h2 {
		font-size: 48px;
	}
	.quotes {
		width: 75%;
	}
}


@media screen and (max-width: 950px) {
  .hide-on-mobile {
    display: none;
  }
	.flex-mobile {
		display: block;
	}
	.header .button {
		margin: 15px;
		padding: 5px 20px 8px 25px;
		font-size: 15px;
		float: right;
	}
	.nav {
		display: none;
		background: #131313;
		position: absolute;
	    right: 0px;
	    width: 100%;
	    top: 65px;
	    z-index: 5;
      text-align: center;
			padding: 15px;
	}
	.nav li {
		 margin: 10px 0;
	}
	.header .menu a {
		color: #fff;
		border-bottom: 2px solid #131313;
	}
	.header {
		background: #000000;
		position: fixed !important;
		z-index: 10000000;
		top: 0;
	}
	.header .menu .sub-menu a {
		text-transform: none;
    	padding: 8px 25px;
		background: #2a2538;
	}
	.sub-menu li {
		margin: 0;
	}
	#page {
		padding-top: 20px;
	}
	.header .wrap {
		width: 100%;
    text-align: left;
	}
  .header-logo {
    display: inline-block;
    text-align: left;
    margin: 5px 20px;
		float: left;
  }
  .home-hero {
    padding: 15vw 0 5vw 0;
    background-image: url(./images/andrea-dennis-bg-mobile.jpg);
  }
	.logo {
		 width: 160px;
	}
  h1, h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 18px;
  }
  .leaves-left, .leaves-right {
    width: 155px;
  }
  .leaves-left.fadeup {
    left: -65px;
  }
  .leaves-right.fadeup {
    right: -65px;
  }
  .connection-copy {
    margin: 30px auto;
  }
  .connection-copy.fadeup {
    top: 0;
  }
  .arrow {
    width: 20px;
    margin-top: 50px;
  }
  .map .leaves-left, .map .leaves-right {
    top: -130px;
  }
  .bubble-top-left, .bubble-bottom-left {
    margin-left: 10vw;
  }
  .bubble-top-right, .bubble-bottom-right {
    margin: 0 10vw 0 auto;
  }
  .bubble-top-left:after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
    left: -15px;
		bottom: -50px;
  }
  .bubble-top-right:after {
	right: -15px;
	bottom: -50px;
  }
  .bubble-bottom-left:after {
	-webkit-transform: scaleX(-1) scaleY(-1) rotate(20deg);
	transform: scaleX(-1) scaleY(-1) rotate(20deg);
    top: -75px;
    left: 25px;
  }
  .bubble-bottom-right:after {
	-webkit-transform: scaleY(-1) rotate(20deg);
	transform: scaleY(-1) rotate(20deg);
    top: -75px;
    right: 25px;
  }
  .block {
    width: 70%;
    margin: 20px auto;
	}
  .kids .block {
    height: 170px;
  }
	.subpage .logo {
		margin-top: 100px;
	}
	.subpage .leaves-left, .subpage .leaves-right {
    top: 62px;
	}
	.wedding {
		 margin-bottom: 50px;
	}
	.wedding .pattern {
		 margin-bottom: 60px;
	}
	.wedding h4 {
		margin: 140px 0;
	}
	.wedding .leaves-left, .wedding .leaves-right {
    bottom: 70px;
	}
	.fav-list h3 {
		  font-size: 26px;
			margin-top: 35px;
	}
	.fav-number {
		margin: 40px auto 0 auto;
    	display: block;
	}
}

@media screen and (max-width: 700px) {
	.leaves-left.fadeup {
		left: -75px;
	}
	.leaves-right.fadeup {
    right: -75px;
	}
	.wrap-smaller {
		width: 67%;
	}
	.home-hero .logo {
		margin-top: 170px;
	}
	.pattern {
		width: 200%;
		max-width: 200%;
		margin-left: -50%;
	}
  .map h2 {
		width: 160px;
		margin: 20px auto;
  }
  .map-text h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
	h4 {
		font-size: 26px;
	}
	.main-content {
    margin: 30px 0;
	}
	.oyster .leaves-right {
		top: -650px;
	}
	.oyster .leaves-left {
		top: -200px;
	}
	.dennis-describes, .kids-describes {
		margin: 120px auto;
	}
	.kids .leaves-left, .kids .leaves-right {
		bottom: 1490px;
    top: auto;
	}
	.kids .leaves-left.mobile-only, .kids .leaves-right.mobile-only {
		bottom: 550px;
	}
	.small {
    font-size: 17px;
    line-height: 19px;
	}
	.dates .block {
		width: 94%;
	}
	.bubble, .bubble-top-right, .bubble-bottom-right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#proposal-bubble-1 {
		margin: 0 auto 60px auto;
	}
	#proposal-bubble-2 {
		margin: 70px auto -50px auto;
	}
	.proposal h2 {
		margin: 150px auto;
    width: 60%;
	}
	.proposal .leaves-left, .proposal .leaves-right {
    top: -150px;
	}
	.button, input[type="submit"], button[type="submit"], #addRsvp {
		font-size: 14px;
    	letter-spacing: 2px;
	}
	.location-item {
		margin-top: 20px;
	}
	.activies-icon {
    	margin: 0 0 0 10px;
	}
}

@media screen and (max-width: 950px) and (min-width: 600px) {
	.people .block, .people-img {
		height: 500px;
	}
}

.vat{vertical-align: top;}
.vam{vertical-align: middle;}
.vab{vertical-align: bottom;}
