/* ========================================================================
   SHELTER REALTY MIGRATION — STEP 3: GLOBAL FOUNDATION
   Source authority:
   - modified Cryptocurrency Exchange style.css
   - Bootstrap 3 typography/reset values used by that source
   - database Customizer CSS
   No Bootstrap, Font Awesome or jQuery dependency is loaded.
   ======================================================================== */

:root {
  --shelter-text: #171822;
  --shelter-heading: #232323;
  --shelter-accent: #e98d26;
  --shelter-border: #e5e5e5;
  --shelter-white: #ffffff;
  --shelter-dark-menu: #1a1a1a;
  --shelter-content-width: 1170px;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  box-sizing: border-box;
  scroll-behavior: auto;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fff;
  color: var(--shelter-text);
  font: 400 16px/1.6 "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

iframe {
  width: 100%;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px !important;
  color: var(--shelter-heading);
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  overflow-wrap: normal;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p,
ol,
ul,
blockquote {
  margin: 0 0 20px;
}

strong,
b {
  font-weight: 700;
}

small {
  font-size: 80%;
}

a {
  color: var(--shelter-heading);
  background-color: transparent;
  transition: all 0.125s ease-in-out 0s;
}

a:link,
a:visited,
a:active {
  text-decoration: underline;
}

a:hover,
a:focus {
  color: var(--shelter-accent);
  text-decoration: none;
  outline: 0;
}

hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

:root :where(.is-layout-constrained) > hr {
   margin-top: 20px;
  margin-bottom: 20px;
}

:root :where(.is-layout-constrained) > .wp-block-columns, :root :where(.is-layout-constrained) > ul, :root :where(.is-layout-constrained) > ol{
  margin-bottom: 1.75em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input {
  line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select {
  height: 45px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid var(--shelter-border);
  border-radius: 0;
  color: var(--shelter-text);
  background: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: var(--shelter-text);
  opacity: 1;
}

.screen-reader-text,
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  overflow-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
  position: fixed !important;
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto !important;
  height: auto !important;
  padding: 15px 23px 14px !important;
  margin: 0 !important;
  clip: auto !important;
  clip-path: none !important;
  color: #444;
  background: #eee;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
}

/* Remove Searchen block-theme root spacing so source sections meet exactly. */
.wp-site-blocks,
body > .wp-site-blocks {
  padding: 0 !important;
}

.wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

header.wp-block-template-part,
header.wp-block-template-part > .shelter-site-header,
.shelter-site-header {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { width: 100%; }

hr { margin-top: 20px; margin-bottom: 20px; }

.wp-block-separator {
    border: none;
    border-top: 2px solid;
    margin-block-start: 20PX;
    margin-block-end: 20PX;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


.wp-block-table {
    margin: 0 0 1.5em !important;
}