/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

#repsmapwrapper {
	position: relative;
}

#repsmap, #worldmap {
	width: 100%;
	height: 600px;
	max-height: 60vh;
}

#repinfo {
	background: #fff;
	color: #333333;
	padding: 20px;
	min-width: 300px;
	max-width: 100%;
	position: absolute;
	right: 12px;
	top: 12px;
	display: none;
	line-height: normal;
	z-index: 1;
}

#repinfo_title {
    font-size: 0.9em;
    text-transform: uppercase;
}

#repinfo_state {
	font-size: 0.8em;
	margin-top: 0.3em;
}

#repinfo_name {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;
}

#repinfo_address {
	margin-bottom: 10px;
}

#repinfo_website {
	margin-top: 20px;
	display: block;
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	padding: 3px 11px 3px 13px;
	text-overflow: ellipsis;
	width: 400px;
	max-width: 100%;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
}

#pac-input::placeholder {
	color: #333333;
}

.gm-style #pac-input {
	display: block;
}

#pac-input:focus {
	border-color: #4d90fe;
}

@media screen and (max-width: 778px) {
	#pac-input, #repinfo {
		position: static;
		margin-bottom: 1em;
	}
	#repinfo {
		padding: 1em 0;
	}
}