/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
#map-canvas-shoreditch,
#map-canvas-croydon {
  height: 500px;
}
#map-canvas-shoreditch .contact-details,
#map-canvas-croydon .contact-details {
  width: 300px;
  font-size: 1em;
  padding: 0.5em;
  font-family: 'Deck Reg';
}
#map-canvas-shoreditch .contact-details h3,
#map-canvas-croydon .contact-details h3 {
  margin-top: 0.4rem;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #map-canvas-shoreditch,
  #map-canvas-croydon {
    height: 200px!important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #map-canvas-shoreditch,
  #map-canvas-croydon {
    height: 320px!important;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #map-canvas-shoreditch,
  #map-canvas-croydon {
    height: 320px!important;
  }
}
