@import url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@400;500;700&display=swap');

@media (min-width: 1200px) {
    .container {
        width: 1024px;
        padding-left: 0;
        padding-right: 0;
    }
}


body {
    font-family: 'Mukta Malar', sans-serif;
    background-color: #f1f1f1;

}

.top-nav {
    margin-top: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
}

/* sidebar */
.header.cover-obituary {
    background-image: url(/assets/images/obituary-cover.png);
    width: 100%;
    height: 72px;
    background-size: 321px 72px;
    background-repeat: no-repeat;
    box-shadow: none;
    border-top: none;
    line-height: normal;
    margin-bottom: 6px;
}
.list>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.header.cover-obituary > h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px;
    font-family: Source Sans Pro,Mukta Malar,Catamaran;
    line-height: 23px;
}

.list-multiple-item>.header {
    padding: 5px 10px;
}
.list-single-item>.list {
    padding: 10px 0 0;
    float: left;
}


.list.obituaries {
    width: 100%;
}
.list.obituaries>ul>li {
    border-bottom: none;
    padding: 0px;
    margin-bottom: 6px;
    background-image: linear-gradient(to right, #373844, #232429);
    cursor: default;
}

.list>ul>li,
.list-single-item>.list>ul>li {
    list-style: none;
    position: relative;
    line-height: normal;
    float: left;
    width: 100%;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.list>ul>li .info {
    width: 100%;
    position: relative;
}

.list>ul>li .info {
    float: left;
    display: inline-block;
    width: 100%;
}

.list.obituaries>ul>li>.info img {
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    border: none;
}

.list>ul>li .info img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.list.obituaries>ul>li .info div {
    padding: 10px 0px 0px 10px;
    float: left;
    width: 190px;
}

.list.obituaries>ul>li>.info .label-main {
    margin-top: 0px;
    font-size: 14px;
    display: block;
    /* color: #fff; */
    color: #ffde3b;
}

.list.obituaries>ul>li>.info .label-secondary {
    color: #ececec;
}

.list>ul>li>.info .label-secondary {
    font-size: 12px;
}


.list>ul>li .info .label-secondary {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #8f8e8e;
    padding-top: 2px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
}

.list.obituaries>ul>li>.info .label-secondary {
    color: #ececec;
}

.list>ul>li>.info .label-secondary {
    font-size: 12px;
}

.list>ul>li .info .label-secondary {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #8f8e8e;
    padding-top: 2px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
}

.list.obituaries>ul>li .info div {
    padding: 10px 0px 0px 10px;
    display: inline-block;
    float: left;
    width: 190px;
}

.stats-footer .counts {
    border: 0;
    float: left;
    padding: 0px;
    display: inline-block;
    font-size: 13px;
    color: #FFEB3B;
}

.stats-footer .counts i {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 2px;
    background-image: url(/assets/images/tribute.png);
    background-size: 25px;
    margin-top: -8px;
}

i.sprite {
    display: inline-block;
}

.stats-footer {
    margin: 10px 0px 0px;
    padding: 10px !important;
    border-top: 1px solid rgba(132, 135, 140, 0.6);
    width: 100% !important;
}

.row {
    border-radius: 0px 0px 2px 2px;
    background-color: #fff;
    border: solid 0 #d2d2d2;
    padding: 20px 0px 20px 0px;
}

/* end side bar */


/* main content */


.feeds {
    float: left;
    width: 100%;
}


.feed-card {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06), 0 2px 3px 0 rgba(0, 0, 0, .06);
    border: solid 0 #d2d2d2;
    width: 100%;
    margin-bottom: 11px;
    clear: both;
    float: left;
}

.feed-card>.feed-header {
    border-bottom: solid .5px #e0e0e0;
    height: 36px;
    line-height: 32px;
    padding: 0 20px 0 20px;
    width: 100%;
    float: left;
    position: relative;
}

.feed-card>.feed-header>.head {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
    float: left;
    width: 70%;
    display: inline-block;
}

.feed-card>.feed-header>.head>span:first-child {
    float: left;
    padding-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.feed-card>.feed-header>.actions {
    display: inline-block;
    width: 30%;
    float: right;
    text-align: right;
}

.feed-card .actions>.minago {
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    color: #8f8e8e;
}

.feed-card.premium>.card-body {
    padding: 15px 00px 0;
}

.feed-card>.card-body {
    padding: 10px 20px 10px;
    float: left;
    width: 100%;
    position: relative;
}

.feed-card.premium>.card-body>.avatar {
    width: 100%;
    text-align: center;
    /* margin-top: -35px; */
}

.feed-card>.card-body>div {
    float: left;
    display: inline-block;
}

.feed-card.premium>.card-body>.avatar>span {
    display: inline-table;
    height: 112px;
    line-height: 112px;
    vertical-align: middle;
    margin-top: -103px;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 900;
    color: #8f8e8e;
}

.feed-card.premium>.card-body>.avatar>div {
    width: 118px;
    height: 118px;
    background: linear-gradient(to bottom, #565656, #ff648d);
    /* background: linear-gradient(to bottom,#ea5692,#f9cddc); */
    /* background: linear-gradient(to bottom,#fff3be,#ff648d); */
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.feed-card.premium>.card-body>.avatar>div img.photo {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 0;
}

.feed-card.new>.feed-header {
    background-color: #edeff3;
    border-bottom: solid .5px rgb(50 61 84);
}

.feed-card>.card-body>.avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 4px solid #6b6c6d;
    background-image: url(/assets/images/avatar-empty.png);
    background-size: 50%;
    background-color: rgba(241, 241, 241, .3);
    background-repeat: no-repeat;
    background-position: center;
}

.feed-card.premium>.card-body>.avatar img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    background-image: url(/assets/images/avatar-empty.png);
    background-size: 70%;
    background-color: rgba(241, 241, 241, .3);
    background-repeat: no-repeat;
    background-position: center;
}

.feed-card.premium>.card-body>.avatar>div .floral {
    position: absolute;
    left: 8px;
    bottom: -21px;
    width: 110px;
    height: 45px;
    background-image: url(/assets/images/flower1.png);
    background-repeat: no-repeat;
    background-size: 107px;
}

.feed-card.premium>.card-body>.avatar>span.yearto {
    padding-left: 7px;
}

.feed-card.premium>.card-body>.avatar>span {
    display: inline-table;
    height: 112px;
    line-height: 112px;
    vertical-align: middle;
    margin-top: -103px;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 900;
    color: #8f8e8e;
}

.feed-card.premium>.card-body>.info {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 15px;
}

.feed-card.premium>.card-body>.info>.head.side {
    font-size: 16px;
}



.feed-card.remembrance>.feed-header {
    background-color: #fff4f3;
    border-bottom: solid .5px rgba(255,68,55,.39);
}

.feed-card>.card-body>.info {
    padding-left: 20px;
    width: calc(100% - 100px);
}

.feed-card>.card-body>.info>.head {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 23px;
}


.feed-card.premium>.card-body>.info>.subhead {
    text-align: center;
}

.feed-card>.card-body>.info>.subhead {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #8f8e8e;
    padding-top: 0;
}

.feed-card>.card-body>.info>span {
    display: block;
}

.feed-card>.card-footer {
    border-top: solid .5px #e0e0e0;
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.feed-card>.card-footer>a.first.orange {
    color: #ff4437;
}

.feed-card>.card-footer>a.first.count {
    color: #2f3d56;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.feed-card>.card-footer>a.first {
    border: 0;
    float: left;
    padding: 6px 15px 6px 0;
    width: calc(100% - 143px);
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    color: #ff4437;
}

.feed-card>.card-footer>a.first>i {
    width: 23px;
    height: 30px;
    vertical-align: middle;
    margin-right: 6px;
    background-size: 27px;
    margin-top: -6px;
    background-image: url(/assets/images/tribute.png);
}

.feed-card>.card-footer>.buttons {
    float: right;
    margin-top: 6px;
}

.header-title {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06);
    width: 100%;
    padding: 5px 10px;
    height: 44px;
    line-height: 44px;
}


.header-title h2 {
    font-size: 16px;
    text-align: center;
    color: #1d1d1d;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 8px;
    margin: 0;
    line-height: normal;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
}



/* single memorial */
.memorial-content {
    float: left;
    width: 100%;
    background-color: #f1f1f1;
    /* margin-top: 20px; */
    position: relative;
}

.tributes-head {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #1d1d1d;
    padding: 14px 26px;
    border-bottom: solid .5px #e0e0e0;
    line-height: 30px;
    width: 100%;
    float: left;
    background: #fff;
}

.tribute-banner-card.dark {
    background: #000;
}

.tribute-banner-card {
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
    padding: 40px 120px;
    text-align: center;
    position: relative;
    background: #fff;
}

.border-abs3-tl {
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 136px;
    background: url(/assets/images/border-abs3-tl.png) no-repeat;
    background-size: 120px 136px;
}

.border-abs3-tr {
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 120px;
    height: 136px;
    background: url(/assets/images/border-abs3-tr.png) no-repeat;
    background-size: 120px 136px;
}

.border-abs3-bl {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 120px;
    height: 136px;
    background: url(/assets/images/border-abs3-bl.png) no-repeat;
    background-size: 120px 136px;
}

.border-abs3-br {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 136px;
    background: url(/assets/images/border-abs3-br.png) no-repeat;
    background-size: 120px 136px;
}

.tribute-banner-card .border1-top {
    position: absolute;
    top: 20px;
    left: 130px;
    right: 130px;
    border: 1px solid #000;
}

.tribute-banner-card.dark .border1-top {
    top: 22px;
    left: 130px;
    right: 130px;
    border: 0.12rem solid #ffff66;
}

.tribute-banner-card.dark .border1-right {
    top: 148px;
    left: auto;
    right: 20px;
    bottom: 148px;
    border: 0.12rem solid #ffff66;
}

.tribute-banner-card .border1-right {
    position: absolute;
    top: 130px;
    left: auto;
    right: 20px;
    bottom: 130px;
    border: 1px solid #000;
}

.tribute-banner-card.dark .border1-bottom {
    bottom: 21px;
    left: 130px;
    right: 130px;
    border: 0.12rem solid #ffff66;
}

.tribute-banner-card .border1-bottom {
    position: absolute;
    bottom: 20px;
    left: 130px;
    right: 130px;
    border: 1px solid #000;
}

.tribute-banner-card.dark .border1-left {
    top: 148px;
    right: auto;
    left: 21px;
    bottom: 148px;
    border: 0.12rem solid #ffff66;
}

.tribute-banner-card .border1-left {
    position: absolute;
    top: 130px;
    right: auto;
    left: 20px;
    bottom: 130px;
    border: 1px solid #000;
}


.anjali-header {
    margin: 0px auto 30px;
}

.tribute-banner-card.dark .anjali-title {
    color: #fff;
}

.anjali-title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    color: #000;
}

.thumb-container {
    margin: 20px 0px 50px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.tribute-dates.birthdate {
    left: 66px;
}

.tribute-dates {
    margin: 0px auto;
    text-align: center;
    position: absolute;
    width: 150px;
    top: 20px;
}

.tribute-banner-card.dark .tribute-dates .head {
    color: #fff;
}

.tribute-dates .head {
    /* margin: 0px auto 5px; */
    padding: 0px;
    display: block;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.tribute-banner-card.dark .tribute-dates span {
    color: #fff;
    font-size: 20px;
}

.tribute-dates.verticle span {
    line-height: 42px;
}

.tribute-dates span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.tribute-dates.deathdate {
    right: 66px;
}

.tribute-dates {
    margin: 0px auto;
    text-align: center;
    position: absolute;
    width: 150px;
    top: 20px;
}

.tribute-frame {
    position: relative;
}

/* .frame1 {
    width: 185px;
    height: 250px;
    display: block;
    background: url(/assets/images/frame/frame1.png) no-repeat;
    background-size: 185px 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.frame1 {
    width: 250px;
    height: 263px;
    display: block;
    background: url(/assets/images/frame/frame1.png) no-repeat;
    background-size: 248px 268px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.tribute-banner-card.dark .tribute-photo {
    color: #fff;
}

/* .tribute-photo {
    margin: 0px auto;
    display: block;
    height: 190px;
    width: 130px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
} */

.tribute-photo {
    margin: 0px auto;
    display: block;
    height: 192px;
    width: 170px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.tribute-photo img {
    margin: 0px auto;
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tribute-banner-card img {
    vertical-align: middle;
}

.person-details {
    margin-bottom: 30px;
}

.tribute-banner-card.dark .person-name {
    font-size: 40px;
    line-height: 50px;
    color: #ffff66;
}

.tribute-banner-card .person-name {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
}

.person-name {
    margin: 0px auto 4px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
}

.tribute-banner-card.dark .person-title {
    color: #fff;
}

.person-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.person-age {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}


@media (max-width: 1023px) {
    .memorial-content {
        margin-top: -10px;
    }
}

@media (max-width: 767px) {

    .tribute-banner-card,
    .tribute-banner-card3 {
        padding: 30px 22px;
    }
}

@media (max-width: 767px) {

    .border-abs3-tl,
    .border-abs3-tr,
    .border-abs3-bl,
    .border-abs3-br {
        width: 40px;
        height: 45px;
        background-size: 40px 45px;
    }

    .anjali-title {
        font-size: 30px;
        line-height: 40px;
    }

    .tribute-banner-card.dark .border1-top {
        top: 14px;
        left: 50px;
        right: 50px;
        border: 0.06rem solid #ffff66;
    }

    .tribute-banner-card.dark .border1-right {
        top: 56px;
        left: auto;
        right: 13px;
        bottom: 56px;
        border: 0.05rem solid #ffff66;
    }

    .tribute-banner-card.dark .border1-bottom {
        bottom: 14px;
        left: 50px;
        right: 50px;
        border: 0.04rem solid #ffff66;
    }

    .tribute-banner-card.dark .border1-left {
        top: 56px;
        right: auto;
        left: 13px;
        bottom: 56px;
        border: 0.05rem solid #ffff66;
    }

    .tribute-banner-card.dark .person-name {
        font-size: 20px;
        line-height: 1.31;
    }

    .person-title {
        font-size: 15px;
        line-height: 20px;
    }

    .person-age {
        font-size: 14px;
    }

    .tribute-dates {
        display: none;
    }
}

.profile-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #1d1d1d;
    padding: 14px 26px;
    border-bottom: solid .5px #e0e0e0;
    line-height: 30px;
    width: 100%;
    float: left;
    background: #fff;
    /* margin-top: 12px; */
}




.anjali-header>.profile-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 0px 26px 20px;
    border-bottom: solid .5px #000;
    line-height: 30px;
    width: 100%;
    float: left;
    background: #000;
    /* margin-top: 12px; */
}



/* sigle footer */
.show-mobile {
    display: none !important;
}


@media (max-width: 1023px) {
    .info-list.show-mobile {
        margin: 0px 0px;
        display: block !important;
        float: none;
        width: auto;
        text-align: left;
    }

    .tribute-dates {
        display: none;
    }

    .info-list>ul>li {
        background: #fff;
    }

}

.info-list>ul {
    float: left;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.info-list>ul>li {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 19px;
    position: relative;
    border-bottom: solid 1px #ebebeb;
    text-align: left;
}

.info-list>ul>li .icon {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.info-list>ul>li .icon>i.calender {
    background-position: -217px -376px;
    background-size: 900px;
}

.info-list>ul>li.no-sub .icon>i {
    margin-top: 5px;
}

.info-list>ul>li .icon>i {
    width: 19px;
    height: 15px;
    margin-right: 8px;
    margin-top: 3px;
    vertical-align: top;
    /* background-image: url(https://assets.zoftcdn.com/assets/ripbook/desktop04/assets/images/icons/sprite.png?v=3.6); */
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: -273px -363px;
}

/* i.sprite {
    display: inline-block;
} */

.info-list>ul>li .detail {
    display: inline-block;
    width: calc(100% - 50px);
    text-align: left;
}

@media (max-width: 1023px) {

    .info-list>ul>li .detail>a,
    .info-list>ul>li .detail>span {
        color: #323d54 !important;
    }
}

.info-list>ul>li .detail>a,
.info-list>ul>li .detail>span {
    /* display: block; */
    line-height: normal;
    padding-bottom: 3px;
}

.info-list>ul>li .detail .datefrom {
    color: #323d54;
}

.info-list>ul>li .detail .datefrom {
    margin-right: 5px;
}

.info-list>ul>li .detail .dateto {
    color: #323d54;
}

.info-list>ul>li .detail .dateto {
    margin-left: 5px;
}

span {
    word-break: break-word;
}

.info-list>ul>li .icon>i.location {
    background-position: -124px -330px;
}

.info-list>ul>li .detail {
    display: inline-block;
    width: calc(100% - 50px);
    text-align: left;
}

.info-list>ul>li .detail .light {
    font-size: 14px;
    text-align: left;
    color: #323d54;
    font-weight: 600;
}

@media (max-width: 1023px) {

    .info-list>ul>li .detail>a,
    .info-list>ul>li .detail>span {
        color: #323d54 !important;
    }
}

@media (max-width: 1023px) {

    .info-list>ul>li .detail>a,
    .info-list>ul>li .detail>span {
        color: #323d54 !important;
    }
}

.info-list>ul>li .detail .dark {
    font-size: 14px;
    text-align: left;
    color: #323d54;
    display: inline-block;
}

@media (max-width: 1023px) {
    .share-buttons {
        background: #fff;
    }
}

.share-buttons {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
}

.share-buttons .round-button {
    float: left;
    width: 14.24%;
    text-align: center;
}

.share-buttons .round-button a.share-button {
    position: relative;
    border: none;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    padding: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}

.share-buttons .round-button a.share-button i {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 700px;
    margin: auto;
    display: block;
}

.share.fb-share {
    background: #3b5998;
}

.share.tw-share {
    background: #08a0e9;
}

.share.whatsapp-share {
    background: #25d366;
}

.share.viber-share {
    background: #675ca8;
}

.share.msg-share {
    background: #26be5f;
}

.share.in-share {
    background: #0077b5;
}

.share.fbm-share {
    background: #0084ff;
}


.share-button.fbm-share>i {
    background-position: -606px -427px;
}

.share-button.in-share>i {
    background-position: -666px -429px;
}

.share-button.msg-share>i {
    background-position: -503px -427px;
}

.share-button.viber-share>i {
    background-position: -531px -427px;
}

.share-button.whatsapp-share>i {
    background-position: -636px -428px;
}

.share-button.tw-share>i {
    background-position: -558px -427px;
}

.share-button.fb-share>i {
    background-position: -581px -427px;
}

.share:hover{
    color: #fff!important;
}

/* single content */
.memorial-content>.content-left {
    float: left;
    display: inline-block;
    width: 665px;
}

.memorial-content>.content-right {
    float: right;
    display: inline-block;
    width: 375px;
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .memorial-content>.content-left {
        float: left;
        display: inline-block;
        width: 580px;
    }

    .container {
        width: 1010px;
    }
}

.memorial-content>.content-left>div {
    float: left;
}

.post-tribute {
    min-height: 82px;
    padding: 0;
}

.box-card {
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    border: 0;
    margin-bottom: 13px;
    float: left;
}

.notice-content {
    padding: 33px 44px;
}


.rich-editor-content {
    display: inline-block;
    width: 100%;
    font-size: 15px;
}

.rich-editor-content iframe{
    max-width: 100%;
    margin: 3px;

}

.rich-editor-content p {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
    word-break: break-word;
}

/* single right */

.memorial-content>.content-right>div {
    float: left;
}

.box-card>.box-header {
    padding: 14px 20px;
    border-bottom: solid 1px #ebebeb;
    position: relative;
}

.box-card>.box-header>h4 {
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #323d54;
    margin: 0;
    line-height: normal;
}

.box-card>.box-body {
    float: left;
    width: 100%;
}

.box-card>.box-body>ul {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 100%;
}

.list-summary {
    width: 100%;
    padding-top: 6px;
}

.list-summary>li {
    display: block;
    padding: 2px 20px 0;
    width: 100%;
    border-bottom: 0 !important;
}

.list-summary>li>.icon {
    float: left;
    width: 20px;
    margin-right: 5px;
    font-size: 13px;
}

.list-summary>li>.fa {
    color: #8f8e8e;
    margin-top: 3px;
}

.list-summary>li>span {
    display: block;
    line-height: normal;
}

.list-summary>li>div {
    float: left;
    width: calc(100% - 40px);
}

.list-summary>li .name {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    padding-bottom: 7px;
    float: left;
    width: calc(100% - 50px);
    line-height: 20px;
}

.list-summary>li .sub {
    font-size: 13px;
    text-align: left;
    color: #8f8e8e;
    /* padding-bottom: 7px; */
    float: left;
    width: calc(100% - 50px);
}

/* related */
.box-card>.box-body>ul {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 100%;
}

.list-related {
    width: 100%;
}

.box-card>.box-body>ul>li {
    float: left;
    border-bottom: solid 1px #ebebeb;
}

.list-related>li {
    display: block;
    padding: 10px 20px;
    width: 100%;
}

.list-related>li>img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    float: left;
    margin-right: 18px;
}

.list-related>li>div {
    float: left;
    display: inline-block;
    width: calc(100% - 100px);
}

.list-related>li .name {
    /* font-size: 16px; */
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
}

.list-related>li span {
    display: block;
    line-height: normal;
}

.list-related>li .place {
    font-size: 13px;
    text-align: left;
    color: #8f8e8e;
    padding-top: 4px;
    padding-bottom: 7px;
}

.list-related>li span {
    display: block;
    line-height: normal;
}

.list-related>li span {
    display: block;
    line-height: normal;
}

.lnk-primary {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #ff4437;
    cursor: pointer;
}

/* @media (max-width: 1023px) {
    .memorial-content {
        margin-top: 9px;
    }
} */

@media (max-width: 500px) {
    .memorial-content>.content-left>div {
        padding-bottom: 15px;
    }
}

@media (max-width: 750px) {
    .box-card {
        border-left: 0;
        border-radius: 0;
        border-left: 0;
    }
}

@media (max-width: 426px) {
    .notice-content {
        padding: 12px;
    }
}

@media (max-width: 1023px) {
    .hide-mobile {
        display: none;
    }

    .head-search {
        display: block;
        width: 100%;
    }

    /* .single-memorial {
        padding: 10px 0px !important;
    } */

}

@media (max-width: 1023px) {

    .memorial-content>.content-left,
    .memorial-content>.content-right {
        width: 100%;
    }
}

/* pricing */

.pricing6 {
    font-family: 'Mukta Malar', sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
    color: #3e4555;
}

.pricing6 .font-weight-medium {
    font-weight: 500;
}

.pricing6 .bg-light {
    background-color: #f4f8fa !important;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.pricing6 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
    top: -20px;
    font-size: 16px;
}

.pricing6 .price-box .display-5 {
    line-height: 58px;
    font-size: 3rem;
}

.pricing6 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing6 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #188ef4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
}

.pricing6 .font-14 {
    font-size: 14px;
}


/* tribute */
.tribute-card {
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 11px;
    clear: both;
    float: left;
}

.tribute-card a {
    text-decoration: none !important;
}

.tinycard-lamp {
    background: #150f0d;
    padding: 15px 20px 0px;
    display: flex;
    position: relative;
}

.lamp-content {
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

.lamp-content .head {
    font-size: 20px;
    padding-bottom: 8px;
    color: #d8b292;
    line-height: 100%;
}

.lamp-quotes {
    margin-bottom: 8px;
    overflow: hidden;
}

.lamp-quotes .icon-quote {
    margin-right: 15px;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/assets/images/tribute/double-qutes-white.png) no-repeat;
    background-size: 32px;
}

.lamp-quotes .quote {
    margin-right: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #eaeaea;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.lamp-footer {
    margin: 0px;
    display: flex;
}

.lamp-content {
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

.lamp-signatures {
    padding-left: 47px;
    margin-bottom: 15px;
    width: 100%;
}

.lamp-footer .signature2 {
    margin-bottom: 2px;
    font-size: 16px;
    color: #d4a881;
    line-height: 100%;
}

.lamp-footer .signature3 {
    font-size: 14px;
    font-weight: 500;
    color: #d8b292;
    line-height: 100%;
}

.lamp-footer .post-info {
    padding-top: 8px;
    font-size: 10px;
    font-weight: 500;
    color: #d4a881;
    line-height: 100%;
}

.lamp-footer .dot {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    vertical-align: middle;
    background: #d4a881;
}


.tinycard-lamp .tiny-lamp {
    max-width: 80px;
    width: 80px;
    position: relative;
    height: auto;
}

.tinycard-lamp .tiny-lamp img {
    width: 100%;
}

@media (max-width: 767px) {

    .candle-quotes .quote,
    .lamp-quotes .quote,
    .photo-quotes .quote {
        font-size: 12px;
        line-height: 20px;
        /* height: 42px; */
    }
}

.panel-title {
    display: inline;
    font-weight: bold;
}

.display-table {
    display: table;
}

.display-tr {
    display: table-row;
}

.display-td {
    display: table-cell;
    vertical-align: middle;
    width: 61%;
}



/* contact details */

.blocks {
    float: left;
    width: 100%;
}

.blocks>h4 {
    padding-top: 8px;
    padding-bottom: 2px;
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    margin: 0;
    line-height: 32px;
}

.blocks>h4>.fa {
    font-size: 12px;
}

.blocks>h4+.box-card {
    border: solid 1px #ebebeb;
}

.no-shadow {
    box-shadow: none;
}

.box-card {
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    border: 0;
    margin-bottom: 13px;
    float: left;
}

.contact>.box-card>.header:first-child {
    border-top: 0;
}

.contact>.box-card>.header {
    padding: 6px 10px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    background-color: rgba(241, 241, 241, .36);
    border-top: solid 1px #ebebeb;
    font-size: 14px;
}

.contact>.box-card>.header>div {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}

.contact>.box-card>.header span.head {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
}

.contact>.box-card>.header span {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    color: #1d1d1d;
    float: left;
}

.contact>.box-card>.header span.head>span:first-of-type {
    max-width: 100%;
}

.contact>.box-card>.header span.head>span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
}

.contact>.box-card>.body {
    padding: 4px 46px 0;
    float: left;
    width: 100%;
    background-color: #fff;
}

.contact>.box-card>.body>ul {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 100%;
    margin: 0;
}

.contact>.box-card>.body>ul>li {
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 4px;
}

.contact>.box-card>.body>ul>li>span.key {
    font-size: 15px;
    text-align: left;
    padding-right: 3px;
    color: #8f8e8e;
    width: 55px;
    display: inline-block;
}

.contact>.box-card>.body>ul>li>a.value,
.contact>.box-card>.body>ul>li>span.value,
.contact>.box-card>.body>ul>li>span.value>a {
    font-size: 15px;
    text-align: left;
    color: #323d54;
    padding-right: 6px;
}

.contact a {
    text-decoration: none !important;
}

.tribute-dates span .fa {
    font-size: 10px;
    display: block;
}

.contact .whatsapp {
    padding: 5px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    background-color: #2db843;
}

.contact .viber {
    padding: 5px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    background-color: #862fa8;
}

.share {
    position: relative;
    border: none;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    padding: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
}

.subhead .fa {
    font-size: 10px;
}

a {
    text-decoration: none !important;
}

.navbar-dark .navbar-toggler {
    border-color: #fff !important;
}

.close {
    float: right;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    background-color: #f00 !important;
    opacity: 0.5;
}

.single-memorial {
    padding: 0%;
}


/* post tribute */

.tribute-container {
    background: red;
    margin-top: 5px;
    padding: 12px;
    float: left;
    width: 100%;
    min-height: 80px;
}

.tribute-container>div {

    display: inline-block;
    position: relative;
    width: calc(100% - 125px);
}

.count {
    border-radius: 2px;
    background-color: rgb(103 20 20 / 30%);
    border: solid 1px rgba(151, 151, 151, .2);
    /* padding: 7px 10px; */
    padding: 0px 7px;
    /* display: inline-block; */
    vertical-align: middle;
    float: left;
}

.count>span.name {
    font-size: 14px;
    font-weight: 400;
    word-break: normal;
}

.tribute-container span {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    word-break: normal;
}

.count>span.mobileonly {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    word-break: normal;
    display: none;
}

.tribute-container span.label,
div+span.label {
    width: calc(100% - 67px);
    float: none;
    padding: 0 5px !important;
    display: inline-block;
    vertical-align: middle;
    min-height: initial;
    white-space: normal;
    line-height: 21px;
}

.tribute-container span.label {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    border-radius: .25em
}

.post-tribute-btn {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    float: right;
    margin-top: 9px;
}

@media (max-width: 500px) {
    .count {
        background: transparent;
    }

    .count>span.name {
        display: none;
    }

    .count>span {
        display: inline-block;
        font-size: 15px;
    }

    .count>span.mobileonly {
        padding-left: 2px;
        display: inline-block;
    }

    span.label {
        width: 100% !important;
        line-height: 21px;
        white-space: normal;
    }

    .tribute-container>div {
        width: 100% !important;
    }

    .tribute-container {
        text-align: center;
    }

    .tribute-container>div>.mb {
        position: absolute;
        left: 10px;
        bottom: -41px;
    }
}

/* event */

.blocks>h4 {
    padding-top: 8px;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    font-family: Source Sans Pro, Mukta Malar, Catamaran;
    margin: 0;
    line-height: 32px;
}

.blocks>h4>i.calender {
    background-image: var(--sprite);
    background-size: 700px;
    background-position: -371px -284px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.blocks>h4+.box-card {
    border: solid 1px #ebebeb;
}

.events .box-card>.header:first-child {
    border-top: 0;
}

.events .box-card>.header {
    padding: 13px 19px 12px 19px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    background: rgba(241, 241, 241, .31);
}

.events .box-card>.header>span {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
    float: left;
}

.events .box-card>.body {
    padding: 10px 19px 10px;
    float: left;
    width: 100%;
    background-color: #fff;
}

.events .box-card>.body>ul {
    list-style: none;
    padding-left: 0;
    float: left;
    margin-bottom: 0;
}


.events .box-card>.body>ul>li:last-of-type {
    margin-bottom: 0;
}

.events .box-card>.body>ul>li {
    width: 100%;
    float: left;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 2px;
    margin-bottom: 5px;
}

.events .box-card>.body>ul>li {
    width: 100%;
    float: left;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 2px;
    margin-bottom: 5px;
}

.events .box-card>.body>ul>li>a,
.events .box-card>.body>ul>li>div,
.events .box-card>.body>ul>li>div>a,
.events .box-card>.body>ul>li>span {
    display: inline-block;
    float: left;
    width: 100%;
    color: #1d1d1d;
    line-height: 20px;
}

.events .box-card>.body>ul>li>div>span {
    display: block;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    font-weight: 700;
    color: #ff4437;
}

.events .box-card>.body>ul>li>span>span.date {
    font-weight: 600;
    color: #1d1d1d;
    padding-right: 5px;
    padding-left: 0;
    background: 0 0;
    border-radius: 0;
    font-size: 15px;
}

.events .box-card>.header>a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #ff4437;
    float: right;
}

.events .box-card>.header>a>.direction-icon {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    margin-top: -2px;
    background-image: var(--sprite);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: -502px -250px;
    vertical-align: middle;
}

@media (max-width: 1023px)
{.blocks>h4 {
    padding-bottom: 6px;
}}


.navbar.footer {
    background-color: #323d54;
    width: 100%;
    margin-top: 50px;
    float: left;
    text-align: center;
    font-size: 15px;
}

.city-search {
    font-size: 20px;
}

.head-menu {
   line-height: normal;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.06);
    border: solid 0 #d2d2d2;
}

.head-menu .nav-item .nav-link {
    text-align: center;
    color: #323d54;
    font-size: 16px;
    height: 100%;
    display: inline-block;
}
.head-menu .nav-item .nav-link.active {
    font-weight: 700;
    color: #ff4437;
    border-bottom: solid 1px #ff4437;
}

.no-result.card-body {
    padding: 15px 20px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.no-result.card-body>.info>.head {

    font-size: 20px;
font-weight: 700;
text-align: left;
color: #1d1d1d;
font-weight: 700;
padding-bottom: 5px;
display: block;
width: 100%;
text-align: center;
}


.list-photos {
    padding: 18px!important;
}
.box-card>.box-body>ul>li {
    float: left;
    border-bottom: solid 1px #ebebeb;
}

@media (min-width: 1024px)
{.list-photos>li {
    width: 113px;
    height: 113px;
}}

.list-photos>li {
    padding: 2px;
    display: inline-block;
    border-bottom: 0!important;
    width: 33.3%;
    height: 115px;
    position: relative;
}

.list-photos>li img {
    width: 100%;
    height: 100%;
}

.box-card>.box-footer {
    padding: 10px;
    border-top: solid .5px #e0e0e0;
    float: left;
    width: 100%;
    text-align: center;
}

.box-card>.box-footer .button-outline-full {
    text-transform: none;
}

.button-outline-full {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ff4437;
    width: 100%;
    background: 0 0;
    text-transform: uppercase;
}


.emptyblock {
    padding: 40px 20px;
    text-align: center;
}
.emptyblock>span {
    font-size: 16px;
    color: #8f8e8e;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

@media (max-width: 1023px)
{.timeline-feed.no-bottom {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
}

.timeline-feed.no-bottom>.timeline-body {
    padding: 10px 10px 10px 10px;
}

.timeline-feed>.timeline-body {
    float: left;
    width: 100%;
}

.timeline-feed>.timeline-body>.content {
    font-size: 14px;
    text-align: left;
    color: #1d1d1d;
    margin-bottom: 0;
    float: left;
    line-height: normal;
}

.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 20%;
    height: 20vw;
    margin-right: 0;
    border-radius: 0;
}
.timeline-feed>.timeline-body>.photos>a {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.timeline-feed>.timeline-body>.photos.adjust-width>a>img {
    width: 95%;
    height: 95%;
    display: block;
    margin: auto;
    border-radius: 4px;
}
@media (max-width: 320px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a.more, .timeline-feed>.timeline-body>.photos.adjust-width>a:first-child {
    display: inline-block;
}}

@media (max-width: 375px) and (min-width: 320px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a.more, .timeline-feed>.timeline-body>.photos.adjust-width>a:first-child, .timeline-feed>.timeline-body>.photos.adjust-width>a:nth-child(2) {
    display: inline-block;
}}
@media (max-width: 320px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    display: none;
}}
@media (max-width: 375px) and (min-width: 320px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    display: none;
}}
@media (max-width: 374px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 56px;
    height: 56px;
}}
@media (max-width: 415px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 68px;
    height: 68px;
}}
@media (max-width: 426px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 76px;
    height: 76px;
}}
@media (max-width: 525px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 78px;
    height: 78px;
}}
@media (max-width: 625px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 98px;
    height: 98px;
}}
@media (max-width: 768px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 118px;
    height: 118px;
}}
@media (max-width: 1023px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 100px!important;
    height: 100px!important;
}}
.timeline-feed>.timeline-body>.photos.adjust-width>a {
    width: 20%;
    height: 20vw;
    margin-right: 0;
    border-radius: 0;
}
.timeline-feed>.timeline-body>.photos>a {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.timeline-feed>.timeline-body>.photos.adjust-width>a>img {
    width: 95%;
    height: 95%;
    display: block;
    margin: auto;
    border-radius: 4px;
}

@media (max-width: 374px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: 16px;
    font-size: 8px;
}}
@media (max-width: 415px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: 20px;
    font-size: 8px;
}}
@media (max-width: 426px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: 24px;
    font-size: 12px;
}}
@media (max-width: 525px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: 24px;
    font-size: 12px;
}}
@media (max-width: 625px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: 30px;
    font-size: 15px;
}}
@media (max-width: 768px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: 37px;
    font-size: 16px;
}}
@media (max-width: 1023px)
{.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: 30px!important;
    font-size: 15px!important;
}}
.timeline-feed>.timeline-body>.photos.adjust-width>a>span {
    top: calc(50% - 17px);
    width: 100%;
    font-size: 2.5vw;
}
.timeline-feed>.timeline-body>.photos>a>span {
    position: absolute;
    color: #fff;
    top: 0;
    z-index: 2;
    text-align: center;
    font-size: 11px;
    top: 10px;
    padding: 5px;
    font-weight: 600;
}

