.woocommerce td.product-name dl.variation dd{
    clear:both;
}

.causes-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 750px;
}

.causes-list .causes-list-item {
    padding: 0 0 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #E6E6E6;
    font-family: "Open Sans Condensed";
    color: #898989;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    display: flex;
    align-items: flex-start;
}

.causes-list .causes-list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.causes-list-item .media-box {
    width: 30%;
}
.causes-list-item .media-box img {
    width: 100%;
    height: auto;
}

.causes-list-item .content-box {
    padding-left: 50px;
    width: 70%;
    position: relative;
}
.causes-progress-wrap {
    position: absolute;
    z-index: 2;
    width:60px;
    height:60px;
    border-radius: 50%;
    top: 0;
    left: 0;
}
.causes-list-item .causes-progress-wrap {
    top: -22px;
    left: -32px;
    background: #fff;
}

.causes-progress-wrap canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}
.causes-progress-wrap span {
    color:#666;
    display:block;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.causes-progress-wrap:hover span {
    color: #9e2b25;
}

.causes-list-item .causes-progress-wrap .progress-tooltip {
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:-40px;
    min-width: 80px;
    max-width: 160px;
    padding: 3px 5px;
    background: #000;
    color:#fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.causes-list-item .causes-progress-wrap:hover .progress-tooltip {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: 3;
}
.causes-list-item .causes-progress-wrap .progress-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #000;
    position: absolute;
    bottom: -12px;
    left:50%;
    margin-left:-6px;
}
.causes-list-item .causes-progress-wrap .progress-tooltip p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}


.causes-list-item .cause-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Oranienbaum';
    font-weight: 400;
}
.causes-list-item .cause-title a {
    color: inherit;
    text-decoration: none;
}

.causes-list-item .campaign-description {
    margin-bottom: 1em;
}

.causes-list-item .campaign-donation-stats {
    margin-bottom: 20px;
}
.causes-list-item .goal-amount {
    color: #9e2b25;
    font-weight: 700;
}
.causes-list-item .donate-button {
    line-height: 2.5!important;
    font-weight: 700!important;
    letter-spacing: 1px!important;
    color: #fff!important;
    font-size: 12px!important;
    display: inline-block;
    background-color: #9e2b25!important;
    padding: 6px 30px!important;
    text-decoration: none;
    text-transform: uppercase;
}

.causes-list-item .donate-button:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    display: inline-block;
    position: absolute;
    right: -50px;
    line-height: 2.5;
}


.causes-list-item .donate-button:hover:after {
    right: 10px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}

@media (max-width: 767px) {
    .causes-list-item {
        flex-direction: column;
    }
    .causes-list-item .media-box,
    .causes-list-item .content-box {
        width: 100%;
    }

    .causes-list-item .content-box {
        padding: 50px 0 0;
        text-align: center;
    }
    .causes-list-item .causes-progress-wrap {
        left: 50%;
        margin-left: -30px;

    }
}


.content {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 400px;
    font-family: "Open Sans Condensed";
    color: #898989;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;

}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Oranienbaum'!important;
}

h3 {
    font-size: 24px;
}

.post-media {
    margin-bottom: 30px;
}
.post-media img{
    width: 100%;
}

img {
    max-width: 100%;
    height:auto;
}
.campaign-progress-wrap {
    display: block!important;
}
.label {
    text-transform: uppercase;
    position: relative;
    top: -2px;
    padding: .3em .6em .3em;
}
.label.label-default {
    background: #4C6575;
}
.progress {
    margin-bottom: 15px;
    height: 20px;
    border-radius: 3px;
    overflow: visible;
}
.content .progress {
    margin-top: 30px;
}
.progress-bar-primary {
    background-color: #5D2163;
}
.progress-bar {
    border-radius: 3px;
    position: relative;
    width: 0;
}
span.progress-bar-tooltip {
    position: absolute;
    top: -28px;
    right: 5px;
    display: block;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #333;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    opacity: 0;
}
span.progress-bar-tooltip:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #333 transparent;
    content: "";
}
.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}
p.lead {
    font-size: 20px;
    line-height: 28px;
}
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    list-style-type: none;
    margin: 20px 0;
}
.badge {
    background: #999;
}
.accent-color {
    color: #5D2163;
}
.campaign-donation .donate-button {
    line-height: 2.5!important;
    font-weight: 700!important;
    letter-spacing: 1px!important;
    color: #fff!important;
    font-size: 12px!important;
    display: inline-block;
    background-color: #5D2163!important;
    padding: 6px 30px!important;
    text-decoration: none;
    text-transform: uppercase;
}

