﻿
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Eczar');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
    background: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme20_background_image.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-default {
	background-color: #FFF !important;
}

.theme-body {
    background-color: #FFF;
    color: #ffffff;
}

.theme-photo-wrapper a {
    color: #101010 !important;
}

#theme-background-container {
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme20_side_image.png);
    background-repeat: no-repeat;
    background-size: 76% auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
}

@media (max-width: 1200px) {
    #theme-background-container {
        background-repeat-y: repeat;
		background-size: 90% auto;
    }
}

.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: 17px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a {
    color: #101010 !important;
}

h2.theme-location-details {
    font-style: italic;
}

.theme-weddingparty-spacer {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme20_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: 0px 0px 25px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.1);
}

.theme-photo-wrapper {
    position: relative;
    margin-top: 8px;
    border: 10px solid white;
    background-color: white;
}

.theme-section-seperator {
    background-position: center;
    background-image: url(https://eventectivemedia.blob.core.windows.net/websitemedia/themes/css/theme20_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 { margin-top: -300px; }
    .website-header-container { margin-top: 85px; }
}

.ws-sectiontitle-text { 
    margin-top: 20px;
    margin-bottom: 20px;
} 

.ws-itemtitle-text { 
    margin-top: 20px;
    margin-bottom: 20px;
} 

.dropdown-menu {
    background-color: #FFF !important;
    border: 1px solid #951322 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.dropdown-menu > li > a {
    color: #252525 !important;
}

.theme-photo-wrapper {
    background-color: #FFF !important;
    border: 10px solid #FFF !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17);
    box-shadow: 0 1px 2px rgba(0,0,0,0.17);
}

.rsvpbutton, .mobilemenuetoggle {
    background-color: #951322 !important;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    font-size: 18px !important;
    -webkit-transition: .2s ease;
    transition: .2s ease
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.rsvpbutton:hover, .mobilemenuetoggle:hover {
    background-color: #FFF !important;
    color: #951322 !important;
    border: 1px solid #951322 !important;
}

#main-nav .menuetable li a.selected, #main-nav .menuetable li a:hover {
    color: #951322 !important; 
}

.website-header-container {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.17);
    box-shadow: 0 1px 2px rgba(0,0,0,0.17);
}