/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
    margin: 0;
    -webkit-font-smoothing: auto;
	background: url(/wp-content/uploads/2025/12/Body-Bg.png) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-color: black !important;
	font-family: "Montserrat";
}

/* @media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1520px;
  }
  }
  @media (max-width: 1399px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1280px;
  }
  } */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1 {
	font-size: 110px;
	line-height: 120px;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'Robust';
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p, li, span {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Axion W01';
	color: white;
}


h1.entry-title {
/*   font-size: 1.31rem; */
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    margin-bottom: 0;
    background-color: #000000;
    padding: 12px 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

/* body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  background: #f9f9f9;
} */

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
	height: 45px;
    padding: 0px 22px;
    border: border: 1px solid #f592f4;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    background: #c21117;
    height: 45px;
    box-shadow: none !important;
    color: #fff;
    font-size: 15px;
    width: 120px;
    border: 1px solid #fff;
    border-radius: 35px;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */


#masthead #main-nav {
    justify-content: center !important;
}

#masthead #main-nav ul {
    gap: 100px;
	align-items: center;
}

#masthead .navbar-brand {
    margin: 0;
    padding: 0;
    max-width: 250px;
}

#masthead #main-nav ul a {
    font-size: 30px;
    letter-spacing: 1.8px;
    font-family: 'ROBUST';
    padding: 0;
    margin: 0;
    transition: all linear 0.3s;
    line-height: normal;
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#masthead #main-nav ul a:hover {
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-links {
    margin-top: 28px;
    gap: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

footer#colophon {
    padding-top: 30px;
    padding-bottom: 30px;
    background: transparent !important;
    border-top: 1px solid #B5B5B5;
}

#colophon .site-info, #colophon .site-info a {
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #707070;
    font-family: 'Montserrat';
}

#artist_carousel .owl-stage {
    display: flex;
    align-items: center;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    100% { transform: translateX(0); }
    0% { transform: translateX(-50%); }
}

.artist_thumnail img {
    width: 155px !important;
}

.artist_thumnail {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Hero-Video video {
    border-top: 1px solid #CEAE67;
    border-bottom: 1px solid #CEAE67;
}

#artist_sect {
    margin-top: -85px;
}

#musicslider_carousel .owl-dots {
    display: none;
}

#musicslider_carousel .owl-nav {
    display: block;
}

#musicslider_carousel .owl-nav button {
    width: 70px;
    height: 80px;
    font-size: 30px;
    top: 40%;
    background: white;
    text-align: center;
    position: absolute;
    transition: 0.3s;
    border: unset;
}

#musicslider_carousel .owl-nav button:hover {
    background-image: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    transition: 0.3s;
    border: unset;
}

#musicslider_carousel button:focus {
    outline: none;
}

#musicslider_carousel .owl-prev {
    left: -5%;
}

#musicslider_carousel .owl-next {
    right: -5%;
}

.music-links {
    margin-bottom: 50px;
    gap: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#music_sect h1 {
    margin: 0 0 30px;
}

#music_sect h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
}

#music_sect {
    padding-top: 250px;
	padding-bottom: 120px;
}

#music_sect .vc_row:nth-child(2) h1 {
    font-size: 60px;
    line-height: 70px;
	text-align: center !important;
}

.plyr__menu__container .plyr__control>span, .plyr__menu__container .plyr__control>span span {
    color: black;
}

.ArtistD_Main .ArtistD_Main_link a:hover {
    cursor: pointer !important;
}

.ArtistD_Main .ArtistD_Main_link a::after {
    display: none;
}

.ArtistD_Main .ArtistD_Main_link a {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    border-right: 1px solid #2F2F2F;
	text-decoration: none !important;
}

.ArtistD_Main img {
    width: 165px !important;
	transition: 0.3s;
}

.ArtistD_Main img:hover {
    transform: scale(1.1);
}

.ArtistD_Main p {
    font-family: 'Montserrat';
    color: white;
    margin: 0;
    width: 180px;
}

.ArtistD_Main div:nth-child(2) p:nth-child(1) {
    font-weight: bold;
}

#artistdetails_cariusel, #artistdetails_cariuselcopy {
    padding-top: 50px;
}

#artistdetails_cariusel .owl-dots, #artistdetails_cariuselcopy .owl-dots {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#artistdetails_cariusel .owl-dots button, #artistdetails_cariuselcopy .owl-dots button {
    width: 100%;
    background: #2B2A2A !important;
    color: white !important;
    height: 12px;
    border: unset;
}

#artistdetails_cariusel .owl-dots .active, #artistdetails_cariuselcopy .owl-dots .active {
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%) !important;
    border-radius: 30px !important;
}

#artistdetails_cariusel .owl-dots button:first-child, #artistdetails_cariuselcopy .owl-dots button:first-child {
    border-radius: 30px 0px 0px 30px;
}

#artistdetails_cariusel .owl-dots button:last-child, #artistdetails_cariuselcopy .owl-dots button:last-child {
    border-radius: 0px 30px 30px 0px;
}

#artistdetails_cariusel button:focus, #artistdetails_cariuselcopy button:focus {
    outline: none;
}

.aboutus_img img {
    width: 130px;
    transition: 0.3s;
}

.aboutus_img {
    padding-bottom: 30px;
    gap: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#aboutus-sect .wpb_text_column {
    padding-bottom: 40px;
}

#aboutus-sect .wpb_text_column p {
    text-align: justify;
}

#aboutus-sect .wpb_text_column p em {
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}

#Cstm-Btn a {
    font-size: 20px;
    padding: 12px 30px;
    border-radius: 5px;
    border: unset;
    font-weight: 600;
    color: black;
    background-image: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    transition: 0.3s;
}

#Cstm-Btn a:hover {
    background: linear-gradient(to left, #ffffba 25%, #854b00 50%, #D9B569 80%);
}

#aboutus-sect {
    padding-top: 150px;
    padding-bottom: 150px;
}

.aboutus_img img:hover {
    transform: scale(1.1);
}

.jmission-form p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jmission-form .wpcf7-email {
    font-size: 20px;
    height: 62px;
    padding: 0 30px;
    border: 1px solid #d9b569;
    background: transparent;
    border-radius: 7px 0px 0px 7px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #424242;
    width: 102%;
    position: relative;
    z-index: 0;
}

.jmission-form .wpcf7-email::placeholder {
    color: #424242;
}

.jmission-form {
    max-width: 677px;
    margin: 40px auto 0;
}

.jmission-form .wpcf7-spinner {
    position: absolute;
    bottom: -20px;
}

.jmission-form .wpcf7-submit {
    font-size: 20px;
    height: 62px;
    padding: 0 30px;
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    color: black;
    font-family: 'Montserrat';
    font-weight: 600;
    border-radius: 7px;
    position: relative;
	border: unset;
}

.jmission-form .form-control:focus {
    color: #495057;
    background-color: #ffffff00;
    border-color: #d9b569;
    outline: 0;
    box-shadow: none;
}

.jmission-form .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.wpcf7-response-output {
    color: white;
}

#Join-Sect {
    padding-top: 120px;
    padding-bottom: 120px;
}

.playiconwrap {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 85px;
    height: 85px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s;
}

.playiconwrap:hover {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
}

.playiconwrap:hover img {
    filter: invert(0);
}

#Video-Sect .vc_row:nth-child(1) img {
    padding: 20px 0 50px;
}

#video_carousel .wcp-light-box img {
    display: none;
}

