/*
Theme Name: AXS TV
Theme URI: http://axs.tv
0Version: 1.0
Description: A BB Child Theme for AXS TV
Author: Anthem Sports & Entertainment, Inc.
Author URI: http://axs.tv
template: bb-theme
*/

#fl-to-top {
	background-color: #2a57c9 !important;
}
/* .fl-page {padding-top: 0 !important} */

/* TOP NAV */
.header-nav-col {
    display: flex;
    justify-content: space-evenly;
}

.header-nav .fl-has-submenu-container a {
	text-decoration: none !important;
}

.header-nav .fl-menu .sub-menu > li > a {
	text-decoration: none;
}

.header-nav .fl-menu .sub-menu > li > a:hover,
.header-nav .fl-menu .sub-menu > li > a:focus,
.header-nav .fl-menu .sub-menu > li > a:active {
	background-color: #2a57c8; 
}

.header-nav .fl-menu #menu-main li {
	text-align: left;
}

.header-search-icon a {
/* 	padding-left: 30px !important; */
}

.header-search-icon svg {
    width: 20px;
	height: 20px
}

.header-search-icon svg path {
    fill: #fff;
} 

/* Sub-nav */
.christmas a::before {
    content: '\f06b';
    font-family: "Font Awesome 6 Free";
    color: red;
    margin-right: 3px;
}
.heart a::before {
    content: '\f004';
    font-family: "Font Awesome 6 Free";
    color: red;
    margin-right: 3px;
}

/* HOME PAGE */

/* HOME PAGE SLIDER */
.slick-slide a::after {
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    display: block;
	color:#fff;
	position: absolute;
	bottom:0;
}
.home-slider-meta {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 30px 20px;
}

.home-slider-meta,
.home-slider-meta h2,
.home-slider-meta a {
	color: #ffffff;
}

.home-slider-meta h2 {
	margin-bottom: 20px;
	font-size: 35px;
	font-weight: bold;
}

.home-slider-meta p {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	line-height: 1.2;
}

.home-slider-meta button {
	background: #294aa2;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.home-slider-meta button:hover a {
	color: #fff;
}

.npds-posts-slider button:has(a:empty) {
    display: none;
}

/* top stories */

.top-stories-section-posts .fl-post-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.top-stories-section-posts .fl-post-image img {
	object-fit: cover;
	height:100%
}

.top-stories-section-posts .fl-post-text .fl-post-title {
    font-size: 15px;
    line-height: 1.2;
	text-transform: uppercase;
}

.top-stories-section-posts .fl-post-grid {
    display: flex;
    flex-wrap: no-wrap;
}
.top-stories-section-posts .fl-post-grid .fl-post-column {
    display: flex;
}

.top-stories-section-posts .fl-post-grid .fl-post-column .fl-post-text {
    padding-bottom:  30px;
}

.top-stories-section-posts .fl-post-grid .fl-post-column .fl-post-meta {
    position: absolute;
    bottom: 15px;
}

/* Hot videos */
.home-videos-trending .fl-post-feed-header {
	margin-bottom: 10px;
}

/* featured shows */

.home-featured-shows .fl-post-grid-text {
	display: none;
}

/* MUSIC NEWS LIVE */

.accessible-slick-slider {
	position: relative;
}