.campaign-donation .donate-button:after {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    display: inline-block;
    position: absolute;
    right: -50px;
    line-height: 2.5;
}


.campaign-donation .donate-button:hover:after {
    right: 10px;
    -webkit-transition: right .3s .2s;
    -moz-transition: right .3s .2s;
    -ms-transition: right .3s .2s;
    -o-transition: right .3s .2s;
    transition: right .3s .2s;
}

.widget {
    margin-bottom: 40px;
}
.widgettitle {
    margin-bottom: 50px;
    position: relative;
}
.widgettitle:before {
    position: absolute;
    width: 40px;
    height: 3px;
    content: " ";
    left: 0;
    bottom: -18px;
    background-color: #5D2163;
}
.widgettitle:after {
    position: absolute;
    width: 3px;
    height: 3px;
    content: " ";
    left: 43px;
    bottom: -18px;
    background-color: #5D2163;
}
.widget.widget_charitable_campaigns_widget .campaigns {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}
.widget.widget_charitable_campaigns_widget .campaign {
    list-style: none;
    padding: 1em 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    overflow: hidden;
}
.widget_charitable_campaigns_widget ol li .cause-thumb {
    width: 58px;
    height: 58px;
    float: left;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.widget_charitable_campaigns_widget ol li .cause-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border:none;
}
.widget_charitable_campaigns_widget .text-wrap {
    padding-left: 80px;
}
.widget_charitable_campaigns_widget .cause-thumb .causes-progress-wrap span {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
}
.widget_charitable_campaigns_widget .w-title a{
    color:inherit;
}
.widget_charitable_campaigns_widget .w-title a:hover{
    color:#9e2b25;
    text-decoration: none;
}
.widget_charitable_campaigns_widget .w-title {
    font-size: 15px;
    font-family: "Open Sans Condensed"!important;
    margin: 0 0 5px 0;
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
}
.widget_charitable_campaigns_widget .meta-data {
    color: #aaa;
    font-size: 12px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    margin-top: 5px;
    line-height: 20px;
}
.widget_charitable_campaigns_widget .causes-progress-wrap {
    top: -1px;
    left: -1px;
}


.choose-amount-widget {
    border: 1px solid #e1e1e1;
    position: relative;
    max-width: 425px;
    min-width: 290px;
    margin: 0 auto 2.5rem !important;
    overflow: hidden;
}
.choose-amount-widget * {
    font-family: "Open Sans"!important;
}
.choose-amount-widget .title {
    position: relative;
    height: 66px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-family: "Open Sans Condensed"!important;
    font-size: 22px;
    background-color: #5D2163;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 66px;
    margin: 0;
    text-transform: none;
    font-weight: 700;
}
.choose-amount-widget .donate-form {
    padding: 25px 20px 30px;
    background-color: #fff;
}
.choose-amount-widget input[type="radio"] {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
}
.choose-amount-widget .plan-duration-wrap {
    text-align: center;
    overflow: hidden;
    margin: 7px -7px;
}
.choose-amount-widget .plan-duration-wrap .plan-item {
    padding: 7px;
    float:left;
    width: 50%;
}
.choose-amount-widget .plan-duration-wrap .pd-label{
    color: #000;
    border: 1px solid #C4C3C3;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 13px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0;
}

