/*
Theme Name: Legends In Concert
Theme URI: https://legendsinconcert.com/
Author: Singularity Solution
Author URI: https://www.singularity.is
Description: Legends In Concert
Version: 1.0
*/
/*****************FONTS*******************/
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/montserrat-v25-latin-100.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/montserrat-v25-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/montserrat-v25-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v25-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v25-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v25-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/montserrat-v25-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/montserrat-v25-latin-700italic.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/montserrat-v25-latin-900.woff2') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/montserrat-v25-latin-italic.woff2') format('woff2');
}
/*****************ROOT*******************/
:root {
    --font-primary: "Montserrat" , sans-serif;
    --primary-color: #da373b;
    --button-hover: #CC3236;
    --backgroud-linear: linear-gradient(to bottom, #000000 0%, #262626 100%);
}
/*****************BODY*******************/
body {
    font-family: var(--font-primary);
    padding-top: 90px;
    background-color: #000;
}
/*************** PRE-DEFINED CLASSES**************/
/*
.grecaptcha-badge { 
    visibility: hidden !important;
}
*/


body.admin-bar nav.navbar {
    top: 46px;
}
.text-red {
    color: var(--primary-color);
}
.bg-black {
    background: #000;
}
.bg-grey {
    background: #1d1d1d;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-linear {
    background: var(--backgroud-linear);
}
.section-border-top {
    border-top: 2px solid var(--primary-color);
}
.section-border-bottom {
    border-bottom: 2px solid var(--primary-color);
}
.red-border {
    border: 1px solid var(--primary-color);
}
.btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 15px 25px;
    font-weight: 800;
    text-decoration: none;
    min-width: 200px;
}
.btn-primary {
    color: #fff !important;
    background: var(--primary-color);
    border-color: transparent;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
    background: var(--button-hover) !important;
    color: #fff;
    border-color: transparent !important;
}
.btn-primary:disabled {
    background-color: #272727 !important;
    border-color: #000 !important;
}
.btn-primary  img {
    height: 16px;
    width: auto;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7457%) hue-rotate(5deg) brightness(121%) contrast(114%);
}
#searchButton {
	padding: 8px 10px;
	min-width: unset;
}
.btn-sm {
    background: var(--primary-color);
    font-size: 18px;
    transition: all .2s ease-in-out;
    color: #fff;
    border-radius: 3px;
    padding: 15px 15px;
    font-weight: 600;
    color: #fff;
    min-width: 200px;
}
.btn-small {
    font-size: 14px;
    padding: 14px 18px;
}
.btn-thin {
    font-size: 12px;
    padding: 10px 8px;
    font-weight: 400;
}
.btn-thin img {
    height: 12px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px;
    color: var(--primary-color);
}
.swiper-button-next,
.swiper-button-prev {
    width: 48.5px;
    height: 48.5px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    bottom: 0;
    top: auto;
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 35px);
}
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 35px)
}
.swiper-pagination-bullet {
    background: #fff;
    width: 11px;
    height: 11px;
}
.swiper-pagination-bullet-active {
    background: var(--primary-color);
}
.form-control{
    border: none;
}
.form-control:focus,
.form-control:focus-visible {
    box-shadow: none;
    outline: none;
}
.container-custom {
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}
.container-small {
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.section-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}
.section-subtitle {
    color: #FFF;
    font-weight: 300;
    line-height: 1.6;
    font-size: 20px;
}
.fw-black {
    font-weight: 800 !important;
}
.section-spacing {
    padding: 35px 0;
}
.section-head {
    padding-bottom: 20px;
}
.section-head h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.section-head p {
    color: #FFF;
}
.section-head ul,
.section-head ol {
    margin-top: 25px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.2;
    text-align: start;
}
.section-head li {
    margin-bottom: 10px;
}
.section-head h4,
.location-single-subtitle {
    font-weight: 200;
    color: #FFF;
    font-size: 28px;
    margin-bottom: 0;
    line-height: 1.2;
    transition: all .3s;
}
.location-single-subtitle:hover {
    text-decoration: none;
    color: #FFF;
}
/*************MODAL**************/
.btn-close:focus {
	box-shadow: none !important;
}
.modal-dialog {
	max-width: 382px;
}
.submit-container {
	padding: 0 !important;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 20px;
}
.modal-body {
	padding: 5px 40px 40px 40px;
}
.modal-title {
	color: var(--primary-color);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1;
}
.modal-text {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}
.formEl label {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 2.1 !important;
}
#ic_signupform .elcontainer .formEl input[type="text"], #ic_signupform .elcontainer .formEl select {
	color: #535353 !important;
}
.formEl label span.required {
	color: (--primary-color) !important;
}
#ic_signupform .elcontainer .formEl {
	margin-bottom: 20px !important;
	font-family: var(--font-primary) !important;
}
.formEl input {
	height: 43px !important;
	border: 1px solid #E8E8E8 !important;
	background: #F3F3F3 !important;
}
.formEl input:focus-visible {
	outline: 0 !important;
}
/*************ANIMATIONS**************/
.animation-right {
    opacity:0;
    filter: blur(0);
    transform:translateX(50%);
    transition: all .6s ease-in-out;
}
.animation-right[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-left{
    opacity:0;
    filter: blur(0);
    transform:translateX(-50%);
    transition: all .6s ease-in-out;
}
.animation-left[animation="true"]{
    opacity: 1;
    transform: translateX(0);
}
.animation-top {
    opacity:0;
    filter: blur(0);
    transform:translateY(-50%);
    transition: all .6s ease-in-out;
}
.animation-top[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}
.animation-bottom {
    opacity:0;
    filter: blur(0);
    transform:translateY(50%);
    transition: all .6s ease-in-out;
}
.animation-bottom[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}
/***************NAVIGATION********************/
.navbar-brand img {
    height: 80px;
    width: auto;
}
nav.navbar {
    border-bottom: 1px solid var(--primary-color);
    top: 0;
    left: 0;
    z-index: 999;
}
.navbar .nav-link {
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    transition: all .5s ease;
    border-bottom: 1px solid var(--primary-color);
}
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active {
    color: #FFF;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23da373b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 50px;
    height: 50px;
}
.survey-link img {
    height: 35px;
    width: auto;
}
.navbar .navbar-nav li:last-child .nav-link {
    padding-top: 32px;
    padding-bottom: 32px;
    background: var(--primary-color);
}
.navbar {
    box-shadow: 0 0px 31px 29px rgba(0,0,0,.7);
}
/******************HERO********************/
.hero-section .img-box {
    height: auto;
    width: 100%;
    height: 250px;
}
.hero-section .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-section .btn-box {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
	bottom: -28px;
}
/**************STAR ALIGN**********************/
.star-align-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 100%;
}
.star-align-section .row > div {
    overflow: hidden;
}
.star-align-section .red-overlay {
    bottom: 0;
    left: 0;
    border-bottom: 8px solid var(--primary-color);
    padding-bottom: 10px;
    padding-top: 18px;
    background: transparent;
    z-index: 2;
    color: #fff;
    position: relative;
    font-weight: 800;
    font-size: 17px;
}
.star-align-section .red-overlay::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    transition: all 0.25s ease-in-out;
}
.star-align-section a:hover .red-overlay::after {
    bottom: 0;
}
.star-align-section a::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 40%);
}
.star-align-section .title-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 700;
}
/************REVIEWS*****************/
.reviews-section .img-box {
    width: 100%;
    height: auto;
}
.reviewsswiper {
    padding-bottom: 70px;
}
.reviews-section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.reviews-section .review-box {
    color: #fff;
    font-weight: 700;
}
.reviews-section .review-box .review-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.1;
    font-style: italic;
    text-transform: uppercase;
}
.reviews-section .review-box .review-creator {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 20px;
}
.arrows-box {
    padding-top: 40px;
    max-width: 180px;
}
/*************GREATEST SECTION***********************/
.greatest-section {
    padding: 20px 0;
}
.greatest-section .greatest-text {
    color: #fff;
    font-size: 32px;
    font-weight: 200;
    line-height: 1.2;
}
/****************NEWS SWIPER**********************/
.newsSwiperHome img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box {
    width: 100%;
    height: 100%;
}
.newsSwiperHome .swiper-slide {
    height: auto;
}
.newsSwiperHome a {
    text-decoration: none;
    color: #fff;
}
.newsSwiperHome .title-news {
    font-weight: 600;
    font-size: 23px;
    border-bottom: 1px solid var(--primary-color);
}
.newsSwiperHome .subtitle-news {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.newsSwiperHome .text-news {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
/*************ON STAGE*********************/
.onstage-section img {
    max-width: 100%;
    height: auto;
    width: auto;
}
/***************LEGENDS NEWS***************/
.legends-news-section a {
    text-decoration: none;
    color: #cacaca;
}
.legends-news-section img {
    height: auto;
    width: 100%;
}
.legends-news-section .legends-box {
    border: 1px solid var(--primary-color);
}
.legends-news-section .title {
    font-weight: bold;
    font-size: 34px;
    color: var(--primary-color);
}
.legends-news-section .subtitle {
    font-weight: 200;
    font-size: 28px;
    color: #fff;
}
.legends-news-section .text-box {
    padding: 20px;
    background: #000;
}
.legends-news-section .legends-title {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
}
.legends-news-section .legends-text {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}
.legends-news-section .btn-legends-box {
    padding: 14px 20px;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    background: var(--primary-color)
}
.legends-news-section .img-box::after {
    content: '';
    background: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-in-out;
}
.legends-news-section .legends-box:hover .img-box::after {
    opacity: 0.2;
}
/**************PARTNERS********************/
.partners-section .wrap{
    width: 100%;
    aspect-ratio: 1/1;
}
.partners-section .wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parnersswiper {
    padding-bottom: 50px;
}
.partners-section .swiper-slide{
    justify-content: center;
    align-items: center;
    display: flex;
}

/***********FOOTER***********************/
footer .img-box-logo img{
    max-width: 200px;
}
footer .social-text {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 400;
    line-height: 1.3;
}
footer .social-text a {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    text-decoration: none;
    transition: all .3s;
}
footer .social-text a:hover {
    color: #FFF;
}
footer .social-links{
    gap:10px;
}
footer .social-links a{
    width: 40px;
    height: 40px;
    padding: 10px;
    transition: 0.2s ease-in-out;
}
footer .social-links a:hover{
    background: #777777 !important;
}
footer .social-links a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
footer .sub-text{
    color: #fff;
}
.footer-btn {
    background: var(--primary-color);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    min-width: 100px;
}
.footer-form .form-control {
    border-radius: 15px;
    background: #f5f5f5;
    color: #727272 !important;
    font-size: 14px;
    padding: 8px 105px 8px 8px;
}
.footer-form .form-control::placeholder{
    color: #bdbdbf !important;
}

footer .footer-nav{
    list-style-type: none;
    color: #fff;
    border-top: 1px solid #444444;
}
footer .footer-nav li a {
    padding: 6px 0px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s;
}
footer .footer-nav li a:hover {
    color: #dbdbdb;
}

.footer-signup-text {
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
}
.footer-signup-text span {
	color: var(--primary-color);
	font-weight: 800;
}

/***********SECOND FOOTER******************/
.second-footer-section{
    color: #c4c4c4;
}
.second-footer-section .rights-text{
    font-size: 12px;
    padding: 4px 0px;
}
.second-footer-section .footer-nav-second{
    list-style-type: none;
    font-size: 12px;
}
.second-footer-section .footer-nav-second a {
    position: relative;
    padding: 4px 8px 4px 4px;
    transition: all .3s;
}
.second-footer-section .footer-nav-second a:hover {
    color: #FFF;
}
.second-footer-section .footer-nav-second li a::after{
    content: '|';
    position: absolute;
    right: 0;
    top: 3px;
}
.second-footer-section .footer-nav-second li:last-child a::after{
    display: none;
}
/**************ABOUT PAGE*****************/
.page-hero {
    background-size: contain;
    background-position: top;
    background-color: #000;
    background-repeat: no-repeat;
}
.page-hero-img-box {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.page-hero-img-box img {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.page-hero-logo-box {
    padding: 40px 0;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    max-width: 900px;
}
.page-hero-logo-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 350px;
}
.page-hero-text-box {
    position: relative;
    z-index: 10;
    margin-top: -20px;
    padding: 25px 15% 5px 15%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 4%, rgba(0,0,0,1) 12%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
}
.page-hero-text-box h3 {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.6;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 20px;
}
.page-hero-text-box p {
    font-size: 25px;
    color: #FFF;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 300;
}
.image-section-img-box {
    width: 100%;
    height: 100%;
}
.image-height {
    height: 700px;
}
.image-section-img-box img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    width: auto;
}
.two-column-text p {
    font-size: 19px;
    line-height: 2;
    color: #FFF;
    margin-bottom: 32px;
}
.image-text-box{
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.image-text-box h4 {
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 25px;
}
.image-text-box h5 {
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
    font-weight: 600;
    font-style: italic;
}
.quote-section-text h4 {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.15;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.quote-section-text p {
    font-size: 16px;
    line-height: 1.35;
    color: #FFFFFF;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}
.quote-section-text {
    max-width: 900px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}
.buttons-container {
    max-width: 1000px;
    padding: 0 20px;
}
/*************PERFORMERS PAGE******************/
.arrow-down {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cta-text-box .arrow-down img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(23%) sepia(100%) saturate(1919%) hue-rotate(339deg) brightness(94%) contrast(87%);
}
.cta-text-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    line-height: 1.7;
}
.cta-text-box .cta-text {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.6;
    color: #FFF;
    margin-bottom: 20px;
}
.cta-text-box  p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #FFF;
    font-weight: 100;
    margin-top: 25px;
}
.cta-box-content {
    max-width: 1080px;
}
.artists-section {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0 35px 0;
}
.performers-categories {
    max-width: 1040px;
    gap: 7px;
    margin-bottom: 35px;
}
.performer-category-img-box {
    width: 200px;
    height: 230px;
    overflow: hidden;
}
.performer-category-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.performer-category-card {
    border: 1px solid var(--primary-color);
    cursor: pointer;
}
.performers-category-name {
   font-size: 12px;
   font-weight: 600;
   padding: 10px;
}
.performers-block {
    display: grid;
    align-content: flex-start;
    grid-template-columns: 1fr 1fr;
    min-height: 360px;
}
.performer-box {
    height: 120px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    border-bottom: 10px solid var(--primary-color);
    text-decoration: none;
    padding: 30px 5px 5px 5px;
    color: #FFF;
    background: rgba(30,30,30,0.59);
    position: relative;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.performer-box.active-card {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.performer-box.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.performer-box::after {
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    transition: all .2s;
    position: absolute;
    z-index: 5;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 49%,rgba(0,0,0,0.8) 100%);
}
.performer-box h4 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 800;
    transition: all .1s;
}
.performer-box span {
    font-size: 12px;
    font-weight: 300;
    z-index: 10;
    position: relative;
}
.performer-box:hover {
    background-color: var(--primary-color);
    color: #FFF;
}
.performer-box:hover::after {
    height: 30px;
}
.performer-box:hover h4 {
    transform: scale(1.05);
}
.performers-pagination .circle-item .page-link {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    border: 1px solid var(--primary-color);
    background-image: url(local-images/chevron-left.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    filter: brightness(0) saturate(100%) invert(23%) sepia(100%) saturate(1919%) hue-rotate(339deg) brightness(94%) contrast(87%);
}
.performers-pagination .pagination .circle-item:last-child  .page-link {
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 15px;
}
.performers-pagination .pagination .circle-item:first-child  .page-link {
    margin-right: 15px;
}
.performers-pagination .page-link {
    font-size: 8px;
    color: #FFF;
    font-weight: 600;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.performers-pagination .page-link.activePagination {
    background-color: var(--primary-color);
}
.performers-pagination {    
    padding: 35px 0;
}
.performers-pagination .pagination {
    row-gap: 5px;
}
.news-pagination  {
    padding: 35px 0;
}
.news-pagination .page-link {
    font-size: 8px;
    color: #FFF;
    font-weight: 600;
    background-color: #000;
    border-radius: 50% !important;
    border: 1px solid var(--primary-color);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.performers-search .form-control {
    padding: 10px 25px;
    font-size: 13px;
    line-height: 1.5;
    background-color: #CCC;
    border: none;
    min-width: 240px;
    border-radius: 5px;
    width: auto;
}
.search-button {
    display: inline;
    padding: 5px;
    cursor: pointer;
}
.search-button img {
    width: 23px;
    height: 23px; 
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}
#clearButton img {
    width: 28px;
    height: 28px; 
}
.performers-search input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.performers-search input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
.performers-search input[type="search"]::-webkit-search-decoration,
.performers-search input[type="search"]::-webkit-search-cancel-button,
.performers-search input[type="search"]::-webkit-search-results-button,
.performers-search input[type="search"]::-webkit-search-results-decoration { display: none; }

/****************CONNECT PAGE*******************/
.connect-icon-box {
    margin-bottom: 30px;
}    
.connect-icon-box img {
    object-fit: contain;
    height: 50px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(1791%) hue-rotate(338deg) brightness(130%) contrast(89%);
}
.connect-box-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}
.connect-box a {
    font-size: 20px;
    color: #FFF;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
    transition: all .3s;
}
.connect-box a:hover {
    text-decoration: underline;
}
.connect-main-section {
    padding: 40px 0 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.connect-main-block {
    max-width: 1200px;
    background-color: rgba(10,10,10,0.68);
    padding-bottom: 40px;
}
.connect-main-left {
    padding: 50px 35px 25px 35px;
}
.connect-main-right .form-label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
    line-height: 1;
    margin-top: 25px;
    text-align: start;
}
.connect-main-right .form-label:first-child{
    margin-top: 0;
}
.connect-main-right .form-control,
.submission-form-container .form-control {
    border-radius: 1px;
    background-color: #FFF;
    width: 100%;
}
.connect-main-right .form-control:focus {
    outline: 1px solid #FFF;
    outline-offset: 2px;
}
.connect-main-right {
    background-color: #0513338f;
    padding: 25px 35px;
}
.connect-main-right .btn {
    margin-top: 35px;
    padding: 10px 30px;
    min-width: unset;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
}
.connect-main-bottom {
    border-top: 1px solid #ebebeb;
    padding: 35px 35px 0 35px;
}
/*********LOCATION PAGE***********/
.location-header-img {
    height: 580px;
    width: 100%;
}
.location-header-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.location-header-text {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}
.location-subtitle {
    font-size: 30px;
    font-weight: 300;
    color: #FFF;
}
.location-header-text {
    padding: 40px 0 20px 0;
}
.location-title,
.location-title  h2  {
    font-size: 30px;
    line-height: 1.2;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
}
.location-title h4 {
    color: #FFF;
    font-weight: 300;
    line-height: 1.6;
    font-size: 20px;
}
.location-block-img-box {
    height: 230px;
    width: 100%;
}
.location-block-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.location-block-text-box {
    bottom: 0;
    left: 0;
    width: 100%;
}
.location-block-title {
    font-size: 20px;
    margin-bottom: 5px;
    color: #FFF;
    font-weight: 800;
    position: relative;
    z-index: 10;
}
.location-block-subtitle {
    font-size: 18px;
    line-height: 1.2;
    color: #FFF;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.location-block-text-bg {
    padding: 20px 10px 10px 10px;
    background:  linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 86%,rgba(0,0,0,0.75) 87%);
}
.location-block-text-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
    z-index: 1;
    transition:  ease-in-out .2s;
}
.location-box:hover  .location-block-text-bg::after {
    height: 100%;
}
.block-title {
    padding-bottom: 20px;
    padding-top: 100px;
}
/***********CUSTOM EVENTS******************/
.video-container {
    width: 100%;
    height: auto;
}
.video-container iframe {
    width: 100%;
    height: 340px;
}
/**********NEWS PAGE**************/
.sidebar-header {
    font-size: 11px;
    padding: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 5px solid var(--primary-color);
    background-color: #404040;
    color: #FFF;
}
.news-main-section .container {
    max-width: 1380px;
}
.recent-list,
.trending-list {
    list-style-type: none;
}
.recent-list li {
    padding: 10px;
    border-bottom: 1px solid #3a3a3a;
}
.recent-list li:last-child,
.trending-list li:last-child {
    border-bottom: none;
}
.recent-list li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    color: #FFF;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.trending-img-box {
    height: 90px;
    width: 90px;
}
.trending-img-box  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trending-text-box h4 {
    font-size: 13px;
    line-height: 1.1;
    color: #FFF;
    margin-bottom: 5px;
}
.trending-date-box {
    font-size: 10px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
}
.trenidng-text-content {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.trending-list li,
.trending-list li a {
    padding: 10px 0;
}
.trending-list li {
    border-bottom: 1px solid #3a3a3a;
}
.news-box {
    border: 1px solid var(--primary-color);
}
.news-box:hover .news-img-box img {
    opacity: .8;
}
.news-img-box {
    height: 350px;
    width: 100%;
    background-color: #FFF;
}
.news-img-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .3s;
}
.news-text-box  {
    padding: 20px;
}
.news-text-box h4 {
    font-size: 13px;
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}
.news-text-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #cacaca;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 0;
}
.news-button {
    background-color: var(--primary-color);
    padding: 14px 20px;
    color: #FFF;
    font-size: 14px;
}
.featured-badge {
    position: absolute;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    top: 7px;
    left: 7px;
    z-index: 20;
}
.sidebar-box {
    padding: 20px;
    border: 1px solid var(--primary-color);
    margin-bottom: 20px;
}
.sidebar-box-text {
    color: #d2d2d2;
    font-size: 23px;
    padding: 20px 0 0 0;
    text-align: center;
}
.sidebar-box-image {
    height: auto;
    width: 100%;
    border: 1px solid var(--primary-color);
}
.sidebar-box-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-main-section .container-fluid {
    padding: 0 5%;
}
.news-single-title {
    font-size: 16px;
    color: var(--primary-color);
    padding: 25px 0 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 2px;
    letter-spacing: .08em;
    font-weight: 400;
}
.news-single-date {
    color: #CCC;
    font-weight: 300;
    font-size: 14px;
}
.news-single-content p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 20px;
}
.news-single-content img {
    width: auto;
    max-width: 100%;
}
.news-single-content a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all .3s;
}
.news-single-content a:hover {
    text-decoration: underline;
}
.performers-archive {
    background: #000;
    background-repeat: no-repeat;
}
.performers-head h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 0;
}
.performers-head {
    padding-top: 40px;
    margin-bottom: 40px;
}
.performer-name {
    background-color: var(--primary-color);
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
}
.performers-card {
    display: block;
    border: 1px solid var(--primary-color);
    transition: all .3s;
}
.performers-card-img-box {
    width: 100%;
    height: 230px;
}
.performers-card-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.performers-card:hover {
    transform: translateY(-5px);
}
.performer-profile {
    width: 100%;
    height: auto;
}
.performer-profile img {
    width: 100%;
    height: auto;
}
.profile-sidebar {
    padding: 20px;
}
.profile-gallery a {
    border: 1px solid var(--primary-color);
    display: block;
    background-color: #FFF;
    transition: all .2s;
	aspect-ratio: 1/1;
}
.profile-gallery a:hover {
    opacity: .8;
}
.profile-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-sidebar-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.profile-video-box {
    display: block;
    margin-bottom: 15px;
}
.profile-video-box iframe {
    width: 100%;
    height: auto;
}
.iframe-box {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.iframe-box img {
    width: 100%;
    height: auto;
}
.iframe-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: all .3s;
}
.profile-video-box:hover .iframe-box::after {
    background-color: #000;
    opacity: .3;
}
.iframe-box::before {
    content: "";
    width: 51px;
    height: 45px;
    background-image: url(local-images/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    filter: brightness(0) saturate(100%) invert(14%) sepia(82%) saturate(6321%) hue-rotate(9deg) brightness(94%) contrast(132%);
}
.profile-links a {
    display: block;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    transition: all .3s;
}
.profile-links a:last-child {
    margin-bottom: 0;
}
.profile-links a:hover {
    color: #aaaaaa;
}
.performer-bio {
    color: #FFF;
    padding: 30px 20px;
    border: 1px solid var(--primary-color);
}
.performer-bio h4 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
}
.performer-bio p {
    font-size: 13px;
    margin-bottom: 20px;
}
.performer-bio p:last-child {
    margin-bottom: 0;
}
.performers-single-header h3 {
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.performers-single-header h4 {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
}
.submission-form-container {
    padding: 10px 20px 30px 20px;
}
.submission-form-container p {
    font-size: 14px !important;
}
.submission-form-container .form-control:focus,
.fanclub-form-container .form-control:focus {
    outline: 1px solid #FFF;
    outline-offset: 2px;
}
.submission-form-container .form-label {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 100;
}
.submission-terms h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.8;
}
.submission-terms  ol {
    margin: 0;
    padding-left: 15px;
}
.submission-terms li {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.8;
}
.submission-form-container .form-check-label {
    font-size: 13px;
    font-weight: 300;
}
.fanclub-main {
    background-repeat: no-repeat;
    background-size: cover;
}
.fanclub-main-block {
    background-color: rgba(10,10,10,0.87);
}
.fanclub-tabs .nav-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    padding: 16px 24px;
    background-color: rgba(255,255,255,0.85);
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}
.fanclub-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}
.fanclub-tabs .nav-link.active,
.fanclub-tabs .nav-link:hover {
    color: #FFF;
    background-color: rgba(10,10,10,0.87);
    border-bottom: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}
