/*
  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 =====*/
/* ================================= */
/* body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    margin: 0;
}
html,
body {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #010101;
    margin: 0;
    text-transform: uppercase;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 19px;
}
h6 {
    font-size: 16px;
}
a {
    font-size: 14px;
    color: #010101;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    color: #E04006;
    text-decoration: none;
    outline: 0;
}
a:active {
    text-decoration: none;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #010101;
} */

/* ================================= */
/*===== Map =====*/
/* ================================= */
.mct-map-banner {
    width: 100%;
    height: 100vh;
}

.gm-style-iw {
    background-color: transparent;
}

.gm-style img {
    max-width: 33%;
    float: left;
    margin-right: 10px;
}

.gm-style .gm-style-iw {
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
}
