:root {
    /* NEW STYLES*/

    --header-bg: #0050FF;
    --header-mobile-links-bg: #00007c;
    --header-links: #ffffff;
    --header-social-icons: #ffffff;
    --header-btn-bg: #0040CC;
    --header-btn-color: #ffffff;
    --header-loadbar: #00C8FF;

    --page-title: #0050FF;
    --primary-text: #00007C;
    --lecture-text: #222222;
    --heading-text: #0050FF;
    --highlight-text: #00c8ff;
    --heading-text-op30: #0050FF33;
    --primary-btn-bg: #0050FF;
    --primary-btn-color: #ffffff;
    --secondary-btn-bg: #00C8FF;
    --secondary-btn-color: #ffffff;
    --play-btn-bg: #0050FF;
    --play-btn-hover-bg: #00007c;
    --play-btn-color: #ffffff;
    --highglight-block-bg: #0050FF;
    --highglight-block-secondary-bg: #00007c;
    --highglight-block-color: #ffffff;
    --highglight-block-primary-btn-bg: #ffffff;
    --highglight-block-primary-btn-color: #00007C;
    --highglight-block-secondary-btn-bg: #0050FF;
    --highglight-block-secondary-btn-color: #ffffff;

    --player-bar-bg: #00007C;
    --player-bar-songtitle: #ffffff;
    --player-bar-artist: #ffffff;
    --player-bar-icons: #ffffff;
    --player-bar-play-btn-bg: #ffffff;
    --player-bar-play-btn-color: #00007C;
    --player-bar-seekbar-bg: #00007C;
    --player-bar-seekbar-fill: #00c8ff;

    --footer-bg: #0050FF;
    --footer-heading-text: #ffffff;
    --footer-links: #ffffff;
    --footer-social-icons: #ffffff;    
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
}


/* Header */

.header {
    background: var(--header-bg);
}

.navbar {
    min-height: 60px !important;
    padding: 0;
    z-index: 999;
}

.navbar .nav-link {
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar .nav-link,
.navbar .nav-link:hover {
    color: var(--header-links) !important;
}

.navbar .sm-icons .nav-item a,
.navbar .sm-icons .nav-item a:hover {
    color: var(--header-social-icons) !important;
}

.header-btn {
    width: 45px;
    height: 45px;
    background-color: var(--header-btn-bg);
    margin-left: 12px;
    line-height: 45px;
    color: var(--header-btn-color);
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}

.header-btn.sm {
    font-size: 26px;
}

.header-btn.xsm {
    font-size: 22px;
}

.header-dedicationBtn {
    margin-left: 20px !important;
}

/* Dedication Modal */

.dedication-box {
    background-color: var(--highglight-block-bg);
    color: var(--highglight-block-color);
    font-family: 'Montserrat';
}
.dedication-box input, .dedication-box textarea {
    color: #232323;
    font-size: 14px;
}
.dedication-box label {
    font-weight: 700;
    font-size: 15px;
}
.dedication-box h5 {
    text-transform: uppercase;
    font-weight: 700;
}
.dedication-box button[type="submit"] {
    background-color: var(--highglight-block-primary-btn-bg);
    color: var(--highglight-block-primary-btn-color);
    font-weight: 700;
}
.dedication-box button[type="submit"]:hover {    
    background-color: var(--highglight-block-primary-btn-bg);
    color: var(--highglight-block-primary-btn-color);
    opacity: 0.8;
}
.dedication-box button[type="submit"]:focus {
    background-color: var(--highglight-block-primary-btn-bg);
    color: var(--highglight-block-primary-btn-color);
    opacity: 0.8;
}
.dedication-box button[type="submit"]:active {
    background-color: var(--highglight-block-primary-btn-bg);
    color: var(--highglight-block-primary-btn-color);
    opacity: 0.8;
}
.dedication-box button {
    outline: none !important; 
    box-shadow: none !important; 
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important; 
    box-shadow: none !important; 
    border-color: #fff !important;
}

/* Headings */

.header-base {
    position: relative;
}

.block-header,
.block-header-2 {
    position: relative;
    padding-top: 50px;
}

.block-header {
    padding-bottom: 20px;
}

.block-header-2 {
    padding-bottom: 32px;
}

.page-header {
    position: relative;
    padding-top: 136px;
    padding-bottom: 40px;
}

.page-header.with-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header .top,
.page-header .bottom {
    font-size: 16px;
    font-style: normal;
    color: var(--primary-text);
}

.page-header .top {
    font-weight: 800;
    margin-bottom: 5px;
}

.page-header .bottom {
    font-weight: 500;
    margin-top: 5px;
}

.page-header .title,
.block-header-title {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 1.05;
}

.page-header .title {
    color: var(--page-title);
}

.block-header-title {
    color: var(--heading-text);
}

.page-header-block {
    padding-top: 40px;
}

.page-header-block .page-header .title {
    font-size: 34px;
}

.page-header .link {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-text);
}

