/*!
Theme Name: Cellularlandscapes
Theme URI: https://digitalguider.com/
Author: DG Development Team
Author URI: https://digitalguider.com/
Description: A custom WordPress theme for Cellularlandscapes
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Cellularlandscapes
*/
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}
ul.crumb {
    display: none !important;
}
.popito_fn_footer .footer_middle .middle_left .menu a {font-size: 15px;align-content}
.blog-post .fn__meta{margin-top:20px;}
.blog-post .title_holder .fn_title{margin-top:0px;}

.home-blog .fn__meta{margin-top:20px;}
.home-blog .title_holder .fn_title{
	margin-top:0px;
}
.home-blog .title_holder {
 text-align:left!important;
}

.blog-post .title_holder .fn_title {
    font-size: 20px;
}
.blog-detail img.post-img{
	height: 600px;
    width: 100%;
    object-fit: cover;
    padding: 10px;
    background-color: #d9ddd6;
	border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.inner-banner{
	display:none;
}