
/* Sidebar roof service boxes are clickable links */
.ge-sidebar-roof-link,
.ge-sidebar-roof-link:visited,
.ge-sidebar-roof-link:hover,
.ge-sidebar-roof-link:active {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}
.ge-sidebar-roof-link .u-list-item {
  cursor: pointer !important;
}
.ge-sidebar-roof-link,
.ge-sidebar-roof-link h4,
.ge-sidebar-roof-link p,
.ge-sidebar-roof-link span,
.ge-sidebar-roof-link * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Facebook and YouTube circles yellow like the Google icon */
.u-social-icons .u-social-facebook svg circle,
.u-social-icons .u-social-youtube svg circle,
.u-social-facebook .u-svg-content circle,
.u-social-youtube .u-svg-content circle {
  fill: #f2b705 !important;
}
.u-social-icons .u-social-facebook svg path,
.u-social-icons .u-social-youtube svg path,
.u-social-facebook .u-svg-content path,
.u-social-youtube .u-svg-content path {
  fill: #051f3d !important;
}

/* Do not show address suggestion dropdowns */
.pac-container,
.address-suggestions,
.autocomplete-suggestions,
.suggestions,
.datalist-suggestions,
datalist {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Keep the map visible, but cover the normal red map marker with our yellow pin */
.no-api-map-box,
#addressMapFrameWrap,
#roofMapFrameWrap,
.google-map-box,
.outline-map {
  position: relative !important;
  overflow: hidden !important;
}

.yellow-roof-pin,
.ge-map-yellow-marker {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -100%) !important;
  z-index: 9999 !important;
  width: 34px !important;
  height: 46px !important;
  pointer-events: auto !important;
}

.yellow-roof-pin .pin-head,
.ge-map-yellow-marker .pin-head {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  background: #f2b705 !important;
  border: 4px solid #051f3d !important;
  border-radius: 50% 50% 50% 0 !important;
  transform: rotate(-45deg) !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.35) !important;
}

.yellow-roof-pin .pin-head::after,
.ge-map-yellow-marker .pin-head::after {
  content: "" !important;
  position: absolute !important;
  width: 10px !important;
  height: 10px !important;
  background: #051f3d !important;
  border-radius: 50% !important;
  left: 8px !important;
  top: 8px !important;
}

/* Extra yellow dot in the center of the first map to cover Google red pin if iframe centers it */
#addressMapFrameWrap::after,
.google-map-box::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 34px !important;
  height: 34px !important;
  background: #f2b705 !important;
  border: 4px solid #051f3d !important;
  border-radius: 50% 50% 50% 0 !important;
  transform: translate(-50%, -100%) rotate(-45deg) !important;
  z-index: 9998 !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.35) !important;
  pointer-events: none !important;
}