#video_carousel .wpcp-all-captions {
    padding: 0;
}

#video_carousel {
    padding: 30px 0 50px;
}

#video_carousel .fa-play-circle-o {
    width: 60px;
    height: 60px;
    top: 50px;
    background: white;
    align-items: center;
    color: black;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
}

#video_carousel .fa-play-circle-o:hover {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    color: black;
}

#Video-Sect {
    padding-top: 87px;
    padding-bottom: 87px;
}

.showsticket_main {
    padding: 25px;
    margin-bottom: 30px !important;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #0C0C0C;
    border: 1px solid #3A3A3A;
}

.showstickets_left {
    gap: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.showsticket_main p {
    margin: 0;
}

.showstickets_left1 {
    display: flex;
    align-items: center;
}

.showstickets_left .tickets-date {
    font-size: 36px;
    line-height: 36px;
}

.showstickets_left .tickets-month {
    font-size: 20px;
    line-height: 30px;
}

.showstickets_left .tickets-year {
    font-size: 20px;
    transform: rotate(-90deg);
    position: relative;
    left: -22px;
    top: 3px;
}

.showsticket_main h3, .showstickets_center .tickets {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 10px;
    color: white;
    font-family: 'Axion W01';
    letter-spacing: -2px;
}

.showsticket_main .ticketsexcerpt, .showstickets_center .tickets-description {
    font-size: 14px;
    line-height: 24px;
}

.showsticket_main .event-link a {
    font-size: 20px;
    padding: 18px 46px;
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    font-family: 'Montserrat';
    font-weight: 600;
    color: black;
    text-decoration: none;
    border-radius: 7px;
    border: 1px solid #efe8a200;
}

.showsticket_main .event-link a:hover {
    background: linear-gradient(to right, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #c7c07e;
}

#Tickets_Sect .vc_row:nth-child(1) .wpb_single_image {
    padding: 10px 0 10px;
}

#Tickets_Sect .vc_row:nth-child(1) #Cstm-Btn {
    padding: 20px 0 50px;
}

#Tickets_Sect {
    padding-top: 150px;
    padding-bottom: 170px;
}

#Tickets_Sect #Cstm-Btn a, #gallery-sect #Cstm-Btn a, #News-Sect #Cstm-Btn a, #Merch-Sect #Cstm-Btn a {
    padding: 18px 62px;
}

#Tickets_Sect #Cstm-Btn {
    padding-top: 20px;
}

.Gimage_hover .vc_single_image-wrapper img {
    transition: 0.3s;
}

.Gimage_hover .vc_single_image-wrapper img:hover {
    transform: scale(1.2);
}

.gallery_row {
    padding-bottom: 80px;
}

#gallery-sect h1 {
    margin: 0 0 80px;
}

#gallery-sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news_title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 25px 10px;
    margin: 0;
    font-family: 'Axion W01';
    color: white;
}

.newsmain p {
    margin: 0;
}

.news_Content {
    background: #1C1C1C;
}

.news_date_block .day {
    font-size: 36px;
    line-height: 24px;
}

.news_date_block .month {
    font-size: 20px;
}

.news_date_block {
    display: flex;
    align-items: center;
    max-width: 103px;
    height: 78px;
    background: #0c0c0c;
    padding-left: 8px;
}

.news_date_anchor_wrap .year {
    font-size: 20px;
}

.news_date_block div:nth-child(2) {
    transform: rotate(-90deg);
    position: relative;
    left: -14px;
}

.news_date_block div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news_date_anchor_wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.news_anchor a {
    font-size: 14px;
    gap: 16px;
    padding: 0 14px 12px 0px;
    letter-spacing: 2.8px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.news_anchor img {
    max-width: 26px;
    height: auto;
}

#news_carousel {
    max-width: 1274px;
    margin: 60px auto 50px;
}

#news_carousel .owl-nav {
    display: block;
}

#news_carousel .owl-nav button {
    width: 70px;
    height: 80px;
    top: 40%;
    font-size: 25px;
    position: absolute;
    background: white;
    border: unset;
    transition: 0.3s;
}

#news_carousel .owl-nav button:hover {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
}

#news_carousel .owl-nav .owl-prev {
    left: -8%;
}

#news_carousel .owl-nav .owl-next {
    right: -8%;
}

#news_carousel button:focus {
    outline: none;
}

#News-Sect {
    padding-top: 75px;
    padding-bottom: 75px;
}

.page-id-14 #colophon {
    background: black !important;
}

#Contact_us_sect .vc_col-sm-6 .wpb_text_column p {
    font-size: 24px;
    line-height: 45px;
}

#Contact_us_sect .vc_col-sm-6 .wpb_text_column p a {
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#Contact_us_sect .vc_col-sm-6 .wpb_text_column {
    padding-bottom: 45px;
    margin-bottom: 0;
	text-align: center;
}

.contact-form input, .contact-form textarea {
    height: 64px;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 0 30px;
    border: 1px solid #00CBB1;
    background: #0C0C0C;
    font-family: 'Montserrat';
    font-weight: 500;
    color: white;
    border-radius: 8px;
}

#Contact_us_sect .social-links {
    gap: 30px;
    margin: 0;
    justify-content: center;
}

#Contact_us_sect .social-links img {
    max-width: 45px;
}

#Contact_us_sect .form-control:focus {
    color: white;
    background-color: #0C0C0C;
    border-color: #00CBB1;
    outline: 0;
    box-shadow: none;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: white;
}

.contact-form textarea {
    height: 375px;
    padding-top: 20px;
}

.contact-form p {
    margin: 0;
}

.contact-form p br {
    display: none;
}

.contact-form .wpcf7-submit {
    font-size: 20px;
    padding: 18px 0;
    height: auto;
    margin: 0;
    width: 100%;
    color: black;
    font-weight: 600;
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    border: unset;
}

.contact-form .wpcf7-submit:hover {
    background: linear-gradient(to left, #ffffba 25%, #854b00 50%, #D9B569 80%);
}

#Contact_us_sect .vc_row:nth-child(1) {
    padding-bottom: 50px;
}

.contact-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
}

#Contact_us_sect {
    padding-top: 120px;
    padding-bottom: 70px;
}

li.product.type-product {
    margin: 0 30px 50px 0px !important;
    width: 22% !important;
}

ul.products.columns-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

li.product.type-product .star-rating {
    display: none;
}

.custom-product-card {
    padding: 20px;
    background: #1F1F1F;
    border-radius: 9px;
}

ul.products.columns-4 li:nth-child(4) {
    margin-right: 0 !important;
}

.product-image img {
    margin: 0 !important;
}

h2.product-title {
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 12px 0 5px !important;
    padding: 0;
    color: white;
	text-align: left !important;
}

p.product-category {
    font-size: 11px;
    line-height: normal;
}

.price-cart-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.add_to_cart_button {
    padding: 11px 26px !important;
    font-size: 12px !important;
    margin: 0 !important;
    font-family: 'Montserrat';
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    color: black !important;
}

#Merch-Sect h1 {
    margin: 0 0 80px;
}

#Merch-Sect {
    padding-top: 180px;
    padding-bottom: 180px;
}

#album_carousel_m .fa-angle-left, #album_carousel_m .fa-angle-right {
    width: 50px;
    height: 45px;
    font-size: 22px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black !important;
}

