#vqzb_wrapper {
    clear: both;
    margin: 0 0 20px;
    border: 1px solid #eee;
}
table#vqzb_table {
    margin: 0;
    border: 0;
}
table#vqzb_table tr td {
    padding: 0
}
#vqzb_wrapper #vqzb_question_remain,
#vqzb_wrapper .question,
#vqzb_result_page h3 {
    background: #ff6766;
    color: #fff;
    margin: 0;
    padding: 15px 2.1%;
}
#vqzb_wrapper #vqzb_question_remain {
    margin: 0 0 -20px
}
#vqzb_wrapper .question {
    margin-top: -20px
}
#vqzb_result_page {
    margin: -13px 10px -20px
}
.article ul.answer_list {
    margin: 10px;
    list-style: none;
}
.answer_list input[type="radio"] {
    opacity: .011;
    z-index: 100;
}
.answer_list label {
    display: block;
    width: 95.6%;
    padding: 15px 2.1%;
    background-color: #F7F7F7;
    color: #000;
    border: 1px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
    margin-top: -10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
    z-index: 90;
}
.answer_list input[type="radio"]:hover + label,
.answer_list input[type="radio"]:checked + label {
    background: #d31056;
    color: #fff;
}
#vqzb_result_page h3,
#vqzb_result_page p,
#wpvq-final-personality,
#wpvq-final-score {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
div#wpvq-final-personality .wpvq-you-are,
div#wpvq-final-score .wpvq-headline {
    font-weight: bold;
    font-size: 1.8em;
}
#quiz-loader {
    margin: 20px 0
}
#quiz-loader small {
    margin: 10px
}
#circularG {
    position: relative;
    width: 36px;
    height: 36px;
    margin: auto;
}
#circularG {
    position: relative;
    width: 30px;
    height: 30px;
    margin: auto;
}
.circularG {
    position: absolute;
    background-color: rgb(122, 122, 122);
    width: 7px;
    height: 7px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: .908s;
    -o-animation-duration: .908s;
    -ms-animation-duration: .908s;
    -webkit-animation-duration: .908s;
    -moz-animation-duration: .908s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}
#circularG_1 {
    left: 0;
    top: 12px;
    animation-delay: .338s;
    -o-animation-delay: .338s;
    -ms-animation-delay: .338s;
    -webkit-animation-delay: .338s;
    -moz-animation-delay: .338s;
}
#circularG_2 {
    left: 3px;
    top: 3px;
    animation-delay: .454s;
    -o-animation-delay: .454s;
    -ms-animation-delay: .454s;
    -webkit-animation-delay: .454s;
    -moz-animation-delay: .454s;
}
#circularG_3 {
    top: 0;
    left: 12px;
    animation-delay: .57s;
    -o-animation-delay: .57s;
    -ms-animation-delay: .57s;
    -webkit-animation-delay: .57s;
    -moz-animation-delay: .57s;
}
#circularG_4 {
    right: 3px;
    top: 3px;
    animation-delay: .686s;
    -o-animation-delay: .686s;
    -ms-animation-delay: .686s;
    -webkit-animation-delay: .686s;
    -moz-animation-delay: .686s;
}
#circularG_5 {
    right: 0;
    top: 12px;
    animation-delay: .802s;
    -o-animation-delay: .802s;
    -ms-animation-delay: .802s;
    -webkit-animation-delay: .802s;
    -moz-animation-delay: .802s;
}
#circularG_6 {
    right: 3px;
    bottom: 3px;
    animation-delay: .908s;
    -o-animation-delay: .908s;
    -ms-animation-delay: .908s;
    -webkit-animation-delay: .908s;
    -moz-animation-delay: .908s;
}
#circularG_7 {
    left: 12px;
    bottom: 0;
    animation-delay: 1.024s;
    -o-animation-delay: 1.024s;
    -ms-animation-delay: 1.024s;
    -webkit-animation-delay: 1.024s;
    -moz-animation-delay: 1.024s;
}
#circularG_8 {
    left: 3px;
    bottom: 3px;
    animation-delay: 1.14s;
    -o-animation-delay: 1.14s;
    -ms-animation-delay: 1.14s;
    -webkit-animation-delay: 1.14s;
    -moz-animation-delay: 1.14s;
}
@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(.3);
    }
}
@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }
    100% {
        -o-transform: scale(.3);
    }
}
@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }
    100% {
        -ms-transform: scale(.3);
    }
}
@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(.3);
    }
}
@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }
    100% {
        -moz-transform: scale(.3);
    }
}
#vqzb_result_page h3 {
    font-size: 36px!important;
    font-weight: 600!important;
    margin: -24px 0 20px;
    text-align: center;
}
#vqzb_result_page p {
    font-size: 24px!important
}
/**
 * Blank Skin for WP Viral Quiz.
 * Use it and fill the blank to create your own skin.
 */

.wpvq {
    clear: both
}
/**
 * -- QUESTIONS --
 */