.custom-select-wpr {
    min-width: 250px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 14px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.custom-select-wpr.open {
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
}

.custom-select-selected {
    width: 100%;
    height: 44px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-text);
    line-height: 1;
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid var(--heading-text);
    border-radius: 14px;
    cursor: pointer;
}

.custom-select-selected.open {
    border-bottom: 2px solid transparent;
    border-radius: 14px 14px 0 0;
}

.custom-select-arrow {
    color:var(--highlight-text);
    font-size: 14px;
    margin-right: 10px;
}

.custom-select-arrow::before {
    content: '\f078';
}

.custom-select-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 180px;
    background-color: #fff;
    border: 2px solid var(--heading-text);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    overflow-y: auto;
    display: none;
    z-index: 100;
}

.custom-select-links.open {
    display: block;
}

.custom-select-link {
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.05;
    border-bottom: 1px solid var(--heading-text-op30);
    padding: 10px 0;
    margin: 0 12px;
}

.custom-select-link a {
    text-decoration: none;
    color: var(--heading-text);
}

.custom-select-link a:hover {
    color: var(--primary-text);
}

.custom-select-link:last-child a {
    border-color: #fff;
}

.custom-select-link:last-child {
    margin-bottom: 3px;
}

/* Element list*/

.element-list {
    margin-bottom: 50px;
}
.element-list.artist-home {
    margin-bottom: 0;
}

.element-list .img-wpr,
.element-list .img-wpr-small {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 22px;
}

.element-list .img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: all 400ms ease;
}

.element-list:hover .img {
    transform: scale(1.1);
}

.element-list .category {
    font-size: 16px;
    font-weight: 500;
    color: var(--highlight-text);
    margin-bottom: 8px;
}

.element-list .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--heading-text);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.element-list:hover .title {
    text-decoration: underline;
}

.element-list .subtitle {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.element-list .venue,
.element-list .date {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-text);
}

