﻿.header h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
.page_header_wrapper.ls.affix-top-wrapper {
    background: #486173;
}
section.page_toplogo.ls {
    background: #486173;
}
header.page_header.ls {
    background: #486173;
}
.MapKeyItem .Square {
    width: 25px;
    height: 25px;
    border: 2px;
}

.MapKeyItem {
    display: flex;
    vertical-align: top;
    margin-bottom: 10px;
}

    .MapKeyItem .KeyLabel {
        padding-left: 10px;
    }
table.deceasedTable td {
    padding: 5px;
}
.page_title.cover-background, .page_title.s-parallax {
    padding: 48px 0;
}
.content p {
    font-size: 14px;
}
.OuterPopUp input {
    margin-bottom: 15px;
}
button.blue_button {
    margin: 0 auto;
    font-size: 20px;
    width: 100%;
    padding: 10px;
}
.features_titles h3 {
    margin: 20px 0;
}
.breadcrumb {
    text-transform: capitalize;
}

table.recentYarhzeit td, table.recentYarhzeit th, table.recentYarhzeit  {
    border: 1px solid #fff;
    border-collapse:collapse;
}
.dataTables_wrapper {
    margin-bottom: 20px;
}
.Article .Title {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 110%;
    margin-bottom:5px;
}
.Article {
    background: #efefef;
    padding: 15px 25px;
    margin: 10px 0;
}

    .Article .date {
        font-size: 12px;
    }
.ArticleReadmore a {
    color: #fff;
    background: #baad7b;
    display: table;
    padding: 4px 12px;
    border-radius: 13px;
    margin-top: 10px;
}

.Article .blurb {
    margin-top:5px;
}
.archive h5 {
    font-size: 22px;
    font-style: normal;
    margin-bottom: 3px;
}
ul.sidebar li {
    list-style: none;
    margin-top: 0;
}
.author {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px;
}
.pages-sidebar {
    background: #efefef;
    padding: 10px 15px;
    margin-top: 10px;
}
.content ol, .content ul {
    margin-top: -10px;
}
h3.special-heading {
    margin-bottom: 15px !important;
}
section.page_title.page_title.s-parallax.s-overlay:before {
    background: rgba(20, 30, 60, 0.5);
    height: 100%;
    width: 100%;
}
input[type=checkbox], input[type=radio] {

    box-shadow: none;
}
section.page_title.page_title.s-parallax.s-overlay {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.ViewHeader {
    color: #fff;
    background: #141e3c;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;

}
.ViewItem {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 545px;
}
.highlight-box {
    position: absolute;
    pointer-events: none;
    z-index: 100;
    display: none;
    background: #192240;
}

.highlight-label {
    position: absolute;
    font-size: 18px; /* Increase font size */
    font-weight: bold;
    color: white;
    background-color: rgba(0, 0, 0, 0.9); /* Darker background */
    padding: 6px 12px; /* More padding to make the label larger */
    border-radius: 8px; /* More rounded corners */
    z-index: 101; /* Ensure it's above the box */
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Add shadow for emphasis */
    white-space: nowrap; /* Prevent text from wrapping */
}

    .highlight-label .arrow {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 12px solid rgba(0, 0, 0, 0.9); /* Arrow with the same background color as label */
        position: absolute;
        top: 100%; /* Position the arrow just below the label */
        left: 50%;
        transform: translateX(-50%); /* Center the arrow below the label */
    }

#map-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 9999; /* Ensure it's above the map */
}

.MobileOnly {
    display: none !important;
}
.gotomap i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.gotomap a {
    font-size: 21px;
}