/* Custom CSS */

/* *****************************
	COLORS & FONTS
 * *****************************
FONTS Inria / Open Sans 

2025 NEW COLORS
Primary Dark Blue #303B49
Secondary Light Blue #75A2BB
Text #303B49
Accent #75A2BB
Darkest Blue #303B49

ORIGINAL COLORS
Primary #54677a
Secondary #75a2bb
Text #54677a
Accent #3e76b2

Light Blue #75a2bb - Logo Fence
Blue #3e76b2
Dark Blue #54677a - Logo Text
Darkest Blue #333E4A

White #fff
Lightest Gray #eee
Light Gray #aaa
Gray #555
Dark Gray #222
Black #000
 * *************************** */


/* *****************************
 * THEME REM FONT OVERRIDES
 * *************************** */
/* VW, VH, REM, PERCENT - change any pixels to rem for padding */
/* Fonts */
html {
	font-size: 0.83vw;
}
body.elementor-kit-7412 {
	font-size: clamp(16px, 1.13rem, 1.13rem);
}


/* *****************************
 * LAYOUT SPECIFIC TWEAKS
 * *************************** */
/* Site Settings > Layout */
.jupiterx-main-header .container,
.archive .jupiterx-main .page-title-bar .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.page-template-default .jupiterx-main-header .container,
.post-template-default .jupiterx-main-header .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;		
}
.jupiterx-main-header .container,
.elementor-section.elementor-section-boxed>.elementor-container,
.page-template-default .container,
.post-template-default .container,
.product-template-default .container,
.error404 .container,
.container {
	max-width: 105rem !important;
	padding-left: 0;
	padding-right: 0;
}
.jupiterx-main-content > .container > .row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/*  OVERRIDE THE ELEMENTOR DEFAULT 10px
 * CHANGED FROM padding-left: 0 !important; padding-right: 0 !important; to PADDING: 0; so you can still set Column paddings in Elementor, useful for 2 or more column layouts */
.page-template-full-width .jupiterx-main .news-landing.elementor-section.elementor-section-boxed > .elementor-container,
.jupiterx-main .elementor-column-gap-default>.elementor-column>.elementor-element-populated, 
.woocommerce .jupiterx-main-content {
    padding: 0;	
}

/* The page-template-full-width is for Elementor Styled Pages */
.page-template-full-width .jupiterx-main .elementor-section.elementor-section-boxed > .elementor-container,
.page-template-default #jupiterx-primary,
.page-template-default .jupiterx-sidebar,
.post-template-default #jupiterx-primary,
.post-template-default .jupiterx-sidebar,
.product-template-default #jupiterx-primary,
.product-template-default .jupiterx-sidebar,
.archive #jupiterx-primary, 
.archive .jupiterx-sidebar,
.news-landing #jupiterx-primary, 
.news-landing .jupiterx-sidebar,
.error404 #jupiterx-primary, 
.error404 .jupiterx-sidebar {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.page-template-default .jupiterx-main-content,
.post-template-default .jupiterx-main-content,
.single-product .jupiterx-main-content {
	padding: 5rem 0;
}

/* ARCHIVE & GRID */
/* .archive .jupiterx-sidebar {
	width: 25% !important;
} */
.archive .jupiterx-sidebar .jupiterx-sidebar {  /* WooComm Templates Search Sidebar */
    padding-left: 0 !important;
    padding-right: 0 !important;	
	width: 100% !important;
}
.archive .raven-grid,
.news-landing .raven-grid {
	margin: auto !important;
}
.archive .raven-grid-item,
.news-landing .raven-grid-item {
	padding-left: 0;
	padding-right: 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: ;
}


/* SECTION WITH 2 COLS w/ROWS IN EACH & 1 ROW IS FULL WIDTH
 * IMPORTANT!!! Change WIDTH BELOW to the TO THE MAX-WIDTH REM ADDED ABOVE in Site Settings > Layout! */
.wst-boxed__left-col-margin {
	max-width: calc((105rem / 2) - 4rem); /* need to take out the 2rem padding on each side */
	margin-left: auto;
}
.wst-full__left-col-margin {
	max-width: calc(105rem / 2);
	margin-left: auto;
}
.wst-boxed__right-col-margin{
	max-width: calc((105rem / 2) - 4rem); /* need to take out the 2rem padding on each side */
	margin-right: auto;
}
.wst-full__right-col-margin{
	max-width: calc(105rem / 2);
	margin-right: auto;
}
@media (max-width: 1024px){
	.wst-boxed__left-col-margin,
	.wst-full__left-col-margin,
	.wst-boxed__right-col-margin,
	.wst-full__right-col-margin {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}

/* SECTION CONTENT COLUMNS with INNER SECTION with PADDED COLUMNS e.g. Demo Pg Services We Offer Cols */
.jupiterx-main .section-content-cols .elementor-section.elementor-section-boxed > .elementor-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container,
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container .inner-section-padded-cols .elementor-container {
	max-width: 77rem !important;
}
.inner-section-padded-cols {
    margin-left: -1rem; 
    margin-right: -1rem;	
}

/* PADDING & MARGINS */
.element-margin-bottom-0.elementor-element {
	margin-bottom: 0 !important;	
}

/* DEFAULT PAGES HEADER */
/* FOR STICKY HEADER - Header */
.jupiterx-header-sticky .jupiterx-site {
  padding-top: 0 !important;
}

/* FOR FIXED HEADER - Add Top Margin to Regular Pages if Header is Overlapping Content
.error404 .jupiterx-main,
.search .jupiterx-main,
.archive .jupiterx-site .jupiterx-main,
.page-template-default .jupiterx-main,
.post-template-default .jupiterx-main,
.woocommerce-page  .jupiterx-main {
	margin-top: 8.65rem !important;
}   
.archive.woocommerce .jupiterx-main {
	margin-top: 0 !important;
}
.woocommerce-page .jupiterx-site {
	padding-top: 0rem !important;
}     */

/* FIXED HEADER Override Top Padding - ADJUST OR COMMENT OUT IF NEED BE - CHECK Desktop, 768px, Mobile
Set Height here for FIXED Toolbar + FIXED Header Sections Below
Set Customize > Header to Fixed
No Overlap Padding Below = Toolbar + Header min-height
.jupiterx-site {
	padding-top: 0rem !important;
}   */


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

}
h4, h4 a, h5, h5a  {

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: ;
}
.terminology h3 {
	margin-top: 3rem;
	font-size: 2rem!important;
}
.raven-breadcrumbs .breadcrumb {
    justify-content: flex-start;
}
.jupiterx-widget .card-title, 
.jupiterx-widget .widgettitle,
h2.jupiterx-post-related-label {
	font-size: 1.75rem !important;
}

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 a, .white-text p, 
.white-text,
.dark-bg p.elementor-image-box-description a:hover,
.dark-bg .elementor-widget-text-editor a:hover,
.dark-bg .jet-carousel__item-text a:hover {
	color: #fff !important;
}

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


/* *****************************
 * FIXED BACKGROUND - OVERRIDE SO ALSO FIXED ON MOBILE
 * Add the class bg-fixed to the section - adjust as needed
 * *************************** */
.bg-fixed,
.bg-fixed .elementor-background-overlay,
.bg-fixed:before {
    background-attachment: fixed !important;
    transform: translateZ(1);
}
.ios .bg-fixed,
.ios .bg-fixed .elementor-background-overlay,
.ios .bg-fixed:before {
    background-attachment: scroll !important;
    transform: translateZ(0); /* This can help with rendering */
}
html:not(.ios) .bg-fixed,
html:not(.ios) .bg-fixed .elementor-background-overlay,
html:not(.ios) .bg-fixed:before {
    background-attachment: fixed !important;
}
@media (max-width: 1040px) {
	.mac .bg-fixed,
	.mac .bg-fixed .elementor-background-overlay,
	.mac .bg-fixed:before,
	.ios .bg-fixed,
	.ios .bg-fixed .elementor-background-overlay,
	.ios .bg-fixed:before {
		background-attachment: scroll !important;
		transform: translateZ(0);
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
}


/* ******************************
 * FIXED BACKGROUND - APPLE LANDSCAPE TWEAK
 * *************************** */
/* SAFARI */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit.e--ua-safari .elementor-element.e-con::before {
        background-attachment: intial !important;
    }
}

/* OTHERS */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit .elementor-element.e-con::before {
       background-attachment: initial !important;
    }
}