#album_carousel_m .fa-angle-left:hover, #album_carousel_m .fa-angle-right:hover {
    background: linear-gradient(to bottom, #36FFE5, #00CBB1) !important;
}

#MAlbums-Sect h1 {
    margin: 0 0 30px;
}

#MAlbums-Sect {
    padding-top: 140px;
    padding-bottom: 140px;
}

#featuredsingles_carousel .owl-stage {
    display: flex;
    align-items: center;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    100% { transform: translateX(0); }
    0% { transform: translateX(-50%); }
}

.featuredsingles-thubnail img {
    transition: 0.3s;
}

p.featuresingle_title {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0 5px;
}

p.featuresingle_det {
    font-size: 8px;
    color: #CECECE;
    line-height: normal;
    margin: 0;
}

#FeaturedSingles_Sect .wpb_text_column {
    margin: 0;
}

#featuredsingles_carousel {
    padding-top: 50px;
}

#FeaturedSingles_Sect {
    padding-top: 88px;
    padding-bottom: 88px;
}

.Mvideocstmmainwrap div {
    background: white;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: center;
    margin: -40% auto 75px;
    position: relative;
    left: 0;
    right: 0;
}

.Mvideocstmmainwrap div:hover {
    background: linear-gradient(to bottom, #36FFE5, #00CBB1);
}

.Mvideocstmmainwrap div:hover img {
    filter: invert(1);
}

.Mvideocstmmainwrap {
    margin-bottom: 34px;
}

.Mvideocstmmain .Mvideocstmmainwrap:nth-child(6) {
    margin: 0;
}

.Mvideocstmmain_html {
    margin: 0 !important;
}

.Mvideocstmmain_html {
    height: 475px;
    overflow-y: scroll;
}

/* width */
#Mvideo_Sect ::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */
#Mvideo_Sect ::-webkit-scrollbar-track {
  background: #f1f1f100 !important; 
}
 
/* Handle */
#Mvideo_Sect ::-webkit-scrollbar-thumb {
  background: #88888800 !important; 
}

/* Handle on hover */
#Mvideo_Sect ::-webkit-scrollbar-thumb:hover {
  background: #55555500 !important;
}

#Mvideo_Sect {
    padding-top: 150px;
    padding-bottom: 150px;
}

#inrvideo_music {
    padding-top: 60px;
    padding-bottom: 50px;
}

.page-id-16 #Join-Sect {
    padding-top: 100px !important;
    padding-bottom: 100px;
    background-color: #0C0C0C;
}

.page-id-16 #colophon {
    background: black !important;
}

.about_marquee {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about_marquee-content {
    display: flex;
    gap: 23px;
    animation: scroll 15s linear infinite;
}

.about_marquee-content img {
    height: 155px;
    object-fit: contain;
}

@keyframes scroll {
    100% { transform: translateX(0); }
    0% { transform: translateX(-50%); }
}

.abinrrow {
    padding-top: 50px;
}

.achiment_txtwrap h3 {
    font-size: 26px;
    line-height: 43px;
    margin: 0 0 20px;
    padding: 0;
    color: white;
    font-family: 'Axion W01';
}

.achiment_txtwrap p {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.achiment_txtwrap br {
    display: none;
}

.achiment_txtwrap .wpb_wrapper {
    padding: 130px 38px;
    margin-bottom: 55px !important;
    background: black;
    border: 1px solid #616161;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Achievements_sect h1 {
    margin: 0 0 30px;
}

#Achievements_sect {
    padding-top: 55px;
}

.page-id-18 #News-Sect {
    padding-top: 150px;
/*     padding-bottom: 20px; */
}

.showsinrbtn a {
    font-size: 20px;
    padding: 16px 20px;
    color: white;
    font-weight: 600;
    border: 2px solid #a2762d;
    border-radius: 7px;
    text-decoration: none;
}

.showsinrbtn {
    gap: 78px;
    margin: 20px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page-id-20 #Tickets_Sect {
    padding-bottom: 40px;
}

/* .page-id-20 #News-Sect {
    padding-bottom: 0;
} */

.page-id-26 #Join-Sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-id-26 #gallery-sect {
    padding-top: 150px;
}

ul.products.columns-4 {
    margin-bottom: 0 !important;
}

.page-id-24 #Merch-Sect {
    padding-top: 140px;
}

.page-id-28 #Contact_us_sect {
    padding-bottom: 150px;
}

.showsinrbtn a:hover {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    color: black;
    border-color: transparent;
}

.page-id-22 #News-Sect {
    padding-top: 150px;
}

.page-id-22 #Join-Sect {
    padding-top: 100px;
    padding-bottom: 90px;
}

.product-cart .wc-forward {
    color: white;
    padding: 0 0 0 15px;
}

.woocommerce-product-rating span::before {
    display: none;
}

.woocommerce-product-rating a {
    color: white;
}

.woocommerce-Reviews .star-rating span::before {
    display: none;
}

/* ============================== Woocommerce Page CSS ============================== */

.woocommerce-page #secondary {
    display: none;
}

.woocommerce-page #primary {
    padding-top: 80px;
    padding-bottom: 50px;
    flex: 0 0 100%;
    max-width: 100%;
}

.summary.entry-summary .product_title {
    font-size: 60px;
    line-height: 72px;
}

.summary.entry-summary .price span {font-size: 25px;}

.summary.entry-summary .price {
    margin: 25px 0;
}

.quantity .input-text {
    font-size: 18px;
    width: 55px !important;
    height: 45px;
    border-radius: 8px;
    border: unset;
    font-weight: 600;
}

button.single_add_to_cart_button {
    font-size: 18px !important;
    padding: 14px 35px !important;
    border-radius: 50px !important;
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    color: black !important;
}

.product_meta .posted_in a {
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce-message .button.wc-forward {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    color: black;
}

.woocommerce-message {
    background: #0c0c0c;
    color: white;
    border-color: white;
}

.woocommerce-message::before {
    color: white;
}

.woocommerce-product-details__short-description {
    margin: 0 0 30px;
}

section.related.products h2, .woocommerce-Tabs-panel h2 {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    color: white;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.woocommerce-tabs .tabs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 30px;
    padding: 0 0 0 10px !important;
}

.woocommerce-Tabs-panel h2 {}

.woocommerce-Tabs-panel h2 {
    text-align: left;
}

.woocommerce-Tabs-panel p {
    font-family: 'Montserrat';
}

.woocommerce-tabs .tabs::before, .woocommerce-tabs .tabs::after {
    display: none !important;
}

.woocommerce-tabs .tabs li::before, .woocommerce-tabs .tabs li::after {
    display: none;
}

.woocommerce-tabs .tabs a {
    font-size: 18px;
    padding: 12px 35px !important;
    background: transparent;
    color: white !important;
    font-family: 'Montserrat';
    border-radius: 30px;
    border: 1px solid #b6934a;
}

.woocommerce-tabs .tabs li {
    background: transparent !important;
    padding: 0 !important;
    border: unset !important;
}

.woocommerce-tabs .tabs .active a {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    color: black !important;
    border-color: transparent;
}

label#comment-form-rating-label {
    color: white;
}

#review_form .stars a {color: #ffba01;}

p.form-submit .submit {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    color: black !important;
    padding: 14px 40px !important;
    border-radius: 50px !important;
}

.woocommerce-message .button.wc-forward:hover {
    color: black !important;
}

a.wc-block-components-product-name {
    font-size: 18px !important;
    color: white !important;
    font-family: 'Axion W01';
    font-weight: 600;
}

