/*
Theme Name: Khaki & Dust
Author: Code23
Author URI: http://www.code23.com
Description: Khaki & Dust Wordpress Theme 2016
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.mapboxgl-marker {
  position: relative;
  width: 16px;
  height: 16px;
  background: #67753d;
  border-radius: 50%;
}
.mapboxgl-marker:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 150%;
  background: #363636;
  left: -25%;
  top: -25%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: -8px;
  top: -11px;
  border: 0;
  cursor: pointer;
  background-color: #67743d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 10px;
  text-align: center;
  display: block;
  padding-left: 6px;
  color: white;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(0.4);
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

body a.mapboxgl-ctrl-logo,
body .mapboxgl-ctrl-attrib-inner {
    display: none !important;
}

.hello-section:after {
  display: none;
}