/*
You can add your own CSS here.

Click the help icon above to learn more.
*/




.header-3-top .bt-header-logo-sidebar-wrap{
  border-bottom: 1px solid #ededed;
}
li.menu-item-custom-type-button_donate button.give-btn.give-btn-modal {
    border-radius: 0;
    padding: 0 20px;
    letter-spacing: 1px !important;
}
.custom-header-contact-ui{
  padding-top: 4px;
}
.custom-header-contact-ui .ui-item{
  display: inline-block;
  margin-left: 20px;
  padding-left: 65px;
  position: relative;
  text-align: left;
}
.custom-header-contact-ui .ui-item .icon-wrap{
  position: absolute;
  left: 0;
  top: -1px;
  width: 50px;
  height: 50px;
  background: #FFBA00;
  border-radius: 3px;
}
.custom-header-contact-ui .ui-item .icon-wrap span{
  color: #333;
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.custom-header-contact-ui .ui-item .entry .title{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.custom-header-contact-ui .ui-item .entry .text{
  margin: 0;
  color: #999;
}


.custom-header-social-ui 
{
	list-style: none !important;
}
.custom-header-social-ui:after{
  content: "";
  display: block;
  clear: both;
}
.custom-header-social-ui .s-item{
  float: left;
}
#page .custom-header-social-ui .s-item a{
  display: block;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  background: #333;
}
#page .custom-header-social-ui .s-item a i{
  font-size: 13px;
}
#page .custom-header-social-ui .s-item a:hover{
  color: #333;
  background: #fff !important;
}
#page .custom-header-social-ui .s-item a:hover i{
  color: #333;
}
#page .custom-header-social-ui .s-item.s-fb a{
  background: #3B5998;
}
#page .custom-header-social-ui .s-item.s-tw a{
  background: #1DA1F2;
}
#page .custom-header-social-ui .s-item.s-gp a{
  background: #DC5246;
}
#page .custom-header-social-ui .s-item.s-pinterest a{
  background: #CB1F27;
}
#page .custom-header-social-ui .s-item.s-youtube a{
  background: #E72B20;
}
#page .custom-header-social-ui .s-item.s-vimeo a{
  background: #00ADEF;
}

.footer-contact-info-ui{
	margin-top: 25px;
  display: block;
}
.footer-contact-info-ui .c-item{
  	display: block;
  	width: 100%;
  	margin-bottom: 20px;
}
.footer-contact-info-ui .c-item > *{
  	display: inline-block;
  	vertical-align: middle;
}
.footer-contact-info-ui .c-item .icon-wrap{
  	position: relative;
  	margin-right: 20px;
}
.footer-contact-info-ui .c-item .icon-wrap span{
  	font-size: 30px;
	display: inline-block;
	margin-top: 10px
}
.footer-contact-info-ui .c-item .entry-content{
	width: calc(100% - 60px)
}
.footer-contact-info-ui .c-item .entry-content,
.footer-contact-info-ui .c-item .entry-content a{
  	font-size: 11px !important;
  	text-transform: uppercase;
  	letter-spacing: 2px;
}
.footer-contact-info-ui .c-item .entry-content a{
	text-decoration: underline;
	font-size: 10px !important;
}
.footer-contact-info-ui .c-item .entry-content p{
	margin: 0;
	line-height: normal
}
.footer-contact-info-ui .c-item .entry-content .label{
  	font-weight: bold;
	padding: 0;
}
.bt-header.header-3 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item.menu-item-custom-type-notification_center .notification-center-icon .notification-center-item a .notification-cart-total-qtt-dk{
line-height: 40px;
}
@media (max-width: 767px) {
.bt-logo-retina .fw-wrap-logo .fw-site-logo img.main-logo{
	//width: 180px !important;
}
}
@media (max-width: 1100px) {
 .bt-header.header-3 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:not(:first-child) {
    margin-left: 20px;
}
}
.sweet-overlay{display: none !important;}
.showSweetAlert{display: none !important;}
.donate-mobile button.give-btn.give-btn-modal {
    line-height: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* New theme css overrides */
.programs .carousel-card-more {
	display: none;
}

.stats{
	opacity: 0.75;
}

.snapshots .owl-dot span {
	display:none;
}

#page .bt-header-top-bar{
  padding: 0;
	max-height: 45px;
}

.razorpay-payment-button .PaymentButton{
	min-height: 45px !important;
	border-radius: 0 !important;
}

.razorpay-payment-button .PaymentButton svg{
	display:none;
}

.razorpay-payment-button .PaymentButton .PaymentButton-securedBy{
	display:none;
}

.razorpay-payment-button .PaymentButton .PaymentButton-text{
	line-height:33px !important;
		font-family: 'Montserrat' !important;
	font-weight: normal !important;
	font-style: normal;
}

.customized-donate .PaymentButton{
	background: #FF9900 !important;
	border-radius: 3px !important;
}


.customized-donate .PaymentButton-content{
	padding:4px 0 4px 0 !important;
}

.wpsm_tram_img_wrap {
  filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
 }

 .wpsm_tram_img_wrap:hover {
 	filter: grayscale(0%);
 	filter: gray;
	-webkit-filter: grayscale(0%);
	filter: none;
	transition: 1s ease;
}



.expressions .post-thumbnail{
	   overflow: hidden !important;
    max-height: 173px !important;
}


.single-entry-header .post-title{
	display:none;
}

.news .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: #f90;
}

.news .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	background-color: #e08700;
}