/* GENERAL */

body {
    background-color: #EFEFEF;
}

.divider {
    width: 100px;
    height: 10px;
    background-color: #333333;
    opacity: 0.1;
}

.desktop .title {
    color: #333333;
    letter-spacing: 6px;
}

.mobile .title {
    color: #333333;
    letter-spacing: 1px;
}

.desktop .title-with-score {
    color: #333333;
    text-decoration: underline solid rgba(51, 51, 51, 0.1);
    text-underline-offset: 30px;
    letter-spacing: 6px;
}

.mobile .title-with-score {
    color: #333333;
    text-decoration: underline solid rgba(51, 51, 51, 0.1);
    text-underline-offset: 15px;
    text-decoration-thickness: 0.2em;
    /* letter-spacing: 0.2rem; */
}

.desktop .text {
    color: #333333;
    letter-spacing: 0.5px;
    line-height: 3rem;
}

.mobile .text {
    color: #333333;
    letter-spacing: 0.5px;
    /* line-height: 3rem; */
}

.social-media {
    width: 2.5em;
}

.desktop .image-cards {
    border-radius: 5%;
    overflow: hidden;
}

.mobile .image-cards {
    border-radius: 20px;
    overflow: hidden;
}

.forms {
    border-radius: 20px;
}

.forms input,
select,
textarea {
    padding: 10px !important;
    border-radius: 0 !important;
    border-width: 2px !important;
    border-color: #C4C4C4 !important;
}

@media only screen and (max-width: 425px) {
    .forms input,
    select,
    textarea {
        padding: 5px !important;
        border-radius: 0 !important;
        border-width: 1px !important;
        border-color: #C4C4C4 !important;
    }
    .form-label {
        font-size: 0.7rem !important;
    }
    .wizard>.content {
        min-height: 22em !important;
    }
}

select option {
    padding: 10px;
    border-bottom: 1px solid black;
}


/* HEADER */

.mobile .navbar {
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/08/Wood-Mobile-do-not-delete.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    height: 70px;
}

.mobile .custom-logo {
    width: 60%;
    height: 60%;
    padding: 5px;
}

.mobile .custom-logo-link {
    width: 80%;
}

.mobile .navbar-toggler {
    /* padding: 0; */
    border: none;
}

.mobile .dropdown-item {
    font-size: .9rem;
    /* padding: 0.7rem ​.52rem; */
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/07/dropdown.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 1px;
    color: #FFBD71;
    margin-top: 2px;
}

.mobile .dropdown-item a {
    color: #FFBD71;
    margin-left: 4rem;
}

.mobile .dropdown-menu {
    border: none;
}

.mobile .navbar-light .navbar-toggler-icon {
    /* padding: 0; */
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/08/list.png');
    background-size: 80%;
}

.mobile .navbar-toggler:focus {
    box-shadow: none;
}

#mobilenav {
    top: 78px;
    right: 24px;
}

.mobile .dropdown-menu {
    width: 15rem;
}

.mobile .navbar-light .navbar-nav .nav-link {
    color: #FFBD71;
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/07/dropdown.png');
    background-size: cover;
    background-position: center;
    margin-top: 2px;
}

.mobile .nav-link {
    padding: 5px 10px;
}

.mobile .dropdown-menu {
    padding: 0
}

