body.search-results article header {
display: none;
}
body.search-results .ast-archive-description {
padding: 0;
margin: 50px auto;
}
.site-main .ast-row {
display: flex;
flex-wrap: wrap;
}
.site-main .ast-row article {
width: 33.33%;
display: flex;
margin-bottom: 40px;
}
.site-main .ast-row article .ast-post-format-.blog-layout-1 {
background-color: #f2eae3;
padding: 20px;
box-shadow: 3px 3px #70707040;
}
.ast-page-builder-template .entry-header {
padding: 0px;
}
.blog-layout-1 .post-content,
.blog-layout-1 .post-thumb img {
height: 250px;
object-fit: cover;
}
.blog-layout-1 .post-content,
.blog-layout-1 .post-thumb a {
display: contents;
}
@media only screen and (width: 768px) {
.site-main .ast-row article {
width: 50%;
}
}
@media only screen and (max-width: 767px) {
.site-main .ast-row article {
width: 100%;
}
.site-main .ast-row article .ast-post-format-.blog-layout-1 .post-content {
display: flex;
align-items: center;
}
.entry-content.clear {
display: none;
}
.ast-page-builder-template .entry-header {
margin: 0px;
margin-left: 16px;
}
.site-main .ast-row article .ast-post-format-.blog-layout-1 .post-content div.ast-blog-featured-section,
.site-main .ast-row article .ast-post-format-.blog-layout-1 .post-content .entry-header {
flex: 1;
}
.entry-title {
line-height: 1.5rem !important;
font-size: 1.2rem;
}
.ast-blog-featured-section {
margin-bottom: 0px;
}
.site-main .ast-row article .ast-post-format-.blog-layout-1 {
padding: 10px;
}
body.search-results .ast-archive-description {
margin: 20px auto;
}
body.search-results .page-title {
font-size: 32px;
}
}