.music-news-live-featured-story .fl-post-grid-image,
.news-story-single-featured-image .fl-photo {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.news-story .fl-post-grid-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.music-news-live-featured-story .fl-post-grid-image::after {
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.music-news-live-featured-story .fl-post-grid-text {
	position: absolute;
	bottom:  0;
	left:  0;
	padding: 20px;
	width: 100%;
	color: #fff;
	padding: 20px 20px 40px;
}

.music-news-live-featured-story .fl-post-grid-text .fl-post-grid-title a {
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
}

.music-news-live-featured-story .fl-post-grid-post::after {
    content: "TOP STORY";
    color: #fff;
    font-size: 18px;
	font-weight: bold;
    position: absolute;
    bottom: 100px;
    left: 20px;
    background: red;
    padding: 10px 15px;
}

/* SINGLE TEMPLATES */
/* news story */

.news-story-single-featured-story .fl-post-grid-post {
    border: none;
}

.news-story-single-featured-story .fl-post-title {
    font-size: 35px;
}

.news-story-single-featured-image .fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
/*     overflow: hidden; */
    text-overflow: ellipsis;
    position: absolute;
    bottom: -10px;
    right: 10px;
    color: #fff;
}

.fl-builder-content .news-story-links .fl-rich-text li p {
	font-weight: bold;
}

.fl-builder-content .news-story-links .fl-rich-text li p a,
.fl-builder-content .news-story-links .fl-rich-text li p span {
	font-weight: normal;
}

.fl-builder-content .news-story-links .fl-rich-text li p a {
	padding: 0 5px;
}

.related-posts .fl-post-grid {
    display: flex;
    flex-wrap: no-wrap;
}

.related-posts .fl-post-grid .fl-post-column {
    display: flex;
	position: relative;
}

.related-posts .fl-post-grid-more  {
    position: absolute;
    bottom: 15px;
	right: 15px;
    background: #294aa2;
    padding: 2px 10px;
	cursor: pointer;
}

.related-posts .fl-post-grid-more:hover,
.related-posts .fl-post-grid-more:active,
.related-posts .fl-post-grid-more:focus {
	background: #5779d2;
}

.section-heading .fl-module-content {
    padding: 10px;
}

.section-heading.red .fl-module-content {
    background: #ed1c24;
}

.section-heading.blue .fl-module-content {
    background: #294aa2;
}

/* relevant artist feed */

.circle-featured-image .fl-post-feed-post {
	display: flex;
	align-items: center;
	border: none;
}

.circle-featured-image.dark-bg .fl-post-feed-post .fl-post-title a {
	color: #fff;
}

.circle-featured-image .fl-post-feed-image,
.circle-featured-image .fl-post-image {
	float: none;
	flex-shrink: 0;
	width: 150px;
	height: 150px;
}
.circle-featured-image .fl-post-feed-image img,
.circle-featured-image .fl-post-image img {
    /* height: auto !important; */
    /* width: 100% !important; */
    border-radius: 50%;
    width: 150px !important;
    height: 150px !important;
}

.circle-featured-image .fl-post-feed-post .fl-post-feed-text {
	margin-left: 20px;
}

/* horizontal related artists */
.artist-single-related-artists.circle-featured-image.horizontal .fl-post-grid-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
    border: none;
}

.artist-single-related-artists.circle-featured-image.horizontal .fl-post-grid-post .fl-post-title {
    text-align: center;
    }
    
.artist-single-related-artists.circle-featured-image.horizontal .fl-post-grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* promotion-row */

.axs-promotion .fl-post-feed-post {
    display: flex;
    align-items:  center;
}

.axs-promotion .fl-post-feed-post .fl-post-title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.axs-promotion .fl-post-image {
    width: 100%;
    float: left;
    margin-right: 40px;
}

.axs-promotion .fl-post-text {
	padding-left: 40px;
}

.axs-promotion .fl-post-feed-post button a {
	font-size: 22px;
    font-weight: 700;
}

.axs-promotion .fl-module-content .fl-post-excerpt a {
    background: #2a57c9;
    padding: 10px 15px;
    text-decoration: none;
/*     display: block;
    text-align: center;
    margin-bottom: 10px; */
}

.axs-promotion .fl-module-content .fl-post-excerpt a:hover,
.axs-promotion .fl-post-excerpt a:focus,
.axs-promotion .fl-post-excerpt a:active {
	background: #2a7ecc;
}

.axs-promotion .fl-post-feed-post:nth-child(odd) {
	background: none;
}

/* ARTISTS SINGLE */
/* hero section */
.artist-single-featured-post .fl-post-title {
    font-size:  50px;
	font-weight: 400;
    text-transform: uppercase;
	line-height: 1.2;
}

