/*
Theme Name: Golo Child
Theme URI: https://wp.getgolo.com/
Author: Uxper
Author URI: http://uxper.co/
Version: 1.0.1
Template: golo
Text Domain: golo
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
.layout-top-filter .inner-nav-bar .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filter-by-near-me.hide {
  display: block !important;
}
.filter-by-near-me label {
  cursor: pointer;
}
.near-me {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.near-me.loading {
  pointer-events: none;
}
.near-me.loading input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.near-me.loading::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #111;
  border-top-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