.wpvq-question .wpvq-question-label {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 24px;
    padding: 0;
}
.wpvq-question-label div {
    background: #222;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    text-shadow: 3px 3px 3px #000;
    width: 80%;
    padding: 20% 10%;
}
.wpvq-question-label div strong {
    font-size: 60px
}
.wpvq-question .wpvq-question-img {
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}
div.wpvq-next-page {
    text-align: center;
}
/**
 * -- ANSWERS --
 */

#wpvq-big-loader {
    display: none;
    text-align: center;
}
/* Answer div */
.wpvq-answer {
    font-weight: 600;
    padding: 20px 15px;
    margin: 0 0 15px 0;
    /*CSS transitions*/
    
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}
.wpvq-square .wpvq-answer {
    padding: 10px;
}
.tag-tap-on-image .wpvq-square .wpvq-answer {
    padding: 5px;
    border: 0;
}
.tag-tap-on-image .wpvq-square .wpvq-answer.wpvq-answer-true,
.tag-tap-on-image .wpvq-square .wpvq-answer.wpvq-answer-false {
    padding: 10px;
}
/* Question line */

.wpvq-question.wpvq-line .vq-css-label {
    line-height: 110%;
}
/* Answer mouse hover */

.wpvq-answer:hover {
    cursor: pointer;
}
.wpvq-square-like .wpvq-answer:hover {
    cursor: default;
}
.wpvq-img-legal-label {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8px;
    background: rgba(0, 0, 0, .6);
    color: white;
    padding: 2px 4px;
}
/* Answer selected (exception for personality, stuck the color) */

.Personality .wpvq-answer.wpvq-choose {
    background: #8ac5ff;
}
/* Answer image block */