.artist-single-featured-post .fl-post-image {
    float: left;
    margin-right: 30px;
	margin-bottom: 10px;
	width: 35%;
}

.artist-single-featured-post .fl-post-text {
    padding-top: 0;
    font-size: 15px;
}

/* read more / read less button */
#textContent #toggleButton{
	float: right;
	margin-top: 10px;
	display: inline;
	background-color: #2a57c8;
}

.fl-post-text .tour-ranking {
    display: block;
    float: left;
	margin-top: 10px;
	padding: 4px 8px;
    background: #2a57c8;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
    text-align: center;
}
/* artist socials */
.artist-socials {
    list-style: none;
    display: flex;
	padding-left: 0;
}
.artist-socials a {
    color: #fff;
    background: #2A57C8;
    width: 25px;
    height: 25px;
    display: block;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    padding-top: 2px;
	margin-bottom: 5px;
}

/* artist top stats */
.streaming-stats {
	font-size: 12px;
	font-weight: 700;
}

.artist-single-top-stats-row .fl-col-group{
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top-stats-col {
    border-left: 1px solid #ddd;
	min-width: 230px;
}

.top-stats-col:first-child {
    border:  none;
}

.streaming-stats .fl-icon {
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #222;
}

.streaming-stats h3 {
	text-align: center;
}

.streaming-stats ul {
	padding-left: 0;
	list-style: none;
}

.streaming-stats .stat-number {
	display: inline-block;
	width: 90px;
	text-align: right;
	margin-right:10px;
}

/* artist single related artists */
.artist-single-related-artists .fl-post-image {
	width: 150px;
	height: 150px;
}

.artist-single-related-artists .fl-post-image img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 1px solid #e6e6e6;
}

.artist-single-related-artists .fl-post-feed-post {
	display: flex;
    align-items: center;
	border: none;
}

/* artist single top songs */
.artist-single-top-songs .axs-icon-on-black {
	width: 40px;
    height: 40px;
}

.artist-single-top-songs .fl-post-feed-post {
	display: flex;
    align-items: center;
}

/* artist single top albums */
.artist-single-top-albums .fl-post-grid-post {
	border: none;
}

.artist-single-top-albums .fl-post-grid-post .fl-post-title {
	font-size: 16px;
	line-height: 1.1;
}
.artist-single-top-albums .fl-post-image img {
	width: 100%;
}

.artist-single-top-albums .fl-post-text {
    padding: 10px 0;
}



/* ARCHIVES */


.fl-builder-pagination li a.page-numbers {
	background: #ed1c24;
	color: #fff;
}

.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li a.page-numbers:active,
.fl-builder-pagination li a.page-numbers:focus {
	background: #222;
}

.fl-builder-pagination li a.page-numbers.current, 
.fl-builder-pagination li span.page-numbers.current,
.fl-builder-pagination li span.page-numbers.dots {
	background: #fff;
	color: #ed1c24;
	color: #ed1c24;
    font-weight: bold;
}




/* archive artists */

.artists-archive .fl-post-grid-post {
	border:  none;
}

.artists-archive .fl-post-grid-post .fl-post-image {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	display: flex;
    align-items: center;
    background: #000000;
}

.artists-archive .fl-post-grid-post .fl-post-text {
	margin: 10px 0;
	padding: 0;
}

.fl-module-post-grid .fl-post-grid-post .artist-excerpt {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3;
   -webkit-box-orient: vertical;
	padding-right: 10px;
	margin-bottom: 20px;
}
.fl-module-post-grid .fl-post-grid-post .fl-post-more-link a {
    color: #fff;
    background: #2a57c8;
    padding: 5px;
}

/* archive: songs */
.song-cover-art img {
	width: 100%;
	aspect-ratio: 1/1;
}
.song-archive .fl-post-text .fl-post-title {
	font-size: 15px;
	line-height: 1.1;
	padding-bottom: 0;
}

