/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 23:13:57 */
/* 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_descriptions h1, .blog_details_descriptions h2, .blog_details_descriptions h3, .blog_details_descriptions h4, .blog_details_descriptions h5, .blog_details_descriptions h6 {
	color: #333 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
    font-family: "Lato", sans-serif !important;
	letter-spacing: normal !important;
}

.author_name_blog_details_customs {
	color: #333 !important;
}

.blog_details_descriptions button {
	border-radius: 100px !important;
    background: #4A8B40 !important;
    color: #FCFCFA !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.98px !important;
    text-transform: uppercase !important;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    padding: 8px 25px !important;
    display: block !important;
    text-decoration: none !important;
    transition: all .3s ease !important;
	border: none !important;
}

.blog_details_descriptions button:hover {
    background: #f1eee6 !important;
    color: #1e2f29 !important;
    transition: all .3s ease !important;
}

.blog_details_descriptions a {
    text-decoration: underline;
	color: #4A8B40 !important;
}