/*

Theme Name: Salient Child Theme
Theme URI: 
Template: salient

*/

:root {
    --small-container-width: 900px;
    --container-width: 1350px;
    --container-padding-mobile: 16px;
    --container-padding-desktop: 48px;
    --main-text-color: #ffffff;
    --main-bg-color: #000000;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
body {
    scrollbar-width: none;
    color: var(--main-text-color, #ffffff);
    background-color: var(--main-bg-color, #000000);
}
body .inverted-color-scheme-important {
    background-color: var(--main-text-color, #ffffff) !important;
}
body .inverted-color-scheme-important * {
    color: var(--main-bg-color, #000000) !important;
}

body.menu-drawer-open {
    height: 100vh;
    overflow: hidden;
}

/* ============================= Header mobile ============================= */

#mobile-header {
    position: static;
    display: flex;
    flex-direction: column;
    padding: 40px 16px;
    height: 118px;
}

#mobile-header .burguer-menu-btn {
    background: transparent;
    border: none;
    cursor: pointer;
}
#mobile-header .menu-close-icon {
    display: none;
}
body.menu-drawer-open #mobile-header .menu-burguer-icon {
    display: none;
}
body.menu-drawer-open #mobile-header .menu-close-icon {
    display: block;
}

#mobile-header .mobile-header > a {
    display: block;
    height: 38px;
    width: 80px;
}

#mobile-header .mobile-header > a > img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}
#mobile-header .mobile-header{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
#mobile-header .mobile-menu-drawer {
    position: relative;
    display: flex;
    flex-direction: column;
    left: 0;
    top: unset;
    bottom: 0px;
    width: 100vw;
    min-height: 95vh;
    z-index: 9998;
    background-color: #000;
    padding: 32px 16px 40px 16px;
    transform: translateX(-100vw);
    transition: transform 0.3s ease;
}
#mobile-header .mobile-menu-drawer.open {
    transform: translateX(0);
}

#mobile-header .mobile-menu-drawer .mobile-menu,
#mobile-header .mobile-menu-drawer .mobile-menu ul {
    margin: 0;
}
#mobile-header .mobile-menu-drawer .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 32px;
    overflow: auto;
    padding-bottom: 32px;
}
#mobile-header .mobile-menu-drawer .mobile-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    font-weight: 500;
}
#header-outer .menu-item-tag,
#mobile-header .menu-item-tag {
    position: relative;
    bottom: 2px;
    background-color: #d6320e;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 500;
}
#mobile-header .mobile-menu-drawer .mobile-menu a {
    color: inherit;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu {
    display: flex;
    position: absolute;
    inset: 0;
    background: black;
    max-width: 100vw;
    overflow: hidden;
    z-index: 9;
    flex-direction: column;
    text-align: left;
    padding: 16px;
    transform: translateX(-100vw);
    transition: transform 0.3s ease;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu.open {
    transform: translateX(0);
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .menu-item {
    background: transparent;
    border: none;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: white;
    opacity: 0.8;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .menu-item .menu-item-title.uppercase {
    text-transform: uppercase;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .sub-menu_section-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.8;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_plans {
    background-color: #1a1a1a;
    padding: 16px;
    border-radius: 24px;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_plans .sub-menu_section-title {
    margin-bottom: 8px;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_plans .sub-menu_plans-item {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_plans .sub-menu_plans-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_plans .sub-menu-link-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_plans .sub-menu-link-subtitle {
    font-size: 12px !important;
    line-height: 1 !important;
    opacity: 0.4;
    margin-top: 4px;
}
#mobile-header .mobile-menu-drawer .mobile-menu ul.sub-menu {
    max-height: calc(100vh - 212px);
    overflow: auto;
    scrollbar-width: thin;
}
#mobile-header .mobile-menu-drawer .mobile-menu ul.sub-menu::-webkit-scrollbar {
    display: block;
    width: 2px;
    height: auto;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .menu-item.sub-menu-item {
    flex-direction: column;
    align-items: flex-start;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .menu-item.sub-menu-item .menu-item-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .menu-item.sub-menu-item .sub-menu-link-subtitle {
    font-size: 12px !important;
    line-height: 1 !important;
    opacity: 0.4;
    margin-top: 4px;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_featured-plugin .featured-plugin-heading {
    font-size: 12px !important;
    opacity: 0.8;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_featured-plugin .featured-plugin-img {
    height: 121px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 16px;
    margin-bottom: 24px;
}
#mobile-header
    .mobile-menu-drawer
    .mobile-menu
    .custom-mega-menu
    .mega-menu_featured-plugin
    .featured-plugin-heading-2 {
    font-size: 16px !important;
    margin-bottom: 8px;
}
#mobile-header
    .mobile-menu-drawer
    .mobile-menu
    .custom-mega-menu
    .mega-menu_featured-plugin
    .sub-menu_featured-plugin-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 12px;
}
#mobile-header
    .mobile-menu-drawer
    .mobile-menu
    .custom-mega-menu
    .mega-menu_featured-plugin
    .featured-plugin-description {
    font-size: 12px !important;
    line-height: 1 !important;
    opacity: 0.4;
}
#mobile-header .mobile-menu-drawer .mobile-menu .custom-mega-menu .mega-menu_featured-plugin .nectar-button {
    width: max-content !important;
    max-width: max-content !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
#mobile-header .mobile-menu-drawer .mobile-drawer-bottom {
    display: grid;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile-header .mobile-menu-drawer .mobile-search,
#mobile-header .mobile-menu-drawer .account-link {
    color: inherit;
    display: grid;
    gap: 16px;
    grid-template-columns: 40px 1fr;
    align-items: center;
}
#mobile-header .mobile-menu-drawer .mobile-search svg {
    width: 40px;
}
#mobile-header .mobile-menu-drawer .nectar-button {
    width: 100%;
    margin-top: 24px;
}

@media (min-width: 1001px) {
    #mobile-header {
        display: none;
    }
}

/* =========================== Header Desktop =============================== */

body div#header-outer #top {
    padding: 24px 0;
}

body header#top nav ul li a {
    opacity: 1 !important;
}
body header#top nav ul li a:hover {
    opacity: 0.8 !important;
}

#header-outer {
    display: none;
}

