/* -----------------KOLORY tła głównych elementów-----------------------------*/

.starter_color_header {
    background-color: rgba(33, 33, 33, 1) !important;
}

.background_color_objects {
    background-color: rgba(65, 65, 65, 1) !important;
}

.background_color_menu_footer {
    background-color: rgba(40, 40, 40, 1);
}

.starter_color_footer {
    background-color: rgba(0, 0, 0, 1);
}

.background_color_border_header:before,
.background_color_border_header:after {
    background-color: rgba(0, 0, 0, 1) !important;
}

.background_color_border_header {
    border-color: rgba(0, 0, 0, 1) !important;
}

.top_frame_color_headers,
.top_frame_color_headers:checked + label::before {
    border-color: rgba(0, 0, 0, 1) !important;
}

.top_frame_color_headers:after {
    border-color: rgba(0, 0, 0, 1) transparent transparent transparent !important;
}

.active.top_frame_color_headers:after {
    border-color: transparent transparent rgba(0, 0, 0, 1) transparent !important;
}

.background_color_mottobanner {
    background-color: rgba(255, 255, 255, 0) !important;
}

.background_searcher_inputs,
.background_searcher_inputs::before,
.background_searcher_checkbox::before {
    background-color: rgba(211, 211, 211, 1) !important;
}

.bpm-autocomplete.input-group.color_searcher_inputs .form-control {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(211, 211, 211, 1);
    border-color: rgba(0, 0, 0, 1);
}

.bpm-autocomplete.input-group.color_searcher_inputs .form-control::placeholder {
    color: rgba(0, 0, 0, 1);
}

.bpm-autocomplete.input-group.color_searcher_inputs .form-control:focus {
    border-color: rgba(255, 158, 39, 1) !important;
}

.background_color_active_elements:hover {
    background-color: rgba(58, 57, 57, 1) !important;
    border-color: rgba(58, 57, 57, 1) !important;
}

.active.background_color_active_elements {
    background-color: rgba(58, 57, 57, 1) !important;
    border-color: rgba(58, 57, 57, 1) !important;
}

.background_color_body {
    background-color: rgba(212, 212, 212, 1) !important;;
}

/*kolor ramek ofert, agentów, artykułów na blogu, paginacji*/
.border_color_active_elements {
    border-color: rgba(0, 0, 0, 1) !important;
}

/* ------------------KOLORY CZCIONKI--------------------------------*/

.starter_color_headertext {
    color: rgba(255, 156, 36, 1) !important;
}

.color_main {
    color: rgba(0, 0, 0, 1) !important;
}

/*tytuły artykulow i obiektów*/
.color_object_header {
    color: rgba(255, 157, 38, 1);
}

.starter_color_footertext {
    color: rgba(255, 157, 37, 1);
}

.color_menu_footer {
    color: rgba(255, 157, 39, 1);
}

.starter_color_leadtext {
    color: rgba(255, 156, 35, 1) !important;
}

.active.starter_color_leadtext {
    color: rgba(255, 156, 35, 1) !important;
}

.advert_box i, .advert_box img {
    background: linear-gradient(to top right, rgba(255, 156, 35, 1), rgba(0, 0, 0, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link_color {
    color: rgba(255, 168, 36, 1) !important;
}

.color_searcher_inputs {
    color: rgba(0, 0, 0, 1) !important;
}

.color_searcher_inputs::placeholder {
    color: rgba(0, 0, 0, 1) !important;
}

.color_mottobanner {
    color: rgba(255, 166, 33, 1);
}

/* ------------------KOLORY PRZYCISKÓW--------------------------------*/

.starter_color_button {
    background-color: rgba(95, 95, 95, 1) !important;
}

.starter_color_button:checked + label::after {
    color: rgba(95, 95, 95, 1) !important;
}

.starter_color_buttontext {
    color: rgba(255, 157, 39, 1) !important;
}

.active.dot_color_active span {
    background-color: rgba(255, 169, 40, 1) !important;
}

.dot_color span {
    background-color: rgba(255, 140, 0, 0.62) !important;
}

/* ------------------KOLORY NA HOVER i FOCUS--------------------------------*/

.color_hover_header:hover {
    color: rgba(0, 0, 0, 1) !important;
}

.color_hover_header {
    border-top-color: rgba(0, 0, 0, 1) !important;
}

.color_hover_header:after {
    color: rgba(0, 0, 0, 1) !important;
    border-bottom-color: rgba(0, 0, 0, 1) !important;
}

.background_searcher_border_inputs_focus:focus {
    border-color: rgba(255, 158, 39, 1) !important;
}

.active.color_pagination,
.color_pagination:hover {
    color: rgba(255, 156, 36, 1) !important;
}

.color_menu_footer_hover:hover {
    color: rgba(0, 0, 0, 1) !important;
}

.link_color_hover:hover {
    color: rgba(252, 166, 37, 1) !important;
}

.starter_color_button_hover:hover {
    background-color: rgba(3, 3, 3, 1) !important;
}

.color_button_additional_hover:hover {
    color: rgba(255, 152, 39, 1) !important;
}

.background_button_additional_hover:hover {
    background-color: rgba(0, 0, 0, 1) !important;
}

.background_searcher_option_hover li:hover {
    background-color: rgba(231, 231, 231, 1) !important;
}

.color_searcher_option_hover li:hover {
    color: rgba(0, 0, 0, 1);
}




