/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    bottom: -23.5px;
}

@media only screen and (min-width: 1000px) {
    #header-outer #top {
        border-bottom: 1px solid #1a2e59;
    }
}

#header-outer[data-lhe="animated_underline"].transparent #top nav > ul > li > a .menu-title-text:after, 
#header-outer.transparent #top nav>ul>li[class*="button_bordered"]>a:before, 
#header-outer.transparent .nectar-mobile-only.mobile-header li a .menu-title-text:after {
    border-color: #1f7cff !important;
}

.container-wrap.no-sidebar.single-top {
    padding-top: 0;
}

.single-title .row_col_wrap_12.col.span_12.left {
    height: calc(100svh - 65px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 100px;
    padding-top: 50px;
    flex-wrap: nowrap;
}

.single-title .row-bg.viewport-desktop.using-image {
    background-size: cover;
    background-position: center;
}

.bottom-section {
    width: 100%;
    margin-top: auto;
}

h1.headline {
    font-size: clamp(56px, 5vw, 84px);
    letter-spacing: 0.02em;
}

.track-mood {
    color: #1f7cff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-top: 14px;
}

.single-title .inner-wrap.row-bg-layer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 3, 15, .6), rgba(0, 3, 15, .15) 30%, rgba(0, 3, 15, .8) 55%, rgb(0, 3, 15) 94%);
}

.bottom-inner-2 {
    margin-top: 80px;
    display: grid;
    grid-template-columns: minmax(540px, 1.45fr) minmax(380px, 1fr);
    gap: 60px;
}

/*player*/

.custom-audio-player {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 15px;
    background: rgb(0 3 15 / 60%);
    border:1px solid rgba(46,93,183,.38);
    box-shadow: 0 0 30px rgba(46,93,183,.12);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin-bottom: 45px;
}

.track-image {
    aspect-ratio: 1 / 1;
    flex: 0 0 110px;
    max-width: 110px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.player-btn.play-toggle {
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 50%;
    background: rgb(16 22 117 / 40%);
    border: 1px solid #1f7cff;
    cursor: pointer;
    transition: .25s ease;
    position: relative;
}

.player-btn.mute-toggle {
    width: 25px;
    height: 25px;
    background: transparent;
    position: relative;
    border: transparent;
    transition: .25s ease;
    cursor: pointer;
}

.player-btn:hover {
    box-shadow: 0 0 22px rgba(31,124,255,.65);
}

.player-btn img {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.player-main {
    flex: 1;
    margin-top: 26px;
}

.player-progress-wrap {
    padding: 12px 0;
    cursor: pointer;
}

.player-progress {
    position: relative;
    width: 100%;
    height: 7px;
    background: rgba(244,248,255,.18);
    border-radius: 999px;
    overflow: hidden;
}

.player-progress-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #1F7CFF, #6FD2FF);
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(111,210,255,.8);
}

.player-time {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #F4F8FF;
    opacity: .8;
}

img.icon-pause,
img.icon-muted{
    display:none;
}

.player-btn img{
    width:20px !important;
    height:20px !important;
}

.play-toggle.is-playing img.icon-play{
    display:none;
}

.play-toggle.is-playing img.icon-pause{
    display:block;
}

.mute-toggle.is-muted img.icon-volume{
    display:none;
}

.mute-toggle.is-muted img.icon-muted{
    display:block;
}

@media (max-width: 600px) {
    .custom-audio-player {
        gap: 12px;
        padding: 15px;
    }

    .player-btn {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }
}

.section-label {
    position: relative;
    padding-bottom: 14px;
    line-height: 1;
}

.section-label span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1f7cff;
}

.section-label::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(106, 157, 255, .22);
}

.section-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background: linear-gradient(to right, #1f7cff 60%, rgb(63 134 255 / 0%));
}

.track-links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
}

.track-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgb(0 3 15 / 60%);
    border:1px solid rgba(46,93,183,.38);
    backdrop-filter: blur(15px);
    border-radius: 200px;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    flex-grow: 1;
    justify-content: center;
    font-weight: 400;
    transition: all 0.3s ease;
}

.track-links a img {
    flex: 0 0 22px;
    max-width: 22px !important;
    margin-bottom: 0 !important;
}

.track-links a:hover {
    box-shadow: 0 0 20px rgba(31,124,255,.25);
}

.bottom-inner-right {
    padding: 25px;
    background: rgb(0 3 15 / 60%);
    border: 1px solid rgba(46, 93, 183, .38);
    box-shadow: 0 0 30px rgba(46, 93, 183, .12);
    backdrop-filter: blur(10px);
    border-radius: 20px;
}

section.track-description {
    margin-top: 25px;
}

.track-meta {
    display: flex;
    gap: 60px;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(46, 93, 183, .38);
}

.track-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.track-meta-label {
    font-size: 12px;
    font-weight:500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #1f7cff;
}

.track-meta-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

a.btn-back {
    display: inline-flex;
    gap: 10px;
    background: #eef3fb;
    padding: 5px 15px;
    border-radius: 200px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    border: 1px solid rgb(255 255 255 / 50%);
    color: #00030f;
}

a.btn-back:hover {
    color: #00030f;
    background: #c7edff;
}

a.btn-back svg {
    flex: 0 0 6px;
    max-width: 6px;
    height: auto;
}


