/*
Theme Name: meta
Theme URI: https://www.alleganca.com
Author: Meta Erženičnik
Author URI: https://www.alleganca.com
Text Domain: meta
License: 
License URI: 
Tags: full-site-editing, block-styles, accessibility-ready, custom-colors, custom-spacing, editor-style
Description: Block theme for modern websites using WordPress Full Site Editing.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.01
*/

/* Responsive base */
html {
  scroll-behavior: smooth;
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1000;
}

.sidebar {
  position: fixed !important;
  top: 15%;
  left: 1em;
  width:100wh;
}

.centermenu {
  position: fixed !important;
  top: 6.5em;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  background: rgba(255, 255, 255, 0.26)!important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important;
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-btn {
  padding: 0.5em;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1.2rem;
  
}

.btn-pride{
  width: 12.5em;
  height: 12.5em;
}

.lp-map iframe {
  width: 100%;
  max-width: 100%;
  height: 25em;
}

.glass {
  position: fixed !important;
  top: 8%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.26)!important;
  border-radius: 16px!important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important;
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}



