/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, sup, tt, var,
b, u, i, center,
dl, dt, dd,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}

/*===== Main Styles =====*/
body {
margin: 0;
padding: 0;
line-height: 1;
}

/*==== Bullets ====*/
ul.bullets li {
    padding: 0;
    margin-bottom: 5px;
    margin-left: 2em;
    text-indent: -1em
}

span.bullets {
    color: #333
}

article ul,
ul.bullets,
ul.terms {
    list-style-type: disc;
    list-style-position: inside
}

span.bullets,
span.terms {
    font-size: 1.1em;
    line-height: 1.6em
}

/*===== Divs =====*/
#wrapper {
position: relative;
width: 40%;
top: 15%;
text-align: center;
margin: 0 2% 0;
}

#social-wrapper {
margin: 20px 0 0 0;
padding: 0;
text-align: center;
}

#footer {
background: none repeat scroll 0 0 #transparent;
width: 100%;
padding: 40px 0;
margin: 10px 0;
}

#baseline {
background: none repeat scroll 0 0 #transparent;
width: 100%;
padding: 20px 0;
margin: 0;
}

#footer-wrapper {
width: 90%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#main-content, .main-content-wrapper {
	position:relative;
	text-align: center;
	max-width: 1160px;
    margin: 0 auto;
}

.main-content-wrapper {
    padding: 40px 10px 0;
    overflow: hidden
}

/*===== Menus =====*/
#menu, #menuSmall {
position: relative;
height: 50px;
z-index: 999;
text-align: center;
padding: 0;
box-shadow: 0 2px 4px -2px gray;
}

#menuSmall {
	display: none;
}

.menu_title{
display: none;
position: relative;
float: right;
bottom: 1.4em;
margin-right: 3em;
color: #F7A4AD;
font-family: 'Courgette', cursive;
font-size: 1.2em;
font-weight: 400; 
}

#menu-wrapper-fixed,
.fixed {
    box-shadow: 0 6px 4px -2px gray;
    opacity: .9;
	position: fixed !important;
    top: 0 !important;
	background-color: #fff;
	width:  100%
}

nav ul {
position: relative;
list-style: none outside none;
margin: 0;
padding: 0;
display: inline-table;
height: 50px;
z-index: 1001;
}

nav ul:after {
content: "";
clear: both;
display: block;
}

nav ul li:hover > ul {
display: block;
}

nav ul li {
position: relative;
float: left;
height: 50px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav ul li a {
color: #6D6E71;
float: left;
font-size: 1.4em;
font-family: 'Courgette', cursive;
font-weight: 400;
height: 50px;
line-height: 50px;
padding: 0 15px;
text-decoration: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav ul ul {
    position: absolute;
    top: 100%;
    display: none;
    height: 50px;
    z-index: 1001
}

nav ul ul li:hover>ul,
nav ul ul:after {
    display: block
}

nav ul ul li {
    float: none;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    height: 50px;
    text-align: left
}


nav ul li a:hover {
color: #EB6379; 
}

nav ul li.divider1 {
background: url("../images/heart.png") no-repeat center center;
width: 20px;
background-size: contain;
background-position: center; 
}



/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Bouncing Arrow =====*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 30px -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


/*===== Main Text =====*/
p {
    line-height: 1.7em;
	font-family: 'Courgette', cursive;
	color: #58585a;
	/*Trajan Pro*/
}

h1,
h2,
h3,
h4 {
    font-family: 'Courgette', cursive;
    padding: 0;
    display: block;
    line-height: 1.5em
}

.center {
    text-align: center
}

.left {
    text-align: left
}

span.bold {
    font-weight: 1000
}

span.pink {
    color: #F7A4AD;
}

h1,
h2,
h3,
h4,
p.pink {
    font-weight: 400
}

h1 {
    font-size: 3em;
	color: #6D6E71;
	padding: 20px 0 10px;
}

h1.light {
	color: #F5E2DC;
}

h2 {
    color: #fff;
    font-size: 2.7em
}

h3 {
    font-size: 1.6em;
	color: inherit;
}

h4 {
    font-size: 1.2em;
	color: inherit;
}

p.main-text.small {
    font-size: .875em;
}

p.main-text.big {
    font-size: 1.5em;
}

.topPad {
	padding: 10px 0 0;
}

.main-text {
    color: #636363;
    font-size: 1.1em;
    font-family: 'Courgette', cursive;
    padding: 0;
    line-height: 1.7em
}


.pink {
	color: #F7A4AD;
}

.white {
    color: #fff;
}

.right {
    text-align: right;
}

/*===== Top Bar =====*/
#top-banner {
	background: url(../images/wedding-banner-01.jpg) center center no-repeat;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
	position: relative;
    text-align: center;
	background-size: cover;
	height: 100vh;
}

#top-banner2 {
	background: url(../images/wedding-banner-01.jpg) center center no-repeat;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
	position: relative;
    text-align: center;
	background-size: cover;
	height:600px;
}

