/*
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 designed to showcase the beauty of nature, including trees, plants, flowers, shrubs, herbs, succulents, and moss. It’s perfect for websites focusing on conservation, eco-friendly initiatives, renewable energy, NGOs, and environmental causes. Ideal for industries such as landscape design, horticulture, eco-tourism, organic farming, botanical gardens, forest management, reforestation, green construction, sustainable agriculture, and environmental consulting.The theme suits green energy services, eco-friendly products, wildlife conservation, plant nurseries, and outdoor adventure businesses. Built on a responsive bootstrap framework, it ensures a great user experience on any device. It’s translation-ready, supports RTL layouts, and is SEO-optimized for better visibility. NatureFormula also integrates with major WordPress plugins and offers extensive customization, including social media integration for increased 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.4
Tested up to: 6.6
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;
}