.wpvq-answer .wpvq-answer-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
}
.wpvq-square-like .wpvq-answer .wpvq-answer-img {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.wpvq-square-like .wpvq-answer:hover .wpvq-answer-img {
    opacity: .3
}
.tag-tap-on-image .wpvq-answer .wpvq-answer-img {
    margin: 0
}
.wpvq-answer-img-div {
    background: #000
}
.wpvq-answer .fa-arrow-down {
    display: block!important;
    opacity: 0;
    text-align: center;
    margin: -70px auto 20px;
    font-size: 3em;
    color: #fff;
}
.wpvq-answer:hover .fa-arrow-down {
    opacity: 1
}
/* When user select a right answer */

.wpvq-answer.wpvq-answer-true {}
/* When user select a false answer */

.wpvq-answer.wpvq-answer-false {}
/* When user select a photo neutral answer */

.wpvq-answer.wpvq-answer-enabled {}
/* Answers disabled (after clicking an answer) */

.wpvq-answer.wpvq-answer-disabled {}
/**
 * -- SPELL IT OUT QUIZ --
 */

.quiz-answer-input {
    background: #fff;
    border: 2px solid #cacaca;
    box-shadow: inset 0 4px #cacaca;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 10px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.quiz-answer-input input {
    background: 0;
    border: 0;
    width: 96%;
    padding: 8px 2%;
    color: #444;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.quiz-answer-input input::placeholder {
    color: #bbb
}
.quiz-answer-input:hover,
.quiz-answer-input.active {
    border: 2px solid #ffc65e;
    box-shadow: inset 0 4px #ffc65e;
}
.input-button-inside:hover {
    background: #ff6766;
}
.quiz-answer-input.correct {
    background: #F3FFE7;
    border: 2px solid #B8E986;
    box-shadow: 3px 3px 0 #F9F7F7;
}
.input-button-inside.correct,
.input-button-inside.correct:hover,
.input-button-inside.correct:active {
    background: #8ECB50;
    text-transform: uppercase;
    cursor: default;
}
.quiz-answer-input.incorrect {
    background: #ffeded;
    border: 2px solid #E98686;
    box-shadow: inset 0 4px #E98686;
}
.input-button-inside.incorrect,
.input-button-inside.incorrect:hover,
.input-button-inside.incorrect:active {
    background: #FF0136;
}
.quiz-answer-input.inactive {
    background: #ddd;
    border: 2px solid #cacaca;
    box-shadow: inset 0 4px #cacaca;
}
.input-button-inside {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 30px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 10px;
    cursor: pointer;
    padding: 7px 2% 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #ff6766;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, .58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, .58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, .58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, .58, 1);
}
.input-button-inside:hover {
    background: #FF0136;
}
.quiz-giveup {
    display: inline-block;
    color: #FF0136;
    font-size: 18px;
    float: right;
    margin: 0 auto 20px;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.quiz-giveup:hover {
    color: #444
}
#quiz-howto {
    clear: both;
    border: 1px solid #666;
    margin: 0 0 20px;
    padding: 10px;
    background: #444;
    border-radius: 4px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
/**
 * -- STRUCTURE & GRID --
 */

.wpvq-square-like input.vq-css-checkbox + label.vq-css-label,
.tag-tap-on-image input.vq-css-checkbox + label.vq-css-label {
    display: none
}
.columns-1 .wpvq-question.wpvq-square .wpvq-answer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.columns-2 .wpvq-question.wpvq-square .wpvq-answer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.columns-3 .wpvq-question.wpvq-square .wpvq-answer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.columns-4 .wpvq-question.wpvq-square .wpvq-answer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.columns-2 .wpvq-question.wpvq-square .wpvq-answer:nth-child(odd) {
    clear: both
}
.wpvq.columns-2 .wpvq-question.wpvq-square .wpvq-answer {
    min-height: 365px;
}
.wpvq.columns-3 .wpvq-question.wpvq-square .wpvq-answer {
    min-height: 250px;
}
.wpvq.columns-4 .wpvq-question.wpvq-square .wpvq-answer {
    min-height: 195px;
}
.tag-tap-on-image .wpvq.columns-2 .wpvq-question.wpvq-square .wpvq-answer,
.tag-tap-on-image .wpvq.columns-3 .wpvq-question.wpvq-square .wpvq-answer,
.tag-tap-on-image .wpvq.columns-4 .wpvq-question.wpvq-square .wpvq-answer {
    min-height: auto
}
/* ----------- for phones ----------- */

@media (min-width: 320px) {
    .columns-1 .wpvq-question.wpvq-square .wpvq-answer {
        width: 100%;
        margin: 1% 0;
    }
    .columns-2 .wpvq-question.wpvq-square .wpvq-answer {
        width: 48%;
        margin: 1%;
    }
    .columns-3 .wpvq-question.wpvq-square .wpvq-answer {
        width: 48%;
        margin: 1%;
    }
    .columns-4 .wpvq-question.wpvq-square .wpvq-answer {
        width: 48%;
        margin: 1%;
    }
    .wpvq.columns-2 .wpvq-question.wpvq-square .wpvq-answer,
    .wpvq.columns-3 .wpvq-question.wpvq-square .wpvq-answer,
    .wpvq.columns-4 .wpvq-question.wpvq-square .wpvq-answer {
        min-height: 175px;
    }
    .columns-3 .wpvq-question.wpvq-square.wpvq-square-like .wpvq-answer:nth-child(3n+1) {
        display: none
    }
}
/* ----------- tablets + screen ----------- */

@media (min-width: 700px) {
    .columns-1 .wpvq-question.wpvq-square .wpvq-answer {
        width: 100%;
        margin: 1% 0;
    }
    .columns-2 .wpvq-question.wpvq-square .wpvq-answer {
        width: 48%;
        margin: 1%;
    }
    .columns-3 .wpvq-question.wpvq-square .wpvq-answer {
        width: 31%;
        margin: 1%;
    }
    .tag-tap-on-image .wpvq.columns-3 .wpvq-question.wpvq-square .wpvq-answer {
        width: 32%;
        margin: .666%;
    }
/*    .columns-3 .wpvq-question.wpvq-square .wpvq-answer:nth-child(3n+2) {
        clear: both
    }*/
    .columns-4 .wpvq-question.wpvq-square .wpvq-answer {
        width: 23%;
        margin: 1%;
    }
    .wpvq.columns-2 .wpvq-question.wpvq-square .wpvq-answer,
    .wpvq.columns-3 .wpvq-question.wpvq-square .wpvq-answer {
        min-height: 283px;
    }
    .columns-3 .wpvq-question.wpvq-square.wpvq-square-like .wpvq-answer:nth-child(3n+1) {
        display: block
    }
}
/**
 * -- CHECKBOX --
 */
/* Hidden checkbox */

input.vq-css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input.vq-css-checkbox + label.vq-css-label {
    padding-left: 31px;
    height: auto;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}
/* Label when checked box */

input.vq-css-checkbox:checked + label.vq-css-label {}
/* Default label */

label.vq-css-label {
    font-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/**
 * -- TRUE/FALSE EXPLAINATION BLOCK --
 */
/* Right answer selected */

div.wpvq-explaination div.wpvq-true,
div.wpvq-explaination div.wpvq-false {
    color: rgb(43, 194, 83);
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    display: none;
}
/* Wrong answer selected */

div.wpvq-explaination div.wpvq-false {
    color: #ff4c4b
}
/* Block with explaination */

div.wpvq-explaination {
    padding: 20px 20px 0;
    border: 4px solid #dddddd;
    overflow: auto;
    display: none;
}
.entry-content .wpvq-explaination-content img[src$=".jpg"],
.entry-content .wpvq-explaination-content img[src$=".png"] {
    width: auto
}
/**
 * Results blocs
 */
/* Bloc above results */

.wpvq-bloc-addBySettings-top {
    display: none;
}
.wpvq-play-again-area {
    display: none;
    text-align: center;
    margin-bottom: 20px;
}
.wpvq-play-again-area button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}
/**
 * -- FINAL BLOCK SCORE/PERSONALITY --
 */

p.wp-share-results {
    margin: 20px 0 10px;
}
/* Force to share before results */

div#wpvq-forceToShare-before-results {
    display: none;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
/* Label "share to show" */

div#wpvq-forceToShare-before-results p.wpvq-forceToShare-please {
    margin-bottom: 5px;
}
/* Center Share Button */

div#wpvq-forceToShare-before-results .wpvq-social-button {
    float: none;
    margin: 0 auto;
}
/* Shake on hover */

