.single-freedom-friend .alert-donate {
    display: none !important;
}

.about-freedom-friend {
    padding: 0 0 0 24px;
}

html[lang="he-IL"] .about-freedom-friend,
html[lang="he-IL"] .about-freedom-friend p {
    text-align: right !important;
    direction: rtl !important;
}

html:not([lang="he-IL"]) .about-freedom-friend,
html:not([lang="he-IL"]) .about-freedom-friend p {
    text-align: left !important;
    direction: ltr !important;
}

.about-freedom-friend div:first-of-type {
    margin-bottom: 42px;
}

.about-freedom-friend h3 {
    line-height: 1;
}

.single-freedom-friend .friend-main {
    padding: 16px 0 32px 0;
    padding-top: 25px;
}

.single-freedom-friend .friend-main.has-border {
    border-top: 1px solid #CCC;
}

.single-freedom-friend .friend-main h2 {
    text-align: center;
    font-size: 64px !important;
    margin: 30px 0;
    padding: 10px 0;

    background-color: #eef3e5;
}

html[lang="he-IL"] .single-freedom-friend .friend-main h2 img {
    margin-left: 12px;
}

html:not([lang="he-IL"]) .single-freedom-friend .friend-main h2 img {
    margin-right: 12px;
    margin-top: -7px;
}

.single-freedom-friend .friend-main iframe {
    width: 100%;
    height: 540px;
}

#friend-carousel img {
    height: 540px;
    width: 100%;
    object-fit: cover;
}

.donation-perks-list h3 {
    margin-top: 0;
}

.donation-perks-list h3 {
    font-size: 24px;
    padding: 6px 0;
}

.donation-perks-list h3 img {
    margin-left: 16px;
}

.donation-perks-list h3 img {
    margin-right: 16px;
}

.donation-perks-list a {
    display: block;
    padding: 24px 24px 20px 24px;
    margin: 24px 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-align: center;
    background-color: #eef3e5;

    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;

    border: 1px solid transparent;
}

.donation-perks-list a strong {
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}

.donation-perks-list a p {
    margin-bottom: 0;
}

.donation-perks-list a:hover {
    background: none;
    border: 1px solid #5a940a;
}

.donation-perks-list a:first-of-type {
    margin-top: 0;
}

/*html[lang="he-IL"] .donation-perks .about-content {*/
/*    padding-right: 56px;*/
/*}*/

/*html:not([lang="he-IL"]) .donation-perks .about-content {*/
/*    padding-left: 56px;*/
/*}*/

.donation-perks .about-content h3 {
    margin-top: 0;
}

.single-freedom-friend .about-the-farm {
    margin-top: 56px;
    padding: 32px 24px;
    text-align: center;

    border-radius: 0;
    border: 1px solid #d9d9d9;
    background-color: #f4f4f4;
    margin-bottom: 0;
}

.single-freedom-friend .about-the-farm h2 {
    margin-top: 0;
}

#friend-donate-modal .modal-dialog .modal-content {
    width: 100%;
    max-width: 600px;

    box-shadow: none;
    border: none;
}

html[lang="he-IL"] #friend-donate-modal .modal-dialog .modal-content h4 img {
    margin-left: 12px;
}
breadcrumbs pull-right
html:not([lang="he-IL"]) #friend-donate-modal .modal-dialog .modal-content h4 img {
    margin-right: 12px;
}

#friend-donate-modal .modal-dialog .donation-form .controls {
    margin: 8px 0;
}

#friend-donate-modal .modal-dialog .donation-form .heading {
    color: #afadad;
}

/*html[lang="he-IL"] #friend-donate-modal .modal-dialog .donation-form .heading:nth-of-type(2) {*/
/*    float: left;*/
/*}*/

/*html:not([lang="he-IL"]) #friend-donate-modal .modal-dialog .donation-form .heading:nth-of-type(2) {*/
/*    float: right;*/
/*}*/

#friend-donate-modal .modal-dialog .donation-form button {
    width: 100%;
    margin-top: 24px;
    border: none;
}

#friend-donate-modal .modal-dialog .donation-form .error-msg {
    color: red;
    display: none;
}

#friend-donate-modal .modal-dialog .donation-form input.invalid {
    background-color: rgba(255, 0, 0, 0.14);
}

/* thank you page styling */
.entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal {
    border: none;
    padding-top: 32px
}

html:not([lang="he-IL"]) .entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_header {
    font-family: 'SpoilerEN' !important;
    font-size: 32px;
}

html[lang="he-IL"] .entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_header {
    font-family: 'SpoilerRegular', sans-serif;
    font-size: 32px;
}

.entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_input_text {
    height: 26px;
}

.entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal label {
    display: block;
}

.entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_confirm_text {
    width: auto;
    font-size: 13px;
    position: relative;
    top: 2px;
}

html[lang="he-IL"] .entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_confirm_text {
    margin-right: 8px;
}

html:not([lang="he-IL"]) .entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_confirm_text {
    margin-left: 8px;
}

.entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_button {
    border-radius: 4px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    height: 55px;
    min-width: 185px;
    font-size: 19pt;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #77A43A;

    animation: change_bg_color 1s infinite;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(0.13, 0.12, 0.78, 0.75);
}

html[lang="he-IL"] .entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_button {
    font-family: 'SpoilerRegular' !important;
}

html:not([lang="he-IL"]) .entry-content .fc-form:not(.edit-mode).type-horizontal .fc_container.type-horizontal .fc_button {
    font-family: 'SpoilerEN' !important;
}

@media only screen and (min-width: 981px) {

    #friend-donate-modal .modal-dialog {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        min-height: 100vh;
    }
}

@media only screen and (max-width: 980px) {

    .friend-main > .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .donation-perks-list {
        margin-top: 24px;
    }

    .single-freedom-friend .friend-main,
    .single-freedom-friend section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .single-freedom-friend .friend-main h2 {
        font-size: 42px !important;
        text-align: center;
    }

    .single-freedom-friend .friend-main iframe,
    #friend-carousel img {
        height: 250px;
    }

    .donation-perks .about-content {
        padding-right: 15px;
    }

    html:not([lang="he-IL"]) .donation-perks .about-content {
        padding-left: 15px;
    }
}