/* === Core ===*/

.give-modal.mfp-ready .mfp-content {
    padding: 50px 45px;
}
/* === Button ====*/

.give-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: 0;
    color: #2b2a35;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 3px!important
}
.give-btn:hover {
    background: #f1ae44;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
button.give-btn.give-btn-modal {
    padding: 12px 20px;
}
button.give-btn.give-btn-modal {
    background: #f65f48;
    color: #fff;
}
button.give-donation-level-btn.give-btn.give-default-level {
    background: #f65f48;
    color: #fff;
}
#give-recurring-form .form-row input[type=email]:hover, #give-recurring-form .form-row input[type=password]:hover, #give-recurring-form .form-row input[type=tel]:hover, #give-recurring-form .form-row input[type=text]:hover, #give-recurring-form .form-row input[type=url]:hover, #give-recurring-form .form-row select:hover, #give-recurring-form .form-row textarea:hover, form.give-form .form-row input[type=email]:hover, form.give-form .form-row input[type=password]:hover, form.give-form .form-row input[type=tel]:hover, form.give-form .form-row input[type=text]:hover, form.give-form .form-row input[type=url]:hover, form.give-form .form-row select:hover, form.give-form .form-row textarea:hover, form[id*=give-form] .form-row input[type=email]:hover, form[id*=give-form] .form-row input[type=password]:hover, form[id*=give-form] .form-row input[type=tel]:hover, form[id*=give-form] .form-row input[type=text]:hover, form[id*=give-form] .form-row input[type=url]:hover, form[id*=give-form] .form-row select:hover, form[id*=give-form] .form-row textarea:hover {
    border: 1px solid #f66048;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    background-color: #f66048;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #f66048;
    font-weight: 700;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #f66048;
}
/*===== Give archive page ===*/
.tribe-common img{
    height: 235px;
    object-fit: cover;
}
.hg-single-causes .hg-causes-thumb {
    position: relative;
    overflow: hidden;
}
.hg-single-causes .hg-causes-thumb .images img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 240px;
    object-fit: cover
}
.hg-single-causes .causes_shape {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.hg-single-causes:hover .causes_shape {
    opacity: 1;
    visibility: visible;
}
.hg-single-causes:hover .causes_shape img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.hg-single-causes .hg-causes-thumb .causes-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}
.hg-single-causes .hg-causes-thumb .causes-icon a {
    display: inline-block;
    margin: 0 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.hg-single-causes .hg-causes-thumb .causes-icon a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.hg-single-causes .hg-causes-thumb .causes-icon a:first-child {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.hg-single-causes .hg-causes-thumb .causes-icon a:last-child {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.hg-single-causes .hg-causes-thumb .causes_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.hg-single-causes .hg-causes-thumb .hg-causes-progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.hg-single-causes .hg-causes-thumb .hg-causes-progress .hg-bar-inner {
    width: 100%;
    height: 5px;
    position: relative;
}
.hg-single-causes .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    -webkit-transition: all 2s ease-out 0s;
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
    transition: all 2s ease-out 0s;
    width: 0;
}
.hg-single-causes .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage {
    position: absolute;
    top: -35px;
    right: -30px;
    background-color: #e7a642;
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
}
.hg-single-causes .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #e7a642;
    border-right: 7px solid transparent;
    left: 0;
    bottom: -7px;
}
.hg-single-causes .hg-causes-content {
    background-color: #f3f0ea;
    padding: 20px 30px 30px 30px;
    margin-bottom: 30px
}
.hg-single-causes .hg-causes-content .hg-causes-meta {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(43, 42, 53, 0.1);
}
.hg-single-causes ul.hg-causes-meta {
    padding-left: 0;
}
.hg-single-causes .hg-causes-content .hg-causes-meta li {
    display: inline-block;
}
.hg-single-causes .hg-causes-content .hg-causes-meta li+li {
    margin-left: 10px;
}
.hg-single-causes .hg-causes-content .hg-causes-meta li {
    font-size: 14px;
    color: #2b2a35;
}
.hg-single-causes .hg-causes-content .hg-causes-meta li span {
    font-weight: 700;
}
.hg-single-causes .hg-causes-content .hg-causes-meta li:nth-of-type(1) i {
    color: #f86048;
}
.hg-single-causes .hg-causes-content .hg-causes-meta li:nth-of-type(2) i {
    color: #9238a4;
}
.hg-single-causes .hg-causes-content .hg-causes-title a {
    font-size: 24px;
    font-weight: 400;
    color: #2b2a35;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hg-single-causes .hg-causes-content .hg-causes-title a {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hg-single-causes .hg-causes-content .hg-causes-title a {
        font-size: 20px;
    }
}
.hg-single-causes .hg-causes-content .hg-causes-title a:hover {
    color: #f86048;
}
.hg-single-causes .hg-causes-content p {
    margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hg-single-causes .hg-causes-content p {
        font-size: 14px;
    }
}
.hg-single-causes:hover .hg-causes-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hg-single-causes:hover .hg-causes-thumb .causes-icon a {
    padding: 0 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.hg-single-causes:hover .hg-causes-thumb .causes-icon a:first-child {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.hg-single-causes:hover .hg-causes-thumb .causes-icon a:last-child {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.hg-single-causes:hover .hg-causes-thumb .causes_shape {
    opacity: 1;
    visibility: visible;
}
.hg-single-causes.causes-color .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line {
    background-color: #f86048;
    max-width: 90%;
}
.helpgrove-col:nth-child(3n+2) .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line {
    background-color: #953ea7;
}
.helpgrove-col:nth-child(3n+3) .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line {
    background-color: #f1ae44;
}
.hg-single-causes.causes-color .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage {
    background-color: #f86048;
}
.helpgrove-col:nth-child(3n+2) .hg-single-causes.causes-color .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage {
    background-color: #953ea7;
}
.helpgrove-col:nth-child(3n+3) .hg-single-causes.causes-color .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage {
    background-color: #f1ae44;
}
.hg-single-causes.causes-color .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage::before {
    border-top-color: #f86048;
}
.helpgrove-col:nth-child(3n+2) .hg-single-causes.causes-color .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage::before {
    border-top-color: #953ea7;
}
.helpgrove-col:nth-child(3n+3) .hg-single-causes.causes-color .hg-causes-thumb .hg-causes-progress .hg-bar-inner .progress_line .percentage::before {
    border-top-color: #f1ae44;
}
.hg-single-causes.causes-color .hg-causes-content .hg-causes-title a:hover {
    color: #f86048;
}
.helpgrove-col:nth-child(3n+2) .hg-single-causes.causes-color .hg-causes-content .hg-causes-title a:hover {
    color: #953ea7;
}
.helpgrove-col:nth-child(3n+3) .hg-single-causes.causes-color .hg-causes-content .hg-causes-title a:hover {
    color: #f1ae44;
}
.hg-single-causes.causes-color .hg-causes-content .more {
    background-color: #f86048;
}
.hg-single-causes.causes_bg .hg-causes-content {
    background-color: #f3f0ea;
    margin-bottom: 25px;
}
.helpgrove-col:nth-child(3n+1) .helpgrove-more-btn {
    background-color: #f86048;
    border: 2px solid #f86048;
}
.helpgrove-col:nth-child(3n+1) .helpgrove-more-btn:hover {
    background-color: transparent;
    border: 2px solid #f86048;
    color: #f86048;
}
.helpgrove-col:nth-child(3n+2) .helpgrove-more-btn {
    background-color: #953ea7;
    border: 2px solid #953ea7;
}
.helpgrove-col:nth-child(3n+2) .helpgrove-more-btn:hover {
    background-color: transparent;
    border: 2px solid #953ea7;
    color: #953ea7;
}
.helpgrove-col:nth-child(3n+3) .helpgrove-more-btn {
    background-color: #f1ae44;
    border: 2px solid #f1ae44;
}
.helpgrove-col:nth-child(3n+3) .helpgrove-more-btn:hover {
    background-color: transparent;
    border: 2px solid #f1ae44;
    color: #f1ae44;
}
/*===== Give single page ===*/

.give-single-form-summary-wrapper .hg-causes-thumb img {
    width: 100%;
}
.give-single-left .give-form-title.entry-title {
    display: none;
}
.give-goal-progress .income {
    font-size: 24px;
    color: #f86048;
    font-weight: 600;
}
.give-single-left .give-goal-progress {
    margin-bottom: 30px;
}
#give-recurring-form, form.give-form, form[id*=give-form] {
    margin: 0 0 20px;
}
.give-single-left .give-goal-progress .raised {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 600;
}
.give-single-left .give-goal-progress span.goal-text {
    color: #e7a642;
}
.give-single-left .give-progress-bar {
    height: 12px;
}
.give-single-left .give-form-wrap {
    padding: 10px 40px 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
/*widget */

.helpgrove-give-widget .give-goal-progress .raised {
    margin-bottom: 5px;
    margin-top: 10px;
}
.helpgrove-give-widget .give-goal-progress .income {
    font-size: 22px;
}
.helpgrove-give-widget .give-goal-progress .income {
    font-size: 22px;
}
.helpgrove-give-widget .give-form-title {
    font-size: 22px;
}