/*
Theme Name:     Avokado Elementor Child
Theme URI:      https://avokado.rs/
Description:    Avokado Elementor Child is a child theme of Hello Elementor. All Rights Reserved.
Author:         Avokado.rs
Author URI:		https://avokado.rs/
Template:       hello-elementor
Version:        1.0.1
Text Domain: avokado-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.page-id-961 .header-contact-btn, .page-id-943 .header-contact-btn {
	display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-head-container {
    margin: 0;
    padding: 0 0 10px 0 !important;
}

nav .wpml-ls-item {
	display: none !important;
}
@media(max-width: 1024px){
	nav .wpml-ls-item {
	display: block !important;
}
}

form:lang(en-US) em.wpforms-error {
	position: relative;
	color: #d6363700 !important;
}
form:lang(en-US) em.wpforms-error:after {
  content: 'This field is required.';
	position: absolute;
	top: 2px;
    left: 25px;
	font-size: 14px;
	width: 200px;
	height: 50px;
	color: #DC8DEE;
}