/* 
Theme Name: NDD Elementor Theme
Description: NDD Elementor Child is a child theme of Hello Elementor, created by Elementor team, customized by NDD
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
*/
.entry-title{
	display: none!important;
}
.white-btn a {
	background: white!important;
	color: black!important;
}
.white-btn a:hover {
	background: linear-gradient(110deg, var( --e-global-color-secondary ) 30%, var( --e-global-color-primary ) 100%)!important;
	color: white!important;
}

/* .page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-weight: 600!important
}
.page h1 {
	font-size: 3.5rem!important
}

.page h2 {
	font-size: 2.5rem!important
}

.page h3 {
	font-size: 1.5rem!important
}
.page p {
	font-size: 1.2rem!important;
	font-weight: 400
}
.page a, .page btn {
	font-family: var(--e-global-typography-accent-font-family) !important;
}
.wpforms-submit {
    background: var( --e-global-color-accent )!important;
    padding: 15px 25px!important;
    text-align: center!important; 
    border: 3px solid var( --e-global-color-accent )!important;
	color: var( --e-global-color-secondary )!important;
}
.wpforms-submit:hover{
	color: var( --e-global-color-accent )!important;
	background:	var( --e-global-color-secondary )!important;
	border-color: var( --e-global-color-accent )!important;
	transition: .25s!important;
} */