/*
  Theme Name:   Hello Elementor Child
  Description:  Hello Elementor Child Theme
  Author:       Owl Team
  Author URI:   https://masterweb.world
  Template:     hello-elementor
  Version:      1.0.0
  Text Domain:  hello-elementor
  Tags:         flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.mission span {
	border: 1px solid #bbb;
	padding: 10px 30px;
	border-radius: 60px;
}
.message_form input, .message_form textarea {
	margin-bottom: 10px;
	border-radius: 10px !important;
	border: none !important;
	font-family: "Manrope", Sans-serif;
	color: #29292980;
	font-size: 20px;
}
.message_form .wpcf7-submit {
	background: #E9D928;
	font-family: "Manrope", Sans-serif;
	color: #292929;
	padding: 30px 10px;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
}
.message_form .wpcf7-submit:hover {
	background: #CEDCB7;
}
.message_form textarea {
	height: 110px;
}
.elementor-widget-container a {
	color: #292929 !important;
	text-decoration: underline !important;
}
.lang-item a > img {
	width: 40px;
}
.lang-item a {
	display: flex;
	flex-direction: column;
	color: #fff !important;
}
.lang-item a > span {
	margin-left: 0 !important;
	margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
	.pll-parent-menu-item a > img, .lang-item a > img {
	width: 40px;
	margin-right: 5px;
}
.pll-parent-menu-item a {
	color: #fff !important;
	display: flex;
	flex-direction: row;
	
}
	.lang-item a {
		color: #292929 !important;
	}
}