@media (min-width: 1000px) {
    #header-outer {
        display: block;
    }
}

#header-outer .container > .row {
    display: grid !important;
    grid-template-columns: 0 max-content 1fr 0;
}
#header-outer .container > .row::before {
    content: " ";
}

@media (min-width: 1150px) {
    #header-outer .container > .row {
        grid-template-columns: 0 222px 1fr 0;
    }
}

#header-outer nav > .sf-menu > .menu-item {
    position: static;
    letter-spacing: -0.4px;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu {
    position: absolute;
    top: 100%;
    left: -8rem;
    width: calc(100% + 16rem);
    background-color: transparent;
    max-height: 0;
    height: calc(100vh - 70px);
    transition: max-height 0.3s ease;
    overflow: hidden;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu::after {
    position: absolute;
    content: "";
    z-index: -1;
    inset: 0;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17.4px);
    -webkit-backdrop-filter: blur(17.4px);
}
#header-outer nav > .sf-menu > .menu-item:hover > .custom-mega-menu {
    max-height: 100vh;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_reset {
    all: unset;
    line-height: 1.4;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .custom-mega-menu-inner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 32px 48px;
    padding: 40px 8rem;
}
@media (min-width: 1200px) {
    #header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .custom-mega-menu-inner {
        grid-template-columns: 2fr 3fr;
        gap: 73px 132px;
    }
}
body[data-header-color="light"]:not([data-header-format="left-header"])
    #header-outer:not(.transparent)
    .sf-menu
    > li
    ul {
    border-top: none;
}

