:root {
  --gkt-color-brand: #a45a95;
  --gkt-color-dark-gray: #3f96b4;
  --gkt-color-light-gray: #f6f4ed;
  --gkt-color-light-gray-darken: #27303d;
  --gkt-color-primary: #a45a95;
  --gkt-color-success: green;
  --gkt-color-danger: red;
  --gkt-color-warning: #f0ad4e;
  --gkt-color-info: #0092bd;
  --gkt-border-radius: 0.25rem;
  --gkt-blocks-margin-bottom: 3rem;
  /**
    * Button Block Variables
    */
}
:root .ghostkit-button-wrapper {
  --gkt-button__gap: 1rem;
}
:root .ghostkit-button {
  --gkt-button__padding-v: 0.75rem;
  --gkt-button__padding-h: 0.75rem;
  --gkt-button__line-height: 1em;
  --gkt-button__color: #fff;
  --gkt-button__background-color: var(--gkt-color-primary);
  --gkt-button__border-width: 0%;
  --gkt-button__border-color: var(--gkt-color-primary);
  --gkt-button__border-radius: 0.25rem;
  --gkt-button__outline: solid $border-width var(--gkt-color-primary);
  --gkt-button__box-shadow: $btn-box-shadow;
  --gkt-button-hover__color: #fff;
  --gkt-button-hover__background-color: #a45a95;
}
/*Accordion*/
.ghostkit-accordion {
  --gkt-accordion--content__padding-v: 1rem;
  --gkt-accordion--content__padding-h: 1rem;
}
/*Alert*/
.ghostkit-alert {
  --gkt-alert__border-radius: 0.25rem;
}
/*Carousel*/
/*Changelog*/
.ghostkit-changelog {
  --gkt-changelog--version-badge__border-radius: 0.25rem;
  --gkt-changelog--line__border-radius: 0.25rem;
}
/*Countdown*/
/*Counter-box*/
.ghostkit-counter-box {
  --gkt-counter-box__padding-v: 3rem;
  --gkt-counter-box__padding-h: 3rem;
  --gkt-counter-box__border-width: 1px;
  --gkt-counter-box__border-color: #dee2e6;
  --gkt-counter-box__border-radius: 0.25rem;
}
/*Grid*/
/*divider*/
.ghostkit-divider {
  --gkt-divider__padding-v: 3rem;
  --gkt-divider__padding-h: 0;
}
/*Form*/
.ghostkit-form {
  --gkt-form--field__gap: calc(3rem / 2);
  --gkt-form--field-row__gap: calc(3rem / 2);
  --gkt-form--errors__margin-top: calc(3rem / 2);
}
/*Google Maps*/
/*Icon Box*/
.ghostkit-icon-box {
  --gkt-icon-box__padding-v: 3rem;
  --gkt-icon-box__padding-h: 3rem;
  --gkt-icon-box__border-width: 1px;
  --gkt-icon-box__border-color: #dee2e6;
  --gkt-icon-box__border-radius: var(--gkt-border-radius);
}
/*IMG Compare*/
.ghostkit-image-compare {
  --gkt-image-compare--divider__background-color: #f6f4ed;
  --gkt-image-compare--divider-icons__color: #27303d;
  --gkt-image-compare--divider-button__background-color: #f6f4ed;
}
/*Instagram*/
.ghostkit-instagram {
  --gkt-instagram--profile__margin-bottom: 3rem;
  --gkt-instagram--photos__gap: calc(3rem / 2);
}
/*Pricing*/
.ghostkit-pricing-table {
  --gkt-pricing-table__gap: calc(3rem / 2);
  --gkt-pricing-table--item__padding-v: 3rem;
  --gkt-pricing-table--item__padding-h: 3rem;
  --gkt-pricing-table--item__border-width: 1px;
  --gkt-pricing-table--item__border-color: #dee2e6;
  --gkt-pricing-table--item__border-radius: var(--gkt-border-radius);
  --gkt-pricing-table--elements__gap: 3rem;
  --gkt-pricing-table--popular-badge__color: #fff;
  --gkt-pricing-table--popular-badge__background-color: #3f96b4;
}
/*Progress Bar*/
.ghostkit-progress {
  --gkt-progress__height: calc(3rem / 2);
  --gkt-progress--count__color: #fff;
  --gkt-progress--count__background-color: #27303d;
}
/*Tabs*/
/*Testimonial*/
.ghostkit-testimonial {
  --gkt-testimonial--stars-front__color: #f0ad4e;
}
/*Element Spacing*/
.entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) {
  margin-bottom: 3rem;
}
.entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + p, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + a, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + span, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + h1, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + h2, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + h3, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + h4, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + h5, .entry-content > [class*="ghostkit-"]:not(.ghostkit-shape-divider) + h6 {
  padding-top: calc(3rem / 2);
}
/*
*[class*="ghostkit-"]:not() {
  padding-top: 0;
  padding-bottom: 0;
}

*/
/*# sourceMappingURL=./ghostkit.css.map */