.fanclub-tabs .nav-link img {
    height: 20px;
    width: auto;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(98%) saturate(1383%) hue-rotate(333deg) brightness(86%) contrast(98%);
}
.fanclub-tab-content {
    padding: 50px 20px;
}
.fanclub-tab-title {
    font-size: 14px;
    color: #FFF;
    position: relative;
}
.fanclub-tab-title::after,
.fanclub-tab-title::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: var(--primary-color);    
}
.fanclub-tab-title::after {
    left: -107%;
}
.fanclub-tab-title::before {
    right: -107%;
}
.fanclub-form-container .form-control {
    border-radius: 0;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
}
.fanclub-form-container .form-control::placeholder {
    font-style: italic;
}
.location-single-header-img  {
    height: auto;
    width: 100%;
}
.location-single-header-img img {
    width: 100%;
    height: 100%;
    max-height: 750px;
    object-fit: cover;
}
.location-single-head-text-box  {
    z-index: 10;
    position: relative;
}
.location-single-head-text-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.13068977591036413) 0%, rgba(0,0,0,1) 100%);
}
.location-single-date-title {
    font-size: 20px;
    color: #FFF;
    line-height: 1.3;
    font-weight: 300;
}
.location-single-date-subtitle {
    font-size: 13px;
    color: #FFF;
    line-height: 1.3;
    font-weight: 200;
}
.location-date-picker {
    padding: 5px 7px 5px 50px;
    background-color: #CCC;
    border-radius: 3px;
    color: var(--primary-color);
    font-size: 18px;
    border: none;
}
.datepicker-box {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.datepicker-box::after {
    height: 105%;
    width: 40px;
    left: -1px;
    top: -1px;
    position: absolute;
    border-radius: 3px;
    content: "";
    background-image: url(local-images/calendar-days.svg);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary-color);
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    font-weight: 700;
    color: #FFF;
    background-color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 10px;
}
.ui-datepicker {
    padding: 12px;
    border-radius: 4px;
    background-color: #000;
    width: fit-content;
    font-family: var(--font-primary);
}
table.ui-datepicker-calendar thead {
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    background-color: #ffffff2e;
}
table.ui-datepicker-calendar thead th {
    padding: 8px 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #000;
    color: #FFF;
    border: none;
    font-weight: 700;
    font-size: 15px;
    color: #FD7A7D;
    padding: 4px 6px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: unset;
}
.lineup-text-box {
    bottom: 8px;
    left: 0;
    width: 100%;
    height: auto;
}
.lineup-text-box::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 49%,rgba(0,0,0,0.8) 100%);
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 150%;
}
.lineup-text-box h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 4px;
    z-index: 10;
    position: relative;
}
.location-lineup-box {
    transition: all .3s;
}
.location-lineup-box img {
    width: 100%;
    height: auto;
}
.location-lineup-box:hover {
    transform: translateY(-5px);
}
.lineup-text-box  h6 {
    font-size: 14px;
    z-index: 10;
    position: relative;
}
.partners-block img {
    transition: all .3s;
}
.partners-block a:hover img {
    opacity: .7;
}
.prices-table {
    color: #FFF;
    border-color: var(--primary-color);
    background-color: transparent;
    --bs-table-bg: transparent;
    --bs-table-color: #FFF;
}

