body {
    background-color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    text-align: left;
    padding: 0;
    color: #000;
    font-size: 17px;
}

.monogram,
.site-name .line1,
.site-name .line2,
h1,
h2,
h3,
h4,
h5,
.wedding-date,
.page-nav,
.countdown .numbers .value,
.countdown .numbers .type,
.button {
    font-family: "Cormorant SC";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

article h1,
article h2,
article h3,
article h4,
article h5 {
    line-height: 1.2;
}

.wedding-date {
    color: #000;
}

.site-name .line1,
.wedding-date {
    font-size: 18px;
}

.module.page-base,
.page-section.header {
    text-align: center;
}

.pagesection-name .content h4 {    
    line-height: .1;
}

.site-name .line2 {
    font-size: 38px;
    letter-spacing: 0.25em;
    line-height: 1.3;
}

.body-link,
.form-link {
    color: #4276eb;
}

.site-wrapper {
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    overflow: hidden;
    background: url('Images/white.png');
}

.multipage.horizontal .desktop-nav nav {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 0;
}

.horizontal .desktop-nav nav a:after {
    content: '●';
    display: inline-block;
    font-size: 0.5em;
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}

.horizontal .desktop-nav nav ul li:last-child a:after {
    content: '';
    display: none;
}

.horizontal .desktop-nav nav a {
    padding: 10px 20px;
    position: relative;
}

.desktop-nav nav .not-current a {
    color: #000;
}

.desktop-nav nav .current a {
    font-weight: 700;
}

.page-section.header {
    padding: 70px 20px;    
}

.languages {
    margin-top: 7px;
}

* p:last-child {
    margin-bottom: 0;
}

.module.page-base {
    padding-bottom: 50px;
}

.module.page-base .headline,
.module.page-base .body,
.postlist li > .content,
.module.visitor-form,
.module.comments,
.form-container {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
}

.form-container {
    text-align: left;
}

.module.comments {
    padding-top: 50px;
}

.postlist li > .content {
    position: relative;
}

/*.postlist li > .content.hasimage {
    padding-left: 300px;
}*/

.postlist li {
    padding: 50px 0;
    font-size: 15px;
}

.multi-horizontal .content.hasimage figure {
    float: left;
    width: 200px;
    margin: 0;
}

.multi-horizontal .content.hasimage .headline,
.multi-horizontal .content.hasimage .sub-headline,
.multi-horizontal .content.hasimage .body {
    float: right;
    width: calc(100% - 240px);    
}

.module.page-base .content,
.module.page-base.hasimage .headline {
    margin-top: 50px;
}

/*.module.page-base .body {
    font-size: 17px;
}*/

.postlist li h4 {
    margin-top: -13px;
}

.module.page-base.hasimage .content {
    margin-top: 0;
}

figure.image {
    margin-bottom: 0;
}

.multipage .countdown {
    padding-top: 50px;
    margin-top: 50px;
}

.countdown h3 {
    margin-bottom: 20px;
}

ol.wysiwyg, p, ul.wysiwyg {
    list-style-position: inside;
}

.button {
    background: #000;
}

.vertical .desktop-nav nav {
    padding-left: 50px;
}