/*
 * Shortcode: charitable-widgets.scss
 * -----------------------------------------------
*/
.widget {
	&.widget_charitable_donors_widget {
		.donors-list {
			.donor {
				.avatar {
					float: left;
					width: 65px;
					margin-right: 15px;
				}
				.donor-name {
					margin: 3px 0 0 0;
					font-size: 14px;
					text-transform: capitalize;
				}
				.donor-donation-amount {
					margin: 3px 0 0 0;
					font-size: 13px;
					color: #606060;
				}
			}
		}
	}
}
.widget {
	&.widget_campaign_creator_widget {
		.charitable-campaign-creator {
			.avatar {
				width: 65px;
			}
			.creator-name {
				font-size: 14px;
				margin: 8px 0 5px;
				padding: 0;
			}
		}
	}
}
.widget {
	&.widget_charitable_campaign_terms_widget {
		.charitable-terms-widget {
			li {
				a {
				}
			}
		}
	}
}
.widget {
	&.widget_charitable_campaigns_widget {
		.campaigns {
			.campaign {
				img {
					float: left;
					margin-right: 15px;
					width: 85px;
				}
				.campaign-time-left {
					color: $gray-darkgray;
				}
			}
		}
	}
}
.widget {
	&.widget_charitable_donation_stats_widget {
		.donation-stats {
			li {
				padding: 5px 0;
				font-size: 15px;
				.figure {
				}
			}
		}
	}
}
.widget {
	&.widget_charitable_donate_widget {
		#charitable-donation-amount-form {
			.charitable-donation-options {
				padding-top: 0;
				padding-bottom: 3px;
				.donation-amounts {
					margin-bottom: 0;
					.donation-amount {
						width: auto;
						margin-right: 8px;
						margin-bottom: 10px;
						&.selected {
							border: none;
							.amount {
								background: #F89D35;
								color: #fff;
							}
						}
						.amount {
							font-size: 14px;
							text-align: center;
							background: #f2f2f2;
							display: inline-block;
							margin-bottom: 0;
							padding: 6px 12px;
						}
						&.custom-donation-amount {
							background: #f2f2f2;
							.custom-donation-amount-wrapper {
								padding: 10px 15px 20px 15px;
							}
							&.selected {
								background: #F89D35;
								.description {
									color: #fff;
								}
							}
						}
					}
				}
			}
			.charitable-form-fields .charitable-form-field {
				float: none;
				margin-bottom: 3px;
			}
		}
	}
}


.widget {
	&.widget_charitable_campaign_terms_widget {
    ul {
		  @include func_widget_left_arrow_icon()
    }
	}
}

.widget {
	&.widget_charitable_campaigns_widget {
		.campaigns {
			.campaign {
				border: none;
				clear: both;
				padding-top: 0;
				margin-bottom: 1em;
				.wp-post-image {
					margin-bottom: 0;
				}
			}
		}
	}
}