/**
* Theme Name: Atlas Child
* Description: This is a child theme of Atlas.
* Author: tmrwstudio
* Template: atlas
* Version: 1.0
*/

.entry-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 0.92rem;
    opacity: 1 !important;
}

.meta-item.meta-more {
    color: #6EC1E4 !important;
}
.meta-item.meta-more a {
    color: #6EC1E4 !important;
}

.widget-heading .viewAll {
    margin-inline-start: auto;
    font-size: 1.2rem !important;
    color: #6EC1E4 !important;
}