#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_plans,
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_featured-plugin {
    background-color: #222529;
    border-radius: 24px;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu_section-title {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_plans {
    padding: 32px;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu-bundle-card {
    display: flex;
    gap: 16px;
    align-items: stretch;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu-bundle-card .sub-menu-bundle-card-img {
    height: 100%;
    width: 48px;
    object-fit: scale-down;
    margin: 0;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu-bundle-card > div,
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu-compare-card {
    display: flex;
    gap: 4px;
    text-align: left;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu-compare-card {
    padding-top: 24px;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu-link-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4px;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .sub-menu-link-subtitle {
    font-size: 12px;
    opacity: 0.4;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_sub-menu {
    padding: 32px;
    max-height: 280px;
    overflow-y: auto;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_plans .sub-menu_section-title,
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_sub-menu .sub-menu_section-title {
    text-transform: uppercase;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_sub-menu .sub-menu {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    background-color: transparent !important;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_sub-menu .sub-menu .sub-menu-item a {
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0.4px !important;
    padding: 4px 0;
}
body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_sub-menu .sub-menu .sub-menu-item a:hover {
    background-color: transparent !important;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_featured-plugin {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 3fr 7fr;
    overflow: hidden;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_featured-plugin .featured-plugin-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_featured-plugin .featured-plugin-content {
    display: flex;
    padding: 32px 48px 32px 16px;
    align-items: center;
    justify-content: space-between;
}
#header-outer
    nav
    > .sf-menu
    > .menu-item
    > .custom-mega-menu
    .mega-menu_featured-plugin
    .featured-plugin-content
    > div {
    text-align: left;
    display: grid;
    gap: 8px;
    max-width: 527px;
}
#header-outer
    nav
    > .sf-menu
    > .menu-item
    > .custom-mega-menu
    .mega-menu_featured-plugin
    .featured-plugin-content
    .featured-plugin-heading {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1 !important;
}
#header-outer
    nav
    > .sf-menu
    > .menu-item
    > .custom-mega-menu
    .mega-menu_featured-plugin
    .featured-plugin-content
    .sub-menu_featured-plugin-title {
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: -0.84px !important;
    line-height: 1 !important;
}
#header-outer
    nav
    > .sf-menu
    > .menu-item
    > .custom-mega-menu
    .mega-menu_featured-plugin
    .featured-plugin-content
    .featured-plugin-description {
    opacity: 0.4;
    font-size: 16px !important;
    line-height: 1.4 !important;
}
#header-outer nav > .sf-menu > .menu-item > .custom-mega-menu .mega-menu_featured-plugin .nectar-button {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

body #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) .sfHover > .menu-item-title {
    background-color: transparent !important;
}

/* =============================== Search bar ============================= */

body.ascend #search-outer {
    background-color: rgba(0, 0, 0, 0.97);
    color: white;
}

body #search-outer #search .span_12 span {
    color: rgba(255, 255, 255, 0.6);
}

body.ascend #search-outer #search #search-box input[type="text"] {
    color: white;
}
body.ascend #search-outer #search #search-box input[type="text"]::placeholder {
    color: white;
}

/* =============================== Global ================================ */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body li,
body a,
body span,
body div,
body .bold,
body b,
body strong,
body i,
body em {
    font-family: "Inter";
}
body p,
body li {
    line-height: 1.4;
}

body .leading-normal,
body .leading-normal p,
body .leading-normal li {
    line-height: 1.2;
}

@media (max-width: 690px) {
    body .container {
        max-width: 100vw;
        padding-left: var(--container-padding-mobile, 16px) !important;
        padding-right: var(--container-padding-mobile, 16px) !important;
    }
}
.container {
    max-width: calc(var(--container-width, 1350px) + 96px);
    padding-left: var(--container-padding-desktop, 48px) !important;
    padding-right: var(--container-padding-desktop, 48px) !important;
}
.small-container {
    max-width: calc(var(--small-container-width, 900px));
    margin-left: auto;
    margin-right: auto;
}

.opacity-6 {
    opacity: 0.6;
}
.fade-sides-to-white {
    position: relative;
}
.fade-sides-to-white::before,
.fade-sides-to-white::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 33%;
    top: 0;
    z-index: 99;
}
.fade-sides-to-white::before {
    left: 0;
    background: linear-gradient(267deg, rgba(255, 255, 255, 0) 2.51%, #fff 92.28%);
}
.fade-sides-to-white::after {
    right: 0;
    background: linear-gradient(267deg, #fff 2.51%, rgba(255, 255, 255, 0) 92.28%);
}
.fade-black-to-right {
    position: relative;
}

.fade-black-to-right::after {
    position: absolute;
    content: "";
    top: 0;
    right: -2rem;
    height: 100%;
    width: 20%;
    z-index: 20;
    background: linear-gradient(270deg, #02070b 0%, rgba(2, 7, 11, 0) 100%);
}

.animation-pulse {
    animation: animation-pulse 1s infinite alternate;
}

.text-base {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.16px;
}
.text-large {
    font-size: 20px;
    line-height: 1.4;
}
.text-xl {
    font-size: 20px;
    line-height: 1.4;
}
.text-heading1 {
    font-size: 60px !important;
    line-height: 1 !important;
    font-weight: 600;
    letter-spacing: -2.4px !important;
}
.text-heading2 {
    font-size: 48px !important;
    line-height: 1 !important;
    font-weight: 600;
    letter-spacing: -1.92px !important;
}
.text-heading3 {
    font-size: 40px !important;
    line-height: 1.1 !important;
    font-weight: 600;
    letter-spacing: -1.6px !important;
}
.text-heading4 {
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 600;
    letter-spacing: -0.4px !important;
}
.text-heading5 {
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 600;
    letter-spacing: -0.72px !important;
}
.font-bold {
    font-weight: 600;
}

body .nectar-button {
    text-align: center;
}
body .nectar-button.large {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    width: max-content;
    min-width: 230px;
}
body .nectar-button.large.default-width {
}

@media (min-width: 750px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .text-base {
        font-size: 16px;
        letter-spacing: -0.16px;
    }
    .text-large {
        font-size: 20px;
    }
    .text-xl {
        font-size: 28px;
        letter-spacing: -0.84px;
    }
    .text-heading1 {
        font-size: 110px !important;
        letter-spacing: -5.5px !important;
    }
    .text-heading2 {
        font-size: 100px !important;
        letter-spacing: -5px !important;
    }
    .text-heading3 {
        font-size: 80px !important;
        letter-spacing: -4px !important;
    }
    .text-heading4 {
        font-size: 32px !important;
        letter-spacing: -0.96px !important;
    }
    .text-heading5 {
        font-size: 24px !important;
        letter-spacing: -0.72px !important;
    }
}

@keyframes animation-pulse {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

/* ============================= Single template ======================= */

body.single.single-post .main-content h1,
body.single.single-post .main-content h2,
body.single.single-post .main-content h3,
body.single.single-post .main-content h4,
body.single.single-post .main-content h5,
body.single.single-post .main-content h6,
body.single.single-post .main-content p,
body.single.single-post .main-content li {
    color: #000000;
}

/* ============================= Custom Select ======================= */

.pt-custom-select {
    position: relative;
    cursor: pointer;
    text-align: left;
    color: white;
}
.pt-custom-select > summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity 0.2s ease;
    padding: 12px;
    font-size: 16px !important;
    background-color: #333333;
    border-radius: 8px;
    cursor: pointer;
}
.pt-custom-select > summaryy:hover {
    opacity: 0.8;
}
.pt-custom-select > summary::-webkit-details-marker {
    display: none;
}
.pt-custom-select > summary .chevron-icon {
    background-color: transparent;
    height: 18px;
    width: 18px;
    transition: transform 0.2s ease;
}
.pt-custom-select[open] > summary {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 11px;
}
.pt-custom-select[open] > summary .chevron-icon {
    transform: rotate(180deg);
}
.pt-custom-select[open] > *:not(summary) {
    animation: details-show 0.3s ease;
}
.pt-custom-select .pt-custom-select-content {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 4px;
    margin: 8px 0 0 0;
    background-color: #333333;
    max-height: 252px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.pt-custom-select .pt-custom-select-content::-webkit-scrollbar {
    display: block;
    width: 2px;
    height: auto;
}
.pt-custom-select .pt-custom-select-option {
    list-style: none;
    transition: background-color 0.2s ease;
}
.pt-custom-select .pt-custom-select-option.active {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
.pt-custom-select .pt-custom-select-option:hover,
.pt-custom-select .pt-custom-select-option:active,
.pt-custom-select .pt-custom-select-option.active:hover,
.pt-custom-select .pt-custom-select-option.active:active {
    color: black;
    background-color: white;
}
.pt-custom-select .pt-custom-select-option:first-of-type {
    border-top: none;
}
.pt-custom-select .pt-custom-select-option label,
.pt-custom-select .pt-custom-select-option a {
    display: block;
    padding: 8px 12px;
    width: 100%;
    color: inherit;
}
.pt-custom-select .pt-custom-select-search {
    padding: 6px;
}
.pt-custom-select .pt-custom-select-search > input {
    width: 100%;
    height: 32px;
    font-size: 16px;
    padding: 8px;
    background-color: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.pt-custom-select .pt-custom-select-filter-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 6px;
}
.pt-custom-select .pt-custom-select-filter-btns > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: max-content;
}
.pt-custom-select .pt-custom-select-filter-btns button {
    background-color: transparent;
    color: white;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.pt-custom-select .pt-custom-select-filter-btns button.apply-btn {
    background-color: #00a3ff;
}
@keyframes details-show {
    from {
        max-height: 0;
        overflow: hidden;
    }
    to {
        max-height: 252px;
        overflow: auto;
    }
}

/* ========================= Accordion shortcode =========================== */

.accordion-wrapper {
    cursor: pointer;
    text-align: left;
}
.accordion-summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity 0.2s ease;
}
.accordion-summary:hover {
    opacity: 0.8;
}
.accordion-summary::-webkit-details-marker {
    display: none;
}
.accordion-summary .icon-minus {
    display: none;
}
.accordion-summary .icon {
    background-color: transparent;
    height: 18px;
    width: 18px;
}
.accordion-wrapper[open] .accordion-summary .icon-plus {
    display: none;
}
.accordion-wrapper[open] .accordion-summary .icon-minus {
    display: block;
}
.accordion-wrapper[open] > *:not(summary) {
    animation: details-show 0.5s ease;
}
.accordion-summary h3 {
    margin-bottom: 24px;
}
@keyframes details-show {
    from {
        max-height: 0;
        overflow: hidden;
    }
    to {
        max-height: 100vh;
    }
}

/* ========================== Blue checks shortcode ============================ */

.sentence-with-blue-check-wrapper {
    line-height: 1.4;
}
.sentence-with-blue-check-wrapper svg,
.sentence-with-blue-check-wrapper p {
    display: inline;
    font-size: 16px;
    line-height: 1.4;
}
.sentence-with-blue-check-wrapper p strong {
    font-weight: 700;
}
.sentence-with-blue-check-wrapper svg {
    transform: translateY(2px);
}

/* ========================== Compare plans pricing cards ====================== */

.compare-plans-pricing-card {
    background-color: #1a1a1a;
    color: white;
    padding: 27px;
    border-radius: 20px;
    border: 5px solid #1a1a1a;
}
.compare-plans-pricing-card.highlighted {
    /*border: 5px solid #00a3ff;*/
    background: linear-gradient(#1a1a1a, #1a1a1a) padding-box, linear-gradient(to right, #8e66d7, #21a1df) border-box;
    border: 5px solid transparent;
    border-radius: 20px;
}
.compare-plans-pricing-card .pricing-tags {
    position: relative;
    padding-bottom: 16px;
    text-align: left;
}
.compare-plans-pricing-card .main-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: white;
    color: #000000;
}

.compare-plans-pricing-card .pricing-tags .highlighted-tag {
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1;
    color: #fff;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 4px 6px;
    background-color: #d6320e;
    border-radius: 6px;
}

.compare-plans-pricing-card .pricing-price {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 72px !important;
    letter-spacing: -2.16px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    padding: 32px 0 16px 0;
}
.compare-plans-pricing-card .after-price-text {
    margin-bottom: 16px;
    padding-bottom: 0;
}
.compare-plans-pricing-card .disclaimer {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 32px;
    height: 12px;
}
.compare-plans-pricing-card .nectar-button.button-full-width {
    width: 100%;
    max-width: 100%;
    background-color: #00a3ff;
}

/* ================================ Search results page =========================== */

#search-page-header {
    padding-top: 80px;
}
#search-page-main-content {
    padding-bottom: 80px;
}

@media (min-width: 1000px) {
    #search-page-header {
        padding-top: 120px;
    }
}

#search-results .result .inner-wrap {
    color: white;
    background-color: #1a1a1a;
    padding: 16px;
    border-radius: 8px;
}

#search-results .result .title a,
#search-results .result .inner-wrap a {
    color: inherit !important;
}

#search-results .result .title span {
    color: rgba(255, 255, 255, 0.6);
}
body #pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

body #pagination > a,
body #pagination > span.page-numbers,
body #pagination > span.page-numbers.current,
body nav.woocommerce-pagination span.page-numbers.current {
    font-family: "Inter";
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    color: white;
}

#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
#pagination .page-numbers.prev,
#pagination .prev a,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    height: 37px;
}

body.search-no-results #search-results .search-form {
    max-width: 350px;
}

body.search-no-results #search-results .search-form input {
    color: white;
}

body.search-no-results .search-form button[type="submit"] .icon-salient-search {
    color: white !important;
}

/* ================================== Old site fixes =============================== */

#complete-access-pricing .hero-two-col .col-one-hero .cta {
    display: grid;
    place-items: center;
}

/* ================================== MY CUSTOM CSS =============================== */

#footer-outer .widget h4 {
    font-size: 12px !important;
}

