/* 
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 */
a{
	color: var( --e-global-color-2ac6670 )
}

#site-header{
	z-index:2;
}

.mpl0 p:last-child{
	margin-bottom: 0;
}
.site-header{
	padding-top: 5px;
	padding-bottom: 5px;
}
.site-header .header-inner .custom-logo-link{
	line-height: .5;
}
.site-navigation ul.menu li.menu-item-has-children:after{
	color: #dbdbdb;
}
.site-header .site-navigation ul.menu ul.sub-menu li a{
	color: #000;
	background-color:transparent;
	width: 100%;
	transition: all .3s ease;
}
.site-navigation-dropdown ul.menu li.current-menu-item li a{
	background-color: #fff;
	color: var( --e-global-color-2ac6670 );
}
.site-header .site-navigation ul.menu ul.sub-menu li a:hover,
.site-navigation-dropdown ul.menu li.current-menu-item > a,
.site-navigation-dropdown ul.menu li a:hover,
.site-navigation-dropdown ul.menu li.current-menu-item li a:hover{
	background-color: var( --e-global-color-2ac6670 );
	color:#fff;
}
.site-navigation-toggle-holder .site-navigation-toggle{
	padding: 0;
	font-size: 36px;
	background-color: transparent;
}

.site-navigation-dropdown ul.menu>li li{
	transform: scaleY(1);
	max-height: unset;
}

.pmpro_content_message {
    text-align: center;
    padding: 50px 20px;
}

.pmpro_content_message a, .pmpro_content_message a:link,
.pmpro_table .pmpro_btn{
	padding: 18px 30px 16px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 40px;
	background-color: #000;
	color: #fff;
	line-height: normal;
	
}

#pmpro_account .pmpro_box h2{
	color: #000;
}

.pmpro_billing_wrap ul,
.pmpro_confirmation_wrap ul{
    margin-block-end: 20px;
}

@media(max-width:767px) and (min-width:575px){
	#site-header {
		padding-left:15px;
	}
}