body#tinymce.wp-editor { 
    font-family: 'Roboto',Arial; 
    margin: 10px; 
}

body#tinymce.wp-editor a {
    color: #5E5340;
}


/* Contact Form 7 */
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color:#fff;
  font-size:13px;
}

span.wpcf7-not-valid-tip {
    color: #f7e700 !important;
    font-size:13px;
   
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #f7e700;
  font-size:13px;
  color: #fff !important;
}

.wpcf7-form-control {
background: #fff !important;
  font-size:13px;
  color: #fff !important;

}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="search"],
.wpcf7 select
{
    background-color: #fff;
    color: #000;
    width: 95%;
}

.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 95%;
  height: 60px;
}


#FrontBlogPost, #wrapsecond {
    padding: 10px 0;

}

.page_content {
padding: 10px 0;
}