/* ******************************
 * 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;
}
.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 {
    outline: #eee auto 1px !important;
    box-shadow: inset 0px 0px 5px #222 !important;
}
.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 5px #222 !important;
}

/* SIDEBAR TWEAKS */
.cta-schedule-free-consultation-image {
	max-width: 450px;
}
.cta-schedule-free-consultation-image img {
	max-width: 100%;
	height: auto;
}
.jupiterx-sidebar h3 {
	font-size: 1.75rem !important;
}
.jupiterx-sidebar .widget_gform_widget,
.jupiterx-sidebar .jupiterx-widget.block-5, 
.jupiterx-sidebar .jupiterx-widget.block-6 {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}


/* FORMS */
.ios input {
	font-size: 16px !important;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	border: 1px solid #ccc;	
}
input[type=submit] {
    font-size: 1.125rem !important;
    font-weight: 400;
    text-transform: none !important;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
    border-radius: 2px;
    padding: 0.75em 2em 0.85em 2em;
	border: 1px solid #ccc;		
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0 !important;
    border: 1px solid #ccc !important;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	border: 1px solid #75a2bb;
}

/* Gravity Forms */
.gform_wrapper {
	margin-top: 0 !important;
}
.gform_body *,*:focus,
.gform_body *:hover {
    outline:none !important;
} 
.gform_body input:focus,
.gform_body textarea:focus,
.gform_body select:focus,
.gform_body .ginput_container select:focus {
	box-shadow: inset 0px 0px 5px #eee;
}
.gform_body input,
.gform_body textarea,
.gform_body select,
.gform_body .ginput_container select,
.gform_body input:focus,
.gform_body textarea:focus,
.gform_body select:focus,
.gform_body .ginput_container select:focus {
	border: 1px solid #bbb !important;
	outline: none !important;
	background-clip: padding-box !important;	
	border: 3px solid #303B49 !important;
	border-radius: 12px !important;		
}
.gform_body input:focus-visible,
.gform_body textarea:focus-visible,
.gform_body select:focus-visible,
.gform_body .ginput_container select:focus-visible {
    border: 1px solid #bbb !important;
	border: 3px solid #303B49 !important;
	border-radius: 12px !important;		
	outline: none !important;
	box-shadow: inset 0px 0px 5px #ddd;
}
.gform_wrapper,
.gform_body .ginput_container,
.gform_body .ginput_container input,
.ginput_container.ginput_container_textarea {
    margin-top: 0 !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	border: 1px solid #ccc;
	border-radius: 0;
    margin-bottom: 0rem;	
}
.ginput_container input,
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.ginput_container select,
.ginput_container textarea {
	border: 1px solid #ccc;
	border: 3px solid #303B49 !important;
	border-radius: 12px !important;		
}
li.gfield span.name_first {
    padding-bottom: 0.3125rem;
}
.gform_body select,
.gform_body .ginput_container select {
	height: 2.95rem !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;	
	padding-left: 1rem !important;	
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}
.gform_body select:focus,
.gform_body .ginput_container select:focus {
  background-image:
	linear-gradient(45deg, #333 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #333 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: #333;
	outline: 0;
}
.gform_footer {
    justify-content: flex-end;	
}
input#gform_submit_button_1, 
.elementor-kit-7412 input[type="submit"] {
    padding: 0 0.5rem 0.5em 0 !important;
    border: none !important;
    letter-spacing: .125rem !important;
    background-color: transparent;
    color: #303B49;
    font-family: "Open Sans", sans-serif;
}
input#gform_submit_button_1:hover, 
.gform_button[type=submit]:hover,
.elementor-kit-7412 input[type="submit"]:hover {
    color: #303B49;
}
.accent-bg-color.button:hover {
    background-color: #303B49 !important;
}
.elementor-kit-7412 .gform_button[type=submit]:hover {
	background-color: transparent !important;
}

/* Section with Form */
.section-form {
 margin-bottom: -0.0625rem !important;
}
.section-form input, 
.section-form select,
.section-form textarea {
 background: rgba(255,255,255,.85) !important;
 border: 0; 
 color: #000;
 padding: 0.625rem !important;
}
.section-form select {
 min-height: 2.5rem !important;
}
.section-form ::placeholder {
 color: #000;
}
.section-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0.3125rem 0 0; 
}
.section-form .gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent !important;
    color: #fff;
    float: right;
}

/* HUBSPOT FORMS */
.hbspt-form,
.hs-form-field label {
	font-family: "Open Sans", Sans-serif !important;
}
.hs-form-field label {
	font-size: 1.125rem !important;
	font-weight: normal !important;
}
.hbspt-form fieldset {
    margin-bottom: 0.75rem !important;
}
.hbspt-form input {
    padding: 0.5rem !important;
}
.hbspt-form input[type="submit"] {
	margin-top: 0.75rem !important;
	font-size: 1.25rem !important;
	padding: 0.55em 1.5em !important;
}

