/*
Theme Name: TGB
Theme URI: https://webartists.at/
Description: A custom WordPress theme developed by Webartists.
Author: Webartists
Author URI: https://webartists.at/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tgb
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="time"].wpcf7-not-valid,
input[type="datetime-local"].wpcf7-not-valid,
input[type="month"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    border-color: red!important
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
    background: #ffe2e2;
    border: 1px solid red;
    color: #C10000;
    float: left;
    width: 100%;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    background: #398F3D;
    border: 1px solid green;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: center;
}

div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
}

div.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip {
    float: left;
}

.span-green-color span {
    color: #006A68;
}
.span-yellow-color span {
    color: #F39200;    
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ffb900;
    color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #ffffff;
}
.codedropz-upload-inner {
    line-height: 15px;   
}
.codedropz-upload-inner span,   
.codedropz-upload-inner h3 {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #9E9D9D;
    display: inline;
    margin-right: 5px;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #707070;
    text-decoration: underline;
}
.codedropz-upload-handler {
    border: none !important;
    border-radius: 0;
    margin-bottom: 0;
    position: relative;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    width: 100%;
}
.codedropz-upload-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.single-karriere .input-div.upload {
    display: flex;
    height: calc(100% - 20px);
}
.dnd-upload-counter {
    display: none;
}
.codedropz-upload-container:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(assets/images/file-upload.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto 5px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.codedropz-upload-container {
    margin: auto;
    max-width: 200px;
}
.karrier-form-outer .input-div.upload {
    height: calc(100% - 25px);
}
.dnd-upload-status {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 10px;
}
.dnd-upload-status .dnd-upload-image span.file {
    height: 17px;
    width: 11px;
}
.dnd-upload-status .dnd-upload-image {
    width: 25px;
    height: 25px;
}
.dnd-upload-status .dnd-upload-details .name {
    color: #000000;
    padding: 4px 0;
    padding-right: 5px;
    display: flex;
}
.dnd-upload-status .dnd-upload-details .remove-file {
    right: 16px;
}
.codedropz-upload-wrapper span.has-error-msg {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
}
.input-div.upload .codedropz-upload-container,
.input-div.upload p,
.input-div.upload {
	width: 100%;
    max-width: 100%;
}
.input-div.upload .codedropz-upload-handler {
    margin-bottom: 0;
}
.input-div.upload .codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 16px;
    line-height: 22px;
}
.codedropz-upload-container {
    padding: 20px !important;
}
.check-div .wpcf7-list-item label {
    position: relative;
    padding-left: 30px;
    margin: 10px 0 0px;
}
.check-div .wpcf7-list-item label input[type="checkbox"] {
	position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
}
.wpcf7-list-item {
    display: block;
    margin: 0 !important;
}