/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

.icon{
	width: 120px;
	height: 120px;
	background-color: #FFF9F1;
	border: 10px solid white;
	border-radius: 50%;
	margin: -70px auto 5px;
}
.elementor-field-group-name .elementor-field-label, .elementor-field-group-email .elementor-field-label,
.elementor-field-type-tel .elementor-field-label{
	display: none;
}

.whitetext a{
	color: white;
	text-decoration: underline;
}

.flexLeft{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%!important;
	width: 50%;
}
.flexRight{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%!important;
	width: 50%;
}
p a{
	color: #f59803;
	text-decoration: underline!important;
}
p a:hover{
	color: #dd8800;
}
p h2, p h3,p h4{
	color: #F59803!important;
	font-family: "Sofia Sans"!important;
	font-weight: bold!important;
}
.elementor-widget-text-editor h2, 
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4{
		color: #F59803!important;
	font-family: "Sofia Sans"!important;
	font-weight: bold!important;
}

@media only screen and (max-width: 768px) {
  .flexLeft{
	position: relative;
	min-height: 300px;
	width: 100%;
}
.flexRight{
	position: relative;
	min-height: 300px;
	width: 100%;
}
}
