
/* -- Overrule footer -- */
.site-footer {
    margin: 0 !important;
}

.site-header:after {
    content: "";
    display: block;
    height: 6px;
    background-image: url(/beta/assets/theme/london-bridge/img/union-jack-banner.png);
    background-repeat: round;
}
.site-footer:after {
    content: "";
    display: block;
    height: 6px;
    background-image: url(/beta/assets/theme/london-bridge/img/union-jack-banner.png);
    background-repeat: round;
}
/* -- End overrule footer -- */


/* -- Standard styles --*/

.site-header .top-bar .name h1 a {
    filter: invert(1);
}

body {
    background-color: #121212;
    font-family: "Segoe UI", "Open Sans", Arial, Helvetica, sans-serif;
}

header {
    margin-bottom: 20px;
}

.memoriam-page section {
    display: flex; 
    align-items: center; 
}
    .memoriam-page section:nth-child(even) {
        background: #242424;
    }
    .memoriam-page section:not(#speech) {
        padding: 100px 0;
    }
    .memoriam-page section#speech {
        padding: 40px 0;
    }

        .memoriam-page section:not(section.speech) .row:last-of-type::after {
            background: #C0C0C0 none repeat scroll 0 0;
            content: "";
            height: 1px;
            display: block;
            width: 50%;
            margin: auto;
            margin-top: 4px;
            margin-bottom: 15px;
        }
    .memoriam-page .speech {
        min-height: calc(100vh -20px);
    }

.memoriam-page a {
    color: #ffffff;
    text-decoration: underline
}
    #memorial-menu a {
        text-decoration: none;
    }
        #memorial-menu a:hover {
            text-decoration: underline;
        }

.memoriam-page h2,
.memoriam-page h3,
.memoriam-page h4 {
    font-weight: 700;
}
    .memoriam-page h2 {
        font-size: 24px;
    }
    .memoriam-page h3 {
        font-size: 22px;
    }
    .memoriam-page h3 {
        font-size: 20px;
    }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    color: #f1f1f1;
}

p, li {
    color: #f1f1f1;
}

.p1, .p2 {
    display: none;
}
.p2 span {
    display: block;
    padding-top: 20px;
}

.olbstatic {
    background-color: #343434 !important;
    height: auto;
}

.memoriam-page {
    background-color: #121212;
}
/* -- Image styles-- */
.queen-cont {
    overflow: hidden;
    height: 150px;
    text-align: center;
}

.queen-cont img {
    height: 200px;
    border-bottom: 3px solid #007896;
}
/* -- END image styles -- */
/* -- Content -- */
#main-content {
    padding: 0px;
    height: 100%;
}


#condolences .line::after, #floral-tributes .line::after, #events .line::after, #general-info .line::after {
    background: #C0C0C0 none repeat scroll 0 0;
    content: "";
    height: 1.1px;
    display: block;
    width: 100%;
    margin-top: 4px;
}

.text-width {
    width: 85%;
}

.main h1 {
    color: #f1f1f1;
    margin-top: 0;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}
.main h2{
    color: #f1f1f1!important;
    margin-top: 0!important;
    font-family: 'Times New Roman', Times, serif!important;
    text-align: center!important;
}
.bookofcondolences{
    text-align:center;
}

.feature-title h1{
	text-align:center;
	padding:2rem;
	color: #fff;
}


.dates {
    color: #A1A1A1;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
/* -- Menus -- */
.olb #memorial-menu li {
    display: block;
    padding: 5px;
}

#memorial-menu {
    margin-left: 0;
    text-align: center;
}

#memorial-menu li {
    list-style-type: none;
    display: block;
    text-align: center;
    color: #f1f1f1;
    padding-left: 15px;
    line-height: 40px;
}

/* -- End menu styles -- */

/* -- Buttons -- */
#readMore {
    color: #f1f1f1;
    margin-top: -10px;
    margin-bottom: 26px;
    text-decoration: underline;
    display: block;
    text-align:center;
}

.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #C0C0C0;
}

.scrollToTop:hover {
        background-color: #d9d9d9;
        background-size: 20px 20px;
    }
/* -- End buttons -- */

