/*
Theme Name: Wildifre Tema
Theme URI: https://fristil.se
Template: hello-elementor
Author: Daniel Persson, Fristil AB
Author URI: https://fristil.se
Description: Fjäderlätt tema optimerat för hastighet.
Version: 1.0.0
*/

body *:focus {
    outline: none !important;
}

.btn,
.button,
.elementor-button,
input[type="button"],
button[type="submit"],
button {
    border: none;
    outline: none;
}

.page-header {
	display: none;
}

[id^=_form_] button {
	background-color: #D6A461 !important;
	border-radius: 100px !important;
	padding: 12px 24px !important;
	line-height: 1 !important;
	margin-top: 20px !important;
	font-size: 16px !important;
}

[id^=_form_] button:hover {
	background-color: #5C4738 !important;
}

[id^=_form_] select,
[id^=_form_] input[type="text"] {
	max-width: 400px !important;
	padding: 10px !important;
	font-size: 16px !important;
	border: #979797 1px solid !important;
	min-height: 46px !important;
}

[id^=_form_]._inline-form ._button-wrapper {
	margin: 19px 0 0 20px !important;
	
}

[id^=_form_]._inline-form ._button-wrapper button {
	margin: 0 !important;
	
}

@media screen and (max-width: 600px) {
	[id^=_form_]._inline-form input {
		width: 100% !important;

	}
}
