/*!
Theme - Intergetik
This theme was created solely Intergetik.
*/
/* 1.0 --------------------------------- SASS settings & variables ------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*---------------------------*/
/*---------------------------*/
/* 2.0 ---------------------------------------- Reset/Normalized --------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

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

/*! 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 {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
main {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/*audio:not([controls]) {
  display: none;
  height: 0;
}*/
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/*a {
  background-color: transparent;
}*/
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/*a:active,
a:hover {
  outline: 0;
}*/
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/*abbr[title] {
  border-bottom: 1px dotted;
}*/
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/*dfn {
  font-style: italic;
}*/
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/
/**
 * Address styling not present in IE 8/9.
 */
/*mark {
  background: transparent;
  color: #000;
  border-bottom: 1px dotted #999;
}*/
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/*sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}*/
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/*img {
  border: 0;
}*/
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/*figure {
  margin: 0 0 25px;
}*/
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/*pre {
  overflow: auto;
}*/
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/*code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}*/
/* 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;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* 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%;
  margin: 0;
  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;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
	a:link,
	a:visited {
		color: inherit;
	}
}*/
small {
  font-size: 75%;
}

menu,
ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 16px 0;
  padding: 0 0 0 20px;
}

ul:not([class]) {
  padding-left: 20px;
}
ul:not([class]) li {
  margin-bottom: .5rem;
}

ul[class] li,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

.page form li {
  list-style: inside square;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  line-height: 1.1;
  margin: 0 0 20px;
  max-width: 1065px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  padding: 6px 10px 6px 0;
}

hr {
  clear: both;
  max-width: 100%;
  margin: 0 auto 30px;
}

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 -------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
@media (max-width: 599px) {
  header .wp-block-navigation {
    order: 10;
  }
}

.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
=========================
*/
/* Header - mobile padding */
@media (max-width: 400px) {
  .header {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header > .wp-block-group {
    gap: 1em;
  }
}

.wp-block-site-logo {
  min-width: 100px;
  z-index: 100001;
}

/* Header - Change when navigation block switches to mobile icon */
@media (min-width: 600px) and (max-width: 960px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block !important;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
}
.has-modal-open .wp-block-site-logo {
  position: absolute;
  top: 94px;
  left: calc(1.5vw + 15px);
}

@media (max-width: 960px) {
  header nav {
    order: 2;
  }
}
@media (max-width: 400px) {
  .has-modal-open .wp-block-site-logo {
    left: 10px;
  }
  .has-modal-open .payment-button {
    left: 41% !important;
  }
}
/* Font issues - mobile responsiveness  */
/*h1,
h1[style*='font-size:60'],
h2[style*='font-size:60'] {
	@media (max-width: 959px) {
		font-size: 40px !important;
	}
	@media (max-width: 500px) {
		font-size: 34px !important;
	}
}
*/
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;
}

/* Font family selection on most blocks */
.font-montserrat {
  font-family: 'Roboto', sans-serif;
}

.bg-dots-top-right {
  background: url(../images/pattern-gray-dots.png) no-repeat 100% 10%;
}

.partial-underline-gold::after {
  content: "";
  display: block;
  background: #FACD5A;
  width: 30px;
  height: 2px;
}

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

.entry-content > .wp-block-cover:first-child p:last-of-type {
  margin-bottom: 0;
}

/* 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) img {
    max-width: 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;
	}
}*/
/* Can't change button outline border color */
.is-style-outline.border-dark-blue .wp-block-button__link {
  border-color: #666666;
}

.img-rounded img {
  border-radius: 16px;
}

.img-offset {
  position: absolute;
  left: -160px;
  bottom: -30px;
  width: 180px;
}
@media (max-width: 781px) {
  .img-offset {
    left: 20px;
    bottom: 20px;
    width: 60px;
  }
}
.img-offset img {
  max-width: 100% !important;
}

.form-light label,
.form-light .gfield_required {
  color: #fff;
}

.contact-box .gform_wrapper.gravity-theme input[type=text],
.contact-box .gform_wrapper.gravity-theme input[type=tel],
.contact-box .gform_wrapper.gravity-theme input[type=email] {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0);
}

@media (min-width: 641px) {
  .contact-box .ficon-person,
  .contact-box .ficon-envelope {
    grid-column: span 6 !important;
  }
}

.top-box .gform_wrapper.gravity-theme input[type=text],
.top-box .gform_wrapper.gravity-theme input[type=tel],
.top-box .gform_wrapper.gravity-theme input[type=email] {
  background: #f9f9f9;
  border-color: #f9f9f9;
}

@media (max-width: 899px) {
  div.list-clients {
    flex-wrap: wrap;
  }
  div.list-clients img {
    max-width: 140px;
    margin-bottom: 25px;
  }
}

#intro .wp-block-columns {
  flex-wrap: wrap !important;
}
@media (min-width: 380px) {
  #intro .wp-block-columns > .wp-block-column:first-child {
    min-width: 320px;
  }
}

.footer-stripe::before {
  content: "";
  height: 90%;
  position: absolute;
  width: 1px;
  left: 50%;
  background: gold;
  z-index: -1;
}

@media (min-width: 782px) and (max-width: 1100px) {
  .footer-cols {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .footer-cols > .wp-block-column:nth-child(1) {
    flex-basis: 80% !important;
    max-width: 600px;
    margin: 0 auto;
  }
}
/*
=========================
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;
}

.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;
}

.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-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 */
