/*
 Theme Name:   Manufactory Child Theme
 Theme URI:    https://manufactory.axiomthemes.com/
 Description:  Manufactory Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     manufactory
 Version:      1.0.0
 Tags:         business, construction, corporate, engineering, factory, gas, industrial, industry, machinery, manufacturing, mechanical, oil, plant, power, refinery
 Text Domain:  manufactory
*/


/* =Theme customization starts here
------------------------------------------------------------ */
/*
@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Regular.eot") format("eot");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Regular.woff2") format("woff2");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Italic.eot") format("eot");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Italic.woff2") format("woff2");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Medium.eot") format("eot");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Medium.woff2") format("woff2");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Medium.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-MediumItalic.eot") format("eot");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-MediumItalic.woff2") format("woff2");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-MediumItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Medium.eot") format("eot");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Bold.woff2") format("woff2");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Galano";
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-BoldItalic.eot") format("eot");
    src: url("fonts/GalanoGrotesque/GalanoGrotesque-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}
*/

html {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body {
	width:100%;
    max-width:100%;
    max-width:100vw;
	height:100%;
    height:100vh;
	text-align:center;
    line-height:1.5rem;
    -webkit-overflow-scrolling: touch;
    background-color:#ffffff; 
    margin: 0; 
    padding: 0; 
    /*overflow:auto; /* Removed to fix broken 'sticky' classes */ 
    /* overflow-x: hidden; /* Prevent horizontal scrolling */
}

body {
    font-family: Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    /* Secondary font - font-family: halyard-display, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif; */
    color:#4f2123;
    background-color: #e1e2e4;
    font-weight:400;
    font-style:normal;
    overscroll-behavior-y: none;
    height:auto !important;
	min-height:100%;
    min-height:100vh;
}

.body_style_fullscreen .page_content_wrap {
    padding: 0 !important;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    line-height: 1.125em;
}
.elementor-heading-title {
    line-height: 1.125em;
}

h1 {
    font-weight:700;
}

/* NOTE: halyard-display font sizes available: 
200 Extra-Light
300 Light
400 Regular
500 Medium
600 Semi-Bold
700 Bold
800 Extra-Bold
900 Black
*/
h1.front_page_section_caption, h1.sc_layouts_title_caption, .hero-title-alt h1 {
    font-family: halyard-display, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
    text-transform: uppercase;
    font-size: 120px;
    line-height: 114px;
    margin-top:40px;
    font-weight:500;
}
.title-downsize h1.front_page_section_caption, .title-downsize h1.sc_layouts_title_caption {
    font-size: 86px;
    line-height: 80px;
}

h5 {
    line-height: 120%;
}

span, a, b, i {
    font-family:inherit;
}

b {
    font-weight:700;
}

i {
    font-style:italic;
}

.menu_main_nav_area>ul, .sc_layouts_menu_nav, .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
    font-family: Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
    font-weight:600;
    /*font-size: 17px;
    line-height: 1.5em;*/
    font-size: 18px
}

.top_panel_custom_header-main-sticky.scheme_dark .sc_layouts_row_fixed_on {
    background-color: #333F48;
    border-bottom: 1px solid #5a5f65;
}
.top_panel_custom_header-main-sticky.scheme_light .sc_layouts_row_fixed_on {
    background-color: #e1e2e4;
    border-bottom: 1px solid #999fa3;
}

.top_panel.top_panel_custom .fa-chevron-right {
    margin-top: -4px;
}

a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness:0.5px;
}


.nav-logo-desktop, #nav-logo-desktop, .nav-logo-tablet, #nav-logo-tablet, .nav-logo-mobile, #nav-logo-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nav-logo-mobile .logo_image, #nav-logo-mobile .logo_image {
    max-height:100% !important;
}

.menu-item a {
    font-weight:600 !important;
}

.search_modern .search_wrap {
    position: fixed;
    left: 0;
    /*top: -500px;*/
    top: -100%;
    top: -100vh;
    z-index: 100;
    width: 100%;
    /*height: 500px;*/
    height:100% !important;
    height:100vh !important;
    overflow: hidden;
    /*will-change: top, box-shadow;
    -webkit-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
    -ms-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
    transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0);
    background-color: var(--theme-color-alter_bg_color);*/
  }

.search_modern .search_form_wrap {
    position: absolute;
    top: 30%;
    left:50%;
}

.search_modern .search_submit {
    color:#EBE3DB;
}
.search_modern .search_submit:hover {
    color:#5d8bb7;
}

header.top_panel .elementor-widget-icon .elementor-icon .fa-chevron-right {
    color:#EBE3DB;
}
header.top_panel .elementor-widget-icon:hover .elementor-icon .fa-chevron-right {
    color:#5d8bb7;
}




/* MOBILE MENU STYLES */
/*.menu_mobile_content_wrap.content_wrap {
    Position mobile menu 
}*/

.menu_mobile_content_wrap.content_wrap .submenu-cta, .menu_mobile_content_wrap.content_wrap li.sub-menu li:last-child {
    margin-top:15px !important;
    margin-bottom:20px !important;
}

.menu_mobile_content_wrap.content_wrap li.submenu-cta > a, .menu_mobile_content_wrap.content_wrap li.sub-menu li:last-child > a {
    font-weight:700 !important;
    color:#5d8bb7 !important;
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon, .sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    background-color:transparent !important;
    color: #999fa3 !important;
    border:2px solid #5a5f65 !important;
    border-radius: 9px !important;
}
.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon:hover, .sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon:hover, .sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon[class*="facebook"]  {
    background-color: #6699cc !important;
    color: #FFFFFF !important;
    border:2px solid #6699cc !important;
}


.menu_mobile.menu_mobile_fullscreen a {
    text-decoration: none !important;
}
/*.menu_button_close_text {
    color:#FFFFFF;
}*/
.custom-logo-link img, .sc_layouts_logo img {
    max-height: 4em;
}
.menu_mobile_widgets_area {
    background-color: rgba(0, 0, 0, .2) !important;
}
.menu_mobile .menu_mobile_inner.with_widgets .socials_mobile:before {
    display:none !important;
}
.menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_nav_area > ul > .menu-item .menu-item > a {
    padding: 0.2em 1.5em 0.2em 1.2em !important;
}
.sc_layouts_panel_inner .sc_socials.sc_socials_icons_names .socials_wrap .social_item + .social_item {
    margin-top: 5px !important;
}

.sc_layouts_panel_inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../../../wp-content/uploads/2025/09/sidebar-contact-panel_v2.webp');
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    opacity:0.3;
    height: 100vh; /* Or a specific height */
}