/* HUBSPOT CONTACT STYLE FORM - like on Contact, Free Consultation, Flat Fee Pages */
.hubspot-contact-form .hs-form-field label {
    display: none;
}
.hubspot-contact-form .hbspt-form fieldset {
    max-width: none;
    margin: 0 0 1.25rem 0 !important;
}
.hubspot-contact-form .hbspt-form .hs-input {
    max-width: 100% !important;
    width: 100% !important;
	border: 3px solid #303B49 !important;
    border-radius: 12px !important;
	padding: 0.75rem 1rem !important;
	min-height: 3.5rem !important;
}
.hubspot-contact-form .hbspt-form fieldset.form-columns-2 .hs_firstname {
    max-width: 100% !important;
    width: 100% !important; 
    margin-right: 0;
}
.hubspot-contact-form .hbspt-form fieldset.form-columns-2 .hs_lastname {
    max-width: 100% !important;
    width: 100% !important;    
}
.hubspot-contact-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	float: left;
}
.hubspot-contact-form .hbspt-form input[type="submit"] {
	margin-top: 0.75rem !important;
	font-size: 1.125rem !important;
	padding: 0 1.25rem 0 0 !important;
	background-color: transparent !important;
	color: #303B49 !important;
	font-family: "Open Sans", sans-serif !important;
	float: right;
}
.hubspot-contact-form .hbspt-form input[type="submit"]:hover {
    color: #222 !important;	
}
.hubspot-contact-form ul.no-list.hs-error-msgs.inputs-list {
	margin: 0;
}
.hubspot-contact-form .hs-form-field label.hs-error-msg {
    font-size: 0.95rem !important;
	height: auto;
}

@media (min-width: 568px) {
    .hubspot-contact-form .hbspt-form fieldset.form-columns-2 .hs_firstname {
        max-width: 48% !important;
        width: 48% !important; 
        margin-right: 2%;
    }
    .hubspot-contact-form .hbspt-form fieldset.form-columns-2 .hs_lastname {
        max-width: 50% !important;
        width: 50% !important;    
    }
}

/* POPUP FORM */
.leadinModal-v3 .leadinModal-close:hover:before {
    color: #fff !important;
}

/* SOCIAL SHARE */
a.jupiterx-social-share-link.btn .jupiterx-icon {
    color: #fff;
}
a.jupiterx-social-share-link span {
    color: #fff;
}
a.jupiterx-social-share-link.btn .jupiterx-icon:hover {
    opacity: .75;
}

/* SCROLL TO TOP */
.jupiterx-scroll-top {
	background-color: #303B49 !important;
	border: 1px solid #fff !important;
	padding: 1rem .8rem !important;	
}
.jupiterx-scroll-top:hover {
	background-color: #303B49 !important;
}
.jupiterx-scroll-top:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(180 180 180 / 50%);
}

/* PARALLAX SECTION BACKGROUND */
.section-bg-parallax {
	/* Adjust the Effect */
    transform: translateZ(-1px) scale(1.15); 
    background-position: center !important;
    position: absolute;
}

/* SECTION BUILT IN PARALLAX */
.section-parallax-bg-image .jet-parallax-section__layout {
    opacity: .15;
}

/* BANNERS WITH OVERLAYS */
.banner-overlay .jet-banner__overlay {
    mix-blend-mode: multiply;
}
.banner-overlay .elementor-jet-banner {
	overflow: hidden;
}
.banner-overlay .elementor-jet-banner .jet-banner__img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(0px);
  transform: scale(1.0);
}
.banner-overlay .elementor-jet-banner:hover .jet-banner__img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(2px);
  transform: scale(1.1);
}
.banner-overlay .elementor-jet-banner:hover i {
	border-bottom: 2px solid #fff;
	padding-bottom: .5rem;
}

/* CONTENT COLUMNS */
.content-col .elementor-widget-wrap.elementor-element-populated {
    align-content: stretch;
}

/* SECTION TALL & SHORT COLUMNS */
.section-2-column, 
.section-2-column .section-col-tall.start, 
.section-2-column .section-col-short.start {
    align-items: flex-start;
}
.section-2-column, 
.section-2-column .section-col-tall.end, 
.section-2-column .section-col-short.end {
    align-items: flex-end;
}

/* SEARCH FORMS */
.jupiterx-widget.widget_search .jupiterx-search-form .btn {
    padding: 0.5rem 0.75rem;
    border-radius: 0;
}
.jupiterx-new-search .jupiterx-search-form .btn,
button.btn.jupiterx-icon-search-1 {
    border-radius: 0;
	height: 100%;
    padding: .4rem 0.5rem 0.125rem;
}
.raven-search-form-lightbox.raven-search-form-lightbox-open .raven-search-form-close {
    font-size: 4rem;
    position: relative;
}

/* BLOG LISTING GRID SLIDER */
.blog-slider .blog-card .section-col .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}
.blog-slider .blog-card .section-col .inner-section-content {
    margin-bottom: auto;
}
.blog-slider .blog-card .elementor-container.elementor-column-gap-default {
    width: 100%;
}
.blog-slider .blog-card .inner-section-content {

}
.blog-slider .blog-card .blog-title {
    height: auto !important;	
	margin-bottom: 0 !important;
}
.blog-slider .blog-card .blog-title .elementor-widget-container {
    height: auto !important;
}
.product-slider .blog-desc {

}
/* SET SAME HEIGHT */
.blog-slider .slick-track  {
	display: flex !important;	
}
.blog-slider .jet-listing-grid__item {
    height: auto !important;
} 
.blog-slider .blog-card {
    display: flex;	
}
.blog-slider .jet-listing-grid__item {
  height: 100%;
}
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap {
  height: 100%;
}
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap > div {
  height: 100%;
}
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap > div .elementor-section-wrap {
  height: 100%;
}
.blog-slider .jet-listing-grid__item .jet-engine-listing-overlay-wrap > div .elementor-section-wrap .blog-card {
  height: 100%;
}

/* No Padding on Bottom Button */
.page-template-full-width .jupiterx-main .elementor-section.elementor-section-boxed.inner-section-link .elementor-container,
.page-template-full-width .jupiterx-main .elementor-section.elementor-section-boxed.inner-section-link .elementor-container .elementor-widget-wrap {
    padding: 0 !important;

}

/* PRODUCT SLIDER */
.product-slider .product-card {
    display: flex;	
}
.product-slider .product-card .section-col .elementor-widget-wrap.elementor-element-populated {
    flex-direction: column;
}
.product-slider .product-card .section-col .inner-section-content {
    margin-bottom: auto;
}
.product-slider .product-card .elementor-container.elementor-column-gap-default {
    width: 100%;
}
.product-slider .product-card .inner-section-content {

}
.product-slider .product-card .product-title {
	margin-bottom: 0 !important;
}
.product-slider .product-card .product-desc {

}
/* No Padding on Bottom Button */
.page-template-full-width .jupiterx-main .elementor-section.elementor-section-boxed.inner-section-link .elementor-container,
.page-template-full-width .jupiterx-main .elementor-section.elementor-section-boxed.inner-section-link .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
}

/* Default Pager - Search Results, etc */
.page-item.active .page-link {
    color: #fff;
    background-color: #555 !important;
    border-color: #111 !important;
}

