/*!
Theme Name: Theme for Heritage Werks
Theme URI: http://underscores.me/
Author: Pivot Group
Author URI: https://askpivot.com
Description: A theme for Heritage Werks
Version: 1.0.0
Text Domain: pivot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Switch to border-box
 */
body,
body *,
body *:after,
body *:before {
  box-sizing: border-box; }

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* ==== ELEMENTS ============================================= */
html {
  box-sizing: border-box; }

body {
  color: #404040;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.6; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/* ==== HEADINGS ============================================= */
h1, h2, h3, h4, h5, h6,
.like-h1, .like-h2, .like-h3, .like-h4 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2em; }

h1, .like-h1 {
  font-size: 48px; }

h2, .like-h2 {
  font-size: 24px;
  text-transform: uppercase; }

h3, .like-h3 {
  font-size: 21px;
  text-transform: uppercase; }

h4, .like-h4 {
  font-size: 16px;
  font-weight: 700; }

@media (max-width: 781px) {
  h1, .like-h1 {
    font-size: 34px; }
  h2, .like-h2 {
    font-size: 21px; }
  h3, .like-h3 {
    font-size: 18px; } }

/* ==== COPY ============================================= */
p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

*::selection {
  background: #000;
  color: #fff; }

/* ==== LINKS ============================================= */
a {
  color: #4178a5;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #000; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* ==== LISTS ============================================= */
ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/* ==== TABLES ============================================= */
table {
  margin: 0 0 1.5em;
  width: 100%; }

/* ==== ALIGNMENTS ============================================= */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* ==== CLEARFIX ============================================= */
.clear:before, .clear:after,
.cf:before,
.cf:after {
  content: "";
  display: table;
  table-layout: fixed; }

/* ==== ACCESSIBILITY ============================================= */
/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* ==== MEDIA ============================================= */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* ==== CAPTIONS ============================================= */
.wp-caption {
  margin-bottom: 1.5em;
  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; }

.wp-caption-text {
  text-align: center; }

/* ==== GALLERIES ============================================= */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* ==== BUTTONS ============================================= */
.wp-block-button .wp-block-button__link,
.button {
  border-radius: 10px;
  font-size: 20px;
  line-height: 1em;
  padding: 20px 15px;
  text-transform: uppercase; }
  .wp-block-button .wp-block-button__link.color-white, .wp-block-button .wp-block-button__link.has-white-background-color,
  .button.color-white,
  .button.has-white-background-color {
    background: #ffffff;
    color: #fff; }
    .wp-block-button .wp-block-button__link.color-white:hover, .wp-block-button .wp-block-button__link.has-white-background-color:hover,
    .button.color-white:hover,
    .button.has-white-background-color:hover {
      color: #fff;
      background: #f2f2f2; }
  .wp-block-button .wp-block-button__link.color-blue, .wp-block-button .wp-block-button__link.has-blue-background-color,
  .button.color-blue,
  .button.has-blue-background-color {
    background: #0296d6;
    color: #fff; }
    .wp-block-button .wp-block-button__link.color-blue:hover, .wp-block-button .wp-block-button__link.has-blue-background-color:hover,
    .button.color-blue:hover,
    .button.has-blue-background-color:hover {
      color: #fff;
      background: #0284bd; }
  .wp-block-button .wp-block-button__link.color-green, .wp-block-button .wp-block-button__link.has-green-background-color,
  .button.color-green,
  .button.has-green-background-color {
    background: #53b88e;
    color: #fff; }
    .wp-block-button .wp-block-button__link.color-green:hover, .wp-block-button .wp-block-button__link.has-green-background-color:hover,
    .button.color-green:hover,
    .button.has-green-background-color:hover {
      color: #fff;
      background: #47ab81; }
  .wp-block-button .wp-block-button__link.color-gray, .wp-block-button .wp-block-button__link.has-gray-background-color,
  .button.color-gray,
  .button.has-gray-background-color {
    background: #525452;
    color: #fff; }
    .wp-block-button .wp-block-button__link.color-gray:hover, .wp-block-button .wp-block-button__link.has-gray-background-color:hover,
    .button.color-gray:hover,
    .button.has-gray-background-color:hover {
      color: #fff;
      background: #454745; }
  .wp-block-button .wp-block-button__link.color-black, .wp-block-button .wp-block-button__link.has-black-background-color,
  .button.color-black,
  .button.has-black-background-color {
    background: #000;
    color: #fff; }
    .wp-block-button .wp-block-button__link.color-black:hover, .wp-block-button .wp-block-button__link.has-black-background-color:hover,
    .button.color-black:hover,
    .button.has-black-background-color:hover {
      color: #fff;
      background: black; }
  .wp-block-button .wp-block-button__link.squished-text,
  .button.squished-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px; }

.wp-block-button.squished-text .wp-block-button__link,
.button.squished-text {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px; }

button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6; }

.has-white-color {
  color: #ffffff; }

.has-white-background-color {
  background-color: #ffffff; }

.has-blue-color {
  color: #0296d6; }

.has-blue-background-color {
  background-color: #0296d6; }

.has-green-color {
  color: #53b88e; }

.has-green-background-color {
  background-color: #53b88e; }

.has-gray-color {
  color: #525452; }

.has-gray-background-color {
  background-color: #525452; }

.has-black-color {
  color: #000; }

.has-black-background-color {
  background-color: #000; }

/*--------------------------------------------------------------
# Site layout, header, footer
--------------------------------------------------------------*/
.site-wrapper,
.site-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.site-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 12px; }

.site-content {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 0; }

.site-main {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 480px) {
    .site-main {
      padding-left: 30px;
      padding-right: 30px; } }
  .site-main .alignwide {
    width: 1440px;
    margin-left: -150px;
    max-width: 100vw; }
  .site-main .alignfull {
    width: 1440px;
    margin-left: -150px;
    max-width: 100vw; }

.entry-title {
  border-bottom: 1px solid #000;
  padding-bottom: .5em;
  text-align: center; }

.landing-page-columns {
  margin-top: 50px;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px; }
  .landing-page-columns .wp-block-button .wp-block-button__link,
  .landing-page-columns .button {
    width: 230px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .landing-page-columns h2 {
    height: 100px;
    margin-bottom: 1.5em; }
    @media (max-width: 600px) {
      .landing-page-columns h2 {
        height: auto; } }
  .landing-page-columns .wp-block-column {
    position: relative;
    width: calc(50% - 30px);
    margin: 0;
    padding: 0 30px; }
    .landing-page-columns .wp-block-column + .wp-block-column {
      padding-top: 0;
      margin-top: 0;
      border: 0;
      border-left: 1px solid #ccc; }
    @media (max-width: 600px) {
      .landing-page-columns .wp-block-column + .wp-block-column {
        border: none;
        border-top: 1px solid #ccc;
        padding-top: 30px;
        margin-top: 30px; } }
  @media (max-width: 480px) {
    .landing-page-columns {
      margin: 0; }
      .landing-page-columns .wp-block-column {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.popup {
  background: #fff;
  margin: 50px;
  padding: 15px 60px 45px 30px;
  position: relative;
  display: none; }
  .mfp-content .popup {
    display: block; }
  .popup .mfp-close {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    text-indent: -1000em; }
    .popup .mfp-close:before, .popup .mfp-close:after {
      content: '';
      border-top: 1px solid #666;
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0; }
    .popup .mfp-close:before {
      transform: rotate(45deg); }
    .popup .mfp-close:after {
      transform: rotate(-45deg); }
  .popup .close-button {
    background: #525452;
    color: #fff;
    padding: 15px 60px;
    font-size: 16px;
    display: inline-block; }
    .popup .close-button:hover, .popup .close-button:focus {
      background: #211a15; }