#header-outer[data-lhe="animated_underline"].transparent header#top nav > ul > li > a:after,
#header-outer.transparent header#top nav > ul > li.button_bordered > a:before {
    border-color: #009bff !important;
}

#nectar_fullscreen_rows #footer-outer .full-page-inner-wrap .full-page-inner {
    background-color: #000 !important;
}

body #header-outer,
body[data-header-color="dark"] #header-outer {
    background-color: rgb(0, 0, 0) !important;
}

body[data-dropdown-style="minimal"]:not([data-header-format="left-header"]) header#top .sf-menu li ul {
    background-color: #000 !important;
}

#slide-out-widget-area.slide-out-from-right {
    background-color: #202020 !important;
}

.menu,
.main-content .menu {
    border: none !important;
}

#header-secondary-outer {
    background-color: #131212 !important;
    border-bottom: 1px solid rgb(221, 221, 221) !important;
}

#header-secondary-outer nav > ul > li > a {
    color: rgb(255, 255, 255) !important;
}
.nectar-video-box[data-color="default-accent-color"] a.nectar_video_lightbox {
    background-color: transparent !important;
}

.col.centered-text ul,
.wpb_column.centered-text ul,
.col.centered-text ul li,
.wpb_column.centered-text ul li {
    margin-left: 15px !important;
    list-style: none;
}

