/*
Theme Name: Olven
Theme URI:  https://olven-modular.com
Author:     Several
Author URI: https://several.pro
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.form-contact input:focus{
	box-shadow: none !important; 
	    border-color: #69727d !important;
}

.elementor-message-success{
	background: #f2f0eb;
    max-width: fit-content;
    padding: 10px;
    border-radius: 9999px;
    font-size: 15px !important;
    justify-content: center;
    display: flex;
    margin: 0 auto !important;
    margin-top: 10px !important;
	    color: #093444 !important;
    font-weight: 500;
}