/*
	Theme Name: Chalupkova
	Theme URI: https://studiotem.com/
	Author: Studio TEM
	Author URI: https://studiotem.com/
	Description: Custom theme developed by Studio TEM
	Version: 1.1.0
	License: GNU General Public License v2 or later
	Text Domain: chalupkova
	Tags: custom-design, custom-backend, simple-administration
*/

.contact-info .info__form {
    width: 100% !important;
}

.invalid div.wpcf7-response-output, .unaccepted div.wpcf7-response-output {
    color: #C10000 !important;
}

div.wpcf7-response-output {
    color: #fff !important;
    font-weight: 700;
}

span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

.screen-reader-response {
    display: none !important;
}

div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}

.wpcf7-not-valid-tip {
    font-size: 18px !important;
}

div.wpcf7-response-output {
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px !important;
    margin-top: 140px;
}

.wpcf7-spam-blocked {
    background: #e2e2e2;
    border: 1px solid #bcbcbc !important;
    color: #383838;
}

.wpcf7-mail-sent-ng {
    background: #fcf8e3;
    border: 1px solid #ac9163 !important;
    color: #8a6d3b;
}

.wpcf7-mail-sent-ok {
    background: #dff0d8;
    border: 1px solid #3c763d !important;
    color: #3c763d;
}

.wpcf7-not-valid-tip {
    color: #C10000;
}

@media (max-width: 767px) {
    .competitionh3 {
        margin-bottom: 0 !important;
    }
}