@media only screen and (min-width: 1000px) {
    #header-outer.transparent[data-transparent-header="true"][data-remove-border="true"] {
        background: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 1) 11%,
            rgba(0, 0, 0, 0) 96%,
            rgba(0, 0, 0, 0) 99%
        ); /* FF3.6-15 */
        background: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 1) 11%,
            rgba(0, 0, 0, 0) 96%,
            rgba(0, 0, 0, 0) 99%
        ); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 11%,
            rgba(0, 0, 0, 0) 96%,
            rgba(0, 0, 0, 0) 99%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }
}

.single #page-header-bg.fullscreen-header h1 {
    font-size: 3.2vw !important;
    line-height: 3.2vw !important;
}

.page-submenu ul {
    background-image: url(../jpg/steven-slate-mt-content-bg-7b.jpg);
    background-position: top center;
}

@media only screen and (min-width: 1px) and (max-width: 1000px) {
    .page-submenu .full-width-content {
        position: relative;
        color: #fff !important;
        background-image: url(../jpg/steven-slate-mt-content-bg-7b.jpg) !important;
        background-position: top center;
    }
    #header-secondary-outer {
        display: none !important;
    }
    #header-space[data-header-mobile-fixed="1"] {
        display: none !important;
    }
    body[data-smooth-scrolling="1"],
    body[data-smooth-scrolling="1"] #header-outer,
    body[data-smooth-scrolling="1"] #page-header-bg[data-parallax="1"],
    #page-header-bg[data-parallax="1"] .span_6,
    #page-header-bg[data-parallax="1"] {
        transform: none !important;
    }
    .header-top-content {
        padding-top: 90px !important;
    }
}

