/*
Theme Name: DownZaragoza
Theme URI: https://downzaragoza.org/
Description: DownZaragoza is a child theme of Hello Elementor
Author: Creame
Author URI: https://crea.me/
Template: hello-elementor
Version: 1.1.0
Text Domain: downzaragoza
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
*/

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow-x: hidden !important;
}

body.scrollbars-visible::-webkit-scrollbar {
  width: 8px;
}

body.scrollbars-visible::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-text, #000);
}

body.scrollbars-visible::-webkit-scrollbar-thumb:hover {
  background-color: var(--e-global-color-primary, #000);
}

button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: none;
}

svg[width="0"] {
  position: absolute;
}

.hidden {
  display: none;
}
