@charset "UTF-8";
/*
Theme Name:   NPC Child Theme
Theme URI: http://neonpig.com/
Description:  A NPC child theme
Author:       Neon Pig Creative
Author URI:   https://neonpig.com
Template:     npc
Version:      1.0.0
*/
div.color.bkg.colorA {
  background: var(--e-global-color-primary);
}

div.color.bkg.colorB {
  background: var(--e-global-color-secondary);
}

div.color.bkg.colorC {
  background: var(--e-global-color-text);
}

div.color.bkg.colorD {
  background: var(--e-global-color-accent);
}

div.color.bkg.colorE {
  background: var(--e-global-color-28ac875);
}

div.color.bkg.colorF {
  background: var(--e-global-color-5598db8);
}

div.color.bkg.colorG {
  background: var(--e-global-color-66db463);
}

div.color.bkg.colorH {
  background: var(--e-global-color-dc9ad1d);
  color: white;
}

div.color.bkg.colorI {
  background: var(--e-global-color-f7ed1e9);
  color: black;
}

/****************************************

SECTION PADDING – DEFAULTS
Default padding for sections.

*****************************************/
:root {
  --section-padding-side: 0px;
  --section-padding-default: 24px;
  --section-padding-small: 48px;
  --section-padding-medium: 96px;
  --section-padding-large: 192px;
  --section-padding-xl: 288px;
  --section-padding-xxl: calc(288px + 5%);
}

@media (max-width: 1023px) {
  :root {
    --section-padding-side: 24px;
    --section-padding-default: 24px;
    --section-padding-small: 32px;
    --section-padding-medium: 64px;
    --section-padding-large: 96px;
    --section-padding-xl: 112px;
    --section-padding-xxl: calc(112px + 5%);
  }
}

@media (max-width: 650px) {
  :root {
    --section-padding-side: 24px;
    --section-padding-default: 32px;
    --section-padding-small: 32px;
    --section-padding-medium: 32px;
    --section-padding-large: 32px;
    --section-padding-xl: 32px;
    --section-padding-xxl: 32px;
  }
}

.section-default-pad:not(.disable-ele) {
  padding: var(--section-padding-default) 0px;
}

@media (max-width: 1120px) {
  .section-default-pad:not(.disable-ele) {
    padding: 16px 24px;
  }
}

/****************************************

ELEMENTOR COLUMN GAPS

*****************************************/
:root {
  --column-gap-default: 0px 24px;
  --column-gap-narrow: 0px 8px;
  --column-gap-extended: 0px 32px;
  --column-gap-wide: 0px 64px;
  --column-gap-wider: 0px 96px;
}

@media (max-width: 1023px) {
  :root {
    --column-gap-default: 0px 24px;
    --column-gap-narrow: 0px 8px;
    --column-gap-extended: 0px 32px;
    --column-gap-wide: 0px 64px;
    --column-gap-wider: 0px 96px;
  }
}

@media (max-width: 650px) {
  :root {
    --column-gap-default: 0px 0px;
    --column-gap-narrow: 0px 0px;
    --column-gap-extended: 0px 0px;
    --column-gap-wide: 0px 0px;
    --column-gap-wider: 0px 0px;
  }
}

.elementor-column-gap-default.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-default);
}

.elementor-column-gap-narrow.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-narrow);
}

.elementor-column-gap-extended.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-extended);
}

.elementor-column-gap-wide.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-wide);
}

.elementor-column-gap-wider.elementor-container > .elementor-column > .elementor-element-populated {
  padding: var(--column-gap-wider);
}

/*********************

BUTTONS

Used to override Elementor's button styles
Perfect for changing button styles using Elementor's built-in button types
Comment code out to remove changes

*********************/
.elementor-button-c-warning .elementor-button:after,
.elementor-button-c-info .elementor-button,
.elementor-widget-button .elementor-button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.elementor-widget-button a {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-f7ed1e9);
}

.elementor-widget-button a:hover {
  background: var(--e-global-color-secondary);
}

