/*
Theme Name: EK Construction Kadence Child
Theme URI: https://ek.devopsandplatforms.com
Description: Kadence theme for EK Construction
Author: David Menache
Author URI: https://www.devopsandplatforms.com
Template: kadence
Version: 1.0.0.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 28 May 2025 09:43:58 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/
/*
Theme Name: EK Construction Kadence Child
Template: kadence
*/

@import url("css/base-fonts.css");
@import url("css/headings.css");
@import url("css/lists.css");
@import url("css/faq.css");
@import url("css/forms.css");
@import url("css/header.css");
@import url("css/hero.css");
@import url("css/custom.css");

/* tooltip > header > content (goat + post box) */
:root {
    --z-tooltip: 99999;
    --z-header: 10000;
    --z-content: 1;
}

#masthead,
header.site-header,
.kadence-header,
.site-header,
.site-header-wrap,
.site-main-header-wrap {
    position: sticky;
    top: 0;
    z-index: var(--z-header) !important;
}

.admin-bar #masthead,
.admin-bar header.site-header,
.admin-bar .kadence-header,
.admin-bar .site-header,
.admin-bar .site-header-wrap,
.admin-bar .site-main-header-wrap {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar #masthead,
    .admin-bar header.site-header,
    .admin-bar .kadence-header,
    .admin-bar .site-header,
    .admin-bar .site-header-wrap,
    .admin-bar .site-main-header-wrap {
        top: 46px;
    }
}

.home .epdp-hero,
.home .epdp-hero * {
    position: relative;
    z-index: var(--z-content) !important;
}
.home .epdp-daily-special,
.home .su-box,
.home .show-posts-shortcode,
.home .posts-shortcode {
    position: relative;
    z-index: var(--z-content) !important;
}
.home .epdp-hero,
.home .su-box {
    overflow: visible !important;
}

.su-tooltip,
.su-tooltip .su-tooltip-content,
.su-tooltip.su-tooltip-visible,
.su-tooltip.su-tooltip-open {
    position: relative;
    z-index: var(--z-tooltip) !important;
}

/* [> Optional: kill logged-in page gap if present <] */
/* html { */
/*     margin-top: 0 !important; */
/* } */
