/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
*/

.post-header-wrap {
    width: 100%;
	min-height: 160px;
    background-color: #E3F0FC;
    padding: 40px 0 30px;
}

.post-header-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.post-header-inner h1 {
	margin: 0;
}

.post-title-full {
    font-size: 3.2rem!important;
    font-weight: 400!important;
    line-height: 1em!important;
	text-transform: uppercase;
	text-align: left;
}

.single-post #breadcrumbs a {
	color: #222222;
}

#breadcrumbs {
    font-size: 12px;
    color: #00f;
}
#breadcrumbs .breadcrumb_last {
	color: #222222;
}

.post-meta {
    font-size: 12px;
    color: #666;
	margin-top: 10px;
    margin-bottom: 20px;
}

.post-thumbnail-full {
	width: 100%;
	margin: 0;
}

.post-thumbnail-full img {
    width: 100%;
    height: auto;
	display: block;
    margin-bottom: 0;
}

.post-content {
    font-size: 1rem;
    line-height: 1.6;
	text-align: justify;
}

.post-tags {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #333;
}

.elementor-like-container {
    max-width: 1140px;
    margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-post .post-header-inner, .single-post .elementor-like-container {
	padding-left: 15px; 
	padding-right: 15px;
}