/**
* Theme Name:     fullfunnelb2bmastery
* Author:         xyz
* Template:       hello-elementor
* Text Domain:	   fullfunnelb2bmastery
* Description:    hello elementor child theme
*/
body{
	background-color:#fdfeff !important;
}
.text-color-secondary {
	color:var(--e-global-color-secondary);
}
header#masthead {
	position: sticky !important;
	top: 0;
	background-color: #fdfeff;
}
.header_btn a {
	font-size: 20px !important;
	text-transform: capitalize;
	text-decoration: none;
	background-color: var( --e-global-color-d560c63 );
	color: #fff !important;
	font-weight: 700 !important;
	line-height: 30px !important;
	border-radius: 10px 10px 10px 10px !important;
	padding: 8px 24px 8px 24px !important;
}
ul#menu-1-45ac015 {
	align-items: center;
}
header#masthead .e-con-inner {
	align-items: center;
}
footer#colophon .header_btn a {
	display: none;
}
@media only screen and (max-width: 1024px){
	header#masthead .hfe-nav-menu__toggle.elementor-clickable {
		position: absolute;
		right: 0;
		top: -50px;
	}
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li, .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
		padding: 0 4px;
		border:none !important; 
	}
	.hfe-menu-item{
		padding: 4px 0px !important;	
	}
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
		width: 100% !important;
	}
	.header_btn a {
		font-size: 20px !important;
		text-transform: capitalize;
		text-decoration: none;
		background-color: var(--e-global-color-secondary) !important;
		color: #fff !important;
		font-weight: 700 !important;
		line-height: 30px !important;
		border-radius: 10px 10px 10px 10px !important;
		padding: 8px 24px 8px 24px !important;
		justify-content: center !important;
		margin: 30px 0;
	}
}
@media (max-width: 767px){
	header#masthead .hfe-nav-menu__toggle.elementor-clickable {
		top: -33px;
	}
	ul#menu-1-ff2bb8c {
		justify-content: center;
		flex-direction: column;
	}

	ul#menu-1-ff2bb8c li {
		margin-right: 0;
	}

	ul#menu-1-ff2bb8c a.hfe-menu-item {
		justify-content: center;
	}
}