*, body {
    padding: 0px;
    margin: 0px;
    font-family: Alegreya-Regular;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.profound-grief p {
    text-align: center;
    font-size: 25px;
    color: #313131;
    padding: 0px 120px;
}

.post-your-message i {
    text-align: right;
    display: block;
    color: #313131;
    margin-right: 5%;
}

.post-your-message h3 {
    text-align: center;
    color: #313131;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 20px;
}

.post-your-message input[type='text'] {
    border: none;
    border-bottom: 1px solid gray;
    outline: none;
    border-radius: 0px;
    padding: 0px;
}

.post-your-message .form-control:focus {
    box-shadow: none;
}

.condolence-message-box {
    width: 100%;
    height: 303px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    overflow: auto;
    border-radius: 0px;
}

::placeholder {
    font-size: 16px;
    color: darkgrey !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 20px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 20px;
}

.post-your-message .btn-primary {
    color: black;
    background-color: #ececec;
    border-color: #ececec;
    border-radius: 0px;
    padding: 5px 25px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
}

    .post-your-message .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #ececec;
        border-color: #ececec;
        box-shadow: none;
    }

section.copywrite p {
    text-align: center;
    border-top: 1px solid #d4d4d4;
    padding: 10px 0px;
    color: gray;
}


.post-your-message .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.post-your-message .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}


.virtual-meeting h3, .virtual-meeting p {
    text-align: left;
    color: #313131;
}

    .virtual-meeting p:nth-child(1) {
        font-weight: bold;
    }

.virtual-meeting p {
    font-size: 22px;
    margin: 0px;
}

.bottom-address {
    margin: 3% 0%;
}

    .bottom-address p {
        text-align: center;
        font-size: 23px;
        color: #313131;
    }

.virtual-meeting {
    display: block;
    width: 74%;
    margin: 0 auto;
    padding: 20px 50px 22px 50px;
    border-radius: 5px;
}

    .virtual-meeting img {
        display: block;
        /* margin: 0 auto; */
        width: 49%;
        padding-top: 20px;
        float: right;
    }

    .virtual-meeting span {
        padding-left: 10px;
    }

div#rc-anchor-container {
    margin-top: 25px;
}


.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    margin: 0;
    padding: 0;
    top: 40%;
    left: 10%;
    letter-spacing: normal;
}

    .jq-toast-wrap.bottom-left {
        bottom: 20px;
        left: 20%;
    }

.user-name p:nth-child(2) {
    border-bottom: 1px solid #d8d6d6;
    width: calc(100% - 0px);
    margin: 0 auto;
    padding-bottom: 20px;
}

.user-name p:nth-child(1) {
    padding-top: 20px;
}

.user-name {
    margin-bottom: 7px;
}

/*section.virtual-meeting {
    margin-top: 80px;
}*/

.divider {
    border-top: 1px solid #d6d6d6;
    width: calc(100% - 388px);
    margin: 0 auto;
}


section.namaste img {
    width: 20%;
    margin: 0 auto;
    display: block;
    outline: 1px solid #acacac;
    padding: 5px;
}

section.namaste {
    margin: 75px 0px;
}

textarea#RemembranceMessage {
    width: 95%;
    resize: none;
    border-radius: 0px;
    border-bottom: none;
}

section.condolence-message h4 {
    text-align: center;
    margin: 20px 0px;
    background: #ececec;
    padding: 15px 0px;
    border-radius: 5px;
}

section.profound-grief {
    margin: 45px 0px;
}

.captcha-border {
    border: 1px solid #d8d6d6;
    padding: 10px;
    width: calc(100% - 27px);
    border-top: none;
    margin-top: -17px;
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d6d6d6;
    outline: 0;
    box-shadow: none;
}


@media (max-width:480px) {
    .virtual-meeting {
        border-top: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px 22px 10px;
        border-radius: 5px;
    }

    .captcha-border {
        width: calc(100% - 0px);
    }


    .profound-grief p {
        font-size: 16px;
        padding: 0px 10px;
    }


    .virtual-meeting p {
        font-size: 16px;
        margin: 0px;
        color: #313131;
    }

    .virtual-meeting img {
        float: none;
        margin: 0 auto;
        width: 30%;
    }

    .bottom-address p {
        text-align: center;
        font-size: 16px;
        color: #313131;
    }

    /*.user-name p:nth-child(2) {
    border-bottom: 1px solid #d8d6d6;
    width: calc(50% - 0px);
    margin: 0 auto;
    padding-bottom: 20px;
   
}*/



    .post-your-message h3 {
        margin-bottom: 20px;
        margin-top: 35px;
    }

    .post-your-message input[type='text'] {
        margin-top: 16px;
    }

    section.namaste img {
        width: 50%;
    }

    textarea#RemembranceMessage {
        width: 100%;
    }

    section.bottom-address span {
        display: none;
    }

    section.namaste {
        margin: 40px 0px;
    }

    section.post-your-message.mt-5.mb-5 {
        margin-top: 5px !important;
    }

    img.top-banner-image.img-fluid {
        transform: translateX(0);
        object-fit: cover;
        width: 100%;
        height: 300px;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}

