/* README:
Generated by SCSS Please check quiz.scss
folder: vifor/sass/
*/
/*FONT SIZE MIXIN */
/* BREAKPOINTS MIXIN */
/* DEVICES BREAKPOINTS */
.view.view-quiz-summary .view-content .views-field-title {
  width: 100%;
  margin: 0;
  padding: 0;
}
.view.view-quiz-summary .view-content .views-field-title .field-content {
  text-align: center;
  width: 100%;
}
.view.view-quiz-summary .view-content .views-field-title .field-content a {
  display: block;
  padding: 30px 30px 30px 30px;
  width: 100%;
  height: 100%;
  color: #56a6d2;
  font-family: "DIN Pro Bold";
}
.view.view-quiz-summary .view-content .views-field-title .field-content a:hover {
  color: white;
  background-color: #56a6d2;
  text-decoration: none;
}

.quiz-theme .frame-quiz {
  background: #fff;
  -webkit-box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 25px 0 40px 0;
  background-color: #56a6d2;
}
.quiz-theme .frame-quiz.correct {
  background-color: #00a64f;
}
.quiz-theme .frame-quiz.wrong {
  background-color: #ed1d24;
}
.quiz-theme .frame-quiz > .wrapper-quiz {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz > .wrapper-quiz {
    display: inline;
  }
}
.quiz-theme .frame-quiz .question-box {
  padding: 0;
  background-color: white;
  min-height: 380px;
}
.quiz-theme .frame-quiz .quiz-index-info {
  text-align: center;
  color: white;
  vertical-align: middle;
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .quiz-index-info {
    text-align: left;
    margin: 10px 0;
  }
  .quiz-theme .frame-quiz .quiz-index-info p {
    text-align: center;
  }
}
.quiz-theme .frame-quiz .quiz-index-info .fa {
  border: 1px solid white;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 66px;
  font-size: 50px;
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .quiz-index-info .fa {
    height: 35px;
    width: 35px;
    line-height: 33px;
    font-size: 30px;
  }
}
.quiz-theme .frame-quiz .quiz-index-info h1 {
  font-size: 120px;
  color: white;
  margin-bottom: 0;
  display: inline;
}
.quiz-theme .frame-quiz .quiz-index-info h1 span {
  font-size: 60px;
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .quiz-index-info h1 {
    font-size: 30px;
    line-height: normal;
  }
  .quiz-theme .frame-quiz .quiz-index-info h1 span {
    font-size: 30px;
  }
}
.quiz-theme .frame-quiz .quiz-index-info p {
  font-size: 30px;
  margin-bottom: 0;
  display: inline;
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .quiz-index-info .result-correct, .quiz-theme .frame-quiz .quiz-index-info .result-wrong {
    text-align: center;
  }
}
.quiz-theme .frame-quiz .question-number {
  font-size: 30px;
  padding: 0;
  position: absolute;
  text-align: center;
  color: white;
  bottom: 20px;
  font-family: "DIN Pro Bold";
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .question-number {
    position: static;
    text-align: right;
    line-height: normal;
    bottom: 0;
    margin: 10px 0;
    padding-right: 15px;
  }
}
.quiz-theme .frame-quiz .quiz-text {
  text-align: center;
  padding: 30px 40px;
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .quiz-text {
    padding: 30px 15px;
  }
}
.quiz-theme .frame-quiz .quiz-text h1, .quiz-theme .frame-quiz .quiz-text h2, .quiz-theme .frame-quiz .quiz-text h3 {
  margin-bottom: 30px;
}
.quiz-theme .frame-quiz .quiz-text h2 {
  font-size: 25px;
}
.quiz-theme .frame-quiz .quiz-result {
  margin: 0 30px;
}
.quiz-theme .frame-quiz .field--name-field-introduction-quiz,
.quiz-theme .frame-quiz .field--name-field-conclusion-quiz {
  text-align: left;
}
.quiz-theme .frame-quiz .field--name-field-conclusion-quiz {
  text-align: center;
  margin-top: 40px;
}
.quiz-theme .frame-quiz .field--name-field-correct-answers-label,
.quiz-theme .frame-quiz .field--name-field-wrong-answers-label {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "DIN Pro Bold";
}
.quiz-theme .frame-quiz .field--name-field-correct-answers-label {
  color: #00a64f;
}
.quiz-theme .frame-quiz .field--name-field-wrong-answers-label {
  color: #ed1d24;
}
.quiz-theme .frame-quiz .button-container {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.quiz-theme .frame-quiz .button-option {
  margin-bottom: 30px;
  text-align: center;
}
.quiz-theme .frame-quiz .button-lear-more {
  margin-bottom: 25px;
  text-align: center;
}
.quiz-theme .frame-quiz .button-lear-more button {
  padding: 0 50px 0 50px;
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .button-lear-more button {
    padding: 0 10px 0 10px;
  }
}
.quiz-theme .frame-quiz button.close {
  color: #56a6d2;
  border: 1px solid #56a6d2;
  border-radius: 50%;
  font-size: 44px;
  opacity: 1;
  font-weight: lighter;
  outline: none;
  height: 40px;
  width: 40px;
  margin: 10px;
  line-height: 40px;
  font-family: "Times New Roman";
}
.quiz-theme .frame-quiz button.close:active, .quiz-theme .frame-quiz button.close:hover, .quiz-theme .frame-quiz button.close:visited, .quiz-theme .frame-quiz button.close.selected {
  background: #56a6d2;
  color: #ffffff;
}
.quiz-theme .frame-quiz.answer-summary .result-correct .fa {
  color: #00a64f;
  border: 2px solid #00a64f;
}
.quiz-theme .frame-quiz.answer-summary .result-correct span {
  color: #00a64f;
  font-size: 50px;
  margin-left: 10px;
  font-family: "DIN Pro Bold";
}
.quiz-theme .frame-quiz.answer-summary .result-wrong .fa {
  color: #ed1d24;
  border: 2px solid #ed1d24;
}
.quiz-theme .frame-quiz.answer-summary .result-wrong span {
  color: #ed1d24;
  font-size: 50px;
  margin-left: 15px;
  font-family: "DIN Pro Bold";
}
.quiz-theme .frame-quiz .quiz-button {
  color: #56a6d2;
  border: 1px solid #56a6d2;
  font-size: 18px;
  display: inline-block;
  min-width: 170px;
  line-height: 35px;
  border-radius: 50px;
  background: #ffffff;
  text-decoration: none;
  padding: 0 30px 0 30px;
  margin: 5px 10px;
  position: relative;
  height: 40px;
  outline: none;
}
.quiz-theme .frame-quiz .quiz-button:active, .quiz-theme .frame-quiz .quiz-button:hover, .quiz-theme .frame-quiz .quiz-button:visited, .quiz-theme .frame-quiz .quiz-button.selected {
  text-decoration: none;
  background: #56a6d2;
  color: #ffffff;
}
.quiz-theme .frame-quiz .quiz-button:active .fa, .quiz-theme .frame-quiz .quiz-button:hover .fa, .quiz-theme .frame-quiz .quiz-button:visited .fa, .quiz-theme .frame-quiz .quiz-button.selected .fa {
  border: 1px solid #ffffff;
}
.quiz-theme .frame-quiz .quiz-button:disabled {
  color: #c7c8ca;
  border: 1px solid #c7c8ca;
}
.quiz-theme .frame-quiz .quiz-button:disabled:hover {
  background: #ffffff;
}
@media (max-width: 549px) {
  .quiz-theme .frame-quiz .quiz-button {
    font-size: 14px;
    min-width: 130px;
  }
}
@media (max-width: 766px) {
  .quiz-theme .frame-quiz .quiz-button {
    width: 90%;
  }
}
.quiz-theme .frame-quiz .quiz-button.true-button.selected {
  background: #00a64f;
  border-color: #00a64f;
  color: #ffffff;
}
.quiz-theme .frame-quiz .quiz-button.false-button.selected {
  background: #ed1d24;
  border-color: #ed1d24;
  color: #ffffff;
}
.quiz-theme .frame-quiz .quiz-button .fa {
  border: 1px solid #56a6d2;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 27px;
  margin-right: 10px;
  position: absolute;
  font-size: 22px;
  top: 5px;
  left: 5px;
}

/*# sourceMappingURL=quiz.css.map */
