﻿
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif');
@import url('https://fonts.googleapis.com/css?family=Courgette');

.theme-body {
    background-color: #ffffff;
    color: #353535 !important;
}

#theme-background-container {
    background-color: #FFF;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme51_background_image.png);
    background-repeat: repeat;
    background-size: 100% auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: left;
}

.theme-photo-wrapper a {
    text-decoration: none !important;	
}

.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/theme51_side_image.png);
}

.theme-image-right {
    background-repeat: repeat-y;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme51_side_image.png);
}

.theme-menuetable {
    font-family: Oswald;
    font-size: 18px;
    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/theme51_dot_separator.png);
    height: 40px;
    background-repeat: no-repeat;
}

.theme-nav-container-static {
    background-color: inherit;
    opacity: inherit;
}

.theme-nav-container-float {
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
}

.theme-photo-wrapper {
    position: relative;
    margin-top: 8px;
    border: 10px solid #FFF;
    background-color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
}

.theme-photo-wrapper a, .theme-photo-wrapper a:hover {
    color: #685850;
}

.theme-section-seperator {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme51_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; }
    #theme-background-container { background-image: none !important }
}

.ws-sectiontitle-text { 
    margin-top: 20px;
    margin-bottom: 20px;
} 

.ws-itemtitle-text { 
    margin-top: 20px;
    margin-bottom: 20px;
} 

.navbar-default .navbar-nav > li > a {
    color: #656565 !important;
}

.website-header-container {
    background-color: #FFF !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
}

.rsvpbutton, .mobilemenuetoggle {
    font-family: Oswald !important;
    background-color: #FFF !important;
    border: none !important;
    color: #656565 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-size: 20px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
}

.rsvpbutton:hover, .mobilemenuetoggle:hover {
    background-color: #EFEFEF !important;
}

.main-picture-image {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.wedding-party-name {
	margin-bottom: 10px;
}

.dropdown-menu {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.17) !important;
    border: none !important;
}

.dropdown-menu > li > a {
    color: #777 !important;
}

#main-nav .menuetable li a.selected, #main-nav .menuetable li a:hover {
    color: #444 !important; 
}