@-webkit-keyframes thumb {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.wpvq-social-button:hover {
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
}
/* Image Quiz */
#quiz-user-controls-float {
    width: 728px;
    z-index: 1000;
}
#quiz-user-controls {
    color: #fff;
    background: #524656;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
#quiz-user-controls td {
    background: #524656;
    padding: 10px 2px;
    vertical-align: top;
    text-align: center;
}
#quiz-user-controls .quiz-answer-input {
    margin: 0;
    padding: 0;
    border-width: 3px;
    box-shadow: none;
}
#quiz-user-controls .quiz-answer-input input {
    width: 100%;
    padding: 5px;
    font-size: 24px;
    cursor: text;
}
#quiz-user-controls .quiz-score,
#quiz-user-controls .quiz-timer {
    padding: 10px 5px;
    background: #71536b;
    background: -moz-linear-gradient(top, #71536b 0, #342c3e 100%);
    background: -webkit-linear-gradient(top, #71536b 0, #342c3e 100%);
    background: -o-linear-gradient(top, #71536b 0, #342c3e 100%);
    background: -ms-linear-gradient(top, #71536b 0, #342c3e 100%);
    background: linear-gradient(top, #71536b 0, #342c3e 100%);
    box-shadow: 0 2px 0 #ffffff, inset 0 2px 2px #000000;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.25), inset 0 2px 2px rgba(0, 0, 0, 0.6);
    border-radius: 20px;
}
#quiz-user-controls small {
    color: #ff6766;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3px;
}
#quiz-user-controls .pauseGame small,
#quiz-user-controls .replayGame small {
    color: #fff;
}
#quiz-user-controls .pauseGame,
#quiz-user-controls .replayGame {
    color: #fff;
    background: #666;
    background: -moz-linear-gradient(top, #666666 0, #333333 100%);
    background: -webkit-linear-gradient(top, #666666 0, #333333 100%);
    background: -o-linear-gradient(top, #666666 0, #333333 100%);
    background: -ms-linear-gradient(top, #666666 0, #333333 100%);
    background: linear-gradient(top, #666666 0, #333333 100%);
    box-shadow: 0 2px 0 #ffffff, inset 0 2px 2px #000000;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.25), inset 0 2px 2px rgba(0, 0, 0, 0.6);
    font-size: 24px;
    text-align: center;
    padding: 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
#quiz-user-controls .pauseGame:hover,
#quiz-user-controls .pauseGame:hover small,
#quiz-user-controls .replayGame:hover,
#quiz-user-controls .replayGame:hover small {
    color: #000;
}
#quiz-user-controls .pauseGame:hover,
    #quiz-user-controls .replayGame:hover {
    background: #fff;
}
#pauseGameScreen {
    color: #fff;
    font-size: 30px;
    background: #444;
    width: 90%;
    text-align: center;
    padding: 200px 5%;
    z-index: 1;
}
#pauseGameScreen i {
    color: #fff;
    font-size: 20px;
}
#quiz-image-wrapper .ad-within {
    margin-bottom: 0;
    background: #524656;
}
.sip-wrapper {
    position: relative;
    display: inline-block;
}
#quiz-image-map {
    width: 728px
}
.quiz-woohoo {
    position: absolute;
    z-index: 1;
    font-size: 70px;
    width: 728px;
    margin-top: 50px;
    color: #ffc90a;
    font-weight: bold;
    text-shadow: 3px 3px 4px #000;
    -webkit-animation: tracking-in-expand-fwd-top .8s cubic-bezier(0.215, .610, .355, 1.000) both;
    animation: tracking-in-expand-fwd-top .8s cubic-bezier(0.215, .610, .355, 1.000) both;
}
.sip-wrapper .sip-point {
    color: #fff;
    opacity: .8;
    position: absolute;
    display: inline-block;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    cursor: default;
}
.sip-wrapper .sip-point:hover {
    opacity: 1;
}
.sip-wrapper .sip-point .sip-point-text {
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    line-height: 1.1;
    padding: 0 3px;
    left: 50%;
    top: 50%;
}
.sip-point.active {
    z-index: 1;
}
.sip-point .sip-popup {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    letter-spacing: 0;
    pointer-events: none;
    z-index: 999999999999;
}
.sip-point .sip-popup .sip-popup-title {
    white-space: nowrap;
}
.sip-point .sip-popup .sip-popup-inner {
    position: relative;
    padding: 20px 20px 15px 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.sip-point .sip-popup .sip-popup-inner:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
}
.sip-point .sip-popup.sip-popup-product {
    min-width: 250px;
}
.sip-point .sip-popup.sip-popup-product .woocommerce-loop-product__title {
    font-size: 16px;
}
.sip-point .sip-popup.sip-popup-product .sip-product-control-container {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .07);
}
.sip-point .sip-popup.sip-popup-product .sip-product-control-container .button {
    padding: 0;
    background-color: transparent;
}
.sip-point .sip-popup.sip-popup-top {
    top: 10px;
    left: 50%;
    padding-bottom: 32px;
    transform: translate3d(-50%, calc(-100% - 10px), 0);
}
.sip-point .sip-popup.sip-popup-top .sip-popup-inner:before {
    left: 50%;
    bottom: 1px;
    transform: translate(-50%, 100%);
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
}
.sip-point .sip-popup.sip-popup-bottom {
    padding-top: 32px;
    top: calc(100% - 10px);
    left: 50%;
    transform: translate(-50%, 10px);
}
.sip-point .sip-popup.sip-popup-bottom .sip-popup-inner:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #ffffff transparent;
}
.sip-point .sip-popup.sip-popup-left {
    top: 50%;
    left: 10px;
    padding-right: 32px;
    transform: translate(calc(-100% - 10px), -50%);
}
.sip-point .sip-popup.sip-popup-left .sip-popup-inner:before {
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #ffffff;
}
.sip-point .sip-popup.sip-popup-right {
    top: 50%;
    right: 10px;
    padding-left: 32px;
    transform: translate(calc(100% + 10px), -50%);
}
.sip-point .sip-popup.sip-popup-right .sip-popup-inner:before {
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #ffffff transparent transparent;
}
.sip-point.active .sip-popup {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.sip-point.active .sip-popup.sip-popup-top {
    transform: translate3d(-50%, -100%, 0) rotate3d(0, 0, 0, 0);
}
.sip-point.active .sip-popup.sip-popup-bottom {
    transform: translate(-50%, 0);
}
.sip-point.active .sip-popup.sip-popup-left {
    transform: translate(-100%, -50%);
}
.sip-point.active .sip-popup.sip-popup-right {
    transform: translate(100%, -50%);
}
.result-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, .9);
    z-index: 9999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0, visibility 0 .3s;
    -moz-transition: opacity .3s 0, visibility 0 .3s;
    transition: opacity .3s 0, visibility 0 .3s;
    font-size: 14px;
}
.result-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0, visibility 0 0;
    -moz-transition: opacity .3s 0, visibility 0 0;
    transition: opacity .3s 0, visibility 0 0;
}
.result-modal.is-visible .result-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.result-modal-container {
    position: relative;
    width: 90%;
    max-width: 500px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 5px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}
