/**
 * Global Maps "Default" infoxbox stylesheet. 
 */
.gmaps-gmpt-ib-default-template-holder {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	color: #fff;
	height: 140px;
	line-height: 18px;
	position: absolute;
	width: 230px;
	padding:10px;
	z-index: 9999999;
	overflow:visible !important;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing:    border-box; 
    box-sizing:         border-box;
    margin-top: 50px;
    margin-left: 20px;
}


.gmaps-gmpt-ib-default-template-holder:after {
	content: ' ';
	border-color: rgba(0,0,0,0.7) transparent  transparent transparent;
	border-style: solid;
	border-width: 15px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left:-12px;
}

.gmaps-gmpt-ib-default-template-holder .gmw-ib-data-loader {
	position: absolute;
	top:45%;
	left:50%;
	margin-left:-8px;
}

.gmaps-gmpt-ib-default-template-holder .gmw-ib-data-loader img {
	box-shadow:none;
	border:0px;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper {

}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper a.gmw-close-button {
	position: absolute;
	right: -7px;
	top: -7px;
	padding: 1px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
	text-decoration:none;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper div.address-wrapper {
	display:block;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper .address-icon:before {
	display:none; 
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper div.address-wrapper span.address {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	vertical-align: top;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper a:link,
.gmaps-gmpt-ib-default-template-holder .template-content-wrapper a:visited {
	color: #c94c4e;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper a:hover,
.gmaps-gmpt-ib-default-template-holder .template-content-wrapper a:active {
	text-decoration: none;
	color: #555;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper p {
	font-size: 12px;
	line-height: 21px;
	color: #333;
	margin:0 0 15px 0;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper h3 {
	margin:18px 0px 7px 0px;
	text-transform: capitalize;
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
	color: #FFCD4F;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper .featured-image {
	text-align: center;
	width:100%;
	max-height: 110px;
	overflow: hidden;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper .featured-image img {
	box-shadow:none;
	border-radius:0;
	max-height: 110px;
	width:auto;	
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper h3.title {
	margin:5px 5px 5px 0px;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 24px;
	font-weight: 400;
	border:0px;
	padding-bottom:0;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper h3.title a:link, 
.gmaps-gmpt-ib-default-template-holder .template-content-wrapper h3.title a:visited {
	text-decoration: none;
	color: #FFCD4F;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper h3.title a:hover, 
.gmaps-gmpt-ib-default-template-holder .template-content-wrapper h3.title a:active {
	color: #FFCD4F;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper .distance {
	font-size: 11px;
	float:right;
	color: #c0c0c0;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper a.get-directions {
	font-size:11px;
	display:inline;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper .excerpt a.read-more {
	font-size:11px;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper div.contact-info ul {
	clear:both;
	font-size:12px;
}	

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper div.contact-info ul li {
	margin:0px;
	padding:0px;
	line-height: 24px;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper div.contact-info ul li span.label {
	color:#111;
}

.gmaps-gmpt-ib-default-template-holder .template-content-wrapper .get-directions-wrapper a#get-directions-trigger {
	font-size:11px;
	display:inline-block;
}	