.song-archive .fl-post-text p a {
	font-size: 12px;
	line-height: 1.1;
	text-decoration: none;
	color: #333;
	padding: 1px 3px;
	font-style: italic;
}
.song-archive .fl-post-text p a:hover,
.song-archive .fl-post-text p a:active,
.song-archive .fl-post-text p a:focus {
	color: #fff;
}

/* archive: albums */

.song-cover-art img {
	width: 100%;
	aspect-ratio: 1/1;
}
.albums-archive .fl-post-text .fl-post-title {
	font-size: 15px;
	line-height: 1.1;
	padding-bottom: 0;
}

.albums-archive .fl-post-text p a {
	font-size: 12px;
	line-height: 1.1;
	text-decoration: none;
	color: #333;
	padding: 1px 3px;
	font-style: italic;
}

/* Archive news stories */

.top-stories-archive .fl-post-grid-post {
	position: relative;
}

.top-stories-archive .news-story .fl-post-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.top-stories-archive .fl-post-grid-post .fl-post-excerpt p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 10px;
    margin-bottom: 20px;
}
.top-stories-archive .fl-post-grid-post .fl-post-title {
	font-size: 15px;
	line-height: 1.1;
}
.top-stories-archive .fl-post-more-link {
    position: absolute;
    bottom: 10px;
	right: 10px;
}

/* ARCHIVE DEFAULT */

body.archive .fl-page-content {
	background: #fff;
}

body.archive .fl-page-content .fl-post .fl-post-image-beside {
	width:  50%;
}

/* LINKTREE PAGE */
.linktree-promotions-item-col .fl-heading,
.linktree-mnl-stories .fl-post-feed-title {
	background: #294aa2;
	padding: 5px;
}

.linktree-promotions-items .fl-post-feed-image,
.linktree-mnl-stories .fl-post-feed-image {
	margin-bottom: 5px;
}


/* MEDIA QUERIES */

@media screen and (max-width: 1260px) {
		.header-nav #menu-main li.menu-item a {
/* 			padding-right: 40px;
			padding-left: 50px; */
	}
}

@media screen and (max-width: 1240px) {
		.header-nav #menu-main li.menu-item a {
			padding-right: 35px;
			padding-left: 35px;
	}
	
	.artist-single-featured-post .fl-post-title {
		font-size: 40px;
	}
}

@media screen and (max-width: 1135px) {
		.header-nav #menu-main li.menu-item a {
			padding-right: 30px;
			padding-left: 30px;
	}
}


@media screen and (max-width: 1070px) {
		.header-nav #menu-main li.menu-item a {
			padding-right: 20px;
			padding-left: 20px;
	}
	
		.home-slider-meta button {
			padding: 10px;
			font-size: 20px;
	}
		.home-slider-meta h2 {
			font-size: 25px;
	}
	
		.home-slider-meta p {
			font-size: 20px;
	}
	
	.artist-single-featured-post .fl-post-title {
		font-size: 34px;
	}
	
		.circle-featured-image .fl-post-image,
		.circle-featured-image .fl-post-image img {
			width: 100px !important;
			height: 100px !important;
	}
	
	.circle-featured-image .fl-post-title {
		font-size: 16px;
	}
	
}