.wc-block-components-quantity-selector {
    border-color: white;
    color: white;
}

button.wc-block-cart-item__remove-link {
    color: white !important;
}

.wc-block-cart__main .wc-block-cart-items, .wc-block-cart .wc-block-cart__totals-title, .wc-block-cart__main .wc-block-cart-items td, .wc-block-cart .wp-block-woocommerce-cart-order-summary-block, .wc-block-components-totals-wrapper {
    border-color: #4f4f4f !important;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    border-color: white;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    color: white;
}

input#wc-block-components-totals-coupon__input-coupon {
    background: #ffffff00;
    border: 1px solid #fff;
    color: white;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    border: unset;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border-color: white;
    color: white;
}

.wc-block-components-order-summary-item__quantity span {
    color: black;
    font-family: 'Montserrat';
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
    border-color: #4f4f4f;
}

.wc-block-components-form .wc-block-components-title, .wc-block-components-address-form__address_2-toggle {
    color: white;
}

a.wc-block-components-checkout-return-to-cart-button {
    color: white;
    font-size: 18px;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%) !important;
    border: unset;
    color: black;
    font-weight: bold;
    font-size: 18px;
    width: 40%;
}

.wc-block-checkout__billing-fields {
    color: white;
}

.wc-block-checkout__billing-fields .wc-block-components-address-card__address-section {
    color: white !important;
}

.wc-block-components-radio-control-accordion-content {
    color: white;
}

section.woocommerce-order-details, section.woocommerce-order-details a {
    color: white;
}

section.woocommerce-customer-details {
    color: white;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button { 
	font-size: 20px;
}

/* ============================== Woocommerce Page CSS ============================== */


.single-allnews #primary {
    padding-top: 80px;
    padding-bottom: 80px;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-allnews .news_title {
    padding: 20px 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #b5b5b5;
}

.single-allnews .single-news-nav {
    padding: 20px 0 0;
}

.single-allnews .single-news-nav a {
    color: black;
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

/* ====================================== Popup CSS ====================================== */

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    z-index: 9999;
}

.popup-box {
    background: linear-gradient(90deg, #160e2e 0%, #2d153b 50%, #1d0406 100%);
    padding: 30px;
    border: 2px solid #cfb871;
    box-shadow: 0 0 30px rgba(217, 182, 111, 0.25);
    border-radius: 12px;
    width: 480px;
    text-align: center;
    color: white;
    position: relative;
    animation: fadeSlide .5s ease forwards;
}

.popup-box .close-btn {
    font-size: 50px;
    border: unset;
    position: absolute;
    right: 3%;
    top: 0;
    line-height: normal;
    height: auto;
    padding: 0;
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.popup-box h2 {
    background: linear-gradient(to bottom, #ffffba 25%, #854B00 60%, #D9B569 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 50px;
    font-family: 'ROBUST';
}

.popup-box p {
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 10px 0 12px;
}

.popup-box input {
    font-size: 16px;
    height: 45px;
    margin: 0 0 14px;
    background: white;
    border-color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #201133;
}

.popup-box input::placeholder {
    color: #201133;
}

.popup-box br {
    display: none;
}

.row.subscribe_form .wpcf7-submit {
    width: 100%;
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    margin: 0;
    border: unset;
    font-size: 18px;
    color: #000;
}

.row.subscribe_form .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -18px;
}

/* ====================================== Popup CSS ====================================== */


.page-id-14 .showticket-wrapper .showsticketcolclass:nth-child(5), .page-id-14 .showticket-wrapper .showsticketcolclass:nth-child(6), .page-id-14 .showticket-wrapper .showsticketcolclass:nth-child(7), .page-id-14 .showticket-wrapper .showsticketcolclass:nth-child(8) {
    display: none;
}

.showticket-wrapper .showstickets_center {
    display: none;
}

#closePopup:focus {
    outline: none;
}

/* ODD ITEMS → UP */
#news_carousel .owl-item:nth-child(odd) .newsmain {
    transform: translateY(0px);
}

/* EVEN ITEMS → DOWN */
#news_carousel .owl-item:nth-child(even) .newsmain {
    transform: translateY(50px);
}

#news_carousel .owl-stage-outer {
    padding: 0px 0 60px;
}

#Merch-Sect .products.columns-4 li:last-child {
    margin-right: 0 !important;
}


/* =============================== Audio Player CSS =============================== */

.plyr__controls {
    background: #181818 !important;
}

.plyr--full-ui input[type=range] {
    color: white;
}

.plyr__controls__item.plyr__time--duration.plyr__time {
    color: white;
}

button.plyr__control {
    color: white;
}

.audio_player {
    max-width: 1200px;
	margin: 0 auto;
    padding-bottom: 40px;
}

/* =============================== Audio Player CSS =============================== */


/* ===== Global Hover Image (No Cursor Follow) ===== */
a,
button {
    position: relative;
}

/* Hidden image */
a::after,
button::after {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    width: 80px;
    height: 80px;

    background-image: url("/wp-content/uploads/2025/12/Symbol.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(0.9);

    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 9999;
}

/* Show on hover */
a:hover::after,
button:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

#video_carousel .wcp-light-box {
    position: static;
}

a:hover,
button:hover {
    cursor: none !important;
}

#news_carousel .owl-stage-outer a:hover {
    cursor: pointer !important;
}

#news_carousel .owl-stage-outer a:hover::after {
    display: none !important;
}

.audio_player button:hover::after {
    display: none;
}

.audio_player button:hover {
    cursor: pointer !important;
}

#masthead .social-links {
    display: none !important;
}


/* ================================== Sticky Header CSS ================================== */

/* Default Header */
#masthead {
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 999;
}

/* Sticky Header */
#masthead.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 69%); /* transparent feel */
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    animation: slideDown 0.4s ease forwards;
}

/* Slide animation (Awwwards style) */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* ================================== Sticky Header CSS ================================== */

#colophon a:hover::after {
    display: none !important;
}

#colophon a::after {
    display: none !important;
}

/* ====================================== Responsive CSS ====================================== */

