.contact-form .ajax-loader, .footer-newsletter .ajax-loader {
    background-image: url('/wp-content/themes/matadorka/img/ajax-loader.gif');
    border: none;
    display: inline-block;
    height: 16px;
    margin: 0 0 0 4px;
    padding: 0;
    vertical-align: middle;
    visibility: hidden;
    width: 16px;
}

.contact-form .ajax-loader.is-active, .footer-newsletter .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

.footer-newsletter div.wpcf7-response-output ul {
    margin-top: 10px;
    text-align: left;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-display-none {
    display: none;
}

.header-locale {
    display: none;
    font-family: 'Produkt';
    font-size: 19px;
}

@media(min-width: 901px) {
    .header-locale {
        display: block;
    }
}

.header-locale ul {
    display: flex;
    list-style: none;
    margin: 0px 0 0 80px;
    padding: 0;
}

.header-locale li::before {
    content: "/";
    color: #333030;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}

.header-locale li::before:first-child {
    display: none;
}

.header-locale li:first-child {
    margin-left: 0;
}

.header-locale li:first-child::before {
    display: none;
}

.header-locale a {
    color: #333030;
}

.header-locale a:hover {
    color: #D05816;
    text-decoration: none;
}

.header-locale a.locale-active {
    border-bottom: 1px solid #333030;
}

.header-mobile-locale {
    font-family: 'Produkt';
    font-size: 16px;
    margin: 23px 0 0 0;
}

@media(min-width: 360px) {
    .header-mobile-locale {
        font-size: 18px;
        margin: 22px 0 0 20px;
    }
}

@media(min-width: 901px) {
    .header-mobile-locale {
        display: none;
    }
}

.header-mobile-locale ul {
    display: flex;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.header-mobile-locale li::before {
    content: "/";
    color: #333030;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}

.header-mobile-locale li::before:first-child {
    display: none;
}

.header-mobile-locale li:first-child {
    margin-left: 0;
}

.header-mobile-locale li:first-child::before {
    display: none;
}

.header-mobile-locale a {
    color: #333030;
}

.header-mobile-locale a:hover {
    color: #D05816;
    text-decoration: none;
}

.header-mobile-locale a.locale-active {
    border-bottom: 1px solid #333030;
}

.matadorka-static-page {
    padding-top: 110px;
}
