/*!
Theme - Intergetik
This theme was created solely Intergetik.
*/
/* 1.0 --------------------------------- SASS settings & variables ------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*---------------------------*/
/*---------------------------*/
/* 2.0 ---------------------------------------- Reset/Normalized --------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/* Links
   ========================================================================== */
/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent and variable font size in all browsers.
 */
/*small {
  font-size: 80%;
}*/
/* Embedded content
   ========================================================================== */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  /*color: inherit;*/
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/*table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}*/
/* ----- 2.1 ------------------------------- Single elements defaults ---------------------------------- */
body {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

ol,
ul {
  margin-right: 0;
  margin-left: 0;
}

ul {
  padding: 0;
}

ol {
  padding: 0 0 0 20px;
}

ul[class] li,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ul.wp-block-list li {
  margin-bottom: .5rem;
  list-style: inside disc;
}

.page form li {
  list-style: inside disc;
}

hr {
  clear: both;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

hr:not([class]) {
  background: #aaa;
  height: 1px;
  border: 0;
  margin-bottom: 20px;
}

::placeholder {
  color: #ccc;
}

/* 3.0 ---------------------------------------- WordPress Tweaks ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
#wpadminbar {
  background-color: rgba(0, 0, 0, 0.5);
}

/* 4.0 -------------------------------------------- Content -------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
.wp-site-blocks > header,
.wp-site-blocks > footer {
  clear: both;
}

.site-content {
  position: relative;
  margin-top: 0 !important;
}

footer.wp-block-template-part {
  margin-top: 0;
}

/*
=========================
Issues to check - Gutenberg/FSE is a work in process for the next few years
=========================
*/
div .wp-block-button__link:focus,
div .wp-block-button__link:hover,
div .wp-block-button__link:active {
  background: #bbb !important;
}
div h2 a:focus,
div h2 a:hover,
div h3 a:focus,
div h3 a:hover {
  color: #bbb !important;
}

/*
=========================
Gutenberg Overrides (opinionated changes) -- Keep an eye on these, our tweaks or changes to a few of the dumb defaults
=========================
*/
.entry-content > .wp-block-group {
  margin-block-start: 0 !important;
}

@media (max-width: 781px) {
  div.wp-block-columns {
    gap: 2rem;
  }
}

div.wp-block-cover {
  min-height: 300px;
}
div.wp-block-cover.page-header {
  min-height: 176px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

[class^=wp-block-cover__inner] > .wp-block-columns:last-child {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .wp-block-cover__inner-container {
    width: 100% !important;
  }

  .wp-block-cover .wp-block-cover {
    min-height: 0;
  }
}
.wp-block-post-featured-image img {
  /* width: 100%; */
}

.wp-block-image img {
  vertical-align: middle;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

/*
=========================
Gutenberg Shortcomings -- Check back in the future for fixes
=========================
*/
/* Navigation block has shortcomings, but address in theme because of lots of theme differences */
/* Font issues - mobile responsiveness  */
h1,
h2,
h3 {
  overflow-wrap: normal;
}

h2 img,
h3 img,
h4 img {
  vertical-align: middle;
}

/* Columns - can't turn off gap to be seamless */
.columns-no-gap .wp-block-column {
  margin: 0 !important;
}

.equal-height-cols > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 390px;
  margin: 0 auto;
}

/* Gutenberg doesn't allow row items to be self aligned */
.align-self-center {
  align-self: center;
}

/*.wp-block-cover:nth-child(1) {
	a:link,
	a:visited {
		color: $tr-yellow;
	}
}*/
.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border-width: 1px;
}

/* Img - Can't remove bottom margin leaving a gap in a group */
.wp-block-column .wp-block-image:last-child {
  margin-bottom: 0;
}

@media (max-width: 781px) {
  .wp-block-column figure:not(.no-max-width) {
    max-width: min(100%, 300px);
  }
}

/*.social-override-angi,
.social-override-bbb {
	svg {
		image-rendering: pixelated; //fix blur for non-SVGs
	}
	path {
		display: none;
	}
}

.social-override-angi {
	svg {
		background: url(../images/icon-angi.svg) no-repeat center;
		background-size: contain;
	}
}
.social-override-bbb {
	svg {
		background: url(../images/icon-bbb.png) no-repeat;
	}
}*/
/*.img-rounded {
	img {
		border-radius: 16px;
	}
}*/
/*
=========================
Gutenberg utility classes to use - should look like bootstrap utility classes that are used in this theme
=========================
*/
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.wp-block-columns.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.space-evenly {
  justify-content: space-evenly !important;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-self-stretch {
  align-self: stretch;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.object-fit-cover img {
  object-fit: cover;
}

.img-max-width-none img {
  max-width: none;
}

.border-radius {
  border-radius: 12px;
}
.border-radius img {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0 0 18px 10px rgba(0, 0, 0, 0.05);
}

.neg-top {
  margin-top: -90px !important;
}

.width-100 {
  width: 100%;
}
.width-100 img {
  width: 100% !important;
}

.z-index {
  z-index: 1;
}

@media (min-width: 782px) and (max-width: 960px) {
  .tablet-hide {
    display: none !important;
  }

  .tablet-justify-center {
    justify-content: center !important;
  }
}
@media (max-width: 781px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-flex-row {
    flex-direction: row !important;
  }

  .mobile-flex-col {
    flex-direction: column !important;
  }

  .mobile-flex-100 {
    flex-basis: 100% !important;
  }

  .mobile-justify-center {
    justify-content: center !important;
  }

  .mobile-justify-space-between {
    justify-content: space-between !important;
  }

  .mobile-align-center {
    align-items: center !important;
  }

  .mobile-order-first {
    order: -1;
  }

  .mobile-order-last {
    order: 2;
  }

  .mobile-aligncenter {
    float: none !important;
    text-align: center;
    margin-inline-start: auto !important;
    margin-inline-end: auto !important;
  }
}
@media (max-width: 599px) {
  .mobile-ignore[class*=has-text-align] {
    text-align: inherit !important;
  }
  .mobile-ignore[class*=is-content-justification] {
    justify-content: center !important;
  }
  .mobile-ignore p {
    text-align: center !important;
  }
  .mobile-ignore > figure {
    float: none !important;
    margin: 0 auto !important;
  }
}
/*
=========================
Theme classes to use - used around the site
=========================
*/
.wp-block-read-more {
  white-space: pre;
}
.wp-block-read-more img {
  vertical-align: text-bottom;
}

.wp-block-query-pagination-numbers {
  display: flex;
  gap: 20px;
}
.wp-block-query-pagination-numbers > * {
  padding: 0 10px;
  border: 1px solid #cacaca;
}
.wp-block-query-pagination-numbers .current {
  background: #123879;
  color: #fff;
}

/*
=========================
Plugin overrides to also display in the editor
=========================
*/

/*# sourceMappingURL=style.css.map */
