/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/




/*
*
* VF 13072022
*
*


#footer-secondary {
    background-color: #45475a;
}
#footer-tertiary {
    background-color: #45475a;
}
#footer-bottom {
    background-color: #e84e0e;
}*/

/*#site-header {
	display: none;
}
h1.entry-title {
	display: none;	
}
#satisfactionformno .elementor-message-success {
	margin-top: 30px !important;
}
.e-form__buttons {
	margin-top: 20px;
}


#satisfactionformyes label {
	margin-top: 20px;
}
#satisfactionformyes .elementor-message-success {
	margin-top: 30px !important;
}

#content {
	background-color: transparent;
    background-image: linear-gradient(70deg, #D3D3D3 30%, #424457 100%);
}
.form-oui .elementor-widget-container {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 40px 5px rgb(0 0 0 / 20%);
}
.form-oui button[type=submit] {
    display: inline-block;
    background-size: 200%;
    background-image: linear-gradient(to right,#c6ddfe 0%,#1d225f 51%,#c6ddfe 100%);
    transition: .5s;
    max-width: 50%;
    margin: 0 auto;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 20px 40px 20px 40px !important;
}
.form-oui button[type=submit]:hover {
    background-position: right center;
    -webkit-transform: translate3d(0,-5px,0);
    -o-transform: translate3d(0,-5px,0);
    -ms-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
    box-shadow: 15px 8px 50px rgb(13 56 53 / 20%);
}*/

