
.map {
	height: 500px;
	width 100%;
	margin: 40px 0 0 0;
}
.gm-style .gm-style-iw-c {
    border-radius: 0px;
    padding: 12px;
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0.2);
}
.gm-style-iw-t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid rgba(0,0,0,0.0);
}
.map-info-wrap {
	text-align: center;
	width: 350px;
}
.map-info-wrap h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-size: 22px;
	margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}
.map-info-wrap h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	letter-spacing: normal;
	color: #222;
}
.map-info-wrap h2 i {
	margin-right: 1px;
}
.map-info-wrap p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: normal;
	color: #222;
	margin: 0 0 10px 0;
	margin-block-start: 1em;
    margin-block-end: 1em;
}








/*--------------------------------------------------
Desktop Mid/Large
----------------------------------------------------*/
@media (max-width: 1240px) {


}


/*--------------------------------------------------
Tablet (Landscape) - Desktop Small
----------------------------------------------------*/
@media (max-width: 1024px) {



}


/*--------------------------------------------------
Tablet
----------------------------------------------------*/
@media (max-width: 778px) {

.map {
	height: 400px;
	margin: 35px 0 0 0;
}
.map-info-wrap {
	width: auto;
}

}


/*--------------------------------------------------
Phone
----------------------------------------------------*/
@media (max-width: 480px) {

.map {
	margin: 30px 0 0 0;
}
.map-info-wrap {
	width: auto;
}
.map-info-wrap h1 {
	font-size: 18px;
}
.map-info-wrap h2 {
	font-size: 12px;
	line-height: 18px;
}
.map-info-wrap p {
	font-size: 12px;
	line-height: 18px;
}

}









