/**
Theme Name: opencore
Author: opencore
*/

.icon-list-subtitle.icon-list-bottom {
    padding-top: 15px;
    display: block;
    margin-left: 0!important;
    width: 70%;
}
i.footer-doc-text {
    font-size: 13px;
    max-width: 215px;
    display: block;
    margin-top: 14px;
    color: #05f;
}
div#nav-hr, .section-three .titleMobCtrlOne {
    padding-top: 60px;
}
.review-content:not(.active) {
    display: -webkit-box;
    height: 3em;
    max-height: 3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 1200px) {
    .review-content:not(.active) {
        height: 9em;
        max-height: 9em;
        -webkit-line-clamp: 6;
    }
}
.popup-review .review-content {
    height: auto;
    max-height: initial;
    -webkit-line-clamp: inherit;
}


@media (min-width: 1200px) {
    .review-footer-name {
        width: calc(100% - 124px);
    }
}