/* 
    Document   : Q Map
    Created on : 30-Aug-2013, 20:25:47
    Author     : Ray Q <ray@qstudio.us>
    Description: Google Maps Styles
*/

html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
/*
.map-controls {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0 0 30px;
}

.map-controls a {
    padding: 20px 20px 20px 30px;
    background: url("images/global/map_filter.png") no-repeat -1px 23px transparent;
    text-transform: uppercase;
    font-size: 150%;
    color: #999999;
}

.map-controls a.active {
    background-image: url("images/global/map_filter_active.png");
}

.map {
    float: left;
    height: 700px;
    clear: both;
}
body.q_body_touch .map {
    height: 450px;
}
#map-canvas { height: 100% }
#map-canvas img {
    max-width: none;
    max-height: none;
}

.gm-style-iw-window {
    
}

.gm-style-iw .iw_image {
    float: left;
    padding: 5px 0px;
}

.gm-style-iw .text {
    float: left;
    width: 420px;
    padding: 5px 20px;
    position: relative;
    height: 150px;
    text-align: left;
}

.gm-style-iw .text h2 {
    font-weight: normal;
    font-size: 170%;
    color: #000;
    margin: 8px 0 3px;
}

.gm-style-iw .text p {
    padding: 10px 0;
    font-size: 115%;
    line-height: 130%;
}

.gm-style-iw .text .iw_link {
    padding: 5px 20px 7px;
    background: #30b8d9;
    border-radius: 0.15em;
    color: #fff;
    font-size: 110%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
*/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}