/*!
 *
 * https://impleCode.com
 *
 * Copyright 2021 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 *
 * NOTE: DO NOT EDIT THIS FILE. FOR YOUR OWN CSS GO TO WordPress > Appearance > Additional CSS and copy the CSS that you want to modify there.
 */

.ic-g-map-autocomplete .ic-right {
	width: 60%;
	padding: 0% 4%;
}

.ic-g-map-autocomplete .ic-right .ic-map, .ic-route-map-container {
	width: 100%;
	height: 300px;
}

.ic-g-map-autocomplete-input-container {
	text-align: center;
	padding: 20px 0;
}

.ic-map-autocomplete-input {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 1%;
	font-size: 2em;
}