/* TOP BANNER CURVED */
/* .banner-curved {
    -webkit-clip-path: inset(0px round 0 0 28rem 0);
    clip-path: inset(0px round 0 0 28rem 0);
} */
.banner-curved,
.banner-curved .elementor-background-video-container,
.banner-curved .elementor-background-overlay {
	border-radius: 0 0 28rem 0;	
	overflow: hidden;	
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;	
}

/* BANNER CTA BUTTON */
.banner-cta-button {
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.banner-cta-button.reverse {
	clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
}

/* COLUMN BUTTONS - SAME WIDTH */
.col-buttons a {
	width: 100% !important;
}

/* BANNER TITLE BOTTOM BORDER */
.banner-title-border {	
	clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);	
}
.banner-title-border .elementor-divider-separator {
	--divider-border-width: 3rem;
}

/* GRADIENT BACKGROUNDS */


@media (max-width: 1024px) {
.bg-gradient-lt-blue-to-white {
	background-image: linear-gradient(180deg, #75a2bb 20%, #ffffff 100%) !important;
}	
}

/* HOME SERVICES IMAGE BOXES */
.section-services-image-boxes img {
	max-width: 8rem !important;
}

/* SERVICES SLIDER */
.services-slider .slick-slider {
	background-color: transparent !important; 
}
.services-slider .jet-carousel__item-inner {
    height: 100%;
}
.services-slider .jet-carousel__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 250px;
    height: 100%;
}
.services-slider .jet-carousel__item-title,
.services-slider .jet-carousel__item-text {
    flex-shrink: 0;
}
.services-slider .jet-carousel__item-button {
    margin-top: auto;
}

/* JET TESTIMONIALS SLIDER */
.jet-testimonials .elementor-slick-slider {
    background: transparent;
}
.jet-testimonials .elementor-slick-slider .jet-testimonials__comment {
	background-color: transparent;
}

/* HOME HUBSPOT BLOG DISPLAY */
.feedzy-rss ul:before, .feedzy-rss ul:after {
	display: none !important;
}
.rss-box-hubspot-blog ul,
.feedzy-rss ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next row */
    justify-content: space-between;
}
.rss-box-hubspot-blog li,
.feedzy-rss ul li.rss_item {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 2rem 0; /* Add margin-bottom for spacing between rows */
    width: 48% !important; /* 2 columns with some gap */
    border: none;
    background: #fff;
}
.rss-box-hubspot-blog li.rss-item:first-child,
.feedzy-rss ul li.rss_item:first-child {
    padding: 0 !important;
}
.rss-box-hubspot-blog li.rss-item:last-child,
.feedzy-rss ul li.rss_item:last-child {
    padding: 0 !important;
}
.rss-box-hubspot-blog a.rss-item,
.feedzy-rss ul li.rss_item span.title a {
    float: left;
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-weight: 600;
    padding: 2rem 2rem 1rem !important;
    width: 100%;
}
.feedzy-rss .rss_content {
    padding: 0 2rem 2rem;
}
.rss-box-hubspot-blog .rss-date,
.feedzy-rss .rss_item .rss_content small {
    float: left;
    font-style: normal;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}
.feedzy-rss .rss_item .rss_content small a {
    display: none;
}
.feedzy-rss .rss_item .rss_content small {
    text-indent: -1.25rem !important;
    overflow: hidden !important;
}
.feedzy-rss .rss_item .rss_image {
    margin: 0 !important;
    width: 100% !important;
}
.feedzy-rss .rss_image .fetched {
    transition: opacity 1s ease;
}
.feedzy-rss .rss_item:hover .rss_image .fetched {
    opacity: 1;
}
.feedzy-rss .rss_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #303B49;
    opacity: 0;
    transition: opacity .75s ease;
	z-index: 10;
}
.feedzy-rss .rss_item:hover .rss_image::after {
    opacity: .75;
	mix-blend-mode: multiply;
}

/* Responsive design for screens 768px and under */
@media screen and (max-width: 768px) {
    .rss-box-hubspot-blog li,
    .feedzy-rss ul li.rss_item {
        width: 100% !important; 
        margin: 0 0 2rem 0; 
    }
}

/* HEADING WITH MAP ICON */
.heading-with-icon h2:before {
    background-image: url('/wp-content/uploads/2025/09/icon-location.png');
	background-repeat: no-repeat;
    background-size: 5rem 7.25rem;
    display: inline-block;
    width: 5rem; 
    height: 7.25rem;
    content:"";
	margin-right: 1rem;
}

/* SECTION CTA CONTACT US */
.section-cta-contact {
	background-color: #333;
}
.section-cta-contact .elementor-background-overlay {
	background-image: url(/wp-content/uploads/2022/03/Nashville-skyline.jpg);
	mix-blend-mode: multiply;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
	background-attachment: fixed;
}
.section-cta-contact .elementor-widget-container {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	width: 100% !important;
	align-items: center;
	padding: 2rem 0;	
}
.section-cta-contact .widget_block {
	margin-bottom: 0;
}
.section-cta-contact h2 {
	color: #fff !important;
	font-size: 1.75rem !important;
	display: flex;
	margin-bottom: 0;
}
.section-cta-contact .wp-block-button__link {
	font-family: "Playfair Display", Sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: #75a2bb;
    border-radius: 0px 0px 0px 0px;
    padding: 0.55em 1.5em 0.675em 1.5em;
}
.section-cta-contact .wp-block-button__link:hover {
    background-color: #303B49;
	color: #fff !important;
}
.section-cta-contact .jupiterx-widget-divider {
	display: none;
}

/* EBOOKS BOXES */
.section-ebooks figure.elementor-image-box-img img {
    max-height: 400px;
    width: auto;
}
.section-ebooks .elementor-image-box-content {
    width: 16rem !important;
    margin: 0 auto;
}

/* IMAGE MASKING like on Free Consultation */
.image-masked img {
	-webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

/* GET A QUOTE BUTTON - prismpowered.com */
.quote-button:hover #prismOpenModal {
	background-color: #303B49 !important;
}

/* ******************************
 * HEADER
 * *************************** */
/* Set Header Min Height */
.header-wrapper {
	gap: 1rem !important;
}
.header-wrapper .elementor-container {
    min-height: 5rem !important;
	transition-property: min-height;
	transition-duration: 100ms;		
	justify-content: space-between;
}
.scrolled-down .header-wrapper .elementor-container {
    min-height: 4rem !important;
	transition-property: min-height;
	transition-duration: 400ms;
}
.site-logo .elementor-widget-container {
	transition: padding 0.5s ease-in-out 0.5s;
}
.scrolled-down .site-logo .elementor-widget-container {
	padding: 0 !important;
	transition: padding 0.15s ease-in-out 0.4s;	
}