@media only screen and (min-width: 1001px) {
    .sfm-navicon-button {
        display: none;
    }
    .header-top-content {
        padding-top: 2.5% !important;
    }
}

.ascend input[type="submit"],
body[data-form-submit="see-through-2"] input[type="submit"] {
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: Open Sans !important;
    letter-spacing: 1px !important;
}

.vc_general.vc_ui-tabs-line .vc_ui-tabs-line-trigger {
    display: none !important;
}
.ascend #footer-outer .widget h4,
.ascend #sidebar h4 {
    margin-bottom: 12px;
    color: white !important;
    font-family: oswald;
    font-size: 17px;
    letter-spacing: 3px;
}
ul#menu-quick-links {
    list-style: none;
    line-height: 30px;
    font-size: 14px;
    color: white;
}
.menu-quick-links-container ul li a {
    color: white !important;
}
/*#footer-outer .widget {
    border-right: 2px solid #424242;
}*/
.product-tabs {
    background: white;
    padding-bottom: 25px;
    opacity: 0.95;
}
.row .col .product-tabs p {
    padding-bottom: 0px;
    padding: 0 42px;
}
.tabbed > ul li a {
    color: #000;
    padding: 8px 45.5px;
    letter-spacing: 4px;
    font-weight: 600;
}
.aptf-tweet-content div.clear {
    padding-bottom: 0px !important;
}
.aptf-tweet-content {
    color: white;
}
.aptf-tweet-content a {
    display: none;
}
.aptf-follow-btn {
    display: none;
}
div#aptf_widget-2 {
    height: 330px;
    padding: 0px 20px;
}
div#nav_menu-2 {
    padding: 0px 20px;
    height: 330px;
}
div#text-3 {
    padding-right: 20px;
    height: 330px;
}
div#instagram-feed-widget-2 {
    height: 330px;
    border: none !important;
    padding-left: 20px;
}
div#sbi_images {
    margin-top: -7px;
    margin-left: -12px;
}
div#text-4 {
    border: none !important;
}
.nectar-video-box[data-color="default-accent-color"] a.nectar_video_lightbox {
    display: none !important;
}
.ascend #footer-outer .widget h4,
.ascend #sidebar h4 {
    font-family: Roboto Condensed !important;
}
.ascend .col.boxed,
.ascend .wpb_column.boxed {
    -webkit-box-shadow: 0 1px 1px rgb(0, 0, 0);
    background-image: url(../jpg/menu-bg.jpg) !important;
}
/*CUSTOM MENU*/

