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


/* ******************************
 * 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 / Icon List Text / Other Default Text */
.dark-bg .elementor-widget-text-editor,
.dark-bg .elementor-icon-list-item .elementor-icon-list-text {
  color: var(--color-text-light) !important;
}

/* Text Links */
.dark-bg .elementor-icon-list-item a .elementor-icon-list-text {
  color: var(--color-text-light) !important;	
}
.dark-bg .elementor-icon-list-item a:hover .elementor-icon-list-text {
  color: var(--color-secondary) !important;	
}
.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;
}


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


/* ******************************
 * KICKER & TYPE CLASSES
 * *************************** */

/* ******************************
 * KICKER & TYPE CLASSES
 * *************************** */

/* JET HEADLINE — H2 KICKER */
.kicker, .h2-kicker .jet-headline__first .jet-headline__label, .h2-kicker-style h2 {
  font-size: var(--wst-kicker) !important;
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 1px !important;
  line-height: 1.5em !important;	
}
.h2-kicker .jet-headline__second .jet-headline__label {
  font-size: var(--wst-h2) !important;
	line-height: 1.2em;		
}

/* Span H2 Style */
.span-h2-style span {
    font-family: "Iquost", Sans-serif;
    font-size: clamp(36px, calc(0.75vw + 33.6px + max(0px, (100vw - 1920px) * 0.0109)), 55px);
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: -0.4px;
}

/* H2 Kicker Alt */
.h2-kicker.h2-kicker-alt .jet-headline__first .jet-headline__label {
    font-size: var(--wst-h2) !important;
    font-family: inherit !important;
	line-height: 1.2em;
}
.h2-kicker.h2-kicker-alt .jet-headline__second .jet-headline__label {
  font-size: var(--wst-kicker) !important;
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 1px;	
  line-height: 1.5em;	
}

/* JET HEADLINE — H2 SMALL KICKER */
.h2-small-kicker .jet-headline__first .jet-headline__label {
  font-size: var(--wst-kicker) !important;
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 1px;	
  line-height: 1.5em;			
}
.h2-small-kicker .jet-headline__second .jet-headline__label {
  font-size: var(--wst-h3) !important;
  line-height: 1.2em;		
}


/* *****************************
 * BORDER LEFT - add to a text element 
 * *************************** */
.text-border-left {
    border-left: 1px solid var(--color-crail);
    padding-left: var(--space-xs);
    padding: var(--space-0-5) 0 var(--space-0-5) var(--space-xs) !important;
}

@media (max-width: 767px) {
	.text-border-left {
	    border-top: 1px solid var(--color-crail);
		border-left: 0;
	    padding: var(--space-1) 0 0 0 !important;
	}
}


/* ******************************
 * LIST STYLES — TEXT EDITOR
 * *************************** */
.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  list-style-position: outside;
}
.elementor-widget-text-editor ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: var(--space-0-5);
  line-height: 1.6;
}
.elementor-widget-text-editor ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-radius: 0;
  border-left: 2px solid var(--color-crail);
  border-bottom: 2px solid var(--color-crail);
  transform: rotate(-45deg);
}


/* Centered list (mobile) */
@media (max-width: 767px) {
  .elementor-widget-text-editor ul li {
    padding-left: 0;
    padding-bottom: 1em;
    text-align: center;
  }
  .elementor-widget-text-editor ul li::before {
    bottom:3px;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);	  
  }
  .elementor-widget-text-editor ul li:last-child::before {
    display: none;
  }
}


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


/* ******************************
 * STYLED LIST
 * *************************** */
.styled-list ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    columns: 1 !important;
    column-gap: var(--space-md) !important;
}
.styled-list ul li {
    position: relative !important;
    padding: var(--space-xs) 0 var(--space-xs) var(--space-xs) !important;
    margin-bottom: var(--space-xs) !important;
    border-left: 3px solid var(--color-crail) !important;
    break-inside: avoid !important;
    font-size: var(--wst-body-text-md) !important;
}


/* ******************************
 * GRID LIST - like Home
 * *************************** */
.grid-list .elementor-widget-text-editor {
    padding: var(--space-xs) 0 var(--space-xs) var(--space-xs) !important;
    margin-bottom: var(--space-xs) !important;
    border-left: 1px solid var(--color-crail) !important;
    break-inside: avoid !important;
    font-size: var(--wst-body-text-md) !important;    
}