/*
	Template Name: Playbit
    Template URL: http://demo.themeregion.com/playbit
	Author: Theme Region
	Author URI : http://www.themeregion.com/
    Version: 1.0
    Description: HTML5 Responsive Modern Music Event Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# Header 
# Dropdown CSS 
# Home Banner 
# About Section 
# Artists Section 
# Gallery Sction 
# Shop Section 
# Blog Section 
# Promotion 
# Twitter Feed 
# Contact Section 

==================================================

*/

/* ==========================================================================
 	Global
 ========================================================================== */

html,
body {
	font-family: 'allerregular', sans-serif;
	font-weight:400;
	color:#2c3e50;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'allerregular', sans-serif;
	font-weight:normal;
}

ul {
	margin:0;
	padding:0;
    list-style:none;
}

a:hover {
	color: #ed145b;
}

a, a:hover, a:active,
a:focus, button:focus, .btn:focus,
.form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.btn.btn-primary {
    text-transform: uppercase;
    font-family: 'allerbold';
    font-size: 14px;
    text-align: center;
    border-color: #ed145b;
    background-color: #ed145b;
	padding-top: 10px;
    padding-bottom: 15px;
    padding-left:35px;
    padding-right:60px;
    position: relative;
}

.btn.btn-primary:hover {
    background-color: transparent;
    color: #ed145b;
}

.btn.btn-default i,
.btn.btn-primary i {
    margin-left: 10px;
    font-size: 18px;
}

.btn.btn-primary i {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 14px;    
}

.btn.btn-primary:hover i {
	right:20px;
	color: #ed145b;
}

.btn.btn-default {
    background-color: transparent;
    border:none;
    font-size: 14px;
    color: #8a8a8a;
    padding: 0;
    text-transform: uppercase;
    font-family: 'allerbold';
    line-height: 0;
}

.btn.btn-default:hover {
    color: #ed145b;
}

.btn.btn-default i {
    color: #ed145b;
}

.btn.btn-default:hover i {
    color: #8a8a8a;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 50px;
}

.bg-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.section-title h1,
.page-title h1 {
    font-size: 12px;
    letter-spacing: 14px;
    color: #ed145b;
    font-family: 'allerbold';
}

.section-title h2,
.page-title h2 {
    font-size: 46px;
    color: #000;
    margin: 0;
    font-family: 'aller_displayregular';
}

.page-title h1,
.page-title h2 {
    color: #fff;
}

.no-padding {
    padding: 0;
}

.before-after,
.before {
    position: relative;
}

.before-after:before,
.before-after:after  {
    position: absolute;
    content: "";
    top: -30px; 
    width: 6%; 
    border-bottom: 30px solid #fff;   
	z-index:10;
}

.before-after:before {
    left: 0;
    border-right: 25px solid transparent;
}

.before-after:after {
    right: 0;
    border-left: 25px solid transparent;    
}

.before:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -46%;
    width: 92%;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #fff;    
}

.bg-white {
	background-color:#FFF;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.page-title {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 70px; 
}

.breadcrumb {
    z-index: 1;
    background-image: url(../images/bg/7.jpg);
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.body-multiple {
    position: relative;
    z-index: 1;
}

.breadcrumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.4);;
    z-index: -1;
}


.body-multiple:before {
    content: "";
}

.pagination {
    margin-bottom: 15px;
}

.page-content {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-toggle {
    border: 1px solid #ed145b;
    margin-top: 12px;
}

.navbar-toggle .icon-bar {
    background-color: #ed145b;
}

/* ==========================================================================
 	Header
 ========================================================================== */

#navigation .navbar {
    min-height:0;
    margin-bottom: 0;
    border: 0;   
}

#navigation .navbar:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    z-index: -1;  
}

#navigation .navbar:after {
    position: absolute;
    content: "";
    top: 30px;
    left: 50%;
    margin-left: -46%;
    width: 92%;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid #fff;
    z-index: -1;  
}
 
#navigation .navbar-brand {
    margin-right: 90px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

#navigation .navbar-collapse {
    float: left;
}

#navigation .navbar-nav>li>a {
    color: #767676;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 60px;
    font-size: 14px;
    display: block;
	background-color: transparent;
}

#navigation .navbar-nav>li>a:focus, 
#navigation .navbar-nav>li.active>a, 
#navigation .navbar-nav>li>a:hover,
#navigation .navbar-nav>.active>a, 
#navigation .navbar-nav>.active>a:focus, 
#navigation .navbar-nav>.active>a:hover {
    color: #ed145b;  
}

#navigation .navbar-nav li ul.sub-menu li a:hover, 
#navigation .navbar-nav li ul.sub-menu li a:focus, 
#navigation .navbar-nav li ul.sub-menu li a:active, 
#navigation .navbar-nav li ul.sub-menu li.active>a {
	color: #ed145b; 
}

#navigation .btn.btn-primary {
    float: right;
    margin-top: 12px;
	padding-top: 5px;
    padding-bottom: 8px;
    padding-left:15px;
    padding-right:15px;
}


/*Dropdown CSS*/

ul.sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  background-color:#fff;
  list-style: none;
  padding:7px 0;
  margin: 0;
  min-width: 180px;
  border-top:1px solid #ed145b;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);  
  display: none;
  z-index: 999;
}


.nav.navbar-nav > li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}


#navigation .navbar-nav li ul.sub-menu li a {
  display: block;
  color: #767676;
  padding: 7px 0 7px 20px;
  font-size: 14px;
  text-transform:uppercase;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*End Drpdown Menu CSS*/

/* Mega Menu CSS */

#navigation .megamenu>.sub-menu {
    padding: 22px 0;
    box-sizing: border-box;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 900;
}

#navigation .navbar-nav .megamenu {
    position: static;
}

#navigation .navbar-nav .megamenu a i {
	margin-right:10px;
}

#navigation .navbar-nav .megamenu li a {
    padding: 7px 0 7px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

/* Home Banner */


.home-content {
    padding-top: 235px;
    padding-bottom: 100px;
    color: #fff;
}

.logo-intro img {
    display: inline;
    margin-top: -20px;
}

.logo-intro span {
    font-family: 'Cookie', cursive;
    font-size: 58px;
    color: #fff;
    text-transform: capitalize;
    margin-left: 10px;
}

#countdown {
    margin-bottom: 35px;
}

#countdown li {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  width: 140px;
}

#countdown li p {
    font-size: 18px;
    line-height: 0;
    font-family: 'allerbold';
    margin-top: 42px;
}

#countdown li+li {
  margin-left: 25px;
}

#countdown li span {
  font-size: 51px;
  color: #fff;
  font-family: 'aller_displayregular';
  float: left;
  width: 60px;
}

.home-content h2 {
    font-size: 116px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-top: 0;
    margin-bottom: 5px;
}

.social {
    margin-top: 20px;
}

.social a {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.home-banner .social a:hover,
.social a:hover {
    color: #ed145b;
}

.album-cover {
    float: left;
    margin-right: 20px;
}

.album-title h4 {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.home-banner .jp-play-bar {
    background-color: #fff;
}

/* About Section */

.about-section.about {
    background-image: url(../images/bg/2.jpg);
    background-color: #e7eced;
}

.about-section.about.before-after:before, 
.about-section.about.before-after:after {
	background-image: url(../images/bg/2.jpg);	
	height: 30px;
	border: 0;
	top: -29px;
}

.about-section.about.before-after:before {	
	-moz-transform: skewX(40deg);
	-webkit-transform: skewX(40deg);
	-o-transform: skewX(40deg);
	-ms-transform: skewX(40deg);
	transform: skewX(40deg);
	left: -15px;
	background-position:left top;
}

.about-section.about.before-after:after {	
	background-position:right top;
	-moz-transform: skewX(-40deg);
	-webkit-transform: skewX(-40deg);
	-o-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
	right: -15px;
}

.about-section .about-content {
    padding-bottom: 10px;
}

.about-section.about .about-content {
    padding-bottom: 55px;
}

.about-section .about-image {
    max-height: 370px;
    overflow: hidden;
}

.about-section.about .about-info {
    background-color: #fff;
}

.about-info {
    padding: 35px;
    padding-left: 55px;
    padding-right: 70px;
    padding-bottom: 65px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
    overflow: hidden;
}

.about-section.about .about-info {
    background-color: #fff;
}

.about-info h3 {
    font-size: 26px;
    font-family: 'allerbold';
    padding-bottom: 25px;
    margin-bottom: 20px;
	color:#000;
}

.about-section.about .about-info h3 {
    border-bottom: 1px solid #f0f1f2;
}

.about-info ul {
    margin-top: 20px;
    font-family: 'allerregular';
    font-size: 14px;
}

.about-info ul li i {
    color: #ed145b;
    margin-right: 10px;
    font-size: 14px;
}

.about-festival .about-content {
    padding-bottom: 25px;
    padding-top: 20px;
}

.about-festival .about-info {
    padding-top: 5px;
}

.about-festival .about-text {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 25px;
}

.about-festival .about-time {
    margin-bottom: 25px;
}

.about-festival .about-info h3 {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.about-section.about-festival {
    padding-bottom:0;
}

.festival-info .audio-list {
    padding-top: 35px;
}

.festival-info  .audio-list .controls a {
    display:block;
}

.festival-info  .audio-list .controls {
    float:left;
    background-color: #d3d3d3;
    margin-right: 20px;
    width:40px;
    height:40px;
    line-height: 48px;
    text-align: center;
    display:block;   
}

.festival-info .jp-play {
    background-image: none; 
    margin: 0 6px;
}

.audio-list .controls:hover {
   background-color: #ed145b; 
}

.audio-list .controls i {
    color:#fff;
    font-size: 24px;
}

.audio-list .audio-info h5 {
    font-size: 14px;
    color:#000;
    display:inline-block;
    float: left;
}



/* Artists Section */

.artists {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.artists img,
.artist-image img {
    width: 100%;
}

.artists-section .section-title {
    margin-bottom: 50px;
}

.artists-overlay {
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    height:100%;
    background-color: rgba(237, 20, 91, 0.7);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.artists:hover .artists-overlay {
	top: 0;
}

.artists-info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 25px;
}

.artists-info li a {
    color: #fff;
    font-size: 14px;
}

.artists-info li a:hover {
    color: #000;
}

.artists-info a {
    color: #fff;
    font-size: 34px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 14px;
    display: block;
    font-family: 'aller_displayregular';
}

.artists-info h6 {
    font-family: 'allerbold';
    letter-spacing: 8px;
    margin-bottom: 5px;
}

.artists-section .btn.btn-primary {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
}
 
.ferformers .pagination {
    padding-top: 40px;
}


/* Gallery Sction */

.gallery-section {
    background-image: url(../images/bg/3.jpg);
    background-color: #e7eced;
    padding-bottom: 100px;
}

.video-content {
    position: relative;
    max-width: 100%;
    max-height: 310px;
    overflow: hidden;
}

.video-overlay {
    position: absolute;
    padding: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    opacity: 0;
     -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.video-content:hover .video-overlay {
     -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.video-content .video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -33px;
}

.video-content .video.video-icons {
    margin-top: -60px;
    margin-left: -63px;
}

.video-content .video a {
    font-size: 66px;
    color: #fff;
}

.video-content .video a:hover{
	color:#ed145b;
}

.gallery-section .section-title {
    margin-bottom: 40px;
    padding-top: 55px;
    text-align: left;
}

.gallery-section .nav-tabs {
    background-color: #fff;
    border-bottom: 0;
    padding: 25px 15px;
    margin-bottom: 25px;
}

.gallery-section .nav-tabs a h5 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.gallery-section .nav-tabs>li {
    width:25%;
}

.gallery-section .nav-tabs>li>a {
    margin-right: 0;
    border: 0;
}

.gallery-section .nav>li>a {
    padding: 0 10px;
    color: #000;
}

.gallery-section .nav-tabs li span {
    display: block;
}

.gallery-section .nav>li>a:focus, 
.gallery-section .nav>li>a:hover,
.gallery-section .nav-tabs>li.active>a, 
.gallery-section .nav-tabs>li.active>a:focus, 
.gallery-section .nav-tabs>li.active>a:hover {
    border: 0;
    background-color: transparent;
}

.gallery-section .gallery-image {
    position: relative;
    max-width: 110px;
    max-height: 110px;
    overflow: hidden;
}

.nav-tabs>li .image-overlay {
    opacity: 0;
}

.nav-tabs>li.active .image-overlay,
.gallery-image:hover .image-overlay,
.nav-tabs>li.active>a:focus .image-overlay {
    background-color: rgba(237, 20, 91, 0.7);
    opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.image-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;    
}

.gallery-section .gallery-image i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -16px;
}

.festival-info {
    background-color: #f7f7f7;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.festival-info:last-child {
	margin-bottom:25px;
}

.festival-image {
    float: left;
    max-width: 115px;
    max-height: 110px;
    margin-right: 45px;
    position: relative;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); 
}

.festival-info:hover .image-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.festival-info .time {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -48px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-family: 'aller_lightregular';
}

.festival-info .time span {
    font-size: 16px;
    letter-spacing: 8px;
    font-family: 'allerbold';
    display: block;
}

.festival-info h2 {
    color: #000;
    font-family: 'allerbold';
}

.festival-info:hover h2 {
    color: #ed145b;
}

.festival-info h5 {
    display: inline;
    font-size: 14px;
}

.festival-info .text-left {
    float: left;
}

.festival-info .text-right {
    padding-right: 60px;
    padding-top: 50px;
}

.gallery-section.artist-hive {
    padding-bottom: 75px;
}

.video-content.video .jp-playlist ul li:nth-child(1) .jp-playlist-item{
    background-image:url(../images/gallery/21.jpg)   
}

.video-content.video .jp-playlist ul li:nth-child(2) .jp-playlist-item{
    background-image:url(../images/gallery/22.jpg)   
}

.video-content.video .jp-playlist ul li:nth-child(3) .jp-playlist-item{
    background-image:url(../images/gallery/23.jpg)   
}

.video-content.video .jp-playlist ul li:nth-child(4) .jp-playlist-item{
    background-image:url(../images/gallery/24.jpg)   
}

.photo-galery .photo {
    max-width: 270px;
    max-height: 245px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.photo-galery .photo .photo-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.6);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.photo-galery .photo .showcase-icons {
    position: absolute;
    top: -100%;
    left: 0;
    margin-top: -45px;
}

.photo-galery .photo:hover .photo-overlay {
    top: 0;
}

.photo-galery .photo:hover .showcase-icons {
    top: 50%;
}

.photo-galery .photo .showcase-icons i {
    color: #fff;
    font-size: 66px;
}

/* Gallery Hive */

.gallery-hive {
    padding-top: 80px;
    padding-bottom: 35px;
}

.gallery-item {
    position: relative;
    margin-bottom: 40px;
    max-height: 590px;
    overflow: hidden;    
}

.gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 50px;
}

.gallery-info .title i {
    font-size: 72px;
    color: #fff;
    display: block;
}

.gallery-info .title a {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.gallery-info a i {
    margin-right: 10px;
}

.gallery-info a, .gallery-info a i {
    font-size: 16px;
    color: #fff;
}

.gallery-info a span {
    text-transform: uppercase;
}

.gallery-item:hover .gallery-info {
    background: transparent;
}

.gallery-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
}

.gallery-item:hover .gallery-overlay {
    top: 0;
} 

.gallery-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 12%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.64) 78%, rgba(0,0,0,0.73) 93%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 12%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.64) 78%,rgba(0,0,0,0.73) 93%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 12%,rgba(0,0,0,0.15) 25%,rgba(0,0,0,0.64) 78%,rgba(0,0,0,0.73) 93%,rgba(0,0,0,0.75) 100%);
}

