.contact-map-bubble {
	position: absolute;
	bottom: -110px;
	left: 60px;
	
	color: #fff;
	background-color: rgba(1,39,108, 0.6); 
	border-radius: 50%;
	width: 175px;
	height: 175px;
	line-height: 1.5;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	
	z-index: -1;
	
	box-sizing: border-box;
}

/* disable original content field because no link available here */
.uk-drop > .el-item {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
}

.contact-map-bubble > .uk-panel {
	font-size: 14px;
	width: fit-content;
	height: fit-content;
}

.contact-map-bubble > .uk-panel b {
	font-size: 18px;
}

/* Contact Cards */ 
.uk-panel > a.anchor {
	top: -125px;
}

.card-company {
	scroll-margin-top: 125px; 
}

.card-target {
	color: #fff;
	background-color: #383838 !important;
}

.card-target h4 {
	color: #fff !important;
}

.card-target a {
	color: #fff;
}

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 input[type="file"] {
  width: 100%;
	box-sizing: border-box;	
}

.wpcf7-response-output {
	width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
}

.wpcf7-quiz {
	display: block;
}

.submit-button {
  background-color: #101f65 !important;
  color: #fff !important;
  border: 2px solid transparent !important;
  background-image: linear-gradient(90deg, #162a8b 50%, #101f65 50%) !important;
	min-width: 190px;
}

.submit-button:not(:disabled) {
    cursor: pointer;
}

.submit-p {
	display: flex;
	align-items: center;
}

/* Spinner CF7 not allowed while submitting*/
form.submitting .wpcf7-submit {
  cursor: not-allowed;
	background: #A5A3A4;
}

@media (min-width: 960px) {
	.wpcf7 select,
	.wpcf7 textarea,
	.wpcf7 input[type="text"],
	.wpcf7 input[type="password"],
	.wpcf7 input[type="datetime"],
	.wpcf7 input[type="datetime-local"],
	.wpcf7 input[type="date"],
	.wpcf7 input[type="month"],
	.wpcf7 input[type="time"],
	.wpcf7 input[type="week"],
	.wpcf7 input[type="number"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 input[type="search"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="color"],
	.wpcf7 input[type="file"] {
		width: auto;
		min-width: 320px;
	}
}
