/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2026 | 11:33:28 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/**Blog Details page***/
body.single-post:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
    }
.single-post .single-post-main header.page-header{
	background: #f0f9ff;
    padding: 20px;
    text-align: center;
	margin-bottom:40px;
}
.single-post .single-post-main .post-featured-image,
.single-post .single-post-main .page-content{
	max-width:1140px;
	padding:20px;
	margin:auto;
}
.single-post .single-post-main .page-content a{
	color:#0891B2;
	text-decoration:none;
}
.single-post .single-post-main .page-content h2{
	border-left: 4px solid #2983D6;
    background: linear-gradient(45deg, #eaf6ff, transparent);
    padding: 5px 15px;
}
.single-post aside.single-post-sidebar{
	display:none;
}
.unit-text {
    min-height: 70px;
}
.search-results article.post {
    background: #f4fbff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e9f2f7;
    margin-bottom: 20px;
}
.search-results article.post .entry-title a{
	color:#060634;
}
.search-results article.post img{
	border-radius:10px;
	margin-bottom:20px;
}
/* footer img.hfe-site-logo-img.elementor-animation-{
	visibility:visible !important;
} */