body:not(.material) #header-outer[data-format="centered-menu-under-logo"] .span_3 {
    padding-bottom: 5px;
}
#header-outer[data-format="centered-menu-under-logo"]
    header#top
    .span_3
    nav
    > ul
    > li:not(#social-in-menu):not(#search-btn):not(.slide-out-widget-area-toggle)
    > a,
#header-outer[data-format="centered-menu-under-logo"]
    header#top
    .span_9
    nav
    > ul
    > li:not(#social-in-menu):not(#search-btn):not(.slide-out-widget-area-toggle)
    > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#header-outer[data-format="centered-menu-under-logo"] .span_9 {
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
}
header#top .span_9 > .slide-out-widget-area-toggle {
    display: none !important;
}
body:not(.material) header#top .col.span_9 {
    min-height: 50px;
}
#top .skip-links-left,
#top .skip-links-right {
    width: 40%;
    margin-top: 9px;
}
#top .skip-links-left {
    text-align: right;
}
#top .skip-links-right {
    text-align: left;
}
#top .logo {
    width: 20%;
    max-width: 30%;
}
#top .skip-links-left,
#top .skip-links-right,
#top .logo {
    float: left;
    display: inline-block;
    vertical-align: top;
}
#top .skip-links-left a,
#top .skip-links-right a {
    font-size: 14px;
    color: #ffffff;
}
#top .skip-links-left a {
    margin-left: 8%;
}
#top .skip-links-right a {
    margin-right: 8%;
}
#sfm-sidebar .sfm-menu li.skip-links a {
    background-color: #ffffff;
    color: #000000;
    border-top: 1px solid #000000;
}
#sfm-sidebar .sfm-menu li.skip-links a::before {
    background: rgba(0, 0, 0, 0.2);
}
#sfm-sidebar.sfm-vertical-nav .sfm-menu .sfm-sm-indicator {
    background: #000000;
}
header#top nav ul li a:hover {
    opacity: 1 !important;
}
header#top nav ul li a {
    color: #ffffff !important;
/*    opacity: 0.75 !important;*/
    transition: opacity 0.2s ease, color 0.2s ease;
/*    cursor: pointer;*/
}

/* zoom effect */
.enlarge {
    -moz-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
.enlarge:hover {
    -moz-transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}
p {
    -webkit-font-smoothing: antialiased !important;
}

/* Custom slate header */
.slate-hero-desktop {
    display: none;
}

@media (min-width: 1120px) {
    .slate-hero-desktop {
        display: block;
    }
    .slate-hero {
        position: relative;
    }
    .slate-hero-left {
        max-width: 450px;
        max-height: 275px;
        box-sizing: border-box;
        border-radius: 10.5699px;
        width: 70vw;
        height: 40vw;
        display: flex;
        overflow: hidden;
    }
    .slate-hero-left > .vc_column-inner {
        margin: auto;
    }
    .slate-hero-left .full-link.magnific-popup {
        height: 2000px !important;
        position: absolute !important;
        top: 0% !important;
        transform: translateY(-50%);
    }

    .slate-hero-right {
        display: flex !important;
        align-items: center !important;
        width: 600px !important;
        padding-right: 167px !important;
    }
    .slate-hero-inner .span_12 {
        display: flex !important;
        justify-content: center !important;
    }
    .slate-hero-header .wpb_wrapper > h3 {
        font-family: roboto !important;
        font-style: normal;
        font-weight: bold;
        font-size: 50px;
        line-height: 112.19%;
        margin-bottom: 20px !important;
        color: #fff;
    }
    .slate-hero-text .wpb_wrapper > p {
        font-family: Roboto !important;
        font-weight: 300;
        font-size: 20px;
        line-height: 27px;
        color: #fff;
    }
    .slate-hero-left .play_button_2 {
        display: none !important;
    }
    .slate-hero-left .inner-wrap img {
        position: absolute;
        height: 150px;
        width: auto !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.slate-hero-mobile {
    display: block;
}
.slate-hero-mobile__video-section {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    width: 70vw;
    height: 40vw;
    max-width: 450px;
    max-height: 275px;
    box-sizing: border-box;
}
.slate-hero-mobile__video-section {
    width: 70vw;
    height: 40vw;
    max-width: 450px;
    max-height: 275px;
}
.slate-hero-mobile__video-section .nectar-video-box .inner-wrap {
    position: relative;
    width: 70vw;
    height: 40vw;
    max-width: 450px;
    max-height: 275px;
}
.slate-hero-mobile__video-section .nectar-video-box .inner-wrap > img.attachment-full {
    position: absolute;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    height: 40% !important;
    min-height: 150px;
    max-height: 200px;
}
.slate-hero-mobile__content {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-family: roboto;
}
.slate-hero-mobile__header {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 112.19%;
    margin-bottom: 20px !important;
}
.slate-hero-mobile__text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
}

@media (min-width: 1120px) {
    .slate-hero-mobile {
        display: none;
    }
}

/** slade carousel styles **/
#slate-synth-ultrafactory .slate-synth-carousel-desktop__picker .slate-synth-carousel-desktop__picker-image.active p {
    color: #70ffb2 !important;
}
#slate-synth-eurorack .slate-synth-carousel-desktop__picker-image.active p {
    color: #8e7dcd !important;
}
#slate-synth-sadtrap .slate-synth-carousel-desktop__picker-image.active p {
    color: #8a2eff !important;
}
#slate-synth-cinematic .slate-synth-carousel-desktop__picker-image.active p {
    color: #a1805f !important;
}
#slate-synth-sd1 .slate-synth-carousel-desktop__picker-image.active p {
    color: #f7ce58 !important;
}
#slate-synth-detroit .slate-synth-carousel-desktop__picker-image.active p {
    color: #d41515 !important;
}