#top-bar {
    background-color: #2e3838;
    height: 50px;
    margin: 0;
    overflow: hidden;
    width: 100%;
	position: relative;
    text-align: center;
}

#top-bar-wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	position: relative;
    text-align: center;
    width: 100%;
}

.topbar {
    color: #ffffff;
    line-height: 18px;
    right: 20px;
	display: inline-block;
	padding: 0 2% !important;
	margin-top: 6px;
	
}

.topbarImg {
    max-height: 90%;
}

.topbarImg:hover {
    max-height: 100%;
}

/*===== Links =====*/
a.blank:link , a.blank:visited, a.blank:active, a.service-button {
text-decoration: none;
}

a.service-button{
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
	font-family: 'Courgette', cursive;
	display: inline-block;
    cursor: pointer;
    text-align: center;
	font-size: 1em;
    padding: 10px 20px;
    margin: 20px;
    color: #58585a;
	background: 0 0;
    border: 2px solid #58585a;
    border-radius: 8px
	
}

a.service-button:hover{
	color: #8a8a8b;
    border: 2px solid #8a8a8b;
}

/*===== Promo boxes ====*/
.blue-bg {
    background: #f0f0f0;
	padding: 0 10px 40px;
	margin: 40px 0 0 !important;
}

.img-bg {
    background: /* top, transparent, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.1), 
      rgba(0, 0, 0, 0.1)
    ), url(../images/wedding-banner-05.jpg) center center no-repeat fixed;
	background-size: cover;
	padding: 0 10px 40px;
	margin: 40px 0 0 !important;
}

.img2-bg {
    background: /* top, transparent, faked with gradient */ 
    linear-gradient(
      rgba(250, 250, 250, 0), 
      rgba(221, 224, 224, 1)
    ), url(../images/wedding-banner-04.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 10px 0;
	margin: 10px 0 0 !important;
}


.left-column-70,
.right-column-30 {
    margin: 0;
    overflow: hidden;
    float: left
}

.left-column-70 {
    display: block;
    width: 70%;
    padding: 0 50px 0 0
}

.clearer,
.right-column-30,
.three-column,
.four-column
 {
    display: block;
    padding: 0
}

.right-column-30 {
    width: 30%;
    margin: 30px 0;
}

.three-column {
    float: left;
    width: 32%;
    margin: 0 0.5%;
    overflow: hidden;
	visibility: hidden
}

.four-column {
    float: left;
    width: 23%;
    margin: 30px 1%;
    overflow: hidden;
	height: 300px;
	visibility: hidden
}

#banner-text,
.column-image,
.column-text,
.main-content,
.side-panel,
.side-panel-text {
    margin: 0;
    overflow: hidden
}

.column-image {
    padding: 0 0 20px
}

img.threeCols {
	width: 45%;
}

.column-text {
    padding: 0 20px
}

.center {
    text-align: center
}

/*===== Timeline ====*/
.Timewrapper {
  margin: 0 auto;
  padding: 0 5em 0 3.5em;
  max-width: 1000px;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.timeline {
  line-height: 1.5em;
  font-size: 14px;
  transition: all .4s ease;
  position: relative;
  counter-reset: section;
}
.timeline:before {
  content: "";
  width: 10px;
  height: 100%;
  background: #87ceeb;
  position: absolute;
  top: 0;
  left: -3.313em;
  border-radius: 40px 40px;
}

.timeline--entry {
  position: relative;
  background-color: #eeeeee;
  border-radius: 5px;
  visibility:hidden;
}
.timeline--entry__title {
  color: white;
  background-color: #F7A4AD;
  font-family: 'Courgette', cursive;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 1em;
  border-radius: 5px 5px 0 0;
}
.timeline--entry__title:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -1em;
  border-right: 10px solid #F7A4AD;
}
.timeline--entry__detail {
  background-color: #dddddd;
  padding: 1em;
  margin: 0;
  border-radius: 0 0 5px 5px;
}
.timeline--entry:before {
  content: "";
  font-family: 'Courgette', cursive;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  background-color: #87ceeb;
  border: .2em solid white;
  border-radius: 50%;
  position: absolute;
  counter-increment: section;
  content: counter(section);
  text-shadow: 0 1px 0 #424242;
  left: -4.5em;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .timeline {
      display: grid;
      grid-gap: 0 4.75em;
      grid-template-areas: ".  entry1" "entry2  ." ". entry3" "entry4 ." ". entry5";
    }
	
    .timeline:before {
      left: 50.5%;
    }

    .timeline--entry:nth-child(1) {
      grid-area: entry1;
    }
    .timeline--entry:nth-child(2) {
      grid-area: entry2;
    }
    .timeline--entry:nth-child(3) {
      grid-area: entry3;
    }
    .timeline--entry:nth-child(4) {
      grid-area: entry4;
    }
    .timeline--entry:nth-child(5) {
      grid-area: entry5;
    }
    .timeline--entry:nth-of-type(odd):before {
      left: -3.8em;
    }
    .timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:before {
      left: 100%;
      border-left: 10px solid #F7A4AD;
      border-right: 0;
    }
    .timeline--entry:nth-of-type(even):before {
      left: 103%;
    }
  }
  
/*===== Images =====*/
img {
border: 0;
height: auto;
}img.main {max-width: 600px;width: 80%;}

img.mainFooter  {max-width: 400px;width: 80%;}

img.header-social {
border: 0;
height: auto;
max-width: 100%;
margin: 0 10px 0 0;
opacity: 0.6;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

img.header-social:hover {
opacity: 1;
}


img.heart {
max-width: 50px;
}

/*--------- Pricing Tables ------------*/


/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}

.pricing-table {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    padding-right: 0;
}

.block{
    width: 30%;    
    margin: 0 1.5%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	visibility: hidden;    
/*    border: 1px solid red;*/
}
/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.content{
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 3rem;
    letter-spacing: 8px;
    font-weight: bold;        
}
.price sup{
    font-size: 1rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
	line-height: 0.5rem;
}
.hint{
    font-style: italic;
    font-size: 0.9rem;
}
.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding:0;
    font-size: 0.9rem;
	text-align: center;
}
.features li{
    padding:15px 0;
    width: 100%;
	color: #636363;
    font-size: 1.1em;
    font-family: 'Courgette', cursive;
}

