/*
Theme Name:     Yan&Co
Theme URI:		https://www.yanco.dk
Description:    Child theme for Astra created by Yan&Co (https://www.yanco.dk)
Author:         Yan&Co
Author URI:		https://www.yanco.dk
Text Domain:    yanco_child_theme
Template:       astra
Version:        1.0.0
*/



/* Gravity Forms on Tilbud page */

body.tilbud .gform_wrapper,
.vis-opsat-hegn-aktiv.close,
.vis-vaerktoej-aktiv {
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
}
body.tilbud .gform_wrapper.open,
.vis-opsat-hegn-aktiv,
.vis-vaerktoej-aktiv.open {
	max-height: 1000px;
	transition: all 0.5s ease-out;
}

/* Gravity Forms on Fence singular page */

body.single-fence .gfield_description {
	display: none;
}
body.single-fence form.disabled {
	opacity: 0.5;
	pointer-events: none;
}
body.single-fence form.disabled:after {
	content: 'OPDATERER';
	display: flex;
	justify-content: center;
	max-height: 50px;
	text-align: center;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index: 10;
	font-weight: bold;
}