/* 
Theme Name: Hello WPsecrets
Theme URI: https://wpsecrets.hu/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by WPsecrets team
Author: WPsecrets.hu
Author URI: https://wpsecrets.hu/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-wp-secrets
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 */

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

@media only screen and (min-width: 1023px) {

.menu-cta a {
	border-radius: 8px;
	padding: 5px 20px !important;
	background: #FFAE00;
	color: #182358 !important;
	border: 1px solid #FFAE00 !important;
	margin-left: 15px !important;
}
.menu-cta a:hover {
	background: #CC8B00;
	color: #182358 !important;
	border: 1px solid #CC8B00 !important;
	transition: all .3s !important;
}
.menu-cta  a:after{    
display: none 
!important;
}
