red {
  color: red;
}
#controls {
  display: flex;
  margin-top: 2rem;
  max-width: 28em;
}
#recordButton, .vfbp-form #recordButton {
  background: #c72d1c;
  color: #ffffff;
}
#controls button:disabled, .vfbp-form #controls button:disabled, #controls button#pauseButton:disabled, #controls button#stopButton:disabled {
  pointer-events: none;
  background: lightgray;
}
#pauseButton, #stopButton {
  color: #fff;
  background: #444;
}
#recordingsList audio, .vfbp-form #recordingsList audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}
#recordingsList li {
  list-style: none;
  margin: 0 0 .5rem 0;
  padding: .5em;
  border: 1px solid #a2a2a2;
  border-left: 7px solid #280291;
  color: #444;
  font-size: 13px;
}
#recordingsList li:hover {
  background: #eaeaea;
}
#formats {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  background: #a2a2a2;
  padding: 0 1em;
  display: table;
}
#recordingsList {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  margin-top: .5em;
  width:auto;
}
#browser-recorder-uploader {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
}
#browser-recorder-uploader #controls {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: 0;
}
.vfbp-form #controls button:hover, #controls button:hover {
  padding: 10px 20px;
  mix-blend-mode: luminosity;
}
#recordingsList li div {
  padding-top: 5px;
}
.terms-upload {
  max-width: 100%;
  font-size: .75em;
  line-height: 1.25;
  margin: 1em auto;
  overflow-y: scroll;
  height: 250px;
  border: 1px solid #eaeaea;
  padding: 1em;
}
.recording-title {
  display: none;
}
.recording-title.uploaded {
  display: block;
  text-align: left;
  font-size: 14px;
}
.recording-title p {
  margin-bottom: 0;
}
.recording-title audio::-webkit-media-controls-enclosure, .file-preview-frame audio::-webkit-media-controls-enclosure {
  border-radius: 0;
}
.recording-title audio::-webkit-media-controls, .file-preview-frame audio::-webkit-media-controls {
  margin: 0 !important;
}
.recording-title audio, .file-preview-frame audio {
  height: 35px;
  border-radius: 0;
}
#recordingsList li a {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  padding: .25em .65em;
  border-radius: 3px;
  width: auto;
  position: relative;
  text-align: center;
  margin-right: .5em;
}
.vfbp-form .file-preview-frame {
  display: block;
  margin: 10px 0 .5em 0;
  box-shadow: none;
  width: 100% !important;
  height: auto !important;
 text-align: left;
}

.vfb-wizard:not(.actions) {
    border-bottom: 1px solid #ccc;
    background: #fbfbfd;
}

.vfb-wizard ul>li div {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: .75em 1em;
}
.vfb-wizard.actions{
    padding-top:1em;
    border-top:1px solid #ccc;
}

section.vfb-page-section {
    background: radial-gradient(at top left,#fbfbfd, #e6e6e6);
}
.vfb-fieldType-post-category {
    display: none;
}

.vfbp-form .file-preview-frame:hover {
  box-shadow: none;
  background: #eaeaea;
}
span.vfb-close.fileinput-remove.text-right {
  margin: -5px -5px 5px 0;
  padding: 0 5px;
}
.terms-show {
  font-size: .75em;
  cursor: pointer;
}
.terms-show:hover {
  text-decoration: underline;
}
.terms-upload {
  -webkit-transition: all 600ms;
  transition: all 600ms;
  max-height: 0;
  opacity: 0;
}
.terms-upload.box-showing {
  max-height: 250px;
  opacity: 1;
  margin-bottom: 2em;
	background: #fff;
}
.vfb-fieldType-submit {
    margin: 1em auto;
    text-align: center;
}

.vfb-fieldType-submit button.btn-primary {
    padding: .75em 1em !important;
    border-radius: 50px !important;
    background-image: radial-gradient(at top right,rgba(159,0,191,.75) 0,rgba(39,0,144,.9) 70%);
    border-color: #a439c7;
    font-weight:500;
    font-size:18px;
}
.vfb-fieldType-submit button.btn-primary:hover {
    background-image: radial-gradient(at bottom left,rgba(159,0,191,.75) 0,rgba(39,0,144,.9) 70%);
}
textarea.story-excerpt {
  max-height: 75px;
}
      a.upload-story,
      a[href^="blob:"] {
        -webkit-border-radius: 60px;
        border-radius: 60px;
        border: none;
        cursor: pointer;
        font-size: 18px;
        padding: 10px 10px;
      }
      @keyframes glowing {
        0% {
          background-color: #cc0000;
          box-shadow: 0 0 4px #9C27B0;
        }
        50% {
          background-color: #6e29b0;
          box-shadow: 0 0 10px #9C27B0;
        }
        100% {
          background-color: #cc0000;
          box-shadow: 0 0 4px #9C27B0;
        }
      }
      a.upload-story {
        animation: glowing 1300ms 10;
      }
.vfbp-form button.btn.finish:focus {
    outline-style: none !important;
    box-shadow: 0 0 3px 3px #ff9800;
}