.sc_layouts_panel_inner {
    background-color:#333F48;
}

.sc_layouts_panel_close.trx_addons_button_close {
    background-color: transparent;
    color: #999fa3;
    border:2px solid #5a5f65;
    border-radius: 9px;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 50px;
}
.sc_layouts_panel_close.trx_addons_button_close:hover {
    border:2px solid #6699cc;
    color: #6699cc;
}
.search_modern .search_opened .logo_image {
    top:20px !important;
}

.sc_layouts_panel_inner .sc_button.sc_button_slide:before {
    -webkit-box-shadow: inset 0 0 0 0 #999fa3;
    -ms-box-shadow: inset 0 0 0 0 #999fa3;
    box-shadow: inset 0 0 0 0 #999fa3;
}

/* sc_button sc_button_default sc_button_size_large sc_button_icon_left color_style_link2 */

.sc_layouts_panel_inner .color_style_link2 .sc_button.sc_button_default, .sc_layouts_panel_inner .sc_button.sc_button_default.color_style_link2, .sc_layouts_panel_inner .sc_button.sc_button_default > span {
    color: #FFFFFF;
}

.sc_layouts_panel_inner .color_style_link2 .sc_button.sc_button_default.hovered:after, .sc_layouts_panel_inner .sc_button.sc_button_default.color_style_link2:hover:after {
    color: #5d8bb7 !important;
}

.sc_layouts_panel_inner .sc_button.sc_button_default.color_style_link2:hover {
    background-color: #5d8bb7 !important;
    border-color: #5d8bb7 !important;
}


/* TABLET PANEL SLIDEOUT */
.tablet-panel-logo {
    text-align:left !important;
    margin-top: -20px !important;
}
#panel-bar a {
    color:#999FA3;
}
#panel-bar a:hover {
    color:#5d8bb7;
}
#panel-contact-cta_sc > a {
    border-radius:8px !important;
    padding: 12px 50px !important;
    font-weight:600 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.menu_mobile .menu_mobile_widgets_area .widget_custom_html .extra_item a:not([href*="mailto"]):after {
    color: #5d8bb7 !important;
}

/* FOOTER STYLES */
footer.footer_wrap.footer_custom.footer_custom_footer-as {
    background-color:#330000 !important;
    color: #FFFFFF;
}

footer .footer-logo {
    display:inline-block;
    max-width:330px;
    height:auto;
}

.footer-address p, .footer-address h5 {
    font-size:16px;
    line-height:18px;
    color:#FFFFFF!important;
    margin-bottom:20px;
}

.footer-address a {
    color: #5d8bb7!important; 
    text-decoration: underline;
}
.footer-address a:hover {
    color:#FFFFFF!important;
}

footer .sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon, footer .sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border: none !important;
    background-color: #EBE3DB !important;
    color: #330000 !important;
    border-radius:50% !important;
}
footer .sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon:hover, footer .sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon:hover, footer .sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon[class*="facebook"]  {
    background-color: #5d8bb7 !important;
    color: #FFFFFF !important;
}

.footer-column h6 {
    font-size:16px;
    color: #EBE3DB !important; 
    line-height:28px;
    margin-bottom:20px !important;
}

.footer-column li > a {
    display: block;
    width: 100%;
    font-size:16px;
    line-height:20px;
    padding: 8px 0 !important;
    margin:0 !important;
}

.footer-column .elementor-nav-menu {
    display: block !important;
    width:100%;
}
.footer-column .elementor-nav-menu>li {
    display: block !important;
    text-align:left;
}
.footer-column .elementor-nav-menu>li>a:hover {
    display: block !important;
    color: #5d8bb7 !important;
}
.footer-column .elementor-nav-menu>li>a:hover::after {
    background-color: transparent;
    height: 3px;
    display:none;
}

footer .elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-extended {
    max-width: 1674px;
}

.bold-footer-link a {
    font-weight:700 !important;
}
/* FOOTER STYLES */


.title-two-tone {
    margin-top: 1vh;
}

.title-two-tone h2, h2 {
    font-weight:700 !important;
    color:#00416B;
    line-height: 1.2;
}
.title-two-tone span {
    color:#5d8bb7;
}
.nohyphens, h1, h2, h3, h4, h5, h6 {
    hyphens: none !important;
}



