/*
  Theme Name:  Multiple Map Location
  Author: Media City
  Creation Date: 08 Dec 2018
  Description: A default stylesheet for Multiple Map Location
  Version: 1.0
*/

/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. Map

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
html,
body {
  height: 100%;
}

a:hover, 
a:focus {
  text-decoration: none;
  outline: 0;
}
a:active {
  text-decoration: none;
}

/* ================================= */
    /*===== Map =====*/
/* ================================= */
.mct-map-banner {  
  width: 100%;
  height: 50vh;
}
.gm-style .gm-style-iw-c { padding: 15px; text-align:center; }


.gm-style-iw {
  background-color: #003c3a;
}
.gm-style img {
  max-width: 50%;
  float: left;
  margin-right: 10px;
}