/* Clients Section */

.clients-section {
    text-align: center;
}

.clients-section .section-title {
    padding-top: 5px;
    margin-bottom: 50px;
}

.clients-section .client {
    margin:10px 40px 0;
}

.clients-section .client li {
    margin-left: 20px;
    margin-right: 20px; 
}

.client img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity: .6;    
}

.client img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0); 
    opacity: 1;   
}


/* Shop Section */

.shop-section {
    text-align: center;
    background-image: url(../images/bg/3.jpg);
    background-color: #e7eced;
}

.shop-section .section-title {
    margin-bottom: 45px;
    padding-top: 55px;
}

.shop-section .products {
    margin-bottom: 10px;
	min-height: 455px;
    padding-top: 30px;
	text-align:center;
}

.shop-section .products img {
	display:inline-block;
}

.products h5 {
    font-family: 'allerbold';
    margin-top: 5px;
}

.products a {
    font-size: 24px;
    color: #000;
    font-family: 'allerbold';
	display:block;
}

.products:hover a {
    color: #ed145b;
}

.shop-section .products i,
.products:hover i {
    color: #ed145b;
}

.products i {
    font-size: 24px;
    color: #d9d9d9;
    margin-top: 5px;
    margin-bottom: 20px;
}

/* Products Section */

.products-section {
    padding-top: 40px;
}

.products-section .products {
    min-height: 455px;
    padding-top: 30px;
    margin-bottom: 25px;
}

.products img {
    display: inline-block;
}

.products-section .pagination {
    margin-top: 5px;
    margin-bottom: 65px;
}

.products-section .products:hover {
    background-color: #f0f3f5;
}

.shop-section .products:hover {
	background-color:#fff;
}

/* Products Details */

.products-slider .owl-prev,
.products-slider .owl-next {
    position: absolute;
    top: 50%;
}

.products-slider .owl-prev {
    left: 0;
}

.products-slider .owl-next {
    right: 0;
}

.products-slider .owl-nav i {
    font-size: 64px;
    color: #d1d1d1;
}

.products-slider .owl-nav i:hover {
    color: #ed145b;
}

.products-details h1 {
    color: #757575;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 30px;
}

.products-details h1 span {
    color: #39b54a;
}

.products-details h2 {
    font-size: 36px;
    font-family: 'allerbold';
    margin-top: 0;
}

.products-details h3 {
    font-size: 24px;
    font-family: 'allerbold';
    margin-top: 0;
}

.products-details .color {
    margin-top: 45px;
    margin-bottom: 30px;
}

.products-details .color h3 {
    margin-right: 45px;
    display:inline-block;
}


.products-details input[type="radio"]+label {
    cursor: pointer;
    display:inline-block;
    position:relative;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.products-details input[type="radio"] {
    display:none;
}

.products-details input[type="radio"] + label:before {
    border: 5px solid transparent;
}

.products-details input[type="radio"]:checked + label:before {
    border: 5px solid #e5e5e5;
}

.products-details input[type="radio"] + label:before,
.products-details input[type="radio"] + label:after {
    position:absolute;
    top:2px;
    left:0;
    content:"";
    width:23px;
    height:23px;
    border-radius:50%;
    display:inline-block;
}

.products-details input[type="radio"] + label:after {
    left:4px;
    top:6px;
    width:15px;
    height:15px;
    background-color:#757575;
}

.products-details input[type="radio"]:checked + label:after {
    background-color:#757575;
}

.products-details input[type="radio"]#color2+label:after {
     background-color: #0072bc;
}

.products-details input[type="radio"]#color3+label:after {
     background-color: #f26d7d;
}

.products-details input[type="radio"]#color4+label:after {
     background-color: #62a35d;
}

.products-details input[type="radio"]#color5+label:after {
     background-color: #f26522;
}


.products-content {
    margin-top: 40px;
    margin-bottom: 55px;
}

.products-details .share h3,
.products-details .cart h3 {
    font-size: 14px;
}

.products-details .cart h3 {
    float:left;
    margin-right: 40px;
    padding-top: 5px;

}

.quantity .input-text {
    border :1px solid #d6d6d6;
    padding: 6px 15px;
    max-width: 70px;
}

.quantity {
    position:relative;
    z-index: 1;
    max-width: 175px;
}

.quantity:before {
    position:absolute;
    content:"";
    top:0;
    right: 35px;
    width:1px;
    height:100%;
    background-color: #d6d6d6;
}

.quantity .btn.btn-default {
    position: absolute;
    right: 15px;
    bottom:17px;
    background-color: transparent;
}

.quantity i.fa-angle-down {
    position: absolute;
    right: 0;
}

.quantity .btn.btn-default i {
    color:#454545;
    font-size: 14px;
}

.quantity .btn.btn-default:focus,
.quantity input:focus {
    outline: none;
    background-color: transparent;
}

.add-buttons {
    margin-top: 45px;
    margin-bottom: 35px;
}

.cart-button {
    margin-right: 15px;
}

.add-buttons .button {
    text-transform: uppercase;
    font-family: 'allerbold';    
    border: 1px solid #ed145b;
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 13px;  
    padding-left: 55px;
    background-color: #ed145b;  
    color: #fff;
    border-radius: 4px;
    position: relative;
}

.add-buttons i {
    margin-left: 0;
    margin-right: 10px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -12px;
}

.add-buttons .wishlist-button {
    background-color: #8dc63f;
    border: 1px solid #8dc63f;
}

.wishlist-button:hover {
    background-color: transparent;  
    color:#8dc63f; 
}

.cart-button:hover {
    background-color: transparent;  
    color:#ed145b;   
}

.products-details .share {
    color: #787878;
}

.related-products .product-content {
    margin-top: 40px;
    padding-bottom: 15px;
}

.related-products .products {
    padding: 15px 0;
}

.related-products .products:hover {
    background-color: #fafafa;
}

.related-products h1 {
    font-size: 28px;
    color: #ed145b;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-bottom: 45px;
}

.related-products i {
    color: #d9d9d9;
}

.related-products .products:hover i {
    color: #ed145b;
}

/* Products Description */

.products-description {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    background-color: #fafafa;
}

.products-description .description-content {
    padding-top: 5px;
    padding-bottom: 30px;
}

.products-description h5 {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    color: #000;
}

.products-description .short-info p {
    margin-bottom: 20px;
}

.products-description .nav-tabs {
    border-bottom: 0;
}

.products-description .nav-tabs li {
    margin-bottom: 25px;
}

.products-description .nav-tabs li+li {
    border-left: 2px solid #aeaeae;
    margin-left: 25px;
    padding-left: 25px;
}

.products-description .nav-tabs>li>a {
    border: 0;
    color: #888;
    padding: 0;
    font-size: 16px;
    line-height: 15px;
}

.products-description .nav-tabs>li.active>a, 
.products-description .nav-tabs>li.active>a:focus, 
.products-description .nav-tabs>li.active>a:hover,
.products-description .nav-tabs>li>a:hover {
    border: 0;
    background-color: transparent;
    color: #ed145b;
}

.product-menu {
    float: left;
}

.product-menu.sub {
    margin-left: 130px;
}

.products-description.before-after:before, 
.products-description.before-after:after {
    border-bottom: 30px solid #fafafa;
}

.rating-bar {
    margin-bottom: 60px;
    max-width: 335px;
}

.rating-number span {
    display: block;
    font-size: 30px;
    font-family: 'allerbold';
}

.skill-progress {
    position: relative;
    min-height: 30px;
}

.progress {
    height: 12px;
    background-color: #f3f3f3;
    border-radius: 4px;
    box-shadow: none;
    width: 60%;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 0;
}

.rating-count {
    position: absolute;
    top: 0;
    right: 0;
}

.progress-bar {
   background-color: #d8d8d8;
   box-shadow: none;
}

.progress-bar {
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
  border-radius: 4px;
}

.star-rating {
    margin-right: 20px;
    color: #fed700;
    margin-top: 15px;
}

.star-rating li {
    float: left;
}

.product-reviews .comment {
    margin-top: 30px;
    border-bottom: 1px solid #888; 
}

.product-reviews .comment:last-child {
    border-bottom: 0;
}

.product-reviews .description {
    margin-bottom: 30px;
}

.comment-info .author {
    font-family: 'allerbold';
    float: left;
    margin-right: 20px;
}

.form-group.review {
    padding-top: 80px;
}

.product-reviews .comment-info {
    overflow: hidden;
}

.comment-info .time {
    float: right;
	text-transform:capitalize;
}

.comment-info .star-rating {
    margin-top: 4px;
}

.form-group.review label {
    font-size: 14px;
}

.rating-star { 
  position: absolute;
  top: 50px;
}

.rating-star h6 {
    font-size: 14px;
    line-height: 0;
}

.rating > input { 
    display: none; 
} 

.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { 
    color: #fed700;  
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
 color: #fed700;  
} 

.contact-form .btn.btn-primary {
    padding-right: 35px;
}

/* Blog Section */

.blog-section .section-title {
    padding-top: 30px;
}

.entry-post {
    position: relative;
    margin-bottom: 25px; 
    overflow: hidden;
}

.post-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 45px;
    padding-bottom: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'aller_lightregular';
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 11%, rgba(0,0,0,0.19) 24%, rgba(0,0,0,0.69) 64%, rgba(0,0,0,0.85) 79%, rgba(0,0,0,0.97) 93%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 11%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.69) 64%,rgba(0,0,0,0.85) 79%,rgba(0,0,0,0.97) 93%,rgba(0,0,0,1) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 11%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.69) 64%,rgba(0,0,0,0.85) 79%,rgba(0,0,0,0.97) 93%,rgba(0,0,0,1) 100%); 
}

.entry-post:hover .post-content {
    padding-top: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 18%, rgba(0,0,0,0.42) 36%, rgba(0,0,0,0.85) 70%, rgba(0,0,0,0.95) 87%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 18%,rgba(0,0,0,0.42) 36%,rgba(0,0,0,0.85) 70%,rgba(0,0,0,0.95) 87%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 18%,rgba(0,0,0,0.42) 36%,rgba(0,0,0,0.85) 70%,rgba(0,0,0,0.95) 87%,rgba(0,0,0,1) 100%);
}

.post-content .time {
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: #ed145b;
}

