/*
Theme Name: The great oktoberfest
Theme URI: http://xoobo.com
Version: 1.0
Author: Xoobo
Author URI: http://xoobo.com
*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slide-image {
    object-fit: cover;
    height: 235px;
}

.pretzel-fix {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.pretzel-fix img {
    width: 300px;
}

.wpcf7-form-control-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    position: static;
    height: 50px;
    border: 0px solid #000;
    border-radius: 3px;
    background-color: #fff;
    font-size: 12px!important;
    font-weight: 200;
    letter-spacing: 1px!important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 8px 12px!important;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: bold;
}

.wpcf7-form-control-wrap .input.text-area {
    margin-bottom: 0;
    font-weight: bold;
}

.wpcf7-validation-errors{
    font-weight: 500;
}

.wpcf7-mail-sent-ok{
	color: white;
    font-weight: 600;
}

span.wpcf7-not-valid-tip{
    display: none;
}

@media screen and (max-width: 991px){
    .pretzel-fix {
        display: none;
    }
}