﻿@import url('https://fonts.googleapis.com/css?family=Oleo+Script');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400');


.theme-body {
    background-color: #ffffff;
    color: #ffffff;
}
#theme-background-container {
    background-color: black;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme13_background_image.png);
    background-repeat: repeat;
    background-size: 100% auto;

    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: cover;
    background-repeat: no-repeat;
}

.theme-image-left {
    background-repeat: repeat-y;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme13_side_image.png);
}

.theme-image-right {
    background-repeat: repeat-y;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme13_side_image.png);
}

.theme-menuetable {
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #FCFCFC;
}


.theme-weddingparty-spacer {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme13_dot_separator.png);
    height: 40px;
    background-repeat: no-repeat;
    padding: 40px;
}
.theme-nav-container-static {
    background-color: inherit;
    opacity: inherit;
}
.theme-nav-container-float {
    background-color: #a68677;
    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/theme13_separator.png);
    height: 20px;
    background-repeat: no-repeat;
    margin: 40px auto;
    background-size: contain;
}

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu { background-color: transparent; }
}

.ws-sectiontitle-text { 
    margin: 20px;
} 
.story-title.ws-itemtitle-text,
.other-event-detail-title.ws-itemtitle-text
 {
    margin: 20px;
}
.ws-itemtitle-text { 
    text-transform: uppercase;
       margin: 20px;
} 
.wedding-party-name {
    font-family: 'Roboto', sans-serif! important;
    font-weight: 300 !important; 
}
.navbar-nav > li > a {
    font-family: 'Oleo Script', cursive! important;
    text-transform: uppercase;
     color: #fff! important;
}

.dropdown-menu>li>a {
    font-family: 'Oleo Script', cursive! important;
    text-transform: uppercase;
    color: #b7b3b0 !important;

}
#main-nav-container {
    background: #a68677;
}
.story-details {
    text-align: center! important
}
.rsvpbutton, .mobilemenuetoggle {
    font-family: 'Oleo Script', cursive! important;
    color: #a68677! important;
    border-color: #a68677! important;
    border-width: 2px! important;
    border-radius: 0px! important;
    background-color: #fff! important;
    padding: 1.06em 3.23em! important;
}
.main-title-container {
    height: 350px;
    width: 350px;
    background: #c9b6ad61;
    border-radius: 50%;
    color: #fff! important;
    margin: auto;
    padding: 40px! important;
    -webkit-box-shadow: 0px 0px 3px 5px #f6f2f1;
-moz-box-shadow: 0px 0px 3px 5px #f6f2f1;
box-shadow: 0px 0px 3px 5px #f6f2f1; 
}
.main-picture:before {
    content: "";
    color: transparent;
    display: inline-block;
    height: 80px;
    width: 100% !important;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme13_img_border_top.png);
    background-position: center; 
    background-repeat: no-repeat;
}