.post-content .time a {
    font-size: 34px;
    color: #fff;
    display: block;
    padding: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.post-content .time a span {
    font-size: 14px;
    font-family: 'allerbold';
    letter-spacing: 5px;
}

.entry-title {
    margin: 20px 0;
}

.entry-title h1,
.entry-title a {
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.entry-title a:hover {
    color: #ed145b;
}

.post-icons {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(237, 20, 91, 0.5);
}

.post-icons:hover {
    background-color: #ed145b;
}

.post-icons a {
    color: #fff;
    font-size: 18px;
    display: block;
}

/* Blog Details */

.blog-details .entry-post {
    max-width: inherit;
    max-height: 600px;
}

.blog-section.blog {
    padding-top: 80px;
}

.blog-section.blog .entry-post {
    margin-bottom: 30px;
}

.blog-section.blog .pagination {
    margin-top: 50px;
}

.entry-post .entry-meta a {
    font-size: 16px;
    color: #fff;
}

.entry-post .entry-meta i {
    margin-right: 10px;
}

.entry-post .entry-meta  li+li {
    margin-left: 15px;
}

.entry-post .entry-meta  li:first-child {
    text-transform: uppercase;
}

.entry-post .entry-meta a:hover {
    color: #ed145b;
}

.blog-details .entry-post {
    margin-top: 80px;
}

.blog-details .entry-title {
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-details .post-content {
    padding-bottom: 50px;
}

.entry-summary {
    font-size: 16px;
    line-height: 24px;
    margin-top: 55px;
    font-family: 'aller_lightregular';
    max-width: 1085px;
}

.entry-summary::first-letter {
    font-size: 46px;
    text-transform: uppercase;
}

.entry-summary p {
    margin-bottom: 25px;
}

.commenter-info {
    float:left;
    margin-right: 15px;
}

.commenter-avatar {
    width: 50px;
    height: 50px;
}

.blog-social {
    margin-top: 45px;
    margin-bottom: 60px;
}

.media-inner,
.media-inner h4 span {
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.media-inner h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.media-inner .reply {
    font-size: 14px;
    color: #ed145b;
}

.post-comment {
    max-width: 1075px;
}

.replay-box h1, 
.feedback h1 {
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 10px;
    margin-bottom: 60px;
    margin-top: 5px;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.comments-area h1 {
    margin-bottom: 40px;
}

.comments-area h1 {
    color: #000;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';    
}

.comments-area li {
    padding-bottom: 90px;
}

.comments-area li:last-child {
    padding-left: 180px;
} 

.replay-box {
    padding-bottom: 60px;
}

/* Replay Box */

.replay-box h1,
.feedback h1 {
    color: #000;
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 10px;
    margin-bottom: 60px;
    margin-top: 5px;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';     
}

.replay-box .contact-form {
    padding: 0 40px;
}

.replay-box .form-group label {
    font-size: 14px;
    color: #6e6e6e;
    text-transform: capitalize;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ececec;
    height: 36px;
    margin-bottom: 25px;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #ed145b;
}

textarea.form-control {
    min-height: 135px;
    resize: none;
}

.contact-form .btn.btn-primary  {
    margin-top: 15px;
}

.contact-section.contact .contact-info {
    padding-top: 75px;
    padding-bottom: 70px;
}

.contact-section.contact .contact-info h3 {
    margin-bottom: 30px;
}



.contact-section.contact.before-after:before, 
.contact-section.contact.before-after:after {
    background-image: url(../images/bg/map-bg.jpg);  
    height: 30px;
    border: 0;
    top: -29px;
    background-size: cover;
}

.contact-section.contact.before-after:before {  
    -moz-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
    left: -15px;
    background-position:left top;
}

.contact-section.contact.before-after:after {   
    background-position:right top;
    -moz-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    right: -15px;
}

/* Feedback */

.feedback {
    background-color: #fafafa;
}

.feedback .feedback-content {
    padding-top: 20px;
    padding-bottom: 55px;
    overflow: hidden;
}

.contact-info li, 
.contact-info li a {
    font-family: 'allerregular';
    font-size: 14px;
    margin-bottom: 10px;
    color: #444;
}

.contact-info li a:hover {
    color: #ed145b;
}

.feedback.before-after:before, 
.feedback.before-after:after {
    border-bottom: 30px solid #fafafa;
}

.contact-section.contact .contact-info {
    padding-top: 75px;
    padding-bottom: 70px;
    margin-top: -187px;
}

.social.contact-social {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Promotion */

.promotion {
    text-align: center;
    background-image: url(../images/bg/5.jpg);
    background-color: #802b43;
}

.promotion-content {
    padding-top: 130px;
    padding-bottom: 50px;
}

.promotion.bg-transparent {
    background-image: inherit;
    background-color: rgba(0, 0, 0, 0.3);
}

.promotion h2 {
    font-size: 116px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.promotion .btn.btn-primary {
    background-color: #fff;
    color: #ed145b;
    border-color: #fff;
}

.promotion .btn.btn-primary i {
    color: #ed145b;
}

.promotion .btn.btn-primary:hover {
    background-color: transparent;
    color: #fff;
}

.promotion .btn.btn-primary:hover i {
    color: #fff;
}

/* Twitter Teed */

.twitter-feed  {
    padding-bottom: 60px;
    text-align: center;
}

.twitter-feed .section-title {
    margin-bottom: 45px;
    padding-top: 20px;
    font-size: 46px;
    color: #00bff3;    
}

.twitter-feed .section-title h1 {
    margin-top: 5px;
}

.twitter-feed .feed-content {
    max-width: 550px;
    display: inline-block;
    color: #707070;
}

.twitter-feed h4 {
    margin-top: 35px;
    font-family: 'aller_lightregular';
}

.twitter-feed a {
    color: #00bff3;
    font-family: 'allerregular';
}

.twitter-feed a:hover {
    color: #ed145b;
}

.feed-content.white-color a:hover {
    color: #000 !important;
}


/* Contact Section */

.contact-section {
    position: relative;
}

.contact-section.before:before {
    z-index: 1;
}

#gmap {
    height: 615px;
    width: 100%;
}

.contact-map-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.contact-info {
    background-color: #fff;
    padding: 35px;
    padding-top: 55px;
    padding-bottom: 100px;
    max-width: 365px;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -197px;
    overflow: hidden;
}

.contact-info .time {
    width: 65px;
    height: 65px;
    text-align: center;
    background-color: #ed145b;    
}

.contact-info .time h2 {
    font-size: 34px;
    line-height: 18px;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aller_displayregular';    
}

.contact-info .time h2 span {
    font-size: 14px;
    font-family: 'allerbold';
    letter-spacing: 5px;    
}

.contact-info h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.contact-info li {
    font-family: 'allerregular';
    font-size: 14px;
    margin-bottom: 10px;  
}

.contact-info i {
    color: #ed145b;
    margin-right: 10px;
    font-size: 14px;    
}

.contact-info .btn.btn-primary {
    margin-top: 20px;
}

/* Schedule Section */

.schedule-section {
    text-align: center;
}

.schedule-section .section-title {
    margin-bottom: 45px;
    color: #ed145e;
    padding-top: 40px;
}


.gallery-section .jp-play::after,
.gallery-section .jp-play::after,
.schedule-section .jp-play::after,
.audio-album .jp-play::after {
    display: none;
 }

.schedule-section i {
    font-size: 46px;
}

.schedule-text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    max-width: 750px;
    display: inline-block;
    margin-bottom: 30px;
    font-family: 'aller_lightregular';
}

.schedule-menu {
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 30px 40px;
    text-align: left;
    margin-left: 0;
}

.schedule-menu li+li {
    margin-left: 50px;
}

.schedule-menu li:nth-child(2){
    margin-left: 70px;
    margin-right: 130px;
}

.schedule-menu li:nth-child(4){
    margin-left: 110px;
    margin-right: 80px;
}

.schedule-menu li:nth-child(5){
    margin-left: 85px;
}

.schedule-menu a {
    font-size: 16px;
    color: #ed145b;
    text-transform: capitalize;
    font-family: 'allerbold';
}

.schedule-section .rock-roll {
    padding-top: 35px;
    padding-right: 40px;
    padding-left: 40px;
    overflow: hidden;
}

.schedule-section .festival-image {
    margin-right: 40px;
}

/* Artist Detail */

.artist-info {
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
    padding-top: 55px;
}

.artist-info li a {
    font-size: 14px;
    color: #000;
}

.artist-info li a:hover {
    color: #ed145b;
}

.artist-detail h1 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    max-width: 140px;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 15px;    
}

.artist-detail h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'allerbold';
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.artist-info address {
    margin-top: 25px;
}

.artist-info address .menu li {
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

.artist-info address .menu {
    float: left;
    max-width: 320px;
}

.artist-info address .menu.sub {
    margin-left: 80px;
}

.artist-info address .menu span {
    font-family: 'allerregular';
    margin-right: 15px;
}

.artist-info address .menu h6,
.artist-info address .menu h5 {
    font-size: 14px;
}

.artist-info address .menu h5  {
   float: left;
   min-width: 120px;
   font-weight: 700;
}

/* Musical Awards */

.musical-awards .section-title {
    padding-bottom: 10px;
}

.musical-awards.section-padding {
    padding-top: 95px;
    padding-bottom: 0;
}

.awards-timline {
    max-width: 500px;
    display:inline-block;
}

.timeline-panel img {
    display:inline;
}

.panel-left {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 45px;
    position: relative;
}

.panel-right {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 45px;
    padding-top: 5px;
}

.awards-timline h4 {
    color: #ed145b;
    margin-bottom: 0;
}

.timeline-panel {
    margin-bottom: 75px;
}

.panel-left:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 0;
    width: 4px;
    height: 365px;
    background-color: #ed145b;
}

.timeline-panel.timeline {
    position: relative;
}

.timeline-panel.timeline:before {
    position: absolute;
    content:"";
    top: 10px;
    right: -51px;
    width: 16px;
    height: 16px;
    background-color: #ed145b;
    border-radius: 50%;    
}

/* Showcase Section */

.showcase-section {
    padding-bottom: 50px;
}

.showcase-section .section-title {
    margin-top: 20px;
    padding-bottom: 10px;
}

.showcase-section .section-title h2 {
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 10px;    
}

.showcase-section .section-title li+li {
    margin-left: 20px;
}

.showcase-section .section-title i {
    font-size: 72px;
    color: #ed145b;
}

.showcase-section .section-title a,
.showcase-section .section-title a i {
    font-size: 16px;
    color: #808080;
    text-transform: lowercase;
}

.showcase-section .section-title a i {
    margin-right: 10px;
}

.showcase-section .section-title a span {
    text-transform: uppercase;
}

.showcase-section .section-title a:hover i,
.showcase-section .section-title a:hover {
    color: #ed145b;
}

.showcase {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.showcase img {
    width: 100%;
}

.showcase-overlay {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.6);
}

.showcase:hover .showcase-overlay {
    top:0;
}

.showcase-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

.showcase-icons a {
    display:block;
    font-size: 66px;
    text-align: center;
    color: #fff;       
}

.showcase-icons {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%; 
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    z-index: 1;     
}

.showcase:hover .showcase-icons {
    top: 50%;
    margin-top: -45px;
}

.showcase-info h3 {
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'aller_displayregular';
}

.showcase-info h5 {
    font-size: 12px;
    font-family: 'allerbold';
    letter-spacing: 10px;
    margin-top: 0;
}

.showcase-section .pagination {
    padding-top: 30px;
}

/* Life Career */

.life-career,
.earnings {
    background-image: url(../images/bg/3.jpg);
    background-color: #e7eced;
}

.career-content {
    padding-top: 95px;
    padding-bottom: 55px;
}

.career-image,
.earning-image,
.discography-image,
.vocal-image {
    max-height: 375px;
    overflow: hidden;
}

.career-info,
.earning-info,
.vocal-info {
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
}

.career-info h1,
.discography h1,
.earning-info h1,
.vocal-info h1 {
    font-size: 26px;
    font-family: 'allerbold';
    margin-bottom: 30px;
}

.discography-content {
    padding-top: 75px;
    padding-bottom: 25px;
}

.discography-content li {
    line-height: 30px;
    font-size: 14px;
}

.vocal-content {
    padding-top: 55px;
    padding-bottom: 25px;

}

/* Discography */

.earnings-content {
    padding-top: 95px;
    padding-bottom: 55px;
}

.discography .menu {
    display:inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'aller_lightregular';
}
.discography .menu.sub {
    margin-left: 70px;
}

/* Pagination */

.pagination li a {
    border: 0;
    font-size: 18px;
    color: #ed145b;
    background-color: #fff;
    padding:10px 15px;
    padding-top: 6px;
    border-radius: 0;
    margin: 5px;
    font-family: 'allerbold';
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:hover {
    background-color: #ed145b;
    color: #fff;
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-radius: 0;
    color: #a4a4a4;
}

.pagination>li:first-child>a:hover, 
.pagination>li:first-child>a:focus, 
.pagination>li:last-child>a:focus,
.pagination>li:last-child>a:hover {
    color: #fff;
}

.bg-transparent .pagination li a {
    background-color: transparent;
}

.bg-transparent .pagination li a:hover,
.bg-transparent .pagination>li>a:focus,
.bg-transparent .pagination>.active>a {
    background-color: #ed145b;
}

/* Sponsors */

.sponsors-title {
    position: relative;
    z-index: 1;
    padding-top: 115px;
    padding-bottom: 125px;
}

.sponsors-title img {
    display:inline;
}

.sponsors-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/sponsors-overlay.png);
    z-index: -1;
    background-position: center center;
}

.become-sponsors h1,
.sponsors h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'aller_displayregular';
    margin-bottom: 25px;
    text-align: center;
}

.sponsors-section {
    background-color: #fafafa;
    padding-top: 75px;
    padding-bottom: 25px;    
}

.sponsors-section h1 {
    padding-bottom: 40px;
}

.sponsors-section.before-after:before, 
.sponsors-section.before-after:after {
    border-bottom: 30px solid #fafafa;
}

.sponsors-section .client li {
    margin-bottom: 35px;
}

.sponsors-section .client li+li {
    margin-left: 40px;
}

.sponsors-section .client li:nth-child(5) {
    margin-left: 0;
}

.become-sponsors {
    padding-top: 90px;
    padding-bottom: 50px;    
    color: #fff;
    background-color: #ed145b;
}

.become-sponsors.before:before {
    border-top: 30px solid #fafafa;
}

.sponsors-info {
    max-width: 905px;
    display: inline-block;
}

.become-sponsors .btn.btn-primary {
    background-color: #fff;
    color: #ed145b;
    margin-top: 35px;
}

.become-sponsors .btn.btn-primary i {
    color: #ed145b;
}

.become-sponsors .btn.btn-primary:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.become-sponsors .btn.btn-primary:hover i {
    color: #fff;
}

/* ==========================================================================
    MULTI EVENT 
 ========================================================================== */

.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color span,
.white-color label,
.white-color a,
.white-color .section-title i {
    color: #fff !important;
}

.home-banner.banner .banner-overlay {
        background-color: rgba(237, 20, 91, 0.7);
}

.home-banner.banner .home-content h2 {
    margin-bottom: 0;
}

.home-banner.banner .home-content h3 {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 25px;
}

.home-banner.banner .social {
    margin-top: 30px;
}

.home-banner.banner #countdown {
    margin-bottom: 0;
}

.home-banner.banner .home-content {
    padding-bottom: 200px;
    padding-top: 290px;
}

.home-content .btn.btn-primary:hover {
	background-color:rgba(237,20,91,0.7);
	color:#fff;
}

.home-content .btn.btn-primary:hover i {
	color:#fff;
}

.home-banner.banner .btn.btn-primary {
    background-color: #fff;
    color: #ed145b;
}

.home-banner.banner .btn.btn-primary i {
    color: #ed145b;
}

.home-banner.banner .btn.btn-primary:hover {
    background-color: #ed145b;
    color: #fff;
}

.home-banner.banner .btn.btn-primary:hover i {
    color: #fff;
}

/* Schedule Slider */

.schedule-slider {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.schedule-slider .schedule {
    background-color: rgba(0, 0, 0, 0.3);
    max-width: 375px;
    min-height: 110px;
    margin-left: 20px;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.schedule-slider .time {
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 15px;
    background-image: url(../images/bg/8.jpg);
    position: relative;
    z-index: 1;
}

.schedule-slider .time-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 83, 0.5);
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}    

.schedule-slider .time:hover .time-overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.schedule-slider .time h1 {
    font-size: 72px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aller_lightregular'; 
    line-height: 40px;
    text-align: center;    
}

.schedule-slider .time h1 span {
    font-size: 16px;
    letter-spacing: 10px;
    font-family: 'allerbold';
    display: block;
}

.schedule-slider h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'allerbold';
    color: #fff;
    padding-top: 30px;
}

.schedule-slider .owl-prev,
.schedule-slider .owl-next {
    color: #765c6b;
    position: absolute;
    top: 50%;
    font-size: 42px;
    margin-top: -30px;
}

.schedule-slider .owl-prev {
    left: -35px;
}

.schedule-slider .owl-next {
    right: -35px;
}

.schedule-slider .owl-prev:hover,
.schedule-slider .owl-next:hover {
    color: #fff;
}

/* Feedback */

.feedback.bg-transparent {
        background-color: rgba(0, 0, 0, 0.3);
}

.contact-content {
    position: relative;
    position: relative;
    padding-top: 85px;
    padding-bottom: 75px;    
}

/* Promotion */

.promotion.bg-transparent {
    background-image: inherit;
    background-color: rgba(0, 0, 0, 0.3);
}

/* Become Sponsors */

.become-sponsors.sponsors {
    background-color: transparent;
}

/* Ucoming Events */

.ucoming-events .dropdown {
    display: inline-block;
}

.ucoming-events .dropdown li {
    margin: 0;
}

.ucoming-events .dropdown a {
    font-size: 14px;
    color: #a4a4a4;
    display: block;
    width: 90px;    
}

.ucoming-events .dropdown a:hover,
.ucoming-events .dropdown-menu>li>a:focus, 
.ucoming-events .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #ed145e;
}

.ucoming-events .dropdown i {
    color: #ed145b;
}

