/**
 * Posts Locator Global Map compact stylsheet
 *
 * @author Eyal Fitoussi
 * 
 */
div.gmw-form-wrapper.gmapspt.template-compact {
	display: block;
	position: absolute;
	width: 330px;
	min-height: 85px;
	left: 10px;
	top: 10px;
	z-index: 500;
	margin-right: 15px;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form {
	position: absolute;
	//margin: 10px 20px;
	transition: left 0.5s;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	transition-property: -webkit-transform, transform, visibility, opacity;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area {
	position: relative;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .gmw-draggable {
	position: absolute;
	top: 8px;
	right: -16px;
	background: #333;
	padding: 8px 0px 8px 0px;
	color: white;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 13px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
	line-height: 22px;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .menu-button-wrapper {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .gmw-element-toggle-button {
	display: block;
	cursor: pointer;
	padding: 12px 12px;
	line-height: 24px;
	font-size: 16px;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .gmw-address-field-wrapper {
	position: relative;
	background: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-sizing: border-box;
	width: 330px;
	height: 48px;
	border-bottom: 1px solid transparent;
	padding: 12px 85px 11px 45px;
	transition-property: background, box-shadow;
	transition-duration: 0.3s;
	margin:0;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .gmw-address-field-wrapper label {
	display: none;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .gmw-address-field-wrapper input {
	background: transparent;
	color: #333;
	font-size: 15px;
	margin: 0 !important;
	padding: 0 !important;
	outline: 0;
	width: 100%;
	height: 24px !important;
	line-height: 24px;
	vertical-align: top;
	transition-property: color;
	transition-duration: 0.3s;
	border: 0;
	box-shadow: none;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area .gmw-submit-wrapper {
	position: absolute;
	right: 0px;
	top: 0;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area i.gmw-submit {
	display: block;
	padding: 15px 12px;
	background: transparent;
	color: #555;
	font-size: 18px;
	margin: 0;
	font-weight: 100;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area i.gmw-submit:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	border-left: 1px solid #ddd;
	height: 28px;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .search-area i.gmw-locator-button {
	right: 48px;
	top: 0;
	font-size: 18px;
	padding: 15px 12px 15px 10px;
	bottom: 0;
	line-height: 18px;
	color: #555;
}

div.pac-container {
	width: 330px !important;
	margin-top: 12px;
	margin-left: -45px !important;
	background-color: #fff;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 15px;
	overflow: hidden;
	border-top: 0;
}

div.pac-container .pac-item {
	line-height: 40px;
	font-size: 12px;
	font-weight: 100 !important;
	font-family: initial;
}

div.pac-container span.pac-icon.pac-icon-marker {
	margin: 10px 20px 0 11px;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .gmw-gmaps-results-message-wrapper {
	width: 100%;
	border-top: 0.5px solid #ccc;
	border-bottom: 0.5px solid #ccc;
	background: #fafafa;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form span.gmw-gmaps-results-message {
	color: #fff;
	background: #333;
	padding: 5px 12px;
	text-align: center;
	display: block;
	height: 32px;
	box-sizing: border-box;
	line-height: 24px;
	font-weight: 100;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .advanced-search-wrapper {
	height: 0;
	width: 100%;
	background-color: rgb(255, 255, 255);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	overflow: hidden;
	max-height: 250px;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .advanced-search-inner {
	padding: 10px 25px;
	overflow-y: scroll !important;
	overflow-x: hidden;
	height: 100%;
}

div.gmw-form-wrapper.gmapspt.template-compact .gmw-form .gmw-submit-field-wrapper {
	display: none;
}

