.iframe{
    border: none !important;
}
.LiveField__header{
    display: none;
}
figure{
    margin: 0 !important;
}
.editor.editor--live.Paperform__Container{
    padding: 0 !important;
}
.LiveField__input:focus{
    border-color: #AE9831 !important;
}
textarea.LiveField__input[rows='3']::placeholder{
    font-family: Geomanist, sans-serif;
    font-size: 18px !important;
    font-weight: 300;
    color:#fff !important;
}
textarea.LiveField__input[rows='3'] {
    background: none !important;
    text-shadow: none !important;
    min-height: 75px;
    padding:0px !important;
}
.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > *{
    max-width: 100% !important;
}
form.LiveFieldSection,
.LiveField{
    width: 100% !important;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder{
    font-family: Geomanist, sans-serif;
    font-size: 18px !important;
    font-weight: 300;
    color:#fff !important;
}

element.style {
    overflow: hidden;
    overflow-wrap: break-word;
    height: 75px;
}
textarea.LiveField__input[rows]:hover {
    background-color: rgba(0,0,0,0.02);
}
textarea.LiveField__input[rows]{
    color: #fff !important;
}
.LiveField__answer{
    color:#fff !important;
}
textarea.LiveField__input {
  box-shadow: none !important;
  background-color: transparent !important;
}
.submit .btn-raised.btn-primary {
    width: 270px !important;
    background-color: #ecd90e;
    font-family: Arimo,Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color:#112541;
}
.submit .btn-raised.btn-primary::after {
    content:"";
    position: absolute;
    padding: 0 20px 0 20px;
    background:url('https://www.doddslawoffice.com/wp-content/themes/hello-theme-child-master/assets/img/arrow-button.png');
    /*background-size:cover;*/
    background-size: contain;
    background-position: center center ;
    background-repeat: no-repeat;
    margin: -5px auto;
    z-index: 100;
    width: 18px;
    height: 12px;
    top: 50%;
    right: 5px;
    padding: 0 20px 0 20px;
}
.submit .btn-raised.btn-primary:active,
.submit .btn-raised.btn-primary:hover{
    background-color:#112541 !important;
    color:#fff !important;
}