.subtitles {
    color: #A1A1A1;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    display: block;
    font-weight: 600;
}

.subtitles:before {
    background: #C0C0C0 none repeat scroll 0 0;
    content: "";
    height: 1px;
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 15px;
}
/* -- Stndard styles --*/
#olb-static {
    background-color: #121212;
    background-image: url("img/union-jack-banner.png");
}
/*----------------------------------------*/
@media only screen {
    /* Ignore unless you find something that is not working on mobile at all */
}

/* Small only */
@media screen and (max-width: 639px) {

}
/*----------------------------------------*/

/* Medium and up */
@media screen and (min-width: 640px) {
    
    .p1, .p2 {
        display: block;
    }

    #readMore {
        display: none;
    }

    .memorial-cllr-speech {
        margin-bottom: 50px;
    }

    .queen-cont {
        overflow: unset;
        height: auto;
    }

    .queen-cont img {
        height: auto;
        border-bottom: 3px solid #007896;
        }

    .main h1,
    .dates {
        text-align: left;
    }

    #memorial-menu li {
        display: inline;
    }
    .olbheader h1 a {
        width: 144px;
    }

    .main h1 {
        text-align: left;
    }
}

/*----------------------------------------*/
/* Medium only */
@media screen and (min-width: 640px) and (max-width: 1023px) {
    /* Dont place anything in this unless its screen specific */

}
/*----------------------------------------*/


/* SMALL AND MEDIUM */
@media screen and (max-width: 1023px) {
    
    .site-header .top-bar,
    .site-header .top-bar.expanded .title-area {
        background: #121212;
    }

    .site-header .toggle-topbar a, .site-header .toggle-topbar-2 a {
        color: #f1f1f1!important;
    }

    .site-header .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: #343434;
        color: #f1f1f1!important;
    }

    .site-header .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #4d4d4d;
    }

    .expanded .top-bar-section li a {
        border-bottom: 1px solid #4d4d4d;
        border-left: none;
    }

    .site-header .top-bar-section .site-header-search button[type=submit],
    .site-header .top-bar-section .site-header-search button[type=submit]:before {
        background-color: #4d4d4d;
        color: #f1f1f1;
    }

    .site-header .top-bar-section .site-header-search {
        background: #343434;
    }

    .global-nav > li {
        border-left: none;
    }

    .site-header .top-bar-section .site-header-search input[type=text],
    .site-header .top-bar-section .site-header-search input[type=text]:focus,
    .site-header .faux-textbox {
        background-color: #4d4d4d;
    }

}

/* Large and up */
@media screen and (min-width: 1024px) {
    
    
    .site-header .top-bar.expanded .title-area {
        background-color: #121212;
    }
    
    .site-header .top-bar,
    .site-header .top-bar-section .site-header-search,
    .site-header .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: #121212;
        color: #e6e6e6;
    }
    
    .site-header #txtSearchSiteTerms {
        background-color: #343434!important;
        color: #f1f1f1;
    }
        .site-header .top-bar-section li:not(.has-form) a:not(.button):hover {
            background-color: #4d4d4d; 
        }
        .site-header .top-bar-section ul li:hover:not(.has-form) > a,
        .site-header .toggle-topbar a, 
        .site-header .toggle-topbar-2 a{
            color: #f1f1f1!important;
        }
        .site-header .top-bar-section .site-header-search button[type=submit],
        .site-header .top-bar-section .site-header-search button[type=submit]:before {
            background-color: #4d4d4d;
            color: #f1f1f1;
        }
    
    .global-nav > li {
        border-left: 1px solid #4d4d4d;
    } 

    .site-header .top-bar .dropdown li:nth-child(odd) a {
        border-right: 1px solid #4d4d4d;
    }

    .site-header .top-bar .dropdown a {
        background-color: #343434!important;
        border-bottom: 1px solid #4d4d4d;
        color: #f1f1f1 !important;
    }

    .site-header .top-bar .dropdown a:hover {
        background-color:  #4d4d4d !important;
    }

    #memorial-menu li {
        line-height: initial;
    }

    .memoriam-page section#speech {
        padding: 100px 0;
    }

}