#Donations {
	background: #f8f8f8;
}

.profileSidebar .money {
	color: #f6d05e;
}

.lump-news h4 {
	color: #000;
}

h1 b, h2 b, h3 b, h4 b, h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 400;
}


/*------- Custom Nav------------*/

.funraisin-dropdown-nav .fa-angle-down {
	transition: all 0.5s ease;
	margin-left: 5px;
	font-size: 14px;
}

.rotate180 {
	transform: rotate(180deg);
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a {
	font-family: Montserrat;
	font-size: 17px;
	color: #000;
	background: white;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover {
	color: rgb(211, 34, 127);
}

.funraisin-desktop-nav ul.nav>.li-text:hover a.text:not(.funraisin-tertiary-nav):not(.SocialHeader) {
	background-image: url(https://d2ztyoxk0rawrr.cloudfront.net/77d56fb068b0449e79f6a326adba0b6e.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.site-logo.sticky-logo img {
	width: 150px;
}

.SocialHeader .fa {
	background: white;
	border: none;
	padding: 9px;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 100em;
	color: black !important;
}

.nav>li>a.SocialHeader {
	padding: 10px 5px;
}

.SocialHeader .fa:hover {
	background: rgba(255, 255, 255, 0.5);
	border: none;
	color: black !important;
}

.funraisin-secondary-nav .input-group-btn .btn-primary {
	background: #ffd166;
	border-color: #ffd166;
	color: black !important;
}


/*Header Graphic*/

/*.funraisin-header:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	right: 40%;*/
/*	bottom: 0;*/
/*	width: 68%;*/
/*	height: 600px;*/
/*	background: url(https://d2ztyoxk0rawrr.cloudfront.net/1d6caba4f309c01eda680d879a2d2c93.png);*/
/*	background-repeat: no-repeat;*/
/*	background-position: right center;*/
/*	background-size: cover;*/
/*}*/

/*.funraisin-header .header-text {*/
/*	z-index: 10;*/
/*}*/

/*@media only screen and (min-width: 1024px) and (max-width: 1920px) {*/
/*	.funraisin-header:after {*/
/*		content: "" !important;*/
/*		position: absolute !important;*/
/*		right: 29% !important;*/
/*		bottom: 0 !important;*/
/*		width: 87% !important;*/
/*		height: 600px !important;*/
/*		background: url(https://d2ztyoxk0rawrr.cloudfront.net/1d6caba4f309c01eda680d879a2d2c93.png) !important;*/
/*		background-repeat: no-repeat !important;*/
/*		background-position: right center !important;*/
/*		background-size: cover !important;*/
/*	}*/
/*}*/

#template-profile .funraisin-header:after {
	display: none !important;
}


/*login state*/

.template-login-dashboard .funraisin-header:after {
	display: none !important;
}

.funraisin-dropdown-nav li.login-dropdown.panel {
	background: black;
}

.login-dropdown ul a:not(.btn) {
    color: white !important;
}

/*Fundraisers > Join Us*/
.template-event-register .funraisin-header:after {
	display: none !important;
}

/*Hover Icon*/

.ways-pop img.left-block:hover {
    opacity: 0.5;
}


/*Donation Panel*/

#template-profile .donationHandlers .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}

#template-profile .donationHandlers .col-xs-12 img {
    border-radius: 4px;
    margin-bottom: 20px;
}

.profile-header .share-email, .profile-header .btn-black,
.loggedin-header .share-email, .loggedin-header .btn-black {
    background: #8d00ff !important;
}

.profile-header .share-email, .profile-header .btn-black,
.loggedin-header .share-email:hover, .loggedin-header .btn-black:hover {
    color: #ffffff !important;
    background: #d3227f !important;
}

/*==============================*/
/*New Style - 2026 - Abdan*/
/*================================*/
span.text-pink{
    color: #D3227F;
}

span.text-purple{
    color: #8D00FF;
}