/*
 Theme Name:     Born To Give Child Theme
 Theme URI:      https://demo.imithemes.com/born-to-give
 Description:    Born To Give Child Theme
 Author:         imithemes
 Author URI:     http://www.imithemes.com
 Template: 		 born-to-give
 Version:        1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (max-width: 992px){
html .body .dd-menu > li {
    float: left;
}
}

#promo-carousel .glyphicon-chevron-right, #promo-carousel .glyphicon-chevron-left {
  color: #000;
}
#promo-carousel .carousel-control {
  width: unset;
}
.carousel-control.left, .carousel-control.right {
  background: none !important;
}
.categories-home-customize ul {
  display: inline-flex;
  justify-content: space-between;
}
.categories-home-customize .widgettitle {
  display: none;
}
.categories-home-customize ul li.cat-item {
  padding: 10px 20px;
  border-bottom: none;
  letter-spacing: .6px;
  box-shadow: 3px 2px 5px #ccc;
  margin-right: 10px;
}
.padding-post-row {
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
.excerpt-small {
  font-size: .8rem;
  line-height: 20px;
  text-align: justify;
  letter-spacing: .3px;
}
.blog-custom-button {
  display: block;
  background-color: #2F2B60;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid lightgrey;
  color: #fff;
  width: 110px;
  text-align: center;
}
.mb-0{
    margin-bottom: 0px !important;
}
.single-campaign .campaign-donation{
    width: 10%;
    text-align: center;
}

@media only screen and (max-width: 600px) {
  .single-campaign .campaign-donation {
    width: 40%;
  }
}
/*.header-style2.admin-bar .is-sticky .site-header, .header-style3.admin-bar .is-sticky .fw-menu-wrapper{*/
/*    top: 70px !important;*/
/*}*/
/*.header-style2 .is-sticky .site-header, .header-style3 .is-sticky .fw-menu-wrapper{*/
/*    top: 40px !important;*/
/*}*/
.header-style2 .site-header, .header-style3 .fw-menu-wrapper{
    top: 40px !important;
}
.topbar{
    position: fixed;
    z-index: 9999;
    width: 100%;
}
/* Country restriction popup */

.crp-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}

.crp-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    text-align: center;
    z-index: 9999;
    width: 90%;
    max-width: 500px;
    border-radius: 6px;
}

.crp-box h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.crp-box p {
    font-size: 16
}

