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

/* DEFAULT PAGE TEMPLATE AND BLOG Heading Sizes */
.elementor-kit-7.single-post .elementor-widget-theme-post-content h1,
.page-template-default h1.wp-block-heading,
.page-template-default .jupiterx-main-header-post-title {
	font-size: clamp(38px, calc(38px + (60 - 38) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw) !important;
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h2,
.page-template-default h2.wp-block-heading {
	font-size: clamp(34px, calc(34px + (50 - 34) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h3,
.page-template-default h3.wp-block-heading {
	font-size: clamp(30px, calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h4,
.page-template-default h4.wp-block-heading {
	font-size: clamp(27px, calc(27px + (35 - 27) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h5,
.page-template-default h5.wp-block-heading {
	font-size: clamp(24px, calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}
.elementor-kit-7.single-post .elementor-widget-theme-post-content h6,
.page-template-default h6.wp-block-heading {
	font-size: clamp(20px, calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw);	
}

.elementor-kit-7.single-post .elementor-widget-theme-post-content h2:not(:first-of-type),
.page-template-default h2.wp-block-heading:not(:first-of-type) {
	margin-top: 4rem;
}

.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 {
	color: #fff !important;
}

/* TEXT LINKS */
.elementor-widget-text-editor a,
.elementor-heading-title a,
.fancy-link a {
  color: transparent;
  background: linear-gradient(to right, #0033cc 20%, #003366 75%, #0033cc 87%,  #003366 100%);
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  text-decoration: none;
  transition: background-position 1.0s ease-in-out;
}
.elementor-widget-text-editor a:hover,
.elementor-heading-title a:hover,
.fancy-link a:hover {
  background-position: 100% 0;
}

/* Alternative Link Color for Light BGs */
.alt-link.elementor-widget-text-editor a,
.alt-link.elementor-heading-title a,
.alt-link.fancy-link a {
  color: transparent;
  background: linear-gradient(to right, #003366 20%, #0033cc 75%, #003366 87%, #0033cc 100%);
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent !important;
  display: inline-block;
  text-decoration: none;
  transition: background-position 1.0s ease-in-out;

}
.alt-link.elementor-widget-text-editor a:hover,
.alt-link.elementor-heading-title a:hover,
.alt-link.fancy-link a:hover {
  background-position: 100% 0;
}

/* Dark BG */
.dark-bg .elementor-widget-text-editor a,
.dark-bg .elementor-heading-title a,
.dark-bg .fancy-link a,
.elementor-icon-box-title a,
.page-template-default .breadcrumb-item a span,
.dark-bg.upcoming-trip .single-event-shortocde .elementor-shortcode a:first-of-type {
  color: transparent; 
  background: linear-gradient(to right, #ccccff 20%, #FFF 75%, #ccccff 87%,  #FFF 100%);
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  text-decoration: none;
  transition: background-position 1.0s ease-in-out;	
}
.dark-bg .elementor-widget-text-editor a:hover,
.dark-bg .elementor-heading-title a:hover,
.dark-bg .fancy-link a:hover,
.elementor-icon-box-title a:hover,
.page-template-default .breadcrumb-item a span:hover,
.dark-bg.upcoming-trip .single-event-shortocde .elementor-shortcode a:first-of-type:hover {
  background-position: 100% 0;
}


/* Dark BG Alt - White to Purple */
.dark-bg-alt .elementor-widget-text-editor a,
.dark-bg-alt .elementor-heading-title a,
.dark-bg-alt .fancy-link a,
.footer-wrapper .elementor-icon-list-item a,
summary.e-n-accordion-item-title .e-n-accordion-item-title-text,
summary.e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text {
  color: transparent; 
  background: linear-gradient(to right, #FFF 20%, #ccccff 75%, #FFF 87%,  #ccccff 100%);
  background-size: 400% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  text-decoration: none;
  transition: background-position 1.0s ease-in-out;	
}
.dark-bg-alt .elementor-widget-text-editor a:hover,
.dark-bg-alt .elementor-heading-title a:hover,
.dark-bg-alt .fancy-link a:hover,
.footer-wrapper .elementor-icon-list-item a:hover,
summary.e-n-accordion-item-title .e-n-accordion-item-title-text:hover,
summary.e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-text:hover {
  background-position: 100% 0;
}


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