﻿.wb-ReadMoreClick { float: right; color: #337ab7; cursor: pointer; }
.wb-ReadMoreClick:hover { color: #af272f; }
.clear { clear: both; }

.wb-editor-form {  border-radius: 0 !important;}
.wb-editor-form-title, .wb-editor-form-content { border-radius: 0 !important;}
.wb-editor-form .wb-editor-form-title { color: #000; font: 600 20px/30px "Open sans", Helvetica, Arial, sans-serif; text-transform: uppercase;border-radius: 0; }
.wb-editor-form .wb-editor-form-content { padding-bottom: 20px; }

.wb-editor-form-element[type='text'], .wb-editor-form-element[type='email'], textarea.wb-editor-form-element { width: 95%; padding: 14px 12px; color: #666; font-family: "Arial", Arial, sans-serif; font-size: 12px; border: 0; border-bottom: 1px #ddd solid; border-radius: 0; }
textarea.wb-editor-form-element { height: 80px; }
.wb-editor-form-element[type='submit'] { width: 100px; position: relative; color: #FFFFFF; padding: 10px; border:none; margin-top: 10px; font-size: 10px; background: #af272f; text-transform: uppercase; cursor: pointer; }
.wb-editor-form-element[type='submit']:hover { color: #FFFFFF; background-color:#000; }
select.wb-editor-form-element { width: 398px; padding: 9px; }

.wb-editor-form-invalid {    border-bottom: 1px #ffd800 dashed; }