#sfwd-mark-complete {
    visibility: hidden;
}
.title {
    font-weight: bold;
    color: #00add9;
    font-size: 36px;
    margin: 20px 0px 20px 0px;
}
.subtitle {
    font-size: 18px;
    text-align: left;
    margin: 0px 100px;
    color: #707070;
    width: 80%;
    font-weight: 300;
}

h3.subtitle,
h3.advertisement {
  font-family: 'Open sans';
}

.sfwd-quiz-template-default .entry-title {
    color:#00add9;
}
.custom-next-button,
.custom-send-button,
.custom-feedback-button,
.custom-continue-button {
    min-width: 150px;
    font-weight: 700;
    border-radius: 30px;
    line-height: 28px;
    background: #00add9;
    color: white;
    border: 1px solid white;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: auto 20px;
    font-size: 15px;
}

.custom-feedback-button {
    min-width: 150px;
    font-weight: 700;
    border-radius: 30px;
    line-height: 28px;
    background: white;
    color: #444242;
    border: 2px solid #444242;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: auto 20px;
    font-size: 15px;
}

.finish-buttons .custom-feedback-button,
.finish-buttons .custom-continue-button {
  padding: 10px 0px;
  width: 170px;
  text-transform: inherit;
  font-weight: normal;
}

.custom-feedback-button:hover,
.custom-send-button:hover,
.custom-continue-button:hover {
    background: white;
    border: 1px solid #00add9;
    color: #00add9;
}

.finish-buttons .custom-feedback-button:hover,
.finish-buttons .custom-feedback-button:focus {
    background: #444242;
    border: 2px solid #444242;
    color: white;
}

.custom-next-button:hover {
    background: none;
    border: 1px solid #00add9;
    color: #00add9;
}
.custom-next-button {
    min-width: 150px;

    font-weight: 700;
    border-radius: 30px;
    line-height: 38px;
    background: #00add9;
    color: white;
    border: 1px solid white;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}

button:active, button:focus {
    background: #00add9;
}

.completed-exercise h2,
.completed-exercise h3 {
    font-size: 40px;
    font-weight: bold;
    color: #71766f;
    margin: 50px;
}

.footer-widgets {
    color: #444242;
    background-color: #ffffff;
}


@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .title {
        font-size: 32px;
    }
    .subtitle {
        font-size: 18px;
    }
    .advertisement {
        font-size: 15px;
    }
    #interactive_exercise {
        margin-top: 48px;
    }
}

@media screen and (max-width: 768px) {
  .title {
      font-weight: bold;
      color: #00add9;
      font-size: 26px;
      margin: 20px 0px 20px 0px;
  }

  .subtitle {
      font-size: 13px;
      text-align: left;
      margin: 0px !important;
      color: #707070;
      width: 100%;
      font-weight: 300;
      padding: 10px;
  }
  .completed-exercise h2,
  .completed-exercise h3 {
      font-size: 30px;
      font-weight: bold;
      color: #71766f;
      margin: 50px;
  }
  .advertisement {
      margin: 0px !important;
  }
}

* {
    font-family: "Open Sans", sans-serif;
}

.title {
  margin: 20px 0px 20px 0px;
}
h3.subtitle {
  margin: 10px 100px;
  width: auto;
  text-align: center;
}

.amount-data {
  position: relative;
  float: inherit;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.fs {
  font-size: 16px;
}
.fw {
  font-weight: 600;
}
.capitalize {
  text-transform: uppercase;
}
.tc {
  text-align: center;
}
.bg {
  background-color: #eee;
}