#slate-synth-ultrafactory .slate-synth-carousel-desktop__picker p,
#slate-synth-sd1 .slate-synth-carousel-desktop__picker p {
    color: #fff;
}

/* slide generic styles */
.slate-synth-carousel-desktop__picker-image {
    cursor: pointer;
    opacity: 80%;
    transition: 0.2s ease-in;
}
.slate-synth-carousel-desktop__picker-image:hover {
    cursor: pointer;
    opacity: 1;
    transform: translate(0%, -20%);
}
.slate-synth-carousel-desktop .slate-synth-carousel-desktop__picker-image.active {
    opacity: 100%;
    transform: translate(0%, -40%);
    font-weight: bold;
}

.slate-synth-carousel-desktop__picker {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 80px !important;
}

.slate-synth-carousel-desktop__picker .slate-synth-carousel-desktop__picker-image img {
    max-width: 64px !important;
    display: block !important;
    margin: auto;
    margin-bottom: 10px;
}
.slate-synth-carousel-desktop__picker p {
    color: #000;
    font-size: 12px;
    line-height: 14px;
}
.sr_track_cover {
    margin-right: 15px;
}

/* audio player text color */
#slate-synth-ultrafactory .iron-audioplayer .playlist a,
#slate-synth-ultrafactory .iron-audioplayer .playlist .current .audio-track,
#slate-synth-ultrafactory .playlist .current .track-number {
    color: #fff !important;
}

/* audio player icon color */
#slate-synth-ultrafactory .iron-audioplayer .playlist .audio-track path,
#slate-synth-ultrafactory .iron-audioplayer .playlist .audio-track rect {
    fill: #fff !important;
}

/*paragraph and subheader styles*/
#slate-synth-ultrafactory .slate-synth-carousel-mobile__subheader h4,
#slate-synth-ultrafactory .slate-synth-carousel-mobile__text .wpb_wrapper p {
    color: #ffff;
}

.slate-synth-carousel-desktop__content img,
.slate-synth-carousel-desktop__img {
    opacity: 1 !important;
}
.slate-synth-carousel-desktop .span_12 {
    align-items: center !important;
}
.slate-synth-carousel-desktop .slate-synth-carousel-desktop__content {
    padding-left: 60px !important;
}
.slate-synth-carousel-desktop {
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    opacity: 100%;
    transition: opacity 0.8s;
}
.fade-in {
    opacity: 1;
}
.slate-synth-carousel-desktop.active {
    visibility: visible;
    height: auto;
    position: static;
}

.slate-synth-carousel-desktop .ps {
    height: 200px;
}

.slate-synth-carousel-desktop > .span_12 {
    position: relative !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    max-width: 900px !important;
}

.slate-synth-carousel-mobile__playlist-desktop .sonaar-no-artwork .sonaar-grid,
.slate-synth-carousel-mobile__playlist .sonaar-no-artwork .sonaar-grid {
    display: block !important;
}

.slate-synth-carousel-mobile__img {
    width: 100%;
    padding-top: 30px !important;
}
.slate-synth-carousel-mobile__text .wpb_wrapper p {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 20px !important;
    line-height: 27px !important;
    padding-bottom: 20px !important;
    color: #000;
}
.slate-synth-carousel-mobile__subheader h4 {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: 27px !important;
    line-height: 134.19% !important;
    color: #000;
}
.slate-synth-carousel-mobile__playlist .sr_it-playlist-title,
.slate-synth-carousel-mobile__playlist .sr_it-playlist-release-date .sr_it-date-value {
    display: none;
}
.slate-synth-carousel-mobile__playlist .playlist {
    margin-top: -17px !important;
}

ul.ps {
    height: 200px;
}

#slate-synth-eurotrack .iron-audioplayer .playlist .audio-track path {
    fill: #000 !important;
}
#slate-synth-eurotrack .audio-track .number,
#slate-synth-eurotrack .audio-track .tracklist-item-title {
    color: #000 !important;
}
.what-include-class img.img-icon.ls-is-cached.lazyloaded {
    margin-bottom: 0px;
    width: 22px;
}
.online-class img.ls-is-cached.lazyloaded {
    background: #fff;
}
.online-class img {
    padding: 6px !important;
}
.online-class img.lazyloaded {
    background: #fff;
}

.navbar-right-wrapper a.nectar-button.regular.accent-color.regular-button {
    display: inline-flex;
    height: 41px;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: url(../png/rectangle.png) center center!important;
}

.try-for-free-button {
border-radius: 4px;
background: url(../png/rectangle.png) center center !important;
background-size: cover !important;
}