/* CAUSES */

.helpme-causes > ul {
  padding: 0;
  list-style: none;
}

.cause-item-wrapper{
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
	-moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.01);
	background:#fff;
	padding-bottom:30px;
	}
.cause-item-wrapper:hover{
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.05);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.05);
	background:#fff;
	padding-bottom:30px;
}


/* grid style dfault */

.helpme-causes.grid-style {
  text-align: center;
  margin: 0 auto;
}
.helpme-causes.grid-style ul{
	margin: 0 -15px
}

.helpme-causes.grid-style .helpme-cause-item {
	  margin:0 0 30px;
	  padding:0 15px;
	  list-style: none;
	  position: relative;
	  border-right: none;
	  line-height: 4px;
	  display: inline-block;
	  border: none;
	  border-top: none;
	  border-left: none;
	  overflow: hidden;
	  float: left;
}
.helpme-causes.grid-style .helpme-cause-item:last-child {}
.helpme-causes.grid-style .helpme-cause-item:hover .helpme-causee-networks {
  pointer-events: auto;
}
.helpme-causes.grid-style .helpme-cause-item:hover .helpme-causee-networks a {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -o-transform: translateY(0%) rotateX(0deg);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.helpme-causes.grid-style .helpme-cause-item:hover .helpme-causee-networks a:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.helpme-causes.grid-style .helpme-cause-item:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.helpme-causes.grid-style .helpme-cause-item:hover .team-member-name,
.helpme-causes.grid-style .helpme-cause-item:hover .team-member-position {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
@media handheld, only screen and (max-width: 600px) {
  .helpme-causes.grid-style .helpme-cause-item img {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .helpme-causes.grid-style .helpme-cause-item{
    width: 33.3%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .helpme-causes.grid-style .helpme-cause-item {
    width: 50%;
  }
}
@media handheld, only screen and (max-width: 400px) {
  .helpme-causes.grid-style .helpme-cause-item {
    width: 100%;
  }
  .helpme-causes.grid-style .helpme-cause-item img {
    width: 100%;
  }
}

.helpme-causes.grid-style .team-info-wrapper {
  
  left: 0;
  top: 0;
  height: auto !important;
  width: 100%;
  z-index: 8;
  line-height: 20px;
}
.helpme-causes.grid-style .team-info-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.helpme-causes.grid-style .team-info-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
}
.helpme-causes .team-info-wrapper .team-member-name {
  text-align:center;
  font-size: 18px;
  text-transform:uppercase;
  display: block;
  font-weight: bold;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.helpme-causes .team-info-wrapper .team-member-position {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align:center;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.helpme-causes.grid-style .helpme-causee-networks {
  position: relative !important;
  margin: 10px 0 0 !important;
  top: auto !important;
  left: auto !important;
}
.cause-item-figure{position:relative;overflow:hidden;}
.cause-item-figure img{width:100%;}
.helpme-causes .item{}
.helpme-causes .item .cause-item-figure img{transition:all 0.2s ease}
.helpme-causes .item:hover .cause-item-figure img{transform:scale(1.04);transition:all 0.2s ease}
.helpme-causes .owl-item  .cause-item-figure .hover-overlay {
  z-index: 8;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  background: -webkit-linear-gradient(rgba(39, 46, 67, 0) 0%, rgba(39, 46, 67, 0.85) 100%) !important;
  background: -o-linear-gradient(rgba(39, 46, 67, 0) 0%, rgba(39, 46, 67, 0.85) 100%) !important;
  background: linear-gradient(rgba(39, 46, 67, 0) 0%, rgba(39, 46, 67, 0.85) 100%) !important;
  background-color: rgba(39, 46, 67, 0.85);
}
.helpme-causes .owl-item :hover .cause-item-figure .hover-overlay {
  z-index: 1000;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.helpme-causee-networks {
  margin:0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
.helpme-causee-networks li {
  display: inline-block;
  float: none !important;
  margin: 0;
}
.helpme-causee-networks li a {
  display: block;
  margin: 3px;
  width: 38px;
  height: 38px;
  border: 1px solid #eee;
  color: #eee;
  text-align: center;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0,0, 0);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
.helpme-causee-networks li a i {
  line-height: 2.4;
  font-size: 16px;
}
.helpme-causee-networks li a:hover {
  background-color: #fff;
}
.helpme-pricing-table {
  margin-bottom: 30px;
  text-align: left;
  /* Pricing Columns */
}


.helpme-causes .owl-item{margin-bottom:30px;}
.cause-content-inner{padding:30px 30px 1px;text-align:center;}
.cause-item-inner{position:relative;}
.cause-title{
	margin-top:0;
	margin-bottom: 15px;
	font-weight:normal;
	}
.cause-title-divider{
	width:200px;
	height:1px;
	background:#eaeaea;
	margin:0 auto 10px;
	}
.cause-item-inner h5{letter-spacing:0;}
.cause-col-4 .cause-item-inner h5{font-size:16px;}
.cause-title a{
	text-transform:capitalize;
	font-weight:bold;
	}
.cause-title a:hover{
	
	}
.cause-desc{}
.cause-desc p{word-wrap:break-word;word-break:break-all;}
.cause-content-inner .cause-campaign #me.progress {
	margin-bottom:0 !important;
	}
.cause-content-inner .cause-campaign p.progress-bar-text {
    margin: 20px 0 !important;
	font-weight:700 !important;
}


.single-content{position:relative;}

.cause-campaign{}
.cause-campaign form{display:inline-block;}

.cause-readmore {
    display: inline-block;
	transition:all 1s ease;
	text-align:center;
}

.cause-readmore a{
    border: 1px solid #fff;
    border-radius: 3px;
	padding:8px 0;
	min-width: 140px;
	display:inline-block;
	text-transform:uppercase;
	}
.single-cause .cause-item-wrapper .cause-readmore a {
    border:none;
    border-radius: 0;
    display: inline-block;
    line-height: 55px;
    min-height: 55px;
    min-width: 200px;
    padding: 0;
}
.cause-col-4 .cause-readmore a{
	padding:5px 0;
	min-width: 100px;
	font-size:10px;
	text-transform:uppercase;
	
	}
.progress {height:12px !important; border:1px solid #eee !important; border-radius:25px;background:#f1f1f1 !important;box-shadow:none !important;}
.progress-bar{height:12px !important;box-shadow:none !important;line-height:12px;}
.single-cause .cause-item-wrapper .progress-bar{height:22px !important;line-height:22px;}
.progress{
	overflow:visible !important;
}
.progress-bar.bar{
	border-radius:8px !important;
}
.single-cause .cause-item-wrapper .progress-bar.bar{
	border-radius:12px !important;
}
.progress-bar.bar .bar-tip {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 25px;
    color: #333;
    font-size: 9px;
    height: 24px;
    line-height: 2.6;
    position: absolute;
    right: -2px;
    top: -8px;
    width: 48px;
	box-shadow:0 2px 3px 0 rgba(204,204,204,0.75);
}
@media handheld, only screen and (max-width: 767px) {
	.helpme-causes.grid-style .cause-readmore {
		top: 60px;
	}
}
.cause-read-more a.readmore{
	margin-right:10px;
}
.helpme-causes .give-goal-progress .raised {
    margin-bottom: 5px !important;
	
}
.helpme-causes .give-goal-progress .income {
    font-size: 18px !important;
	line-height:24px !important;
}