/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2023 | 09:13:56 */
.site-main.blog_page .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.site-main.blog_page .col-md-8 {
    flex: 0 0 auto;
    width: 66%;
	padding: 0 15px;
}
.site-main.blog_page .col-md-4 {
    flex: 0 0 auto;
    width: 33%;
    padding: 0 15px;
}
.blog_page aside.widget-area {
    padding: 16px 20px;
    border: 1px solid #D7DAE3;
    border-radius: 10px;
}
.blog_page .wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: none;
    padding: 0;
    width: 100%!important;
    margin: 0 0 30px;
    position: relative;
}
.blog_page .wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-right: 50px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
}
.blog_page .wp-block-search__button.has-icon {
    line-height: 0;
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    background: transparent;
    color: #e9580c;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
}
.blog_page .wp-block-search__button svg {
    min-height: 30px;
    min-width: 30px;
    vertical-align: middle;
}
.blog_page .wp-block-latest-posts__featured-image img {
    border-radius: 6px;
	width: 80px;
}
.blog_page .wp-block-latest-posts__post-title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;    
	color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.blog_page .wp-block-latest-posts__featured-image.alignleft {
    float: none;
}
.blog_page .wp-block-latest-posts.wp-block-latest-posts__list li { 
    font-size: 14px;
    font-weight: 400;
    line-height: 24px!important;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.blog_page .wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
	margin: 0;
}
.blog_page header.page-header h1.entry-title {
    font-size: 32px;
    color: #373502;
    font-weight: 700;
    display: table;
    text-align: center;
    margin: 0 auto 40px;
}
article.post.post_blog{
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 0 0 1.5rem;
}
.post.post_blog .entry-title, .post.post_blog .entry-title a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px!important;
    color: #373502;
    margin: 0 0 10px;
}
.post.post_blog .post_excerpt p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 24px;
}
.post.post_blog .post_excerpt {
    padding: 40px 20px 20px 30px;
    position: relative;
}
.post.post_blog .post_excerpt .date {
    position: absolute;
    left: 30px;
    z-index: 2;
    background: #555300;
    border-radius: 4px;
    top: -20px;
    padding: 10px 11px 6px;
    text-align: center!important;
    float: none!important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
}
.post.post_blog .post_thumbnail img {
    border-radius: 10px 10px 0 0;
}
/*** single ***/
header.page-header {
    min-height: 90px;
}
.post .single-post  .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}
.single-post .meta {
    display: flex;
    align-items: flex-start;
    margin: 1rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-post h1.entry-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #e9580c;
    margin: 0 0 1.5rem;
}
.single-post .date {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding-left: 4px;
}
.single-post .fa-calendar-days {
    position: relative;
    background-image: url(/wp-content/uploads/2023/05/calendar.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px;
    width: 15px!important;
    display: inline-block;
    height: 14px;
    margin: 0 6px 0 0;
}
.single-post .author {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    padding-left: 24px;
}
.single-post .author:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 18px;
    margin-top: -10px;
    background-image: url(/wp-content/uploads/2023/05/user-1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 17px;
}
section#comments {
    margin: 3rem 0 0;
}
h2#reply-title {
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 1rem;
}
form#commentform label {
    font-size: 16px;
    margin: 0 0 0.5rem;
}
.comment-form-comment textarea#comment {
    padding: 1rem;
    max-height: 120px;
}
.comment-form-comment {
    margin: 0 0 1rem;
}
p.comment-form-comment {
    margin: 0 0 1rem;
}

/******/
@media (max-width: 1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 100%;
		padding: 0 15px;
	}
}
@media (max-width: 800px) {
.site-main.blog_page .col-md-8, .site-main.blog_page .col-md-4 {
    width: 100%;
}
}