/**
 * Reset & Base Styles
 * Normalize across browsers and set base element styles
 * WordPress.org Theme Review Guidelines Compliant
 */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base Elements
--------------------------------------------------------------*/

/* Body defaults */
body {
  background: var(--hvn-theme-color-bg-light, #f8f9fa);
  color: var(--hvn-theme-text-primary, #1e1e2f);
  font-family: var(--hvn-theme-font-family-base, 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif);
  font-size: var(--hvn-theme-font-size-md, 1rem);
  line-height: var(--hvn-theme-line-height-normal, 1.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Typography defaults */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--hvn-theme-font-family-heading, 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif);
  font-weight: var(--hvn-theme-font-weight-bold, 700);
  line-height: var(--hvn-theme-line-height-tight, 1.2);
  margin-bottom: var(--hvn-theme-space-md, 1rem);
  color: var(--hvn-theme-text-primary, #1e1e2f);
  clear: both;
}

h1 {
  font-size: var(--hvn-theme-font-size-5xl, 3rem);
}

h2 {
  font-size: var(--hvn-theme-font-size-4xl, 2.25rem);
}

h3 {
  font-size: var(--hvn-theme-font-size-3xl, 1.875rem);
}

h4 {
  font-size: var(--hvn-theme-font-size-2xl, 1.5rem);
}

h5 {
  font-size: var(--hvn-theme-font-size-xl, 1.25rem);
}

h6 {
  font-size: var(--hvn-theme-font-size-lg, 1.125rem);
}

p {
  margin-bottom: var(--hvn-theme-space-md, 1rem);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

/* Lists */
ul, ol {
  margin: 0 0 var(--hvn-theme-space-md, 1rem) var(--hvn-theme-space-lg, 1.5rem);
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: var(--hvn-theme-space-lg, 1.5rem);
}

dt {
  font-weight: var(--hvn-theme-font-weight-bold, 700);
}

dd {
  margin: 0 var(--hvn-theme-space-lg, 1.5rem) var(--hvn-theme-space-md, 1rem);
}

/* Quotes */
blockquote {
  margin: var(--hvn-theme-space-lg, 1.5rem) 0;
  padding: var(--hvn-theme-space-md, 1rem) var(--hvn-theme-space-lg, 1.5rem);
  border-left: 4px solid var(--hvn-theme-brand-primary, #6c60fe);
  background: var(--hvn-theme-color-gray-100, #f8f9fa);
  font-style: italic;
  quotes: none;
}

blockquote p:last-child {
  margin-bottom: 0;
}

/* Code */
code,
kbd,
pre,
samp {
  font-family: var(--hvn-theme-font-family-mono, 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', monospace);
  font-size: var(--hvn-theme-font-size-sm, 0.875rem);
}

pre {
  background: var(--hvn-theme-color-gray-900, #212529);
  color: var(--hvn-theme-color-gray-100, #f8f9fa);
  padding: var(--hvn-theme-space-lg, 1.5rem);
  overflow-x: auto;
  border-radius: var(--hvn-theme-border-radius-md, 8px);
  margin-bottom: var(--hvn-theme-space-md, 1rem);
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background: var(--hvn-theme-color-gray-100, #f8f9fa);
  padding: 0.125rem 0.25rem;
  border-radius: var(--hvn-theme-border-radius-xs, 4px);
}

/* Abbreviations */
abbr,
acronym {
  border-bottom: 1px dotted var(--hvn-theme-border-color, #e4e4ed);
  cursor: help;
  text-decoration: none;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
  padding: 0 0.125rem;
}

big {
  font-size: 125%;
}

/* Tables */
table {
  width: 100%;
  margin-bottom: var(--hvn-theme-space-md, 1rem);
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: var(--hvn-theme-space-sm, 0.5rem);
  border: 1px solid var(--hvn-theme-border-color, #e4e4ed);
  text-align: left;
}

th {
  background: var(--hvn-theme-color-gray-100, #f8f9fa);
  font-weight: var(--hvn-theme-font-weight-semibold, 600);
}

/* Horizontal rule */
hr {
  margin: var(--hvn-theme-space-xl, 2rem) 0;
  border: 0;
  border-top: 1px solid var(--hvn-theme-border-color, #e4e4ed);
  height: 0;
  background-color: transparent;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Figures */
figure {
  margin: 0 0 var(--hvn-theme-space-md, 1rem);
}

/* Embedded content */
embed,
iframe,
object {
  max-width: 100%;
}

/* Address */
address {
  margin-bottom: var(--hvn-theme-space-md, 1rem);
  font-style: normal;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
  color: var(--hvn-theme-brand-primary, #6c60fe);
  text-decoration: none;
  transition: color var(--hvn-theme-transition-fast, 150ms ease);
}

a:visited {
  color: var(--hvn-theme-brand-primary-dark, #5a4ee6);
}

a:hover,
a:focus,
a:active {
  color: var(--hvn-theme-brand-primary-dark, #5a4ee6);
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: var(--hvn-theme-brand-primary, #6c60fe);
  color: var(--hvn-theme-color-white, #ffffff);
  border: none;
  border-radius: var(--hvn-theme-border-radius-sm, 6px);
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  font-weight: var(--hvn-theme-font-weight-medium, 500);
  transition: all var(--hvn-theme-transition-fast, 150ms ease);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--hvn-theme-brand-primary-dark, #5a4ee6);
  transform: translateY(-2px);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: var(--hvn-theme-brand-primary-dark, #5a4ee6);
  outline: thin dotted;
}

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 {
  width: 100%;
  padding: var(--hvn-theme-input-padding, 0.5rem 0.75rem);
  border: 1px solid var(--hvn-theme-input-border, #e4e4ed);
  border-radius: var(--hvn-theme-input-radius, 6px);
  background: var(--hvn-theme-input-bg, #ffffff);
  color: var(--hvn-theme-text-primary, #1e1e2f);
  transition: all var(--hvn-theme-transition-fast, 150ms ease);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--hvn-theme-input-border-focus, #6c60fe);
  box-shadow: 0 0 0 3px rgba(108, 96, 254, 0.1);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/*--------------------------------------------------------------
# WordPress Specific Classes
--------------------------------------------------------------*/

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: var(--hvn-theme-space-lg, 1.5rem);
  margin-bottom: var(--hvn-theme-space-md, 1rem);
}

.alignright {
  display: inline;
  float: right;
  margin-left: var(--hvn-theme-space-lg, 1.5rem);
  margin-bottom: var(--hvn-theme-space-md, 1rem);
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--hvn-theme-space-md, 1rem);
}

/* Text meant only for screen readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  left: 6px;
  top: 7px;
  background: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/* Captions */
.wp-caption {
  margin-bottom: var(--hvn-theme-space-lg, 1.5rem);
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: var(--hvn-theme-font-size-sm, 0.875rem);
  color: var(--hvn-theme-text-muted, #6c757d);
  text-align: center;
}

/* Galleries */
.gallery {
  margin-bottom: var(--hvn-theme-space-lg, 1.5rem);
  display: grid;
  grid-gap: var(--hvn-theme-space-md, 1rem);
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
  font-size: var(--hvn-theme-font-size-sm, 0.875rem);
  color: var(--hvn-theme-text-muted, #6c757d);
}

/* Sticky posts */
.sticky {
  display: block;
}

/* By post author */
.bypostauthor {
  display: block;
}

/* Updated: not published */
.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}