/*
	Theme Name: Krause's Cafe
	Description: Built off of the HTML5 Blank WordPress Base
	Version: 1.0
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

#tribe-events-content {
padding: 5px 60px !important;
}
.tribe-events-schedule h2 {
text-align:center;
}
.ctct-form-wrapper{
padding: 60px 0;
}
.ctct-form-description {
    font-family: Brothers;
    font-size: 2em;
    line-height: 1.5;
    color: #ed653d;
}
.ctct-email {
width: 50%;
    padding: 10px 41px;
    margin-left: 11px;
    border: 1px solid #eb6833;
    border-radius: 10px;
    color: #eb6833;
}
.ctct-submit {
margin: 10px 0;
    background: #eb6833;
    border: none;
    color: #fff;
    font-size: 1.2em;
    border-radius: 10px;
    padding: 10px 34px;
    box-shadow: 0px 1px 2px #797878;
}