/*
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: Embrace the harmonious beauty of nature with our enchanting NatureFormula WordPress theme. Designed to immerse your visitors in the wonders of the natural world, NatureFormula combines speed, high-quality code, and impeccable performance to deliver an unforgettable experience.
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.2
Tested up to: 6.2
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;
}