/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

p {
    margin-bottom: 25px;
}
p:last-child {
    margin-bottom: 0px;
}
.site-header {
    border-top: 35px solid #000;
}
.site-header .site-branding img.custom-logo {
    display: block;
    margin: auto;
}
.site-header .header-inner, .site-footer .footer-inner {
    justify-content: center;
}
header.page-header {
    display: none;
}
.site-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    background-color: #00afeb;
}
.site-footer .footer-inner .copyright a {
    color: #fff;
    font-weight: 300;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: 100%;
}
.content-block .elementor-container {
    position: relative;
    z-index: 99;
}
.content-block:after {
    content: "";
    position: absolute;
    right: 2%;
    bottom: -30px;
    z-index: 9;
    height: 100%;
    background-image: url(https://hamsalabs-bokoemv3jj.live-website.com/wp-content/uploads/2022/11/logo-sign-overlay.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    width: 90%;
    max-width: 500px;
}
@media (max-width: 980px) {
	.site-header .site-branding img.custom-logo {
		max-width: 160px;
	}
.content-block:after {
    background-size: 70% auto;
    bottom: 0;
    margin: auto;
    left: 0;
}
}
@media (max-width: 575px) {
	.site-header .site-branding img.custom-logo {
		max-width: 120px;
	}
	.site-header {
		border-top: 20px solid #000;
		padding: 5px;
	}
}