/*

Theme Name: Design Forest Hello Child Theme

Theme URI: https://github.com/elementor/hello-theme/

Description: Design Forest Hello Child Theme is a child theme of Hello Elementor, created by Design Forest

Author: Designforest.hu

Author URI: https://designforest.hu/

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

*/
/* --- MENU --- */

@media only screen and (min-width: 767px) {
.menu-cta a {
	border-radius: 5px;
	padding: 7px 20px !important;
	background: #bb9540;
	color: #fff !important;
	border: 0px solid #75910a;
}
.menu-cta a:hover {
	background: #ffffff;
	color: #bb9540 !important;
}
}