.choose-amount-widget .plan-duration-wrap .pd-radio:checked + label {
    background-color: #5D2163;
    border-color: #5D2163;
    color:#fff;
}
.choose-amount-widget .suggested-amount-boxes {
    display: flex;
    margin: 0 -7px;
    overflow: hidden;
}
.choose-amount-widget .suggested-amount-boxes .suggested-amount-box{
    width:33.33%;
    padding: 7px;
}
.choose-amount-widget .suggested-amount-boxes .box-label {
    height: 100%;
    font-size: 20px;
    line-height: 20px;
    padding: 14px 5px;
    color: #000;
    text-align: center;
    border: 1px solid #C4C3C3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: color 0.1s, background-color 0.1s, border-color 0.1s, font-weight 0.1s;
    -moz-transition: color 0.1s, background-color 0.1s, border-color 0.1s, font-weight 0.1s;
    -ms-transition: color 0.1s, background-color 0.1s, border-color 0.1s, font-weight 0.1s;
    -o-transition: color 0.1s, background-color 0.1s, border-color 0.1s, font-weight 0.1s;
    transition: color 0.1s, background-color 0.1s, border-color 0.1s, font-weight 0.1s;
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: 700;
}

.choose-amount-widget .suggested-amount-boxes .box-label *,
.choose-amount-widget .custom-amount-wrap *,
.choose-amount-widget .plan-duration-wrap * {
	font-family: "Open Sans Condensed"!important;
}

.choose-amount-widget .suggested-amount-boxes .box-label span {
    display: inline-block;
    vertical-align: middle;
}
.choose-amount-widget .suggested-amount-box .box-input:checked + .box-label {
    border-color: #5D2163;
    color: #5D2163;
    border-width: 2px;
}
.add-donat-to-purchase-wrap .custom-amount-wrap,
.choose-amount-widget .custom-amount-wrap {
    width: 100%;
    position: relative;
    margin: 7px 0;
}
.add-donat-to-purchase-wrap .custom-amount-wrap .custom-amount-text,
.choose-amount-widget .custom-amount-wrap .custom-amount-text {
    font-size: 14px;
    color: #4C4C4C;
    line-height: 20px;
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    top:20px;
    left:15px;
}
.add-donat-to-purchase-wrap .custom-amount-wrap .custom-input,
.choose-amount-widget .custom-amount-wrap .custom-input,
.choose-amount-widget .custom-amount-wrap .custom-input-textarea{
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    border: 1px solid #C4C3C3;
    background-color: #fff;
    padding: 12px 25px 14px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.choose-amount-widget .custom-amount-wrap .custom-input {
    padding:  14px 25px 16px 30px;
    height: 51px;
}
.choose-amount-widget .custom-amount-wrap .custom-amount-text {
    font-size: 20px;
    color:#000;
    font-weight: 700;
    top:50%;
    margin-top:-10px;
}

.placeholder-style::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
    font-weight: 300;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
}
.placeholder-style:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    font-weight: 300;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
}
.placeholder-style::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    font-weight: 300;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
}
.placeholder-style:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-weight: 300;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
}
.placeholder-style::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    font-weight: 300;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
}

.placeholder-style::placeholder { /* Most modern browsers support this now. */
    color: #000;
    font-weight: 300;
    opacity: 1;
    font-size: 16px;
    line-height: 20px;
}
.choose-amount-widget .custom-amount-wrap .custom-input-textarea{
    height: 120px;
    padding: 12px 15px;
    margin-top:7px;
}
.custom-amount-wrap  input::-webkit-outer-spin-button,
.custom-amount-wrap  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.custom-amount-wrap  input[type=number] {
    -moz-appearance: textfield;
}
.add-donat-to-purchase-wrap .block-btn,
.choose-amount-widget .form-submit {
    background-color: #5D2163;
    box-shadow: 0 2px 0 0 #5D2163;
    height: 54px;
    margin-top: 13px;
    width: 100%;
    color:#fff;
    border-radius: 5px;
    line-height: 27px;
    font-size: 18px;
    border:none;
    outline: none;
}
.add-donat-to-purchase-wrap .block-btn.disabled,
.choose-amount-widget .form-submit.disabled {
    opacity: 0.8;
    pointer-events: none;
}
.add-donat-to-purchase-wrap .block-btn span,
.choose-amount-widget .form-submit span {
    display: inline-block;
    vertical-align: middle;
}
.add-donat-to-purchase-wrap .block-btn .arrow,
.choose-amount-widget .form-submit .arrow {
    margin: 0 5px;
    font-size: 1.2em;
}