/* SVG STYLES */
svg .cls-1 {
    fill: none;
    stroke: #0e426a;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}
/* / SVG STYLES */




.elementor-section.elementor-section-boxed:not(.elementor-section-with-custom-width)>.elementor-column-gap-no { 
    max-width: 1674px;
}

.secondary-color > .elementor-widget-container > h1, .secondary-color > .elementor-widget-container > h2, .secondary-color > .elementor-widget-container > h3, .secondary-color > .elementor-widget-container > h4, .secondary-color > .elementor-widget-container > h5, .secondary-color h6, .secondary-color > .elementor-widget-container > p, .secondary-color {
    color:#5d8bb7 !important;
}
.primary-color > .elementor-widget-container > h1, .primary-color > .elementor-widget-container > h2, .primary-color > .elementor-widget-container > h3, .primary-color > .elementor-widget-container > h4, .primary-color > .elementor-widget-container > h5, .primary-color h6, .primary-color > .elementor-widget-container > p, .primary-color {
    color:#00416B !important;
}

.superscript {
    font-size: .6em;
    vertical-align: super;
}

.scheme_dark.data-block, .scheme_dark.data-block h1, .scheme_dark.data-block h5, .scheme_dark.data-block p {
    color:#FFFFFF !important;
    font-family: Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}
.scheme_dark.data-block h1 {
    font-weight:700;
    font-size:100px;
    line-height:104px;
}
.scheme_dark.data-block h5 {
    font-weight:600;
}

.scrolltext-50 {
    opacity:50%;
}

.btn-large .elementor-button {
    font-size: 24px;
    padding: 20px 40px;
}

.std-width .elementor-button {
    min-width:170px;
    max-width:100%;
}
.elementor-button .sc_button_text, .sc_item_button .sc_button_text {
    margin: auto;
}

.section-options h4 {
    font-weight:700;
}

.section-options .elementor-widget-button {
    /*margin:16px 8px 16px 8px;*/
    margin: 8px 8px 8px 8px !important;
}

.section-options .elementor-button  {
    min-width:200px;
}

.cta-banner > .elementor-container {
    max-width: 980px !important;
}


.full-width img {
    width:100%;
    height:auto;
}

.extra-size-skills .sc_skills_digits {
    font-weight: 700;
    font-size: 110px;
    color: #5d8bb7;
}

.std-gap {
    display:inline-block;
    margin-left:40px;
}

.std-links a {
    color:#FFFFFF;
}
.std-links a:hover {
    color:#5d8bb7;
}

.sc_testimonials_item_content p {
    font-size:32px !important;
    line-height:40px !important;
    font-weight:600;
}


.sc_blogger_default.sc_blogger_default_classic_simple .sc_blogger_item_title, .sc_blogger_default.sc_blogger_default_classic_time_2 .sc_blogger_item_title, .post_meta_item.post_date, .sc_blogger_default.sc_blogger_default_classic_time_2 .post_meta.sc_blogger_item_meta.post_meta_date b {
    font-weight:700;
}

.mag-portfolio-list .post_content_wrap {
    text-align:left;
    color:#00416B !important;
}
.mag-portfolio-list .sc_portfolio.sc_portfolio_band .sc_portfolio_item .post_content_wrap .post_meta + .post_title {
    font-weight:700;
    color:#00416B !important;
}
.mag-portfolio-list .sc_portfolio.sc_portfolio_band .sc_portfolio_item .post_content_wrap .post_title a, 
.mag-portfolio-list .sc_portfolio.sc_portfolio_band .sc_portfolio_item .post_content_wrap .post_meta .post_categories a,
.mag-portfolio-list .sc_portfolio.sc_portfolio_band .sc_portfolio_content .sc_portfolio_item .post_content_wrap .theme_button {
    color:#00416B !important;
}
.sc_portfolio.sc_portfolio_band .sc_portfolio_content .sc_portfolio_item .post_content_wrap .theme_button {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    color:#00416B;
}

.page_content_wrap {
    padding-top: 30px;
    padding-bottom: 40px;
}

/* Case Studies Detail Page */
.portfolio_page_details_wrap.sc_column_fixed, .portfolio_page_content {
    text-align: left;
    color: #00416B !important;
}
.portfolio_page_details_wrap.sc_column_fixed {
    padding-top:50px;
}
.portfolio_page_subtitle, .portfolio_page_description, .portfolio_page_details, .portfolio_page_details_item, .portfolio_page_details_item.portfolio_page_details_share, .portfolio_page_details_item_title, .portfolio_page_details_item_value, .social_item.social_item_popup, .portfolio_page_details_share .socials_wrap .social_item .social_icon, .wp-block-heading {
    color: #00416B !important;
}
.portfolio_page_subtitle, .portfolio_page_details_item_title, .wp-block-heading {
    font-weight:700 !important;
}

.portfolio_page_details_wrap .social_icon.sc_icon_type_icons {
    font-size:24px;
}
.portfolio_page_details_wrap .socials_share.socials_wrap {
    margin-top:30px;
}
.portfolio_page .portfolio_page_content_wrap .portfolio_page_featured + .portfolio_page_content {
    margin-top: 0;
}
.portfolio_page_featured {
    margin-bottom:30px;
    display:none; /* Hide the featured image in this context, since it it used in the header image... */
}

.navigation.post-navigation {
    margin-top:100px;
}
.navigation.post-navigation .nav-links a {
    color: #00416B !important;
    font-weight:600 !important;
}

/* Leadin Image */
.wp-block-image.size-large.is-style-default img, .cs-static-gallery-lead img {
    box-sizing: border-box;
}

.cs-section-title {
    color: #00416B !important;
    font-weight:600 !important;
}

.cs-static-gallery-1 img {
    box-sizing: border-box;
    border-radius: 0 16px 100px 16px;
}
.cs-static-gallery-2 img {
    box-sizing: border-box;
    border-radius: 100px 16px 100px 16px;
}
.cs-static-gallery-3 img {
    box-sizing: border-box;
    border-radius: 100px 16px 0 16px;
}

.cs-bordered-callout {
    border: solid 3px #6699cc;
    border-radius: 0 16px 100px 16px;
    margin-top:50px;
    margin-bottom:50px;
    padding: 20px 50px 70px 50px;
    background-color: #eef2f6;
    background-color: rgba(238,242,246,0.5);
}
.cs-padded-callout {
    border: solid 3px transparent;
    margin-top:0;
    margin-bottom:30px;
    padding: 0 50px 70px 50px;
}

.portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap .portfolio_page_description + .portfolio_page_details {
    margin-bottom: 40px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    max-width: 95% !important;
    margin-bottom: 30px;
}

/* / Case Studies Detail Page */


/* MODAL OVERLAYS */
.mfp-bg {
    /* background-color: #00416B !important; */
    /*background-color: rgba(255,255,255,0.9) !important;*/
    background-color: rgba(0,0,0,0.9) !important;
    /*background-color: rgba(238,242,246,0.9) !important;*/
    /*background-color: rgba(0,65,107,0.9) !important;*/
}

.mfp-close-btn-in .mfp-close {
    color: #FFFFFF;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #6699cc;
}


.big-numbers h1 {
    font-size:120px !important;
    line-height:1.2;
}
.big-numbers.secondary-color h1 {
    color: #6699cc !important;
}
.big-numbers.primary-color h1 {
    color:#00416B !important;
}

.sc_testimonials_qw-big .slider_container.slider_one .sc_testimonials_item {
    align-content: center;
}

.slider_controls_wrap > a:hover {
    color: #6699cc !important;
}

.small-cta .sc_button_title {
    font-size:14px;
    font-weight:700;
}
.small-cta a:hover .sc_button_title,
.mag-portfolio-list .sc_portfolio.sc_portfolio_band .sc_portfolio_item .post_content_wrap .post_title a:hover, .mag-portfolio-list .sc_portfolio.sc_portfolio_band .sc_portfolio_item .post_content_wrap .post_meta .post_categories a:hover, .mag-portfolio-list .sc_portfolio.sc_portfolio_band .sc_portfolio_content .sc_portfolio_item .post_content_wrap .theme_button:hover {
    color:#6699cc !important;
}
.section-options .filter-options .elementor-widget-wrap {
    padding:0 !important;
}

/*pop-up hack... find better selector than the one with UUID */
.elementor-625 .elementor-element.elementor-element-b6c3d9f {
    height: 0 !important;
}

/* Gallery styles */
.elementor-gallery__titles-container {
    justify-content: flex-start !important;
}
.elementor-gallery__titles-container a.elementor-item.elementor-gallery-title {
    margin-right: auto;
    font-size:16px;
    /*flex-grow: 1;*/
    /*fill: #6699cc;
    color: #6699cc;
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6699cc;*/
    /*border-radius: 16px 16px 16px 16px;*/
    fill: #999fa3;
    color: #999fa3;
    background-color: transparent;
    margin: 8px 8px 8px 8px !important;
    min-width:200px;
}
.elementor-gallery__titles-container a.elementor-item.elementor-gallery-title:hover, .elementor-gallery__titles-container a.elementor-item.elementor-gallery-title.elementor-item-active  {
    /*fill: #00416B;
    color: #00416B;
    background-color: transparent;
    border-color: #00416B;*/
    fill: #333F48;
    color: #333F48;
}

.elementor-gallery__titles-container a.elementor-item.elementor-gallery-title::before {
    opacity:1 !important;
    content: "";
    height:100%;
    transform: skew(-24deg);
    transform-origin: center;
    border: #999fa3 1px solid;
    position: absolute;
    top: 0;
    left: 0;
}
.elementor-gallery__titles-container a.elementor-item.elementor-gallery-title:hover::before, .elementor-gallery__titles-container a.elementor-item.elementor-gallery-title.elementor-item-active::before  {
    border: #333F48 2px solid;
}

.elementor-gallery__titles-container [data-gallery-index="all"] {
   display:none !important;
}

.reset-block {
    width: 100%;
    margin: 8px 8px 30px 8px;
    text-align: left;
}
.reset-block a {
    font-weight:700 !important;
    font-size:14px !important;
    text-transform: uppercase !important;
    border:0;
    text-decoration: underline !important;
}
.reset-block a:hover {
    text-decoration: none !important;
}

.elementor-gallery-item__overlay {
    /*mix-blend-mode: var(--overlay-mix-blend-mode);
    transition-duration: var(--overlay-transition-duration);
    transition-property: mix-blend-mode, transform, opacity, background-color;*/
    opacity:0.9;
    mix-blend-mode: normal;
}
.e-gallery-item.elementor-gallery-item:hover > .elementor-gallery-item__overlay {
    background-color: rgba(51,63,72,0.9) !important;
}

.elementor-gallery-item__content {
    text-align:left;
}
.elementor-gallery-item__title {
    font-size:18px;
    line-height:22px;
    margin-bottom:15px;

}
.elementor-gallery-item__description {
    font-size:14px;
    line-height:16px;
}

.elementor-lightbox .dialog-lightbox-close-button { text-decoration: none !important; }

.elementor-lightbox {
    background-color:rgba(0,0,0,0.92); /*rgba(0,45,87,0.9)*/
}


.e-gallery-item.elementor-gallery-item {
    transform: skew(-23deg) translateX(42px);
    overflow: hidden; /* Optional: clips the image to wrapper bounds */
    transform-origin: center;
    border: transparent 1px solid;
}
.e-gallery-item.elementor-gallery-item .e-gallery-image {
    transform: skew(23deg) scale(1.5) translateX(-42px); /* Counter-skew to straighten the image */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the skewed container nicely */
}
.e-gallery-item.elementor-gallery-item .elementor-gallery-item__content {
    transform: skew(23deg) scale(1) translateX(-42px);
}
.e-gallery-item.elementor-gallery-item .elementor-gallery-item__content .elementor-gallery-item__title, .e-gallery-item.elementor-gallery-item .elementor-gallery-item__content .elementor-gallery-item__description {
    transform: translateX(60px);
    width: 90%;
}
/*
.e-gallery-item.elementor-gallery-item:nth-child(odd) {
    border-radius: 0 16px 80px 16px;
}
.e-gallery-item.elementor-gallery-item:nth-child(even) {
    border-radius: 80px 16px 80px 16px;
}
.e-gallery-item.elementor-gallery-item:nth-child(3n+1) {
    border-radius: 80px 16px 80px 16px;
}
*/
.elementor-slideshow__description {
    display:none;
}

/* / Gallery styles */

/*.location-title {
    font-size:15px;
    padding-left:33px;
}*/
.wpcf7 span.wpcf7-not-valid-tip {
    color: #4f2123 !important;
}
.wpcf7 .wpcf7-not-valid {
    border-color: #4f2123 !important;
}

.wpcf7 .form-style-1 .style-line .line {
    background-color:#999fa3 !important;
}
.location-list .sc_icons_simple .sc_icons_item .sc_icons_item_more_link {
    font-size: 15px;
    line-height: 24px;
    color:#999fa3 !important;
}
.location-list .sc_icons .sc_icons_item_title {
    color:#00416B !important;
    font-size: 18px;
}
.location-form .form-style-1 .style-line[class*="icon-"]:before {
    color:#999fa3 !important;
}
.location-form .form-style-1 input::-ms-input-placeholder, .form-style-1 input::-webkit-input-placeholder, .form-style-1 input::placeholder { 
    color:#999fa3 !important;
}
.location-form .wpcf7 .wpcf7-submit-style .submit-style-in, .wpcf7 .wpcf7-submit-style .wpcf7-submit {
    border-radius:8px;
    text-transform: none;
    margin: 0;
    padding: 17px 35px 17px 35px !important;
    font-size:18px;
    font-weight:600;
    letter-spacing: 0px;
    min-width: 240px;
}

.wpcf7 .wpcf7-submit-style .submit-style-in:before {
    content: '';
    font-family: "fontello";
    font-weight: 400;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    line-height: 0;
    margin-top: -0.5em;
}
.wpcf7-list-item {
    margin: 0 0 1em 1em;
}

.wpcf7-acceptance label span a {
    display: inline !important;
}

.text-left {
    text-align:left;
}
.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover {
    color: #5d8bb7 !important;
}

.custom-max-1 {
    max-width:640px;
}

.color-primary-override h1, .color-primary-override h2, .color-primary-override h3, .color-primary-override h4, .color-primary-override h5, .color-primary-override h6 {
 color:#00416B;
}
.color-secondary-override h1, .color-secondary-override h2, .color-secondary-override h3, .color-secondary-override h4, .color-secondary-override h5, .color-secondary-override h6 {
    color:#6699cc;
}

.sc_services_backward .sc_services_item .sc_services_item_title, .sc_services_backward .sc_services_item .sc_services_item_title a, .sc_services_backward .sc_services_item .sc_services_item_more_link {
    color:#00416B;
}

.scroll_to_top_style_default {
    border-color: #333F48;
    background-color: #333F48;
}
.scroll_to_top_style_default:hover {
    border-color: #5d8bb7;
    background-color: #5d8bb7;
}

.masonry_wrap .masonry_item .post_layout_classic-masonry_1 .post_header:before, .masonry_wrap .masonry_item .post_layout_classic-masonry_2 .post_header:before, .masonry_wrap .masonry_item .post_layout_classic-masonry_3 .post_header:before {
    /*position: absolute;
    left: 0;
    top: 10px;
    width: 35px;
    height: 2px;
    content: "";*/
    display: none !important;
}

.masonry_wrap .masonry_item .post_layout_classic-masonry_3 .post_header {
    padding: 0 0 30px 0 !important;
}

.masonry_item.masonry_item-1_3 .post_meta .post_meta_item, .masonry_item.masonry_item-1_3 .post_meta .vc_inline-link, .masonry_item.masonry_item-1_3 .post_layout_classic-masonry_3 .post_title a, .masonry_item.masonry_item-1_3 .post_meta_item.post_date a {
    color: #00416B;
}
.masonry_item.masonry_item-1_3 .post_layout_classic-masonry_3 .post_title a:hover, .masonry_item.masonry_item-1_3 .post_meta_item.post_date a:hover { 
    color: #6699cc;
}

.masonry_item.masonry_item-1_3 .post_meta_item a {
    font-weight:600;
}

.masonry_item.masonry_item-1_3 a, .masonry_item.masonry_item-1_3 .post_title a, .masonry_item.masonry_item-1_3 .post_meta_item a {
    text-decoration: none;
}

.masonry_item.masonry_item-1_3:nth-child(odd) .post_featured.with_thumb.hover_zoom,
.masonry_item.masonry_item-1_3:nth-child(even) .post_featured.with_thumb.hover_zoom,
.masonry_item.masonry_item-1_3:nth-child(3n+1) .post_featured.with_thumb.hover_zoom {
    border-radius: 9px;
}

.masonry_item.masonry_item-1_3 .post_meta {
    font-weight:600;
}

.single-action {
    cursor: pointer;
}


/* REVOLUTION SLIDER HACKS */
rs-column-bg {
    position: absolute !important;
    z-index: 0;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.rs-caption-block a {
    color: #5d8bb7; 
    text-decoration: underline;
}
.rs-caption-block a:hover {
    color:#FFFFFF;
}

.tp-bullet.selected {
    text-shadow: 0 0 4px #FFFFFF;
    text-shadow: 0 0 4px rgba(255,255,255,0.5);
}

.sidecon-48 .elementor-icon svg {
    width: 48px;
    height: 48px;
}

ul.blue-balls li {
    margin-top:7px;
    margin-bottom:7px;
}

.sub-menu li:last-child { 
    padding-bottom: 30px;
}

/*.menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
    background-color: transparent;
}
.menu_hover_zoom_line > ul > li:not(.menu-collapse) > a:after {
    content: "" !important;
    display: block !important;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -2px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/


.column-clickable {
    cursor: pointer;
}

.trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_char {
    font-size: 7em !important;
}


/* POST STYLING */
.post_header_wrap_style_style-1.with_featured_image:before {
    /*background: rgba(0, 0, 0, 0.69);
    background: rgba(238,242,246,0.9) !important;*/
    background: rgba(0,65,107,0.73) !important;
}
/* / POST STYLING */


@media only screen and (min-width: 1080px) and (max-width: 1330px) {
    /* Slideshow Global Title box disappears @ 784px */
    /*.rs-parallax-wrap:has(.slideshow-global-box) {
        width:42% !important; 
    }*/
    #slideshow-global-box {
        width:42% !important; 
    }
}
@media only screen and (min-width: 785px) and (max-width: 1079px) {
    #slideshow-global-box {
        width:50% !important; 
    }
}