#result-popup {
    color: #555;
    padding: 20px;
    overflow: auto;
    display: none;
}
#result-popup h4,
div#wpvq-final-score,
div#wpvq-final-score h4 {
    color: #555;
}
#result-popup h4,
div#wpvq-final-score h4 {
    font-weight: bold;
}
#result-popup div#wpvq-share-buttons a {
    width: 100%;
    float: none;
}
.result-close-form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url('/wp-content/themes/quizly-child/img/icon-close.svg') no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@-webkit-keyframes tracking-in-expand-fwd-top {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}
@keyframes tracking-in-expand-fwd-top {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(-500px);
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes tracking-in-expand-fwd-bottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }
    40% {
        opacity: .6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}
@keyframes tracking-in-expand-fwd-bottom {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px) translateY(500px);
        transform: translateZ(-700px) translateY(500px);
        opacity: 0;
    }
    40% {
        opacity: .6;
    }
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}
/* Ask informations form */

div#wpvq-ask-before-results {
    display: none;
    padding: 20px;
    margin: 50px 0 20px;
}
.email-image {
    width: 33%;
    height: auto;
    float: left;
    margin: -5% 2% 0 0;
}
.email-image,
.email-image-small {
    -webkit-animation: email-image-anim 1.7s 1 ease-out;
    animation: email-image-anim 1.7s 1 ease-out;
}
.email-image-small {
    display: none
}
.email-text {
    width: 65%;
    display: inline-block;
}
@keyframes email-image-anim {
    0% {
        transform: rotate(0deg);
        opacity: 0;
        top: 30px;
    }
    20% {
        transform: rotate(0deg);
        opacity: .5;
        top: 10px;
    }
    30% {
        transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
    34% {
        transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
    60% {
        transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
    65% {
        transform: rotate(-5deg);
        opacity: 1;
        top: 0;
    }
    75% {
        transform: rotate(5deg);
        opacity: 1;
        top: 0;
    }
    85% {
        transform: rotate(-5deg);
        opacity: 1;
        top: 0;
    }
    95% {
        transform: rotate(5deg);
        opacity: 1;
        top: 0;
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
}
-webkit-@keyframes email-image-anim {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 0;
        top: 30px;
    }
    20% {
        -webkit-transform: rotate(0deg);
        opacity: .5;
        top: 10px;
    }
    30% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
    34% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
    60% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
    65% {
        -webkit-transform: rotate(-5deg);
        opacity: 1;
        top: 0;
    }
    75% {
        -webkit-transform: rotate(5deg);
        opacity: 1;
        top: 0;
    }
    85% {
        -webkit-transform: rotate(-5deg);
        opacity: 1;
        top: 0;
    }
    95% {
        -webkit-transform: rotate(5deg);
        opacity: 1;
        top: 0;
    }
    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
        top: 0;
    }
}
div#wpvq-final-score,
div#wpvq-final-personality {
    display: none;
    padding: 10px 0 10px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: auto;
}
div#wpvq-final-personality .wpvq-you-are {
    margin-top: 15px;
    font-size: 1.3em;
}
div#wpvq-final-personality .wpvq-personality-label {
    font-size: 1.3em;
    font-weight: bold;
}
div#wpvq-final-score span.wpvq-headline {
    font-weight: bold;
    font-size: 1.3em;
}
span.wpvq-quiz-title {
    display: block;
    font-size: 1.2em;
    line-height: 1.4;
    margin: 10px 0;
}
.wpvq-social-button {
    background: #DCE0E0;
    position: relative;
    display: block;
    float: left;
    height: 40px;
    margin: 0 7px;
    overflow: hidden;
    width: 150px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.wpvq-social-icon {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    width: 38px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    text-align: center;
}
.wpvq-social-button:hover {
    cursor: pointer;
}
.wpvq-social-icon i {
    color: #fff;
    line-height: 42px;
}
.wpvq-social-slide {
    z-index: 2;
    display: block;
    margin: 0;
    height: 100%;
    left: 38px;
    position: absolute;
    width: 112px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.wpvq-social-slide p {
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 400;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 100%;
}
.wpvq-social-button {
    margin-top: 10px;
}
.wpvq-social-button .wpvq-social-slide {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.wpvq-social-facebook .wpvq-social-icon,
.wpvq-social-facebook .wpvq-social-slide {
    background: #305c99;
}
.wpvq-social-twitter .wpvq-social-icon,
.wpvq-social-twitter .wpvq-social-slide {
    background: #00cdff;
}
.wpvq-social-google .wpvq-social-icon,
.wpvq-social-google .wpvq-social-slide {
    background: #d24228;
}
.wpvq-social-linkedin .wpvq-social-icon,
.wpvq-social-linkedin .wpvq-social-slide {
    background: #007bb6;
}
.wpvq-social-vk .wpvq-social-icon,
.wpvq-social-vk .wpvq-social-slide {
    background: #567ca4;
}
/* Ask informations form */

#wpvq-form-informations p.wpvq-who-are-you {
    color: #ec1261;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
#wpvq-form-informations .wpvq-input-block {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
#wpvq-form-informations .wpvq-input-block label {
    display: none;
}
#wpvq-form-informations input[type=text],
#wpvq-form-informations input[type=email] {
    color: #999;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 0 8px #C4E4FD;
    text-shadow: none;
    width: 96%;
    padding: 4% 2%;
    font-size: 20px;
    text-align: center;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -ms-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
}
#wpvq-form-informations input[type=text]:hover,
#wpvq-form-informations input[type=email]:hover {
    border: 1px solid #33bcf2;
    box-shadow: 0 0 8px #33bcf2;
}
#wpvq-form-informations p.wpvq-submit-button-ask {
    text-align: center;
    margin-bottom: 0;
}
.wpvq-skip-question {
    display: inline-block;
    color: #ec1261;
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px solid #ec1261;
    padding-bottom: 2px;
    cursor: pointer;
}
.wpvq-skip-question {
    margin: 0 auto 20px
}
#wpvq-form-informations .wpvq-ignore-askInfo {
    display: block;
    background: #ddd;
    color: #777;
    height: 48px;
    margin: 20px 0;
    font-size: 16px;
    line-height: 48px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -ms-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
}
#wpvq-form-informations .wpvq-ignore-askInfo:hover {
    background: #ccc;
}
.wpvq-answer,
.wpvq-square-like .wpvq-answer:hover,
.Personality .wpvq-square-like .wpvq-answer.choose,
.wpvq-square-like .wpvq-answer.wpvq-answer-true,
.wpvq-square-like .wpvq-answer.wpvq-answer-false,
.wpvq-answer-true-hideRightWrong.wpvq-answer:hover,
.wpvq-answer-false-hideRightWrong.wpvq-answer:hover {
    border: 1px solid #D8D8D8;
    background: #f2f2f2;
}
/* Answer mouse hover */