.ucoming-events .dropdown-menu {
    width: 80px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.ucoming-events .schedule-menu li i {
    margin-left: 5px;
}

.ucoming-events .schedule-menu li:nth-child(2) {
    margin-left: 5px;
    margin-right: 235px;
}

.ucoming-events .schedule-menu li ul li:nth-child(2) {
    margin-left: 0;
}

.ucoming-events .festival-image {
    margin-right: 70px;
}

.ucoming-events .festival-info .time {
    width: 100%;
    margin-left: -55px;
}

.ucoming-events .festival-info .time h1 {
    font-size: 72px;
    margin-top: 5px;
}

.ucoming-events .festival-info .time h1 span {
    line-height: 0;
}

.ucoming-events .festival-info h2 {
    font-size: 24px;
}

.ucoming-events .address {
    padding-top: 40px;
}

.ucoming-events .button {
    text-align: center;
    padding-top: 30px;
}

.ucoming-events .btn.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.ucoming-events .btn.btn-primary:hover i {
    color: #fff;
}

.promotion.bg-transparent .promotion-content {
    padding-top: 40px;
}

/* Gallery Section */

.featured-video {
    background-image: inherit;
    background-color: transparent;
    padding-bottom: 0;  
}

.right-content.bg-transparent,
.video-gallery.bg-transparent {
    position: relative;
}

.video-gallery.bg-transparent:before,
.right-content.bg-transparent:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);    
}

.video-gallery.bg-transparent:before {
    left: -80px;
}

.right-content.bg-transparent:after {
    right: -80px;   
}

.video-content.video-icons .jp-play.play-icon {
    width: 125px;
    height: 125px;
    margin-left: -60px !important;
    margin-top: -25px !important;   
}

.featured-video .video-gallery {
    padding-right: 65px;
    max-width: 650px;
    padding-bottom: 50px;
}

.featured-video .right-content {
    padding-left: 65px;
    padding-bottom: 75px;
}

.video-content.video-icons .jp-playlist ul li a:before {
    content: "";
    background-image: url(../images/player/2.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#jplayer-container .jp-playlist li {
    background-color: rgba(0, 0, 0, 0.33);
    margin-bottom: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
}

#jplayer-container .jp-playlist li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#jplayer-container .jp-playlist li:first-child {
    margin-top: 1px;
    padding-top: 55px;
}

#jplayer-container .jp-playlist li:nth-child(6) {
    padding-bottom: 35px;
}

#jplayer-container .jp-playlist li a {
    color: #fff;
}

#jplayer-container .jp-title span {
    margin-right: 10px;
}

#jplayer-container .time {
    right: 20px;
    position: absolute;
}

#jplayer-container .control-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#jplayer-container .jp-artist {
    display: none;
}

#jplayer-container #playing {
    position: absolute;
    left: 125px;
    z-index: 1;
}

#jplayer-container #playing .artist-name {
    position: absolute;
    top: 40px;
    color: #000;
}

#jplayer-container .jp-controls {
    background-image: url(../images/player/3.jpg);
    width:110px;
    height: 110px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

#jplayer-container .jp-controls:before,
.audio-album .jp-controls:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    z-index: -1;
}

#jplayer-container .jp-controls:hover:before,
.audio-album .jp-controls:hover:before {
    background-color: rgba(237, 20, 91, 0.9);
}

#jplayer-container .track-name {
    color: #000;
}

#jplayer-container .jp-progress {
    background-color: #cccccc;
}

.featured-video .jp-play-bar {
    background-color: #ed145b;  
}

#jplayer-container .jp-current-time {
    color: #ed145b;
    line-height: 0;
    margin-top: 75px;
}

#jplayer-container .jp-progress {
    width: 45%;
    margin: 0;
    margin-right: 20px;
}

#jplayer-container li a img {
    display: inline;
    margin-top: 26px;
    text-align: center;
}

#jplayer-container .jp-play {
    margin: 0;
    background-image: inherit;
}

.audio-content {
    max-height: 525px;
    overflow: hidden;
}

.twitter-feed.bg-transparent {
    margin-top: 30px;
}

.clients-section.clients .client img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
}

.clients-section.clients .client img:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity: .5;
}

.artist-section .artist-detail {
    margin-top: 25px;
    padding-bottom: 25px;
}

.artist-section .pagination {
    padding-top: 50px;
    margin-bottom: 0;
}



/* ==========================================================================
    BAND
 ========================================================================== */


.band-banner .home-content {
    padding-top: 295px;
    padding-bottom: 220px;
}

.band-banner .home-content h1 {
    font-family: 'Cookie', cursive;
    font-size: 90px;
}

.band-banner .home-content h2 {
    font-size: 78px;
    line-height: 20px;
    margin-bottom: 40px;
} 

.home-banner.band-banner .jp-play-bar {
    background-color: #ed145b;
}


/* Recent Albums */

.albums-slider.slider-band {
    background-image: url(../images/bg/10.jpg);
    background-repeat: no-repeat;
    background-position: 100px 100px;
}

.album-image {
    max-width: 270px;
    max-height: 290px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.album-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    z-index: 1;    
}

.album-icons {
    position: absolute;
    top: 50%;
    left: -100%;
    width: 100%;
    height: 100%;
    margin-top: -33px;
    font-size: 48px;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -ms-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}

.album-icons a {
    color: #fff;
}

.recent-albums .album-item {
    color: #000;
    margin-left: 15px;
    margin-right: 15px;
}

.album-item h2,
.cbp-item h2 {
    font-size: 12px;
    letter-spacing: 10px;
    margin-top: 15px;
    font-family: 'allerbold';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.album-item h3,
.cbp-item h3 a {
    margin-top: 0;
    font-family: 'aller_displayregular';
    text-transform: uppercase;
    color: #000;
}

.cbp-item h3 {
    margin-top: 0;
}

.cbp-item h3 a:hover {
    color: #ed145b;
}

.album-image:hover .album-overlay {
    left: 0;
}

.album-image:hover .album-icons {
    left: 0;
}

.albums-slider .owl-prev,
.albums-slider .owl-next {
    position: absolute;
    top: 50%;
    font-size: 64px;
    color: #d1d1d1;
    margin-top: -80px;
}

.albums-slider .owl-prev {
    left: -60px;
}

.albums-slider .owl-next {
    right: -60px;
}

.albums-slider .owl-prev:hover,
.albums-slider .owl-next:hover {
    color: #ed145b;
}

/* Shop Section */

.products.item {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.shop-section .product-content {
    padding-bottom: 10px;
}

.products.item .products-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -90px;
    color: #fff;
    background-color: rgba(237, 20, 91, 0.8);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 126px;
    text-align: center; 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);      
}

.products.item .products-icons i {
    color: #fff;
    font-size: 48px;
}

.products.item:hover .products-icons {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);    
}

.product-thumb {
    margin-bottom: 30px;
    margin-top: 15px;
}

.promotion.contact {
    font-size: 25px;
    color: #fff;
    line-height: 32px;
    position: relative;
    background-image: url(../images/bg/11.jpg);
    z-index: 1;
}

.promotion.contact h1 {
    font-size: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

.promotion.contact a {
    color: #fff;
}

.promotion.contact a:hover {
    color: #000;
}


.promotion.contact .promotion-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);
    z-index: -1;
}

.promotion.contact .social {
    margin-top: 30px;
}

/* Gallery Section */

.festival-schedule.live-shows .festival-info {
    margin-bottom: 27px;
}

.festival-schedule.live-shows .image-overlay {
    background-color: rgba(184, 187, 189, 0.5);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);    
}

.festival-schedule.live-shows .festival-info:hover .image-overlay {
    background-color: rgba(237, 20, 91, 0.7);
}

.festival-schedule.live-shows .time h1 {
    font-size: 72px;
    line-height: 40px;
    padding-top: 5px;
}

/* Artist Detail */

.artist-detail.our-band {
    padding-top: 80px;
}

.artist-detail.our-band  h1 {
    max-width: 100%;
    margin-top: 5px;
}

.artist-detail.our-band h4 {
    margin-bottom: 45px;
}

.artist-detail.our-band .menu li {
    margin-bottom: 10px;
}

.band.vocalist, 
.band.vocalist {
    background-image: url(../images/bg/3.jpg);
    background-color: #e7eced;
}

.vocalist-content {
    padding-top: 60px; 
    padding-bottom: 25px;   
}

.band.vocalist .vocalist-content,
.band.vocalist .vocalist-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.vocalist-image {
    position: relative;
    overflow: hidden;
    max-width: 575px;
    max-height: 375px;
}

.vocalist-overlya {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 20, 91, 0.7);   
}

.vocalist-image:hover .vocalist-overlya {
    top: 0;
}

.vocalist h1 {
    font-size: 34px;
    text-transform: uppercase;
    max-width: 150px;
    font-family: 'aller_displayregular';
    line-height: 30px;
    margin-bottom: 0;
}

.vocalist h2 {
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'allerbold';
    margin-top: 15px;
    margin-bottom: 30px;
}

.vocalist-overlya .social {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 34px;
    margin-left: -75px;
    margin-top: -18px;
}

.vocalist-overlya .social a {
    font-size: 34px;
}

.vocalist-overlya .social a:hover {
    color: #000;
}

.vocalist p {
    margin-bottom: 20px;
}

/* Album Section */

.album-menu {
    margin-bottom: 80px;
    margin-top: 15px;  
}

.album-menu .btn-default i {
    color: #000;
    font-size: 18px;    
}

.album-menu li,
.album-menu .btn-default {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'allerregular';    
}

.album-menu .btn-default.active.focus, 
.album-menu .btn-default.active:focus, 
.album-menu .btn-default:hover, 
.album-menu .btn-default.active:hover, 
.album-menu .btn-default:active.focus, 
.album-menu .btn-default:active:focus, 
.album-menu .btn-default:active:hover, 
.album-menu .open>.dropdown-toggle.btn-default.focus, 
.album-menu .open>.dropdown-toggle.btn-default:focus, 
.album-menu .open>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    color: #000;
}

.album-menu li {
    float: left;
}

.album-menu li a {
    color: #000;
    font-size: 18px;
    position: relative;
    padding: 10px;
    padding-left: 0;
}

.album-menu .dropdown-menu {
    border-radius: 0;
}

.album-menu .dropdown-menu li {
    float: none;
    padding-left: 20px;
    cursor: pointer;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}

.album-menu .dropdown-menu li:hover {
    color: #ed145b;
}

.album-menu .dropdown-menu li+li {
    margin-left: 0;  
}

.album-menu li i {
    margin-left: 10px;
}

.album-menu li+li {
    margin-left: 30px;
}

.album-section .cbp-item {
    margin-bottom: 50px;
}

#portfolio-item {
    overflow: hidden;
}

.album-section .pagination {
    margin-top: 65px;
}

/* Audio Album */

.audio-album .album-content {
    padding-top: 20px;
}

.audio-album .left-content h1 {
    font-size: 12px;
    font-family: 'allerbold';
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 25px;
}

.audio-album .left-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
    margin-top: 0;
}

.audio-album .left-content h3 {
    font-size: 16px;
    color: #757575;
    margin-top: 15px;
}

.audio-album .left-content h3 span {
    color: #39b54a;
}

.audio-album .left-content h4 {
    font-size: 24px;
    font-family: 'allerbold';
    margin-bottom: 30px;
}

.audio-album .quantity {
    max-width: 265px;
}

.audio-album .quantity  h3 {
    float: left;
    margin-right: 30px;
    line-height: 0;
    color: #000;
}

.audio-album .quantity .input-text {
    max-width: 165px;
} 

.audio-album .quantity:before {
    right: 40px;
}

.audio-album  .button {
    margin-bottom: 15px;
    text-align: left;
}

.audio-album .add-buttons {
    margin-top: 35px;
}

.audio-album .jp-interface {
    background-color: #f4f4f4;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.audio-album #playing {
    position: absolute;
    top: -5px;
    left: 143px;
    z-index: 1;
}

.audio-album .jp-progress {
    width: 72%;
    background-color: #c3c3c3;
    margin-top: 70px;
    margin-left: 0;
    margin-right: 30px;
}

.audio-album .jp-play {
    margin: 0;
    background-image: inherit;
}

