@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 {
  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: #0B0B0B;
  text-decoration: none;
  font-family: "GreedStandard", sans-serif;
}
a:hover {
  text-decoration: none;
  color: #0B0B0B;
}
a:visited {
  text-decoration: none;
}

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

::selection {
  background: #003F3F;
  color: #FFFFFF;
  text-shadow: none;
}

/* Scroll Bar */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.3137254902);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F1F1F1;
}

code {
  font-family: "Monaco", "Consolas", "Lucida Console", monospace;
  background-color: #FFFEF5;
  border: 1px solid #C7C7C0;
  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: #003F3F;
  color: white;
  font-size: 14px;
}

pre {
  display: flex;
  margin: 0;
}

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

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