/*
Theme Name: Nature Formula
Theme URI: https://awplife.com/wordpress-themes/formula-premium/
Template: formula
Author: A WP Life
Author URI: http://awplife.com/
Description: NatureFormula is a WordPress theme that's perfect for showcasing the splendor of nature, including trees, plants, flowers, and grass. It's designed for websites focusing on conservation, eco-friendly initiatives, renewable energy, non-profits, NGOs, environmental issues, and other nature-related areas like agriculture, organic farming, nurseries, and wildlife preservation. The theme also fits well with lawn care, fertilizer management, and forestry sectors. Built on a responsive bootstrap framework, NatureFormula is adaptable to all devices, ensuring your website looks great whether viewed on a desktop, tablet, or smartphone. It’s translation-ready, making it accessible in various languages, and supports RTL layouts for a global audience. SEO optimization enhances your visibility on search engines. The theme’s design is clean and professional, emphasizing the natural beauty of the outdoors. With fast loading times, your site offers an excellent user experience. NatureFormula also supports major WordPress plugins and allows extensive customization, including social media integration for broader reach and engagement.
Tags: blog, e-commerce, education, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready
Version: 0.0.3
Tested up to: 6.4
Requires PHP: 5.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: nature-formula
*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-title-module {
	background-position: center center !important;
}

/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/
.blog-head {
    background-color: #0f0d1de8;
    position: relative;
    display: block;
    margin-top: auto;
    margin-left: 0px;
    padding: 10px 17px 10px;
    transition: all 500ms ease;
}

.blog .full-content {
    margin-left: 0px !important;
    padding: 10px 20px 10px !important;
}

.blog .entry-title {
    font-size: 22px;
    font-weight: 500;
}
.theme-dark .comment-form-section {
    padding: 10px 20px 10px;
    background-color: var(--thm-black);
}

.theme-light .comment-form-section {
    padding: 10px 20px 10px;
    background-color: var(--thm-base);
}
.comment-section {
    padding: 10px 20px 10px;
}

.sponsors {
    background: #fff;
}

.team-caption .designation {
    color: #fff;
}


.blog .entry-content a {
    text-decoration: underline;
}
.more-link:before {
    display: none;
}

/*--------------------------------------------------------------
# Post Comments
--------------------------------------------------------------*/

.comment-section .media-body a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar p a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer p a {
    text-decoration: underline;
}