/**
Theme Name: Astra Child
Author: Yibba
Author URI: https://yibba.nl/
Description: Child theme Astra
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: astra-child
Template: astra
*/

.gf-choice-title {
	margin: 0px 0px 8px 0px;
	font-family: 'Montserrat' !important;
	font-size: 15px;
	color: #000;
	display: flex;
    justify-content: center;
	position: relative;
    z-index: 1 !important;
}

.gf-choice-features {
	margin: 25px 0px 15px 0px;
}

.gchoice_1_9_1 .gf-choice-features {
    margin: 8px 0px !important;
}

@media (max-width: 450px) {
	.gchoice_1_9_0 .gf-choice-features {
		margin: 8px 0px;
	}
	
	.gfield_radio#input_1_9 {
		row-gap: 20px;
	}
}

.gf-choice-features ul {
	width: fit-content;
}

.gf-choice-features li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    font-size: 14px;
}

.gf-choice-features li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
	-webkit-text-fill-color: #2DC32A !important;
    color: #2DC32A !important;
    font-weight: 600;
}

.gchoice:focus, 
.gchoice:focus-within {
    background-color: #c4f8801c !important;
}

.gchoice:focus .gf-kiesoptie,
.gchoice:focus-within .gf-kiesoptie {
    background-color: #2DC32A;
    color: #FFFFFF;
}

/* Flex container */
.gfield_radio {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px;
	height: stretch !important;
	align-items: stretch !important;
	justify-content: center !important;
}

@media (max-width: 868px) {
	.gfield_radio {
		justify-content: center !important;
	}
}

.gfield_radio .gchoice {
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
	height: stretch !important;
	border-radius: 10px !important;
	cursor: pointer;
	border: none !important;
}

.gfield_radio#input_1_8 .gchoice {
    flex: 1 1 calc(25% - 16px) !important;
    max-width: calc(100% - 16px) !important;
	align-self: stretch;
}

@media (max-width: 1024px) {
	.gfield_radio#input_1_8 {
		row-gap: 20px;
	}
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.gfield-image-choice-wrapper-inner {
	padding: 10px 20px 0 20px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.gfield-image-choice-wrapper-inner .gform-field-label {
	margin: 0px;
    font-family: 'Montserrat' !important;
    font-size: 20px !important;
	font-weight: 600 !important;
	color: #682b10 !important;
}

.gfield-image-choice-wrapper-outer:focus, .gfield-image-choice-wrapper-outer:focus-within, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within, .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus {
	border: #FFFFFF00 !important;
    outline: #FFFFFF00 !important;
}

.gfield_radio#input_1_9 .gchoice {
	flex: 1 1 calc(50% - 16px) !important;
	max-width: calc(100% - 16px) !important;
}

#input_1_11 {
	justify-content: center;
}

#input_1_11,
#input_1_11.gfield_radio .gchoice {
	flex-direction: row !important;
	align-items: center !important;
}

#input_1_11.gfield_radio .gchoice input {
	margin-left: 10px;
}

.gform-footer.gform_footer.top_label {
	display: flex;
    justify-content: center;
    padding: 10px 0px;
}

/* Inner wrapper als flex column */
.gfield_radio .gchoice .gfield-image-choice-wrapper-outer {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
	padding: 0px !important;
}

/* Afbeelding volledig breed */
.gfield_radio .gchoice .gfield-choice-image-wrapper {
	width: 100% !important;
	height: 150px !important;
	border-radius: 10px 10px 0 0 !important;
}

.gfield_radio .gchoice .gfield-choice-image-wrapper img {
    width: 100% !important;
	height: 150px !important;
	border-radius: 10px 10px 0 0 !important;
}

/* Details onderaan */
.gfield_radio .gchoice .gf-choice-details {
    flex-grow: 1 !important;
    width: 100% !important;
	padding: 15px 20px 10px 20px !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .gfield_radio .gchoice {
        flex: 1 1 calc(33.333% - 16px) !important;
        max-width: calc(100% - 16px) !important;
    }
}
@media (max-width: 768px) {
    .gfield_radio .gchoice {
        flex: 1 1 calc(50% - 16px) !important;
        max-width: calc(100% - 16px) !important;
    }
}
@media (max-width: 480px) {
    .gfield_radio .gchoice {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}

/* Checkmark */

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
/* 	background-color: var(--e-global-color-11fdc70); */
	background-color: #2DC32A;
}

/* Gap */
.gform-theme--foundation .gform_fields {
	row-gap: 20px;
}

#input_1_9 .gfield-image-choice-wrapper-inner {
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
}

