.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;}
.btn-social.share-email {padding: 5px;}

#Donations {background:#e6e8ff;}

.loggedin-header:before, .profile-header:before {background:rgba(0,0,0,0.7)}

.profileSidebar .money {color:#9093ce;}

.lump-news h4 {color:#000;}

/*blog*/
.blogItem {
	background-color: #e6e8ff;
	border-radius: 10px;
	overflow: hidden; /* ensures rounded corners apply to images/content inside */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* optional: adds a subtle shadow */
	transition: transform 0.2s ease; /* optional: smooth hover effect */
}

.blogItem:hover {
	transform: translateY(-3px); /* optional: lift on hover */
}

.custom-blog-bg {
  background-color: #e6e8ff;
}


/*Nav*/
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a{
    color: #333;
    font-size: 16px;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover{
    color: #9093ce;
}

/*Registrasion success*/

#popup .fa-link {
     color: #fff;
}

/*Hide Blog Date*/

.template-blog .date {
    display: none;
}

/*Donation Confirmation Page*/
.nav-custom-background {
    background: #9093ce;
}