.tracks-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.track-item {
    display: grid;
    grid-template-columns: 120px 1fr auto auto;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 10px;
    color: #F4F8FF;
    text-decoration: none;
    background: rgba(10, 18, 42, .78);
    border: 1px solid rgba(46, 93, 183, .38);
    border-radius: 22px;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    transition: .28s ease;
    margin-bottom: 30px;
}

.track-item-cover {
    width: 120px;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
}

.track-item-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: .28s ease;
    margin: 0 !important;
}

.track-item-title h3 {
    margin: 0 !important;
    color: #F4F8FF;
    line-height: 1;
    text-transform: uppercase;
    transition: .28s ease;
    letter-spacing: 0.05em;
}

.track-item-duration {
    color: #F4F8FF;
    font-size: 15px;
    font-weight: 400;
    opacity: .8;
    white-space: nowrap;
}

.track-item-duration {
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1;
}

.track-item-duration img {
    max-width: 16px !important;
    margin-bottom: 0 !important;
    height: auto !important;
    margin-top: -1px;
}

.track-item-arrow {
    padding: 0 15px;
    height: 18px;
}

.track-item-arrow svg {
    max-width: 18px;
    height: 18px;
}

.track-item:hover {
    background: rgba(14, 25, 56, .88);
    border-color: rgba(63, 134, 255, .75);
}

.track-item:hover .track-item-cover img {
    transform: scale(1.05);
}

.track-item:hover .track-item-title h3 {
    color: #3F86FF;
}

.nectar-cta.my-btn.has-icon[data-icon-alignment="right"] .link_wrap i:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2026/07/arrow-right-1.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
}

.nectar-cta.my-btn.has-icon[data-icon-alignment="right"] .link_wrap i {
    width: 12px;
}

/*NEW FIXED BGR*/
/* .main-bgr>.row-bg-wrap,
.main-bgr .nectar-video-wrap.row-bg-layer {
    position: fixed;
    height: 100svh;
    width: 100vw;
}

.main-bgr>.row-bg-wrap {
    z-index: 2;
}

#footer-outer {
	z-index: 100;
}

.nectar-global-section.before-footer {
    z-index: 100;
} */

.page-background {
    position: fixed;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
}

.page-background::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgb(0, 3, 15) 1%,
        rgba(0, 3, 15, 0.3) 83%
    );
}

.page-background__image,
.page-background__video {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-background__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-background__video {
    object-fit: cover;
    object-position: center;
}


/*responsive*/

#slide-out-widget-area.fullscreen .inner li a {
    opacity: 1 !important;
}

body.using-mobile-browser .blurred-wrap.blurred {
	filter: blur(3px);
}

@media (max-width: 1000px) {
/* .main-bgr .nectar-video-wrap.row-bg-layer {
    height: 65% !important;
}

.main-bgr .row-bg-overlay.row-bg-layer {
    background: linear-gradient(0deg, rgb(0, 3, 15) 25%, rgba(0, 3, 15, 0.3) 70%) !important;
} */

.page-background__image,
    .page-background__video {
        height: 65%;
    }

.page-background::after {
    background: linear-gradient(
        0deg,
        rgb(0, 3, 15) 34%,
        rgba(0, 3, 15, 0.4) 70%
    ) !important;
}
	
.track-item-cover {
    width: 70px;
}

.track-item {
    grid-template-columns: 70px 1fr auto;
        grid-template-areas:
            "image title arrow"
            "image time  arrow";
        column-gap: 15px;
        row-gap: 6px;
        align-items: center;
}

.track-item-title h3 {
    font-size: 14px !important;
    line-height: 1.1 !important;
}

.track-item-cover {
    width: 70px;
    grid-area: image;
}

.track-item-title {
    grid-area: title;
}

.track-item-duration {
    grid-area: time;
    justify-self: start;
    font-size: 12px;
}

.track-item-arrow {
    padding: 0 5px;
    height: 14px;
    grid-area: arrow;
}

.track-item-arrow svg {
    max-width: 14px;
    height: 14px;
}

.single-title .row_col_wrap_12.col.span_12.left {
    height: auto;
    padding-bottom: 60px;
    padding-top: 20px;
}

h1.headline {
    font-size: 23px;
    line-height: 1.2;
}

 .bottom-inner-2 {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
}

.bottom-inner-2 > * {
    width: 100%;
    height: auto;
    min-width: 0;
}

 .custom-audio-player {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
        "cover cover cover"
        "play progress volume";
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.track-image {
    grid-area: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    max-width: 100%;
}

.player-btn.play-toggle {
    grid-area: play;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.player-btn img {
    width: 12px !important;
    height: 12px !important;
}

.player-main {
    grid-area: progress;
    width: 100%;
    min-width: 0;
}

.player-btn.mute-toggle {
    grid-area: volume;
    flex-shrink: 0;
}

.track-links {
    max-width: 250px;
}

.track-links a span {
    display: none;
}

.track-links a {
    gap: 0;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}


.single-title .inner-wrap.row-bg-layer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 3, 15, .75) 30%, rgba(0, 3, 15, .95) 55%, rgb(0, 3, 15) 94%);
}
	
a.btn-back {
    padding: 3px 10px;
    font-size: 11px;
}
}




