/*
Theme Name: Konfigurator-child
Author: 
Description: Product Configurator using form
Version: 1.0
Template: genesis-block-theme

This is the child theme for Genesis Block Theme theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.hfeed {
    min-height: calc(100vh - 94px - 125px);
    padding: 20px !important;
    display: flex;
    align-items: center;
}
.hfeed .site-content {
    padding: 0;
}
.hfeed #primary {
    width: 100%;
    max-width: 830px;
}
.hfeed .site-content header.entry-header,
.hfeed .site-content header.entry-header h1.entry-title {
    margin-bottom: 0;
}
.hfeed .site-content .entry-content .wpforms-container {
	margin-bottom: 0;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-page-indicator.progress {
    margin-bottom: 30px;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-page-indicator.progress span.wpforms-page-indicator-steps {
    display: none;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
    margin: 0;
    height: 10px;
    border-radius: 0;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field:empty {
    display: none;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field:empty + .wpforms-field,
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field:first-child {
    padding-top: 0;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field {
    padding: 15px 0 0;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field input {
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field .wpforms-image-choices {
	margin: 0 -15px !important;
	gap: 30px 0;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field .wpforms-image-choices li {
	padding: 0 15px !important;
	margin: 0 !important;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field .wpforms-image-choices li label {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field .wpforms-image-choices li:not(.wpforms-selected) label {
	border: 1px solid #ddd;
}
/*.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field .wpforms-image-choices li label span.wpforms-image-choices-image {
	flex-grow: 1;
}*/
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field .wpforms-image-choices li label span.wpforms-image-choices-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field.wpforms-conditional-field ul {
	margin: 0 -15px !important;
	gap: 10px 0;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-field-container .wpforms-field.wpforms-conditional-field ul li {
	padding: 0 15px !important;
	margin: 0 !important;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-submit {
    background-color: #007499!important;
    color: #fff !important;
}
.hfeed .site-content .entry-content .wpforms-container .wpforms-submit:hover {
	background-color: #2689A8 !important;
}