/**
 * Maps Builder Frontend
 *
 * @package:     GMB
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
/* Mixin */
.gmb-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Maps Builder Frontend Maps
 *
 * @package:     GMB
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.google-maps-builder {
  width: 100%;
  height: 500px;
  min-height: 275px; }

div[id^='google-maps-builder'] div.gmb-infobubble > div {
  white-space: normal; }

div[id^='google-maps-builder'] div[class*="_ibani_"] {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

div[id^='google-maps-builder'] iframe.gm-save-widget {
  margin: 0;
  padding: 0; }

/* This fixes issues some themes have with embedded Google Maps (like Twenty Twelve) */
div[id^='google-maps-builder'] img {
  max-width: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

/**
 * Info Bubble (window)
 *
 * @description:
 * @package:     GMB
 * @subpackage:  SCSS/Frontend
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
div[id^='google-maps-builder'] .gmb-infobubble {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: default; }
  div[id^='google-maps-builder'] .gmb-infobubble p, div[id^='google-maps-builder'] .gmb-infobubble div.place-description {
    font-size: 13px;
    margin: 0 0 7px;
    color: #2C2C2C; }
  div[id^='google-maps-builder'] .gmb-infobubble div.place-description {
    margin-bottom: 0; }
  div[id^='google-maps-builder'] .gmb-infobubble p.place-title {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 700;
    min-height: 21px;
    white-space: normal; }
  div[id^='google-maps-builder'] .gmb-infobubble p.place-title + div.place-description, div[id^='google-maps-builder'] .gmb-infobubble .place-title + .marker-info-wrapper, div[id^='google-maps-builder'] .gmb-infobubble .place-description + .marker-info-wrapper {
    margin-top: 8px; }
  div[id^='google-maps-builder'] .gmb-infobubble .place-description {
    white-space: normal; }
  div[id^='google-maps-builder'] .gmb-infobubble img {
    max-width: 100%; }
  div[id^='google-maps-builder'] .gmb-infobubble .place-thumb {
    margin: 0 0 10px; }
  div[id^='google-maps-builder'] .gmb-infobubble .loading {
    background: url("../img/loading-large.gif") no-repeat center center #FFF;
    height: 60px; }
  div[id^='google-maps-builder'] .gmb-infobubble .rating-wrap {
    overflow: hidden;
    margin: 0 0 3px;
    text-align: right; }
    div[id^='google-maps-builder'] .gmb-infobubble .rating-wrap .numeric-rating {
      font-size: 16px;
      color: #DD4B39;
      font-weight: 400;
      display: inline-block;
      margin: 0 5px 0 0;
      line-height: 1; }
    div[id^='google-maps-builder'] .gmb-infobubble .rating-wrap .star-rating-wrap {
      background: url("../img/review_stars.png") no-repeat 0 0 transparent;
      height: 13px;
      width: 67px;
      display: inline-block;
      margin: 1px 0 0; }
    div[id^='google-maps-builder'] .gmb-infobubble .rating-wrap .star-rating-size {
      background: url("../img/review_stars.png") no-repeat 0 -13px transparent;
      height: 13px; }
  div[id^='google-maps-builder'] .gmb-infobubble .gmb-mashup-single-link {
    font-size: 14px;
    display: block;
    margin: 8px 0; }

div.gmb-infobubble-container {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper {
  background-color: #F1F1F1;
  padding: 12px;
  font-size: 13px;
  display: block;
  min-width: 260px;
  overflow: hidden; }
  div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper span.place-icon {
    background: no-repeat url("../img/google-icons.png");
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 2px -6px -3px; }
  div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper .place-address {
    float: left;
    width: 50%;
    font-style: italic;
    text-align: left; }
    div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper .place-address .place-directions-link {
      display: block;
      margin: 3px 0 0; }
      div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper .place-address .place-directions-link > span {
        background-position: 0 -226px;
        margin-right: 0; }
  div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper .place-phone {
    text-align: right;
    margin: 0 0 3px; }
    div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper .place-phone span.place-icon {
      background-position: 0 -355px; }
  div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper .place-website {
    text-align: right; }
    div[id^='google-maps-builder'] .gmb-infobubble .marker-info-wrapper .place-website span.place-icon {
      background-position: 0 -291px; }

@media screen and (max-width: 440px) {
  .gmb-infobubble {
    min-width: inherit;
    overflow: visible; } }

div[id^='google-maps-builder'] .marker-label {
  z-index: 99;
  position: absolute;
  display: block;
  margin-top: -50px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  font-size: 28px;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  line-height: 1; }

/**
 * Directions
 *
 * Panel overlay and below map
 * @package:     GMB
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2015, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.google-maps-builder-wrap {
  position: relative;
  overflow: hidden; }

/*-------------------------------
Directions Table Display
---------------------------------*/
div[id^="directions-panel"] {
  display: none;
  font-size: 16px;
  margin: 20px 0; }
  div[id^="directions-panel"] div.adp {
    border: 1px solid #DDD;
    margin: 0 0 25px; }
  div[id^="directions-panel"] div.adp-summary {
    padding: 3px 10px 3px 5px;
    background-color: #F7F7F7; }
  div[id^="directions-panel"] div.adp-legal {
    font-size: 10px;
    text-align: right;
    background: #F7F7F7;
    border-top: 1px solid #DDD;
    padding: 2px 4px; }
  div[id^="directions-panel"] .adp-substep .adp-stepicon {
    margin: 0 auto; }
  div[id^="directions-panel"].panel-below {
    display: block;
    margin: 20px 0; }
    div[id^="directions-panel"].panel-below .gmb-directions-toggle {
      display: none; }
  div[id^="directions-panel"] table {
    margin: 0;
    border: none; }
    div[id^="directions-panel"] table td {
      padding: 4px;
      vertical-align: middle;
      border: none; }
    div[id^="directions-panel"] table img {
      box-shadow: none;
      max-width: none; }
  div[id^="directions-panel"] table.adp-directions {
    table-layout: auto;
    font-size: 16px; }
    div[id^="directions-panel"] table.adp-directions td.adp-substep:first-of-type {
      vertical-align: middle; }
  div[id^="directions-panel"] table.adp-placemark td.adp-text {
    border: none;
    padding-left: 35px;
    font-size: 20px; }
  div[id^="directions-panel"] table.adp-placemark img.adp-marker {
    display: block;
    padding: 8px 0 8px 8px; }

/*-------------------------------
Responsiveness
---------------------------------*/
@media (max-width: 767px) {
  div[id^="directions-panel"] table td {
    padding: 2px; } }

/*-------------------------------
Panel
---------------------------------*/
div[id^="directions-panel"].panel-overlay {
  position: absolute;
  top: 0;
  right: -50%;
  display: block;
  background-color: #FFF;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
  margin: 0;
  height: 100%; }
  div[id^="directions-panel"].panel-overlay .gmb-directions-toggle {
    position: absolute;
    background-color: #FFF;
    top: 40%;
    left: -40px;
    height: 40px;
    width: 40px; }
    div[id^="directions-panel"].panel-overlay .gmb-directions-toggle .gmb-directions-icon {
      background: url("../img/directions-icon.png") no-repeat center center #FFF;
      opacity: 0.5;
      display: block;
      width: 40px;
      height: 40px;
      cursor: pointer;
      -webkit-transition: 0.2s all linear;
      -moz-transition: 0.2s all linear;
      -o-transition: 0.2s all linear;
      transition: 0.2s all linear; }
      div[id^="directions-panel"].panel-overlay .gmb-directions-toggle .gmb-directions-icon:hover {
        opacity: 0.8; }
    div[id^="directions-panel"].panel-overlay .gmb-directions-toggle .gmb-hide-text {
      display: none; }
  div[id^="directions-panel"].panel-overlay .gmb-directions-panel-inner {
    overflow-y: scroll;
    padding: 5px;
    height: 100%; }

/*------------------------------------------
 Place Search
--------------------------------------------*/
#places-search {
  margin-top: 30px; }
  #places-search .controls {
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  #places-search #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    margin: 0; }
    #places-search #pac-input:focus {
      border-color: #4d90fe; }
  #places-search .pac-container {
    font-family: Roboto; }
  #places-search #type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 0 11px 0px 11px;
    height: 30px;
    overflow: hidden; }
    #places-search #type-selector label {
      font-family: Roboto;
      font-size: 13px;
      font-weight: 300;
      margin-right: 15px;
      line-height: 24px;
      padding: 4px 8px 2px;
      border-radius: 0 0 4px 4px;
      cursor: pointer; }
    #places-search #type-selector input[type="radio"] {
      display: none; }
      #places-search #type-selector input[type="radio"]:checked + label {
        background-color: #447ee0; }

/*# sourceMappingURL=google-maps-builder.css.map */
