/* 
Theme Name: Valpix Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: Valpix GmbH
Author URI: https://www.valpix.ch/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Custom Styles Valpix */

.ays-quiz-form {
    font-family: "IBM Plex Sans", Sans-serif !important;
}
.action-button {
    background-color: #000 !important;
    color: #FFF !important;
    padding: 20px 30px !important;
    border-radius: 99px !important;
}
.ays-live-bar-wrap {
    display: none !important;
}

@media screen and (max-width: 650px){
	.ays-quiz-answers .ays-field input+label[for^="ays-answer-"] {
		line-height: 25px !important;
	}
}