.element-list .date {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.element-list .venue {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.element-list-latest {
    background-color: var(--highglight-block-secondary-bg);
    position: relative;
    margin-bottom: 50px;
    border-radius: 0 0 32px 32px;
}

.element-list-latest .img {
    width: 100%;
    border-radius: 0;
    transition: all 300ms ease;
    display: block;
}

.element-list-latest .img:hover {
    filter: brightness(70%);
}

.element-list-latest .details {
    background-color: var(--highglight-block-secondary-bg);
    color: var(--highglight-block-color);
    padding: 40px 40px 55px;
    border-radius: 0 0 32px 32px;
}

.element-list-latest .category {
    font-size: 16px;
    color: var(--highlight-text);
    margin-bottom: 5px;
}

.element-list-latest .title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.element-list-latest .date {
    font-size: 16px;
    margin-bottom: 12px;
}

.element-list-latest .button,
.element-list-latest .button-contrast {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 13px 45px;
    border-radius: 12px;
    transition: all 300ms ease;
}

.element-list-latest .button {
    background-color: var(--highglight-block-primary-btn-bg);
    color: var(--highglight-block-primary-btn-color);
}

.element-list-latest .button:hover {
    background-color: var(--highglight-block-secondary-btn-bg);
    color: var(--highglight-block-secondary-btn-color);
}

.element-list-latest .button-contrast {
    background-color: var(--highglight-block-secondary-btn-bg);
    color: var(--highglight-block-secondary-btn-color);
    margin-left: 5px;
}

.element-list-latest .button-contrast:hover {
    background-color: var(--highglight-block-primary-btn-bg);
    color: var(--highglight-block-primary-btn-color);
}

/* Element post */

.element-post .img-wpr {
    width: 100%;
    height: 450px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.element-post .img-ctr {
    width: 100%;
    height: 450px;
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    filter: brightness(20%) blur(12px);
    transform: scale(1.2);
    z-index: 1;
}

.element-post .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 5;
}

.element-post .details,
.element-post .bio {
    max-width: 850px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: var(--lecture-color);
    margin: 0 auto;
}

.element-post .bio {
    max-width: 100%;
    padding-bottom: 50px;
}

.element-post .details-py {
    padding: 80px 0;
}

.element-post .tickets {
    padding-top: 75px;
}

.element-post .share {
    max-width: 850px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: var(--page-title);
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.element-post .share-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 37px;
    color: var(--primary-text);
    box-sizing: border-box;
    border: 4px solid var(--primary-text);
    border-radius: 50%;
}

/* Programs listing */

.programs-list {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.programs-list:last-child {
    margin-bottom: 0;
}

.programs-list .time-wpr {
    width: 80px;
    position: relative;
    text-align: center;
}

.programs-list .time-wpr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 3px dotted var(--primary-text);
    background-color: #fff;
    z-index: 2;
}

.programs-list:first-child .time-wpr::before {
    height: 50%;
    top: 50%;
}

.programs-list:last-child .time-wpr::before {
    height: 50%;
}

.programs-list .time {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px 0 8px;
    background-color: #fff;
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 700;
    z-index: 5;
}

.programs-list .details-wpr {
    display: flex;
    flex-grow: 1;
}

.programs-list .details {
    max-width: 400px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: left;
    color: var(--lecture-text);
}

.programs-list .img-wpr {
    width: 286px;
    height: 160px;
    min-width: 286px;
    min-height: 160px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 8px;
    object-fit: cover;
}

.programs-list .img {
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
}

.programs-list .title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.05;
    color: var(--heading-text);
    margin-bottom: 5px;
    margin-top: 12px;
}

.programs-list .station {
    line-height: 1.25;
    color: var(--primary-text);
    margin-bottom: 10px;
}

.programs-list .actions {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Song Listing */

.songs-list {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.songs-list:last-child {
    margin-bottom: 0;
}

.songs-list .time-wpr {
    width: 80px;
    position: relative;
    text-align: center;
}

.songs-list .time-wpr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 3px dotted var(--primary-text);
    background-color: #fff;
    z-index: 2;
}

.songs-list:first-child .time-wpr::before {
    height: 50%;
    top: 50%;
}

.songs-list:last-child .time-wpr::before {
    height: 50%;
}

.songs-list .time {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px 0 8px;
    background-color: #fff;
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 700;
    z-index: 5;
}

.songs-list .details-wpr {
    display: flex;
    flex-grow: 1;
}

.songs-list .details {
    padding-top: 10px;
    padding-right: 100px;
}

.songs-list .img-wpr {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 8px;
    object-fit: cover;
}

.songs-list .img {
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
}

.songs-list .artist,
.songs-list .title {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.songs-list .title {
    line-height: 1.25;
    color: var(--heading-text);
    margin-bottom: 10px;
}

.songs-list .artist {
    color: var(--primary-text);
    text-transform: capitalize;
}

.songs-list .album {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-text);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.songs-list .actions {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Nav Pills */

.pills-style-1 {
    margin: 26px 0 0 !important;
    border-bottom: 2px solid #ccc;
}

.pills-style-1 .nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
}

.pills-style-1 .nav-item {
    flex: 0 0 auto;
    margin: 0;
}

.pills-style-1 .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--heading-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 12px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    transition: all 300ms ease;
    opacity: 0.4;
    background-color: transparent;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    width: auto;
}

.pills-style-1 .nav-link.active,
.pills-style-1 .show>.nav-link {
    color: var(--heading-text);
    border-bottom: 2px solid var(--heading-text);
    opacity: 1;
    background-color: #fff;
}

.pills-style-1 .nav-link:hover {
    color: var(--heading-text);
    opacity: 1;
    background-color: #fff;
}

.pills-style-2 {
    margin: 26px 0 0 !important;
    border-bottom: 2px solid #ccc;
}

.pills-style-2 .nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

.pills-style-2 .nav-item {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

.pills-style-2 .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    opacity: 0.4;
    color: var(--heading-text);
    background-color: transparent;
    text-decoration: none;
    transition: all 300ms ease;
}

.pills-style-2 .nav-link.active,
.pills-style-2 .show>.nav-link {
    color: var(--heading-text);
    opacity: 1;
    border-bottom: 2px solid var(--heading-text);
    background-color: #fff;
}

.pills-style-2 .nav-link:hover {
    color: var(--heading-text);
    opacity: 1;
    background-color: #fff;
}

/* Buttons */

.main-btn {
    background-color: var(--primary-btn-bg);
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    padding: 11px 45px 11px;
    color: var(--primary-btn-color);
    border-radius: 12px;
    margin: 0 auto;
    border: 1px solid transparent;
    transition: all 300ms ease;
}

.main-btn:hover {
    background-color: var(--primary-btn-color);
    color: var(--primary-btn-bg);
    border: 1px solid var(--primary-btn-bg);
}

.btn-action {
    background-color: var(--primary-btn-bg);
    color: var(--primary-btn-color);
    height: 46px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 46px;
    padding: 0 45px;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: all 300ms;
}

.btn-action:hover {
    background-color: var(--primary-btn-color);
    color: var(--primary-btn-bg);
    border-color: var(--primary-btn-bg);
}

.btn-action.dark-transparent {
    border: 1px solid #fff;
}

.btn-action.dark-transparent:hover {
    background-color: #fff;
    color: #000 !important;
}

.btn-action.contrast {
    background-color: #fff;
    color: var(--primary-text-color);
}

.btn-action.contrast:hover {
    background-color: var(--primary-text-color);
    color: #fff;
    border-color: #fff;
}

.secondary-btn {
    background-color: var(--secondary-btn-bg);
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    padding: 11px 45px 11px;
    color: var(--secondary-btn-color);
    border-radius: 12px;
    margin: 0 auto;
    transition: all 300ms ease;
}

.secondary-btn:hover {
    background-color: var(--primary-btn-bg);
    color: var(--primary-btn-color);
}

.ppBtn-body {
    position: relative;
    width: 77px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    color: var(--play-btn-color);
    font-size: 30px;
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    border-radius: 50%;
    z-index: 3;
}

.ppBtn-body::before,
.ppBtn-body::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ppBtn-body::before {
    background-color: var(--play-btn-bg);
    transform: translate(-50%, -50%) scale(0.75);
}

.ppBtn-body::after {
    border: 2px solid var(--play-btn-bg);
}

.ppBtn-body:hover::before {
    background-color: var(--play-btn-hover-bg);
    transform: translate(-50%, -50%) scale(0.99);
}

.ppBtn-body:hover::after {
    border-color: #fff;
    transform: translate(-50%, -50%) scale(0.75);
}

.ppBtn-body i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: var(--play-btn-color) !important;
    font-size: 30px;
    transform: translate(-50%, -50%);
}

/* Home styles */

.highlight-block {
    background-color: var(--highglight-block-bg);
    padding-top: 50px;
}

.highlight-block .page-header {
    padding-top: 0px;
}

.highlight-block .element-list .title {
    color: var(--highglight-block-color);
}

.highlight-block .page-header .title {
    color: var(--highglight-block-color);
}

.highlight-block .element-list .date {
    color: var(--highglight-block-color);
    opacity: .7;
}

.home-latest-videos-list {
    display: flex;
    gap: 14px;
    margin-bottom: 15px;
    position: relative;
}

.home-latest-videos-list .img-wpr {
    width: 150px;
    height: 100%;
    border-radius: 8px;
    position: relative;
}

.home-latest-videos-list .img {
    width: 150px;
    border-radius: 8px;
    transition: all 400ms ease;
}

.home-latest-videos-list .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--highglight-block-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-latest-videos-list .date {
    font-size: 16px;
    font-weight: 500;
    color: var(--highglight-block-color);
    opacity: .7;
}

.home-latest-videos-list .play-btn {
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    opacity: 0;
    transition: all 400ms ease;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.home-latest-videos-list:hover .img {
    filter: brightness(70%);
}

.home-latest-videos-list:hover .title {
    text-decoration: underline;
}

.home-latest-videos-list:hover .play-btn {
    opacity: 1;
}

.home-latest-videos-list.first {
    display: block;
}

.home-latest-videos-list.first .img-wpr {
    width: 100%;
    margin-bottom: 22px;
}

.home-latest-videos-list.first .img {
    width: 100%;
}

.home-latest-videos-list.first .title {
    font-size: 28px;
}

.home-latest-videos-list.first .play-btn {
    font-size: 64px;
}

/* Footer */
.footer {
    background-color: var(--footer-bg);
    padding: 60px 0;
    margin-top: 100px;
}

.footer .title {
    color: var(--footer-heading-text);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer .title-2 {
    color: var(--footer-heading-text);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    color: var(--footer-links);
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    padding: 0;
}

.footer ul.social {
    display: flex;
    gap: 35px;
    margin-bottom: 40px;
}

.footer ul.social li {
    font-size: 36px;
}

.footer ul.social li a {
    color: var(--footer-social-icons);
}

.footer .apps {
    padding-top: 5px;
}

.subfooter {
    background-color: #fff;
    color: var(--secondary-text-color);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 35px 0;
}




/* Helpers */

.mt-20 {
    margin-top: 20px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}



.di {
    display: inline;
}

.mt-50 {
    margin-top: 50px;
}

.gap-top-50 {
    padding-top: 50px;
}

.gap-btm-10 {
    margin-bottom: 10px;
}

.gap-btm-60 {
    margin-bottom: 60px;
}

.gap-btm-80 {
    padding-bottom: 80px;
}

.gap-top-80 {
    padding-top: 80px;
}

.facebook-icon::before {
    content: "\f39e";
}

.fa-play::before {
    content: "\f04b";
}

.twitter::before {
    content: "\f099";
}

.instagram::before {
    content: "\f16d";
}

.youtube::before {
    content: "\f167";
}

.tiktok::before {
    content: "\e07b";
}

.twitch::before {
    content: "\f1e8";
}

.x-icon::before {
    content: "\e61b";
}

.link-icon::before {
    content: "\f0c1";
}

#content {
    margin-top: 70px;
}

.content-margin {
    margin-top: 129px !important;
}


a {
    color: var(--body-color);
    text-decoration: none;
}

a:hover {
    color: var(--body-color);
    text-decoration: none;
}

.position-relative {
    position: relative;
    z-index: 10;
}

.desktop-hide {
    display: none;
}


.logo-top {
    max-height: 60px;
    max-width: 270px;
}
.logo-footer {
    max-width: 270px;
}

.play::before {
    content: "\e037" !important;
}

.pause::before {
    content: "\e034" !important;
}

.tag {
    height: 34px;
    background-color: var(--action-btn-bg);
    color: var(--action-btn-text);
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    padding: 0 20px;
}

.tag:hover {
    background-color: var(--action-btn-hover-bg);
    color: var(--action-btn-hover-text);
}

.container {
    max-width: 1220px !important;
}











/* Podcast Listing */

.podcasts-list {
    display: flex;
    margin-bottom: 50px;
}

.podcasts-list .data-wpr {
    position: relative;
    display: flex;
    flex-grow: 1;
}

.podcasts-list .data {
    padding-top: 10px;
}

.podcasts-list .img-wpr {
    width: 150px;
    height: 150px;
    margin-right: 25px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 8px;
    min-width: 150px;
    /* Only needed if it's inside a flex container */
    min-height: 150px;
}

.podcasts-list .img {
    width: 100%;
    height: 100%;
}

.podcasts-list .program-name,
.podcasts-list .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
}

.podcasts-list .program-name {
    color: var(--heading-text);
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.podcasts-list .title {
    color: var(--secondary-text-color);
    display: flex;
    line-height: 1.2;
}

.podcasts-list .date {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-text-color);
}

.podcasts-list .date::before {
    content: "\00a0 -";
}

.podcasts-list .details {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--lecture-color);
    padding-right: 100px;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.podcasts-list .actions {
    margin-left: auto;
    display: flex;
    align-items: center;
}









/* Artists Pages */

.artist-header {
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

.artist-header .bg {
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000 center / cover no-repeat;
    filter: brightness(30%) blur(10px);
    transform: scale(1.2);
    z-index: 1;
}

.artist-header .data-wpr {
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
}

.artist-header .data {
    padding-left: 25px;
}

.artist-header .name {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.artist-header .img {
    width: 225px;
    height: 225px;
    background: center / cover no-repeat;
    border-radius: 50%;
}

.artist-navbar {
    padding: 0;
    background-color: #000;
}

.artist-navbar-wpr {
    max-width: 1180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.artist-navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.artist-navbar li {
    height: 60px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 60px;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.artist-navbar li a {
    flex: 1; 
    text-decoration: none; 
    padding: 0 15px;
}

.artist-navbar li:hover, .artist-navbar li.active {
    border-top-color: var(--heading-text);
}

.artist-header .social {
    padding-top: 20px;
}

.artist-header .social ul {
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.artist-header .social li {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    background-color: rgba(255, 255, 255, .9);
    font-size: 20px !important;
    line-height: 36px;
    transition: all 0.3s ease;
    border-radius: 50%;
}
.artist-header .social li a {
    flex: 1; 
    text-decoration: none; 
}



.album-post {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.album-post .cover {
    width: 250px;
    min-width: 250px;
}

.album-post img {
    width: 100%;
    display: block;
}

.album-post .wpr {
    width: 100%;
}

.album-post .details {
    min-height: 250px;
    padding: 10px 0 0 20px;
    box-sizing: border-box;
}

.album-post .title {
    color: var(--headline-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.album-post .date {
    color: var(--secondary-text-color);
    font-size: 16px;
    font-weight: 800;
}

.album-post .desc {
    color: var(--lecture-color);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.album-post .songs {
    margin-left: 20px;
}

.album-post .song {
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--lecture-color);
    line-height: 50px;
    border-top: 1px solid #999;
}

.album-post .song .number {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}


/* General */



.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 45%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.navbar-padding {
    padding: 0 40px;
}





.page-link {
    height: 40px;
    width: 40px;
    background-color: #fff !important;
    color: var(--primary-text) !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 38px;
    padding: 0 !important;
    border-radius: 8px !important;
    border-color: var(--primary-text) !important;
    margin: 0 10px;
}

.page-link:hover {
    background-color: var(--play-btn-hover-bg) !important;
    color: var(--play-btn-color) !important;
    border-color: var(--play-btn-hover-bg) Im !important;
}

.page-item.active .page-link {
    background-color: var(--play-btn-bg) !important;
    color: var(--play-btn-color) !important;
    border-color: var(--play-btn-bg) !important;
}







/* Header & Footer */

.copyright {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    color: #000;
}



.home ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}



.dn {
    display: none !important;
}




/* Homepage special classes */

.home-widgets-wpr {
    width: 100%;
    margin: 60px 0 10px;
}

.home-now-playing {
    font-family: 'Montserrat';
    width: 100%;
    background-color: #000;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.home-now-playing .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: center center / cover no-repeat;
    filter: brightness(30%) blur(5px);
    transform: scale(1.2);
    z-index: 5;
}

.home-now-playing .ctr {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 10;
}

.home-now-playing .live {
    display: inline-block;
    margin-bottom: 15px;
    padding: 3px 5px 2px 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
}

.home-now-playing .artwork {
    width: 200px;
    height: 200px;
    min-width: 200px;
    background: center / cover;
    border-radius: 10px;
}

.home-now-playing .metadata {
    padding: 10px 0 0 30px;
}

.home-now-playing .songtitle,
.home-now-playing .artist {
    font-size: 60px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-now-playing .songtitle {
    font-weight: 200;
}

.home-now-playing .artist {
    font-weight: 700;
}

.home-played-list {
    position: relative;
    min-height: 457px;
}

.home-played-list section footer {
    margin-top: 24px !important;
}

.home-played-list .slider-wpr {
    position: relative;
}

.home-played-list .item {
    position: relative;
    margin-right: 20px;
}

.home-played-list .item:last-child {
    margin-right: 0px;
}

.glider-track li {
    list-style: none;
}

.home-played-list li::marker {
    list-style-type: none !important;
    padding: 0;
    display: none;
}

.home-played-list .item .top {
    position: relative;
}

.home-played-list .item img {
    width: 100%;
    border-radius: 8px;
}

.home-played-list .item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--heading-text);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 10px;
}

.home-played-list .item .artist {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-text);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-played-list .item .date {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-text);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-played-list .played-ppBtn {
    font-size: 64px;
    color: #fff;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    opacity: 0;
    z-index: 5;
}

.home-played-list .item:hover img {
    width: 100%;
    border-radius: 8px;
    filter: brightness(45%);
    transition: all .3s ease;
}

.home-played-list .item:hover .played-ppBtn {
    opacity: 1;
    transition: all .3s ease;
}

.home-played-list .slider-arrow-next,
.home-played-list .slider-arrow-prev {
    width: 44px;
    height: 44px;
    font-size: 42px;
    line-height: 44px;
    top: 71px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.4rem 1rem, rgba(0, 0, 0, 0.1) 0px 0.4rem 0.4rem;
}

.home-played-list .slider-arrow-prev {
    left: -22px;
}

.home-played-list .slider-arrow-next {
    right: -22px;
}

.home-podcast-list {
    position: relative;
}

.home-podcast-list .item {
    position: relative;
    margin-bottom: 50px;
}

.home-podcast-list .item:last-child {
    margin-right: 0px;
}

.home-podcast-list li::marker {
    list-style-type: none !important;
    padding: 0;
    display: none;
}

.home-podcast-list .item .top {
    position: relative;
}

.home-podcast-list .item img {
    width: 100%;
    border-radius: 8px;    
    margin-bottom: 22px;
}

.home-podcast-list .item .program {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--heading-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.home-podcast-list .item .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-text);
    text-align: left;
    line-height: 1.2;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-podcast-list .item .date {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-text);
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.home-podcast-list .podcast-ppBtn {
    font-size: 64px;
    color: #fff;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    opacity: 0;
    z-index: 5;
}

.home-podcast-list .item:hover img {
    width: 100%;
    border-radius: 8px;
    filter: brightness(45%);
    transition: all .3s ease;
}

.home-podcast-list .item:hover .podcast-ppBtn {
    opacity: 1;
    transition: all .3s ease;
}
.home-sponsors-list .item {
    width: 219px;    
}
.home-sponsors-list .img-wpr {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 219px;
    height: 120px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}
.home-sponsors-list img {
    max-width: 100%;
    max-height: 100%;
}
.home-sponsors-list .name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;    
    margin-top: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-color-block {
    background-color: var(--featured-bg);
    color: var(--featured-text);
}

.home-color-block .section-header h2 {
    color: var(--featured-text);
    text-align: left;
}

.element-list a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}


/* Mobile */

@media (max-width: 767.98px) {
    .element-list a {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .element-list .details {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .element-list .img-wpr,
    .element-list .img-wpr-small {
        width: 110px;
        min-width: 110px;
        height: 110px;
        margin-bottom: 0;
        border-radius: 0;
    }

    .element-list.videos .details,
    .element-list.artists .details {
        flex: 0;
        display: block;
        flex-direction: column;
    }

    .element-list.videos a,
    .element-list.artists a {
        display: block;
    }

    .element-list.videos .img-wpr,
    .element-list.videos .img-wpr-small {
        width: 100%;
        height: 100%;
        margin-bottom: 16px;
    }

    .element-list.artists .img-wpr,
    .element-list.artists .img-wpr-small {
        width: 100%;
        height: 100%;
        margin-bottom: 16px;
    }

    .element-list-latest {
        border-radius: 0 0 12px 12px;
    }

    .element-list-latest .details {
        padding: 24px 20px 30px;
    }

    .element-list-latest .title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .element-list-latest .button,
    .element-list-latest .button-contrast {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        margin: 0;
        margin-top: 12px;
    }

    .element-list-latest .button-contrast {
        margin-left: 0;
    }

    .element-post .details-py {
        padding: 35px 0;
    }

    .element-post .tickets {
        padding-top: 30px
    }

    .element-post .img-wpr,
    .element-post .img-ctr {
        height: 260px;
    }

    /* Sponsors */
    .home-sponsors-list .item {
        width: 100%;    
    }
    .home-sponsors-list .img-wpr {
        display: flex;
        justify-content: center;
        align-items: center; 
        width: 100%;
        height: 146px;
        border-radius: 8px;
        border: 1px solid #e8e8e8;
    }


    /* Artist Pages */

    .artist-header {
        height: 350px;
    }

    .artist-header .data-wpr {
        height: 350px;
        display: block;
        text-align: center;
        padding-top: 20px;
    }

    .artist-header .data {
        padding-left: 0;
        padding-top: 15px;
    }

    .artist-header .bg {
        height: 350px;
    }

    .artist-header .img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .artist-header .name {
        font-size: 30px;
    }

    .artist-header .social ul {
        justify-content: center;
        gap: 20px;
    }

    .artist-navbar li a {
        padding: 0 10px;
    }

    .album-post {
        display: block;
    }

    .album-post .cover {
        width: 250px;
        min-width: auto;
        margin: 0 auto;
    }

    .album-post .details {
        padding-left: 0;
    }

    .album-post .title,
    .album-post .date {
        text-align: center;
    }

    .album-post .date,
    .album-post .desc {
        margin-bottom: 30px;
    }

    .album-post .songs {
        margin-left: 0;
    }

    /* Pdocasts List */

    .podcasts-list {
        display: flex;
        margin-bottom: 50px;
    }

    .podcasts-list .data-wpr {
        position: relative;
        display: flex;
        flex-grow: 1;
    }

    .podcasts-list .data {
        padding-top: 5px;
    }

    .podcasts-list .img-wpr {
        width: 110px;
        height: 110px;
        margin-right: 16px;
        min-width: 110px;
        min-height: 110px;
    }

    .podcasts-list .program-name {
        margin-bottom: 10px;
    }

    .podcasts-list .title {
        display: block;
        margin-bottom: 5px;
    }

    .podcasts-list .date {
        padding-top: 5px;
    }

    .podcasts-list .date::before {
        content: "";
    }

    .podcasts-list .details {
        padding-right: 0px;
        padding-top: 5px;
    }

    .podcasts-list .actions {
        margin-left: 0;
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
    }

    /* Song List */

    .songs-list {
        display: block;
        margin-bottom: 16px;
    }

    .songs-list:last-child {
        margin-bottom: 0;
    }

    .songs-list .details-wpr {
        position: relative;
    }

    .songs-list .details {
        padding-right: 0;
    }  
    
    .songs-list .title, .songs-list .aritst, .songs-list .album {
        -webkit-line-clamp: 1;
    }

    .songs-list .time-wpr {
        width: 100%;
        height: 40px;
        position: relative;
        text-align: center;
        margin-bottom: 16px;
    }

    .songs-list .time-wpr::before {
        top: 18px;
        left: 0;
        width: 100%;
        height: 3px;
        border-left: none;
    }

    .songs-list:first-child .time-wpr::before {
        height: 3px;
        top: 18px;
    }

    .songs-list:last-child .time-wpr::before {
        height: 18px;
    }

    .songs-list .time {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 120px;
        height: 40px;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
    }

    .songs-list .img-wpr {
        width: 110px;
        height: 110px;
        min-width: 110px;
        min-height: 110px;
        margin-right: 16px;
        border-radius: 5px;
    }

    .songs-list .img {
        width: 100%;
        height: 100%;
        transition: all 500ms ease;
    }

    .songs-list .actions {
        margin-left: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .programs-list {
        display: block;
        margin-bottom: 16px;
    }

    .programs-list:last-child {
        margin-bottom: 0;
    }

    .programs-list .details-wpr {
        display: block;
        position: relative;
    }

    .programs-list .time-wpr {
        width: 100%;
        height: 40px;
        position: relative;
        text-align: center;
        margin-bottom: 16px;
    }

    .programs-list .time-wpr::before {
        top: 18px;
        left: 0;
        width: 100%;
        height: 3px;
        border-left: none;
    }

    .programs-list:first-child .time-wpr::before {
        height: 3px;
        top: 18px;
    }

    .programs-list:last-child .time-wpr::before {
        height: 18px;
    }

    .programs-list .time {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 120px;
        height: 40px;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
    }

    .programs-list .title {
        font-size: 18px;
    }

    .programs-list .img-wpr {
        width: 100%;
        height: 100%;
    }

    .programs-list .img {
        width: 100%;
        height: 100%;
        transition: all 500ms ease;
    }

    .programs-list .actions {
        padding: 15px 0;
    }


    /* General */

    .pills-style-1 .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .pills-style-1 .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        margin: 0;
    }

    .pills-style-1 .nav-link {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        height: 100%;
        white-space: normal;
        word-break: break-word;
    }

    .pills-style-2 .nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pills-style-2 .nav-item {
        flex: 1 1 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
    }

    .pills-style-2 .nav-link {
        padding: 10px 0 !important;
        white-space: normal;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pills-style-2 .nav>* {
        font-size: 0;
    }

    .pills-style-2 .nav>*>* {
        font-size: 18px;
        font-weight: 700;
    }


    .video-wrapper {
        padding-top: 56.25%;
    }

    .block-header,
    .block-header-2 {
        position: relative;
        padding-top: 50px;
    }

    .block-header {
        padding-bottom: 20px;
    }

    .block-header-2 {
        padding-bottom: 32px;
    }

    .page-header {
        padding-top: 106px;
        padding-bottom: 30px;
    }

    .page-header.with-select {
        display: block;
    }

    .page-header .top,
    .page-header .bottom {
        font-size: 16px;
        font-style: normal;
    }

    .page-header .top {
        font-weight: 800;
        margin-bottom: 5px;
    }

    .page-header .bottom {
        font-weight: 500;
        margin-top: 5px;
    }

    .page-header .title,
    .block-header-title {
        font-weight: 800;
        font-size: 36px;
        line-height: 1.05;
    }

    .page-header-block {
        padding-top: 40px;
    }

    .page-header-block .page-header .title {
        font-size: 34px;
    }

    .page-header .link {
        font-size: 20px;
        font-weight: 400;
    }

    .custom-select-wpr {
        margin-top: 20px;
    }

    .ppBtn-body {
        width: 110px;
        height: 110px;
        line-height: 110px;
        font-size: 48px;
    }

    .ppBtn-body::before,
    .ppBtn-body::after {
        display: none;
    }

    .navbar-brand {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .navbar-padding {
        padding: 0 20px 0 25px;
    }

    .navbar img {
        max-height: 50px;
    }


    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        z-index: 1100;
        background-color: var(--header-bg);
    }

    .navbar .nav-link {
        font-size: 28px;
        font-weight: 700;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 9px 0;
    }

    .navbar-collapse.show>ul:first-of-type>li:last-child {
        border-bottom: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: var(--header-bg);
        padding: 0;
        z-index: 1050;
        display: none;
    }

    .navbar-collapse.show {
        display: flex !important;
        flex-direction: column;
    }

    .navbar-collapse.show>ul {
        width: 100%;
        margin: 0;
        padding: 0 30px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .navbar-collapse.show>ul:first-of-type {
        flex: 0 0 auto;
        background-color: var(--header-mobile-links-bg);
        padding: 10px 30px 10px 30px;
        margin: 0;
    }

    .navbar-collapse.show>ul:last-of-type {
        flex: 1 1 auto;
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
        margin: 0;
        background-color: var(--header-bg);
    }

    .navbar-collapse.show>ul:last-of-type>li {
        display: flex;
        align-items: center;
    }

    .navbar-collapse.show>ul:last-of-type {
        list-style: none;
    }

    .navbar .sm-icons .nav-link {
        font-size: 36px;
    }

    .navbar-toggler .material-icons {
        font-size: 36px;
        color: var(--header-links);
    }

    .navbar .header-btn {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 36px;
        padding: 0px;
        margin-left: 5px;
        color: var(--header-links);
        background-color: transparent;
    }

    .navbar-toggler {
        padding: 0;
        margin: 0;
        border: 0;
        position: relative;
        width: 36px;
        height: 36px;
    }

    .toggle-icon {
        top: 0;
        left: 0;
        position: absolute;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .notes-icon {
        opacity: 1;
        transform: scale(1);
    }

    .close-icon {
        opacity: 0;
        transform: scale(0.7) rotate(-90deg);
    }

    .navbar-toggler.open .notes-icon {
        opacity: 0;
        transform: scale(0.7) rotate(90deg);
    }

    .navbar-toggler.open .close-icon {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }


    body.menu-open {
        overflow: hidden;
    }

    .glide__arrows {
        display: none;
    }


    /* Homepage special  classes */

    .home-now-playing {
        padding: 50px 20px;
    }

    .home-now-playing .ctr {
        display: block;
        /* overrides flex */
        text-align: center;
    }

    .home-now-playing .artwork {
        width: 140px;
        height: 140px;
        min-width: 140px;
        min-height: 140px;
        margin: 0 auto;
    }

    .home-now-playing .metadata {
        padding: 20px 15px 0;
    }

    .home-now-playing .songtitle,
    .home-now-playing .artist {
        font-size: 28px;
        line-height: 32px;
        -webkit-line-clamp: 1;
    }

    .home-now-playing .live {
        font-size: 14px;
        padding: 2px 4px;
    }

    .mobile-hide {
        display: none !important;
    }

    .desktop-hide {
        display: block;
    }
    
  .tooltip {
    display: none !important;
  }

}