/**
Theme Name: Hek®
Author: Webpuccino®
Author URI: https://webpuccino.com
Description: Hek® theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hek
Template: astra
*/

/* Elementor */
.elementor-button svg {
    margin-bottom: -3px !important;
    margin-top: -4px !important;
    width: 20px;
}

/* WPForms Match Quiz */
body .wbh-matchquiz .wpforms-page-indicator.progress {
    display: none;
}
body .wbh-matchquiz .wpforms-field-content,
body .wbh-matchquiz .wpforms-field-label {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
}
body .wbh-matchquiz .wpforms-field + .wpforms-field-pagebreak {
    margin-top: 20px;
}
body .wbh-matchquiz .wpforms-page-button {
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}
body .wbh-matchquiz .wpforms-field-checkbox,
body .wbh-matchquiz .wpforms-field-radio {
    counter-reset: choices;
}
body .wbh-matchquiz .wpforms-field-checkbox input[type="checkbox"],
body .wbh-matchquiz .wpforms-field-radio input[type="radio"] {
    display: none;
}
body .wbh-matchquiz .wpforms-field-checkbox label,
body .wbh-matchquiz .wpforms-field-radio label {
    display: block;
    padding: 10px 12px !important;
    width: 100%;
}
body .wbh-matchquiz .wpforms-field-checkbox label::before,
body .wbh-matchquiz .wpforms-field-radio label::before {
    background: rgba(42, 43, 41, 0.4);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-sizing: 24px;
    counter-increment: choices;
    content: counter(choices, upper-alpha);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    line-height: 22px;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
    width: 24px;
}
body .wbh-matchquiz [class^="choice-"] {
    background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), rgba(42, 43, 41, 0.6);
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 1px;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    transition: background-color, color, border-color, box-shadow, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .wbh-matchquiz [class^="choice-"]:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(42, 43, 41, 0.6);
    transform: scale(1.01);
}
body .wbh-matchquiz [class^="choice-"].wpforms-selected {
    background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), rgba(42, 43, 41, 0.4);
    outline: 2px solid #fff;
}

body .wbh-matchquiz [class^="choice-"].wpforms-selected label::before,
body .wbh-matchquiz [class^="choice-"].wpforms-selected label::before {
  background: #fff;
  color: rgb(42, 43, 41)
}

body .wbh-matchquiz-multiple-choices fieldset {
    display: flex;
    flex-direction: column-reverse;
}
body .wbh-matchquiz-multiple-choices .wpforms-field-description {
    margin-bottom: 10px;
} 
