/* Enter Your Custom CSS Here */
.post_meta { display:none; }
/* Contact Form 7 Input CSS 
 ---------------------------*/
 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
.wpcf7 text {
     font-size: 14px;
     background-color: #f5f5f5;
     border: none;
     width: 95%;
     padding: 2%;
 }
 .wpcf7 textarea {
     font-size: 14px;
     background-color: #f5f5f5;
     border: none;
     width: 95%;
     padding: 2%;
   height: 100px;
 }
.wpcf7 p {margin: 0px 0px 1px 0px;}
.wpcf7-submit {padding:5px 20px !important;}