/* Logo */
.elementor-widget-raven-site-logo {
	flex-basis: 100% !important;
}
.raven-site-logo img {
	max-width: 20rem !important;
	transition: 0.25s ease-in-out 0s;
	/* If Logo is gross looking, can try an image-rendering version */
	/* image-rendering: -moz-crisp-edges;        /* Firefox */
	/* image-rendering:   -o-crisp-edges;         /* Opera */
	/* image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	/* image-rendering: crisp-edges;
	/* -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */	
}
.jupiterx-header-sticked .raven-site-logo img,
.scrolled-down .raven-site-logo img {
    max-width: 18rem !important;
}

/* DEFAULT PAGES HEADER */
/* Set BG Color for Regular Page Header */
.error404 header,
.search header,
.archive:not(.woocommerce) header,
.page-template-default header,
.post-template-default header,
.portfolio-template header,
.product-template-default header {
    background: #303B49;
}
.error404.jupiterx-header-stick header,
.search.jupiterx-header-stick header,
.search .jupiterx-new-search header,
.archive.jupiterx-header-stick header,
.page-template-default.jupiterx-header-stick header,
.post-template-default.jupiterx-header-stick header,
.woocommerce-page.jupiterx-header-stick header.jupiterx-header,
header.woocommerce-products-header,
.jupiterx-content header {
    background: transparent;
}

/* Set Scrolled Down Header Background Color */
header.jupiterx-header {
	transition-property: background-color;
	transition-duration: 500ms;	
	transition-delay: 0ms;
}
.scrolled-down header.jupiterx-header {
    background-color: #303B49EE;
	transition-duration: 500ms;	
	transition-delay: 250ms;	
}

/* DEFAULT HEADER */
/* Toolbar */
.toolbar .elementor-container {
    min-height: 2.81rem !important;
	transition-property: min-height;
	transition-duration: 250ms;		
}
.scrolled-down .toolbar .elementor-container {
    min-height: 2.25rem !important;
	transition-property: min-height;
	transition-duration: 400ms;	
} 
.toolbar .elementor-heading-title a {
	transition-property: font-size;
	transition-duration: 250ms;	
}
.scrolled-down .toolbar .elementor-heading-title a {
	font-size: 1.15rem !important;
	transition-duration: 400ms;		
}
.toolbar-call {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);	
}

/* Header Section */
/* FOR DEFAULT STATIC HEADER - used now over Fixed to avoid issues - Transparent Header pages STILL MUST be set to FIXED */
header {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999;
}

/* FOR STICKY HEADER - Header */
.jupiterx-header-sticky header {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999;
}

/* Sticky - when using Separate Header Template */
.jupiterx-site:not(.jupiterx-site-body-border) .jupiterx-header.jupiterx-header-sticky-custom.jupiterx-header-custom > .elementor:last-of-type:not(:first-of-type) {
    opacity: 0;
}
.jupiterx-header-sticked .jupiterx-site:not(.jupiterx-site-body-border) .jupiterx-header.jupiterx-header-sticky-custom.jupiterx-header-custom > .elementor:last-of-type:not(:first-of-type) {
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0.125s !important;
} 

/* FOR FIXED HEADER - Header */
.jupiterx-header-fixed .jupiterx-header,
.woocommerce-shop .jupiterx-header,
.archive.woocommerce .jupiterx-header {
	position: fixed !important;
}

/* Menu */
/* Mega Menu */
/* Happy */
.ha-navbar-nav li a.ha-menu-nav-link {
    padding-right: 1.5rem !important;
}
.ha-navbar-nav li:last-child a.ha-menu-nav-link {
    padding-right: 0 !important;
}
.ha-navbar-nav-default .ha-dropdown-has>a .ha-submenu-indicator-wrap {
	width: 2rem !important;
}
.scrolled-down ul.ha-megamenu-panel {
    top: 100% !important;
}

/* Jet Mega Menu */
/* Sub Link Active Colors for Up to 3rd Level */
ul.jet-menu li.jet-current-menu-item ul.jet-sub-menu li.jet-sub-menu-item.jet-current-menu-item .sub-level-link,
ul.jet-menu li.jet-current-menu-item ul.jet-sub-menu li.jet-sub-menu-item.jet-current-menu-item ul.jet-sub-menu li.jet-menu-item:hover .sub-level-link {
    color: #75a2bb !important;
}
ul.jet-menu li.jet-current-menu-item ul.jet-sub-menu li.jet-sub-menu-item.jet-current-menu-item ul.jet-sub-menu li.jet-menu-item .sub-level-link {	
    color: #fff !important;	
}
ul.jet-menu li.jet-current-menu-item ul.jet-sub-menu li.jet-sub-menu-item.jet-current-menu-item ul.jet-sub-menu li.jet-current-menu-item .sub-level-link {
    color: #75a2bb !important;
}

/* Adjust padding to add to right of all but last link */
.raven-nav-menu-horizontal .raven-nav-menu > li:not(:last-child),
.jet-menu li.jet-menu-item:not(:last-child) {
    padding-right: 2.5rem !important;
}
.jet-menu .jet-menu-item .top-level-link {
    padding: 0 0 0.5rem 0;
}
.jet-menu li.jet-sub-menu-item {
    margin-right: 0;
    padding-bottom: 0;
}
.jet-menu div.jet-sub-mega-menu {

}
.jet-mobile-menu__back[aria-label="Back to Prev Items"] .fas:before {
    content: "\f053";
}
.submenu-parent a {
	border-bottom: 2px solid #000;
    color: #000000 !important;
    text-transform: uppercase;
	font-size: 1.1rem !important;
    font-weight: 600;
    padding: 0 0.25rem 0.75rem !important;
    margin-bottom: 0.25rem;
}
.submenu-parent a:hover {
	border-bottom: 2px solid #000000;	
	color: #333 !important;
	text-transform: uppercase;
	font-weight: 600;
}

/* WST 2025 JET MOBILE MENU */
.header-col-2 .elementor-widget-container {
  display: flex;
  align-items: center;
}
.jet-mobile-menu__list .jet-mobile-menu__items {
  gap: 2rem !important;
  display: flex;
  flex-direction: column;
}

.mobile-header-content {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
.mobile-header-content .elementor-container,
.mobile-header-content .elementor-container .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  margin: 0;  
  width: 100%;
}
.mobile-header-content .raven-widget-wrapper {
	width: 100% !important;
}


