/*
Theme Name: Hello Child
Theme URI: http://yourwebsite.com/hello-child/
Description: Child theme for the Hello theme
Author: Your Name
Author URI: http://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Add your custom styles below */
@import url('https://fonts.cdnfonts.com/css/avenir');
 
p, h1, h2, h3, h4, h5, h6, ul, li, ol, a {
font-family: 'Avenir', sans-serif !important;
}

.jkit-button-wrapper-contact {
	
    padding: 16px 26px 16px 26px;
    font-family: var(--e-global-typography-904ca3a-font-family), Sans-serif;
    font-size: var(--e-global-typography-904ca3a-font-size);
    font-weight: var(--e-global-typography-904ca3a-font-weight);
    text-transform: var(--e-global-typography-904ca3a-text-transform);
    line-height: var(--e-global-typography-904ca3a-line-height);
    letter-spacing: var(--e-global-typography-904ca3a-letter-spacing);
    word-spacing: var(--e-global-typography-904ca3a-word-spacing);
    color: var(--e-global-color-accent);
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #405570;
    border-radius: 0px 0px 0px 0px;
	   
}
#menu-item-16520 {margin-bottom:10px;}
.jkit-button-wrapper-contact:hover {
    background-color: var(--e-global-color-accent);
	color:#fff;
}
#menu-item-16520:hover > a {
    color: #fff !important;
}

	color:#fff;
}