﻿@import url('https://fonts.googleapis.com/css?family=Lato:300,400');


.theme-body {
    background-color: #ffffff;
    color: #ffffff;
}
#theme-background-container {
    background-color: white;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme12_background_image.png); 
    background-repeat: repeat;
    background-size: 50% 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: contain;
    background-repeat: no-repeat;
}

.theme-image-left {
    background-repeat: repeat-y;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme12_side_image.png);
}

.theme-image-right {
    background-repeat: repeat-y;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme12_side_image.png);
}

.theme-menuetable {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #FCFCFC;
}

h2.theme-location-details {
    color: #685850 !important;
    opacity: .5;
    letter-spacing: .7px;
    font-weight: 300;
}
.theme-weddingparty-spacer {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme12_dot_separator.png);
    height: 40px;
    background-repeat: no-repeat;
}
.theme-nav-container-static {
     background-color: #fff;
    opacity: 1;
}
.theme-nav-container-float {
    background-color: #fff;
    opacity: 1;
}
.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/theme12_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-title-text { 
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em;
    padding: 10px;
} 

.ws-sectiontitle-text { 
    text-transform: uppercase;
    line-height: 45px;
    padding: 20px;
} 

.ws-itemtitle-text { 
    line-height: 29px;
    padding-bottom: 10px;
    font-style: italic;
} 

.ws-page-text { 
    line-height: 1.75em;
    text-transform: none;
    letter-spacing: .4px;
} 

.navbar-default .navbar-nav>li>a {
	color: #b7b3b0 !important;
    font-family: "Lato";
    font-size: 12px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.theme-image-container-left, .theme-image-container-right {
	display: none;
}
.dropdown-menu {
	border: 1px solid rgba(0,0,0,0.05)! important;
}
.dropdown-menu>li>a {
	color: #b7b3b0 !important;
    font-family: "Lato";
    font-size: 12px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.col-xs-12.col-sm-6 {
	background: white;
}
.ws-subtitle-text.main-togo {
	text-transform: uppercase;
}

.website-header-container, .website-content-container {
    background: white;
}

@media (min-width: 768px) {
    #main-nav-container {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    #main-nav-container {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .website-header-container {
        margin-top: 70px! important;
        width: 90%;
    }
    #main-nav-container {
        width: 90%;
    }
    #theme-background-container {
        background-size: 100% auto;
    }
    .col-xs-12 div {
        text-align: center;
    }
    .ws-title-text {
        font-size: 42px;
    }
}

#main-nav-container {
    padding-top: 38px !important;
    margin: auto !important;
    background: white !important;
}

.rsvpbutton, .mobilemenuetoggle {
    font-family: "Lato" !important;
    color: #c0aeb4 !important;
    border-color: #c0aeb4 !important;
    border-width: 2px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    padding: 0.76em 2.23em !important;
    text-transform: uppercase !important;
}

.story-details {
    text-align: center !important;
    max-width: 70%;
    margin: auto;
    padding: 20px;
}