.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}
/*PERSONAL*/
.personal .title{        
    background: #78CFBF;    
}
.personal .content,.personal .pt-footer{
    background: #82DACA;
}
.personal .content:after{	
	border-top-color: #82DACA;	
}
.personal .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*PROFESSIONAL*/
.professional .title{
    background: #53CFE9;
}
.professional .content,.professional .pt-footer{
    background: #87ceeb;
}
.professional .content:after{	
	border-top-color: #87ceeb;	
}
.professional .pt-footer:after{
    border-top-color: #FFFFFF;
}
/*BUSINESS*/
.business .title{
    background: #EB6379;
}
.business .content,.business .pt-footer{
    background: #F7A4AD;
}
.business .content:after{	
	border-top-color: #F7A4AD;	
}
.business .pt-footer:after {	
	border-top-color: #FFFFFF;	
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
font-family: 'Courgette', cursive;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
font-family: 'Courgette', cursive;
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.top-link:link , a.top-link:visited, a.top-link:active {
color: inherit; 
font-family: 'Courgette', cursive;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #F7A4AD;
text-decoration: underline;
}

a.link.under:hover {
color: #F7A4AD;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

a.gallery:link, a.gallery:visited, a.gallery:active {
text-decoration: none;
}

/*===== Form Fields =====*/


#email-response {
    display: inline-block;
    margin: 10px 0;
    padding: 0;
	width: 40%;
    left: 30%;
    position: absolute;
	text-shadow: 3px 2px 5px #000;
    font-size: 1.3em;
}
.contact-row {
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
text-align: left;
}

form#emailForm {
padding: 0 0 50px;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-family: 'Raleway', sans-serif;
font-size: 1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
float: right;
margin: 0 30px 0 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 33%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-full {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

.editor-field-short {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100px;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: top;
}

input.contact {
border: 1px solid #9c9c9b;
border-radius: 5px;
color: #454545;
font-family: 'Raleway', sans-serif;
font-size: 0.9em;
height: 35px;
line-height: 18px;
margin: 0 auto 25px;
padding: 5px;
width: 90%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.contact.question {
width: 75px;
text-align: center;
}

input.contact:focus {
border: 1px solid #3d2763;
}

input.contact.error {
border: 1px solid #b10404;
}

textarea.contact {
border: 1px solid #9c9c9b;
border-radius: 5px;
color: #454545;
font-family: 'Raleway', sans-serif;
font-size: 0.9em;
height: 200px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px 5px;
width: 96.5%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 1px solid #3d2763;
}

textarea.contact.error {
border: 1px solid red;
}

span.requiredfield {
color: #3d2763;
}

input.submit {
background-color: #F7A4AD;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Raleway', sans-serif;
font-size: 1em;
padding: 15px 20px;
margin: 0 auto 10px auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.submit:hover {
background-color: #EB6379;
}

/*===== Animation Fade ====*/
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    visibility: visible!important;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0.5
    }
	40% {
        opacity: 1
    }
	60% {
        opacity: 1
    }
	80% {
        opacity: 1
    }
	100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0.5
    }
	40% {
        opacity: 1
    }
	60% {
        opacity: 1
    }
	80% {
        opacity: 1
    }
	100% {
        opacity: 1
    }
}

.fadeIn2 {
    animation-name: fadeIn2;
    -webkit-animation-name: fadeIn2;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    visibility: visible!important;
}

@keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
	40% {
        opacity: 0.5
    }
	60% {
        opacity: 1
    }
	80% {
        opacity: 1
    }
	100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
	40% {
        opacity: 0.5
    }
	60% {
        opacity: 1
    }
	80% {
        opacity: 1
    }
	100% {
        opacity: 1
    }
}