.elementor-widget-button.btn-narrow-width a {
  min-width: 216px;
}

.elementor-widget-button.btn-narrow-width span.elementor-button-content-wrapper {
  max-width: 112px;
  display: block;
  margin: 0px auto;
}

.elementor-widget-button.elementor-button-c-info a {
  background: var(--e-global-color-secondary);
  color: white;
}

.elementor-widget-button.elementor-button-c-success a {
  background: var(--e-global-color-text);
}

.elementor-widget-button.elementor-button-c-warning a:hover {
  color: white;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--e-global-color-dc9ad1d);
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  clear: both;
  word-break: keep-all;
  overflow-wrap: normal;
}

h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
  font-size: 3vw !important;
  font-family: "Lexend Mega", sans-serif;
  text-transform: uppercase;
  font-weight: 400 !important;
}

h1.elementor-heading-title span,
h2.elementor-heading-title span,
h3.elementor-heading-title span,
h4.elementor-heading-title span,
h5.elementor-heading-title span,
h6.elementor-heading-title span {
  font-weight: 600 !important;
}

@media (max-width: 1023px) {
  h1.elementor-heading-title,
  h2.elementor-heading-title,
  h3.elementor-heading-title,
  h4.elementor-heading-title,
  h5.elementor-heading-title,
  h6.elementor-heading-title {
    font-size: 36px !important;
  }
}

@media (max-width: 650px) {
  h1.elementor-heading-title,
  h2.elementor-heading-title,
  h3.elementor-heading-title,
  h4.elementor-heading-title,
  h5.elementor-heading-title,
  h6.elementor-heading-title {
    font-size: 24px !important;
  }
}

.heading-style-a .elementor-heading-title {
  color: var(--e-global-color-primary);
  font-size: 6.5vw !important;
  font-family: "Lexend Mega", sans-serif;
  font-weight: 100 !important;
}

@media (max-width: 1023px) {
  .heading-style-a .elementor-heading-title {
    font-size: 8vw !important;
  }
}

@media (max-width: 650px) {
  .heading-style-a .elementor-heading-title {
    font-size: 10vw !important;
  }
}

.heading-style-b .elementor-heading-title {
  font-size: 2vw !important;
}

@media (max-width: 1023px) {
  .heading-style-b .elementor-heading-title {
    font-size: 6vw !important;
  }
}

@media (max-width: 650px) {
  .heading-style-b .elementor-heading-title {
    font-size: 8vw !important;
  }
}

.heading-style-c .elementor-heading-title {
  color: var(--e-global-color-text);
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

hr {
  background-color: var(--e-global-color-primary);
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

.emphasized-text {
  font-style: italic;
}

.emphasized-text strong, .emphasized-text b {
  color: var(--e-global-color-primary);
}

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

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

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

big {
  font-size: 125%;
}

ul,
ol {
  padding: 0;
  margin-top: 0px;
}

.elementor-widget-text-editor ul,
.elementor-tab-content ul, .elementor-widget-text-editor
ol,
.elementor-tab-content
ol {
  padding-left: 32px;
}

.elementor-widget .elementor-widget-text-editor ul li, .elementor-widget ul.elementor-icon-list-items li, .elementor-widget .elementor-widget-text-editor
ol li, .elementor-widget
ol.elementor-icon-list-items li {
  margin-bottom: 8px;
}

.elementor-widget-text-editor ul li, ul.elementor-icon-list-items li, .elementor-widget-text-editor
ol li,
ol.elementor-icon-list-items li {
  margin-bottom: 8px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a {
  color: var(--e-global-color-primary);
}

a:visited {
  color: var(--e-global-color-primary);
}

a:hover, a:focus, a:active {
  color: var(--e-global-color-primary);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-f7ed1e9);
  line-height: 1;
  padding: 4px 8px;
  outline: none;
  border: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--e-global-color-secondary);
}

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 {
  border-color: #aaa #bbb #bbb;
}

div.page button, div.page
input[type="button"], div.page
input[type="reset"], div.page
input[type="submit"] {
  margin-bottom: 10px;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

hr {
  color: var(--e-global-color-primary);
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid var(--e-global-color-primary);
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--e-global-color-primary);
}

.typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
.typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
  color: var(--e-global-color-primary);
}

.typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
.typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
  font-size: 26px;
}

@media screen and (min-width: 1024px) {
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
    font-size: calc(26px + 30 * ((100vw - 1024px) / 576));
  }
}

@media screen and (min-width: 1600px) {
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
    font-size: 56px;
  }
}

div.elementor-widget-image.image-style-a img {
  -webkit-box-shadow: 0px 0px 15px var(--e-global-color-primary);
          box-shadow: 0px 0px 15px var(--e-global-color-primary);
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid var(--e-global-color-primary);
  margin-top: 16px;
}

div.elementor-widget-image.image-style-b img {
  -webkit-box-shadow: 0px 0px 15px var(--e-global-color-secondary);
          box-shadow: 0px 0px 15px var(--e-global-color-secondary);
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid var(--e-global-color-secondary);
  margin-top: 16px;
}

div.elementor-widget-image.image-style-c img {
  -webkit-box-shadow: 0px 0px 15px var(--e-global-color-text);
          box-shadow: 0px 0px 15px var(--e-global-color-text);
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid var(--e-global-color-text);
  margin-top: 16px;
}

div.elementor-widget-image.image-style-d img {
  -webkit-box-shadow: 0px 0px 15px var(--e-global-color-accent);
          box-shadow: 0px 0px 15px var(--e-global-color-accent);
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid var(--e-global-color-accent);
  margin-top: 16px;
}

/****************************************

4. COLUMN CARDS

Helper classes applied to Elementor columns to make them appear as cards.

*****************************************/
.elementor-container > .elementor-column.card > .elementor-element-populated {
  background: #fff;
  border: 6px solid var(--e-global-color-text);
  border-radius: 0px;
}

.elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
  margin: 16px;
  padding: 32px;
}

@media (max-width: 1024px) {
  .elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 16px;
    padding: 24px;
  }
}

@media (max-width: 1023px) {
  .elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 16px 16px;
    padding: 32px;
  }
}

@media (max-width: 650px) {
  .elementor-column-gap-default.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 16px 0;
    padding: 32px;
  }
}

.elementor-column-gap-narrow.elementor-container > .elementor-column.card > .elementor-element-populated {
  margin: 8px;
  padding: 32px;
}

@media (max-width: 1024px) {
  .elementor-column-gap-narrow.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 8px;
    padding: 24px;
  }
}

@media (max-width: 1023px) {
  .elementor-column-gap-narrow.elementor-container > .elementor-column.card > .elementor-element-populated {
    margin: 8px 0;
    padding: 24px;
  }
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
}

body::-webkit-scrollbar-track {
  background: var(--e-global-color-secondary);
}

body {
  scrollbar-face-color: var(--e-global-color-primary);
  scrollbar-track-color: var(--e-global-color-secondary);
}

body * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

body *::-moz-selection {
  background-color: var(--e-global-color-primary);
  /* WebKit/Blink Browsers */
  color: white;
}

body *::selection {
  background-color: var(--e-global-color-primary);
  /* WebKit/Blink Browsers */
  color: white;
}

header.mainHeader {
  z-index: 5000;
}

header.mainHeader nav ul li.btn a {
  background-color: #64818C;
  color: white !important;
}

header.mainHeader nav ul li.btn a:hover {
  background-color: #EBD6B9 !important;
  color: #65655F !important;
}

header.mainHeader svg.menuToggle {
  fill: var(--e-global-color-primary);
}

header.mainHeader.scroll-active {
  background-color: #fff !important;
  -webkit-box-shadow: 3px 3px 6px #00000033;
          box-shadow: 3px 3px 6px #00000033;
}

header.mainHeader.scroll-active svg.menuToggle {
  fill: var(--e-global-color-text);
}

header.internalHeader {
  z-index: 5000;
}

header.internalHeader.scroll-active {
  background: var(--e-global-color-text) !important;
}