.timeline-feed>.timeline-body>.photos.adjust-width>a.more:after {
    width: 95%;
    height: 95%;
    background: rgba(0,0,0,.5);
    border-radius: 4px;
    left: 2.5%;
}

.timeline-feed>.timeline-body>.photos>a.more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-memorial {

        margin: 5px 0 0 0;
        padding: 5px;
        font-size: 12px;
        display: block;
        text-align: center;
        height: 30px;
        line-height: 20px;
        overflow: hidden;
        color: #000;
        font-weight: 600;
        background: #ffc928;
}

.header.cover-memorial {
    background-image: url(/assets/images/memorial-cover.png);
    width: 100%;
    height: 72px;
    background-size: 321px 72px;
    background-repeat: no-repeat;
    box-shadow: none;
    border-top: none;
    line-height: normal;
    margin-bottom: 6px;
    float: left;
}

.header.cover-memorial > h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.1px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px;
    font-family: 'Mukta Malar', sans-serif;
    line-height: 23px;
}


/* thankyou message */
.invitation-box.no-border {
    border: 0;
}

.invitation-box {
    float: left;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 6%);
    border: solid 1px #d2d2d2;
    background-color: #fff;
    margin-bottom: 16px;
}
.invitation-box .header {
    float: left;
    width: 100%;
    padding: 19px 10px 45px;
    background-color: #fffdf6;
    position: relative;
    text-align: center;
    font-family: 'Mukta Malar', sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: normal;
    color: #1d1d1d;
}

