@charset "UTF-8";
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, html#html {
  margin-top: 0 !important;
}

#wpadminbar {
  position: sticky;
  z-index: 1050;
}

body {
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  overflow: auto !important;
  padding: 0 !important;
}

header {
  width: 100%;
}

main {
  width: 100%;
  flex: 1;
}

footer {
  width: 100%;
}

figure {
  margin: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
}

.grecaptcha-badge {
  display: none !important;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

blockquote p {
  font-style: italic;
}
blockquote p:before, blockquote p:after {
  content: "“";
  position: relative;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:visited {
  text-decoration: none;
}

::-moz-selection {
  background: #313131;
  text-shadow: none;
}

::selection {
  background: #313131;
  color: #FCFCFC;
  text-shadow: none;
}

code {
  font-family: "Monaco", "Consolas", "Lucida Console", monospace;
  background-color: #E8E8E8;
  border: 1px solid #B4B4B4;
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 15px;
  position: relative;
}
code:before {
  content: "CODE";
  display: block;
  position: absolute;
  top: 0;
  font-weight: bold;
  width: 100%;
  left: 0;
  padding: 5px 15px;
  background: #313131;
  color: white;
  font-size: 14px;
}

pre {
  display: flex;
  margin: 0;
}

input,
input[type=placeholder] {
  outline: none;
  color: #313131;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: unset;
}