header.internalHeader.scroll-active nav ul li.btn a {
  background-color: #64818C;
  color: white !important;
}

header.internalHeader.scroll-active nav ul li.btn a:hover {
  background-color: #EBD6B9 !important;
  color: #65655F !important;
}

div#cookie-law-info-bar {
  max-width: 95%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: var(--e-global-color-text) !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
}

div#cookie-law-info-bar * {
  color: white;
}

div#cookie-law-info-bar a.wt-cli-accept-all-btn {
  background-color: var(--e-global-color-secondary) !important;
}

@media (max-width: 650px) {
  div#cookie-law-info-bar {
    max-width: 100%;
  }
}

section.toTop {
  position: fixed;
  right: 64px;
  bottom: 0px;
  max-width: 30px;
}

section.toTop div.elementor-widget-wrap {
  padding: 0px !important;
}

section.toTop * {
  padding: 0px;
  font-size: 20px;
  color: var(--e-global-color-primary);
}

@media (min-width: 1023px) {
  div.search-filter-results div.resultsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

form.searchandfilter input, form.searchandfilter textarea, form.searchandfilter select {
  border: 2px solid var(--e-global-color-primary);
  padding: 8px 16px;
  min-height: 48px;
  border-radius: 0px;
  outline: none !important;
}

form.searchandfilter input:focus, form.searchandfilter textarea:focus, form.searchandfilter select:focus {
  border: 2px solid var(--e-global-color-secondary);
}

@media (min-width: 1023px) {
  form.searchandfilter ul li {
    display: inline-block;
    margin-right: 8px;
  }
}

div.elementor-form-fields-wrapper input, div.elementor-form-fields-wrapper textarea {
  padding: 16px;
}

div.outer {
  height: 60vh;
  position: relative;
  background: #F0EEED;
}

@media (max-width: 1023px) {
  div.outer {
    height: 52vh !important;
    position: relative !important;
    background: #F0EEED !important;
    margin: 33px !important;
  }
}

@media (max-width: 650px) {
  div.outer {
    height: 53vh !important;
    position: relative !important;
    background: #F0EEED !important;
    margin: 24px !important;
  }
}

div.outer-2 {
  height: 45vh;
  position: relative;
  background: #F0EEED;
}

@media (max-width: 1023px) {
  div.outer-2 {
    height: 275px !important;
    position: relative !important;
    background: #F0EEED !important;
    margin: 33px !important;
  }
}

@media (max-width: 650px) {
  div.outer-2 {
    height: 275px !important;
    position: relative !important;
    background: #F0EEED !important;
    margin: 24px !important;
  }
}

section.inner {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  border: 2px solid #A66F56 !important;
  top: -20px !important;
  left: -20px !important;
  z-index: 10 !important;
}

@media (max-width: 1023px) {
  section.inner {
    position: absolute !important;
    border: 2px solid #A66F56 !important;
    top: -18px !important;
    left: -16px !important;
    z-index: 10 !important;
    margin: 35px !important;
    padding: 28px !important;
  }
}

@media (max-width: 650px) {
  section.inner {
    position: absolute !important;
    border: 2px solid #A66F56 !important;
    top: -20px !important;
    left: -20px !important;
    z-index: 10 !important;
    padding: 20px !important;
  }
}

@media (max-width: 1023px) {
  section.mobileOverflow {
    overflow-x: hidden !important;
  }
}

div.mobileNav ul.elementor-nav-menu li a {
  border-left: #E2DFDA 10px solid;
}

div.mobileNav ul.elementor-nav-menu li a:hover {
  background: #F0EEED;
  border-left: #64818C 10px solid;
  text-decoration: none !important;
}

div.mobileNav ul.elementor-nav-menu ul.sub-menu {
  display: auto;
  z-index: 110;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-left: 0% !important;
  margin-top: 10px !important;
  width: 100% !important;
}

div.mobileNav ul.elementor-nav-menu ul.sub-menu li {
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

div.mobileNav ul.elementor-nav-menu ul.sub-menu li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100% !important;
}
