/*
Theme Name: Eterna
Theme URI: https://example.com/eterna
Author: Your Name
Author URI: https://example.com
Description: A blank starter theme to build upon. Minimal templates, enqueue, theme supports, and theme.json.
Version: 0.1.0
Tested up to: 6.6
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: eterna
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: starter, minimal, accessibility-ready
*/

/* Add your global styles here */
:root {
  --eterna-content-width: 720px;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6;
}

.container {
  width: min(92%, var(--eterna-content-width));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
}

input[type=email].wpcf7-form-control {
  background: transparent;
  border: 1px solid #fff;
  color: white;
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 2px;
  padding: 10px 15px;
  width: 100%;
}
input[type=email].wpcf7-form-control::placeholder {
  color: white;
}

input.wpcf7-submit {
  background: transparent;
  border: 1px solid white;
  color: white;
  display: block;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  margin: 0 auto;
  max-width: 45px;
  padding: 10px 18px;
}

.wpcf7-not-valid-tip {
  color: white;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  padding-top: 10px;
  text-align: center;
}

.signup-form {
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
}
.signup-form p {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.signup-form p > label {
  margin-right: 10px;
}

.wpcf7-spinner {
  display: none;
}

.odbrojavanje {
  margin-top: 30px;
}

.odbrojavanje .elementor-countdown-item {
  width: 70px !important;
}