/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below */

body.page-template-elementor_header_footer{ padding-top:100px;}
.fb-2309 .fb-dialog .fb-content h3{
	font-family: "Bricolage Grotesque", sans-serif;
	text-align: center;
	color: #000;
}
@media (max-width: 767px) {
body.page-template-elementor_header_footer{ padding-top:75px;}
}
@media (max-width:575px) {
	.details_content_row .recent_knowledge .recent-knowledge-list .recent-thumb {width:100%;}
}