/* **********************************************************
 * GENERAL STYLES
 * ******************************************************** */


/* ******************************
 * GENERAL TEXT TWEAKS
 * *************************** */
h1, h1 a, h2, h2 a, h3, h3 {

}
h4, h4 a, h5, h5 a  {

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: ;
}
.jupiterx-widget .card-title, 
.jupiterx-widget .widgettitle,
h2.jupiterx-post-related-label {
	font-size: 1.75rem !important;
}
.elementor-text-editor ul, .elementor-text-editor ol {
    margin-top: 2rem;
}
a:focus,
a:visited {
	color: ;
}
.white-text h1, .white-text h1 a, .white-text h2, .white-text h2 a, .white-text h3, .white-text h3 a, .white-text h4, .white-text h4 a, .white-text h5, .white-text h5 a, .white-text h6, .white-text h6 a, .white-text p, .white-text, .white-link a, .hover-white a:hover, .dark-bg-white-links a {
	color: #fff !important;
}


/* ******************************
 * BUTTON ALTERNATE COLORS
 * *************************** */
.button-alt .elementor-button {
  background-color: var(--color-secondary) !important;
}
.button-alt .elementor-button:hover {
  background-color: var(--color-secondary-light) !important;
}

/* Button — Outline */
.button-outline .elementor-button {
  background-color: transparent !important;
  border-radius: 6px;
  border: 1px solid var(--color-ebony-clay) !important;
  color: var(--color-neutral-darkest) !important;
}
.button-outline .elementor-button:hover {
  background-color: var(--color-woodland-lighter) !important;
  border: 1px solid var(--color-woodland) !important;
}

/* ******************************
 * DARK BACKGROUND - ELEMENT STYLES
 * *************************** */
/* TEXT */
/* Headings */
.dark-bg .elementor-heading-title {
  color: var(--color-text-light) !important;
}
.dark-bg .jet-headline span {
  color: var(--color-text-light) !important;
}

/* Body Text */
.dark-bg .elementor-widget-text-editor {
  color: var(--color-text-light) !important;
}

/* Text Links */
.dark-bg .elementor-widget-text-editor a,
.dark-bg .elementor-heading-title a {
  color: var(--color-secondary) !important;
}
.dark-bg .elementor-widget-text-editor a:hover,
.dark-bg .elementor-heading-title a:hover {
  color: var(--color-secondary-light) !important;
}

/* BUTTONS */
/* Button - Default */
.dark-bg .elementor-button {
  background-color: var(--color-secondary) !important;
}
.dark-bg .elementor-button:hover {
  background-color: var(--color-secondary-light) !important;
}

/* Button - Alt */
.dark-bg .button-alt  .elementor-button {
  background-color: var(--color-secondary-light) !important;
}
.dark-bg .button-alt  .elementor-button:hover {
  background-color: var(--color-secondary) !important;
}

/* Button - Outline */
.dark-bg .button-outline .elementor-button {
  background-color: transparent !important;
  border: 1px solid var(--color-outline-border) !important;
}
.dark-bg .button-outline .elementor-button:hover {
  background-color: var(--color-secondary-alpha) !important;
  border: 1px solid var(--color-outline-border) !important;
}


/* ******************************
 * TEXT SIZE UTILITY CLASSES
 * *************************** */
.text-large, .text-large span, .text-large p, .text-large a {
  font-size: var(--wst-body-text-lg) !important;
}
.text-medium, .text-medium span, .text-medium p, .text-medium a {
  font-size: var(--wst-body-text-md) !important;
}
.text-regular, .text-regular span, .text-regular p, .text-regular a {
  font-size: var(--wst-body-text) !important;
}
.text-small, .text-small span, .text-small p, .text-small a {
  font-size: var(--wst-body-text-sm) !important;
}
.text-tiny, .text-tiny span, .text-tiny p, .text-tiny a {
  font-size: var(--wst-body-text-xs) !important;
}  