.prices-table td,
.prices-table th {
    text-align: end;
    font-weight: 400;
    font-size: 16px;
    padding: 12px;
}
.prices-table td:first-child {
    text-align: start;
}
.prices-img-box {
    min-height: 250px;
    background-color: #000;
    margin-bottom: 20px;
}
.prices-img-box:last-child {
    margin-bottom: 0;
}
.prices-img-box img {
    width: 100%;
    height: auto;
    transition: all .3s;
}
.prices-img-box a:hover img {
    opacity: .7;
}
.prices-img-box  iframe {
    width: 100%;
}
.prices-info-text-box h4 {
    font-weight: 300;
    font-size: 20px;
}
.prices-info-text-box p {
    font-size: 17px;
    line-height: 2;
    text-align: start;
}
.location-accordion .accordion-item,
.location-accordion .accordion-button {
    border-radius: 0;
    background-color: transparent;
    border-color: var(--primary-color);
    box-shadow: inset 1px var(--primary-color);
    color: #CCC;
}
.location-accordion .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(17%) sepia(90%) saturate(3030%) hue-rotate(345deg) brightness(108%) contrast(76%);
}
.location-accordion .accordion-button {
    font-size: 16px;
    line-height: 1.2;
}
.location-accordion .accordion-item {
    font-size: 15px;
    text-align: start;
}
.wpcf7-response-output {
    color: #FFF;
}
.wpcf7 p {
    margin: 0;
}
span.wpcf7-list-item { 
    display: block;
    margin: 0 0 5px 0; 
}
span.wpcf7-list-item-label {
    color: #BDBDBF;
    font-size: 16px;
}
#ic_signupform .elcontainer {
    background: transparent !important;
    border: none !important;
    max-width: 992px !important;
}
#ic_signupform .elcontainer .submit-container input[type="submit"] {
    font-size: 16px !important;
    border-radius: 5px !important;
    padding: 15px 25px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    min-width: 100px !important;
    color: #fff !important;
    background: var(--primary-color) !important;
    border-color: transparent !important;
    font-family: var(--font-primary) !important;
}
#ic_signupform .elcontainer .formEl.fieldtype-checkbox h3 {
    color: var(--primary-color) !important;
    font-size: 20px !important;
    font-family: var(--font-primary) !important;
}
#ic_signupform .elcontainer .formEl.fieldtype-checkbox .option-container label {
    font-family: var(--font-primary) !important;
}

