/*
Theme Name:   imp
Theme URI:    https://internetmusicplayer.com
Description:  imp is a child theme of Astra.
Author:       Jason Pogodzinski
Author URI:   https://giantsponge.com
Template:     astra
Version:      1.1.9
Text Domain:  imp
*/
.site .site-content #primary {
    margin-top: 0px;
}


.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
}
/* MAIN BODY */
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
    padding: 0;
    margin: 0em 0;
}

.ast-container, .ast-container-fluid {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.ast-site-title-wrap{
    padding-left: 20px;
}
.ast-builder-layout-element.site-header-focus-item.ast-header-account{
     padding-right: 20px;
}


/* post-4096 post type-post status-publish format-standard has-post-thumbnail hentry category-new-techniques ast-article-single */

article.type-post .ast-post-format-   {
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
 

/* Custom Padding Adjustment for Archive Descriptions */
body.archive .ast-archive-description {
    text-align: left;
    max-width: 750px !important;
    padding-top: 1em;
    padding-bottom: 3em;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: auto;
    margin-right: auto;

}

.gsgallery-max-width-container {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.ast-builder-menu-1 .sub-menu,
.ast-builder-menu-1 .inline-on-mobile .sub-menu {
    border: 0;
}

body>div.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    visibility: hidden;
}

header#masthead.site-header {
    grid-area: header;
    position: sticky;
    top: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gt_switcher_wrapper {
    margin-left: -5%;
    margin-bottom: 29px;

}

ul.wp-block-list li {
    margin-left: 30px;
}

ol.wp-block-list li {
    margin-left: 60px;
}

ul.children li {
    margin-left: 10px;
}
.wp-block-categories-list {
    /* margin-left: 10%; */
}
ul.wp-block-categories-list li {
    list-style: none;
    position: relative;
    padding-left: 10px;
}

ul.wp-block-categories-list li::before {
    content: "\203A";
    position: absolute;
    left: 0;
    color: #C2A09E;
    font-weight: bold;
    margin-right: 5px;

}

body.astra-hide-featured-artist-title h1.entry-title {
    display: none !important;
}
a.ast-button.artist-page-button {
    font-size: 12px;
    padding: 5px 10px;
}

/* ======================= */
.hero-overlay {
    position: relative; 
}

.hero-overlay::before {
    content: ""; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1; 
}

.hero-overlay > * {
    position: relative; 
    z-index: 2; 
}
/* ======================= */
body.archive .ast-archive-description .ast-archive-title, body.archive .ast-archive-description .ast-archive-title * {
    line-height: normal;
}

.archive .entry-title, .blog .entry-title, .search .entry-title {
    line-height: normal;
}

h1.entry-title {
    font-size: 48px;
    font-weight: bolder;
}

h2.entry-title.ast-blog-single-element a {
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2rem;
}

h2.entry-title.ast-blog-single-element a:hover {
    text-decoration: underline;
}
h2.wp-block-heading {
    font-size: 42px;
    font-weight: 700;
    border-left: 8px solid #55f;
    padding-left: 15px;
    margin-bottom: 20px;
}
h3.wp-block-heading {
    font-size: 24px;
    font-weight: 600; 
    color: #444444; 
    border-bottom: 2px dotted #aaaaaa;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
}
h4.wp-block-heading {
    font-size: 18px;
    font-weight: 700; 
    color: #55f; 
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width: 921px) {
    header.entry-header:not(.related-entry-header) {
        text-align: center;
    }

    .ast-header-break-point .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        /* display: grid; */
        padding: 10px;
    }

    h1,
    .entry-content :where(h1) {
        text-align: center;
    }

    body.archive .ast-archive-description p {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    h1.entry-title {
        font-size: 30px;
        font-weight: bolder;
    }

    h2.wp-block-heading {
        /* text-align: center; */
        font-size: 28px;
    }

}
hr.wp-block-separator {
    display: none;
}
p.ast-blog-single-element.ast-read-more-container.read-more {
    padding: 8px 20px;
    background-color: #9eb7c2;
    color: #ffffff;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

p.ast-blog-single-element.ast-read-more-container.read-more:hover {
    background-color: #1c81e0;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

p.ast-blog-single-element.ast-read-more-container.read-more a {
    color: inherit;
    text-decoration: none;
}

p.ast-blog-single-element.ast-read-more-container.read-more a:hover {
    text-decoration: underline;
}

.custom-login-wrapper {
    max-width: 400px;
    margin: 4rem auto;
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-family: inherit;
}

.custom-login-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-login-wrapper label {
    font-weight: bold;
    font-size: 14px;
}

.custom-login-wrapper input[type="text"],
.custom-login-wrapper input[type="password"] {
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
}

.custom-login-wrapper input[type="submit"] {
    background-color: #55f;
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.custom-login-wrapper input[type="submit"]:hover {
    background-color: #3aa5c3;
}

.custom-login-wrapper .login-error {
    background: #ffe0e0;
    border: 1px solid #3aa5c3;
    padding: 0.75rem;
    border-radius: 4px;
    color: #3aa5c3;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

.custom-login-wrapper .login-remember label {
    font-weight: normal;
}

.custom-login-wrapper .login-submit,
.custom-login-wrapper .login-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-login-wrapper p.forgetmenot,
.custom-login-wrapper .login .forgetmenot {
    margin: 0 auto;
    text-align: center;
}

details.comment-collapse summary {
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    margin: 1em 0;
}

.comment-form-wrapper {
    margin-top: 1em;
}

.login-to-comment {
    margin: 1.5em 0;
    font-style: italic;
    color: #555;
}

.login-to-comment a {
    text-decoration: underline;
    color: #0073aa;
}

.comment-author {
    display: none;
}

.comment-meta.commentmetadata {
    display: none;
}

#primary>.comments-area {
    display: none;
}

.internetmusicplayer.comment {
    border: 2px dashed #eee;
    padding: 1em;
}

.comment-content {}

.after-content-shortcode > * {
    text-align: center;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 30px;
}
#wd_captcha6 {
    width: 150px;
}

ul.wp-block-list li {
    list-style: none; 
    position: relative; 
    padding-left: 10px; 
    margin-left: 0px;

}
ul.wp-block-list li::before {
    content: "\203A"; 
    position: absolute;
    left: 0; 
    color: #3aa5c3;
    font-weight: bold;
    margin-right: 5px;

}
.wp-block-heading {
    margin-top: .5em;
}
#secondary{
    margin: 0em 0 2.5em;
}

.astra-search-form-container{
    text-align: center;
}

/* */
.custom-breadcrumb {
    /* 1. Background & Spacing */
    background-color: white; 
    padding: 10px 0; /* Add vertical padding for breathing room */
    border-bottom: 1px solid #eee; /* Optional: A subtle line to define the area */
    
    /* 2. Centering the Text */
    text-align: center; 

    /* 3. Text Height & Appearance */
    line-height: 1rem; /* Sets the line height as requested */
    font-size: 0.9rem; /* Optional: Makes the text slightly smaller for breadcrumbs */
    color: #666; /* Optional: Softens the text color */
}

.custom-breadcrumb a {
    /* Ensures links stand out but aren't distracting */
    text-decoration: none;
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
}
.heart-icon {
  width: 2rem;
  height: 2rem;
  fill: #C2A09E;
}

/* Theme categories work */
.top-category-nav {
    /* Container Styling (Shared) */
    background-color: white; 
    padding: 0; 
    position: relative; 
    z-index: 101; 
}

/* --- Shared UL/LI/A Base Styles --- */
.top-category-nav ul {
    list-style: none;
    margin: 0;
    padding: 0px 0; 
    text-align: center;
}

.top-category-nav li {
    display: inline-block; 
    padding: 4px 6px; 
    position: relative; 
    transition: background-color 0.2s ease; 
}

.top-category-nav a {
    text-decoration: none;
    display: block; 
    padding: 5px 5px; 
}

.top-category-nav a:hover {
    text-decoration: none; 
}

/* --- 1. TOP-LEVEL NAV STYLES --- */
.top-category-nav.top-level-nav {
    border-bottom: 1px solid #ddd; /* Keep a border below the main row */
    padding-bottom: 0; /* Tighten up spacing */
}

.top-category-nav.top-level-nav a {
    font-size: .85rem;      /* Slightly LARGER size for primary nav */
    font-weight: bold;     /* Bolder weight */
    color: #333; 
}


/* --- 2. SUB-LEVEL NAV STYLES (Sub-categories/Siblings) --- */
.top-category-nav.sub-level-nav {
    border-bottom: 1px solid #eee; /* Lighter border below sub-nav (optional) */
    padding-top: 0; /* Tighten up spacing */
}

.top-category-nav.sub-level-nav a {
    font-size: 0.75rem;    /* SMALLER size for secondary nav */
    font-weight: 600;     /* Regular weight */
    color: #333;          /* Lighter color for secondary importance */
    padding: 0px 5px;     /* Smaller vertical padding */
}


/* 🎨 HOVER AND ACTIVE STYLES (Applies to both navs via shared base class) */

/* 1. Hover Effect: Subtle background fill */
.top-category-nav li:hover {
    background-color: #f0f0f0; 
}

/* 2. Active State: Remove Background fill from LI (Applies to both) */
.top-category-nav li.active-cat-parent {
    background-color: transparent; 
}

/* 3. Active State: Text color and font weight on active link */
.top-category-nav li.active-cat-parent a {
    color: #000000 !important; 
    font-weight: bolder; /* Bolder than base top nav for emphasis */
    position: relative; /* Allows ::after to be positioned */
}

/* Active Text Color for Sub-Nav (Override if you want it to stay light or go darker) */
.top-category-nav.sub-level-nav li.active-cat-parent a {
    color: #000000 !important; /* Keep it dark for contrast */
}


/* 4. Active State: The Underline Box (Applies to both) */
.top-category-nav li.active-cat-parent a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #C2A09E; 
    position: absolute;
    bottom: 0; 
    left: 0;
}
/* Add this to your style.css */
.top-category-nav li.nav-separator {
    padding: 0 5px; /* Minimal spacing */
    pointer-events: none; /* Make sure it's not clickable/hoverable */
}

.top-category-nav li.nav-separator span {
    font-weight: 500;
    color: #999; /* Lighter color */
    font-size: 1rem;
    padding: 5px 0; /* Align with other nav items */
    display: inline-block;
}