/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yoursite.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yoursite.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below this line */



.header-area {
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.logo img {
	max-width: 166px;
}
.single-post main {
	padding-top: 15px;
}