@media only screen and (max-width: 1199px) {
.plyr__controls__item a::after, button::after { top: 95% !important; }
a::after, button::after { top: 75% !important; width: 50px !important; height: 50px !important; }
.navbar-toggler:hover::after { display: none; }
.social-links { display: none; }
#Contact_us_sect .social-links { display: block; text-align: left; }
button.navbar-toggler { background: white; }
#masthead { padding: 10px 0 !important; }
#masthead #main-nav ul a { font-size: 24px; }
#masthead #main-nav ul { margin: 15px 0 0; gap: 12px; justify-content: center; align-items: center; }
.social-links { margin-top: 18px; }
.social-links img { width: 32px; margin-right: 6px; } 
.social-links a:last-child img { margin: 0; }
nav.navbar.navbar-expand-xl { justify-content: space-between; }
#masthead .navbar-brand { max-width: 120px; }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
ul.products.columns-4 .product.type-product { margin: 0 15px 20px 0px !important; width: 45% !important; }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
#artistdetails_cariusel .owl-nav button { width: 35px; font-size: 18px; height: 35px; }
a:hover::after, button:hover::after { opacity: 0 !important; }
a:hover, button:hover { cursor: pointer !important; }
/* Home Page */
#artist_sect { margin-top: 10px; margin-bottom: 10px; }
h1 { font-size: 40px; line-height: 50px; }
#music_sect h1 { margin: 0 0 12px; }
.music-links { margin-bottom: 30px; gap: 12px; }
#music_sect h3 { font-size: 20px; line-height: 20px; }
#music_sect .vc_row:nth-child(2) h1 { font-size: 40px; line-height: 50px; }
.audio_player { max-width: 100%; padding-bottom: 22px !important; }
#musicslider_carousel .owl-nav button { width: 30px; height: 40px; font-size: 18px; }
.ArtistD_Main { gap: 15px; padding-right: 20px; }
#artistdetails_cariusel, #artistdetails_cariuselcopy { padding-top: 30px; }
#artistdetails_cariusel .owl-dots, #artistdetails_cariuselcopy .owl-dots { padding-top: 20px; }
#artistdetails_cariusel .owl-dots button, #artistdetails_cariuselcopy .owl-dots button { height: 8px; }
#music_sect { padding-top: 30px; padding-bottom: 10px; }
p, li, span { font-size: 15px; line-height: 25px; }
#aboutus-sect .wpb_single_image { padding: 0 0 20px; }
.aboutus_img { padding-bottom: 20px; justify-content: center; gap: 12px; }
#Cstm-Btn a { font-size: 15px; padding: 10px 24px; }
#aboutus-sect { padding-top: 40px; padding-bottom: 40px; }
.jmission-form { margin: 20px auto 0; }
.jmission-form p { flex-direction: column; }
.jmission-form .wpcf7-email { font-size: 17px; height: 50px; border-radius: 7px !important; padding: 0 12px; }
.jmission-form .wpcf7-submit { font-size: 16px; height: 45px; padding: 0 25px; }
#Join-Sect { padding-bottom: 20px; }
#Video-Sect .vc_row:nth-child(1) img { padding: 5px 0 25px; }
.playiconwrap img { width: 20px; }
.playiconwrap { top: 30%; width: 50px; height: 50px; }
#video_carousel { padding: 20px 0 30px; }
#Video-Sect { padding-top: 20px; padding-bottom: 45px; }
#Tickets_Sect .vc_row:nth-child(1) .wpb_single_image { padding: 5px 0 30px; }
.showstickets_left .tickets-date { font-size: 30px; line-height: 30px; }
.showstickets_left .tickets-month { font-size: 17px; line-height: 27px; }
.showstickets_left .tickets-year { font-size: 18px; left: -18px; top: 2px; }
.showsticket_main h3, .showstickets_center .tickets { font-size: 20px; line-height: 30px; margin: 0 0 8px; }
.showstickets_right { margin-top: 30px; }
.showsticket_main .event-link a { font-size: 17px; padding: 10px 25px; }
.showsticket_main { padding: 20px 20px 30px; margin-bottom: 20px !important; border-radius: 10px; }
#Tickets_Sect #Cstm-Btn a, #gallery-sect #Cstm-Btn a, #News-Sect #Cstm-Btn a, #Merch-Sect #Cstm-Btn a { padding: 10px 30px; }
#Tickets_Sect { padding-top: 30px; padding-bottom: 20px; }
#news_carousel { margin: 20px auto; }
#News-Sect { padding-top: 30px; padding-bottom: 40px; }
#news_carousel .owl-nav button { width: 40px; height: 45px; top: 35%; font-size: 20px; }
#news_carousel .owl-nav .owl-prev { left: -2%; }
#news_carousel .owl-nav .owl-next { right: -2%; }
.news_title { font-size: 16px; line-height: 22px; padding: 8px 0 20px 10px; }
.news_date_block .day { font-size: 25px; line-height: 15px; }
.news_date_block .month { font-size: 15px; }
.news_date_anchor_wrap .year { font-size: 15px; }
.news_date_block div:nth-child(2) { left: -14px; top: -2px; }
.news_date_block { max-width: 80px; height: 70px; }
#Merch-Sect { padding-top: 35px; padding-bottom: 35px; }
li.product.type-product { margin: 0 0px 25px 0px !important; width: 100% !important; }
h2.product-title { font-size: 17px !important; line-height: 27px !important; margin: 10px 0 4px !important; }
.custom-product-card { padding: 15px; }
#gallery-sect h1 { margin: 0 0 20px; }
#gallery-sect .Gimage_hover { padding-bottom: 30px; }
.gallery_row { padding-bottom: 10px; }
#gallery-sect { padding-top: 30px; padding-bottom: 30px; }
#Contact_us_sect .vc_row:nth-child(1) { padding-bottom: 10px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 15px; line-height: 30px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column { padding-bottom: 15px; }
.contact-form { padding-top: 20px; }
.contact-form input, .contact-form textarea { height: 45px; margin-bottom: 18px; font-size: 15px; padding: 0 12px; }
.contact-form textarea { height: 150px; }
.contact-form .wpcf7-submit { font-size: 18px; padding: 10px 0; }
#Contact_us_sect { padding-top: 40px; padding-bottom: 25px; }
#colophon .site-info, #colophon .site-info a { font-size: 14px; }
footer#colophon { padding-top: 15px; padding-bottom: 15px; }
.contact-form textarea { padding-top: 12px !important; }
#video_carousel .wpcp-all-captions { text-align: center; }
#Merch-Sect h1 { margin: 0 0 20px; }
/* Music Page */
#MAlbums-Sect { padding-top: 40px; padding-bottom: 50px; }
#featuredsingles_carousel { padding-top: 20px; }
#FeaturedSingles_Sect { padding-top: 40px; padding-bottom: 40px; }
#Mvideo_Sect { padding-top: 40px; padding-bottom: 40px; }
#inrvideo_music .vc_col-sm-7 { margin-bottom: 20px; }
.Mvideocstmmainwrap div { width: 40px; height: 40px; margin: -34% auto 75px; }
.Mvideocstmmainwrap div img { width: 18px; }
#inrvideo_music { padding-top: 20px; padding-bottom: 15px; }
.Mvideocstmmain_html { height: 355px; }
.page-id-16 #Join-Sect { padding-top: 35px !important; padding-bottom: 35px; }
/* About The Band Page */
.abinrrow { padding-top: 20px; }
.about_marquee-content { gap: 15px; animation: scroll 8s linear infinite; }
.about_marquee { margin-top: 30px; }
#Achievements_sect h1 { margin: 0 0 20px; }
#Achievements_sect { padding-top: 35px; }
.achiment_txtwrap h3 { font-size: 20px; line-height: 30px; margin: 0 0 10px; }
.achiment_txtwrap p { font-size: 18px; line-height: 28px; }
.achiment_txtwrap .wpb_wrapper { padding: 25px 20px; margin-bottom: 25px !important; }
.page-id-18 #News-Sect { padding-top: 30px; }
/* Shows Page */
.showsinrbtn a { font-size: 16px; padding: 8px 20px; color: border-radius: 4px; }
.showsinrbtn { gap: 18px; margin: 15px 0 25px; }
.page-id-20 #Tickets_Sect { padding-bottom: 0px; }
/* News Page */
.page-id-22 #News-Sect { padding-top: 40px; }
.page-id-22 #Join-Sect { padding-top: 40px; padding-bottom: 40px; }
/* Merch Page */
.page-id-24 #Merch-Sect { padding-top: 40px; }
/* Gallery Page */
.page-id-26 #gallery-sect { padding-top: 40px; padding-bottom: 20px; }
.page-id-26 #Join-Sect { padding-top: 40px; padding-bottom: 40px; }
/* Contact Page */
.page-id-28 #Contact_us_sect { padding-bottom: 40px; }
#map_sect iframe { height: 240px; }
.single-allnews #primary { padding-top: 30px; padding-bottom: 30px; }
/* Woocommerce Page */
.woocommerce-page #primary { padding-top: 20px; padding-bottom: 10px; }
section.related.products h2, .woocommerce-Tabs-panel h2 { font-size: 22px; margin: 0 0 10px; }
.woocommerce-tabs .tabs a { font-size: 16px !important; padding: 6px 25px !important; }
button.single_add_to_cart_button { font-size: 16px !important; padding: 12px 25px !important; }
.quantity .input-text { font-size: 16px; width: 50px !important; height: 40px; }
.summary.entry-summary .price { margin: 15px 0; }
.summary.entry-summary .product_title { font-size: 35px; line-height: 45px; }
.woocommerce-tabs .tabs { gap: 20px; padding: 0 0 0 5px !important; flex-wrap: wrap; }
.summary.entry-summary .price span { font-size: 20px; }
p.form-submit .submit { padding: 10px 30px !important; }
a.wc-block-components-product-name { font-size: 15px !important; margin: 0 0 4px !important; }
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button { font-size: 17px; }
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block { margin-bottom: 0; }
.wc-block-components-sidebar-layout.wc-block-checkout.is-mobile { margin-bottom: 0; }
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button { font-size: 17px; width: 100%; padding: 0; }
/* Popup CSS */
.popup-box { padding: 35px 15px 15px; width: 300px; }
.popup-box h2 { font-size: 30px; line-height: 35px; }
.popup-box p { font-size: 16px; line-height: 25px; margin: 6px 0; }
.popup-box input { font-size: 15px; height: 40px; margin: 0 0 10px; }
.row.subscribe_form .wpcf7-submit { font-size: 17px; }
.popup-box .close-btn { font-size: 45px; right: 3%; top: -10px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 15px; line-height: 27px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column { padding-bottom: 15px; }
#Contact_us_sect .social-links { display: flex !important; gap: 12px; }
#Contact_us_sect .social-links img { max-width: 40px !important; margin: 0; }
#Join-Sect { padding-top: 40px; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
/* Home Page */
.page-id-14 section { padding-left: 10px; padding-right: 10px; }
#music_sect { padding-top: 50px; padding-bottom: 50px; }
#music_sect h1 { margin: 0 0 10px; }
h1 { font-size: 55px; line-height: 65px; }
.music-links { margin-bottom: 30px; gap: 12px; }
#music_sect h3 { font-size: 25px; }
#music_sect .vc_row:nth-child(2) h1 { font-size: 40px; line-height: 50px; }
.audio_player { max-width: 380px; }
#musicslider_carousel .owl-nav button { width: 40px; height: 50px; font-size: 20px; top: 35%; }
#musicslider_carousel .owl-next { right: -2%; }
#artistdetails_cariusel, #artistdetails_cariuselcopy { padding-top: 35px; }
.ArtistD_Main { display: flex; align-items: center; gap: 15px; }
p, li, span { font-size: 16px; line-height: 26px; }
#artistdetails_cariusel .owl-dots, #artistdetails_cariuselcopy .owl-dots { padding-top: 35px; }
#aboutus-sect .vc_col-sm-6 { width: 100%; }
#aboutus-sect .vc_col-sm-6 .vc_single_image-wrapper { margin: 0 0 30px; }
.aboutus_img { padding-bottom: 25px; gap: 12px; }
#aboutus-sect .wpb_text_column { padding-bottom: 30px; }
#Cstm-Btn a { font-size: 17px; padding: 10px 25px; }
#aboutus-sect { padding-top: 50px; padding-bottom: 50px; }
.jmission-form { max-width: 600px; margin: 20px auto 0; }
.jmission-form .wpcf7-email { font-size: 18px; height: 55px; padding: 0 13px; }
.jmission-form .wpcf7-submit { font-size: 18px; height: 55px; padding: 0 24px; }
#Join-Sect { padding-bottom: 50px; }
#video_carousel .fa-play-circle-o { width: 40px; height: 40px; font-size: 22px; top: 40px; }
#video_carousel { padding: 20px 0 30px; }
.playiconwrap { top: 45%; width: 60px; height: 60px; border-radius: 8px; }
.playiconwrap .play-icon { width: 22px; }
#Video-Sect .vc_row:nth-child(1) img { padding: 10px 0 30px; }
#Video-Sect { padding-top: 50px; padding-bottom: 55px; }
#Tickets_Sect { padding-top: 50px; padding-bottom: 55px; }
#Tickets_Sect .vc_row:nth-child(1) .wpb_single_image { padding: 10px 0 35px; }
.showsticket_main .event-link a { font-size: 15px; padding: 8px 24px; }
.showstickets_left .tickets-date { font-size: 30px; line-height: 30px; }
.showstickets_left .tickets-month { font-size: 17px; line-height: 30px; }
.showstickets_left .tickets-year { font-size: 17px; left: -18px; top: 0px; }
.showsticket_main h3, .showstickets_center .tickets { font-size: 18px; line-height: 20px; margin: 0 0 8px; }
.showstickets_left { gap: 10px; }
.showsticket_main { padding: 18px; margin-bottom: 25px !important; border-radius: 20px; }
.col-lg-12.col-md-12.col-sm-12.showsticketcolclass { padding: 0; }
#Tickets_Sect #Cstm-Btn { padding-top: 10px; }
#Tickets_Sect #Cstm-Btn a, #gallery-sect #Cstm-Btn a, #News-Sect #Cstm-Btn a, #Merch-Sect #Cstm-Btn a { padding: 11px 40px; }
#news_carousel { max-width: 1274px; margin: 30px auto 40px; }
.news_title { font-size: 17px; line-height: 24px; padding: 10px 0 20px 10px; }
.news_date_block .day { font-size: 28px; line-height: 20px; }
.news_date_block .month { font-size: 17px; }
.news_date_anchor_wrap .year { font-size: 17px; }
.news_date_block div:nth-child(2) { left: -17px; }
.news_date_block { max-width: 90px; }
#News-Sect { padding-top: 50px; padding-bottom: 50px; }
#Merch-Sect h1 { margin: 0 0 30px; }
li.product.type-product { margin: 0 25px 25px 0px !important; width: 46% !important; }
ul.products.columns-4 { justify-content: left; }
#Merch-Sect { padding-top: 50px; padding-bottom: 50px; }
#gallery-sect h1 { margin: 0 0 30px; }
.gallery_row { padding-bottom: 40px; }
#gallery-sect { padding-top: 50px; padding-bottom: 50px; }
#Contact_us_sect .vc_row:nth-child(1) { padding-bottom: 35px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 16px; line-height: 30px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column { padding-bottom: 20px; }
.contact-form input, .contact-form textarea { height: 50px; margin-bottom: 20px; padding: 0 12px; }
.contact-form textarea { height: 140px; padding-top: 10px; }
.contact-form .wpcf7-submit { font-size: 18px; padding: 12px 0; }
#Contact_us_sect { padding-top: 70px; padding-bottom: 40px; padding-left: 0 !important; padding-right: 0 !important; }
#Join-Sect { padding-top: 65px; }
footer#colophon { padding-top: 20px; padding-bottom: 20px; }
#news_carousel .owl-nav button { width: 50px; height: 50px; font-size: 20px; }
#news_carousel .owl-nav .owl-prev { left: -4%; }
#news_carousel .owl-nav .owl-next { right: -4%; }
/* Music Page */
.audio_player { max-width: 800px; padding-bottom: 20px; }
#MAlbums-Sect { padding-top: 40px; padding-bottom: 40px; }
#FeaturedSingles_Sect { padding-top: 55px; padding-bottom: 50px; }
#Mvideo_Sect { padding-top: 50px; padding-bottom: 50px; }
.Mvideocstmmainwrap img { height: 100px; object-fit: cover; }
.Mvideocstmmainwrap div { width: 35px; height: 35px; margin: -60% auto 38px; }
.Mvideocstmmainwrap div img { width: 18px; height: auto; }
.Mvideocstmmain_html { height: 225px; overflow-y: scroll; }
.page-id-16 #Join-Sect { padding-top: 50px !important; padding-bottom: 55px; }
/* About The Band Page */
.achiment_txtwrap .wpb_wrapper { padding: 35px 12px; margin-bottom: 30px !important; }
.achiment_txtwrap h3 { font-size: 18px; line-height: 28px; margin: 0 0 10px; }
.achiment_txtwrap p { font-size: 17px; line-height: 27px; }
.page-id-18 #News-Sect { padding-top: 50px; }
/* Shows Page */
.page-id-20 #Tickets_Sect { padding-bottom: 10px; }
.showsinrbtn a { font-size: 18px; padding: 12px 20px; }
.showsinrbtn { gap: 40px; margin: 16px 0 40px; }
/* News Page */
.page-id-22 #News-Sect { padding-top: 70px; }
.page-id-22 #Join-Sect { padding-top: 80px; padding-bottom: 70px; }
/* Merch Page */
.page-id-24 #Merch-Sect { padding-top: 60px; }
/* Gallery Page */
.page-id-26 #gallery-sect { padding-top: 70px; }
.page-id-26 #Join-Sect { padding-top: 60px; padding-bottom: 60px; }
/* Contact Page */
.page-id-28 #Contact_us_sect { padding-bottom: 80px; }
#map_sect iframe { height: 350px; }
.single-allnews #primary { padding-top: 40px; padding-bottom: 40px; }
/* Woocommerce Page */
.summary.entry-summary .product_title { font-size: 42px; line-height: 54px; }
.summary.entry-summary .price { margin: 18px 0; }
.summary.entry-summary .price span { font-size: 22px; }
.quantity .input-text { font-size: 17px; width: 50px !important; height: 40px; }
button.single_add_to_cart_button { font-size: 17px !important; padding: 12px 30px !important; }
.woocommerce div.product form.cart { margin-bottom: 1.2em; }
.woocommerce-tabs .tabs a { font-size: 17px; padding: 10px 30px !important; }
.woocommerce-page #primary { padding-top: 40px; padding-bottom: 30px; }
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button { font-size: 18px; }
#masthead .navbar-brand { max-width: 180px; }
#Contact_us_sect .social-links img { width: 42px; margin: 0; }
#Contact_us_sect .social-links { display: flex !important; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 15px; line-height: 34px; }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
#masthead .navbar-brand { max-width: 200px; }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
/* Home Page */
#music_sect h1 { margin: 0 0 20px; }
#music_sect h3 { font-size: 25px; line-height: 28px; }
#music_sect .vc_row:nth-child(2) h1 { font-size: 50px; line-height: 60px; }
h1 { font-size: 75px; line-height: 85px; }
#musicslider_carousel .owl-nav button { width: 50px; height: 60px; font-size: 22px; }
.audio_player { max-width: 1200px; padding-bottom: 25px; }
#artistdetails_cariusel, #artistdetails_cariuselcopy { padding-top: 40px; }
.ArtistD_Main { display: flex; align-items: center; gap: 20px; }
#artistdetails_cariusel .owl-dots, #artistdetails_cariuselcopy .owl-dots { padding-top: 40px; }
#music_sect { padding-top: 100px; padding-bottom: 90px; }
p, li, span { font-size: 16px; line-height: 26px; }
.aboutus_img { padding-bottom: 25px; gap: 12px; }
.aboutus_img img { width: 120px; }
#Cstm-Btn a { font-size: 18px; padding: 10px 26px; }
#aboutus-sect { padding-top: 100px; padding-bottom: 100px; }
.jmission-form { max-width: 650px; margin: 30px auto 0; }
#Join-Sect { padding-bottom: 90px; }
#Video-Sect .vc_row:nth-child(1) img { padding: 10px 0 40px; }
#video_carousel { padding: 25px 0 40px; }
#Video-Sect { padding-top: 80px; padding-bottom: 80px; }
#Tickets_Sect .vc_row:nth-child(1) .wpb_single_image { padding: 10px 0 40px; }
.showstickets_left .tickets-date { font-size: 30px; line-height: 30px; }
.showstickets_left .tickets-month { font-size: 18px; line-height: 30px; }
.showstickets_left .tickets-year { font-size: 17px; transform: rotate(-90deg); position: relative; left: -15px; top: 1px; }
.showsticket_main h3, .showstickets_center .tickets { font-size: 25px; line-height: 25px; }
.showsticket_main .event-link a { font-size: 18px; padding: 14px 35px; }
.showsticket_main { padding: 20px; margin-bottom: 25px !important; border-radius: 22px; }
#Cstm-Btn a { font-size: 17px; }
#Tickets_Sect #Cstm-Btn a, #gallery-sect #Cstm-Btn a, #News-Sect #Cstm-Btn a, #Merch-Sect #Cstm-Btn a { padding: 14px 50px; }
#Tickets_Sect { padding-top: 80px; padding-bottom: 100px; }
#news_carousel { max-width: 1274px; margin: 40px auto 40px; }
.news_title { font-size: 16px; line-height: 24px; padding: 10px 5px 20px 8px; }
.news_date_block .day { font-size: 28px; line-height: 22px; }
.news_date_block .month { font-size: 17px; }
.news_date_anchor_wrap .year { font-size: 16px; }
.news_date_block { max-width: 90px; }
.news_anchor a { letter-spacing: 1px; padding: 0 10px 10px 0px; }
#Merch-Sect h1 { margin: 0 0 50px; }
li.product.type-product { margin: 0 12px 40px 0px !important; width: 24% !important; }
.custom-product-card { padding: 12px; }
#Merch-Sect { padding-top: 100px; padding-bottom: 100px; }
#gallery-sect h1 { margin: 0 0 50px; }
.gallery_row { padding-bottom: 60px; }
#Contact_us_sect .vc_row:nth-child(1) { padding-bottom: 40px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 19px; line-height: 34px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column { padding-bottom: 50px; }
.contact-form input, .contact-form textarea { height: 50px; margin-bottom: 25px; padding: 0 20px; }
.contact-form textarea { height: 220px; padding-top: 12px; }
.contact-form .wpcf7-submit { font-size: 18px; padding: 12px 0; }
#Contact_us_sect { padding-top: 100px; padding-bottom: 50px; }
#Join-Sect { padding-top: 100px; }
footer#colophon { padding-top: 20px; padding-bottom: 20px; }
/* Music Page */
#MAlbums-Sect { padding-top: 100px; padding-bottom: 100px; }
#inrvideo_music { padding-top: 40px; padding-bottom: 40px; }
.Mvideocstmmainwrap img { height: 100px; object-fit: cover; }
.Mvideocstmmainwrap div { width: 40px; height: 40px; margin: -41% auto 42px; }
.Mvideocstmmainwrap div img { width: 20px; height: auto; }
.Mvideocstmmain_html { height: 300px; }
#Mvideo_Sect { padding-top: 100px; padding-bottom: 100px; }
.page-id-16 #Join-Sect { padding-top: 90px !important; padding-bottom: 90px; }
/* About The Band Page */
.abinrrow { padding-top: 35px; }
.achiment_txtwrap .wpb_wrapper { padding: 50px 20px; margin-bottom: 45px !important; }
.achiment_txtwrap h3 { font-size: 20px; line-height: 32px; margin: 0 0 15px; }
.achiment_txtwrap p { font-size: 19px; line-height: 29px; }
.page-id-18 #News-Sect { padding-top: 80px; }
/* Shows Page */
.showsinrbtn a { font-size: 18px; padding: 14px 20px; }
.showsinrbtn { gap: 60px; margin: 20px 0 40px; }
/* News Page */
.page-id-22 #News-Sect { padding-top: 120px; }
/* Merch Page */
.page-id-24 #Merch-Sect { padding-top: 100px; }
/* Gallery Page */
.page-id-26 #Join-Sect { padding-top: 90px; padding-bottom: 90px; }
.page-id-26 #gallery-sect { padding-top: 120px; padding-bottom: 70px; }
/* Contact Page */
.page-id-28 #Contact_us_sect { padding-bottom: 100px; }
#map_sect iframe { height: 380px; }
.single-allnews #primary { padding-top: 60px; padding-bottom: 60px; }
/* Woocommerce Page */
.woocommerce-page #primary { padding-top: 65px; padding-bottom: 35px; }
.summary.entry-summary .product_title { font-size: 55px; line-height: 68px; }
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button { font-size: 19px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 18px; line-height: 35px; }
#Contact_us_sect .social-links { display: flex; justify-content: center; } 
#Contact_us_sect .social-links img { width: 44px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column { padding-bottom: 40px; }
}


@media screen and (min-width: 1200px) and (max-width: 1440px){
a::after, button::after { top: 85% !important; width: 70px !important; height: 70px !important; }
/* Home Page */
.container { padding-left: 50px; padding-right: 50px; }
#masthead #main-nav ul a { font-size: 26px; }
#masthead #main-nav ul { gap: 80px; }
.social-links a img { width: 42px !important; }
.social-links { margin-top: 22px; gap: 35px; }
/* header#masthead { padding: 25px 0; } */
.audio_player { max-width: 1200px; padding-bottom: 30px; }
ul.products.columns-4 .product.type-product { margin: 0 20px 40px 0px !important; width: 23% !important; }
#video_carousel .fa-play-circle-o { width: 45px; font-size: 28px; height: 45px; top: 35px; }
#news_carousel .owl-nav button { width: 45px; height: 50px; top: 40%; font-size: 20px; }
#news_carousel .owl-nav .owl-next { right: -2%; }
#news_carousel .owl-nav .owl-prev { left: -2%; }
.playiconwrap { width: 70px; height: 70px; }
.playiconwrap img { width: 28px; }
/* Music Page */
.Mvideocstmmainwrap img { height: auto !important; }
.Mvideocstmmainwrap div { width: 50px; height: 50px; margin: -41% auto 50px; }
.Mvideocstmmain_html { height: 380px; }
#Mvideo_Sect { padding-top: 120px; padding-bottom: 120px; }
/* About The Band Page */
.achiment_txtwrap .wpb_wrapper { padding: 110px 25px; margin-bottom: 50px !important; }
.page-id-18 #News-Sect { padding-top: 100px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 20px; line-height: 40px; }
#Contact_us_sect { padding-bottom: 60px; }
}


@media screen and (min-width: 1440px) and (max-width: 1496px){
.aboutus_img img { width: 120px !important; }
}


@media screen and (min-width: 1440px) and (max-width: 1600px){
.container { padding-left: 60px; padding-right: 60px; }
#music_sect { padding-top: 150px; }
h1 { font-size: 100px; line-height: 110px; }
p, li, span { font-size: 17px; line-height: 27px; }
.aboutus_img img { width: 125px; }
.aboutus_img { padding-bottom: 25px; gap: 12px; }
#Cstm-Btn a { font-size: 18px; }
#aboutus-sect { padding-top: 120px; padding-bottom: 120px; }
#Join-Sect { padding-bottom: 120px; }
#Tickets_Sect { padding-top: 120px; padding-bottom: 120px; }
#Tickets_Sect #Cstm-Btn a, #gallery-sect #Cstm-Btn a, #News-Sect #Cstm-Btn a, #Merch-Sect #Cstm-Btn a { padding: 14px 50px; }
#Merch-Sect { padding-top: 120px; padding-bottom: 120px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column p { font-size: 22px; line-height: 40px; }
#Contact_us_sect .vc_col-sm-6 .wpb_text_column { padding-bottom: 60px; }
.contact-form input, .contact-form textarea { height: 60px; margin-bottom: 26px; padding: 0 20px; }
.contact-form textarea { height: 290px; padding-top: 16px; }
.contact-form .wpcf7-submit { font-size: 19px; padding: 15px 0; }
#Contact_us_sect { padding-top: 120px; }
#Mvideo_Sect { padding-top: 120px; padding-bottom: 120px; }
#MAlbums-Sect { padding-top: 110px; padding-bottom: 110px; }
.Mvideocstmmainwrap div { width: 60px; height: 60px; margin: -40% auto 65px; }
.Mvideocstmmainwrap div img { width: 26px; }
.Mvideocstmmain_html { height: 450px; }
#Achievements_sect { padding-top: 50px; }
.achiment_txtwrap .wpb_wrapper { padding: 120px 30px; margin-bottom: 50px !important; }
.achiment_txtwrap h3 { font-size: 24px; line-height: 40px; margin: 0 0 15px; }
.achiment_txtwrap p { font-size: 24px; line-height: 34px; }
.page-id-18 #News-Sect { padding-top: 120px; }
.page-id-22 #News-Sect { padding-top: 120px; }
.page-id-24 #Merch-Sect { padding-top: 120px; }
.page-id-26 #gallery-sect { padding-top: 120px; padding-bottom: 70px; }
.page-id-28 #Contact_us_sect { padding-bottom: 120px; }
}

/* ====================================== Responsive CSS ====================================== */


.music-links a {
    color: #0ad5bb;
    font-size: 26px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.news_Content p {
    display: none;
}

/* .audio_player {
    margin: 0 auto;
} */


#artistdetails_cariusel .owl-nav {
    display: block;
}

#artistdetails_cariusel .owl-nav button {
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #ffffba 25%, #854b00 50%, #D9B569 80%);
    border: unset;
    border-radius: 50px;
    color: black;
    font-size: 20px;
    position: absolute;
    top: 40%;
}

#artistdetails_cariusel .owl-nav .owl-prev {
    left: 0%;
}

#artistdetails_cariusel .owl-nav .owl-next {
    right: 0;
}

.news_thumnail img {
    height: 345px;
    object-fit: cover;
}

#gallery-sect .Gimage_hover img {
    height: 340px;
    object-fit: fill;
}

.Mvideocstmmainwraplast img {
    height: 147px;
    object-fit: cover;
}

.Mvideocstmmainwraplast .play-icon img {
    height: auto;
}