.audio-album .jp-controls {
    background-image: url(../images/album/1.jpg);
    background-size: contain;
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.audio-album li a img {
    display: inline;
    margin-top: 27px;
    text-align: center;    
}

.audio-album .track-name {
    font-size: 20px;
}

.audio-album .jp-current-time {
    padding-top: 60px;
    color: #ed145b;
    font-family: 'allerbold';
}

.audio-album .artist-name {
    position: absolute;
    top: 45px;
}

.audio-album .jp-playlist li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.audio-album .jp-playlist li a {
    color: #000;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    font-size: 16px;
}

.audio-album .jp-playlist li:last-child {
    border-bottom: 0;
}

.audio-album .jp-artist {
    display: none;
}

.audio-album .info-wrapper .time {
    position: absolute;
    right: 40px;
}

.audio-album .jp-title span {
    margin-right: 15px;
}

.audio-album .jp-playlist li.jp-playlist-current a,
.audio-album .jp-playlist li a:hover {
    color: #ed145b;
}

.audio-album .info-wrapper .time:before {
    position: absolute;
    right: 80px;
    top: 0;
    content: "\f08a";
    font-family: fontawesome;
    font-size: 16px;
    color: #c3c3c3;    
}

.audio-album .jp-playlist li a:hover  .time:before,
.audio-album .jp-playlist li.jp-playlist-current a .time:before{
    position: absolute;
    content: "\f004";
    font-family: fontawesome;
    color: #ed145b;
}

.audio-album .jp-play-bar {
    background-color: #ed145b;
}

/* Related Album */

.related-album {
    padding-top: 20px;
    padding-bottom: 60px;
}

.related-album h1 {
    font-size: 34px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'aller_displayregular';
}

/* BIOGRAPHY */

.home-banner.biography .home-content {
    padding-top: 315px;
    padding-bottom: 220px;
}

.home-banner-slider {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.home-banner-slides {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.home-banner-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 900ms ease;
}

.home-banner-slide.active {
    opacity: 1;
}

.home-banner-slider .container {
    position: relative;
    z-index: 1;
}

.home-slide-dots {
    bottom: 34px;
    display: flex;
    gap: 10px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.home-slide-dots button {
    background-color: rgba(255, 255, 255, .68);
    border: 0;
    border-radius: 50%;
    height: 10px;
    padding: 0;
    transition: background-color .25s ease, transform .25s ease;
    width: 10px;
}

.home-slide-dots button.active {
    background-color: #ed145b;
    transform: scale(1.2);
}

.home-banner.biography .home-content h1 {
    font-size: 60px;
    font-family: 'Cookie', cursive;
    color: #ed145b;
}

.home-banner.biography .home-content h2 {
    font-size: 78px;
    line-height: 36px;
    margin-bottom: 30px;
}

.home-banner.biography .jp-play-bar {
    background-color: #ed145b;
}

.about.about-biography .about-info h3 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about.about-biography .about-info h4 {
    font-size: 16px;
    border-bottom: 1px solid #f0f1f2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.about.about-biography .social {
    margin-top: 30px;
}

.about.about-biography .social a i {
    font-size: 24px;
}

.about.about-biography .social .fa-facebook {
    color: #0072bc;
}

.about.about-biography .social .fa-twitter {
    color: #00aeef;
}

.about.about-biography .social .fa-google-plus {
    color: #ed1c24;
}

.about.about-biography .social .fa-soundcloud {
    color: #f26522;
}

.about.about-biography .social .fa-instagram {
    color: #8dc63f;
}

.about.about-biography .social .fa-rss {
    color: #ffd200;
}

.about.about-biography .social i:hover {
    color: #ed145b;
}

/* Biography Section */

.biography-section {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.biography-content {
    padding-top: 20px;
    padding-bottom: 25px;
}

.biography-image {
    max-height: 530px;
    overflow: hidden;
}

.biography-section .social a {
    color: #000;
}

.biography-section .social a:hover {
    color: #ed145b;
}

.biography-info {
    padding-top: 55px;
}

.biography-info h1 {
    text-transform: uppercase;
    font-size: 34px;
    font-family: 'aller_displayregular';
    margin: 0;
}

.biography-info h4 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 10px;
    font-family: 'allerbold';
    margin-bottom: 45px;
}

.signature {
    margin-top: 40px;
}

.signature h1,
.signature h2{
    font-family: 'Allura', cursive;
    color: #000;
}

.signature h1 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
}

.signature h2 {
    margin: 0;
    font-size: 20px;
}

.life-career .menu span {
    font-family: 'allerbold';
    margin-right: 10px;
}

.video-gallery .before-none .jp-playlist ul li a:before {
    content: "";
}

/* Tyopography Section */

.tyopography-section {
    padding-top: 200px;
}

.tyopography-section h1 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'allerbold';
}

.tyopography-section .nav-tabs>li {
    float: none;
}

.buttons .btn.btn-primary {
    margin-bottom: 20px;
    font-size: 22px;
    padding-right: 35px;
    margin-right: 30px;    
}

.buttons .btn.btn-primary i {
    position: inherit;
    right: 0;
    top: 0;
    margin-left: 10px;
}

.full-rounded-buttons .btn.btn-primary {
    border-radius: 50px;
}

.buttons-normal .btn.btn-primary {
    border-radius: 0;
}

.buttons .btn.btn-primary.medium {
    font-size: 18px;
}

.buttons .btn.btn-primary.small {
    font-size: 14px;
}

.tyopography-section .button .btn.btn-primary {
    width: 100%;
    margin-top: 30px;
}

.transparent-buttons .btn.btn-primary {
    background-color: #fff;
    color: #ed145e;
}

.transparent-buttons .btn.btn-primary:hover {
    background-color: #ed145e;
    color: #fff;
}

.tyopography-section .clients h1,
.tyopography-section .albums h1 {
    font-size: 30px;
    font-family: 'aller_displayregular';
}

.tyopography-section .clients {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tyopography-section .albums {
    padding-bottom: 100px;
}

.tyopography-section .album-image {
    max-width: 220px;
    max-height: 225px;
}

.tyopography-section .albums-slider .owl-prev, 
.tyopography-section .albums-slider .owl-next {
    opacity: 0;
}

.tyopography-section .albums-slider:hover .owl-prev, 
.tyopography-section .albums-slider:hover .owl-next {
    opacity: 1;
}

.tyopography-section .nav-tabs {
    border: 0; 
}

.tyopography-section .nav-tabs>li>a {
    border: 0; 
    border-radius:0;
    text-transform: uppercase;
    font-family: 'allerbold';
    color: #000;
}

.tyopography-section .nav-tabs>li>a:hover,
.tyopography-section .nav-tabs>li.active>a, 
.tyopography-section .nav-tabs>li.active>a:focus, 
.tyopography-section .nav-tabs>li.active>a:hover {
    color: #ed145b;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
}

.tyopography-section  .showcase {
    max-height: 200px;
}

.tyopography-section .pagination-1 li a {
    border-radius: 50px;
    padding-top: 5px;
}

.tyopography-section .pagination-2 li a {
    border: 1px solid #ed145b;
}

.tyopography-section .pagination-3 li a {
    border: 1px solid #ed145b;
    background-color: #ed145b;
    color: #fff;
}

.tyopography-section .pagination-3 li.active a,
.tyopography-section .pagination-3 li a:hover {
    background-color: transparent;
    color: #ed145b;
}

/* ==========================================================================
    Footer Top
 ========================================================================== */

.footer-top {
    padding-top: 70px;
    padding-bottom: 15px;
}

.footer-widget {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    overflow: hidden;
}

.footer-widget h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'allerbold';
    margin-bottom: 35px;
}

.footer-logo {
    margin-bottom: 20px;
    margin-top: 10px;
}

.recent-post {
    margin-bottom: 20px;
    overflow: hidden;
}

.recent-post a {
    color: #fff;
    font-size: 15px;
}

.recent-image {
    float: left;
    margin-right: 25px;
    max-width: 55px;
    max-height: 55px;
}

.photos-filckr li {
    float: left;
    margin-bottom: 15px;
}

.recent-image:hover img,
.photos-filckr li:hover img {
    opacity: .5;
}


.photos-filckr li+li {
    margin-left: 9px;
}

.photos-filckr li:nth-child(4) {
    margin-left: 0;
}

.footer-widget .contact {
    font-size: 14px;
}

.footer-widget .contact li {
    margin-bottom: 10px;
}

.footer-widget .contact i {
    margin-right: 10px;
}

.footer-widget .contact a {
    color: #fff;
}

.footer-widget a:hover {
    color: #000;
}

/* ==========================================================================
    Footer
 ========================================================================== */

.footer {
    padding-top: 20px;
    padding-bottom: 10px;
}

.copyright {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.copyright a {
    color: #ed145b;
    font-family: 'allerbold';
}

.footer-memu {
    float: right;
}

.footer-memu li {
    float: left;
}

.footer-memu li+li {
    margin-left: 30px;
}

.footer-memu li a {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.footer-memu li a:hover {
    color: #ed145b;
}

/* Modern Contact Page */

.contact-modern-page {
    background: #fff;
    color: #20222d;
    overflow-x: hidden;
}

.body-personal .home-original-menu .navbar-header,
.contact-modern-page .contact-original-menu .navbar-header {
    min-height: 60px;
}

.body-personal .home-original-menu .navbar-collapse,
.contact-modern-page .contact-original-menu .navbar-collapse {
    float: none;
    text-align: center;
}

.body-personal .home-original-menu .navbar-nav,
.contact-modern-page .contact-original-menu .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.body-personal .home-original-menu .navbar-nav > li,
.contact-modern-page .contact-original-menu .navbar-nav > li {
    float: left;
}

.contact-modern-page a,
.contact-modern-page button {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact-modern-header {
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #f1e7eb;
    position: relative;
    z-index: 20;
}

.contact-modern-nav {
    min-height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}

.contact-modern-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #20222d;
    text-decoration: none;
    min-width: 215px;
}

.contact-modern-brand:hover {
    color: #20222d;
    text-decoration: none;
}

.contact-modern-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(237, 20, 91, 0.14);
}

.contact-modern-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-modern-brand strong {
    display: block;
    font-family: 'allerbold';
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}

.contact-modern-brand small {
    display: block;
    color: #6f7480;
    font-family: 'allerregular';
    font-size: 10px;
    letter-spacing: 1.7px;
    margin-top: 5px;
    text-transform: uppercase;
}

.contact-modern-menu {
    flex: 1;
    padding: 0;
}

.contact-modern-menu .navbar-nav {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
}

.contact-modern-menu .navbar-nav > li {
    float: none;
}

.contact-modern-menu .navbar-nav > li > a {
    color: #262934;
    font-family: 'allerbold';
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 36px 0 31px;
    position: relative;
    text-transform: uppercase;
}

.contact-modern-menu .navbar-nav > li > a:hover,
.contact-modern-menu .navbar-nav > li.active > a,
.contact-modern-menu .navbar-nav > li.active > a:hover,
.contact-modern-menu .navbar-nav > li.active > a:focus {
    background: transparent;
    color: #ed145b;
}

.contact-modern-menu .navbar-nav > li.active > a:after {
    background: #ed145b;
    bottom: 17px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

.contact-modern-whatsapp,
.contact-modern-whatsapp-wide {
    border: 1px solid #ed145b;
    border-radius: 4px;
    color: #ed145b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'allerbold';
    font-size: 13px;
    letter-spacing: 0.2px;
    min-height: 44px;
    padding: 0 24px;
    text-transform: uppercase;
    white-space: nowrap;
}

.contact-modern-whatsapp:hover,
.contact-modern-whatsapp-wide:hover {
    background: #ed145b;
    color: #fff;
    text-decoration: none;
}

.contact-modern-toggle {
    border: 1px solid #f4cbd8;
    border-radius: 4px;
    margin-left: auto;
}

.contact-modern-toggle .icon-bar {
    background: #ed145b;
}

.contact-modern-hero {
    background-image: url(../images/bg/7.jpg);
    background-position: center;
    background-size: cover;
    min-height: 360px;
    padding: 96px 0 112px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.contact-modern-hero:after {
    background: #fff;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    bottom: -72px;
    content: "";
    height: 138px;
    left: -6%;
    position: absolute;
    right: -6%;
    z-index: 2;
}

.contact-modern-hero-overlay {
    background: linear-gradient(90deg, rgba(117, 18, 46, 0.72), rgba(237, 20, 91, 0.62));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.contact-modern-hero .container {
    position: relative;
    z-index: 3;
}

.contact-modern-hero p {
    color: #fff;
    font-family: 'allerbold';
    font-size: 15px;
    letter-spacing: 11px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.contact-modern-hero h1 {
    color: #fff;
    font-family: 'aller_displayregular';
    font-size: 58px;
    line-height: 1;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.contact-modern-hero h2 {
    color: #fff;
    font-family: 'allerregular';
    font-size: 18px;
    line-height: 1.45;
    margin: 0 auto 22px;
    max-width: 670px;
}

.contact-modern-main {
    padding: 70px 0 62px;
}

.contact-modern-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(310px, 0.78fr);
    gap: 76px;
    margin: 0 auto;
    max-width: 1040px;
}

.contact-modern-section-title h2 {
    color: #222631;
    font-family: 'aller_displayregular';
    font-size: 30px;
    line-height: 1;
    margin: 0 0 34px;
    position: relative;
    text-transform: uppercase;
}

.contact-modern-section-title h2:after {
    background: #ed145b;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 42px;
}

.contact-modern-form label {
    color: #263043;
    display: block;
    font-family: 'allerbold';
    font-size: 13px;
    margin: 0 0 10px;
}

.contact-modern-form .form-control {
    background: #fff;
    border: 1px solid #e7e3e6;
    border-radius: 5px;
    box-shadow: none;
    color: #20222d;
    font-family: 'allerregular';
    font-size: 14px;
    height: 46px;
    margin-bottom: 22px;
    padding: 0 16px;
}

.contact-modern-form textarea.form-control {
    min-height: 118px;
    padding-top: 14px;
}

.contact-modern-form .form-control:focus {
    border-color: #ed145b;
    box-shadow: 0 0 0 3px rgba(237, 20, 91, 0.08);
}

.contact-modern-alert {
    border-radius: 5px;
    font-family: 'allerregular';
    font-size: 14px;
    margin-bottom: 22px;
    padding: 14px 16px;
}

.contact-modern-alert-success {
    background: #eaf8f0;
    color: #1d7c47;
}

.contact-modern-alert-error,
.contact-modern-alert-info {
    background: #fff0f5;
    color: #bf1249;
}

.contact-modern-submit {
    background: #ed145b;
    border: 0;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-family: 'allerbold';
    font-size: 12px;
    min-height: 44px;
    padding: 0 24px;
    text-transform: uppercase;
}

.contact-modern-submit i {
    margin-left: 8px;
}

.contact-modern-submit:hover {
    background: #c90f4a;
}

.contact-modern-info-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.contact-modern-info-list li {
    align-items: center;
    border-bottom: 1px solid #ece7ea;
    display: flex;
    gap: 18px;
    padding: 16px 0;
}

.contact-modern-info-list li:first-child {
    padding-top: 0;
}

.contact-modern-info-list span {
    align-items: center;
    background: #ed145b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.contact-modern-info-list i {
    font-size: 19px;
}

.contact-modern-info-list strong {
    color: #262934;
    display: block;
    font-family: 'allerbold';
    font-size: 15px;
    line-height: 1.35;
}

.contact-modern-info-list small {
    color: #6f7480;
    display: block;
    font-family: 'allerregular';
    font-size: 13px;
    margin-top: 4px;
}

.contact-modern-whatsapp-wide {
    width: 100%;
}

.contact-modern-map {
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(32, 34, 45, 0.08);
    height: 280px;
    margin: 62px auto 0;
    max-width: 1040px;
    overflow: hidden;
}

.contact-modern-map iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.contact-modern-footer {
    border-top: 1px solid #e6e8ee;
    padding: 33px 0;
}

.contact-modern-footer .container {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.contact-modern-footer p {
    color: #6f7480;
    font-family: 'allerregular';
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.contact-modern-social {
    align-items: center;
    display: flex;
    gap: 14px;
}

.contact-modern-social span {
    color: #6f7480;
    font-family: 'allerregular';
    font-size: 14px;
    margin-right: 8px;
}

.contact-modern-social a {
    align-items: center;
    background: #ed145b;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.contact-modern-social a:hover {
    background: #c90f4a;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .body-personal .home-original-menu .navbar-header,
    .contact-modern-page .contact-original-menu .navbar-header {
        min-height: 70px;
    }

    .body-personal .home-original-menu .navbar-nav > li,
    .contact-modern-page .contact-original-menu .navbar-nav > li {
        float: none;
    }

    .contact-modern-nav {
        flex-wrap: wrap;
        gap: 14px;
        min-height: 78px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .contact-modern-whatsapp {
        margin-left: auto;
        padding: 0 16px;
    }

    .contact-modern-menu {
        order: 4;
        width: 100%;
    }

    .contact-modern-menu .navbar-nav {
        align-items: stretch;
        display: block;
        gap: 0;
        padding-top: 10px;
    }

    .contact-modern-menu .navbar-nav > li > a {
        padding: 12px 0;
    }

    .contact-modern-menu .navbar-nav > li.active > a:after {
        bottom: 6px;
        right: auto;
        width: 50px;
    }

    .contact-modern-grid {
        gap: 42px;
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .contact-modern-footer .container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .body-personal .home-original-menu .navbar-header,
    .contact-modern-page .contact-original-menu .navbar-header {
        min-height: 60px;
    }

    .body-personal .home-original-menu .navbar-collapse,
    .contact-modern-page .contact-original-menu .navbar-collapse {
        background: #fff;
        border: 0;
        margin-top: 0;
    }

    .body-personal .home-original-menu .navbar-nav,
    .contact-modern-page .contact-original-menu .navbar-nav {
        display: block;
        margin: 0;
        width: 100%;
    }

    .contact-modern-brand {
        min-width: 0;
    }

    .contact-modern-brand strong {
        font-size: 17px;
    }

    .contact-modern-brand small {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .contact-modern-whatsapp {
        display: none;
    }

    .contact-modern-hero {
        min-height: 245px;
        padding: 82px 0 92px;
    }

    .contact-modern-hero:after {
        bottom: -86px;
    }

    .contact-modern-hero p {
        font-size: 12px;
        letter-spacing: 7px;
    }

    .contact-modern-hero h1 {
        font-size: 43px;
    }

    .contact-modern-hero h2 {
        font-size: 15px;
        max-width: 310px;
    }

    .contact-modern-main {
        padding: 48px 0 44px;
    }

    .contact-modern-section-title h2 {
        font-size: 25px;
    }

    .contact-modern-submit {
        float: none;
        width: 100%;
    }

    .contact-modern-info-list li {
        align-items: flex-start;
    }

    .contact-modern-map {
        height: 230px;
        margin-top: 42px;
    }

    .contact-modern-social {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-modern-social span {
        flex-basis: 100%;
        margin: 0 0 4px;
    }
}


/* ==========================================================================
 	Extra Css
 ========================================================================== */

a, button, .artists-overlay, 
.post-icons, .image-overlay, 
.clients li, .post-content, 
.festival-info h2, .showcase-overlay, 
.products, .products i, .gallery-overlay,
.time-overlay, .owl-prev,
.owl-next, .album-overlay,
.products-icons, .btn.btn-default i,
.btn.btn-primary i, .controls,
.showcase-section i, .vocalist-overlya,
.time:before, .client img, .video-overlay,
.owl-nav i, .jp-controls:before, .jp-playlist li,
.photos-filckr li:hover:before,
.recent-image img, .photos-filckr li img {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
} 


@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller.regular-webfont.woff2') format('woff2'),
         url('../fonts/aller.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aller_lightregular';
    src: url('../fonts/aller_lt-webfont.woff2') format('woff2'),
         url('../fonts/aller_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerbold';
    src: url('../fonts/aller_bd-webfont.woff2') format('woff2'),
         url('../fonts/aller_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'aller_displayregular';
    src: url('../fonts/allerdisplay-webfont.woff2') format('woff2'),
         url('../fonts/allerdisplay-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
video {
	background-color:#333;
}



/*Magnific-popup overwrite CSS*/

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding:12px;
    height: auto;
    object-fit: contain;
}

.mfp-image-holder .mfp-close {
    top:-35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

.cms-clean-album-popup .mfp-title,
.cms-clean-album-popup .mfp-counter {
    display: none;
}

/* CMS: keep uploaded media in the same proportions used by the original theme. */
.cms-album-cover {
    width: 270px;
    height: 290px;
    max-width: 270px;
    max-height: 290px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cms-album-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cms-video-card,
.cms-gallery-photo {
    height: 245px;
    overflow: hidden;
    width: 100%;
}

.cms-video-card img,
.cms-gallery-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.album-photo-gallery .cms-gallery-photo {
    aspect-ratio: 270 / 245;
    height: auto;
    min-height: 245px;
}

.album-photo-gallery .cms-gallery-photo img {
    aspect-ratio: 270 / 245;
}

.cms-recent-photo {
    width: 270px;
    height: 245px;
    max-width: 270px;
    max-height: 245px;
}

.cms-recent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cms-popup-image {
    display: block;
    width: 100%;
    height: 100%;
}

.cms-gallery-photo .cms-popup-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cms-gallery-photo .showcase-overlay {
    z-index: 3;
    pointer-events: none;
}

.video-content {
    height: 360px;
}

.video-content > img,
.gallery-section .gallery-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-section .gallery-image {
    height: 105px;
}

.repertoire-login-box {
    margin: 0 auto;
    max-width: 430px;
}

.repertoire-login-box form,
.repertoire-player {
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(64, 23, 39, .07);
    padding: 26px;
}

.repertoire-login-box label {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.repertoire-login-box input {
    border: 1px solid #ddd;
    height: 46px;
    margin-bottom: 18px;
    padding: 10px 14px;
    width: 100%;
}

.repertoire-login-box button {
    background-color: #ed145b;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 13px 30px;
    text-transform: uppercase;
}

.repertoire-app-link {
    margin: 16px 0 0;
    text-align: center;
}

.repertoire-app-link a {
    align-items: center;
    background-color: #fff5f9;
    border: 1px solid #f2cada;
    border-radius: 999px;
    color: #ed145b;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    padding: 11px 18px;
}

.repertoire-app-link a:hover,
.repertoire-app-link a:focus {
    background-color: #ed145b;
    color: #fff;
}

.repertoire-now {
    color: #777;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.repertoire-now span,
.repertoire-now strong {
    display: block;
}

.repertoire-now strong {
    color: #333;
    font-size: 24px;
    margin-top: 4px;
}

.repertoire-audio {
    margin-bottom: 20px;
    width: 100%;
}

.repertoire-audio-row {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.repertoire-audio-row .repertoire-audio {
    flex: 1;
    margin-bottom: 0;
}

.repertoire-lyrics-button {
    align-items: center;
    background-color: #ed145b;
    border: 0;
    color: #fff;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    width: 48px;
}

.repertoire-lyrics-button:hover,
.repertoire-lyrics-button:focus {
    background-color: #333;
    color: #fff;
}

.repertoire-lyrics-button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.repertoire-playlist {
    display: grid;
    gap: 0;
}

.repertoire-side-card {
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(64, 23, 39, .07);
    overflow: hidden;
    padding-bottom: 20px;
}

.repertoire-side-card .album-image {
    height: 238px;
    margin-bottom: 0;
}

.repertoire-side-card h1,
.repertoire-side-card h2,
.repertoire-side-card h3,
.repertoire-side-stats {
    margin-left: 20px;
    margin-right: 20px;
}

.repertoire-side-card h1 {
    color: #ed145b;
    font-size: 12px;
    letter-spacing: .28em;
    margin-top: 18px;
}

.repertoire-side-card h2 {
    color: #222;
    font-size: 30px;
    line-height: 1.1;
}

.repertoire-side-card h3 {
    color: #777;
    font-size: 15px;
    margin-top: 8px;
    text-transform: none;
}

.repertoire-side-stats {
    border-top: 1px solid #f7dbe6;
    display: grid;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
    margin-top: 18px;
    padding: 16px 0 0;
}

.repertoire-side-stats li {
    align-items: center;
    color: #555;
    display: flex;
    font-size: 13px;
    gap: 10px;
}

.repertoire-side-stats i {
    color: #ed145b;
    font-size: 16px;
    width: 18px;
}

.repertoire-list-head {
    align-items: center;
    border-bottom: 1px solid #f7dbe6;
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.repertoire-list-icon {
    align-items: center;
    background-color: #ffe1ed;
    border-radius: 8px;
    color: #ed145b;
    display: inline-flex;
    flex: 0 0 58px;
    font-size: 26px;
    height: 58px;
    justify-content: center;
}

.repertoire-list-head span:not(.repertoire-list-icon) {
    color: #ed145b;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.repertoire-list-head h2 {
    color: #222;
    font-size: 28px;
    line-height: 1.1;
    margin: 4px 0;
}

.repertoire-list-head p {
    color: #666;
    margin: 0;
}

.repertoire-track-row {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f4e3ea;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 48px;
    padding: 9px 0;
    transition: background-color .2s ease;
}

.repertoire-track-row:hover {
    background-color: #fff8fb;
}

.repertoire-track-row:last-child {
    border-bottom: 0;
}

.repertoire-track {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #333;
    display: flex;
    gap: 14px;
    min-height: 52px;
    padding: 9px 12px;
    text-align: left;
    width: 100%;
}

.repertoire-track:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.repertoire-favorite-form {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}

.repertoire-favorite-button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 50%;
    color: #ed145b;
    display: inline-flex;
    font-size: 19px;
    height: 48px;
    justify-content: center;
    min-height: 48px;
    width: 48px;
}

.repertoire-favorite-button:disabled {
    cursor: wait;
    opacity: .72;
}

.repertoire-favorite-button.active,
.repertoire-favorite-button:hover,
.repertoire-favorite-button:focus {
    background-color: #ed145b;
    color: #fff;
}

.repertoire-track i {
    align-items: center;
    background-color: #ffe1ed;
    border-radius: 50%;
    color: #ed145b;
    display: inline-flex;
    flex: 0 0 34px;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.repertoire-track span,
.repertoire-track small {
    display: block;
}

.repertoire-track small {
    color: #777;
    margin-top: 3px;
}

.repertoire-track.active,
.repertoire-track:hover {
    color: #ed145b;
}

.repertoire-track.active i,
.repertoire-track:hover i {
    background-color: #ed145b;
    color: #fff;
}

.repertoire-track.active small,
.repertoire-track:hover small {
    color: #777;
}

.active-repertoire-card h3 {
    color: #ed145b;
}

body.repertoire-bottom-player-visible {
    padding-bottom: 104px;
}

.repertoire-bottom-player {
    background: linear-gradient(90deg, #94103f, #d81558 54%, #ed3b78);
    bottom: 0;
    box-shadow: 0 -14px 36px rgba(163, 14, 69, .26);
    color: #fff;
    left: 0;
    opacity: 0;
    min-height: 96px;
    padding: 14px 22px;
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 9998;
}

.repertoire-bottom-player.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.repertoire-bottom-inner {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(250px, 330px) minmax(360px, 1fr) minmax(180px, 230px);
    margin: 0 auto;
    max-width: 1540px;
}

.repertoire-bottom-info {
    align-items: center;
    display: flex;
    gap: 14px;
    min-width: 0;
}

.repertoire-bottom-info img {
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    flex: 0 0 64px;
    height: 64px;
    object-fit: cover;
    width: 64px;
}

.repertoire-bottom-info div {
    min-width: 0;
}

.repertoire-bottom-info strong,
.repertoire-bottom-info small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.repertoire-bottom-info strong {
    font-size: 18px;
    line-height: 1.2;
}

.repertoire-bottom-info small {
    color: rgba(255, 255, 255, .82);
    margin-top: 4px;
}

.repertoire-bottom-info span {
    background-color: rgba(255, 255, 255, .16);
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    margin-top: 7px;
    padding: 3px 10px;
}

.repertoire-bottom-controls {
    align-items: center;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 34px 34px 54px 34px 34px minmax(150px, 1fr) minmax(90px, 120px) 34px auto 38px 34px;
    justify-content: center;
}

.repertoire-bottom-controls audio {
    display: none;
}

.repertoire-bottom-control {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.repertoire-bottom-control:hover,
.repertoire-bottom-control:focus {
    color: #ffd8e7;
}

.repertoire-bottom-play {
    background-color: #fff;
    border-radius: 50%;
    color: #ed145b;
    font-size: 20px;
    height: 54px;
    width: 54px;
}

.repertoire-bottom-control.active {
    background-color: rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff;
}

.repertoire-bottom-play:hover,
.repertoire-bottom-play:focus {
    background-color: #fff5f9;
    color: #ed145b;
}

.repertoire-bottom-progress {
    align-items: center;
    display: grid;
    grid-column: auto;
    gap: 10px;
    grid-row: auto;
    grid-template-columns: 46px minmax(150px, 1fr) 46px;
}

.repertoire-bottom-progress span {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    text-align: center;
}

.repertoire-bottom-progress input[type="range"] {
    accent-color: #fff;
    width: 100%;
}

.repertoire-bottom-lyrics {
    background-color: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    gap: 7px;
    padding: 0 15px;
    width: auto;
}

.repertoire-bottom-favorite,
.repertoire-bottom-list,
.repertoire-bottom-collapse {
    background-color: rgba(82, 8, 36, .18);
    border-radius: 50%;
}

.repertoire-bottom-favorite.active {
    background-color: #fff;
    color: #ed145b;
}

.repertoire-bottom-volume {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 18px minmax(70px, 1fr);
}

.repertoire-bottom-volume input[type="range"] {
    accent-color: #fff;
    width: 100%;
}

.repertoire-bottom-meta {
    color: rgba(255, 255, 255, .84);
    display: grid;
    gap: 4px;
    justify-items: end;
    min-width: 0;
}

.repertoire-bottom-meta strong {
    text-align: right;
}

.repertoire-bottom-meta strong,
.repertoire-bottom-meta span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.repertoire-bottom-meta strong {
    color: #fff;
    font-size: 14px;
}

.repertoire-bottom-meta span {
    font-size: 12px;
}

.repertoire-mini-player {
    align-items: center;
    background: linear-gradient(135deg, #94103f, #ed145b);
    border: 0;
    border-radius: 999px;
    bottom: 22px;
    box-shadow: 0 12px 30px rgba(163, 14, 69, .28);
    color: #fff;
    display: none;
    gap: 9px;
    max-width: min(280px, calc(100vw - 32px));
    padding: 12px 18px;
    position: fixed;
    right: 22px;
    z-index: 9997;
}

.repertoire-mini-player.open {
    display: inline-flex;
}

.repertoire-mini-player span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.repertoire-player-drawer {
    background-color: transparent;
    bottom: 104px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: auto;
    transition: opacity .2s ease;
    z-index: 9999;
}

.repertoire-player-drawer.open {
    opacity: 1;
    pointer-events: auto;
}

.repertoire-player-drawer-panel {
    background-color: #fff;
    border: 1px solid #f4dbe4;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -18px 45px rgba(68, 15, 38, .2);
    height: auto;
    margin: 0 auto;
    max-height: min(68vh, 620px);
    max-width: 1540px;
    overflow-y: auto;
    padding: 22px;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(18px);
    transition: transform .25s ease;
    width: calc(100% - 44px);
}

.repertoire-player-drawer.open .repertoire-player-drawer-panel {
    transform: translateY(0);
}

.repertoire-player-drawer-close {
    align-items: center;
    background-color: #fff5f9;
    border: 1px solid #f2cada;
    border-radius: 50%;
    color: #ed145b;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 36px;
}

.repertoire-player-drawer-head span {
    color: #ed145b;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.repertoire-player-drawer-head h2 {
    color: #21131a;
    font-size: 26px;
    line-height: 1.15;
    margin: 6px 48px 4px 0;
}

.repertoire-player-drawer-head p {
    color: #776670;
    margin-bottom: 18px;
}

.repertoire-drawer-tabbar {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    margin-bottom: 18px;
}

.repertoire-drawer-arrow {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2cada;
    border-radius: 50%;
    color: #ed145b;
    display: inline-flex;
    font-size: 22px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.repertoire-drawer-arrow:hover,
.repertoire-drawer-arrow:focus {
    background-color: #fff2f7;
}

.repertoire-drawer-tabs {
    display: grid;
    gap: 10px;
    grid-auto-columns: minmax(180px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.repertoire-drawer-tab {
    background-color: #fff8fb;
    border: 1px solid #f3d5e0;
    border-radius: 8px;
    color: #35232b;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 3px;
    justify-content: space-between;
    min-width: 180px;
    padding: 13px 15px;
    text-align: left;
}

.repertoire-drawer-tab.active {
    background-color: #ed145b;
    border-color: #ed145b;
    color: #fff;
}

.repertoire-drawer-tab.playing:not(.active) {
    border-color: #ed145b;
    box-shadow: inset 0 0 0 1px rgba(237, 20, 91, .12);
}

.repertoire-drawer-tab span {
    font-size: 12px;
    opacity: .74;
}

.repertoire-drawer-list {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr;
}

.repertoire-drawer-row {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 8px;
    color: #21131a;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 46px;
    min-height: 72px;
    padding: 0 10px 0 0;
}

.repertoire-drawer-row.active {
    background-color: #fff2f7;
    border-color: #ed145b;
}

.repertoire-drawer-playline {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: inherit;
    display: grid;
    gap: 16px;
    grid-template-columns: 38px 56px minmax(0, 1fr) 72px;
    min-height: 70px;
    padding: 10px 0 10px 14px;
    text-align: left;
    width: 100%;
}

.repertoire-drawer-playline:hover,
.repertoire-drawer-playline:focus {
    color: #ed145b;
}

.repertoire-drawer-row img {
    border-radius: 7px;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.repertoire-drawer-copy {
    min-width: 0;
}

.repertoire-drawer-copy strong,
.repertoire-drawer-copy small,
.repertoire-drawer-copy em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.repertoire-drawer-copy strong {
    font-size: 15px;
}

.repertoire-drawer-copy small {
    color: #66575f;
    font-size: 12px;
}

.repertoire-drawer-copy em {
    color: #ed145b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    margin-top: 2px;
}

.repertoire-drawer-number,
.repertoire-drawer-time {
    color: #8a7680;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.repertoire-drawer-favorite {
    align-items: center;
    background-color: #fff5f9;
    border: 1px solid #f2cada;
    border-radius: 50%;
    color: #ed145b;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    justify-self: center;
    width: 38px;
}

.repertoire-drawer-favorite.active {
    background-color: #ed145b;
    border-color: #ed145b;
    color: #fff;
}

.repertoire-drawer-favorite:disabled {
    opacity: .55;
}

.repertoire-drawer-empty {
    border: 1px solid #f2d6e1;
    border-radius: 8px;
    color: #776670;
    padding: 18px;
}

.repertoire-bottom-lyrics span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.client-playlist-page {
    background-color: #fff9fb;
}

.client-playlist-hero {
    align-items: stretch;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(64, 23, 39, .07);
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
    margin-bottom: 26px;
    overflow: hidden;
}

.client-playlist-cover {
    min-height: 320px;
}

.client-playlist-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.client-playlist-copy {
    align-self: center;
    padding: 38px 36px 38px 10px;
}

.client-playlist-copy > span {
    color: #ed145b;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.client-playlist-copy h1 {
    color: #222;
    font-size: 42px;
    line-height: 1.08;
    margin: 0 0 12px;
}

.client-playlist-copy p {
    color: #666;
    font-size: 16px;
    margin-bottom: 18px;
}

.client-playlist-status {
    align-items: center;
    background-color: #fff4f8;
    border: 1px solid #f2d6e1;
    border-radius: 999px;
    color: #ed145b;
    display: inline-flex;
    gap: 9px;
    padding: 9px 15px;
}

.client-playlist-list {
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(64, 23, 39, .07);
    padding: 26px;
}

.client-playlist-row {
    align-items: center;
    border-bottom: 1px solid #f4e3ea;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 46px;
    padding: 10px 0;
}

.client-playlist-row:last-child {
    border-bottom: 0;
}

.client-playlist-track {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #333;
    display: flex;
    gap: 14px;
    padding: 8px 10px;
    text-align: left;
    width: 100%;
}

.client-playlist-track i {
    align-items: center;
    background-color: #ffe1ed;
    border-radius: 50%;
    color: #ed145b;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.client-playlist-track span,
.client-playlist-track em,
.client-playlist-track strong,
.client-playlist-track small {
    display: block;
}

.client-playlist-track em {
    color: #ed145b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-playlist-track strong {
    color: #222;
    font-size: 16px;
    margin-top: 2px;
}

.client-playlist-track small {
    color: #777;
    margin-top: 3px;
}

.client-playlist-track.active,
.client-playlist-track:hover {
    color: #ed145b;
}

.client-playlist-track.active i,
.client-playlist-track:hover i {
    background-color: #ed145b;
    color: #fff;
}

.client-playlist-lyrics {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 50%;
    color: #ed145b;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.client-playlist-lyrics:hover,
.client-playlist-lyrics:focus {
    background-color: #ed145b;
    color: #fff;
}

.repertoire-lyrics-modal {
    align-items: center;
    background-color: rgba(17, 17, 17, .76);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 22px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.repertoire-lyrics-modal.open {
    display: flex;
}

.repertoire-lyrics-dialog {
    background-color: #fffdf8;
    border: 1px solid #eadfce;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .32);
    color: #333;
    max-height: 82vh;
    max-width: 680px;
    overflow: auto;
    padding: 34px;
    position: relative;
    width: 100%;
}

.repertoire-lyrics-dialog > span {
    color: #ed145b;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.repertoire-lyrics-dialog h2 {
    color: #333;
    font-family: Georgia, serif;
    font-size: 30px;
    margin: 0 42px 22px 0;
}

.repertoire-lyrics-body {
    color: #444;
    font-size: 17px;
    line-height: 1.8;
}

.repertoire-lyrics-close {
    align-items: center;
    background-color: transparent;
    border: 1px solid #eadfce;
    color: #333;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 36px;
}

.repertoire-lyrics-close:hover,
.repertoire-lyrics-close:focus {
    background-color: #ed145b;
    border-color: #ed145b;
    color: #fff;
}

@media (max-width: 600px) {
    .repertoire-audio-row {
        align-items: stretch;
        flex-direction: column;
    }

    .repertoire-lyrics-button {
        flex-basis: 44px;
        width: 100%;
    }

    .repertoire-lyrics-dialog {
        padding: 28px 22px;
    }

    .repertoire-track-row {
        grid-template-columns: minmax(0, 1fr) 46px;
    }

    .repertoire-list-head {
        align-items: flex-start;
    }

    .repertoire-list-icon {
        flex-basis: 48px;
        height: 48px;
    }

    .repertoire-favorite-button {
        height: 46px;
        min-height: 46px;
        width: 46px;
    }

    .repertoire-bottom-inner {
        grid-template-columns: 1fr;
    }

    .repertoire-bottom-controls {
        grid-template-columns: 34px 34px 48px 34px 34px;
    }

    .repertoire-bottom-player {
        padding: 12px 14px;
    }

    .repertoire-bottom-info img {
        flex-basis: 54px;
        height: 54px;
        width: 54px;
    }

    .repertoire-bottom-controls {
        gap: 8px;
    }

    .repertoire-bottom-progress {
        grid-column: 1 / -1;
        grid-template-columns: 38px minmax(80px, 1fr) 38px;
    }

    .repertoire-bottom-lyrics {
        justify-content: center;
        min-width: 92px;
        width: auto;
    }

    .repertoire-bottom-volume,
    .repertoire-bottom-lyrics,
    .repertoire-bottom-list,
    .repertoire-bottom-collapse {
        grid-column: auto;
    }

    .repertoire-bottom-volume {
        display: none;
    }

    .repertoire-bottom-meta {
        justify-items: start;
    }

    .repertoire-player-drawer-panel {
        height: auto;
        max-height: calc(100vh - 128px);
        max-width: none;
        width: calc(100% - 28px);
    }

    .client-playlist-hero {
        grid-template-columns: 1fr;
    }

    .client-playlist-cover {
        min-height: 240px;
    }

    .client-playlist-copy {
        padding: 24px;
    }

    .client-playlist-copy h1 {
        font-size: 32px;
    }

    .client-playlist-list {
        padding: 18px;
    }
}

.home-banner .album-info,
.home-banner .home-audio-playlist {
    display: none;
}

.client-menu-toggle {
    align-items: center;
    background-color: #ed145b;
    border: 0;
    box-shadow: 0 12px 30px rgba(237, 20, 91, .28);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 9px;
    letter-spacing: .06em;
    min-height: 44px;
    padding: 12px 16px;
    text-transform: uppercase;
}

.client-menu-toggle span {
    color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.repertoire-head-menu {
    flex-shrink: 0;
    margin-left: auto;
}

.client-playlist-menu {
    margin-top: 16px;
}

.client-menu-open {
    overflow: hidden;
}

.client-area-overlay {
    background-color: rgba(25, 9, 17, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .25s ease;
    z-index: 1490;
}

.client-area-panel {
    background:
        radial-gradient(circle at 0 0, rgba(237, 20, 91, .12), transparent 34%),
        linear-gradient(180deg, #fff, #fff8fb);
    bottom: 0;
    box-shadow: -22px 0 45px rgba(36, 12, 24, .22);
    max-width: calc(100vw - 32px);
    overflow-y: auto;
    padding: 28px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform .25s ease;
    width: 360px;
    z-index: 1500;
}

.client-menu-open .client-area-overlay {
    opacity: 1;
    pointer-events: auto;
}

.client-menu-open .client-area-panel {
    transform: translateX(0);
}

.client-area-panel-head {
    align-items: flex-start;
    border-bottom: 1px solid #f0dce4;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 18px;
}

.client-area-nav-head span {
    color: #ed145b;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.client-area-nav-head strong {
    color: #351223;
    display: block;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    margin-top: 2px;
}

.client-area-nav-head h3 {
    color: #351223;
    font-size: 24px;
    margin: 6px 0 2px;
}

.client-menu-close {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f0dce4;
    color: #ed145b;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.client-area-nav {
    display: grid;
    gap: 10px;
}

.client-area-nav-link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f0dce4;
    color: #5d5360;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    min-height: 46px;
    padding: 12px 14px;
    text-transform: uppercase;
}

.client-area-nav-link i {
    color: #ed145b;
}

.client-area-nav-link:hover,
.client-area-nav-link:focus,
.client-area-nav-link.active {
    background-color: #ed145b;
    border-color: #ed145b;
    color: #fff;
    text-decoration: none;
}

.client-area-nav-link:hover i,
.client-area-nav-link:focus i,
.client-area-nav-link.active i {
    color: #fff;
}

.client-area-nav-exit {
    background-color: #351223;
    border-color: #351223;
    color: #fff;
}

.client-area-nav-exit i {
    color: #ff8fb7;
}

.client-dashboard {
    background-color: #fff9fb;
}

.client-hero-panel {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(64, 23, 39, .88), rgba(237, 20, 91, .45)),
        url('../images/bg/mainSlider/image2.png') center/cover;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    padding: 30px;
}

.client-hero-panel span,
.client-summary-card span,
.client-entry-head span {
    color: #ed145b;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-hero-panel .client-menu-toggle span,
.repertoire-list-head .client-menu-toggle span,
.client-playlist-copy .client-menu-toggle span {
    color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.client-hero-panel h1 {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 400;
    margin: 6px 0;
}

.client-hero-panel p {
    color: rgba(255, 255, 255, .82);
    margin: 0;
}

.client-hero-button,
.client-choice-side button {
    background-color: #ed145b;
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 12px 18px;
    text-transform: uppercase;
}

.client-hero-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.client-status-pill {
    align-items: center;
    background-color: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    display: inline-flex;
    gap: 9px;
    padding: 10px 13px;
}

.client-status-pill i {
    color: #ff8fb7;
}

.client-status-pill strong {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.client-summary-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 30px;
}

.client-summary-card,
.client-entry-card,
.client-choice-side {
    background-color: #fff;
    border: 1px solid #eadfce;
    box-shadow: 0 16px 38px rgba(17, 17, 17, .08);
}

.client-summary-card {
    padding: 22px;
}

.client-summary-card strong {
    color: #333;
    display: block;
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    margin-top: 6px;
}

.client-choice-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.client-entry-card {
    margin-bottom: 18px;
    padding: 22px;
}

.client-entry-head {
    align-items: center;
    border-bottom: 1px solid #eadfce;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.client-entry-head h3 {
    color: #333;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    margin: 5px 0 0;
}

.client-entry-head a {
    color: #ed145b;
    font-weight: 700;
    text-transform: uppercase;
}

.client-cortejo-form {
    display: grid;
    gap: 16px;
}

.client-order-toolbar {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    box-shadow: 0 14px 34px rgba(237, 20, 91, .08);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    padding: 14px;
}

.client-order-toolbar span,
.client-order-toolbar strong {
    display: block;
}

.client-order-toolbar span {
    color: #ed145b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-order-toolbar strong {
    color: #333;
    font-size: 14px;
    margin-top: 3px;
}

.client-order-toolbar small {
    color: #8a7a7d;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.client-order-toolbar button {
    align-items: center;
    border: 0;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    min-height: 42px;
    padding: 0 15px;
    text-transform: uppercase;
}

.client-order-edit {
    background-color: #ed145b;
}

.client-order-save {
    background-color: #333;
    display: none !important;
}

.client-order-cancel {
    background-color: #a87a7a;
    display: none !important;
}

.client-order-editing .client-order-edit {
    display: none !important;
}

.client-order-editing .client-order-save,
.client-order-editing .client-order-cancel {
    display: inline-flex !important;
}

.client-cortejo-form.is-order-editing .client-stage-card {
    border-left-color: #c01853;
}

.client-stage-card {
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-left: 4px solid #ed145b;
    box-shadow: 0 14px 34px rgba(237, 20, 91, .08);
    position: relative;
    padding: 16px;
}

.client-stage-head {
    align-items: center;
    background-color: #fff4f8;
    display: flex;
    gap: 14px;
    margin-bottom: 12px;
    padding: 14px 62px 14px 16px;
    position: relative;
}

.client-stage-toggle {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(17, 17, 17, .08);
    color: #ed145b;
    display: flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 34px;
}

.client-stage-toggle:hover,
.client-stage-toggle:focus {
    border-color: #ed145b;
}

.client-stage-card.is-collapsed .client-cortejo-list {
    display: none;
}

.client-stage-head > i,
.client-cortejo-icon {
    align-items: center;
    background-color: #fff;
    color: #ed145b;
    display: flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.client-stage-toggle i {
    display: block;
    font-size: 18px;
    line-height: 1;
}

.client-stage-head > div {
    min-width: 0;
}

.client-stage-head span {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.client-stage-head p {
    color: #777;
    margin: 4px 0 0;
}

.client-cortejo-list {
    display: grid;
    gap: 10px;
    min-height: 24px;
    transition: background-color .2s ease, outline-color .2s ease;
}

.client-cortejo-list.is-drop-target {
    background-color: #fff4f8;
    outline: 1px dashed #ed145b;
    outline-offset: 4px;
}

.client-cortejo-row {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px) 42px;
    min-height: 76px;
    padding: 12px;
}

.client-order-editing .client-cortejo-row {
    grid-template-columns: 52px minmax(0, 1fr) minmax(240px, 320px) 42px 42px;
}

.client-cortejo-form.is-order-editing .client-cortejo-row {
    background-color: #fffafd;
}

.client-cortejo-row[draggable="true"] .client-drag-handle {
    cursor: grab;
}

.client-cortejo-row.is-dragging {
    opacity: .5;
}

.client-cortejo-row:hover {
    border-color: #edb4cb;
    box-shadow: 0 10px 24px rgba(237, 20, 91, .08);
}

.client-cortejo-info strong,
.client-cortejo-info small,
.client-cortejo-info em {
    display: block;
}

.client-cortejo-info strong {
    color: #333;
}

.client-cortejo-info small {
    color: #555;
    margin-top: 4px;
}

.client-cortejo-info em {
    background-color: #fff4f8;
    color: #ed145b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    margin-top: 7px;
    padding: 4px 8px;
    width: max-content;
}

.client-cortejo-select select {
    border: 1px solid #f2d6e1;
    color: #333;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.client-row-delete {
    background-color: transparent;
    border: 1px solid #d9b0a8;
    color: #b94d4d;
    height: 42px;
    width: 42px;
}

.client-row-delete:hover,
.client-row-delete:focus {
    background-color: #fff5f3;
}

.client-drag-handle {
    cursor: grab;
    display: none;
    touch-action: none;
    user-select: none;
}

.client-order-editing .client-drag-handle {
    display: flex;
}

.client-drag-handle:active {
    cursor: grabbing;
}

.client-order-actions {
    display: none;
    gap: 4px;
}

.client-order-editing .client-order-actions {
    display: grid;
}

.client-order-move {
    align-items: center;
    background-color: #fff4f8;
    border: 1px solid #f2d6e1;
    color: #ed145b;
    display: flex;
    height: 19px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.client-order-move:hover,
.client-order-move:focus {
    background-color: #ed145b;
    color: #fff;
}

.client-approval-box {
    background-color: #fff;
    border: 1px solid #f2d6e1;
    box-shadow: 0 14px 34px rgba(237, 20, 91, .08);
    padding: 18px;
}

.client-approval-box label {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.client-approval-box textarea {
    border: 1px solid #f2d6e1;
    height: 110px;
    margin-bottom: 12px;
    padding: 12px;
    resize: vertical;
    width: 100%;
}

.client-approval-box button {
    background-color: #ed145b;
    border: 0;
    color: #fff;
    font-weight: 700;
    margin: 0 8px 0 0;
    padding: 12px 18px;
    text-transform: uppercase;
}

.client-approval-box button:disabled,
.client-choice-side button:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.client-entry-builder,
.client-assignment-list {
    display: grid;
    gap: 12px;
}

.client-plan-entry,
.client-assignment-row {
    background-color: #f8f4ee;
    border: 1px solid #eadfce;
}

.client-plan-entry {
    padding: 16px;
}

.client-plan-entry-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.client-plan-entry-head span {
    color: #ed145b;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-plan-entry-head h4 {
    color: #333;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    margin: 4px 0 0;
}

.client-plan-entry-head a,
.client-small-danger {
    background: transparent;
    border: 1px solid #ed145b;
    color: #ed145b;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 10px;
    text-transform: uppercase;
}

.client-small-danger {
    border-color: #b94d4d;
    color: #b94d4d;
}

.client-plan-preview {
    display: grid;
    gap: 8px;
}

.client-plan-preview p {
    color: #777;
    margin: 0;
}

.client-plan-preview span {
    background-color: #fff;
    border-left: 3px solid #ed145b;
    color: #333;
    display: block;
    font-weight: 700;
    padding: 9px 11px;
}

.client-entry-add {
    align-items: end;
    border-top: 1px solid #eadfce;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 190px 110px 180px;
    margin-top: 18px;
    padding-top: 18px;
}

.client-entry-add label {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.client-entry-add input,
.client-entry-add select,
.client-assignment-row select {
    border: 1px solid #d8cabb;
    color: #333;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.client-entry-add button {
    background-color: #ed145b;
    border: 0;
    color: #fff;
    font-weight: 700;
    min-height: 44px;
    padding: 10px 14px;
    text-transform: uppercase;
}

.client-track-list {
    display: grid;
    gap: 10px;
}

.client-track-option {
    align-items: center;
    background-color: #f8f4ee;
    border: 1px solid #eadfce;
    cursor: pointer;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 13px 14px;
}

.client-track-option input {
    accent-color: #ed145b;
}

.client-track-option strong,
.client-track-option small {
    display: block;
}

.client-track-option small {
    color: #777;
    margin-top: 3px;
}

.client-empty {
    color: #777;
}

.client-choice-side {
    border-color: #f2d6e1;
    box-shadow: 0 14px 34px rgba(237, 20, 91, .08);
    padding: 20px;
    position: sticky;
    top: 95px;
}

.client-choice-side h3 {
    color: #333;
    font-family: Georgia, serif;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 14px;
}

.client-mini-summary {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.client-mini-summary span {
    background-color: #f8f4ee;
    border: 1px solid #eadfce;
    color: #555;
    display: block;
    padding: 12px;
}

.client-mini-summary strong {
    color: #b8872d;
    display: block;
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 400;
}

.client-favorite-preview {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.client-favorite-preview span {
    background-color: #f8f4ee;
    border: 1px solid #eadfce;
    color: #333;
    display: block;
    font-weight: 700;
    padding: 9px 11px;
}

.client-favorite-preview small {
    color: #777;
    display: block;
    font-weight: 400;
    margin-top: 4px;
}

.client-side-title {
    align-items: center;
    border-bottom: 1px solid #f2d6e1;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

.client-side-title > i {
    align-items: center;
    background-color: #fff4f8;
    color: #ed145b;
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.client-side-title span {
    color: #ed145b;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-side-title h3 {
    margin: 2px 0 0;
}

.client-favorite-list {
    display: grid;
    gap: 10px;
}

.client-favorite-card {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2d6e1;
    box-shadow: 0 8px 20px rgba(237, 20, 91, .06);
    display: grid;
    gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    margin: 0;
    padding: 10px;
}

.client-favorite-icon,
.client-favorite-heart {
    align-items: center;
    background-color: #fff4f8;
    color: #ed145b;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.client-favorite-copy strong,
.client-favorite-copy small,
.client-favorite-copy em {
    display: block;
}

.client-favorite-copy strong {
    color: #333;
    font-size: 14px;
}

.client-favorite-copy small {
    color: #777;
    font-size: 12px;
    margin-top: 2px;
}

.client-favorite-copy em {
    color: #ed145b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    margin-top: 5px;
}

.client-favorite-heart {
    border: 0;
    border-radius: 50%;
    padding: 0;
}

.client-favorite-heart:hover,
.client-favorite-heart:focus {
    background-color: #ed145b;
    color: #fff;
}

.client-assignment-row {
    cursor: default;
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 13px;
}

.client-assignment-row strong,
.client-assignment-row small {
    display: block;
}

.client-assignment-row strong {
    color: #333;
}

.client-assignment-row small {
    color: #777;
}

.client-choice-side > form > label {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.client-choice-side textarea {
    border: 1px solid #d8cabb;
    height: 120px;
    margin-bottom: 12px;
    padding: 12px;
    resize: vertical;
    width: 100%;
}

.client-choice-side button {
    margin-top: 8px;
    width: 100%;
}

.client-choice-side .client-favorite-heart {
    background-color: #fff4f8;
    border-radius: 50%;
    color: #ed145b;
    min-height: 38px;
    margin-top: 0;
    padding: 0;
    width: 38px;
}

.client-submit-approval {
    background-color: #333 !important;
}

.client-folder-section {
    margin-top: 42px;
}

.client-repertoire-albums .album-image {
    aspect-ratio: 4 / 3;
}

.client-repertoire-albums .album-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.client-folder-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-folder-card {
    background-color: #fff;
    border: 1px solid #eadfce;
    box-shadow: 0 12px 30px rgba(17, 17, 17, .08);
    color: #333;
    display: block;
    min-height: 100%;
    padding-bottom: 15px;
}

.client-folder-card:hover,
.client-folder-card:focus {
    color: #ed145b;
}

.client-folder-cover {
    aspect-ratio: 4 / 3;
    background-color: #f8f4ee;
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
}

.client-folder-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.client-folder-meta,
.client-folder-card strong {
    display: block;
    padding: 0 14px;
}

.client-folder-meta {
    color: #ed145b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.client-folder-card strong {
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .client-choice-layout,
    .client-summary-grid,
    .client-entry-add,
    .client-cortejo-row {
        grid-template-columns: 1fr;
    }

    .client-order-toolbar {
        grid-template-columns: 1fr;
    }

    .client-order-toolbar button {
        justify-content: center;
        width: 100%;
    }

    .client-order-editing .client-cortejo-row {
        grid-template-columns: 46px minmax(0, 1fr) 46px;
    }

    .client-order-editing .client-cortejo-info {
        grid-column: 2 / -1;
    }

    .client-order-editing .client-cortejo-select {
        grid-column: 1 / -1;
    }

    .client-order-editing .client-row-delete {
        grid-column: 1 / 2;
    }

    .client-order-editing .client-order-actions {
        display: flex;
        grid-column: 2 / -1;
    }

    .client-order-editing .client-order-move {
        flex: 1;
        height: 38px;
    }

    .client-choice-side {
        position: static;
    }

    .client-folder-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .client-menu-toggle {
        justify-content: center;
        width: 100%;
    }

    .client-area-panel {
        padding: 24px 20px;
        width: 320px;
    }

    .client-hero-panel,
    .client-entry-head,
    .client-plan-entry-head,
    .client-stage-head {
        display: block;
    }

    .client-hero-panel {
        padding: 26px 22px;
    }

    .client-hero-panel h1 {
        font-size: 34px;
    }

    .client-hero-button,
    .client-entry-head a {
        margin-top: 14px;
    }

    .client-hero-actions {
        align-items: flex-start;
        display: grid;
        gap: 10px;
        margin-top: 16px;
    }

    .client-approval-box button {
        margin: 8px 0 0;
        width: 100%;
    }

    .client-folder-grid {
        grid-template-columns: 1fr;
    }
}

/* Ajustes de estabilidade visual do repertorio online */
.repertoire-player,
.repertoire-side-card,
.repertoire-bottom-player,
.client-dashboard,
.client-choice-layout,
.client-cortejo-row,
.client-hero-panel {
    box-sizing: border-box;
}

.repertoire-player *,
.repertoire-side-card *,
.repertoire-bottom-player *,
.client-dashboard *,
.client-choice-layout * {
    box-sizing: border-box;
}

.repertoire-track,
.repertoire-track span,
.client-cortejo-info,
.client-favorite-copy,
.client-hero-panel > div {
    min-width: 0;
}

.repertoire-track strong,
.client-cortejo-info strong,
.client-favorite-copy strong {
    overflow-wrap: anywhere;
}

.repertoire-bottom-inner {
    width: min(1540px, 100%);
}

.repertoire-bottom-controls {
    min-width: 0;
}

.client-hero-panel {
    gap: 18px;
}

.client-hero-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.client-hero-button,
.client-status-pill,
.client-order-toolbar button,
.client-approval-box button {
    white-space: normal;
}

.client-cortejo-info em {
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    body.repertoire-bottom-player-visible {
        padding-bottom: 190px;
    }

    .repertoire-bottom-inner {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .repertoire-bottom-controls {
        grid-template-columns: 34px 34px 50px 34px 34px 38px 38px 34px;
    }

    .repertoire-bottom-progress {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .repertoire-bottom-volume {
        display: none;
    }

    .repertoire-bottom-meta {
        justify-items: start;
    }

    .repertoire-player-drawer {
        bottom: 190px;
    }

    .repertoire-drawer-list {
        grid-template-columns: 1fr;
    }

    .repertoire-drawer-tabbar {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
    }

    .repertoire-drawer-arrow {
        height: 38px;
        width: 38px;
    }

    .client-hero-panel {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 1fr;
    }

    .client-hero-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    body.repertoire-bottom-player-visible {
        padding-bottom: 250px;
    }

    .repertoire-bottom-controls {
        grid-template-columns: repeat(5, 1fr);
    }

    .repertoire-bottom-progress,
    .repertoire-bottom-lyrics {
        grid-column: 1 / -1;
    }

    .repertoire-bottom-list,
    .repertoire-bottom-collapse {
        grid-column: auto;
    }

    .repertoire-player-drawer {
        bottom: 250px;
    }

    .repertoire-player-drawer-panel {
        padding: 18px 14px;
        width: calc(100% - 20px);
    }

    .repertoire-drawer-tab {
        min-width: 154px;
        padding: 10px 12px;
    }

    .repertoire-drawer-row {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) 42px;
        min-height: 62px;
        padding: 0 8px 0 0;
    }

    .repertoire-drawer-playline {
        gap: 10px;
        grid-template-columns: 28px 44px minmax(0, 1fr) 42px;
        min-height: 60px;
        padding: 8px 0 8px 10px;
    }

    .repertoire-drawer-row img {
        height: 44px;
        width: 44px;
    }

    .repertoire-drawer-favorite {
        height: 34px;
        width: 34px;
    }

    .repertoire-bottom-control,
    .repertoire-bottom-play {
        justify-self: center;
    }

    .repertoire-list-head {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .client-order-editing .client-cortejo-row,
    .client-cortejo-row {
        grid-template-columns: 1fr;
    }

    .client-order-editing .client-cortejo-info,
    .client-order-editing .client-cortejo-select,
    .client-order-editing .client-row-delete,
    .client-order-editing .client-order-actions {
        grid-column: auto;
    }

    .client-order-actions {
        width: 100%;
    }
}
