/* CAUSES */

.helpme-causes > ul {
  
  padding: 0;
  list-style: none;
}
.helpme-causes.column-style ul,
.right-layout .helpme-causes.column-style ul ,
.left-layout .helpme-causes.column-style  ul {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
	}
.helpme-causes.column-style ul .helpme-cause-item,
.right-layout .helpme-causes.column-style ul .helpme-cause-item  ,
.left-layout .helpme-causes.column-style  ul  .helpme-cause-item {
  padding-left: 15px;
  padding-right: 15px;
}
.helpme-shortcode.one-column.column-style .helpme-cause-item .cause-item-figure{
	max-height:400px;
}
.helpme-causes.column_rounded-style .helpme-cause-item {
  float: left;
  margin: 0;
  text-align: center;
}
.helpme-causes.column_rounded-style .team-member-name {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 6px;
}
.helpme-causes.column_rounded-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
}
.helpme-causes.column_rounded-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.helpme-causes.column_rounded-style .team-thumbnail,
.helpme-causes.column_rounded-style .team-thumbnail img,
.helpme-causes.column_rounded-style .hover-overlay {
  -webkit-border-radius: 1500px;
  -moz-border-radius: 1500px;
  border-radius: 1500px;
}
.helpme-causes.column_rounded-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.helpme-causes.column_rounded-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.helpme-causes.column_rounded-style .team-thumbnail:hover .helpme-causee-networks {
  pointer-events: auto;
}
.helpme-causes.column_rounded-style .team-thumbnail:hover .helpme-causee-networks a {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.helpme-causes.column_rounded-style .team-thumbnail:hover .hover-overlay {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}
.helpme-causes.column_rounded-style .hover-overlay {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}
.helpme-causes.column_rounded-style.one-column .helpme-cause-item {
  padding: 0 0 50px;
  width: 100%;
}
.helpme-causes.column_rounded-style.one-column .helpme-cause-item .team-thumbnail {
  float: left;
  width: 50%;
}
.helpme-causes.column_rounded-style.one-column .helpme-cause-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.helpme-causes.column_rounded-style.two-column .helpme-cause-item {
  padding: 0 20px 50px;
  width: 49.8%;
}
.helpme-causes.column_rounded-style.three-column .helpme-cause-item {
  padding: 0 20px 40px;
  width: 33.3%;
}
.helpme-causes.column_rounded-style.four-column .helpme-cause-item {
  padding: 0 10px 30px;
  width: 24.8%;
}
.helpme-causes.column_rounded-style.five-column .helpme-cause-item {
  padding: 0 10px 20px;
  width: 19.8%;
}
@media handheld, only screen and (min-width: 768px) and (max-width: 980px) {
	
.cause-readmore a {
    min-width: 125px;
}
.cause-item-inner .mg-btn-grey {
    min-width: 125px !important;
}
	
}
@media handheld, only screen and (max-width: 767px) {
  .helpme-causes.column_rounded-style.three-column .helpme-cause-item,
  .helpme-causes.column_rounded-style.four-column .helpme-cause-item,
  .helpme-causes.column_rounded-style.five-column .helpme-cause-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .helpme-causes.column_rounded-style .clearboth {
    display: none !important;
  }
.cause-readmore a {
    min-width: 125px;
}
.cause-item-inner .mg-btn-grey {
    min-width: 125px !important;
}
}
@media handheld, only screen and (max-width: 600px) {
  .helpme-causes.column_rounded-style .helpme-cause-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }

}
.helpme-causes.column-style .helpme-cause-item {
  float: left;
  margin: 0;
}
.helpme-causes.column-style .team-member-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.helpme-causes.column-style .team-member-position {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 12px;
}
.helpme-causes.column-style .team-member-desc {
  display: block;
  padding: 0 0 10px;
}
.helpme-causes.column-style .team-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.helpme-causes.column-style .team-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.helpme-causes.column-style .team-thumbnail:hover .helpme-causee-networks {
  pointer-events: auto;
}
.helpme-causes.column-style .team-thumbnail:hover .helpme-causee-networks a {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.helpme-causes.column-style .team-thumbnail: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.column-style.one-column .helpme-cause-item {
  padding: 0 0 50px;
  width: 100%;
}
.helpme-causes.column-style.one-column .helpme-cause-item .team-thumbnail {
  float: left;
  width: 50%;
}
.helpme-causes.column-style.one-column .helpme-cause-item .team-info-wrapper {
  float: left;
  padding: 10px 30px;
  width: 50%;
}
.helpme-causes.column-style.two-column .helpme-cause-item {
  padding: 0 15px 30px;
  width: 50%;
}
.helpme-causes.column-style.three-column .helpme-cause-item {
  padding: 0 15px 30px;
  width: 33.3333%;
}
.helpme-causes.column-style.four-column .helpme-cause-item {
  padding: 0 15px 30px;
  width: 25%;
}
.helpme-causes.column-style.five-column .helpme-cause-item {
  padding: 0 15px 30px;
  width: 20%;
}
@media handheld, only screen and (max-width: 767px) {
  .helpme-causes.column-style.three-column .helpme-cause-item,
  .helpme-causes.column-style.four-column .helpme-cause-item,
  .helpme-causes.column-style.five-column .helpme-cause-item {
    padding: 0 20px 50px;
    width: 50%;
  }
  .helpme-causes.column-style .clearboth {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .helpme-causes.column-style .helpme-cause-item {
    padding: 0 0 40px !important;
    width: 100% !important;
  }
}
.helpme-causes.grid-style {
  text-align: center;
  margin: 0 auto;
}
.helpme-causes.grid-style ul{}
.helpme-causes.grid-style .helpme-cause-item .cause-item-inner{}
.helpme-causes.grid-style .helpme-cause-item .cause-item-inner:first-child{}
.helpme-causes.grid-style .helpme-cause-item {
  margin:0;
  padding:0;
  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;
	}
.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-family:'Montserrat' !important;
	font-weight:700 !important;
}

/* totaldonation styling */
#migla_donation_form{padding:70px 0;}
.migla-panel,#sectionpaypal {
    background: #fff !important;
    border: none !important;
	box-shadow: 0 8px 6px -2px rgba(0,0,0,0.05) !important;
}
.migla-panel-heading { padding: 20px 25px !important;}
.migla-panel-heading h2 {
    font-size: 24px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
button.miglacheckout {
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    min-width: 180px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}
form button.migla_donate_now {
    position: satatic;
	margin-bottom:4px !important;
	margin-right:20px;
}

.helpme-causes.one-column.column-style form button.migla_donate_now {
    

}
.cause-col-4 form button.migla_donate_now {
    font-size:10px !important;
	min-width:70px !important;
	padding:10px 15px !important;
}
.helpme-causes.grid-style form button.migla_donate_now {
    
}
.cause-item-inner .mg-btn-grey {
    min-width:140px !important;
	border-radius:3px !important;
	background:none !important;
	box-shadow:none !important;
	border:1px solid;
	text-shadow:none !important;
	transition:all 1s ease;
	font-size:14px !important;
	font-weight:400 !important;
	
}
.helpme-causes .owl-item:hover .mg-btn-grey{
	 box-shadow:none !important;
	transition:all 1s ease;
	}
.helpme-causes .owl-item .mg-btn-grey:hover,.helpme-causes .owl-item .mg-btn-grey:focus,.helpme-causes .owl-item .mg-btn-grey:active{
    background:none !important;
    box-shadow:none !important;
	z-index:999999;
	opacity:1;
	transition:all .5s ease;
}
.single-content{position:relative;}
.single-content .cause-campaign form button.migla_donate_now {
    position: absolute;
    right: 20px !important;
    top: 55px !important;
	left:auto;
}
.migla-panel .form-group #migla-bar{margin-top:30px !important;}
.single-content .cause-campaign form button.migla_donate_now.mg-btn-grey {
    min-width:140px !important;
	border-radius:3px !important;
	background:none !important;
	box-shadow:none !important;
	text-shadow:none !important;
	transition:all 1s ease;
}
.cause-campaign{margin-bottom:25px;}
.cause-campaign form{display:inline-block;}

.cause-readmore {
    display: inline-block;
	transition:all 1s ease;
	text-align:center;
	
	}
.helpme-causes.one-column.column-style .cause-readmore {
	
	}
.helpme-causes.grid-style .cause-readmore {
	
	}
.helpme-causes .owl-item:hover .cause-readmore {
	transition:all 1s ease;
	
	}
.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;
}
.single-cause .cause-item-wrapper .mg_pulse .progress-bar::after {
    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) {
 
.cause-item-inner .mg-btn-grey {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #ffffff !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #fff !important;
    min-width: 70px !important;
    opacity: 0;
    text-shadow: none !important;
    transition: all 1s ease 0s;
}
form button.migla_donate_now {
    margin-bottom: 15px;
}
form button.migla_donate_now {
    left: 4%;
    position: absolute;
    right: 0;
    top: 60px !important;
}
.helpme-causes.grid-style .cause-readmore {
    top: 60px;
}
}

.helpme-causes .owl-item{
	-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;
	
	}
.helpme-causes .owl-item: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);
	
	}