﻿@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Parisienne');
@import url('https://fonts.googleapis.com/css?family=Della+Respira');
@import url('https://fonts.googleapis.com/css?family=Lucida+Sans');
@import url('https://fonts.googleapis.com/css?family=Tinos');

.theme-body {
    background-color: #ffffff;
    color: #543b11;
    padding-top: 30px !important;
}
#theme-background-container {
    background-color: #fffcf7;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme4_bg.jpg);
    background-repeat: repeat;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
}
.theme-image-container-right {
    right: 0;
}
.theme-image-container-left, .theme-image-container-right {
    width: 12%;
    max-width: 132px;
    position: fixed;
    top: 0;
    bottom: 0;
}
.theme-image, .theme-image-layer-top, .theme-image-bottom, .theme-image-left, .theme-image-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.theme-menuetable {
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #FCFCFC;
}
h2.theme-location-details {
    color: #543b11 !important;
}
.theme-weddingparty-spacer {
    background-position: center;
    /*background-image: url(dot_separator.png);*/
    height: 40px;
    background-repeat: no-repeat;
}
#main-nav-container,
.theme-nav-container-static {
    background-color: #839c93;
    opacity: 0.9;
}
.theme-nav-container-float {
    background-color: #839c93;
    opacity: 0.9;
}
.theme-photo-wrapper {
    position: relative;
    margin-top: 8px;
    border: 10px solid white;
    background-color: white;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.17);
    box-shadow: 0 1px 1px rgba(0,0,0,0.17);
}
.theme-section-seperator {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme4_section_separator.png);
    height: 40px;
    background-repeat: no-repeat;
    margin: 40px auto;
    background-size: contain;
}
.ws-itemtitle-text {
    margin-bottom: 10px;
    margin-top: 30px;
}
.ws-title-text {
    margin-top: 50px;
}
.ws-sectiontitle-text {
    position: relative;
    margin-top: 100px;
    margin-bottom: 20px;
    
}
.ws-sectiontitle-text:before {
    content: "";
    position: absolute;
    top: -50px;
    width: 100%;
    height: 40px;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme4_section_separator.png);
    background-color: transparent;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    
}

.ws-sectiontitle-text:first-child:before {
    display: none;
}
.theme-section-seperator {
    display: none;
}
.theme-body .rsvpbutton {
    background-color: #839c93;
    padding: 10px 80px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    border: none;
}
.main-picture {
    /*padding: 0 !important;*/
}
.theme-body .ws-page-text {
    font-size: 14px;
    line-height: 1.8;
    background-color: #fff;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 9px 3px #eae6db;
            box-shadow: 0px 0px 9px 3px #eae6db;
    min-height: 1px;
}
.ws-page-text:nth-last-child(2) {
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    padding-bottom: 100px;
    margin-bottom: 100px;
    /*overflow: hidden;*/
    padding-left: 50px;
    padding-right: 50px;
    border-left: 3px solid #a6844c;
    border-right: 3px solid #a6844c;
    border-bottom: 3px solid #a6844c;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
}
.ws-page-text:nth-last-child(2) > div:nth-last-child(2) {
    overflow: hidden;
}
.ws-page-text:nth-last-child(2):after {
    content:'';
    width: 20px;
    height: 67px;
    top: -74px;
    right: -11px;
    background-repeat: no-repeat;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme4_photo1.png);
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    display: block;
    position: absolute;
}
.ws-page-text:nth-last-child(2):before {
    content:'';
    width: 20px;
    height: 67px;
    top: -74px;
    left: -11px;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme4_photo1.png);

    display: block;
    position: absolute;
}
.theme-body #main-nav li a.selected ,
.theme-body #main-nav li a:hover {
        color: #222f2a !important;
        font-weight: bold;
    }

.main-title-container {
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu { background-color: transparent; }
}
