input[type="search"] {
	border: 1px solid #1c3967 !important;
    border-radius: 20px;
}

.ast-article-post .post-thumb-img-content  {
	border-radius:20px;
	overflow:hidden;
}
.ast-article-post .post-thumb-img-content img
{
	object-fit:cover;
}

.ast-article-post .entry-title
{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ast-article-post .ast-excerpt-container
{
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.widget_search .search-form .search-field {
    background: #fff !important;
    border-radius: 20px !important;
    border-color: #1c3967 !important;
    
    height: 50px !important;
}

.ast-single-post-featured-section.post-thumb img {
/*     aspect-ratio: 16 / 5; */
   
}


.ast-archive-entry-banner {
    background:#fff !important;
    padding-bottom:0;
}
