/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768788058
Updated: 2026-01-19 02:00:58

*/

/* Gobal */
.overlay-bg:before {
	background: linear-gradient(0deg, #021A2C 0%, rgba(2, 26, 44, 0.00) 50.48%, #021A2C 100%) !important;
	opacity: 1 !important;
}
.overlay-bg-180:before {
	background: linear-gradient(180deg, #021A2C 0%, rgba(2, 26, 44, 0.00) 100%) !important;
	opacity: 1 !important;
}
.overlay-bottom:before {
	background: linear-gradient(0deg, #021A2C 0%, rgba(2, 26, 44, 0.00) 100%);
	opacity: 1 !important;
}
.home-sponsor::before {
    background: linear-gradient(0deg, #021A2C 0%, rgba(2, 26, 44, 0.00) 50.48%, #021A2C 100%) !important;
    opacity: 0.5 !important;
}

/* Header */
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(2, 26, 44, 0.8) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

header.sticky-header > .e-con-inner {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

header.sticky-header .logo img {
	transition: var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
	max-width: 120px;
}

@media only screen and (max-width: 767px) {
	header.sticky-header.elementor-sticky--effects .logo img {
		max-width: 90px;
	}
}

.user-login {
	height: 42px !important;
}
@media only screen and (max-width: 500px) {
	.user-login {
		height: 34px !important;
	}
}
/* End Header */

/* Home page */
.css-1b6cd97, .css-134chkc {
	margin: 0 !important;
}
.item-header, .item-description {
    display: none !important;
}
button#checkout-button {
	display: none !important;
}
img.css-au42bs {
	display: none !important;
}
.paypal-button.paypal-button-color-gold, .paypal-button-row.paypal-button-color-gold .menu-button {
    background-color: #1BB3B0 !important;
    border-radius: 25px !important;
}
.paypal-button.paypal-button-shape-rect {
	border-radius: 25px !important;
}

/* Knowledge Page */
.knowledge-loop .ee-post__metas.ee-post__metas--has-metas {
    order: 0;
	margin-bottom: 10px;
}
.knowledge-loop .ee-post__title {
	order: 1;
}
.knowledge-loop .ee-post__excerpt {
	order: 2;
}
.knowledge-loop .ee-post__read-more {
	order: 3;
}
.knowledge-loop a.ee-post__button {
	order: 4;
}

/* Contact */
.line-under-title .elementor-icon-box-content h3.elementor-icon-box-title:after {
    content: '\2015';
    display: flex;
    justify-content: center;
}

/* Loop - Membership */
.member-logo img {
    background-color: rgba(27, 179, 176, 0.10);
    border-radius: 360px !important;
    padding: 15px;
    width: 50% !important;
}

.spons-logo {
	background-color: rgba(27, 179, 176, 0.10);
	border-radius: 360px !important;
	padding: 15px;
}

.product-benefits {
	font-family: 'Poppins';
	font-size: 16px;
	list-style: none;
	margin: 0;
}

ul.product-benefits {
	padding: 0 !important;
}

.product-benefits li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 15px;
	color: #fff;
}

.product-benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #1BB3B0;
	font-weight: bold;
}

#membership-buy-now, #sponsorship {
    background-color: var(--e-global-color-secondary);
    background-color: #1BB3B0;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 24px;
    text-align: center;
}

#membership-buy-now a.wpcbn-btn.wpcbn-btn-archive.button.product_type_simple.add_to_cart_button:after {
    content: 'Get started | Choose this package';
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
	color: #FFF;
    text-transform: capitalize;
}

#membership-buy-now a.wpcbn-btn.wpcbn-btn-archive.button.product_type_simple.add_to_cart_button {
    font-size: 0;
	background-color: transparent;
}

#sponsorship a.wpcbn-btn.wpcbn-btn-archive.button.product_type_simple.add_to_cart_button:after {
    content: 'Become our sponsor today!';
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
	color: #FFF;
    text-transform: capitalize;
}
#sponsorship a.wpcbn-btn.wpcbn-btn-archive.button.product_type_simple.add_to_cart_button {
    font-size: 0;
	background-color: transparent;
}

/* Checkout */
.woocommerce-shipping-fields {
    display: none;
}

.select2-container .select2-dropdown {
	background-color: #021A2C;
}

ul#select2-billing_country-results li {
    font-family: 'Poppins' !important;
	color: #FFF !important
	background-color: #021A2C !important;
}

/* Login & Regis */
nav.pms-account-navigation {
    margin-bottom: 2em;
}

form#pms_login, form#pms_register-form, nav.pms-account-navigation, #pms-accout-page p, ul.pms-form-fields-wrapper, form#pms_recover_password_form p, p.pms-alert {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #FFF;
}

input#wp-submit, input.pms-form-submit {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 12px 24px;
	width: 100%;
	text-align: center;
}

input[type="submit"] {
    color: #FFF;
    border: 1px solid #FFF;
    padding: 12px 24px;
	text-align: center;
}

input[type="submit"]:hover, input#wp-submit:hover, input.pms-form-submit:hover {
    background-color: #1BB3B0;
    border: 1px solid #1BB3B0;
}

a.register, a.lostpassword, a.pms-register-page-link {
    color: #FFF;
}

a.pms-register-page-link:hover {
	background-color: #1BB3B0;
}

.pms-account-navigation li {
    margin-right: 24px;
}

li.pms-account-navigation-link a {
    color: #FFF;
    font-size: 24px;
}
a.pms-account-navigation-link--active {
	color: #1BB3B0 !important;
}

input#pms_user_login:disabled {
    color: #FFF !important;
}

@media screen and (max-width: 600px) {
	.pms-account-navigation ul li {
		text-align: center;
		border: 1px solid #FFF;
		padding-bottom: 5px;
	}
	li.pms-account-navigation-link a {
		font-size: 20px;
		font-weight: 500;
	}
}