/* EXTRA CSS - bör läggas in i lokalutveckling */

.gform_wrapper {
	background: #efefef !important;
	margin-bottom: 2rem !important;
	padding: 1rem 2rem !important;
}
@media (min-width: 992px) {
	.gform_wrapper {
		padding: 1.5rem 3rem !important;
	}
}

@media (min-width: 992px) {
	body .text-container ul {
		margin-top: 1rem;
	}
}


@media (min-width: 992px) {
	.single-post .text-container ul {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.gform_wrapper .button.gform_button {
	font-size: 14px !important;
	line-height: 18px;
	letter-spacing: 3px;
	font-weight: 600;
	padding: 20px 40px;
	background: transparent;
	cursor: pointer;
	border: 1px solid #211e1f;
	color: #211e1f;
	position: relative;
	z-index: 1;
	transition: .2s all;
}
.gform_wrapper .button.gform_button:hover {
	background: #211e1f;
	color: #fff;
}
.gform_wrapper label.gfield_label {
	font-size: 12px !important;
	letter-spacing: 3px;
	font-weight: bold !important;
	font-family: 'Source Sans Pro', sans-serif;
}


.gform_wrapper .gform_footer {
	margin-top: 25px !important;
	margin-bottom: 2rem !important;
}
section p > a:hover {
	color: inherit !important;
}
.margin-top--0 {
	margin-top: 0 !important;
}
.boxed-content {
	padding: 3rem;
	background-color: #efefef;
}
.gform_confirmation_message {
	background: #28a3a1;
	padding: 2rem;
	margin-bottom: 1rem;
	color: #fff;
}