#slideshow-global-box-mbl {
    display:none;
    color:#FFFFFF;
}
#slideshow-global-box-mbl h2{
    font-size:32px;
    line-height:36px;
}
#slideshow-global-box-mbl h3{
    font-size:20px;
    line-height:26px;
}

#slideshow-global-box-mbl .elementor-widget-wrap.elementor-element-populated .elementor-element {
    max-width: 480px;
    display: block;
    margin: auto;
}
@media (max-width: 784px) {
    #slideshow-global-box-mbl {
        display:block;
        width:100%;
        box-sizing: border-box;
    }
}
/* REVOLUTION SLIDER HACKS */



/* NEW STYLES */

/* Buttons .sc_button_size_small .color_style_dark */
.sc_button {
    border-radius:8px !important;
    padding:16px !important;
}
.sc_button_text.sc_align_center {
    margin:auto;
}

.sc_button .sc_button_text {
    text-transform: none;
    letter-spacing: 0;
}
.sc_button_size_small .sc_button_text {
    font-size: 16px;
}

.sc_button.sc_button_default {
    border:1px solid #4f2123 !important;
    color:#4f2123 !important;
    background-color: transparent !important;
}
.sc_button.sc_button_default:hover {
    border:1px solid #6699cc !important;
    color:#FFFFFF !important;
    background-color: #6699cc !important;
}

