/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.menu-location-icon > a {
  position: relative;
  padding-left: 22px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231F3A5F'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 15px 15px !important;
  background-position: left center !important;
}

@media (max-width: 767px) {
  .menu-location-icon > a {
    padding-left: 38px !important;
    background-size: 14px 14px !important;
    background-position: 16px center !important;
  }
}

@media (max-width: 767px) {
  .menu-location-icon > a:hover,
  .menu-location-icon > a:focus,
  .menu-location-icon.current-menu-item > a,
  .menu-location-icon.current-menu-ancestor > a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") !important;
  }
}







.proofser-phone-menu {
  position: relative;
  width: 100%;
}

.proofser-phone-menu * {
  box-sizing: border-box;
}

.proofser-phone-menu__dropdown {
  position: relative;
  width: 100%;
  margin: 0;
}

.proofser-phone-menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  width: 100%;
  min-width: 145px;

  padding: 10px 8px;

  background: #c93605;
  color: #fff;

  border: 0;
  border-radius: 4px;

  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}

.proofser-phone-menu__button::-webkit-details-marker {
  display: none;
}

.proofser-phone-menu__button::marker {
  content: "";
}

.proofser-phone-menu__arrow {
  font-size: 8px;
}

.proofser-phone-menu__list {
  position: absolute;
  z-index: 99999;

  top: calc(100% + 6px);
  left: 0;

  width: 100%;
  min-width: 145px;

  padding: 5px;

  background: #fff;

  border: 1px solid #e1e5ea;
  border-radius: 4px;

  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.proofser-phone-menu__list a {
  display: block;
  width: 100%;

  padding: 9px 4px;

  color: #1d385e;
  font-size: 13px;
  font-weight: 600;

  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}