#ic_signupform .elcontainer.inline-button .sortables {
	display: flex;
	align-items: center;
}
#ic_signupform .elcontainer .formEl {
	vertical-align: center;
	padding-right: 0 !important;
	right: 0 !important;
}
#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"] {
	height: 46px;
}
#ic_signupform .elcontainer.inline-button .submit-container {
	right: 0 !important;
	padding: 0 !important;
	vertical-align: center;
	margin-bottom: 0 !important;
}




.custom-section  img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.custom-section h1,
.custom-section h2,
.custom-section h3,
.custom-section h4,
.custom-section h5,
.custom-section p {
    font-weight: 400;
    margin-bottom: 15px;
}
/***********************************************
                RESPONSIVE SM
***********************************************/
@media only screen and (min-width: 576px) {
    /******** HERO *********/
    .hero-section .img-box {
        height: 350px;
    }
    /*********STAR ALIGN******/
    .star-align-section .title-box h2 {
        font-size: 23px;
    }
    /*******FOOTER********/
    .footer-btn {
        min-width: 180px;
    }
    .footer-form .form-control {
        padding: 8px 185px 8px 8px;
    }
    .image-text-box{
        padding: 15px 0;
    }
    .image-text-box h4 {
        font-size: 15px;
    }
    .image-text-box h5 {
        font-size: 19px;
    }
    .cta-text-box h3 {
        font-size: 26px;
    }
    .performers-block {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .location-lineup-box {
        height: 280px;
    }
    .location-lineup-box img {
        height: 100%;
        object-fit: cover;
		object-position: center top;
    }
    .datepicker-box::after {
        background-size: 75% 75%;
    }
    .ui-widget-header {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .ui-datepicker {
        padding: 12px;
    }
    table.ui-datepicker-calendar thead {
        font-size: 16px;
    }
    table.ui-datepicker-calendar thead th {
        padding: 15px 9px;
    }
    .ui-state-default, .ui-widget-content .ui-state-default {
        font-size: 18px;
        padding: 8px 1px;
    }
}
/**************************************************
                RESPONSIVE MD
***************************************************/
@media only screen and (min-width: 768px) {
    body.admin-bar nav.navbar {
        top: 32px;
    }
    /*******HERO*********/
    .hero-section .img-box {
        height: 450px;
    }
    .page-hero {
        background-size: cover;
        background-position: bottom;
    }
    .page-hero-text-box h3 {
        font-size: 38px;
    }
    .page-hero-logo-box {
        padding: 180px 0 130px 0 ;
    }
    .page-hero-text-box  {
        padding: 80px 80px;
        margin-top: -80px;
        padding-bottom: 90px;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
    }
    .page-hero-text-box  h3,
    .page-hero-text-box  p {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-hero-text-box  p {
        line-height: 1.6;
    }
    .two-column-text p {
        margin-bottom: 45px;
    }
    .image-text-box{
        padding: 20px 0;
    }
    .image-text-box h4 {
        font-size: 17px;
    }
    .image-text-box h5 {
        font-size: 21px;
    }
    .quote-section-text h4 {
        font-size: 19px;
    }
    .cta-text-box h3 {
        font-size: 30px;
    }
    .cta-text-box  p {
        font-size: 16px;
    }
    .performers-block {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .performer-box {
        padding: 40px 5px 15px 5px;
    }
    .performer-box h4 {
        margin-bottom: 15px;
    }
    .performers-categories {
        margin-bottom: 85px;
    }
    .connect-main-left {
        padding: 35px;
    }
    .fanclub-tab-title {
        font-size: 18px;
    }
}
/***************************************************************
                       RESPONSIVE LG
***************************************************************/
@media only screen and (min-width: 992px) {
    body {
        padding-top: 80px;
    }
    .navbar .nav-link {
        font-size: 14px;
        border-bottom: none;
        padding-top: 29.5px;
        padding-bottom: 29.5px;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }
    .navbar .nav-link::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0px;
        left: 0;
        background-color: var(--primary-color);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    .navbar .nav-link:active::after,
    .navbar .nav-link.active::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .navbar .nav-link:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .navbar .navbar-nav li:last-child .nav-link {
        padding-top: 29.5px;
        padding-bottom: 29.5px;
        margin-left: 5px;
        margin-right: 0px;
    }
    .hero-section .img-box {
        height: 550px;
    }

    .hero-section .btn-box {
        top: 80%;
		bottom: auto;
    }
    .star-align-section .title-box h2 {
        font-size: 33px;
    }
    .greatest-section .greatest-text {
        font-size: 42px;
    }
    footer .social-text,
    footer .social-text a{
        font-size: 12px;
    }
    .footer-btn {
        min-width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-form .form-control {
        padding: 9px 90px 9px 9px;
    }
    footer .footer-nav li a {
        font-size: 10px;
    }
    .second-footer-section .footer-nav-second li:last-child a{
        padding-right: 0px;
    }
    .page-hero-text-box  h3 {
        line-height: 1.2;
    }
    .page-hero-text-box  h3,
    .page-hero-text-box  p {
        max-width: 650px;
    }
    .image-height {
        height: auto;
    }
    .image-text-box h4 {
        font-size: 23px;
    }
    .image-text-box h5 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .image-text-box {
        max-width: 1060px;
        left: 50%;
        transform: translateX(-50%);
    }
    .quote-section-text h4 {
        font-size: 21px;
    }
    .buttons-container a {
        flex: 1 1 0;
    }
    .cta-text-box h3 {
        font-size: 32px;
    }
    .performers-block {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .connect-box a,
    .connect-box-title  {
        font-size: 22px;
    }
    .connect-icon-box img {
        height: 60px;
    }
    .location-header-img {
        height: 450px;
    }
    .location-subtitle {
        font-size: 36px;
    }
    .location-block-img-box {
        height: 260px;
    }
    .cta-text-box  p {
        font-size: 18px;
    }
    .section-spacing {
        padding: 45px 0;
    }
    .section-head {
        padding-bottom: 25px;
    }
    .section-head h2 {
        font-size: 32px;
    }
    .news-single-title {
        font-size: 18px;
    }
    .performers-head h2 {
        font-size: 40px;
    }
    .performers-head {
        padding-top: 60px;
        margin-bottom: 70px;
    }
    .performer-bio {
        border-left:0;
        border-right:0;
    }
    .submission-form-container .form-label {
        margin-top: 35px;
        font-size: 16px;
    }
    .submission-form-container {
        padding: 10px 50px 30px 50px;
    }
    .submission-terms li {
        margin-bottom:20px;
    }
    .fanclub-tab-title {
        font-size: 22px;
    }
    .fanclub-main {
        min-height: calc(100dvh - 327.8px);
    }
    .location-single-date-title {
        font-size: 22px;
    }
    .lineup-text-box h4 {
        font-weight: 600;
        font-size: 23px;
    }
    .prices-info-text-box h4 {
        font-size: 25px;
    }
    .prices-info-text-box p {
        font-size: 19px;
    }
    .datepicker-box::after {
        background-size: 75% 75%;
    }
    .ui-widget-header {
        font-size: 18px;
    }
    .ui-datepicker {
        padding: 15px;
    }
    table.ui-datepicker-calendar thead {
        font-size: 18px;
    }
    table.ui-datepicker-calendar thead th {
        padding: 18px 12px;
    }
    .ui-state-default, .ui-widget-content .ui-state-default {
        font-size: 21px;
        padding: 10px 12px;
    }
    .section-head ul,
    .section-head ol {
       font-size: 25px;
    }
}
/***************************************************************
            RESPONSIVE XL
***************************************************************/
@media only screen and (min-width: 1200px) {
    .section-title {
        font-size: 38px;
    }
    .section-subtitle {
        font-size: 25px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 50%;
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, -55px);
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, -55px)
    }
    .reviewsswiper,
    .parnersswiper {
        padding-bottom: 0;
    }
    .navbar .nav-link {
        font-size: 18px;
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .navbar .navbar-nav li:last-child .nav-link {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .hero-section .img-box {
        height: 600px;
    }
    .star-align-section .title-box h2 {
        font-size: 38px;
    }
    footer .footer-nav li a{
        font-size: 12px;
    }
    .page-hero-text-box  h3,
    .page-hero-text-box  p {
        max-width: unset;
    }
    .quote-section-text h4 {
        font-size: 23px;
        line-height: 1.5;
        font-weight: 500;
    }
    .cta-text-box h3 {
        font-size: 38px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .cta-text-box .cta-text {
        margin-bottom: 15px;
    }
    .artists-section {
        padding: 130px 0 35px 0;
    }
    .performers-block {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .connect-box a,
    .connect-box-title {
        font-size: 25px;
    }
    .connect-icon-box img {
        height: 70px;
    }
    .connect-main-left {
        padding: 65px 90px 90px 90px;
    }
    .performers-pagination .pagination .circle-item:last-child  .page-link {
        margin-left: 35px;
    }
    .performers-pagination .pagination .circle-item:first-child  .page-link {
        margin-right: 35px;
    }
    .location-block-img-box {
        height: 290px;
    }
    .cta-text-box  p {
        font-size: 22px;
    }
    .video-section-block {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-spacing {
        padding: 50px 0;
    }
    .section-head {
        padding-bottom: 40px;
    }
    .section-head h2 {
        font-size: 34px;
    }
    .quote-section-text {
        padding: 0;
    }
    .news-single-title {
        font-size: 22px;
    }
    .performers-head h2 {
        font-size: 48px;
    }
    .fanclub-tab-title {
        font-size: 25px;
    }
    .fanclub-form-container .form-control {
        margin-top: 20px;
    }
    .location-single-date-title {
        font-size: 25px;
    }
    .location-accordion .accordion-button {
        padding: 22px;
        font-size: 18px;
    }
    .location-accordion .accordion-item {
        font-size: 16px;
    }
    .performers-block {
        min-height: 360px;
    }
    .location-date-picker {
        min-width: 400px
    }
    .fanclub-form-container {
        max-width: 85%;
    }
}
/***************************************************************
                RESPONSIVE XXL
***************************************************************/
@media only screen and (min-width: 1400px) {
    .container-sm {
        max-width: 1200px;
    }
    .navbar .nav-link {
        font-size: 18px;
        padding-top: 22.75px;
        padding-bottom: 22.75px;

    }
    .navbar .nav-link::after {
        bottom: -4px;
    }
    .navbar .navbar-nav li:last-child .nav-link {
        padding-top: 22.75px;
        padding-bottom: 22.75px;
    }
    .navbar .navbar-nav li:last-child .nav-link::after {
        transform: scaleX(1);
        transform-origin: bottom left;
        height: 110%;
        top: -3px;
        z-index: -1;
    }
    .page-hero-logo-box {
        padding: 190px 0 110px 0;
    }
    .page-hero-text-box  {
        padding: 60px;
        margin-top: -65px;
        padding-bottom: 90px;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
    }
    .page-hero-text-box h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .page-hero-img-box img {
        height: 100%;
        object-fit: cover;
    }
    .performers-block {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .connect-main-right .form-label {
        margin-bottom: 8px;
        margin-top: 35px;
    }
    .cta-text-box  p {
        font-size: 25px;
    }
    .performer-bio {
        margin-left: 70px;
        padding: 40px 30px;
    }
    .performers-single-header {
        margin-left: 70px;
        padding: 80px 0 40px 0;
    }
    .performers-single-header h3 {
        font-size: 40px;
    }
    .performers-single-header h4 {
        font-size: 17px;
    }
    .performer-bio h4 {
        font-size: 25px;
    }
    .performer-bio  p {
        font-size: 14px;
        line-height: 1.7;
    }
    .performers-single {
        padding-top: 150px;
    }
}
/***************************************************************
                RESPONSIVE CUSTOM
***************************************************************/
@media only screen and (min-width: 1600px) {
    .navbar .nav-link {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 20px;
    }
    .navbar .navbar-nav li:last-child .nav-link::after {
        height: 108%;
    }
    .navbar .navbar-nav li:last-child .nav-link {
        margin-left: 15px;
        margin-right: 0px;
    }
    .navbar .nav-link::after {
        bottom: -2px;
    }
}
/***************************************************************
                RESPONSIVE CUSTOM 1800
***************************************************************/
@media only screen and (min-width: 1800px) {
    .navbar .nav-link {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 22px;
    }
    .navbar .navbar-nav li:last-child .nav-link {
        margin-left: 15px;
        margin-right: 0px;
    }
    .navbar .nav-link::after {
        bottom: -1px;
    }
    .navbar .navbar-nav li:last-child .nav-link::after {
        height: 105%;
    }
}