.sc_button.color_style_dark {
    border:1px solid #C58B6F !important;
    color:#FFFFFF !important;
    background-color: #C58B6F !important;
}

.sc_button.color_style_link2  {
    border:1px solid #EBE3DB !important;
    color:#EBE3DB !important;
    background-color: transparent !important;
}
.sc_button.color_style_link2:hover  {
    border:1px solid #C58B6F !important;
    color:#FFFFFF !important;
    background-color: #C58B6F !important;
}

.std-width .sc_button.sc_button_size_small {
    min-width:240px;
}

.sc_button.sc_button_simple:not(.sc_button_bg_image) {
    padding: 0 1.7em 0 0 !important;
}

.bg-burgundy .sc_button.sc_button_simple:not(.sc_button_bg_image), .bg-slate .sc_button.sc_button_simple:not(.sc_button_bg_image) {
    color: #FFFFFF;
}
.bg-burgundy .sc_button.sc_button_simple:not(.sc_button_bg_image):hover, .bg-slate .sc_button.sc_button_simple:not(.sc_button_bg_image):hover {
    color: #6699cc !important;
}

.bg-cream .sc_button.sc_button_simple:not(.sc_button_bg_image), .bg-cream .sc_button.sc_button_simple:not(.sc_button_bg_image) {
    color: #4f2123;
}
.bg-cream .sc_button.sc_button_simple:not(.sc_button_bg_image):hover, .bg-cream .sc_button.sc_button_simple:not(.sc_button_bg_image):hover {
    color: #6699cc !important;
}

.bg-brightblue .sc_button.color_style_dark:hover, .bg-brightblue .sc_button.color_style_link2:hover{
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF !important;
    background-color: #333F48 !important;
}