/*---------*/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.add-donat-to-purchase-wrap {
    border:2px solid #5D2163;
    margin: 20px 0;
    width: 100%;
}
.add-donat-to-purchase-wrap .img-wrap {
    width: 45%;
}
.add-donat-to-purchase-wrap .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add-donat-to-purchase-wrap .content-wrap {
    padding: 20px 30px;
    flex-grow: 1;
}
.add-donat-to-purchase-wrap .content-wrap .block-title {
    font-family: "Open Sans Condensed"!important;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    max-width: 190px;
    padding-right: 20px;
    color:#9e2b25;
    margin: 0;
}
.add-donat-to-purchase-wrap .content-wrap .block-title:before,
.add-donat-to-purchase-wrap .content-wrap .block-title:after {
    display: none;
}
.add-donat-to-purchase-wrap .custom-amount-wrap {
    width: 200px;
    margin: 0;
}
.add-donat-to-purchase-wrap .custom-amount-wrap .custom-amount-text {
    font-weight: 900;
    font-size: 16px;
    top:50%;
    margin-top:-10px;
}
.add-donat-to-purchase-wrap .custom-amount-wrap .custom-input {
    height:44px;
    font-size: 16px;
    padding: 10px 25px 12px 30px;
    font-weight: 400;
    box-shadow: none;
}
.add-donat-to-purchase-wrap .block-btn {
    margin: 0 0 0 20px;
    height: 44px;
    font-size: 16px;
    font-family: "Open Sans Condensed";
    box-shadow: none;
    background: #5D2163;
    line-height: 22px;
    width: 120px;
    padding: 9px 15px 11px 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.add-donat-to-purchase-wrap .block-btn:hover {
    opacity: .9;
}
.add-donat-to-purchase-wrap .block-btn .arrow {
    min-width:15px;
}
.add-donat-to-purchase-wrap .block-btn .arrow:before {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.cause-progress-and-info .choose-amount-widget .suggested-amount-boxes .box-label .addit-text {
	font-weight: 300;
	font-size: 17px;
    display: block;
    text-align: center;
}

@media (max-width:1200px) {
    .add-donat-to-purchase-wrap .content-wrap {
        flex-direction: column;
    }
    .add-donat-to-purchase-wrap .content-wrap .block-title {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .add-donat-to-purchase-wrap {
        flex-direction: column;
    }
    .add-donat-to-purchase-wrap .img-wrap {
        width:100%;
        height:120px;
    }
}
@media (max-width:570px) {
    .add-donat-to-purchase-wrap .block-form{
        flex-direction: column;
    }
    .add-donat-to-purchase-wrap .block-btn {
        margin: 10px 0 0;
    }
	.cause-progress-and-info .choose-amount-widget .suggested-amount-boxes .box-label .addit-text {
		font-size: 13px;
	}
}

/*
*   Banner
*/
.custom-banner {
  width: 100%;
  min-height: 30px;
  background-color: #f7c602;
  color: #242038;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  transform: translateY(0%) translate3d(0, 0, 0);
  z-index: 9999; }
  .custom-banner__container {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px 60px; }
  .custom-banner__text {
    margin: .2em .5em; }
  .custom-banner__button {
    display: inline-block;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff !important;
    outline: 0;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #242038;
    margin: .2em .5em;
    text-decoration: none;
    transition: all 0.3s ease 0.1s; }
  .custom-banner__close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    text-decoration: none;
    z-index: 10; }
/*
*   Banner Ends
*/

.wc_payment_method.payment_method_stripe label{
    width: 100%;
}

.site-header-wrapper .sticky-wrapper {
	height: auto !important;
}

.topbar {
	background: #000 !important;
}

/*
*   Single Compaign Styles
*/
#custom-template-wrapper .custom-container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 750px;
  width: 100%; }

@media (min-width: 992px) {
	#custom-template-wrapper .custom-container {
  		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	#custom-template-wrapper .custom-container {
  		max-width: 1170px;
	}
}

