/*
Theme Name:   Divi child theme
Description:  Write here a brief description about your child-theme
Author:       fertilizerfor_less
Author URL:   http://localhost/fertilizerforless
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Divi-child
*/

/* Write here your own personal stylesheet */

/*Main-header*/
header#main-header{border-bottom: 3px solid #7abf18;}
#top-menu a{text-transform: uppercase;}
div#top-header {background: #7abf18;}

/*Home-page*/
a.home-cat-btn{width: 100%;text-align: center;}
.home-featured.et_pb_blog_grid_wrapper article .post-content a.more-link {text-align: center;background: #7abf18;padding: 10px;color: #fff;border-radius: 10px;text-transform: capitalize;}
.home-featured article {border-radius: 10px;}
.home-featured article img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.home-featured.et_pb_blog_grid_wrapper article .post-content{margin: 15px 0px 15px 0px;}
.home-featured.et_pb_blog_grid_wrapper article h2.entry-title{line-height: initial;}

/*About-page*/
.circle-image img {border-radius: 50%;height: fit-content;}
.circle-image {border: 1px dashed #7abf18;padding: 15px;border-radius: 10px;}
.circle-image .et_pb_member_social_links a{color: #7abf18;}
.circle-image .et_pb_team_member_description p a{color: #7abf18;}
.keep-in-touch p a{color: #7abf18;}


/*Blog*/
.blog-product {border: 1px dashed #7abf18;padding: 20px;border-radius: 10px;}
.blog-product a.big-button.bigblue {text-align: center;width: 100%;border-radius: 10px;background: #7abf18;border: none;color: #fff!important;text-shadow: none;}
.pros-cons{background: #eef7ef;padding: 20px!important;border: 1px solid #7abf18;border-radius: 10px;}
.blog-main-img .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay{opacity: 0!important;}
.blog-main-img h2.entry-title a {position: absolute;top: 50%;z-index: 2;color: #eef7ef;width: 100%;text-align: center;}
.blog-main-img h2.entry-title{padding-bottom: 0px;}
.blog-main-img .et_pb_post .entry-featured-image-url{margin-bottom: 0px;}
.blog-main-img p.post-meta span.published {position: absolute;top: 38%;z-index: 2;color: #eef7ef;font-size: 18px;width: 100%;text-align: center;}
.blog-main-img .et_pb_post:before {content: "";position: absolute;background: #333;width: 100%;height: 100%;z-index: 1;opacity: 0.75;}
.big-read-more a.big-button{width:100%!important;text-align: center;margin: 20px 20px 20px 0px;color: white!important;background: #f2402e;box-shadow: none;border: none;}
.big-read-more a.big-button:hover{color:white!important;}
.page-links {text-align: center;color: black;display:none;}
.product-benefits {padding: 20px;background: #7abf18;color: #fff;border-radius: 10px;margin-top: 20px;}

/*footer*/
ul.footer-social-icons {margin-top: 15px;}
ul.footer-social-icons li {float: left;}
#footer-widgets .footer-widget ul.footer-social-icons li:before{display: none;}

.h3-class{font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;color: #333;padding-bottom: 10px;line-height: 1em;font-weight: bold;font-size: 26px;}
.p-class{padding-bottom: 1em;font-family: 'Ubuntu',Helvetica,Arial,Lucida,sans-serif;color: #666;line-height: 1.7em;font-weight: 500;font-size: 14px;}
.toc {border: 1px solid;padding: 15px;margin: 0px 0px 20px 0px;}
.toc p {padding-bottom: 0px;}

/*Changes done for last updated text*/

/*C:\xampp\htdocs\fertilizerforless\wp-content\themes\Divi\includes\builder\module\Blog.php: on line no. 1929 <span class="published">Last Updated on :;
C:\xampp\htdocs\fertilizerforless\wp-content\themes\Divi\includes\builder\functions.php: on line no. 5247 <span class="published">Last Updated on :;


Changes for home page post title limit
 C:\xampp\htdocs\fertilizerforless\wp-content\themes\Divi\includes\builder\module\Blog.php: on line no. 1561
 replaced <?php echo the_title(); ?> with <?php echo wp_trim_words( get_the_title(), 10, '...' ); ?>
*/