/* Skew Styles */
.skewed::before{
  content: "";
  position: absolute;
  inset: 15px; /* keeps the skew slightly larger */
  /*z-index: -1; /* behind the .skewed content */
  background: transparent;
  border-radius: 0;
  /* Create the skewed effect */
  transform: skew(-24deg);
  transform-origin: center;
  /* Smooth edges and layout changes */
  will-change: transform;
}

.skewed.border-brightblue::before {
    border: 5px solid #6699CC;
}
.skewed.border-slategray::before {
    border: 5px solid #5A5F65;
}


.skew-e {
    position: relative;
    margin-left: -1px;
}

.skew-e::before {
    content: '';
    position: absolute;
    left: -24%;
    left: 1px;
    bottom: 0;
    width: 24%; /* controls the horizontal width of triangle */
    width: auto;
    height: 100%;
    background-color: transparent;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%); /* For WebKit browsers */
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%);
    aspect-ratio: 0.4452 / 1; /* width/height ratio for 24° */
    transform: translateX(-100%); /* Moves left by its own width */
}

.skew-e-inverse {
    position: relative;
}

.skew-e-inverse::before {
    content: '';
    position: absolute;
    /*right: -23%;
    right: 0;*/
    left:100%;
    bottom: 0;
    width: 24%; /* controls the horizontal width of triangle */
    width: auto;
    height: 100%;
    background-color: transparent;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%); /* For WebKit browsers */
    clip-path: polygon(0 0, 100% 0, 0 100%);
    aspect-ratio: 0.4452 / 1; /* width/height ratio for 24° */
    transform: translateX(-1px); 
    z-index:1;
}

.skew-e.bg-brightblue::before, .skew-e-inverse.bg-brightblue::before, .bg-brightblue {
    background-color: #6699cc;
}
.skew-e.bg-slate-gray::before, .skew-e-inverse.bg-slate-gray::before, .bg-slate-gray {
    background-color: #333F48;
}
.skew-e.bg-burgundy::before, .skew-e-inverse.bg-burgundy::before, .bg-burgundy {
    background-color: #4f2123;
}
.skew-e.bg-cream::before, .skew-e-inverse.bg-cream::before, .bg-cream {
    background-color: #EBE3DB;
}


.skew-wrapper .elementor-image-box-img {
    transform: skew(-24deg) translateX(42px);
    overflow: hidden; /* Optional: clips the image to wrapper bounds */
    transform-origin: center;
    border: transparent 1px solid;
}
.skew-wrapper .elementor-image-box-img img {
    transform: skew(24deg) scale(1.33); /* Counter-skew to straighten the image */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the skewed container nicely */
}

.skew-wrapper .elementor-image-box-img {
    /*border-color:#5d8bb7;*/
    border-left: 10px solid #5d8bb7;
}

.skew-wrapper.reverse-skew .elementor-image-box-img {
    transform: skew(24deg) translateX(-60px);
}
.skew-wrapper.reverse-skew .elementor-image-box-img img {
    transform: skew(-24deg) scale(1.33); /* Counter-skew to straighten the image */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the skewed container nicely */
}

.skew-wrapper.reverse-skew .elementor-image-box-img {
    border-left: 0 solid transparent;
    border-right: 15px solid #5d8bb7;
}


/* Max-Widths */
.max-1200 {
    max-width:1200px !important;
}
.max-960 {
    max-width:960px !important;
}
.max-810 {
    max-width:810px !important;
}
.max-640 {
    max-width:640px !important;
}
.max-520 {
    max-width:520px !important;
}
.max-320 {
    max-width:320px !important;
}
.auto-center {
    margin:auto !important;
}


.kenburns {
    /*width: 100vw;
    height: 100vh;*/
    position: relative;
    animation: kenburns 120s infinite;
}

