/* 
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  */
h1 {
    font-size: 3.5rem;
}
a {
    color: #80a13e;
    text-decoration: none !important;
	font-weight: 600;
}
a:hover, a:active, a:visited, a:hover {
	color: #3c3b5f;
}
.i_am_here {
	font-weight: 600;
	color: #ffffff;
    text-align: center !important;
}
.hfe-nav-menu a {
    border: 2px solid #3b3b5f;
    padding: 4px 15px 8px 15px !important;
    line-height: 1em !important;
    font-size: 20px !important;
    text-transform: capitalize;
    border-radius: 6px;
    color: #3b3b5f !important;
}
.hfe-nav-menu a:hover {
	background: #3b3b5f !important;
	color: #ffffff !important;
}
#footer_about {
    border-radius: 6px;
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    border: 1.5px solid #ffffff !important;
    padding: 8px 30px 12px 30px;
    line-height: 1em;
    margin-top: 30px;
}
.hfe-nav-menu__layout-horizontal li.menu-item {
    margin-left: 15px;
}
.forminator-ui#forminator-module-1813.forminator-design--default .forminator-button-submit, input[type=submit] {
    background: #80a13e;
    color: #ffffff;
    border-color: #80a13e;
    width: 250px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.forminator-ui#forminator-module-1813.forminator-design--default .forminator-button-submit:hover, input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:visited, input[type=submit]:active {
    background: #8bb13f;
    color: #ffffff;
    border-color: #8bb13f;
}
.mc4wp-form-fields input[type=submit] {
    float: right;
}
a[href^="mailto:"]:hover {
color: #5f7434;
}
.dont_miss {
    color: #ffe000 !important;
}
.mc4wp-success {
    color: #8bb13f;
}

@media (max-width: 768px) {
	.hfe-nav-menu__toggle {
        margin: 0px !important;
    }
}