.mobile .header-image {
    height: 48vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* DESKTOP */

.desktop .navbar {
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/07/Wood.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    height: 120px;
}

.desktop .nav-window {
    width: 125px;
}

.desktop .dropdown-toggle::after {
    content: none;
}

.desktop .windows {
    margin-top: 90px;
}

.desktop .dropdown-menu {
    margin-top: 0 !important;
    padding: 0 !important;
    /* min-width: 7rem; */
    min-width: 125px;
    left: 7px;
    border: none !important;
}

.desktop .dropdown-item {
    font-size: .7rem;
    padding: .4rem .52rem;
    /* padding: .4rem 9px; */
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/07/dropdown.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 1px;
    color: #FFBD71;
}

.dropdown-menu {
    background-color: transparent;
}

.desktop .header-image {
    height: 41vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* HOME PAGE */

.desktop .home-carousel-item {
    height: 87.2vh;
    width: 100%;
    background-size: cover;
    background-repeat: none;
    background-position: center;
}

.home-carousel-spacer {
    height: 120px;
}

.desktop .home-buttons {
    width: 11rem;
    border-radius: 20px;
    border: #39B8EA;
}


/* .mobile .home-carousel-item {
    height: 94vh;
    width: 100%;
    background-size: cover;
    background-repeat: none;
    background-position: center;
} */

.mobile .home-buttons {
    width: 11rem;
    border-radius: 20px;
    border: #39B8EA;
}

.mobile>.home-carousel-item {
    background-size: 53.6rem !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 97vh;
    width: 100%;
}


/* OUR STORY */

.journey-icons {
    width: 8rem;
}

.cards {
    border-radius: 40px;
}

@media only screen and (min-width:426px) {
    .our-story-trail {
        padding: 10rem;
    }
}

@media only screen and (max-width: 425px) {
    #intro_subtitle {
        font-size: 1rem !important;
    }
    #intro_full_text {
        font-size: 1rem !important;
    }
    #sub_intro_title {
        font-size: .9rem !important;
    }
    .cards {
        font-size: .7rem !important;
        border-radius: 10px !important;
    }
}


/* OUR VOYAGE */

.desktop .gallery-image {
    border-radius: 30px;
}

.mobile .gallery-image {
    border-radius: 20px;
}

.mobile .card-text {
    font-size: 0.6rem !important;
}


/* GET ON BOARD */

.btn-get-on-board-header {
    border-radius: 35px !important;
    border: #39B8EA;
    padding: 20px 40px !important;
}

.btn-get-on-board {
    width: 15rem;
    border-radius: 35px !important;
    border: #39B8EA;
    padding: 20px 40px !important;
}

@media only screen and (max-width: 425px) {
    .btn-get-on-board {
        border-radius: 35px !important;
        border: #39B8EA;
        padding: 7px 21px !important;
        font-size: 1rem !important;
    }
    .btn-get-on-board-header {
        border-radius: 35px !important;
        border: #39B8EA;
        padding: 7px 21px !important;
    }
}


/* VOLUNTEER */

.btn-volunteer {
    width: 11rem;
    border-radius: 20px !important;
    border: #39B8EA;
    padding: 15px !important;
}

.ajax-loader {
    display: none !important;
}


/* DONATE */

.credit-card-icon {
    border-radius: 56em;
    width: 5rem !important;
    height: 5rem;
    object-fit: contain;
}