/* Navigation Menu 100% Height for Submenu to Stick to Header */
@media (min-width: 1025px) {
	.header-wrapper .elementor-container,
	.header-wrapper .elementor-container .elementor-column {
		align-items: stretch !important;
	}
	.header-wrapper .elementor-container .elementor-column {
		min-height: 90px;
	}
	.header-wrapper,
	.header-wrapper .elementor-container,
	.header-wrapper .elementor-container .elementor-column,
	.header-wrapper .elementor-widget-wrap,
	
	.ha-nav-menu,
	.ha-nav-menu .elementor-widget-container,
	.ha-nav-menu .ha-wid-con,
	.ha-nav-menu .ha-wid-con .ha-menu-container,
    .ha-nav-menu .ha-wid-con .ha-menu-container ul.ha-navbar-nav,
    .ha-nav-menu .ha-wid-con .ha-menu-container ul.ha-navbar-nav li.menu-item,
    .ha-nav-menu .ha-wid-con .ha-menu-container ul.ha-navbar-nav li.menu-item a.ha-menu-nav-link,
    .ha-nav-menu .ha-wid-con .ha-menu-container ul.ha-navbar-nav li.menu-item a.ha-menu-nav-link .menu-item-title,
	
	.elementor-widget-raven-nav-menu, 
	.elementor-widget-raven-nav-menu .elementor-widget-container,
	.elementor-widget-raven-nav-menu .raven-nav-menu-main,
	.elementor-widget-raven-nav-menu .raven-nav-menu,
	.elementor-widget-raven-nav-menu .raven-nav-menu .menu-item,
	.elementor-widget-jet-mega-menu,
	.elementor-widget-jet-mega-menu .elementor-widget-container,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item a,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item .jet-menu-item-wrapper,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item ul.jet-sub-menu,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item .jet-sub-mega-menu {
		height: 100% !important;
	}
	.header-wrapper .elementor-container .elementor-column,
	.elementor-widget-raven-nav-menu .raven-nav-menu .menu-item,
	.elementor-widget-raven-nav-menu .raven-nav-menu .menu-item .raven-menu-item,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item ul.jet-sub-menu,
    .elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item ul.jet-sub-menu a,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item .jet-sub-mega-menu,
	.elementor-widget-jet-mega-menu .elementor-widget-container .menu-main-menu-container .jet-menu-container .jet-menu-inner ul.jet-menu .jet-menu-item .jet-sub-mega-menu a {
		height: auto !important;
	}
	
	
	/* Happy Menu Specific */
    .ha-nav-menu .ha-wid-con .ha-menu-container ul.ha-navbar-nav li.menu-item a.ha-menu-nav-link .menu-item-title {
		display: flex;
		align-items: center;
	}		
	.ha-dropdown-menu-full_width .ha-megamenu-panel {
		padding: 0;
		width: 100vw;
		top: auto !important;
	}	
	
}


/* ******************************
 * FOOTER
 * *************************** */
.safari footer .footer-top {
	background-color: #405065 !important;
}
footer.jupiterx-footer {

}
.footer-logo img {
	width: 30rem;
}


/* ******************************
 * BLOG
 * *************************** */
.elementor-kit-7412.single-post h1 {
	font-size: 2.5rem;
}
.elementor-kit-7412.single-post h2 {
	font-size: 2.25rem;	
}
.elementor-kit-7412.single-post h3 {
	font-size: 2rem;	
}
.elementor-kit-7412.single-post h4 {
	font-size: 1.75rem;	
}
.elementor-kit-7412.single-post h5 {
	font-size: 1.5rem;	
}
.elementor-kit-7412.single-post h6 {
	font-size: 1.25rem;	
}
a.raven-post-button {
    padding: ;	
}


/* ******************************
 * FLAT FEE PRICING PAGE
 * *************************** */
.col-pricing-curved > .elementor-widget-wrap {
    border-radius: 0 0 0 20rem;
}
.col-pricing-curved .elementor-background-overlay {
    background-position: 3% bottom !important;
}

/* HEADING WITH QUESTION ICON */
.heading-with-icon.question h2 {
	display: flex;
	align-items: center;
}
.heading-with-icon.question h2:before {
	background-image: url('/wp-content/uploads/2022/10/ICON-FAQ-FG.png');
}

/* Flat FEE FAQs */
.section-flat-fee-faqs .jet-parallax-section__image {
	opacity: .25;
}


/* ******************************
 * WOOCOMMERCE  - SET TO SITE COLORS
 * *************************** */
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: ;
}
.woocommerce-info {
    border-top-color: ;
}

