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






/* ------------------------------------------------------------------------- *
 *  General
/* ------------------------------------------------------------------------- */



/**
 * Custom styles 
 */


.text-accent {
    color: var(--e-global-color-accent);
}

.h-auto .elementor-icon svg {
    height: auto;
}

.col-rounded .elementor-widget-wrap {
    border-radius: 20px;
}

@media only screen and (min-width: 1025px) {
	.desktop-remove-bcg {
		background: transparent !important;
	}	
}











/* ------------------------------------------------------------------------- *
 *  Header & footer
/* ------------------------------------------------------------------------- */



/**
 * Header 
 */

.page-header {
    display: none;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu {
	text-align: center;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	display: inline-block !important;
}

.menu-item-btn a {
    background: var(--e-global-color-accent);
    border-radius: 15px; 
	color: #fff !important;
    font-size: 18px !important;
}

@media only screen and (min-width: 768px) {
	.menu-item-btn a {
		margin-left: 20px !important;
	}
}

.elementor-service-price {
    color: var(--e-global-color-primary);
    font-weight: 700;
    font-size: 150%;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	padding: 50px;
}

.elementor-nav-menu--dropdown .elementor-item:hover {
	background-color: transparent !important;
	color: var(--e-global-color-primary) !important;
}








/* ------------------------------------------------------------------------- *
 *  Elementor 
/* ------------------------------------------------------------------------- */


/**
 * Forms 
 */

.elementor-message:before {
    display: none;
}

.elementor-widget-form  .elementor-field-group-field_gdpr .elementor-field-subgroup label {
    font-size: 14px;
}




/**
 * Buttons 
 */

 .menu-item-btn a,
 .elementor-button[type="submit"] {
    background-image: linear-gradient(170deg, #FBDD61 15%, var( --e-global-color-bd2d536 ) 65%) !important;
}
