.wp-block-memorials {
    
}

.wp-block-memorials .entry-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;    
}

@media screen and ( min-width: 720px ) {

    .wp-block-memorials .entry-image {
        width: 30%;
        margin-right: 3%;
    }

    .wp-block-memorials .entry-header {
        width: 67%;
    }

}


/* Stripe Block */

.wp-block-memorials-stripe {

}

.wp-block-memorials-stripe .memorial-type {
    display: none;
}

.wp-block-memorials-stripe .memorial-type.active {
    display: block;
}

.wp-block-memorials-stripe .block-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
}

.wp-block-memorials-stripe .block-header,
.wp-block-memorials-stripe .block-body,
.wp-block-memorials-stripe .block-footer {
    width: 100%;
    padding: 30px;
}

.wp-block-memorials-stripe .entry-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     align-items: center;
}

.wp-block-memorials-stripe .block-header {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.wp-block-memorials-stripe .block-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('/wp-content/plugins/noom-memorials/images/flag-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 0;
}

.wp-block-memorials-stripe .block-title {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.wp-block-memorials-stripe .block-title .tribute-to {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(0,0,0,0.5);
}

.wp-block-memorials-stripe .block-title .fallen-officers {
    display: block;
    font-size: 36px;
}

.wp-block-memorials-stripe .entry-image {
    width: 100%;
    text-align: center;
}

.wp-block-memorials-stripe .entry-image img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
}

.wp-block-memorials-stripe .segment-nav {
    list-style: none;
    padding-left: 0 !important;
}

.wp-block-memorials-stripe .segment-nav-item {
    list-style: none;
}

.wp-block-memorials-stripe .segment-nav-item:before {
    content: none !important;
}

.wp-block-memorials-stripe .segment-nav-item-link { 
    display: block;
    padding: 10px;
}

.wp-block-memorials-stripe .block-footer {
    padding: 0;
}

.wp-block-memorials-stripe .entry-meta span {
    display: block;
}


.wp-block-memorials-stripe .entry-name {
    display: block;
}

.wp-block-memorials-stripe .entry-rank {
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.wp-block-memorials-stripe .entry-department {
    font-size: 14px;
}

.wp-block-memorials-stripe .entry-body p {
    font-size: 14px;
}

.wp-block-memorials-stripe .slick-prev,
.wp-block-memorials-stripe .slick-next {
    width: 25px;
    height: 25px;
    top: auto !important;
    left: auto !important;
    bottom: -20px;
    right: -20px;
    z-index: 10;
}

.wp-block-memorials-stripe .slick-prev {
    right: 8px;
}


@media screen and ( min-width: 720px ) {

    .wp-block-memorials-stripe .entry-image {
        width: 35%;
        margin-right: 5%;
    }

    .wp-block-memorials-stripe .entry-content {
        width: 60%;
    }

    .wp-block-memorials-stripe .block-header,
    .wp-block-memorials-stripe .block-footer {
        width: 30%;
    }

    .wp-block-memorials-stripe .block-body {
        width: 40%;
    }

}

/* move to Theme CSS */

/*.wp-block-memorials-stripe .block-header,
.wp-block-memorials-stripe .block-footer {
    background: lightgray;
}

.wp-block-memorials-stripe .block-body {
    background: gray;
}

.wp-block-memorials-stripe .entry-rank {
    background: lightgray;
}

.wp-block-memorials-stripe .segment-nav .current-nav-item a {
    background: gray;
}*/