@media screen and (max-width: 930px) {
		.header-nav #menu-main li.menu-item a {
			padding-right: 8px;
			padding-left: 8px;
	}
	
		.home-slider-meta p {
			font-size: 20px;
	}
	
	.music-news-live-featured-story .fl-post-grid-text .fl-post-grid-title h2 {
		font-size: 18px;
		line-height: 1.1;
	}
	
	.music-news-live-featured-story .fl-post-grid-text .fl-post-grid-title a {
		font-size: 18px;
	}
	
	.music-news-live-featured-story .fl-post-grid-post::after {
		bottom: 70px;
		padding: 5px 10px;
	}
	
	.music-news-live-featured-story .fl-post-grid-text {
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 768px) {
	
	.header-nav-col {
		display: block;
	}
	
	.top-stories-section-posts .fl-post-grid,
	.related-posts .fl-post-grid {
    	flex-wrap: wrap;
	}
	.axs-promotion .fl-post-feed-post {
    	display: flex;
    	align-items:  center;
		flex-wrap: wrap;
	}
	
	.home-slider-meta {
		padding: 10px;
	}
	.home-slider-meta h2 {
			font-size: 20px;
	}
	
	.home-slider-meta p {
			font-size: 16px;
			overflow: hidden;
    		display: -webkit-box;
    		-webkit-line-clamp: 2;
    		-webkit-box-orient: vertical;
	}
	
	.top-stories-section-posts .fl-post-grid .fl-post-column .fl-post-meta {
    	position: relative;
	}
	
	.top-stories-section-posts .fl-post-grid .fl-post-column {
		padding-bottom: 0;
	}
	
	.top-stories-section-posts .fl-post-grid .fl-post-column .fl-post-text {
    	padding: 20px 20px 0;
}

		#menu-footer-menu-a,
		#menu-footer-menu-b {
			text-align: center;
	}
	.no-400 {
		max-width:90% !important;
	}
	
		.circle-featured-image .fl-post-image,
		.circle-featured-image .fl-post-image img {
			width: 150px !important;
			height: 150px !important;
	}
	
	.circle-featured-image .fl-post-title {
		font-size: 20px;
	}
	
    .circle-featured-image .fl-post-feed-post {
        justify-content: center;
        display: flex;
        border: none;
        flex-direction: column;
        align-items: center;
    }
	
	.artist-single-featured-post .fl-post-title {
		font-size: 30px;
	}
	
	.top-stats-col {
		border-left: none;
	}
	
	.artist-single-top-songs .fl-post-feed-post.fl-post-feed-image-beside,
	.artist-single-related-artists .fl-post-feed-post.fl-post-feed-image-beside {
		max-width: 100%;
	}
	
	.artist-single-related-artists .fl-post-feed-post.fl-post-feed-image-beside {
		justify-content:flex-start;
	}
	
	.header-search-icon a {
		padding-left: 10px !important;
		padding-bottom: 20px !important;
		padding-top: 10px !important;
}
	.header-search-icon a::after {
		content: "SEARCH";
		padding-left: 5px;
}
	
	.axs-promotion .fl-module-content .fl-post-excerpt a {
		display: block;
		width: 80%;
		margin: 0 auto 10px;
		text-align: center;		
}
	
	.axs-promotion .fl-post-image {
		width: 100%;
		float: none;
		margin-right: 0; 
		text-align: center;
}
	
	.home-videos-trending img,
	.home-featured-video img {
		aspect-ratio: 16 / 9;
		overflow: hidden;
		object-fit: cover;
}
	
	.home-featured-video {
    	background: #f6f6f6;
}

	.home-featured-video .fl-post-grid-post {
		background: none;
}
	
}


@media screen and (max-width: 600px) {
	.home-slider-meta p {
		display: none;
	}
	.home-slider-meta h2 {
		position: relative;
		margin-bottom: 10px;
/* 		text-align: center; */		
	}
	
	.artist-single-featured-post .fl-post-title {
		font-size: 26px;
	}
	
	.artist-single-featured-post .artist-socials {
		flex-wrap: wrap;
	}
	
	.axs-promotion .fl-post-feed-post .fl-post-title {
    font-size: 25px;
}
	
}

@media screen and (max-width: 450px) {
.home-slider-meta button {
    background: #294aa2;
    margin-bottom: 0;
    padding: 0 5px;
    font-weight: bold;
}
	
.home-slider-meta button {
		margin-bottom: 10px;
	}
	
.home-slider-meta button a {
		font-size: 16px;
	}

.home-slider-meta h2 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

.home-slider-meta p {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}


.home-slider-meta {
    position: absolute;
    bottom: 0;
    left: 10px;
}
	
.artist-single-top-songs .fl-post-title {
		font-size: 16px;
	}
}