/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
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
*/

.elementor button.affwp-tooltip {border:none;}

.h2-link h2 {
	font-size:24px;
}
.h2-link h2 a {
	font-family:"Cormorant Garamond", sans-serif;
	text-decoration:none;
}
input#gform_submit_button_1 {
	--gf-local-bg-color: var(--e-global-color-accent);
	padding: 12px 44px;
	border-radius:25px;
}

/* ======= AFFILIATE DASHBOARD ======== */
div.affwp-wrap.affwp-payment-email-wrap,
#affwp-affiliate-dashboard-referrals .referral-reference,
#affwp-affiliate-dashboard-referrals .referral-amount,
#affwp-affiliate-dashboard-referrals .referral-status,
#affwp-affiliate-dashboard-profile-form h4:first-of-type {
	display:none;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
	margin:0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    display: inline-block;
    padding: 4px 14px;
    margin: 0;
    border: 1px solid #082F4C;
	border-radius: 5px 5px 0 0; 
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
    background: #082F4C;
	color:#fff;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active a {
	color:#fff;
}
div.affwp-tab-content {
    border: 1px solid #082F4C;
    padding: 25px;
    margin-top: -1px;
}