/*
Theme Name: Pantech Auto Technicians
Version: 1.0.0
Template: astra
*/

/* Astra Header Builder */

#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	transition: all ease-out 0.5s;
	z-index: 999;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.06);
	padding: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
	width: 340px!important;
	transition: all ease-out 0.5s;
}

/* End Astra Header Builder */

/* Content */

.google-map {
	margin-top: auto;
	align-self: stretch;
	width: 100%;
}

/* End Content */