.content-main {
    border-bottom: 1px solid #e5e5e5;
}

#LightboxPanel {
    background-color: #484848; 
    opacity: 0.4 !important;
}

.bg-primary a {
    color:#fff;
}

.lump-donationform #amountdetails .handles-layout-default > .donationHandlers[class*="col-"] {
    display: flex;
}

.lump-donationform #amountdetails .handles-layout-cardshorizontal .donationHandlers .radio .radio-image {
    height: 190px;
}

.donationHandlers .col-xs-12 img {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
    border-radius: 8px;
}

.donationHandlers .col-xs-12.text-center.pl0 {
    padding-left: 15px !important;
}

.registration-steps ul li a {text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.btn-xl {
    font-size: 19px !important;
    line-height: 1.8em;
}

.funraisin-header-nav .col-sm-3 {
    padding: 0 30px;
}

.header-box {
    border-radius: 8px;
    box-shadow: 0px 10px 60px -7px rgba(0,0,0,0.3);
}

.location {
    border-radius: 0 0 8px 8px;
}

.location h3 {
    color: #fff!important;
}

.funraisin-sticky-nav img {
    width: 200px;
}

.profileSidebar .donationHandlers.cards .radio {
    padding-left: 10px;
    padding-right: 10px;
}

#Donations h2, h3 {
    color: #292828;
}

/*Radius Only*/

.radius-top {
    border-radius: 10px 10px 0 0;
}

.radius-top img {
    border-radius: 10px 10px 0 0;
}

.radius-bottom {
    border-radius : 0 0 10px 10px;
    box-shadow: 2px -6px 60px -7px rgba(0,0,0,0.3)
}

/*Hover Grow */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s ease;
    cursor: pointer;
}

.hvr-grow:hover {
    transform: scale(1.05, 1.05);
    opacity: 1;
}

/*Select Register*/

.select-register:hover {
    background-color: #f5faff;
    border-radius: 10px;
}

/*Removed padding Logo */

.funraisin-header-nav .col-sm-3 {
    padding-left: 0 !important;
}

.stat-box {
    box-shadow: 0 7px 30px -25px rgba(0,0,0, 0.8);
}

.profile-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(https://db5wemxdlsj37.cloudfront.net/cef80fe2c5a0d9231fd713d9aec5cc6d.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.asset-block {
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 7px 30px -25px rgba(0,0,0, 0.8);
}

.asset-block h4 {
    font-size: 24px;
    color: #0099cc;
}

.diy-box {
    background: #fff;
    box-shadow: 2px 4px 10px 2px rgb(221, 224, 234);
    border-radius: 8px;
}

/*Radius Only*/

.diy-left {
    border-radius: 10px 0 0 10px;
}

.diy-left img {
    border-radius: 10px 0 0 10px;
    box-shadow: 2px 4px 10px 2px rgb(221, 224, 234);
}

.diy-right {
    border-radius : 0 10px 10px 0;
    background: #fff;
    box-shadow: 2px 4px 10px 2px rgb(221, 224, 234);
}

.breadcrumb {
    display: none;
}

/*Optional Donation*/
.entry-steps .donationHandlers .copy-text .col-xs-7 {
    width: 100%;
    padding: 0 15px !important;
    text-align: center;
}

.entry-steps .donationHandlers .copy-text .col-xs-5 {
    width: 100%;
    margin-bottom: 20px;
}

.entry-steps .donationHandlers .copy-text .col-xs-5 img {
    border-radius: 8px;
}