/*
 Theme Name:   TheGem Child
 Theme URI:    https://www.cdrpompe.com/
 Description:  A child theme for TheGem
 Author:       SHM.STUDIO
 Author URI:   https://shm.studio
 Template:     thegem
 Version:      1.0.0
*/



/* *** ***********************
    News sidebar @18.06.25
***************************** */

.blog_widget_area{
    margin-top: 80px;
}
.widget-area.blog_widget_area .widget + .widget {
    margin-top: 44px;
}
.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #F2F4F5;
    height: 39px;
    padding: 0 10px;
    border-radius: 9px;
}
.search-input-container input[type=search] {
    width: 100%;
    height: 100%;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    padding-left: 16px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #64686F;
}
.search-input-container .search-icon {
    position: absolute;
    left: 10px;
    display: flex;
    align-items: center;
}
.blog-aside-cats-h {
    margin-bottom: 8px;
    padding: 0;
}
.blog-aside-cats h3 {
    color: #009fe3;
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    margin: 0;
}
.blog-aside-cats h3 span {
    font-weight: 700;
}
.blog-aside-cats ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}
.blog-aside-cats ul li {
    border-bottom: 1px solid #E3E9ED;
    padding-top: 15px;
    padding-bottom: 15px;
}
.archive-lst-articles li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s all;
}
ul.archive-lst-articles li a {
    padding-left: 0;
    padding-right: 0;
    color: #64686F;
}
.blog-aside-cats ul li a {
    text-decoration: none;
    font-size: 14px;
}
@media(max-width: 768px){
    .blog-aside-cats ul{
        margin-bottom: 24px;
    }
}


.caption.post .description p,
.caption.post .title-h5 a
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caption.post .description p{
   -webkit-line-clamp: 7; 
}
.caption.post .title-h5 a{
    -webkit-line-clamp: 3; 
}
.version-new.news-grid .portfolio-item .caption .description{
    min-height: 200px;
    max-height: 200px;
}
.portfolio-navigator.gem-pagination{
    margin-top: 50px;
}
