#bbox-root .BBFormTextbox,
#bbox-root .BBFormTextArea {
    min-height: 46px;
    padding: 0 .5em;

    border-radius: 0;
    background-color: #f6f3f3;
    background-image: url(/wp-content/themes/royalcolumbian/assets/img/input-text.png);
    background-position: top left;
    background-repeat: repeat-x;
    border: 1px solid #f6f3f3;
    transition: all .35s;
}

#bbox-root .BBFormSelectList {
    height: 46px;
    line-height: 44px;
    padding: 0.5em;
    /* COPY */
    border-radius: 0;
    background-color: #f6f3f3;
    background-image: url(/wp-content/themes/royalcolumbian/assets/img/input-text.png);
    background-position: top left;
    background-repeat: repeat-x;
    border: 1px solid #f6f3f3;
    transition: all .35s;
}

#bbox-root .BBFormTextbox:focus,
#bbox-root .BBFormTextArea:focus,
#bbox-root .BBFormSelectList:focus {
    outline: none;
    border: 1px solid #d8d7d8;
    background-position: bottom left;
}

#bbox-root .BBFormSubmitbutton {
    border-radius: 0;
    padding: .6em 36px;
    font-size: 20px
}

#bbox-root .BBFormSubmitbutton:hover {
    border-color: #474b55;
    background-color: #474b55;
}

#bbox-root .BBFormRadioLabel {
    border-radius: 0;
    border: 0;
}

#bbox-root .BBFormRadioLabelGivingLevelSelected {
    background-color: #474b55;
}

#bbox-root .BBFormRadioLabelGivingLevelOther {
    min-width: 150px;
}

#bbox-root .BBFormGiftOtherAmount {
    min-width: 100%;
    position: relative;
    top: -2px;
}

@media (min-width: 601px) {
    #bbox-root .BBFormGiftOtherAmount {
        top: -4px;
    }
}

textarea#bboxdonation_comment_txtComments {
    height: 42px;
}
