.language-dropdown div span {
    margin-right: 0.25rem !important;
}

.modal-content {
    legend,
    label,
    #tx-indexedsearch-searchbox-button-submit,
    fieldset div.col-12:last-of-type {
        display: none;
    }
    .form-control {
        border: none;
        border-bottom: solid 2px #ffffff;
        background-color: #e9cc4a !important;
        max-width: 500px;
        margin: 0 auto;
        color: #fff !important;
        font-size: 1.25rem;
    }
}

/* Slider */
.carousel .carousel-control {
    background-color: transparent;
    border: none;
}

.carousel .carousel-indicators {
    z-index: 9999999;
}

.carousel-indicators button {
    border-left: solid 0 transparent;
    border-right: solid 0 transparent;
}

.carousel-item-type-header .carousel-text-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
}

.carousel-header.hidden {
    display: none;
}

.cc-window .powered-by, .cc-window-config .powered-by {
    display: none;
}

.cc-highlight .cc-btn:first-child {
    margin-top: 0.25rem;
    margin-left: 0.5rem;
}