@keyframes kenburns {
    0%,
    100% {
        background-size: 100%;
        /*background-position: 50% 50%;*/
    }
    50% {
        background-size: 180%;
        /*background-position: 66% 42%;*/
    }
}

  .kenburns-alt {
    /*width: 100vw;
    height: 100vh;*/
    position: relative;
  }
  
  .kenburns-alt::before {
    content: '';
    width: 100%;
    height: 100%;
    /*background-image: url(https://picsum.photos/id/1015/1024/768);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    animation: kenburns-alt 10s infinite
  }
  
  @keyframes kenburns-alt {
    0%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(3);
    }
  }

#cookie-notice .cookie-notice-container {
    max-width: 90%;
    margin: auto;
}

#cookie-notice .cn-privacy-policy-link.compliant-banner {
    color:#e1e2e4;
    text-decoration: none;
}
#cookie-notice .cn-privacy-policy-link.compliant-banner:hover {
    color:#6699cc;
    text-decoration: underline;
}

#cookie-notice .cn-button.cn-button-custom {
    border: 1px solid #EBE3DB;
    margin:5px 15px;
    padding: 0.4em 0.6em;
    border-radius: 8px;
    min-width: 140px;
    text-align: center;
    background-color:transparent;
    color:#EBE3DB
}
#cookie-notice .cn-button.cn-button-custom:hover {
    border: 1px solid #6699cc;
    background-color:#6699cc;
    color:#FFFFFF
}

#cookie-notice .cn-close-icon {
    position: absolute;
    right: 20px;
    top: 26px;
}


/* NEW STYLES */




/* MEDIA QUERIES */

@media (min-width: 1280px) {
    /* FIX FOR max-width: 1280px; */

    header.scheme_dark  .menu_hover_zoom_line .sc_layouts_menu_nav > li:not(.menu-collapse) > a:after {
        background-color: #5d8bb7;
    }

    .sub-menu {
        /*width: 15em;
        padding: 1em 0;
        position: absolute;
        display: none;
        z-index: 10000;
        width: 13em;
        padding: 1.4em 0;
        text-align: left;
        background-color: #f0f0f0;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
        position: absolute;
        top: 4em !important;
        left: -0.7em !important;
        width: 360px !important;
        padding: 30px 0 0 0 !important;
        background-color: transparent !important;
        /*border-left: 5px solid #5d8bb7;*/
        /*border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;*/

        -webkit-box-shadow: none !important;
        -ms-box-shadow: none !important;
        box-shadow: none !important;
    }

    .sub-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #333F48; /* Set your desired background color */
        /*background: rgba(51,63,72,0.9);*/
        /*background: linear-gradient(123deg,rgba(51, 63, 72, 1) 0%, rgba(51, 63, 72, 0.9) 75%, rgba(51, 63, 72, 0.6) 100%);*/
        border-left: 8px solid #5d8bb7;
        transform: skew(-23deg);
        z-index: -1; /* Places the skewed background behind the menu items */
        transform-origin: top left; /* Adjust this if needed */
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    

    .sub-menu li {
        font-family: Montserrat, Avenir, Corbel, 'URW Gothic', source-sans-pro, sans-serif !important;
        font-size:16px;
    }

    /* Stagger li's with skewed submenu bg */
    .sub-menu li:nth-child(2) { margin-left: calc(-1 * 16px); }
    .sub-menu li:nth-child(3) { margin-left: calc(-2 * 16px); }
    .sub-menu li:nth-child(4) { margin-left: calc(-3 * 16px); }
    .sub-menu li:nth-child(5) { margin-left: calc(-4 * 16px); }
    .sub-menu li:nth-child(6) { margin-left: calc(-5 * 16px); }
    .sub-menu li:nth-child(7) { margin-left: calc(-6 * 16px); }
    .sub-menu li:nth-child(8) { margin-left: calc(-7 * 16px); }
    .sub-menu li:nth-child(9) { margin-left: calc(-8 * 16px); }
    .sub-menu li:nth-child(10) { margin-left: calc(-9 * 16px); }
    /* FOR PRECISION IN MODERN BROWSERS */
    .sub-menu li:nth-child(2) { margin-left: calc(-1 * 16.03px); }
    .sub-menu li:nth-child(3) { margin-left: calc(-2 * 16.03px); }
    .sub-menu li:nth-child(4) { margin-left: calc(-3 * 16.03px); }
    .sub-menu li:nth-child(5) { margin-left: calc(-4 * 16.03px); }
    .sub-menu li:nth-child(6) { margin-left: calc(-5 * 16.03px); }
    .sub-menu li:nth-child(7) { margin-left: calc(-6 * 16.03px); }
    .sub-menu li:nth-child(8) { margin-left: calc(-7 * 16.03px); }
    .sub-menu li:nth-child(9) { margin-left: calc(-8 * 16.03px); }
    .sub-menu li:nth-child(10) { margin-left: calc(-9 * 16.03px); }

    .sub-menu li > a {
        padding: 10px 30px !important;
        font-weight:600 !important;
        /*border-bottom: 1px solid #5a5f65;*/
    }

    .sc_layouts_menu_nav>li {
        margin-right: 20px;
    }

    .sc_layouts_menu_nav>li.mainmenu-cta {
        margin-left: 40px;
        margin-right: 0;
        border-radius:8px;
        min-width:180px;
        text-align:center;
    }

    header.scheme_dark .menu_main_nav>li>a, header.scheme_dark .sc_layouts_menu_nav>li>a {
        color:#EBE3DB;
    }
    header.scheme_dark .menu_main_nav>li>a:hover, header.scheme_dark .sc_layouts_menu_nav>li>a:hover {
        color:#e1e2e4;
    }


    header.scheme_dark .sc_layouts_menu_nav>li.mainmenu-cta, .menu_mobile_overlay.scheme_dark li.mainmenu-cta, .menu_mobile.menu_mobile_fullscreen.scheme_dark li.mainmenu-cta {
        border: 1px solid #EBE3DB;
    }
    header.scheme_dark .sc_layouts_menu_nav>li.mainmenu-cta:hover, .menu_mobile_overlay.scheme_dark li.mainmenu-cta:hover, .menu_mobile.menu_mobile_fullscreen.scheme_dark li.mainmenu-cta:hover {
        border: 1px solid #5d8bb7;
    }

    header.scheme_light .sc_layouts_menu_nav>li.mainmenu-cta, .menu_mobile_overlay.scheme_light li.mainmenu-cta, .menu_mobile.menu_mobile_fullscreen.scheme_light li.mainmenu-cta {
        border: 1px solid #5d8bb7;
    }

    .sc_layouts_menu_nav>li.mainmenu-cta:hover {
        background-color: #5d8bb7;
    }

    .sc_layouts_menu_nav>li:hover a::after, .sc_layouts_menu_nav>li a:hover::after, .sc_layouts_menu_nav>li:hover > a > span:after, .sc_layouts_menu_nav>li > a:hover > span:after, .sc_layouts_menu_nav>li:hover > a:hover > span:after {
        background-color: #5a5f65;
    }

    /* Disable underline effects for certain menu items */
    .menu_hover_zoom_line .sc_layouts_menu_nav>li.mainmenu-cta:hover a::after, .menu_hover_zoom_line .sc_layouts_menu_nav>li.mainmenu-cta a:hover::after, .menu_hover_zoom_line li.submenu-cta:hover > a > span:after, .menu_hover_zoom_line li.submenu-cta > a:hover > span:after, .menu_hover_zoom_line li.submenu-cta:hover > a:hover > span:after {
        width: 100%;
        background-color: transparent !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display:none;
        /*
        content: "" !important;
        display: block !important;
        position: relative;
        z-index: 1;
        top: auto;
        bottom: -2px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        */
    }
    .menu_hover_zoom_line .sc_layouts_menu_nav > li.mainmenu-cta:not(.menu-collapse) > a:after {
        background-color: transparent !important;
    }

    .submenu-cta, .sc_layouts_menu_nav > li.sub-menu li:last-child {
        color:#4f2123;
        background-color: #EBE3DB;
        margin-top:30px !important;
        border-bottom-right-radius: 20px !important;
    }
    .sc_layouts_menu_nav > li li.submenu-cta > a, .sc_layouts_menu_nav > li.sub-menu li:last-child > a {
        padding: 20px 40px 30px 40px !important;
        color: #4f2123 !important;
    }


    .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li.menu-item-has-children > a {
        padding: 0.4em 0.6em;
    }
}

@media only screen and (min-width: 1466px) and (max-width: 1590px) {
    .sc_layouts_menu_nav>li {
        margin-right: 0;
    }
    
    /*.sc_layouts_menu_nav>li.mainmenu-cta {
        margin-left: 40px;
        margin-right: 0;
        min-width:170px;
    }*/
    .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li.menu-item-has-children > a {
        padding: 0.5em 0.7em !important;
    }
}

@media (max-width: 1439px) {
    .menu_mobile .menu_mobile_nav_area {
        max-height: 60% !important;
        top: 20% !important;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1465px) {
    .sc_layouts_menu_nav>li.mainmenu-cta {
        margin-left: 0;
        margin-right: 0;
        min-width:140px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1279px) {
    .sc_layouts_menu_nav>li {
        margin-right: 0;
    }

    .sc_layouts_menu_nav>li.mainmenu-cta {
        margin-left: 0;
        margin-right: 0;
        min-width:180px;
    }

    .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li.menu-item-has-children > a {
        padding: 0.5em 0.7em !important;
    }
}


@media only screen and (max-width: 1279px) {
    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    h5 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1460px) {
    .big-numbers h1 {
        font-size:64px !important;
    }

    /*.big-numbers .counter-number { }*/

    .scheme_dark.data-block h1 {
        font-size:70px !important;
        line-height:74px !important;
    }
}
/* TABLET BREAKPOINT */
@media (max-width: 1024px) {
    /* MOBILE STICKY MENU 
    .trx_addons_scroll_to_top_show .top_panel_custom_header-main-sticky {
        position: sticky !important;
        background-color: #333F48 !important;
    }*/
    .page_content_wrap {
        padding-top: 30px !important;
        padding-bottom: 40px !important;
    }

    .skew-wrapper .elementor-image-box-img {
        width:80% !important;
        transform: skew(-23deg) translateX(50px) !important;
    }
    .skew-wrapper.reverse-skew .elementor-image-box-img {
        width:90% !important;
        transform: skew(23deg) translateX(15px) !important;
    }
    h1.front_page_section_caption, h1.sc_layouts_title_caption {
        font-size: 76px;
        line-height: 70px;
    }

    .e-gallery-item.elementor-gallery-item {
        transform: skew(-23deg) translateX(11px);
    }
    .e-gallery-item.elementor-gallery-item .e-gallery-image {
        transform: skew(23deg) scale(1.5) translateX(-21px);
    }
    
}
/* MOBILE BREAKPOINT */
@media (max-width: 767px) {
    .menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_nav_area .menu-item>a {
        padding: 10px 2em 10px 0 !important;
    }
    .menu_mobile .menu_mobile_nav_area .open_child_menu {
        top: 6px !important;
    }
    .search_modern .search_opened .logo_image {
        max-height:80px !important;
    }

    .footer-column li > a {
        text-align: center;
    }
    .socials_wrap {
        text-align: center;
    }
    .portfolio_page_details_item_value .socials_wrap {
        text-align: left;
    }

    .process-box img {
        width:100%;
        max-width:60px;
    }

    .btn-large .elementor-button {
        font-size: 22px;
        padding: 15px 30px;
    }


    .filter-options {
        text-align:left !important; 
    }
    .section-options .filter-options, .section-options .filter-options a {
        width:100% !important;
        font-size:13px;
        line-height:1;
    }
    .section-options .filter-options .elementor-button:nth-child(odd), .section-options .filter-options .elementor-widget-button:nth-child(odd), .section-options .filter-options .elementor-button:nth-child(even), .section-options .filter-options .elementor-widget-button:nth-child(even) {
        min-width: 48% !important;
        margin-right:0 !important;
        margin-left:0 !important;
    }
    .section-options .filter-options .elementor-button:nth-child(odd) a, .section-options .filter-options .elementor-widget-button:nth-child(odd) a {
        padding: 10px 5px;
        margin: 2px 6px 2px 0 !important;
    }
    .section-options .filter-options .elementor-button:nth-child(even) a, .section-options .filter-options .elementor-widget-button:nth-child(even) a {
        padding: 10px 5px;
        margin: 2px 0 2px 6px !important;
    }

    

    .cs-padded-callout {
        padding: 0;
    }
    .cs-bordered-callout {
        margin: 20px -15px;
        padding: 40px 20px 50px 20px;
    }
    .navigation.post-navigation {
        margin-top: 40px;
    }



    h1, h1.front_page_section_caption, h1.sc_layouts_title_caption {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .wp-block-image.size-large.is-style-default img, .cs-static-gallery-lead img {
        box-sizing: border-box;
        border-radius: 80px 16px 80px 16px;
    }

    .cs-static-gallery-1 img {
        box-sizing: border-box;
        border-radius: 0 16px 80px 16px;
    }
    .cs-static-gallery-2 img {
        box-sizing: border-box;
        border-radius: 80px 16px 80px 16px;
    }
    .cs-static-gallery-3 img {
        box-sizing: border-box;
        border-radius: 80px 16px 0 16px;
    }
    .location-form .wpcf7 .wpcf7-submit-style, .wpcf7 .wpcf7-submit-style {
        width:100%;
    }

    .location-form .wpcf7 .wpcf7-submit-style .submit-style-in, .location-form .wpcf7 .wpcf7-submit-style .wpcf7-submit, .wpcf7 .wpcf7-submit-style .wpcf7-submit {
        margin: auto;
        padding: 15px 0 15px 0 !important;
        width:100%;
    }

    .elementor-gallery__titles-container a.elementor-item.elementor-gallery-title {
        margin: 4px !important;
        min-width: 44%;
    }
    
}

@media (max-width: 479px) {
    .menu_mobile .sc_layouts_logo img {
        max-height: 60px;
    }

    .section-options, .section-options a {
        width:100% !important;
    }

    .section-options .elementor-button, .section-options .elementor-widget-button  {
        min-width:260px !important;
        margin:4px auto !important;
    }

    .cta-banner h4 {
        font-size:24px;
        line-height:1.2;
    }

    .cta-banner .elementor-button {
        width:100%;
    }

    .sc_testimonials_item_content p {
        font-size: 22px !important;
        line-height: 28px !important;
        font-weight: 600;
    }

    .wp-block-image.size-large.is-style-default img, .cs-static-gallery-lead img {
        box-sizing: border-box;
        border-radius: 40px 16px 40px 16px;
    }
    .cs-static-gallery-1 img {
        box-sizing: border-box;
        border-radius: 0 16px 40px 16px;
    }
    .cs-static-gallery-2 img {
        box-sizing: border-box;
        border-radius: 40px 16px 40px 16px;
    }
    .cs-static-gallery-3 img {
        box-sizing: border-box;
        border-radius: 40px 16px 0 16px;
    }

    .portfolio_page_content .elementor-widget-wrap {
        padding:0 !important;
    }

    .location-contact-intro .sc_item_title:not(.sc_typed) br {
        display:block !important;
    }
    .std-gap {
        margin-left:15px;
    }

    .sc_button {
        width:100%;
    }

    .mobile-search-widget form.e-search-form {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mobile-search-widget form.e-search-form .e-search-input-wrapper {
        width: 100%;
        margin-bottom: 10px; /* Add some spacing between input and button */
    }

    .mobile-search-widget form.e-search-form .e-search-submit {
        width: 100%;
        margin-inline-start: 0; /* Remove the left margin */
        justify-content: center; /* Center the button text */
    }

    .e-gallery-item.elementor-gallery-item {
        transform: skew(-23deg) translateX(0);
    }
}