/* Global */ 
.site-wrapper {
    background-color: #dedede;
    background-image: url("Images/top-backg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.3);
    max-width: 1100px;
    margin-top: 100px;
    margin-bottom: 100px;
    min-height: 500px;
    width: 95%;
}

body {
    background-color: #e7e7e7;
    background-image: url("Images/floral-artichoke.jpg");
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;	
	font-size: 18px;
    font-weight: 300;
}

body,
.input-field {
    font-family: 'Josefin Sans', sans-serif;
}

.site-name,
.site-name .line1,
.site-name .line2,
article h2, 
article h3, 
article h4, 
article h5,
.countdown h3 {
	font-family: 'Cardo', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #595955;
}

article h3 .body-link {
    color: #595959;
}

article h2 {
    font-size: 24px;
}

article h3 {
    font-size: 22px;
}

article h4 {
    font-size: 18px;
}

.body-link {
    font-weight: 600;
    transform: 0.5s;
    -webkit-transform: 0.5s;
}

.body-link.hover {
    color: #595955;
}

.body-link {
    color: #784152;
    transform: 0.5s;
    -webkit-transform: 0.5s;
}

.body-link.hover {
	color: #595955;
}

.page-section.main img {
	max-width: 100%;
}

b, strong {
    font-weight: 600;
}

/* HEADER */ 

.site-name {
	margin-top: 40px;
}

.site-name .line1 {
    font-size: 18px;
}

.site-name .line2 {
    font-size: 26px;
    letter-spacing: 8px;
    line-height: 2;
}

/* Menu */ 

.mobile-nav.nav-v2 nav a {
    font-size: 17px;
}


nav a {
    color: #717171;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
	font-family: 'Cardo', serif;
    margin: 1em 0em;
}

/* CONTENT */ 

/* Forms */
.input-field {
    background-color: #efefef;
    border: 0 !important;
}

.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;
}

.countdown .numbers .type {
    font-size: 15px;
}

.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;
}

.button {
    color: #fff;
}

.button, 
.mobile-nav.nav-v2 nav {
    background: #704452;
}

.hamburger.not-active {
    padding-bottom: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
}

.hamburger.not-active .hamburger-inner, 
.hamburger.not-active .hamburger-inner:after, 
.hamburger.not-active .hamburger-inner:before {
    background-color: #704452;
}

.button.hover {
    background: #afb4af;
}

.pagesection-name .content h4 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 rgba(0,0,0,0.3);
    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;
}
