#colophon {
padding-bottom: 5px !important;
padding-top: 5px !important;
}
#site-info, #theme-attribution {
		margin-top: 5px !important;
}

/* Contact Form 7 Input fields and text area CSS 
 ---------------------------*/
.wpcf7 {
		text-align: center;
}
 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
     padding: 2%;
		 margin-bottom: 15px;
		 max-width: 375px;
 }
div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 10px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 10px;
}
span.wpcf7-not-valid-tip {
    color: #f9443b;
}
/* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     background: #3f5057;
     padding: 15px 25px 15px 25px;
		 margin: 0 auto;
     border: none;
     border-radius: 5px;
     width: auto;
     text-transform: uppercase;
     letter-spacing: 5px;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #494949;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #000000;
 }
/* reset button & select field - center */
.wpcf7 .wpcf7-select {margin: 0 auto;}
/* relocate spinner - below button */
.wpcf7-spinner {display: block;top: 15px;left: 45%;}