.wpvq-answer:hover {
    background: #fff195;
    transition: background 550ms ease-out;
    cursor: pointer;
}
/* Answer selected (exception for personality, stuck the color) */

.Personality .wpvq-answer.wpvq-choose,
.wpvq-answer-true-hideRightWrong.wpvq-choose,
.wpvq-answer-false-hideRightWrong.wpvq-choose,
.wpvq-answer-true-hideRightWrong.wpvq-choose:hover,
.wpvq-answer-false-hideRightWrong.wpvq-choose:hover {
    background: #8ac5ff;
}
/* When user select a right answer */

.wpvq-answer.wpvq-answer-true {
    background: #88f078;
    color: #3d3d3d;
}
/* When user select a false answer */

.wpvq-answer.wpvq-answer-false {
    background: #fd797b;
    color: #8a8a8a;
}
/* When user select a photo neutral answer */

.wpvq-answer.wpvq-answer-enabled {
    background: #8ac5ff;
    color: #3d3d3d;
}
/* Answers disabled (after clicking an answer) */

.wpvq-answer.wpvq-answer-disabled {
    background: #f2f2f2;
    color: #8a8a8a;
}
/**
 * -- CHECKBOX --
 */

#preload-checkbox-checked {
    background: url(skins/buzzfeed-checkbox-no.jpg) no-repeat -9999px -9999px;
}
/* Hidden checkbox */

