/*
Theme Name: Tanda MARTON Child
Theme URI: https://www.marton24.pl/
Description: Bezpieczny motyw potomny dla Tanda. Zachowuje wygląd strony MARTON i oddziela poprawki od motywu głównego.
Author: MARTON
Template: tanda
Version: 1.1.0
Text Domain: tanda-marton-child
*/

/* Własne poprawki CSS dopisuj poniżej. */


/* H1 z logo wyłącznie na stronie głównej — bez zmiany wyglądu nagłówka. */
.marton-home-logo-heading {
    display: contents;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

/* STOPKA */

/* STOPKA */

footer.bg-dark .f-items.default-padding {
    padding: 55px 0 25px 0 !important;
}

footer .f-items .row {
    align-items: flex-start;
}



footer .f-item.about {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}

footer .f-item .widget-title,
footer .f-item.about::before {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

footer .f-item.about::before {
    content: "O firmie";
}

.contact-area.default-padding {
    padding-top: 60px !important;
    padding-bottom: 120px !important;
}

footer.bg-dark {
    background: #1E3A8A !important;
}

