/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://ciestosolutions.com
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Ciesto Solutions
 Author URI:   https://ciestosolutions.com
 Template:     twentytwenty
 Text Domain:  twentytwenty-child
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");

body {
    background: transparent;
}
section {
    padding: 0rem 0;
}
.home #custome_page_title{
	display:none !important;
}
.post_layout .pp-post-thumbnail img{
	height: 350px;
    object-fit: cover;	
}
.post_layout .pp-post-title{
    margin-top: 0px;	
}
.pp-image-gallery-thumbnail-wrap {
    box-shadow: 0 0 5px #a4afb7;
    margin: 5px;
}