/*
 Theme Name:        Bright Child
 Theme URI:         https://www.brightonline.nl
 Description:       Based on Holger Koenemann's (https://www.holgerkoenemann.de) Understrap Child Theme 0.5.5 (https://understrap.com).
 Author:            Bright Online
 Author URI:        httsp://www.brightonline.nl
 Template:          bright
 Version:           1.0.0
 License:           Modifications by Bright Online are Closed Source, GNU General Public License v2 or later
 License URI:       http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:       bright-child
 Tags:              one-column, custom-menu, featured-images, theme-options, translation-ready
*/

.elementor-section.header .elementor-section:first-child {
	position: relative;
}

.elementor-section.header:first-child::before {
	content: '';
	width: 55%;
	height: 40px;
	background: #C9A156;
	position: absolute;
	bottom: -40px;
	right: 0;
	z-index: 9;
}
h1{
	text-shadow:2px 2px 4px #000;
}

/*.elementor-section.header .elementor-container::before {
	content: '';
	width: 50%;
	height: 10px;
	background: #C9A156;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}*/

.elementor-section.header .header_img {
	position: absolute;
	width: 120%;
	right: 0;
	bottom: 20px;
}

.home .elementor-section.header:first-child {
	position: relative;
}

.elementor-section.header:first-child::after {
	content: '';
	background: url('assets/img/arrow_down.svg') no-repeat;
	background-color: #fff;
	background-size: 30%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	bottom: 50px;
	right: 55%;
	margin-right: -50px;
	z-index: 2;
	animation: animatedBackground 1s linear infinite alternate;
}

.elementor .elementor-section:first-child::before {
	content: '';
	width: 55%;
	height: 40px;
	background: #C9A156;
	position: absolute;
	bottom: -40px;
	right: 0;
	z-index: 9;
}

.elementor .elementor-section:first-child .header_img {
	position: absolute;
	width: 120%;
	right: 0;
	bottom: 50px;
}
@media(max-width:600px){
	.elementor-section.header:first-child::after{display:none}
}