p.info {
    border: 1px solid green;
    background: #fff;
    padding: 10px;
    color: green !important;
}

p.slip_info {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    line-height: 25px;
    margin-top: 20px;
}

._system_loading {
    display: none !important;
}

div.error {
    color: red !important;
}

.share-icons-wrapper {
    width: 100%;
    position: absolute;
    bottom: 55px;
    padding: 0 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.share-icons-holder {
    z-index: 1000;
}

.candles-holder {
    width: 100%;
    position: absolute;
    bottom: 5px;
    padding: 0 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.bottom-15 {
    bottom: 0px !important;
}

.font-s-1-2 {
    font-size: 1.2rem !important;
}

.share-icons-wrapper div:first-of-type {
    height: 20px;
    display: flex;
    justify-content: center;
    order: 0;
    margin-top: 0;
}

.share-icons-wrapper .share-item {
    margin-right: 0.5rem;
}

.share-icons-wrapper .share-item:last-of-type {
    margin-right: 0;
}

.share-icons-wrapper div:last-of-type {
    font-size: 1.2rem;
    white-space: nowrap;
}

button.secondary {
    color: #191919;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    background-color: #fff;
    cursor: pointer;
    padding: 1.5rem 2.5rem;
    border: 2px solid #191919;
    border-radius: 3px;
}

button.primary {
    border: 2px solid transparent;
}

p.social-status {
    font-size: 1.2rem;
    font-weight: bold;
}

.obituary .grid .single-obituary.ratio1-4 .social-status {
    font-size: 0.9rem;
    font-weight: bold;
}

.obituary .grid .single-obituary.ratio1-4 .person-name{
    line-height: 1.5rem;
}

.obituary .grid .single-obituary.ratio1-4 .grieving{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.obituary .grid .single-obituary.ratio1-2 .grieving{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.obituary .grid .single-obituary.ratio1-1 .person-image img.page-img {
    width: 6.3rem !important;
    /* width: 10.3rem !important; */
}

.announce-the-obituary .person-details .formating-and-paying h2 {
    display: inline-block !important;
}

.announce-the-obituary .person-details .formating-and-paying h2:before {
    left: -2.5rem !important;
}

.person-details .formating-and-paying h2:after {
    right: -2.5rem !important;
}

.person-details .place {
    width: 100%;
}

.announce-the-obituary .person-details .personal-info .form-holder {
    padding-inline: 3.5rem;
}

.print-info-message p{
    color: #BF252B;
    font-weight: 500;
    font-size: 1.4rem;
}

@media(min-width:576px) {
    .share-icons-wrapper {
        bottom: 15px;
    }

    .candles-holder {
        bottom: 5px;
    }

    .obituary .grid .single-obituary.ratio1-1 .person-image img {
        width: 10.3rem !important;
    }

    .announce-the-obituary .person-details .formating-and-paying h2:before {
        left: -6.3rem !important;
    }
    
    .person-details .formating-and-paying h2:after {
        right: -6.3rem !important;
    }
}

@media(min-width:992px) {
    .share-icons-wrapper {
        padding: 0 2rem;
    }

    .share-icons-wrapper div:first-of-type {
        height: 30px;
    }

    .share-icons-wrapper .share-item img {
        height: 30px;
        width: 30px;
    }

    .share-icons-wrapper div:last-of-type {
        font-size: 1.8rem;
    }

    p.social-status {
        font-size: 1.8rem;
        font-weight: bold;
    }

    .obituary .grid .single-obituary.ratio1-4 .person-image img {
        width: 7.5rem;
        /* width: 9.8rem; */
    }

    .obituary .grid .single-obituary.ratio1-4 .social-status {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .obituary .grid .single-obituary.ratio1-4 .grieving{
        -webkit-line-clamp: 2;
    }
    
    .obituary .grid .single-obituary.ratio1-2 .cross img {
        width: 3.5rem;
    }

    .obituary .grid .single-obituary.ratio1-1 .cross{
        margin-bottom: 0.2rem;
    }

    .obituary .grid .single-obituary.ratio1-1 .cross img {
        width: 3.5rem;
    }
    
    .obituary .grid .single-obituary.ratio1-1 .person-image img {
        width: 18.3rem !important;
    }

    .obituary .grid .single-obituary.ratio1-1 .person-image img.page-img {
        width: 18.3rem !important;
    }

    .obituary .grid .single-obituary.ratio1-1 .post-text-inner{
        height: 70rem !important;
    }

    .obituary .grid .single-obituary.ratio1-1 .funeral-info {
        font-size: 1.8rem;
        padding-bottom: 2rem;
        margin-bottom: 1.5rem;
    }

    .announce-the-obituary .person-details .formating-and-paying h2:before {
        left: -6.3rem !important;
    }
    
    .person-details .formating-and-paying h2:after {
        right: -6.3rem !important;
    }

}
