/**
 * Theme Name:   Reading Civic Society
 * Theme URI:    https://readingcivicsociety.org.uk/
 * Description:  Custom theme for the Reading Civic Society
 * Author:       Headwall Hosting
 * Author URI:   https://headwall-hosting.com/
 * Template:     generatepress
 * Version:      1.0.0
 * Text Domain:  reading-civic
 */

.full-width-map {
  /* height: 480px; */
  height: 640px;
}

#page-hero .map {
  width: 400px;
  height: 300px;
}

body .main-nav .menu-icon a {
  display: flex;
  flex-direction: row;
}

.main-nav .menu-icon > a > svg {
  width: 1em;
  margin-right: 0.5em;
}

.main-nav .menu-icon > a > svg path {
  fill: var(--primary-accent-tint);
}
