.patch_resolution {
    width: 70% important;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
    .text-ellipsis-desc {
        display: block;
    }
}
@media (min-width: 576px) {
    .text-ellipsis-desc {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.testimonies .social-body p {
    margin-top: 10px; 
}

.testimonies .social-avatar .profile-avator-main {
    width: 40px; 
    margin-right: 10px; 
    border-radius: 50%;
}

.testimonies .social-body button {
    font-size: smaller; 
    margin-bottom: 10px;
    border: 1px solid white;
    border-radius: 5px;
}

.testimonies .social-feed-box  {
    background-color: #ffffff; 
    padding: 20px;
}

.testimonies .social-footer  {
    background-color: #f8f8f8; 
    padding: 20px 20px;
}

.testimonies .profile-avator {
    width: 32px; 
    margin-right: 10px;
    border-radius: 50%;
}

.testimonies .social-footer .media-body {
    margin-left: 42px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.testimonies #testimony-label {
    font-size: 20px !important;
    text-align: center;
    font-weight: lighter;
}

.testimonies #testimony-button {
    margin-top: -16px;
    margin-bottom: 16px; 
    border-color: #ced4da;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

.testimonies .testimony-scripture {
    font-style: italic;
}

.testimonies .testimony-scripture-ref {
    font-weight: bold;
    margin-top: -15px;
}

.giving .main-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: lighter;
}
.giving .main-title h3 {
    font-weight: lighter;
}

.giving .osahan-form .row {
    margin-bottom: 20px;
}

.giving #payment-option-one {
    font-size: 30px;
}

.giving .giving-title {
    margin-bottom: -10px;
    color: #888;
}

#social-links ul li {
    display: inline;
    padding: 0 20px 0 0;
    font-size: 18px;
}

#social-links ul {
    margin-bottom: 0;
    padding: 0;
}

.truncate {
    width: 70% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float:left;
}

.truncate-center {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-control-label {
    vertical-align: unset;
}