/*! ---------------------------------------------
Login Style Sheet
 author: ericksonstudio.com, LLC (pe)
version: 2022-06-10
----------------------------------------------- */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotisserie {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotisserie > * {
  animation: rotisserie 30s linear infinite;
  border-radius: 100%;
}
.rotisserie > *:hover {
  animation-play-state: paused;
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
}
@supports not (aspect-ratio: 16/9) {
  .is-type-video .wp-block-embed__wrapper {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}
.is-type-video .wp-block-embed__wrapper .wp-block-embed__wrapper {
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dark, .reversed, .reversed svg, .dark svg {
  color: #fff !important;
  fill: #fff !important;
}

.dark {
  position: relative;
  z-index: 2;
}
.dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

@font-face {
  font-family: "Future";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("webfonts/future/future-light.woff2") format("woff2"), url("webfonts/future/future-light.woff") format("woff");
}
@font-face {
  font-family: "Future";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("webfonts/future/future-medium.woff2") format("woff2"), url("webfonts/future/future-medium.woff") format("woff");
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-Roman.woff2") format("woff2"), url("webfonts/sabon/Sabon-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-Italic.woff2") format("woff2"), url("webfonts/sabon/Sabon-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-Bold.woff2") format("woff2"), url("webfonts/sabon/Sabon-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-BoldItalic.woff2") format("woff2"), url("webfonts/sabon/Sabon-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
a, button, .button, input[type=button], input[type=reset], input[type=submit], label[for=menu_toggle] {
  transition: all 500ms ease;
}

/**
 * Owned typography & rhythm system (replaced Typomatic/Compass)
 * VIKING TYPE SYSTEM (LibSass / Scout compatible)
 * - No @use
 * - Uses classic Sass map functions: map-get, map-has-key, map-keys
 */
html {
  font-size: 16px;
}

@font-face {
  font-family: "Future";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("webfonts/future/future-light.woff2") format("woff2"), url("webfonts/future/future-light.woff") format("woff");
}
@font-face {
  font-family: "Future";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("webfonts/future/future-medium.woff2") format("woff2"), url("webfonts/future/future-medium.woff") format("woff");
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-Roman.woff2") format("woff2"), url("webfonts/sabon/Sabon-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-Italic.woff2") format("woff2"), url("webfonts/sabon/Sabon-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-Bold.woff2") format("woff2"), url("webfonts/sabon/Sabon-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sabon";
  src: url("webfonts/sabon/Sabon-BoldItalic.woff2") format("woff2"), url("webfonts/sabon/Sabon-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
body.login {
  font: 400 1em/1.25 "Future", "HelveticaNeue-Light", helvetica, sans-serif;
  background-color: #CC0000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.login .dashicons {
  color: #CC0000;
}
body.login a:link {
  color: #CC0000;
}
body.login a:visited {
  color: #CC0000;
}
body.login a:hover {
  color: #990000;
}
body.login a:active {
  color: #990000;
}
body.login div#login {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: auto;
  padding: 1em 1.5em;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 1em 0.5em rgba(0, 0, 0, 0.5);
}
body.login div#login form#loginform {
  border-radius: 0.25em;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
body.login div#login form#loginform p label, body.login div#login form#loginform div label {
  font-size: 1em;
}
body.login div#login form#loginform p.submit input#wp-submit, body.login div#login form#loginform div.submit input#wp-submit {
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #CC0000;
  background: #fff;
  border: 1px solid #CC0000;
  border-radius: 0;
}
body.login div#login form#loginform p.submit input#wp-submit:hover, body.login div#login form#loginform div.submit input#wp-submit:hover {
  color: #fff;
  background: #CC0000;
}
body.login div#login form#loginform input {
  border: 1px solid #CC0000;
  background: #fff;
  box-shadow: none;
}
body.login div#login form#loginform input:focus {
  border-color: #990000;
  outline: none;
}
body.login div#login form#loginform input[type=checkbox]:checked::before {
  filter: invert(28%) sepia(98%) saturate(346%) hue-rotate(49deg) brightness(99%) contrast(89%);
}
body.login div#login p#nav a:link {
  color: #CC0000;
}
body.login div#login p#nav a:visited {
  color: #CC0000;
}
body.login div#login p#nav a:hover {
  color: #990000;
}
body.login div#login p#nav a:active {
  color: #990000;
}
body.login div#login p#backtoblog {
  display: none;
}
