@charset "UTF-8";



body .entry-content img {    width: auto;}
body.post-layout--one #theme-content .primary-content .post-element .post-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


body .text-left span u {letter-spacing: -1px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #222222;
    justify-content: flex-start;
    text-decoration: none !important;
}body .text-left span u img {
    max-width: 35px;width: 35px;
    opacity: 1 !important;
    border-radius: 0%;
    margin: 0 8px 0 8px;
}