@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Cardo');
@import url('https://fonts.googleapis.com/css?family=Pathway+Gothic+One');

/* Global */ 
.site-wrapper {
    background: #dedede url(Images/top-backg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    box-shadow: 1px 1px 30px 1px #a0a0a0;
    padding: 20px;
    max-width: 1100px;
    margin-top: 100px;
    margin-bottom: 100px;
    min-height: 465px;
}

body {
    background: #fff url(Images/floral-artichoke.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

article h3, article h4, article h5 {
	font-family: 'Cardo', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #595955;
}


article a {
    font-weight: 600;
    transform: 0.5s;
    -webkit-transform: 0.5s;
}

article a:hover {
    color: #595955;
}

a {
    color: #784152;
    transform: 0.5s;
    -webkit-transform: 0.5s;
}

.body-link {
    color: #784152;
}

a:hover,
.body-link.hover {
	color: #595955;
}

.page-section.main img {
	max-width: 100%;
}

b, strong {
    font-weight: 500;
}

ul.postlist li {
    padding: 40px 0px;
}

/* HEADER */ 

h1.site-name {
	margin-top: 40px;
}

h1, .site-title, article h2, .countdown h3 {
	font-family: 'Cardo', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #595955;
	font-size: 24px;
}

h1 .line1 {
	color: #595955;
    font-size: 18px;
}

h1 .line2 {
	color: #595955;
    font-size: 26px;
    letter-spacing: 8px;
    line-height: 2;
}

nav a {
    padding: 12px 0;
    color: #717171;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
	font-family: 'Cardo', serif;
}

/* CONTENT */ 

/* Forms */
.input.text input, .input.textarea textarea, select {
    background-color: #efefef;
}

.wishlist-quantity form {
    margin-top: 20px;
}

/* Gallery */ 
.image-info {
    background: #f5f5f5;
}

.multi-horizontal .content.hasimage figure {
    margin: 0 0 3% 3%;
}

/* FOOTER */ 

.numbers {
    line-height: 1.5;
    color: #595956;
    margin-top: 30px;
}

.weddingsite-info {
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 30px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}

.fb_iframe_widget {
    margin-top: 50px;
}

/* ONEPAGE */ 
@media only screen and (min-width: 767px) {
	.js .onepage .mobile-nav {
	    top: 20px;
	    left: 20px;
	    right: auto;
	    width: auto;
	    position: fixed;
	}

	.nav-toggle span {
	    background: url(/Images/Global/menu_inverted.png) left center no-repeat;
	    display: block;
	    padding-left: 25px;
	}
}

.button, .mobile-nav {
    background: #704452;
}

.button.hover {
    background: #afb4af;
}

.pagesection-name {
    font-style: italic;
    border-bottom: 2px solid  #704452;
 }

.pagesection-name span {
    background: #dedede;
    color: #595956;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Cardo', serif;
    font-style: normal;
}

/* HORIZONTAL */ 
body.horizontal .page-nav.desktop-nav {
    box-shadow: 0px 16px 30px -26px #666;
    line-height: 2;
}

body.horizontal ul.nav-list {
    padding: 20px 0px;
}

body.horizontal div.pagesection-wrapper {
    padding-top: 20px;
}

.mobile-nav ul.nav-list {
    line-height: 40px;
    padding: 20px 15px;
}