:root {
    --wfkc-purple: #93328e;
    --wfkc-purple-rgb: 147, 50, 142;
    --wfkc-gold-fusion: #85754e;
    --wfkc-gold-fusion-rgb: 133, 117, 78;
    --wfkc-orange: #e57524;
    --wfkc-orange-rgb: 229, 117, 36;
    
    --wfkc-primary: var(--wfkc-purple);
    --wfkc-primary-rgb: var(--wfkc-purple-rgb);
    
    --wfkc-white: #fff;
    --wfkc-light: #f6f5f4;
    --wfkc-black: #000;
    --wfkc-black-rgb: 0,0,0;
}


/* sponsor page - https://walkforkidscancer.funraisin.com.au/sponsor */
/* remove tab - Organisations */
.template-sponsor .funraisin-page-nav ul li:nth-child(3) {
    display: none;}
.template-sponsor .funraisin-page-nav ul li:has(+li:nth-child(3)) a {
    border-right: 1px solid #ddd;
    border-radius: 0 4px 4px 0;}


.summary .addpromocode.btn {
    opacity: 1;
}
.template-donation .donationHandlers .dollarhandle .dollarhandle-text {border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.template-donation .donationHandlers .dollarhandle .dollarhandle-image {border-top-left-radius:10px;border-top-right-radius:10px;}

.btn-xl {font-size: 19px !important;line-height: 1.8em;}
.btn-xl.btn-white-border {padding:9px 20px;}

#Donations {background:#f8f8f9;}

.loggedin-header:before, .profile-header:before {background:rgba(255,255,255,0.7)}

.profileSidebar .money {color:#f6d05e;}

.lump-news h4 {color:#000;}

/*Nav*/
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a{
    color: #000;
    font-size: 16px;
    line-height: 125%; 
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover{
    color:#93328e;
}

/*Registrasion success*/

#popup .fa-link {
     color: #fff;
}

/*Fundraiser Profile*/
#template-profile .profileSponsorForm #sidebar-form-toggler li a {
    color: #fff;
}

#template-profile .profileSponsorForm #sidebar-form-toggler li a.active, #template-profile .profileSponsorForm #sidebar-form-toggler li a:hover {
    color: #68478d;
}

#template-profile .donationHandlers .radio.selected.bg-primary {
    background: #fff !important;
}

#template-profile .donationHandlers .radio.selected.bg-primary a {
    color: #68478d !important;
}

#template-profile .Mandatory.toggle-switch.form-group .toggle-btn.bg-primary {
    background: #fff !important;
    color: #68478d !important;
}

#template-profile #chooseamount h4 {
    color: #fff !important;
}

/*Footer*/
#Footer > .container {
    display: none;
}