#custom-template-wrapper .donate-form .box-label .addit-text {
	font-weight: 400;
	font-size: 18px;
	display: block;
	text-align: center;
}

#custom-template-wrapper .choose-amount-widget .suggested-amount-boxes {
	justify-content: center;
}

#custom-template-wrapper .choose-amount-widget .suggested-amount-boxes .suggested-amount-box {
	width: 50%;
}

#custom-template-wrapper .choose-amount-widget .suggested-amount-boxes.one-box .suggested-amount-box {
	width: 100%;
}

#custom-template-wrapper .choose-amount-widget .form-submit span {
	font-size: 16px;
	font-family: Open Sans Condensed !important;
	font-weight: 700;
}

#custom-template-wrapper .donate-form .box-label  .donate-value {
	font-size: 20px;
}

@media (min-width: 768px) {
	#custom-template-wrapper .choose-amount-widget .suggested-amount-boxes .suggested-amount-box {
		width: 33.333%;
	}

	#custom-template-wrapper .choose-amount-widget .suggested-amount-boxes.two-boxes .suggested-amount-box {
		width: 50%;
	}

	#custom-template-wrapper .choose-amount-widget .suggested-amount-boxes.one-box .suggested-amount-box {
		width: 100%;
	}
}

#custom-template-wrapper {
  position: relative;
  overflow: hidden; }
  #custom-template-wrapper h1, #custom-template-wrapper h2, #custom-template-wrapper h3 {
    font-family: "Oranienbaum", serif;
    font-weight: 400; }
  #custom-template-wrapper h2 {
    font-size: 28px; }
    @media (min-width: 768px) {
      #custom-template-wrapper h2 {
        font-size: 32px; } }
    @media (min-width: 1024px) {
      #custom-template-wrapper h2 {
        font-size: 36px; } }
    @media (min-width: 1024px) {
      #custom-template-wrapper h2.widgettitle {
        margin-bottom: 84px; } }
  #custom-template-wrapper p {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 300; }
  #custom-template-wrapper .intro-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 400px;
    margin-bottom: 30px;
    padding: 40px 0; }
    @media (min-width: 768px) {
      #custom-template-wrapper .intro-section {
        min-height: 450px;
        padding: 55px 0;
        margin-bottom: 45px; } }
    @media (min-width: 1024px) {
      #custom-template-wrapper .intro-section {
        margin-bottom: 58px; } }
    #custom-template-wrapper .intro-section:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to right, #231f20, transparent); }
    #custom-template-wrapper .intro-section h2, #custom-template-wrapper .intro-section h3 {
      color: #fff;
      margin-bottom: 0; }

#custom-template-wrapper .intro-section h2 {
	font-size: 42px;
}

#custom-template-wrapper .intro-section h3 {
	font-size: 26px;
}
    #custom-template-wrapper .intro-section .custom-container {
      position: relative; }
      @media (min-width: 1024px) {
        #custom-template-wrapper .intro-section .custom-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
    #custom-template-wrapper .intro-section .img-wrapper {
      width: 190px;
      height: 190px;
	background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
      border-radius: 50%;
      overflow: hidden;
      border: 3px solid #fff;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        #custom-template-wrapper .intro-section .img-wrapper {
          width: 240px;
          height: 240px;
          margin-bottom: 40px; } }
      @media (min-width: 1024px) {
        #custom-template-wrapper .intro-section .img-wrapper {
          margin-bottom: 0; }
#custom-template-wrapper .intro-section .text-wrapper {
			max-width: calc(100% - 240px);
		} }
      @media (min-width: 1440px) {
        #custom-template-wrapper .intro-section .img-wrapper {
          width: 310px;
          height: 310px; }