input.vq-css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input.vq-css-checkbox + label.vq-css-label {
    padding-left: 31px;
    height: auto;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    /*font-weight: bold;*/
    
    vertical-align: middle;
    cursor: pointer;
}
input.vq-css-checkbox:checked + label.vq-css-label {
    background-image: url(skins/buzzfeed-checkbox-ok.jpg);
}
label.vq-css-label {
    background-image: url(skins/buzzfeed-checkbox-no.jpg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/**
 * -- FINAL BLOCK SCORE/PERSONALITY --
 */

div#wpvq-forceToShare-before-results {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    text-align: center;
}
/* Ask informations form */

div#wpvq-ask-before-results {
    background: #f9f9f9;
    border: 1px solid #dddddd;
}
div#wpvq-ask-before-results label {
    display: none
}
/* Divs with final score (you got X of Y !) & final personality result (you are ____) */

div#wpvq-final-score,
div#wpvq-final-personality,
div#wpvq-ask-before-results,
div#wpvq-forceToShare-before-results {
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    background: #f9f9f9;
    border: 1px solid #dddddd;
    display: none;
    margin-bottom: 20px;
}
div#wpvq-ask-before-results {
    padding: 20px;
}
div#wpvq-final-score,
div#wpvq-final-personality {
    border: 10px solid #f1005f;
}
/* Title in the final personality result block */

div#wpvq-final-personality .wpvq-you-are {
    margin-top: 15px;
    font-size: 1.3em;
    color: black;
}
/* Content block on final personality result */

div#wpvq-final-personality .wpvq-personality-content {}
/* Personality name on the final block */

div#wpvq-final-personality .wpvq-personality-label {
    font-size: 1.3em;
    font-weight: bold;
    color: black;
}
/* Score headline, on the final score block */

div#wpvq-final-score span.wpvq-headline {
    font-weight: bold;
    font-size: 1.3em;
}
/* Share buttons div */

div#wpvq-share-buttons {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 0 0 10px;
    margin: 0 0 30px;
}
/* Share buttons images */

