#settings_button,
.readout-group,
.settings-group {
    -webkit-tap-highlight-color: transparent
}

#average,
#hold-max,
#reset,
.control,
.fileContainer {
    cursor: pointer
}

#meter {
    position: absolute;
    top: 5px;
    right: 50%;
    margin-right: -45px
}

#average,
#hold-max,
.reset-icon,
.settings-icon {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#average:active,
#hold-max:active,
.reset-icon:active,
.settings-icon:active {
    color: #87cefa
}

.settings-icon {
    font-size: 48px
}

#beta_file,
#beta_mic {
    font-size: 14px;
    background: #FA8787;
    padding: 0 5px;
    color: #FFF;
    font-weight: 400;
    font-family: Lato;
    border: none;
    outline: 0;
    position: absolute;
    right: 50%
}

#settings_button {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -130px;
    color: #FFF;
    background: rgba(250, 128, 114, 0);
    border: none;
    cursor: pointer;
    outline: 0
}

#beta_mic {
    top: 16.5px;
    margin-right: 80px
}

#beta_file {
    top: 400px;
    margin-right: 95px
}

#readout {
    position: absolute;
    top: 400px;
    width: 200px;
    right: 50%;
    margin-right: -100px;
    color: #FFF;
    font-weight: 400;
    font-family: Lato;
    font-size: 24px;
    background: #40e0d0;
    border: none;
    padding: 5px 0;
    outline: 0
}

.readout-group {
    position: absolute;
    top: 115px;
    right: 50%;
    margin-right: -160px;
    width: 120px;
    outline: 0
}

#average,
#hold-max,
#label-average,
#label-hold-max {
    width: 100%;
    color: #FFF;
    font-weight: 400;
    font-family: Lato;
    font-size: 20px;
    border: none;
    position: relative;
    outline: 0
}

#label-average {
    top: 0;
    background: 0 0
}

#average {
    top: 0;
    background: rgba(39, 202, 183, 0)
}

#label-hold-max {
    top: 20px;
    background: 0 0
}

#hold-max {
    top: 20px;
    background: rgba(39, 202, 183, 0)
}

#reset {
    position: relative;
    top: 40px;
    left: 35px;
    color: transparent;
    background: rgba(255, 255, 255, 0);
    border: none;
    outline: 0
}

.reset-icon {
    position: relative;
    top: 1px;
    color: #FFF;
    font-size: 40px
}

.analyze-text,
.spinner,
h1,
hr,
textarea {
    color: #fff
}

.settings-group {
    position: absolute;
    top: 10px;
    right: 50%;
    width: 260px;
    margin-right: -130px;
    display: inline-block;
    padding: 15px 20px 10px;
    text-align: left;
    color: #fff;
    vertical-align: top;
    background: salmon;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 5px
}

.control {
    font-size: 18px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px
}

.control input,
.control__indicator,
.progress,
textarea {
    position: absolute
}

.control input {
    z-index: -1;
    opacity: 0
}

.control__indicator {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #F7F7F7
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:focus~.control__indicator,
.control:hover input~.control__indicator {
    background: #ccc
}

.control input:checked~.control__indicator {
    background: #87cefa
}

.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.control__indicator:after {
    position: absolute;
    display: none;
    content: ''
}

.control input:checked~.control__indicator:after,
hr {
    display: block
}

hr {
    height: 1.5px;
    border: 0;
    border-top: 1px solid;
    margin: 1em 0;
    padding: 0
}

h1 {
    font-size: 28px
}

textarea {
    top: 100px;
    right: 50%;
    width: 300px;
    height: 327px;
    margin-right: -150px;
    border: none;
    background-color: #333;
    resize: none;
    outline: 0;
    font-family: Lato, sans-serif;
    font-size: 15px;
    padding: 10px
}

.progress,
.spinner {
    font-family: Lato, sans-serif;
    font-size: 18px
}

.progress {
    top: 67px;
    right: 50%;
    width: 145px;
    margin-right: 5px;
    height: 1rem
}

.analyze-text {
    text-align: left
}

.spinner {
    position: relative;
    top: -1.3rem;
    left: 155px;
    text-align: right
}

.button-style,
.fileContainer {
    overflow: hidden;
    color: #FFF;
    text-align: center
}

.spinner>div {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fileContainer {
    top: 20px;
    right: 50%;
    width: 300px;
    margin-right: -150px;
    position: absolute;
    border: 2px solid #FFF;
    display: inline-block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 5px 20px;
    font-size: 20px
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.use-files,
.use-mic {
    position: absolute;
    right: 50%;
    margin-right: -140px
}

.fileContainer:active {
    border: 2px solid transparent;
    background: #333
}

.button-style {
    cursor: pointer;
    position: absolute;
    border: 2px solid #FFF;
    display: inline-block;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    font-size: 20px
}

.button-style:active {
    border: 2px solid transparent;
    background: #333
}

#audio-from-file,
#audio-from-mic {
    width: 275px;
    padding: 10px 20px;
    background: 0 0;
    outline: 0;
    border: none;
    font-size: 20px;
    color: #FFF;
    cursor: pointer
}

.use-files {
    top: 20px;
    cursor: pointer;
    outline: 0
}

.use-mic {
    top: 210px;
    cursor: pointer;
    outline: 0
}

  .et_pb_section_1_tb_footer.et_pb_section {
      padding-top: 0px;
      padding-bottom: 0px;
      background-color: #f2f2f2 !important
    }

    .et_pb_text_28_tb_footer,
    .et_pb_text_29_tb_footer {
      font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
      font-weight: 300;
      font-size: 12px
    }

    .et_pb_text_29_tb_footer.et_pb_text {
      color: #350101 !important
    }

    .et_pb_text_29_tb_footer.et_pb_text a {
      color: #353535 !important
    }

    .et_pb_section_0.et_pb_section {
      background-color: #2b2b2b !important
    }

    .et_pb_code_0 {
      min-height: 450px
    }

    .et_pb_cta_0.et_pb_promo .et_pb_promo_description div {
      font-size: 16px
    }

    .et_pb_cta_0.et_pb_promo {
      background-color: #0091f2
    }

    body #page-container .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button {
      border-radius: 100px
    }

    @media only screen and (max-width:980px) {
      body #page-container .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:after {
        display: inline-block;
        opacity: 0
      }

      body #page-container .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:hover:after {
        opacity: 1
      }
    }

    @media only screen and (max-width:767px) {
      body #page-container .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:after {
        display: inline-block;
        opacity: 0
      }

      body #page-container .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:hover:after {
        opacity: 1
      }
    }