/*# sourceMappingURL=contact-us.css.map */

.lava-page-content {
	background-color: #3f86c4;
}

.lava-page-content>section {
	padding: 75px 0 25px;
	background-color: transparent !important;
}

.lava-page-content>.map-section {
	padding: 25px 0 25px;
}

.lava-page-content form>.column.one {
	margin-bottom: 0;
}

.lava-page-content form>.column.one p {
	margin-bottom: 0;
}

.lava-page-content .wpcf7-response-output {
	color: white !important;
	font-size: 15px;
	font-weight: bold;
}

.contact-info-column * {
	color: white;
}

.page-title {
	font-size: 3.5em;
	font-weight: bold;
}

.working-hours {
	margin-bottom: 40px;
}

.divider {
	margin-bottom: 40px;
	height: 1px;
	width: 100%;
	max-width: none;
	background-color: rgba(255, 255, 255, .1);
}

.social-media-wrap {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 250px;
}

.social-media-wrap .social {
	position: relative;
	margin-bottom: 15px;
	width: 48%;
	height: 0;
	padding-bottom: 48%;
	background-color: #a8a8a8;
	transition: all .2s linear;
	border-radius: 20px;
	font-size: 3.5em;
}

.social-media-wrap .social .social-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media-wrap .social .social-icon-wrap .lava-icon {
	height: fit-content;
}

.social-media-wrap .social.linkedin:hover {
	background-color: #0072b1;
}

.social-media-wrap .social.facebook:hover {
	background-color: #7a8cc0;
}

.social-media-wrap .social.twitter:hover {
	background-color: #76dcf9;
}

.social-media-wrap .social.instagram:hover {
	background-color: #833ab4;
}

.contact-form-wrapper {
	max-width: 500px;
}

@media screen and (max-width: 959px) {
	.section-columns {
		flex-wrap: wrap;
	}
	
	.section-columns .column-one-second {
		width: 100%;
	}
	
	.section-columns .column-one-second:first-child {
		margin-bottom: 30px;
	}
	
	.contact-info {
		display: flex;
	}
	
	.contact-info>* {
		width: 50%;
	}
	
	.social-media-wrap .social {
		width: 23.5%;
		padding-bottom: 23.5%;
		font-size: 2.2em;
	}
	
	.lava-page-content>.map-section {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.page-title {
		font-size: 3.5em;
	}
}