.invitation-box .header .left-corner {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: url(/assets/images/thankyou-corner-1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(
-90deg
);
    transform: rotate(
-90deg
);
}

.invitation-box .header .right-corner {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: url(/assets/images/thankyou-corner-1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.invitation-box .header .bottom-corner {
    position: absolute;
    left: calc(50% - 155px);
    bottom: -4px;
    width: 311px;
    height: 34px;
    background: url(/assets/images/thankyou-bottom.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.invitation-box .content {
    float: left;
    width: 100%;
    padding: 42px 54px;
    background: #fff;
}

.invitation-box .content .user-content {
    float: left;
    width: 100%;
}
.invitation-box .content .user-content .media-placeholder {
    display: block;
    width: 546px;
    max-width: 100%;
    margin: 0 auto 18px;
}

.box-card {
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    border: 0;
    margin-bottom: 13px;
    float: left;
}
.invitation-box .content .user-content .media-placeholder {
    display: block;
    width: 546px;
    max-width: 100%;
    margin: 0 auto 18px;
}

.box-card>.box-body .media-placeholder.no-padding {
    padding: 0;
}

.box-card>.box-body .media-placeholder {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.box-card>.box-body .media-placeholder .media-content {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
}

.invitation-box .content .user-content .text-content {
    float: left;
    width: 100%;
    text-align: center;
}

.invitation-box .content .user-content .text-content p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    /* line-height: 1.33; */
    color: #1d1d1d;
    padding-bottom: 18px;
    margin: 0;
}

.invitation-box .content .salutation {
    float: left;
    width: 100%;
    text-align: center;
}

.salutation {
    position: relative;
}

.invitation-box .content .salutation .salute {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}
.invitation-box .content .salutation span {
    display: block;
    line-height: normal;
    color: #1d1d1d;
}

.invitation-box .content .salutation .name {
    font-size: 22px;
    font-weight: 600;
    color: #1d1d1d;
    padding-bottom: 5px;
}

.invitation-box .content .salutation span {
    display: block;
    line-height: normal;
    color: #1d1d1d;
}


.write-post {
    margin: 0px auto 10px;
    display: block;
    background: #fff;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}

.write-post .title {
    margin: 0px;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 0.5px #e0e0e0;
}



.h-live {
    display: inline;
    background-color: #2db843;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 0px 13px;
    font-weight: bold;
}



/* mobile menu */
@media (max-width: 479px) {
    .live-streaming iframe{
        padding-top: 20px;
        width: 100%;
        height: 300px;
    }

   }

   .box-card .live-streaming iframe {
    height: 300px;
    padding: 20px;
   }

.live .live-streaming iframe{
    padding-top: 20px;
    width: 100%;
    height: 550px;
}
