/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* new changes added for  8/11/2021*/
.modal{
    max-width: 600px !important;
    padding-top: 0 !important;
    border-radius: 0 !important;
}
.blocker{
    z-index: 99999 !important;
}
#bbox-msg-wrapper{
    display: none;
}
.modal a.close-modal{
    right: 5px;
    top: 5px;
}
/*Blackboud Donation Form - start*/
#bboxdonation_BBEmbeddedForm {
    background-color: transparent;
    padding-top: 0;
    margin: -8px 0 30px;
}

#bboxdonation_gift_rdlstGivingLevels {
    text-align: center;
}

#bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem .BBFormRadioLabelGivingLevel {
    border-radius: 0;
    border-color: #86101f;
}

#bboxdonation_gift_rdlstGivingLevels .BBFormRadioItem .BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelSelected {
    color: #fff;
    background-color: #86101f;
}
#bbox-root .BBFormSectionHeading {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 2;
    color: #232323;
    border-top: 1px solid #88141c;
    border-bottom: 1px solid #f5f6f7;
    background: #fff;
    margin: 0 -42px;
}

#bbox-root .BBFormSectionHeading > * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

#bbox-root .BBFormTextbox,
#bbox-root .BBFormSelectList,
#bbox-root .BBFormTextArea {
    background: #fafbfb !important;
    border: 1px solid #ebeef0 !important;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #c5c5c5 !important;
    line-height: 38px;
    padding: 0 10px;
    box-shadow: none;
    font-size: 12px !important;
}
#bboxdonation_billing_txtFirstName, #bboxdonation_billing_txtLastName{
    display: inline !important;
    float: none !important;
}
#bboxdonation_billing_ddTitle{
    display: inline !important;
    line-height: 30px !important;
}
#bbox-root div:not(.BBThreeFields) > .BBFormTextbox,
#bbox-root div:not(.BBThreeFields) > .BBFormSelectList,
#bbox-root div:not(.BBThreeFields) > .BBFormTextArea {
    max-width: 565px;
}

#bbox-root .BBTwoFields .BBFormTextbox,
#bbox-root .BBTwoFields .BBFormSelectList,
#bbox-root .BBTwoFields .BBFormTextArea {
    width: 45%;
}

#bbox-root .BBFormContainer .BBFormSection:first-child {
    margin-top: 0;
}

#bbox-root .BBFormContainer .BBFormSection.BBDFormSectionPaymentInfo fieldset {
    padding-bottom: 1em;
    border: 1px solid #790000;
}

#bbox-root .BBFormContainer .BBFormSection.BBDFormSectionPaymentInfo .BBFormSectionHeading {
    color: #fff;
    border-bottom: 1px solid #88141c;
    background-color: #86101f;
    margin: 0 -1px;
}

#bbox-root .BBFormButtonRow .BBFormFieldContainer {
    margin: 0;
}

#bbox-root .BBFormButtonRow label {
    display: none;
}

#bbox-root #bboxdonation_btnSubmit {
    background: #88141c;
    padding: 0 20px;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 0;
}
.BBFormRadioLabel.BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelSelected span{ 
    color: #fff !important;
}
.BBFormContainer[data-bbox-part-id="63881d54-688b-4cd0-b1b9-fd7752aecced"].BBFormWidthNarrow-Less600 .BBFormFieldLabel{
    text-align: left;
}
#bboxdonation_comment_lblComments{
    margin-left: 0;
}
.BBFormRadioLabelGivingLevelNotSelected .BBFormGiftOtherAmount{
    display: none !important;
}
/* .BBFormRadioGivingLevelSelected #bboxdonation_gift_txtOtherAmountButtons{
    display: block !important;
} */

#newsletter {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    max-width: 615px;
    z-index: 999999;
}

.modal-title.blue-mod-title {
    background: #0a346a;
}

#newsletter .lead {
    border-top: 1px solid #0a346a;
    border-bottom: 0;
}

#newsletter input {
    background: #fafbfb;
    border: 1px solid #ebeef0;
    font-size: 10px;
    text-transform: uppercase;
    color: #c5c5c5;
    line-height: 38px;
    padding: 0 10px;
    box-shadow: none;
}

#newsletter .large-6 input {
    width: 98%;
}

#newsletter .large-6:nth-child(even) input {
    float: right;
}

#newsletter button,
#newsletter input[type=button],
#newsletter input[type=reset],
#newsletter input[type=submit] {
    background: #88141c;
    padding: 0;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    width: 100%;
}
/* BlackBaud Forms Styles */
#newsletter .BBFormContainer {
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 30px 0;
}

#newsletter .BBFormContainer .BBFormSection {
    margin: 0;
}

#newsletter .BBFormContainer .BBFormSectionHeading {
    display: none;
}

#newsletter .BBFormContainer .BBFormSignupFieldWide {
    width: 100%;
    margin: 0 0 15px 0;
}

#newsletter .BBFormContainer .BBFormSignupFieldWide input[type="text"],
#newsletter .BBFormContainer .BBFormSignupFieldWide input[type="email"] {
    width: 100%;
    margin: 0 0 3px 0;
}

#newsletter .BBFormContainer .BBFormButtonRow {
    float: none;
}

#newsletter .BBFormContainer .BBFormButtonRow .BBFormSubmitbutton {
    float: none;
    border-radius: 0;
}

#newsletter .BBFormContainer .BBFormSubSectionHeading {
    display: none;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 58px;
    color: #232323;
}

#newsletter .lead {
    padding-top: 5px;
}

#newsletter #bbox-msg-wrapper img {
    width: 30px;
    display: block;
    margin: 50px auto;
}
.modal-title {
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 -1.875rem;
    background: #88141c;
}

.lead {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 58px;
    color: #232323;
    border-top: 1px solid #88141c;
    border-bottom: 1px solid #f5f6f7;
    margin: 0 -1.875rem;
    background: #fff;
}
.copy-popup-link {
    display: block;
    width: 64px;
    height: 55px;
    background-color: #2f5280;
    font-size: 18px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 52px;
    border-radius: 0 0 50% 50%;
    transition: background-color .15s linear;
}
#newsletter input {
    background: #fafbfb;
    border: 1px solid #ebeef0;
    font-size: 10px;
    text-transform: uppercase;
    color: #c5c5c5;
    line-height: 38px;
    padding: 0 10px;
    box-shadow: none;
}
.copy-popup-link input {
    display: block;
    position: absolute;
    top: -99999px;
    left: -99999px;
    opacity: 0;
    text-transform: none !important;
}
.copy-popup-link.copy-link-donate {
    background-color: #9A373E;
        display: block;
        width: 52px;
        height: 45px;
        top: 0px;
        right: 52px;
        line-height: 45px;

}

.copy-popup-link:hover,
.copy-popup-link.copied {
    background-color: #339341;
    transition: background-color .15s linear;
}

.copy-popup-link input {
    display: block;
    position: absolute;
    top: -99999px;
    left: -99999px;
    opacity: 0;

    text-transform: none !important;
}

.copy-popup-link.copied .fa {
    opacity: 0;
}

.copy-popup-link:after {
    content: "Copied to Clipboard";
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;

    -o-transform:      translate( -50%, -50% );
    -moz-transform:    translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
    -ms-transform:     translate( -50%, -50% );
    transform:         translate( -50%, -50% );

    opacity: 0;
}

.copy-popup-link.copied:after {
    opacity: 1;
    transition: opacity .5s linear;
}
/* new changes added for  8/11/2021*/