.gfield_radio .gchoice_1_9_0 .gf-choice-details,
.gfield_radio .gchoice_1_9_1 .gf-choice-details {
	padding: 30px 20px 5px 20px !important;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gchoice_1_9_0 .gfield-image-choice-wrapper-inner  {
	background-color: #2DC32A;
}

.gchoice_1_9_1 .gfield-image-choice-wrapper-inner {
    background-color: var(--e-global-color-11fdc70);
}

#input_1_9 .gchoice .gfield-choice-image-wrapper {
	order: 2;
	transition: all ease .2s;
    height: 200px !important;
    width: 200px !important;
    border-radius: 5px !important;
    position: absolute;
    right: 0;
    top: 125px;
    margin: 10px 30px 10px 10px;
}

#input_1_9 .gchoice .gfield-choice-image-wrapper img {
	transition: all ease .2s;
	height: 200px !important;
    width: 200px !important;
}

@media (max-width: 1024px) {
	#input_1_9 .gchoice .gfield-choice-image-wrapper {
		height: 150px !important;
		width: 150px !important;
		margin: 10px 20px 10px 10px;
	}
	
	#input_1_9 .gchoice .gfield-choice-image-wrapper img {
		height: 150px !important;
		width: 150px !important;
	}
	
}

@media (max-width: 876px) {
	#input_1_9 .gchoice .gfield-choice-image-wrapper {
		height: 125px !important;
		width: 125px !important;
		top: 115px;
	}

	#input_1_9 .gchoice .gfield-choice-image-wrapper img {
		height: 125px !important;
		width: 125px !important;
	}
}

@media (max-width: 696px) {
	#input_1_9 .gchoice .gfield-choice-image-wrapper {
		transition: all ease .2s;
		position: relative;
		top: 0px;
		width: 94% !important;
		margin: 10px;
	}
	
	#input_1_9 .gchoice .gfield-choice-image-wrapper img {
		width: 100% !important;
	}
}

#label_1_9_0,
#label_1_9_1 {
    color: white !important;
}

#input_1_9 .gf-choice-title {
	font-size: 16px;
    font-weight: 500;
	margin: 0px 0px 16px 0px;
}

@media (max-width: 450px) {
	#input_1_8 .gf-choice-title {
		margin: 0px 0px 16px 0px;
	}
}

/* Kies optie knop button */

.gf-kiesoptie {
    background-color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    fill: #2DC32A;
    color: #2DC32A;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2DC32A;
    border-radius: 35px 35px 35px 35px;
    padding: 8px 15px 8px 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 10px 20px 10px;
}

@media (max-width: 450px) {
	.gf-kiesoptie {
		margin: 10px;
	}
}

input#gform_submit_button_1 {
    background-color: #2DC32A;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: #2DC32A;
    border-radius: 10px;
	padding: 15px 35px 15px 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

input#gform_submit_button_1:hover {
	background-color: #FFFFFF00;
	color: #000000;
}

label.gfield_label {
	font-weight: 500 !important;
    font-size: 16px !important;
    font-family: 'Montserrat' !important;
}

@media (max-width: 1024px) {
	input#gform_submit_button_1 {
		padding: 10px 25px 10px 25px;
	}
}

.gf-kiesoptie:hover {
    background-color: #2DC32A;
    color: #FFFFFF;
}

#input_1_11 .gchoice {
	padding: 18px 25px 18px 15px;
    width: 250px;
    border: 2px solid #2DC32A !important;
	background-color: #2DC32A0D;
}

.gchoice.gchoice_1_31_1 {
	padding: 18px 25px 18px 15px;
    width: 400px;
    border: 2px solid #2DC32A !important;
	background-color: #2DC32A0D;
	margin-top: 10px;
}

@media (max-width: 560px) {
	.gchoice.gchoice_1_31_1 {
		width: 100%;
	}		
}

#input_1_11 .gchoice .gform-field-label {
	width: stretch;
	font-weight: 500;
    font-size: 14x;
    font-family: 'Montserrat';
}

.gchoice.gchoice_1_31_1 .gform-field-label {
	width: stretch;
	font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
}

#input_1_11 .gchoice .gfield-choice-input {
	aspect-ratio: 1/1;
}

.elementor-element.elementor-element-223c6d0 img {
	transition: all ease .3s;
}

@media (min-width: 1024px) {
	header .elementor-sticky--effects .elementor-element.elementor-element-223c6d0 img {
		transform: scale(.85);
	}

	header .elementor-sticky--effects {
		padding: 6px 0px;
	}	
}

#input_1_11 .gchoice {
    padding: 0;
}

#input_1_11 .gchoice label {
	display: block;
    padding: 18px 25px 18px 0px;
    cursor: pointer;
    margin-left: 10px;
}

#input_1_11 .gfield-choice-input::before {
    background-color: #2DC32A;
    accent-color: #2DC32A;
    width: 8px;
    height: 8px;
}

.gfield_validation_message {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.gform_confirmation_wrapper {
	display: flex;
	justify-content: center;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 20px !important;
	font-weight: 500 !important;
	font-family: 'Montserrat';
}