/* Brand Colour Variables */
:root {
  --brand-primary: #1B1D1C;
  --brand-primary-foreground: #FFFFFF;
  --brand-secondary: #CBDAE1;
  --brand-secondary-foreground: #FFFFFF;
  
    /* custom-core brand colour */
  --brand-surface: #f9f3e8;
  --brand-surface-foreground: #1B1D1C; 
}

/* Brand Colours */
.dropdown-item.active, .dropdown-item:active {color: var(--brand-primary-foreground); background-color: var(--brand-primary);}

/* Background Color Utilities */
.bg-brand-surface {
  background-color: var(--brand-surface);
  color: var(--brand-surface-foreground);
}

.bg-primary a {color: var(--brand-primary-foreground);}


/* Buttons */
.btn {white-space: normal;}

.btn-social {display: inline-flex; justify-content: center; align-items: center;}
.btn-social i {margin: 0;}
.share-page-icons a.btn-social {background: transparent !important; border: 1.5px solid #1b1d1c !important; color: #1b1d1c !important; transition: all 0.2s ease-out;}
.share-page-icons a.btn-social:hover {background: #1b1d1c !important; border: 2px solid #1b1d1c !important; color: #ffffff !important;}

.lump_buttons .btn {display: flex;flex-direction: row;justify-content: center;align-items: center;column-gap: 10px;}
.lump_buttons .btn .material-icons {margin: 0;}

.content p a:not(.btn), a.nothanks {text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; text-decoration-skip-ink: auto;}
.content p a:not(.btn):hover, a.nothanks:hover {opacity: 0.6;}

/* Navigation */
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a {color: inherit;}
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a:hover {color: var(--brand-primary);}

.funraisin-sticky-nav {border-bottom: none !important; box-shadow: 0px 0px 40px -10px hsla(0, 0%, 0%, 0.1);}
.funraisin-sticky-nav .site-logo {padding: 0px 15px;}

.lump.tab-content .nav-tabs li.active a {color: unset;}


/* Fundraising Pages */
.popup-col h2 {font-size: 24px;}
.popup-col.bg-primary {padding: 30px !important;}

#Badges .row {justify-content: center !important;}
#Badges .reward-badge {padding-top: 10px;padding-bottom: 10px;}
#Badges p {line-height: 130%;}


/* Search Pages */
.fundraiser-search .col-sm-6, .searchPageWrapper .col-sm-6 {width: 100%;}

.template-donation .form-group label.bg-primary,
.template-lumps .form-group label.bg-primary{
    color: #fff !important;
}

.form-control:focus:focus, .registration-steps ul li.completed, .registration-steps ul li.current, .nav-tabs li.active, .owl-carousel .owl-dot.active, .section-question .button {
    border-color: #1b1d1c !important;
}

.form-group label.bg-primary{
    color: #fff !important;
}

a.bg-primary:hover, a.bg-primary:focus{
    color: #fff !important;
}

.cropit img {
    max-width: 100% !important;
}

#GalleryImage.cropit img,
#BlogImage.cropit img,
#UserImage.cropit img{
    max-width: none !important;
}

.template-register .registration-steps > .container, 
.template-event-register .registration-steps > .container{
    width: 1280px;
}

.template-register .registration-steps ul li a,
.template-event-register .registration-steps ul li a{
    font-size: 13px !important;
}

#popup #mediabrowser .BtClose:not(.btn-primary) {
    color: #fff;
}

.removeImage{
    font-size: 17px !important;
    padding: 2px 5px 5px !important;
}

.removeImage .fa{
    font-size: 16px !important;
}
/* commented due to issue image not appear */
/*.template-register #UserImage.cropit img {*/
/*    max-width: 100% !important;*/
/*}*/

/* fixing image round at blog image */

/* Target the moving image wrapper to clip the user's photo cleanly */
#BlogImage .cropit-preview-image-container {
    border-radius: 50% !important;
    overflow: hidden !important;
}

#BlogImage .preview {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

#BlogImage .preview .cropit-preview {
  position: relative !important;
  flex-shrink: 0 !important;
  border-radius: 0 !important;
  width: 200px !important;
  height: 150px !important;
}

.zindex-1 {z-index: 1;} /*For hero overlap*/