body {
    font-family: 'Lato', sans-serif;
}

.pointer {
    cursor: pointer;
}

.container {
    max-width: 1200px;
}

.gold-text {
    color: #b9a578;
}

.section-title {
    font-size: 40px;
    color: #4f4334;
    font-family: 'Vollkorn SC', serif;
    margin: 0;
    line-height: 30px;
    position: relative;
}

.section-title small {
    font-size: 20px;
    display: block;
}

.section-title:after {
    content: '';
    background-color: #a29b8f;
    height: 1px;
    width: 70px;
    margin: 10px auto 50px auto;
    display: block;
}

/* Header */
header {
    padding: 30px 0;
    transition: all 300ms;
}

header.dark-header {
    background-color: #000;
}

header .logo img {
    max-width: 120px;
    transition: all 400ms;
}

header nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    transition: all 400ms;
}

header nav a:hover {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

header nav a.donate-link {
    color: #c0a56c;
    border: 1px solid #c0a56c;
    margin-left: 25px;
    padding: 10px 40px;
}

header.navbar-shrink {
    padding: 20px 0;
    background-color: #000;
}

header.navbar-shrink .logo img {
    max-width: 80px;
}

.navbar-toggler {
    display: none;
    color: #fff;
}

/*@media (max-width: 992px){
    header{
        padding: 10px 0;
    }
    .fixed-top{
        position: static;
        background-color: #000;
    }
    header .logo img {
        max-width: 60px;
    }
    .navbar-toggler{
        display: inline-block;
    }
    header .nav-container{
        display: none;
    }
}*/
/* Slider */
.slider {
    position: relative;
}

.slider .slide {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slider .slide:before {
    background: rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 40%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 40%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 40%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, transparent 40%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, transparent 40%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.slider .slide .container {
    padding: 0;
}

.slider .slide .slide-content {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #fff9;
    border-bottom: 1px solid #fff9;
    width: auto;
    padding: 20px 0 16px 0;
}

.slider .slide .slide-content-left {
    font-size: 140px;
    line-height: 140px;
    font-family: 'Courgette', cursive;
}

.slider .slide .slide-content-right {
    font-size: 18px;
    font-style: italic;
    margin-left: 30px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 0 20px 0;
    text-align: left;
}

.slider .slide .slide-content-right img {
    width: 55px;
}

.slider .slide .statistics-amount {
}

.slider .slide .statistics-name {
    max-width: 80px;
}

.slider .locations {
    position: absolute;
    z-index-999; bottom: 6vh;
    padding: 0;
    margin: 0 -15px;
}

.slider .locations .slide-location {
    font-family: 'Vollkorn SC', serif;
    background-color: rgba(15,10,3,0.9);
    color: #fff;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.slider .locations .slide-location:hover {
    background-color: rgba(15,10,3,0.8);
}

.slider .locations .slide-location.active {
    background-color: rgba(15,10,3,1);
}

.slider .locations .slide-location .location-name {
    font-size: 21px;
    white-space: nowrap;
}

/* Services */
.services {
    padding: 50px 0;
    background-color: #f6f3ea;
}

.services a {
    text-decoration: none;
}

.services img {
    max-width: 55px;
    opacity: 0.5;
}

.services h3 {
    font-family: 'Vollkorn SC', serif;
    font-size: 26px;
    margin: 12px 0;
    color: initial;
}

.services p {
    padding: 0 10px;
    color: #4f4334;
}

/* affiliations */
.affiliations {
    padding: 50px 0 50px 0;
}

.affiliations a {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    justify-content: center;
    text-decoration: none;
}

.affiliations img {
    /* opacity: 0.7; */
    /* max-width: 300px; */
    max-width: 100%;
    mix-blend-mode: multiply;
}

.affiliations .affiliation-name {
    color: #595959;
    background-color: #f6f3eaa1;
    padding: 0px 10px;
    border: 1px solid #8d723157;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 18px;
}

.affiliations .btn {
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 30px;
    color: #4f4334;
    border: 1px solid #4f4334;
    border-radius: 0;
}

/* home-news */
.home-news {
    padding: 50px 0;
    background-color: #f6f3ea;
}

.home-news .col-md-4 {
    width: 30%;
    flex: 0 0 30%;
}

.home-news h3 {
    font-family: 'Vollkorn SC', serif;
    font-size: 20px;
    margin: 0;
}

.home-news .date {
    font-size: 14px;
    color: #999999;
}

.home-news .new-image {
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 30px 0;
    display: block;
}

.home-news .new-image.placeholder-image {
    background-color: #595959;
    background-size: 50%;
}

.home-news p {
    color: #4f4334;
    margin-bottom: 20px;
}

.home-news .read-more {
    font-family: 'Vollkorn SC';
    font-size: 18px;
    color: #4f4334;
    border: 1px solid #4f4334;
    width: 50px;
    height: 38px;
    text-decoration: none;
    margin: auto;
    display: flex;
    -webkit-text-stroke: 1px #f6f3ea;
    align-items: center;
    justify-content: center;
}

/* about */
.about {
    background-color: #f6f3ea;
    background-image: url('/static/images/about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 0;
    position: relative;
    background-attachment: fixed;
    overflow-x: hidden;
}

.about .overlay {
    content: '';
    position: absolute;
    background-color: #f6f3ea;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.92;
    z-index: 0;
}

.about .section-title {
    padding-top: 70px;
    padding-bottom: 1px;
}

.about .section-title span {
    position: relative;
}

.about .about-left, .about .about-right, .about .about-bottom {
    position: relative;
}

.about .about-left .overlay {
    width: 100vw;
    right: 0;
    left: auto;
}

.about .about-right .overlay {
    width: 100vw;
    left: 100%;
}

.about p {
    font-size: 18px;
    opacity: 0.8;
}

.about .stats-negative {
    padding: 50px 0;
    color: #6a6b69;
}

.about .about-stat-icon {
}

.about .about-stat-icon {
    font-family: 'Courgette', cursive;
    font-size: 50px;
}

.about .about-stat-icon img {
    max-width: 100px;
}

.about .stats-positive {
    background-color: #353535;
    padding: 60px 0;
    color: #fff;
    position: relative;
}

.about .stats-positive .about-stat-icon {
    color: #b19a64;
    font-size: 74px;
    letter-spacing: -5px;
    line-height: 74px;
}

.about .process {
    padding: 50px 0;
    background-color: #f6f3ea;
    position: relative;
}

.about .process h3 {
    font-size: 40px;
    font-family: 'Vollkorn SC';
    color: #4f4334;
    margin-bottom: 30px;
}

.about .process p {
    font-size: initial;
}

/* donate */
.donate {
    background-color: #f6f3ea;
    padding: 70px 0;
    position: relative;
}

.donate img {
    width: 100%;
}

.donate h3 {
    color: #4f4334;
    font-size: 30px;
    font-family: 'Vollkorn SC';
    margin: 50px 0 20px 0;
}

.donate h4 {
    color: #4f4334;
    font-size: 22px;
    font-family: 'Vollkorn SC';
    margin-top: 30px;
}

.donate p {
    opacity: 0.8;
}

.donate .form-wrapper {
    background-color: #fff;
    padding: 58px;
}

.donate .paypal-form {
    display: none;
}

.donate .donation-amounts {
    margin: 0 -1.5%;
}

.donate .donation-amounts label {
    cursor: pointer;
}

.donate .donation-amounts input[type=radio] {
    display: none;
}

.donate .donation-amounts input[type=number] {
    margin: 1px auto 5% auto;
    width: 90%;
    height: 48px;
}

.donate .donation-amounts span {
    background-color: #c69a2c;
    color: #fff;
    display: flex;
    text-align: center;
    height: 50px;
    width: 90%;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5% auto;
    border-radius: 4px;
    opacity: 0.6;
}

.donate .donation-amounts input:checked + span {
    opacity: 1;
}

.donate .other-amount {
    display: none;
}

.donate form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.donate form .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.donate .form-control {
    border-color: #000;
    margin-bottom: 10px;
    height: 40px;
}

.donate .btn {
    background-color: #c69a2c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    height: 50px;
    cursor: pointer;
}

.donate .donation-payment-type {
    width: 100%;
}

.donate .donation-payment-type .btn {
    width: 50%;
    font-size: 20px;
    text-transform: capitalize;
    height: 40px;
    margin-top: 20px;
    line-height: 26px;
    background-color: #fff;
    color: inherit;
    border: 1px solid #c69a2c;
}

.donate .donation-payment-type .btn.active {
    background-color: #c69a2c;
    color: #fff;
}

.donate .donation-payment-type .btn input {
    display: none;
}

.donate .bank-form {
    display: none;
}

.donate .cc-number {
    position: relative;
}

.donate .cc-number i {
    position: absolute;
    top: 10px;
    font-size: 20px;
    right: 10px;
    color: #4f4334;
}

/* blog */
.blog {
    background-color: #f6f3ea;
    padding: 70px 0;
    position: relative;
}

.blog .post {
    margin-bottom: 70px;
}

.blog .post img {
    width: 96%;
    background-color: #595959;
}

.blog .post img.placeholder-image {
    padding: 30px;
}

.blog .post h3 {
    color: #4f4334;
    font-size: 38px;
    font-family: 'Vollkorn SC';
    margin-bottom: 0;
}

.blog .post .date {
    color: #c69a2c;
    margin-bottom: 20px;
}

.blog .post p {
    color: #4f4334;
    height: 125px;
    overflow: hidden;
}

.blog .post p.full-height {
    height: auto;
}

.blog .post .read-more {
    font-weight: 600;
    cursor: pointer;
    line-height: 22px;
}

.blog .post .read-more .fa {
    font-size: 12px;
}

.blog .tags h4 {
    color: #4f4334;
    font-size: 30px;
    font-family: 'Vollkorn SC';
    border-bottom: 1px solid #a29b8f;
    display: inline-block;
}

.blog .tags-container .tag {
    border: 1px solid #c5c3bc;
    height: 30px;
    padding: 0 20px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    color: #343434;
    margin-top: 10px;
    margin-right: 10px;
    text-transform:capitalize;
}
.blog .tags-container .tag.selected{
    background-color:#343434;
    color:#f6f3ea;
}
.blog .page-item .page-link {
    color: #343434;
}

.blog .page-item.active .page-link {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

/* bulletin */
.bulletiens {
    background-color: #f6f3ea;
    padding: 70px 0;
    position: relative;
}

.bulletiens .tabs {
    display: flex;
    margin-bottom: 50px;
}

.bulletiens .tabs .btn {
    border-radius: 0;
    height: 42px;
    cursor: pointer;
    width: 136px;
    background-color: #f1e7d1;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    color: inherit;
}

.bulletiens .tabs .btn:focus {
    outline: none;
    box-shadow: none;
}

.bulletiens .tabs .btn.active {
    font-weight: 600;
    background-color: #e2c586;
}

.bulletiens .files {
}

.bulletiens .files .col {
    width: 20%;
    flex-basis: auto;
    margin-bottom: 30px;
}

.bulletiens .files a {
    color: #000;
    text-decoration: none;
    display: block;
}

.bulletiens .files img {
    width: 100%;
    display: block;
    margin: 0 auto 4px auto;
    max-height: 240px;
    max-width: 150px;
}

.bulletiens .page-item .page-link {
    color: #343434;
}

.bulletiens .page-item.active .page-link {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

/* Endorsements */
.endorsements {
    background-color: #f6f3ea;
    padding: 70px 0;
    position: relative;
}

.endorsements .endorsement {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    text-decoration: none;
    padding: 20px 0;
    outline: none;
}

.endorsement-image {
    height: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.endorsements .endorsement-name {
    background-color: #f6f3ea;
    color: black;
    line-height: 18px;
    text-align: center;
    height: 48px;
    margin-bottom: 10px;
}

/* Cemeteries */
.cemeteries {
    background-color: #f6f3ea;
    padding: 70px 0;
    position: relative;
}

.cemeteries .input-group {
    width: 100%;
}

.cemeteries .input-group-addon {
    background-image: url('/static/images/search-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    border-radius: 0;
    background-color: transparent;
    border-color: #4f4334;
    cursor: pointer;
}

.cemeteries input.form-control {
    border-right: none;
}

.cemeteries .form-control {
    background-color: transparent;
    border-radius: 0;
    height: 48px !important;
    border: 1px solid #4f4334;
    font-size: 16px;
    outline: none;
}

.cemeteries .form-control:focus {
    outline: none;
    box-shadow: none;
}

.cemeteries .listing {
    margin-top: 30px;
}

.cemeteries .listing a {
    text-decoration: none;
}

.cemeteries .image {
    height: 295px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cemeteries .image.no-image {
    background-size: contain;
    background-size: 60%;
    background-color: #595959;
}

.cemeteries .english-name {
    font-size: 26px;
    color: #4f4334;
    font-family: 'Vollkorn SC';
    line-height: 20px;
    margin-top: 20px;
}

.cemeteries .yiddish-name {
    color: #c69a2c;
    margin-bottom: 30px;
}

.cemeteries .page-item .page-link {
    color: #343434;
}

.cemeteries .page-item.active .page-link {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

/* cemetery detail */
.cemetery-detail {
    background-color: #f6f3ea;
    padding: 70px 0;
    position: relative;
}

.cemetery-detail .tabs {
    margin-bottom: 50px;
}

.cemetery-detail .tabs .tab {
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    opacity: 0.3;
    cursor: pointer;
}

.cemetery-detail .tabs .tab.active {
    opacity: 1;
}

.cemetery-detail .tabs .tab img {
    width: 40px;
    display: block;
    margin: 0 auto 6px auto;
}

.cemetery-detail .tabs-content {
    display: none;
    color: #4f4334;
}

.cemetery-detail .tabs-content.active {
    display: block;
}

.cemetery-detail .tabs-content h3 {
    font-size: 30px;
    color: #4f4334;
    font-family: 'Vollkorn SC';
}

.cemetery-detail .tabs-content h4 {
    color: #4f4334;
    font-family: 'Vollkorn SC';
}

.cemetery-detail .tabs-content img {
    width: 100%;
    margin-top: .5rem;
}

.cemetery-detail .cemetery-list {
    color: #c59828;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.cemetery-detail .cemetery-list .gold-gate {
    background-color: #c59828;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.cemetery-detail .cemetery-list .gold-gate img {
    max-width: 75%;
}

.cemetery-detail .cemetery-table {
    padding-left: 30px;
}

.cemetery-detail .cemetery-table .row {
    height: 60px;
    border-top: 1px solid #a29b8f;
    line-height: 18px;
}

.cemetery-detail .cemetery-table .fa {
    font-size: 40px;
    -webkit-text-stroke: 5px #f6f3ea;
}

.cemetery-detail .cemetery-table .row:last-of-type {
    border-bottom: 1px solid #a29b8f;
}

.cemetery-detail .gallary {
    background-color: #fff;
    padding: 70px 0;
    margin-top: 70px;
}

.cemetery-detail .gallary-box {
    height: 290px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
}

.cemetery-detail .gallary-box:hover {
    text-decoration: none;
}

.cemetery-detail .gallary-box .gallary-box-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    transition: all 800ms;
}

.cemetery-detail .gallary-box:hover .gallary-box-image {
    transform: scale(1.1);
}

.cemetery-detail .gallary-box span {
    position: relative;
    z-index: 999;
}

.cemetery-detail .gallary-box svg {
    position: relative;
    fill: #fff;
    width: 24px;
    height: 26px;
    z-index: 999;
}

.cemetery-detail .gallary-box:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.cemetery-detail .special_initiative{
    color: #c0a56c;
    border: 1px solid #c0a56c;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Vollkorn SC';
    margin-top: 30px;
    width: 350px;
    max-width: 100%;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 9px;
}
.cemetery-detail .special_initiative svg{
    width: 40px;
    height: 30px;
    margin-right: 10px;
}
.cemetery-detail .special_initiative:hover{
    color: #fff;
    background-color: #c0a56c;
}
/* donate-bar */
.donate-bar {
    background-color: #f6f3ea;
    /* padding-top: 30px; */
    background: #fff;
    border-top: 1px solid #c5c2bb;
}

.donate-bar .container {
    /* border-top: 1px solid #c5c2bb; */
    padding: 25px 0;
}

.donate-bar h1 {
    font-family: 'Vollkorn SC';
    font-size: 28px;
    margin: 0 20px;
    color: #4f4334;
}

.donate-bar .btn {
    border-radius: 0;
    width: 170px;
    height: 50px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #4f4334;
    border: 2px solid #4f4334;
    font-size: 1.2rem;
    letter-spacing: 0.6px;
}

/* Footer */
footer {
    background-color: #343434;
    padding: 60px 0 0 0;
    color: #fff;
    font-size: 14px;
}

footer img {
    width: 100%;
    max-width: 150px;
    opacity: 0.6;
}

footer p {
    margin: 0;
    line-height: 30px;
}

footer a, footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 6px;
    border-top: 1px solid #ffffff61;
}

.footer-bottom img {
    opacity: 1;
    max-width: 80px;
}

.weblew {
    background: #232323;
}

/* contact-modal */
.contact-modal {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    position: fixed;
    width: 800px;
    top: 55%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    transition: all 400ms;
    z-index: 99999;
}

.contact-modal.in {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.contact-modal-overlay {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all 400ms;
}

.contact-modal-overlay.in {
    opacity: 1;
    visibility: visible;
}

.contact-modal-inner {
    padding: 60px 0;
}

.contact-modal-inner .section-title:after {
    margin-bottom: 20px;
}

.contact-modal-inner p {
    margin-bottom: 40px;
    font-size: 18px;
}

.contact-modal-inner input, .contact-modal-inner textarea {
    border-radius: 0;
    border-color: #000;
    margin: 24px 0 16px 0;
    height: 50px;
}

.contact-modal-inner textarea {
    height: 250px;
}

.contact-modal-inner .btn {
    background-color: #c69a2c;
    border: none;
    color: #fff;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
}

.contact-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    -webkit-text-stroke: 7px #fff;
    cursor: pointer;
}

.contact-modal .team-members {
    border-right: 1px solid #968f8f;
}

.team-members .team-member {
    font-size: 14px;
    margin-bottom: 10px;
}

.team-members .team-member .team-member-name {
    font-weight: 600;
}

.team-members .team-member .team-member-position {
    font-style: italic;
}

@media (max-width: 1024px) {
    .slider .slide {
        height: 60vh;
    }
}

.grecaptcha-badge{
    opacity: 0;
}