/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 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
*/

/* Add your custom styles here */

.make-me-btn a {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    border-radius: 3px;
    color: #000000 !important;
    fill: #000000 !important;
}
/*
footer .footer-container{
	display: flex!important;
	flex-direction: row!important;
	align-items: center!important;
	flex-wrap: nowrap!important;
	min-width: 200px!important;
}

footer .footer-container .footer-terms-section{
    width: 100%!important;
}


footer .footer-container .footer-terms-section h2{
    color: #ffffff!important;
    font-size: small!important;
	min-width: 150px;
    display: flex!important;
    flex-direction: row!important;
    justify-content: flex-start!important;
}


@media (max-width:764px){
footer .footer-container{
    flex-direction: column!important;
}
footer .footer-container .footer-terms-section{
    width: 100%!important;
}
footer .footer-container .footer-terms-section h2{
    justify-content: center!important;
	min-width: 150px;
}

footer .footer-container .footer-copyright-section{
    justify-content: center!important;
}
}
*/