/*** Map info Window ***/
.gMapContainer .infoWindow { padding: 5px; }
.gMapContainer .infoWindow h5 { color: #e86000; }
.gMapContainer .infoWindow ul { list-style: none; }
.gMapContainer .infoWindow img { float: left; margin: 0px 10px 10px 0; display: inline; }
.gMapContainer .infoWindow .contactInfo { margin-left: 0; margin-bottom: 0; line-height: 1.5rem; font-size: .8rem; }
.gMapContainer .infoWindow .eventActions { font-size: .9rem; line-height: 1.0rem; margin-top: 6px; margin-left: 0px;   }
.gMapContainer .infoWindow .eventActions li { display: inline; padding-right: 10px; }
.gMapContainer .infoWindow .eventActions li a {
	text-transform: uppercase;
}

.map-open .gMapContainer{
	position: relative;
	max-height: 4000px;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.gMapContainer{
	background-color: transparent;
	max-height: 0;
	display: block;
	width: 100%;
}
.map-open .gMapContainer .gMapHolder{
	height: 560px;
	margin-bottom: 20px;
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #281e23;
	display: block;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.showGMap{
	text-align: center;
	display: block;
	width: 100%;
}
.showGMap .handle{
	font-family: "Bitter",serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #554132;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.showGMap .handle i{
	color: #d75014;
	position: relative;
	top: 1px;
	left: 2px;
}
.showGMap .isOpen{
	display: none;
}
.showGMap .isClosed{
	display: block;
}
.map-open .showGMap .isOpen{
	display: block;
}
.map-open .showGMap .isClosed{
	display: none
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.showGMap{
		float: left;
		text-align: left;
		padding-left: 20px;
	}
	.coupons.map-open .gMapContainer .gMapHolder { top: -25px; }
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.coupons.map-open .gMapContainer .gMapHolder { 
		top: -20px; 
	}
}