div#wpvq-share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    text-decoration: none;
}
div#wpvq-share-buttons a {
    border: 0;
}
div#wpvq-share-buttons span.wpvq-share-results {
    text-transform: uppercase;
    font-size: 1.2em;
    color: black;
    display: block;
}
.progress {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.question-number {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.wpvq-page-progress {
    display: inline-block;
    width: 50%;
    background: #eee;
    border-radius: 4px;
    height: 10px;
    margin: 0;
}
.wpvq-progress {
    border-radius: 4px;
    height: 10px;
    width: 0;
}
.wpvq-progress-value {
    color: #2bc253;
    font-weight: bold;
    font-size: 14px;
}
.wpvq-explaination {
    border-radius: 4px
}
.wpvq-explaination.correct {
    background: #F2FFE5;
    border: 2px solid #B1E680;
}
.wpvq-explaination.incorrect {
    background: #FFEEEE;
    border: 2px solid #E57C7E;
}
@media screen and (max-width: 865px) {
    .email-image {
        display: none
    }
    .email-text {
        width: 100%
    }
    .email-image-small {
        display: block;
        width: 35%;
        height: auto;
        margin: -8% 2.5% 0;
        float: left;
    }
    #wpvq-form-informations p.wpvq-who-are-you {
        float: left;
        width: 60%;
        font-size: 36px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 720px) {
    .wpvq-question-label div {
        font-size: 30px;
        padding: 15% 10%;
    }
    .wpvq-question-label div strong {
        font-size: 40px
    }
    .columns-3 .wpvq-question.wpvq-square .wpvq-answer:nth-child(odd) {
        clear: both
    }
    .tag-tap-on-image .columns-3 .wpvq-question.wpvq-square .wpvq-answer {
        width: 33.33%;
        margin: 0;
        padding: 3px;
    }
    .tag-tap-on-image .columns-3 .wpvq-question.wpvq-square .wpvq-answer.wpvq-answer-true,
    .tag-tap-on-image .columns-3 .wpvq-question.wpvq-square .wpvq-answer.wpvq-answer-false {
        padding: 10px
    }
    .tag-tap-on-image .columns-3 .wpvq-question.wpvq-square .wpvq-answer:nth-child(odd) {
        clear: none
    }
    div#wpvq-share-buttons {
        padding: 0!important
    }
}
@media only screen and (max-width: 640px) {
    .article ul.answer_list {
        margin: 0 10px
    }
    .answer_list label,
    #vqzb_result_page p {
        font-size: 16px!important
    }
    #vqzb_wrapper #vqzb_question_remain,
    #vqzb_wrapper .question,
    #vqzb_result_page h3 {
        font-size: 20px!important;
        font-weight: bold;
    }
    #vqzb_wrapper {
        border: 0
    }
    #quiz-user-controls-float {
        width: 104.2%;
        margin: 0 -2%;
    }
    #quiz-image-wrapper .ad-within {
        margin-bottom: 20px;
        background: 0;
    }
    #quiz-user-controls {
        border-radius: 0;
        height: 50px;
        z-index: 1000;
        font-size: 16px;
    }
    #quiz-user-controls td {
        padding: 5px 1px;
        line-height: 1.1;
    }
    #quiz-user-controls .quiz-score,
    #quiz-user-controls .quiz-timer {
        padding: 5px 10px
    }
    #quiz-user-controls small {
        font-size: 12px;
        margin-bottom: 0;
    }
    #quiz-user-controls .pauseGame,
    #quiz-user-controls .replayGame {
        font-size: 14px;
        padding: 12px 8px;
        border-radius: 5px;
    }
    #quiz-user-controls .quiz-answer small,
    #quiz-user-controls .pauseGame small,
    #quiz-user-controls .replayGame small {
        display: none
    }
    #quiz-user-controls .quiz-answer-input {
        margin: 0 3px;
        border-width: 2px;
    }
    #quiz-user-controls .quiz-answer-input input {
        font-size: 20px
    }
    #pauseGameScreen {
        border: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
    }
    #quiz-image-map {
        position: relative;
        overflow: scroll;
        margin: 0 -2% 10px;
    }
    #quiz-image-map img {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .quiz-woohoo {
        font-size: 50px;
        margin-top: 20px;
        width: 100%;
    }
    #wpvq-form-informations p.wpvq-who-are-you {
        font-size: 24px;
        padding-top: 5%;
    }
	div#wpvq-final-score,
	div#wpvq-final-personality {
		border: 5px solid #f1005f;
	}
}
@media only screen and (max-width: 420px) {
    .single .pagination a.fb,
    .single .pagination a.tw {
        font-size: 20px
    }
    .question-number {
        font-size: 16px
    }
    .wpvq-page-progress {
        width: 40%
    }
    div.wpvq-explaination {
        width: 89%;
        padding: 20px 5%;
    }
    .quiz-answer-input input {
        font-size: 24px
    }
    #wpvq-form-informations p.wpvq-who-are-you {
        font-size: 24px;
        padding: 0;
    }
    div#wpvq-final-score,
    div#wpvq-final-personality,
    div#wpvq-ask-before-results,
    div#wpvq-forceToShare-before-results {
        margin-top: 0
    }
    span.wpvq-quiz-title {
        font-size: 14px;
        margin: 0;
    }
    div#wpvq-final-personality .wpvq-you-are,
    div#wpvq-final-score .wpvq-headline {
        font-size: 24px
    }
    div#wpvq-final-score h4,
    #result-popup h4 {
        font-size: 20px
    }
    #result-popup {
        padding: 10px
    }
    #result-popup h4 {
        margin: 0
    }
    #result-popup img {
        margin: 10px 0
    }
    .input-button-inside {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
    .quiz-giveup {
        width: 100px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto 20px;
        padding: 0 10px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 320px) {
    #wpvq-form-informations .wpvq-input-block {
        margin: 0 0 10px
    }
    #wpvq-form-informations p.wpvq-who-are-you {
        font-size: 18px
    }
    #wpvq-form-informations .wpvq-ignore-askInfo {
        font-size: 14px;
    }
    div#wpvq-final-score,
    div#wpvq-final-personality,
    div#wpvq-ask-before-results,
    div#wpvq-forceToShare-before-results {
        padding: 10px
    }
    #wpvq-form-informations p.wpvq-submit-button-ask button {
        font-size: 16px
    }
}