.donation-currency-select {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.wizard>.actions>ul>li.disabled {
    display: none;
}

.wizard>.steps>ul>li {
    width: 5% !important;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    padding: 7px;
    border-radius: 25px;
    text-align: center;
}

.wizard>.steps>ul>li:not(:first-child):before {
    position: absolute;
    content: '';
    margin-left: -29px;
    top: 0%;
    width: 3%;
    height: 48%;
    border-bottom: 5px solid #C4C4C4;
    z-index: 0;
}

.wizard>.steps>ul>li.current:not(:first-child):before {
    position: absolute;
    content: '';
    margin-left: -29px;
    top: 0%;
    width: 3%;
    height: 48%;
    border-bottom: 5px solid #39B8EA;
    z-index: 0;
}

.wizard>.steps>ul>li.done:not(:first-child):before {
    position: absolute;
    content: '';
    margin-left: -29px;
    top: 0%;
    width: 3%;
    height: 48%;
    border-bottom: 5px solid #39B8EA;
    z-index: 0;
}

.btn-donate {
    width: 11rem;
    border-radius: 30px !important;
    border: #39B8EA !important;
    padding: 15px !important;
}

@media only screen and (max-width: 425px) {
    .wizard>.steps>ul>li {
        width: 14% !important;
    }
    .wizard>.steps a,
    .wizard>.steps a:hover,
    .wizard>.steps a:active {
        padding: 3px;
        border-radius: 25px;
        text-align: center;
    }
    .wizard>.steps>ul>li:not(:first-child):before {
        position: absolute;
        content: '';
        margin-left: -28px;
        top: 0%;
        width: 9%;
        height: 48%;
        border-bottom: 5px solid #C4C4C4;
        z-index: 0;
    }
    .wizard>.steps>ul>li.current:not(:first-child):before {
        position: absolute;
        content: '';
        margin-left: -28px;
        top: 0%;
        width: 9%;
        height: 48%;
        border-bottom: 5px solid #39B8EA;
        z-index: 0;
    }
    .wizard>.steps>ul>li.done:not(:first-child):before {
        position: absolute;
        content: '';
        margin-left: -28px;
        top: 0%;
        width: 9%;
        height: 48%;
        border-bottom: 5px solid #39B8EA;
        z-index: 0;
    }
    .btn-donate {
        width: 10rem;
        border-radius: 30px !important;
        border: #39B8EA !important;
        padding: 12px !important;
    }
}

.wizard>.steps>ul>li:not(:last-child) {
    margin-right: 20px;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background-color: #C4C4C4 !important;
    color: white;
    z-index: 2;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background-color: #39B8EA !important;
    color: white;
    z-index: 2;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background-color: #39B8EA !important;
    color: white;
}

.wizard>.steps .number {
    font-weight: bold;
}


/* SWITCH */

.switch-button {
    background: #BCBCBC !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    width: 325px !important;
    text-align: center !important;
    font-size: 20px !important;
    /* letter-spacing: 1px !important; */
    color: #fff !important;
    font-weight: bold;
    position: relative !important;
    padding-right: 162px !important;
    position: relative !important;
}

.switch-button:before {
    content: "MONTHLY" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

.switch-button-checkbox {
    cursor: pointer !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 2 !important;
}

.switch-button-checkbox:checked+.switch-button-label:before {
    transform: translateX(160px) !important;
    transition: transform 300ms linear !important;
}

.switch-button-checkbox+.switch-button-label {
    position: relative !important;
    padding: 15px 0 !important;
    display: block !important;
    user-select: none !important;
    pointer-events: none !important;
    margin-bottom: 0 !important;
}

.switch-button-checkbox+.switch-button-label:before {
    content: "" !important;
    background: #FF9F17 !important;
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 30px !important;
    transform: translateX(0) !important;
    transition: transform 300ms !important;
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
    position: relative !important;
}


/* RADIO BOX */

.radio-toolbar input[type="radio"] {
    opacity: 0 !important;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid #C4C4C4;
    width: 100%;
    text-align: center;
}

.radio-toolbar label:hover {
    background-color: #ffddae;
}

.radio-toolbar input[type="radio"]:focus+label {}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #FF9F17;
    color: white;
    /* font-weight: bold; */
}


/* FOOTER */

.desktop .footer-bg {
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/07/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile .footer-bg {
    background-image: url('https://littlearkfoundation.org/wp-content/uploads/2021/08/Wood-Footer-Mobile.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#footer-logo {
    /*TURN LOGO TO WHITE*/
    filter: brightness(0) invert(1);
}

@media only screen and (max-width: 425px) {
    #footer-logo a img {
        width: 11rem !important;
        height: 100% !important;
    }
}


/* CUSTOM COLORS */

.bg-lightblue {
    background-color: #39B8EA !important;
}

.bg-lightgreen {
    background-color: #0BC48B;
}

.bg-lightpurple {
    background-color: #A52BFF;
}

.bg-lightorange {
    background-color: #EA9D39;
}

.bg-darkgreen {
    background-color: #68AA00;
}

.bg-darkorange {
    background-color: #FF742B;
}

.bg-green {
    background-color: #0BC48B;
}