/* 
Theme Name: Intilifei Theme
Theme URI: https://Intilifei.com
Description: Intilifei
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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
*/

html,body {
scroll-behavior: smooth;
}

header#masthead {
    transition: all 0.2s ease-in-out;
}
header#masthead.sticky {
    position: sticky !important;
    top: -1.6rem;
    background: #eeeff8;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0.3rem 1.4rem rgba(100,100,100,0.1);
}
header#masthead.sticky .logo img {
transition: width 0.3s ease-in-out;
}

header#masthead.sticky .logo img {
	    width: 80%;
}
section {
scroll-margin-top: 300px;
}

div#wpforms-391 input {
    border-radius: 0.7rem;
}

div#wpforms-391 .forms-name, div#wpforms-391 .forms-email {
    padding: 0.6rem 0;
}

div#wpforms-391 {
    margin-top: 0;
}

button#wpforms-submit-391 {
    font-size: 1rem;
    height: 3.5rem;
    border: 2px solid;
    line-height: 0rem;
    background: var( --e-global-color-primary );
    box-shadow: 0px 5px 36px -12px rgba(0, 0, 0, 0.26);
    border-radius: 2rem 2rem 2rem 2rem;
    padding: 0.9rem 2rem 0.9rem 2rem;
	outline:none;
}

button#wpforms-submit-391:hover, button#wpforms-submit-391:active {
    color: var(--e-global-color-text );
    background-color: #02010100;
    border-color: var(--e-global-color-primary );
	outline:none;
}