/* ******************************
 * JET HEADLINE — H2 KICKER
 * *************************** */
.kicker,
.h2-kicker .jet-headline__first .jet-headline__label {
  font-size: var(--wst-h2-kicker) !important;
}
.h2-kicker .jet-headline__second .jet-headline__label {
  font-size: var(--wst-h2) !important;
}  

/* H2 Kicker Alt - swap H2 large first, Kicker size secondd */
.h2-kicker.h2-kicker-alt .jet-headline__first .jet-headline__label {
  font-size: var(--wst-h2) !important;
}
.h2-kicker.h2-kicker-alt .jet-headline__second .jet-headline__label {
  font-size: var(--wst-kicker) !important;
}


/* ******************************
 * JET HEADLINE — H2 SMALL KICKER
 * *************************** 
.h2-small-kicker .jet-headline__first .jet-headline__label {
  font-size: var(--wst-h2-small-kicker) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  line-height: 1.1em !important;
}
.h2-small-kicker .jet-headline__second .jet-headline__label {
  font-size: var(--wst-h2-small) !important;
}  */


/* *****************************
 * DEFAULT PAGE CONTENT SPACING - like Privacy & Terms
 * *************************** */
.page-template-default .jupiterx-post-content h2 {
  margin-bottom: 1rem;
}
.page-template-default .jupiterx-post-content h3,
.page-template-default .jupiterx-post-content h4,
.page-template-default .jupiterx-post-content h5,
.page-template-default .jupiterx-post-content h6 {
  margin-top: 3rem;
}


/* ******************************
 * MARGINS
 * *************************** */
.margin-bottom-0,
.elementor-widget-text-editor.margin-bottom-0 p,
.elementor-widget-heading.margin-bottom-0,
.margin-bottom-0.elementor-widget:not(:last-child)  {
    margin-bottom: 0 !important;
}
.elementor-widget-text-editor, 
.elementor-widget-raven-heading {
    margin-bottom: ;
}


/* ******************************
 * TRANSITIONS - Extra Settings if Needed
 * *************************** */
a,
.jet-menu .jet-menu-item .top-level-link, 
li.elementor-icon-list-item a,
li.elementor-icon-list-item i,
li.elementor-icon-list-item span.elementor-icon-list-text,
.jet-mobile-menu__item .jet-menu-label,
.elementor-social-icon i,
.jet-mega-menu-item__link,
.jet-mega-menu-item__title {
    transition-property: color;
    transition-duration: 0.5s;
}
.elementor-kit-7 button,
.elementor-button,
.gform_wrapper .gform_footer input[type=submit] {
    transition: all 0.5s ease !important;
}
.elementor-button.elementor-animation-grow {
    transition: all 0.5s ease !important;
}


/* ******************************
 * FOCUS - SET TO SITE COLORS
 * *************************** */
:focus-visible {
    outline: #eee auto 1px !important;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:focus, .btn.focus, 
.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit.focus, .woocommerce a.button:focus, .woocommerce a.button.focus, .woocommerce button.button:focus, .woocommerce button.button.focus, .woocommerce input.button:focus, .woocommerce input.button.focus, .woocommerce .jupiterx-wc-loadmore:focus, .woocommerce .jupiterx-wc-loadmore.focus,
.woocommerce-page .jupiterx-primary input:not(.jet-range__slider__input):focus, .woocommerce-page .jupiterx-primary textarea:focus, .woocommerce-page .jupiterx-primary select:focus, .woocommerce form input:not(.jet-range__slider__input):focus, .woocommerce form textarea:focus, .woocommerce form select:focus,
.jupiterx-widget.widget_search .form-control:focus,
form.jupiterx-search-form input.form-control {
    box-shadow: inset 0px 0px 3px #ccc !important;
	border-color: #aaa;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: ;
    border-color: ;	
}
.btn-primary:focus, 
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: inset 0px 0px 3px #ccc !important;
}