/* Shop Loop */
.elementor-jet-woo-builder-products-loop.jet-woo-builder {
	display: flex;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder .jet-woo-products-wrapper {
	width: 100%;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products {
	display: flex;
	flex-wrap: wrap;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product {
	border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;	
	margin: 0 2.5% 2rem 0 !important;
    width: 31.65% !important;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product.last {
	margin-right: 0 !important;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product .jupiterx-product-container  {
    display: flex;	
    flex-direction: column;
    justify-content: space-between;	
	height: 100%;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product img {
	height: ;
	margin: ;
	width: ;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .woocommerce-loop-product__title {
	padding: 1rem;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .add_to_cart_button,
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .button:not(.jupiterx-product-quick-view-btn) {
	margin: 1rem 0 0 0 !important;
}
.woocommerce-loop-product__title:hover, .woocommerce-loop-product__title:focus {
    text-decoration: none !important;
}

/* Shop Template / Category Template / Sidebar */
.archive.post-type-archive-product .jupiterx-main-content, .archive.tax-product_cat .jupiterx-main-content, .archive.tax-product_tag .jupiterx-main-content {
    padding-top: 0;
}
.shop-template-sidebar-col h3.card-title {
	font-size: 1.75rem !important;
}
.woocommerce.widget_woocommerce_price_filter .price_slider_amount .btn {
	background: #333;
	border-color: #ccc;
	width: 100%;
}
.woocommerce.widget_woocommerce_price_filter .ui-slider .ui-slider-handle {
    background: #333;
}
.woocommerce.widget_woocommerce_price_filter .price_slider_amount {
    text-align: left !important;
    font-size: 1rem !important;
    color: #333 !important;
}

/* WooCommerce Forms & Inputs */
.woocommerce-page .jupiterx-primary input:not(.jet-range__slider__input), .woocommerce-page .jupiterx-primary textarea, .woocommerce-page .jupiterx-primary select, .woocommerce form input:not(.jet-range__slider__input), .woocommerce form textarea, .woocommerce form select {
    width: 100%;
    color: #333 !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    transition: all .15s ease-in-out;
    text-shadow: none !important;
	padding: 0.35rem .7rem;
}
form.woocommerce-product-search.form-inline {
	display: block !important;
    max-width: 100% !important;
}
form.woocommerce-product-search .form-control {
	padding: 0.35rem .7rem !important;	
}

/* WooCommerce Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .jupiterx-wc-loadmore,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #333 !important;
    border: 1px solid #eee !important;
    border-radius: 0 !important;
	font-size: 1.125rem !important;
	padding: .425rem .75rem .375rem !important;
    text-transform: capitalize;
    letter-spacing: .125rem;
	margin: auto !important;
}
.woocommerce .coupon input#coupon_code {
	margin-bottom: 0.5rem;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .jupiterx-wc-loadmore:hover,
.woocommerce.widget_woocommerce_price_filter .price_slider_amount .btn:hover {
    background-color: #111 !important;
    border: 1px solid #ddd !important;
}
.woocommerce div.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:not(.checkout) {
    color: #fff !important;
}
.woocommerce .input-group.input-text.qty.text button {
    padding: 0.25rem 0.5rem;
}

/* Shop Pagination */
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
    color: ;
    background-color: #333;
    border-color: #eee;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
    color: #ccc !important;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers:focus {
    box-shadow: 0 0 0 2px rgb(225 225 225 / 25%) !important;
}

/* Mini Cart */
.jupiterx-cart-quick-view .jupiterx-mini-cart-close:hover {
    color: #000;
    background-color: transparent;
	border: 0 !important;
}

/* Product Page */
.woocommerce-tabs.accordion h3 {
    font-size: 1.75rem;
	margin: 1.5rem 0 0.5rem 0;
}
.woocommerce div.product form.cart div.quantity .btn {
	color: ;
}
/* Remove if get Addtl Info - with JUST Description there is no bottom border */
.woocommerce div.product .woocommerce-tabs.accordion .card-header.collapsed,
.woocommerce div.product .woocommerce-tabs.accordion .card-body {
    border-bottom: ;
}


/* ******************************
 * HOME PAGE
 * *************************** */



/* ******************************
 * TESTIMONIAL SLIDER
 * *************************** */
.sp-buttons {
  position: absolute !important;
  right: -4rem;
  text-align: right !important;
  display: flex;
  flex-direction: column;
  top: 40%;
  align-items: flex-end;
  width: 30px !important;
}

@media (max-width: 1400px) {
	.sp-buttons {
	  right: 1rem;
	}	
}



/* ******************************
 * WPBAKERY PAGE BUILDER - VISUAL COMPOSER TWEAKS
 * *************************** */
a.mk-button {
    background-color: #75a2bb !important;
    color: #fff !important;
    font-family: "'Playfair Display'";
	font-size: 1.25rem !important;
	padding: 0.55em 1.5em !important;
    border-radius: 0;
}
a.mk-button:hover
    background-color: #303B49 !important;
}



/* ******************************
 * MEDIA QUERIES
 * *************************** */
@media (min-width: 1921px) {
	/* DEFAULT PAGES HEADER */
	/* FOR FIXED HEADER - Add Top Margin to Regular Pages if Header is Overlapping Content
	.error404 .jupiterx-main,
	.search .jupiterx-main,
	.archive .jupiterx-site .jupiterx-main,
	.page-template-default .jupiterx-main,
	.post-template-default .jupiterx-main,
	.woocommerce-page  .jupiterx-main {
		margin-top: 8.4rem !important;
	} 	  */
}

@media (max-width: 1440px) {
    /* RESPONSIVE REM TO PX */
	html {
		font-size: 12px;
	}

	/* DEFAULT PAGES HEADER */
	/* FOR FIXED HEADER - Add Top Margin to Regular Pages if Header is Overlapping Content 
	.error404 .jupiterx-main,
	.search .jupiterx-main,
	.archive .jupiterx-site .jupiterx-main,
	.page-template-default .jupiterx-main,
	.post-template-default .jupiterx-main,
	.woocommerce-page  .jupiterx-main {
		margin-top: 11rem !important;
	} 	 */
	
	/* FOOTER */
	.footer-top .elementor-section .elementor-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-col-1 {
		width: 100% !important;
	}
	.footer-col-2,
	.footer-col-3 {
		padding: 0 5rem;		
		width: 50% !important;
	}
	.footer-top .elementor-section .elementor-element {
		text-align: center !important;
	}		
/*	footer .elementor-icon-list-item, 
	footer .elementor-widget.elementor-align-left .elementor-icon-list-item a {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		text-align: center !important;
	}	
*/			
}

@media (max-width: 1350px) and (min-width: 1024px) {
	/* HERO BANNER - for Video */
    .hero-banner .section-col-short .elementor-widget-container {
        overflow: visible !important;
    }
    .hero-banner .section-col-short .elementor-widget-video .e-hosted-video .elementor-video {
        min-height: 50rem !important;
        object-fit: cover !important;
        overflow: visible;
    }
}

@media (max-width: 1200px) {
	/* HEADER */
	.raven-nav-menu-horizontal .raven-nav-menu > li:not(:last-child) {
		margin-right: ;
	}	
	
	/* FOOTER */
	.footer-logos .elementor-widget-wrap {
	  flex-direction: column;
	  display: flex;
	  align-content: flex-start;
	}
	.footer-logos .elementor-widget-container {
		text-align: left;
	}
}

@media screen (min-width: 1140px) {
	/* LAYOUT SPECIFIC TWEAKS */
	/* Site Settings > Layout */
   .woocommerce .jupiterx-main-content .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }	
}


@media (max-width: 1300px) and (min-width: 1024px) {
	.jet-menu li.jet-menu-item {
		max-width: 10rem !important;
		text-align: center;
	}
	.jet-menu li.jet-menu-item:not(:last-child) {
		padding-right: 2.5rem !important;
	}
	
	/* HEADING WITH ICON */
	.heading-with-icon h2 {
		font-size: 7rem !important;
	}
}

@media (max-width: 1100px) and (min-width: 1024px) {
	.jet-menu li.jet-menu-item:not(:last-child) {
		padding-right: 1.35rem !important;
	}
}

@media (min-width: 1025px) {
	/* Jet Mega Menu
	.jet-dropdown-arrow {
		display: none !important;
	}	  
	*/
}

@media (max-width: 1024px) {
	/* GENERAL */
	/* Overlay */
	.responsive-tablet-overlay-opacity .elementor-background-overlay {
		opacity: .7 !important;
	}

	
	/* TOP BANNER CURVED */
	/* .banner-curved {
		-webkit-clip-path: inset(0px round 0 0 10rem 0);
		clip-path: inset(0px round 0 0 10rem 0);
	} */
	.banner-curved,
	.banner-curved .elementor-background-video-container,
	.banner-curved .elementor-background-overlay {
		border-radius: 0 0 10rem 0;	
	}	

	/* FLAT FEE PAGE */
	.col-pricing-curved > .elementor-widget-wrap {
		border-radius: 0 0 0 10rem;
	}
	
	/* DEFAULT PAGES HEADER */
	/* FOR FIXED HEADER - Add Top Margin to Regular Pages if Header is Overlapping Content
	.error404 .jupiterx-main,
	.search .jupiterx-main,
	.archive .jupiterx-site .jupiterx-main,
	.page-template-default .jupiterx-main,
	.post-template-default .jupiterx-main,
	.woocommerce-page  .jupiterx-main {
		margin-top: 8.5rem !important;
	} 		  */
	
	/* HEADER */	
	/* Happy Menu */
	span.ha-submenu-indicator-wrap {
		padding: 5px;
	}
	span.ha-submenu-indicator-wrap i.ha-submenu-indicator {
		padding: 5px;
	}
	
	/* Raven Menu */
	.raven-nav-menu-mobile .raven-nav-menu li:not(:last-child) {
		width: 100%;
	}
	.raven-nav-menu-tablet-horizontal .raven-nav-menu,
	.raven-nav-menu-mobile-horizontal .raven-nav-menu {
		flex-direction: column;
	}	
	
	/* FOOTER */
	/* footer.jupiterx-footer {
		-webkit-clip-path: inset(0px round 10rem 0 0 0);
		clip-path: inset(0px round 10rem 0 0 0);
	}	*/
	.footer-col-1 {
		width: 100% !important;
	}
	.footer-col-2,
	.footer-col-3 {
		padding: 0;		
		width: 100% !important;
	}
	.footer-logo img {
		width: 23rem;
	}	
	
	/* FOOTER */
	.footer-logos .elementor-widget-wrap {
	  align-content: center;
	}
	.footer-logos .elementor-widget-container {
		text-align: center;
	}	
	
	/* CONTENT COLUMNS */
	.content-col.last {
		margin: 0 auto;
	}			
	
	/* SHOP LOOP */
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product {
		margin: 0 2% 2rem 0 !important;
		width: 48% !important;
	}
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product.last {
		margin-right: 2% !important;
	}	
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product:nth-child(even) {
		margin-right: 0 !important;
	}	
	
	/* HOME HUBSPOT BLOG DISPLAY 
	.rss-box-hubspot-blog ul,
	.feedzy-rss ul {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.rss-box-hubspot-blog li,
	.feedzy-rss ul li.rss_item {
		margin: 1.75rem;
		width: 100% !important;
		max-width: calc((100%) - 4rem);		
	}	 */
	
	/* LOCATION 
	.icon-list-large-contact .elementor-icon-list-item, 
	.icon-list-large-contact .elementor-icon-list-item a {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		text-align: center !important;
	}		 */
	
	/* SECTION CTA CONTACT US */
	.section-cta-contact .elementor-widget-container,
	.section-cta-contact .widget_block {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.section-cta-contact h2 {
		display: block;
		margin-bottom: 1rem;
	}
	.section-cta-contact .wp-block-buttons>.wp-block-button {
		display: block !important;
		margin: 0 auto !important;
	}	
	.section-cta-contact .wp-block-button__link {
		margin: 0 auto;
		display: block;
		text-align: center;
		float: none;
	}
	
	/* ******************************
	 * MOBILE ALIGNMENT
	 * *************************** */
	.center-1024 li.elementor-icon-list-item,
	.center-1024 li.elementor-icon-list-item a,
	.center-1024 li.elementor-icon-list-item span {
	  text-align: center !important;
	  flex-direction: column;
	  display: flex;
	  flex-wrap: nowrap;
	}
	.center-1024 li.elementor-icon-list-item .elementor-icon-list-icon {
	  margin-bottom: 5px;
	}	
	
}

@media (max-width: 991px) {
	/* LAYOUT SPECIFIC TWEAKS */
	/* Site Settings > Layout */
	.page-template-default .jupiterx-sidebar,
	.post-template-default .jupiterx-sidebar,
	.single-product .jupiterx-sidebar,
	.error404 .jupiterx-sidebar {
		margin-top: 1rem;	
	}
}

@media (min-width: 768px) {
	/* HEADER */
	.raven-nav-menu-mobile {
		margin-top: ;
	}
	.admin-bar.jupiterx-header-fixed .jupiterx-header {
	  top: 32px !important;
	}
}


@media (max-width: 767px) {
	/* LAYOUT SPECIFIC TWEAKS */
	/* Site Settings > Layout */
	.archive .jupiterx-sidebar {
		width: 100% !important;
	}	
	.jupiterx-sidebar {
		margin-top: 3rem;	
	}
	
	/* BANNER OVERLAY */
	.banner-overlay .elementor-jet-banner .jet-banner__img {
		transform: scale(1.65);	
	}	
	.banner-overlay .elementor-jet-banner:hover .jet-banner__img {
		transform: scale(1.75);	
	}	
	
	/* Overlay */
	.responsive-phone-overlay-opacity .elementor-background-overlay {
		opacity: .7 !important;
	}	
	
	/* HEADER */
	.raven-nav-menu-mobile {
		margin-top: ;
	}
	.jupiterx-header-mobile-behavior-off .jupiterx-header.jupiterx-header-sticky-custom.jupiterx-header-custom > .elementor:last-of-type:not(:first-of-type) {
		display: block !important;
		top: 0 !important;
	}
	.admin-bar.jupiterx-header-sticked .jupiterx-site:not(.jupiterx-site-body-border) .jupiterx-header.jupiterx-header-sticky-custom.jupiterx-header-custom > .elementor:last-of-type:not(:first-of-type),
  .admin-bar.jupiterx-header-fixed .jupiterx-header {
		top: 46px !important;
	}
	
	/* FOR FIXED HEADER - Add Top Margin to Regular Pages if Header is Overlapping Content 
	.archive .jupiterx-site.jupiterx-main,
	.page-template-default .jupiterx-main,
	.post-template-default .jupiterx-main,
	.woocommerce-page  .jupiterx-main {
		margin-top: 8.25rem !important;
	} 		 */
	
	/* FLIP BOX IOS FIX - not all but Design 9 caused Flip Box to appear on top of Header  */
	.ios .flip-boxes-icon-title-txt .ha-flip-box-container.ha-flip-effect-3d .ha-flip-box-inner-wrapper {
	  -webkit-transform-style: flat;
	  transform-style: preserve-3d;
	}
	
	/* HEADING WITH ICON */
	.heading-with-icon h2:before {
	    background-image: url('/wp-content/uploads/2025/09/icon-location.png');
	    background-repeat: no-repeat;
	    background-size: 3.88rem 5.63rem;
	    display: inline-block;
	    width: 3.88rem;
	    height: 5.63rem;
	    content:"";
	    margin-right: 1rem;
	}			
	
}

@media (max-width: 640px) {
	/* GRAVITY FORMS */
	.gform_wrapper .name_first {
		margin-bottom: 16px !important;
	}
	.gform_wrapper .name_last {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 600px) {
	/* ADMIN BAR */
	.admin-bar.jupiterx-header-sticked .jupiterx-site:not(.jupiterx-site-body-border) .jupiterx-header.jupiterx-header-sticky-custom.jupiterx-header-custom > .elementor:last-of-type:not(:first-of-type) {
		top: 0px !important;
	}
}

@media (max-width: 567px) {
	/* WOOCOMMERCE */
	/* SHOP LOOP */
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product {
		margin: 0 0 2rem 0 !important;
		width: 100% !important;
	}
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product.last,
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product:nth-child(even) {
		margin-right: 0 !important;
	}
	
	/* CONTACT */
	.contact-4-col p.elementor-icon-box-description {
		font-size: 1.1rem !important;
	}	

	.hubspot-contact-form .hbspt-form fieldset .hs_lastname {
		padding-top: 10px !important;
	}		
	
}


@media (max-width: 390px) {
/* HEADER */
	.raven-site-logo a img {
		max-width: 300px !important;
	}
}
