.wrapper {
	width: 80%;
	margin: 0 auto;
}
.count-color {
	color: #ca9e2a;
}
.logo-text {
	width: 160px;
	height: 30px;
	line-height: 30px;
	padding: 40px 0 0 10px;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 200;
	color: #FFF;
	vertical-align: top;
}
.ham-title {
	margin-bottom: 20px;
	text-align: left !important;
	font-weight: 700 !important;
}
.postheading {
	color: #ffffff;
	padding-top: 30px;
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
.section-classes-list {
	background-image: url(../images/bg-upcomming-events-list.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
.section-classes-list .name span {
	display: block;
	color: #ca9e2a;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	margin-bot7tom: 5px;
}
.section-classes-list .name {
	padding: 16px 65px;
}
.section-classes-list .venue {
	border-left: 2px solid rgba(43,43,43,.9);
	padding: 19px 35px 28px 54px;
	padding: 19px 35px 28px;
}
.section-classes-list .venue ul li {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	list-style: disc;
}
.bb {
	border-bottom: 1px solid rgba(43,43,43,.9);
}
.class-list {
	padding: 17px 0;
}
.gallery-item img {
	width: 100%;
	height: 330px;
	padding: 15px 0;
	border-radius: 35px;
}
.gallery-cell:hover {
	text-decoration: none !important;
}
.social-links a {
	border-radius: 50%;
}
.section.discography {
	background-position: center center;
	background-size: cover;
}
.navbar-default .navbar-nav>li>a:before {
	display: none !important;
}
.navbar-default .navbar-nav>li>a {
	text-transform: capitalize !important;
}
#about-page .section.biography {
	background-image: none;
}
.title.mini-title {
	font-size: 24px !important;
}
.list li {
	
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    list-style: disc;
	}

@media (min-width: 992px){
.primary-title {
    font-size: 60px !important;
    line-height: 60px  !important;
    letter-spacing: 0  !important;
}

}
@media (min-width: 1600px){
.navbar-default .navbar-nav>li>a {
    margin: 0 10px !important;
}
}
.h2{
	color:#ffffff !important;}
.shop-price{
	color: #ca9e2a;}

/*for-xl-devices*/
@media only screen and (min-width: 1601px) and (max-width: 10000px) {
.carousel-discography .gallery-cell {
    height: 450px !important;
}	
} 
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-item {
	display: block;
    padding: 10px;
	font-size: 18px;
    padding: 15px 10px;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
	border-bottom:1px solid #fff;
	}
.dropdown-item:nth-last-child(1) {
	border-bottom:1px solid #000;
	}
.dropdown-item:hover{
	color:#ca9e2a;
	text-decoration:none;
	}
.navbar-nav>li>.dropdown-menu
{
	 background-color: #0a0a0a;
		}

.featured-artist .btn.rounded {
	background-color:#fff; color:#000;}


@media (min-width: 768px){
.navbar-right .dropdown-menu {
    left: 0 !important;
}





}
@media only screen and (max-width: 768px) {
header .navbar-brand img { 
	width: 90px;
	height: auto;

 }

.navbar-toggle {
    
    top: 30px;
}


 
}

@media only screen and (max-width: 600px) {
header .navbar-brand img { 
	width: 90px;
	height: auto;

 }

.featured-artist .rollover .text {
   
    top: 30px;
}


.navbar-toggle {
    
    top: 30px;
}


#onlineclasses .title {
    
    font-size: 22px;
        text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
   
}


#home .btn {
    
    padding: 16px 22px;
    font-size: 12px;
    font-weight: 400;
   
}


}

/* =========== sk */

@media screen and (max-width: 768px) {
	.d-sm-block-sk {
	  display: block;
	}
  
	.d-sm-none-sk {
	  display: none;
	}
	
	.sk-d-flex {
		display: block !important;
	}
  }
  @media screen and (min-width: 769px) {
	.d-sm-block-sk {
	  display: none;
	}
  
	.d-sm-none-sk {
	  display: block;
	}
  }
  

