/* Contact form */
.spwp86_contact_form{
	padding: 20px 20px 2px;
	-webkit-box-sizing: initial;
	-moz-box-sizing: inherit;
	box-sizing: initial;
	//max-height: 650px;
}

.spwp86_contact_form p{
	margin: 0px 0px 5px 0px!important;
	padding: 0px!important;
	line-height: normal;
}

#spwp86_label{
	width:100%!important;
}

.spwp86_contact_form h1{
	margin: -20px -20px 21px!important;
	padding: 10px 20px 10px 20px!important;
	line-height: 40px!important;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0px;
}

.spwp86_contact_form input[type=text]{
	margin-bottom: 5px;
	width: 100%;
	height: 34px;
	color: #404040;
	border: 1px solid;
	text-indent: 10px;
	padding: 0px!important;
	line-height: 30px;
	box-shadow: none;
}

.spwp86_contact_form select{
	margin: 5px;
	padding: 0 10px;
	width: 250px;
	height: 34px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 5px solid #eff4f7;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.spwp86_contact_form textarea{
	width: 100%;
	height: 150px;
	color: #404040;
	border: 1px solid;
	line-height: normal;
	text-indent: 7px;
	padding: 5px 0px 0px 0px;
	box-shadow: none;
}

.spwp86_contact_form input[type=button]{
	padding: 10px!important;
	text-transform: none!important;
	position: relative!important;
	margin-top: 15px!important;
	margin-bottom: 15px!important;
	box-shadow: none!important;
	text-shadow: none!important;
	letter-spacing: 0px;
	width: auto;
}

.spwp86_contact_form input[type=button]:hover{
	text-transform: none!important;
	position: relative!important;
	box-shadow: none!important;
}

#spwp86_msg{
	margin-bottom: 5px!important;
}

/* Feedback button */
.spoot-button {
	width: 65px;
	height: 65px;
	border-radius: 35px;
	transition:all 0.8s ease!important;
	border: 1px solid;
	opacity: 0.8;
	outline:none!important;
}

.spoot-button:hover{
	opacity: 1;
}

.spoot-button a{
	text-decoration: none;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
}

.spoot-button a:link{
	text-decoration: none;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
}

.spoot-button a:hover{
	text-decoration: none;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
}

.spoot-button a span{
	line-height: normal!important;
}

#spoot-button-icon{
	font-size: 44px;
	margin: 12px 10px;
}

.icon_spoot{
	float:left;
	margin-right: 30px;
}

/* Popup window */
.spoot_overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.spoot_popup {
	background-color: #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	position: fixed;
	text-align: justify;
	top: 50%;
	visibility: hidden;
	z-index: 999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.spoot_popup .spoot_close_window {
	position: absolute;
	top: -5px;
	right: -20px;
	cursor: pointer;
	width:15px;
	line-height: 1!important;
}

#spoot_close_window{
	color:#ffffff;
}

/* Dashicons */
.spoot_popup .spoot_close_window img{
	vertical-align: top!important;
}

.spoot-button .spoot_open_window .dashicons-info{
	margin: 10px 9px!important;
	font-size: 45px!important;
}

.spoot-button .spoot_open_window .dashicons-editor-help{
	font-size: 45px!important;
	margin: 10px 9px!important;
}

.spoot-button .spoot_open_window .dashicons-phone{
	font-size: 44px!important;
	margin: 11px 10px!important;
}

.spoot-button .spoot_open_window .dashicons-email{
	font-size: 44px!important;
	margin: 11px 9px!important;
}

.spoot-button .spoot_open_window .dashicons-email-alt{
	font-size: 44px!important;
	margin: 11px 9px!important;
}

/* firefox icons */
@-moz-document url-prefix(){

	.spoot-button .spoot_open_window .dashicons-editor-help {
		font-size: 44px !important;
    }

    .spoot-button .spoot_open_window .dashicons-info {
		margin: 9px 9px !important;
	}

	.spoot-button .spoot_open_window .dashicons-phone {
		margin: 10px 10px !important;
	}

	.spoot-button .spoot_open_window .dashicons-email {
		font-size: 45px !important;
		margin: 10px 8px !important;
	}

	.spoot-button .spoot_open_window .dashicons-email-alt {
		font-size: 45px !important;
		margin: 10px 8px !important;
	}
}

/* mobile */
@media screen and (min-width:480px) and (max-width:800px) {
	.spoot-button {
		display:inline;
	}
}

@media screen and (min-width:320px) and (max-width:800px){
	.spoot-button {
		display:inline;
	}
}

/* Do not show the button in the horizontal position in mobile. This does not make sense. It is not comfortable */
@media screen and (max-height:414px) {
	.spoot-button {
		display:none;
	}
}