#custom-template-wrapper .intro-section .text-wrapper {
			max-width: calc(100% - 310px);
		}
}
    @media (min-width: 1024px) {
		#custom-template-wrapper .intro-section .text-wrapper {
			padding-right: 40px;
		}
      #custom-template-wrapper .intro-section .text-wrapper:only-child {
        margin-right: auto; } }
  #custom-template-wrapper .donate-section {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      #custom-template-wrapper .donate-section .custom-container {
        display: -ms-flexbox;
        display: flex; } }
    #custom-template-wrapper .donate-section .form-wrapper {
      margin-bottom: 40px; }
	#custom-template-wrapper .donate-section .form-wrapper .choose-amount-widget {
		max-width: 100%;
		width: 100%;
	}
      @media (min-width: 768px) {
        #custom-template-wrapper .donate-section .form-wrapper {
          width: 50%;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        #custom-template-wrapper .donate-section .form-wrapper {
          width: 400px; } }
    @media (min-width: 768px) {
      #custom-template-wrapper .donate-section .description-wrapper {
        width: 50%;
        padding-left: 35px; } }
    @media (min-width: 1024px) {
      #custom-template-wrapper .donate-section .description-wrapper {
        width: calc(100% - 400px);
        padding: 10px 20px 0 50px; } }
    @media (min-width: 1440px) {
      #custom-template-wrapper .donate-section .description-wrapper {
        padding: 13px 28px 0 83px; } }
    #custom-template-wrapper .donate-section .description-header {
      margin-bottom: 55px;
      font-size: 15px;
      line-height: 1.82; }
#custom-template-wrapper .donate-section .description-header p {
    font-family: Open Sans Condensed;
}

      @media (min-width: 1024px) {
        #custom-template-wrapper .donate-section .description-header {
          line-height: 1.82;
          margin-bottom: 75px; } }
      @media (min-width: 1440px) {
        #custom-template-wrapper .donate-section .description-header {
          margin-bottom: 93px; } }
      @media (min-width: 1024px) {
        #custom-template-wrapper .donate-section .description-header h2 {
          margin-bottom: 65px; } }
    #custom-template-wrapper .donate-section .progress-wrapper {
      font-size: 15px;
      margin-bottom: 30px; }
      @media (min-width: 1024px) {
        #custom-template-wrapper .donate-section .progress-wrapper {
          margin-bottom: 50px; } }
    @media (min-width: 1024px) {
      #custom-template-wrapper .donate-section .progress {
        height: 28px;
        margin-bottom: 23px; } }
  #custom-template-wrapper .articles-section {
    background-color: #f5f5f5;
    padding: 30px 0 15px; }
    @media (min-width: 1024px) {
      #custom-template-wrapper .articles-section {
        padding: 40px 0 20px; } }
    @media (min-width: 1440px) {
      #custom-template-wrapper .articles-section {
        padding: 50px 0 10px; } }
    @media (min-width: 768px) {
      #custom-template-wrapper .articles-section .articles-wrapper {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px; } }
    @media (min-width: 1024px) {
      #custom-template-wrapper .articles-section .articles-wrapper {
        margin: 0 -15px; } }
    @media (min-width: 1440px) {
      #custom-template-wrapper .articles-section .articles-wrapper {
        margin: 0 -25px; } }
    #custom-template-wrapper .articles-section .article-item-wrapper {
      margin-bottom: 20px; }
#custom-template-wrapper .articles-section .article-item-wrapper h2 {
	font-size: 26px;
}
      @media (min-width: 768px) {
        #custom-template-wrapper .articles-section .article-item-wrapper {
          width: 33.333%;
          padding: 0 10px; } }
      @media (min-width: 1024px) {
        #custom-template-wrapper .articles-section .article-item-wrapper {
          padding: 0 15px;
          margin-bottom: 30px; } }
      @media (min-width: 1440px) {
        #custom-template-wrapper .articles-section .article-item-wrapper {
          padding: 0 25px;
          margin-bottom: 50px; } }
    #custom-template-wrapper .articles-section .article-item {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 227px;
      text-decoration: none;
      text-align: center;
      padding: 20px; }
      #custom-template-wrapper .articles-section .article-item:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: .5;
        transition: opacity .3s linear; }
      #custom-template-wrapper .articles-section .article-item:hover:before {
        opacity: 0.2; }
      #custom-template-wrapper .articles-section .article-item h2 {
        position: relative;
        color: #fff;
        transition: text-shadow .3s linear;
        margin-bottom: 0; }