.fadeIn3 {
    animation-name: fadeIn3;
    -webkit-animation-name: fadeIn3;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: linear;
    -webkit-animation-timing-function:linear;
    visibility: visible!important;
}

@keyframes fadeIn3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
	40% {
        opacity: 0
    }
	60% {
        opacity: 0.5
    }
	80% {
        opacity: 1
    }
	100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn3 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
	40% {
        opacity: 0
    }
	60% {
        opacity: 0.5
    }
	80% {
        opacity: 1
    }
	100% {
        opacity: 1
    }
}

.fadeIn4 {
    animation-name: fadeIn4;
    -webkit-animation-name: fadeIn4;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    visibility: visible!important;
}

@keyframes fadeIn4 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
	40% {
        opacity: 0
    }
	60% {
        opacity: 0
    }
	80% {
        opacity: 0.5
    }
	100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn4 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
	40% {
        opacity: 0
    }
	60% {
        opacity: 0
    }
	80% {
        opacity: 0.5
    }
	100% {
        opacity: 1
    }
}

/*===== Animation Slide ====*/

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    visibility: visible!important
}

.slideUp01,
.slideUp02 {
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-timing-function: ease;
    visibility: visible!important
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(70%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.slideUp01 {
    animation-name: slideUp01;
    -webkit-animation-name: slideUp01;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@keyframes slideUp01 {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp01 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.slideUp02 {
    animation-name: slideUp02;
    -webkit-animation-name: slideUp02;
    -webkit-animation-duration: 1.6s;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

@keyframes slideUp02 {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp02 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

.slideUp03 {
    animation-name: slideUp03;
    -webkit-animation-name: slideUp03;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    visibility: visible!important
}

@keyframes slideUp03 {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp03 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}





/*===================================================*/
/*===================== Mobile ======================*/
/*===================================================*/

@media screen and (max-width:850px) and (min-width:0px) {
	#menu, #menuSmall, .divider1 {
		display:none;
	}
	
	.pricing-table {
		width: 100%;
	}
	
	.four-column {
    width: 48%;
    padding: 40px 0 0 0;
	}
}

@media screen and (max-width: 768px) {
	.timeline--entry {
        margin: 10px 0;
	}
	
	.block {
		width: 46%;
		margin: 10px 1.5%;
	}
}

@media screen and (max-width:650px) and (min-width:0px) {
    #top-banner {
	background: /* top, transparent, faked with gradient */ 
    linear-gradient(
      rgba(224, 227, 232, 1), 
      rgba(224, 227, 232, 0.3)
    ), url(../images/wedding-banner-01.jpg) center center no-repeat;
	background-size: cover;
    }
	
	#wrapper {
	width: 90%;
	margin: 0 5% 0;
	}
}

@media screen and (max-width: 500px) {
	.three-column {
    width: 100%;
    padding: 40px 5px 0 0;
	}
	.four-column {
    width: 48%;
    padding: 40px 0 0 0;
	}
}


@media screen and (max-width: 440px) {
	.block {
		width: 93%;
	}
}

@media screen and (max-width: 350px) {
	.four-column {
    width: 100%;
    padding: 40px 0 0 0;
	}
}


.hahaRemove {
	display: none !important;
	visibility: hidden !important;
}