/*
Theme Name: LM-Template
Author: Lennart Möller
Author URI: https://www.lennartmoeller.com/
Description: Minimalistic Wordpress Theme
*/

/* Styles for the plugin WPForms */

.wpforms-submit-container,
.wpforms-pagebreak-left {
    float: right !important;
}

/* wpf-headline is a custom class for HTML-boxes */
.wpf-headline {
    font-size: 20px !important;
    margin-bottom: 5px !important;
    font-weight: 700;
    color: black !important;
}
.wpf-headline:not(:first-child) {
    margin-top: 30px !important;
}
.wpf-headline-soft {
    font-size: 17px !important;
    margin-bottom: 0px !important;
    color: black !important;
}
.wpf-headline-soft:not(:first-child) {
    margin-top: 20px !important;
}

.wpforms-field-checkbox li {
    position: relative !important;
}
.wpforms-field-checkbox li input {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}
.wpforms-field-checkbox li label {
    position: relative !important;
    top: 0;
    left: 35px;
    display: block !important;
    width: calc(100% - 35px) !important;
}

/* Multistep forms - Step title */
span.wpforms-page-indicator-page-title {
    font-weight: 700;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
    font-size: 22px;
}

/* Multistep forms - Progress bar */
.wpforms-page-indicator-page-progress-wrap {
    height: 10px !important;
}
