/*------------------------------------------------------------

Project:	TheArtist WordPress
Version:	1.2.1
Date: 04-06-2016

==== TABLE OF CONTENTS ====

1.0 - General Styles
2.0 - Header Audio Player
	2.1 - Header Bar - General rules
	2.2 - First Header Bar Style
	2.3 - Second Header Bar Style
	2.4 - Soundcloud Audio Player
3.0 - Home Header Slider - Revolution Slider
4.0 - Album Post
	4.1 - Album Single
	4.2 - Similar Albums
	4.3 - Album Filters
5.0 - Events
	5.1 - Event Single
	5.2 - CountDown Next Event
6.0 - VC Photo Gallery
7.0 - Latest News Home
	7.1 - Subscribe Home
	7.2 - Blog Single
	7.3 - Comments
	7.4 - Post navigation
	7.5 - Sidebar
8.0 - Artists
	8.1 - Band Page
9.0 - Contact Home
10.0 - Footer
	10.1 - Tweets Home Floated
11.0 - Header position when admin bar is visible
12.0 - Woocommerce
	12.1 Products
13.0 - Assets
	13.1 - Preloader
	13.2 - Header Bars Animation
	13.3 - Visual Composer Styles
	13.4 - LESS Mixins
	13.5 - Animations
14.0 - Dark Theme Colors
	14.1 - Base Color Rules
--------------------------------------------------------------
NOTE: This 'css' file is converted from the original 'less' file located in 'assets/less' folder.

--------------------------------------------------------------
1.0 - General Styles
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}
body.dark {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 15px 0 0;
  font-weight: 800;
}
.title-shop-sidebar {
  margin-top: 0 !important;
}
h1 {
  font-size: 36px;
  line-height: 36px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 15px 0 0;
}
ul {
  list-style-type: none;
  list-style: none;
}
html,
body {
  position: relative;
}
a {
  font-weight: 400;
  outline: 0 !important;
}
.category-head {
  text-align: center;
}
.category-head h1 {
  font-style: italic;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
}
.category-head p {
  margin: 15px auto 0 auto;
  max-width: 800px;
}
.category-head.vc_cat_head .head_content {
  margin: 0 auto;
  max-width: 800px;
}
.category-head.vc_cat_head .head_content p {
  margin: 0;
  max-width: auto;
}
.button-container {
  display: block;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.button-container.no-padding {
  padding: 0;
}
.button-container .tabtn-dark {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 30px;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button-container .tabtn-dark:after {
  content: '';
  display: block;
  position: absolute;
  right: -7px;
  top: 0;
  width: 14px;
  height: 40px;
  background: #333333;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button-container .tabtn-dark:before {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  width: 14px;
  height: 40px;
  background: #333333;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button-container .tabtn-dark:hover {
  background: #ed145b;
}
.button-container .tabtn-dark:hover:before,
.button-container .tabtn-dark:hover:after {
  background: #ed145b;
}
/*--------------------------------------------------------------
2.0 - Header Audio Player
--------------------------------------------------------------*/
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist {
  background: #ed145b;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay {
  display: none;
  position: absolute;
  background: #ed145b;
  padding-top: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11111;
  width: 100%;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay .wolf-jp-share-container {
  display: table;
  position: relative;
  width: 100%;
  text-align: left;
  height: 100%;
  background: white;
  border: 1px solid grey;
  color: #333333;
  text-shadow: none;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 1200px) {
  .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay .wolf-jp-share-container {
    margin: 0 0 0 2px;
  }
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay .wolf-jp-share-container p {
  text-align: center;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay .wolf-jp-share-container .wolf-jp-share strong {
  color: #333333;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay .wolf-jp-share-container .wolf-jp-share .wolf-share-input label {
  padding-left: 10px;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-jplayer {
  display: none;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-logo {
  width: 40px;
  height: 40px;
  left: 20px;
  top: 6px;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio span.wolf-jp-share-icon {
  top: 20px;
  color: #ffffff;
  opacity: .8;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio span.wolf-jp-share-icon:hover {
  opacity: 1;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio a.wolf-jp-popup {
  display: none !important;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist {
  display: block;
  position: relative;
  height: 100%;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface {
  display: block;
  position: static;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-controls {
  padding-top: 15px !important;
  text-align: center;
  list-style-type: none;
  overflow: hidden;
  height: auto;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-controls > li {
  display: inline-block;
  float: none;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-controls > li > a {
  display: block;
  position: relative;
  width: 22px;
  height: 26px;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  left: auto;
  top: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-controls > li > a.jp-play {
  width: 26px;
  font-size: 26px;
  line-height: 26px;
  text-align: right !important;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-controls > li > a.jp-pause {
  width: 26px;
  font-size: 26px;
  line-height: 26px;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-controls > li > a.jp-stop {
  display: none;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface .jp-progress {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 8px;
  margin: 0;
  z-index: 100;
  border: none;
}
@media screen and (min-width: 1200px) {
  .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface .jp-progress {
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding-left: 3px;
  }
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar {
  background-color: rgba(255, 255, 255, 0.2) !important;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background: #ffffff !important;
  width: 0px;
  height: 100%;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface .jp-current-time {
  display: none;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface .jp-duration {
  display: none;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-toggles {
  display: none;
}
.player-nav-container .wolf-jplayer-small-controls {
  height: 60px !important;
}
.player-nav-container .wolf-jplayer-small-controls .jp-controls {
  padding-right: 20px !important;
}
.player-nav-container .wolf-jplayer-small-controls .jp-controls li.wolf-volume {
  display: inline-block !important;
}
.player-nav-container .wolf-jplayer-small-controls .jp-controls li.wolf-volume .jp-mute {
  font-size: 16px !important;
}
.player-nav-container .wolf-jplayer-small-controls .jp-controls li.wolf-volume .jp-unmute {
  font-size: 16px !important;
}
.player-nav-container .wolf-jplayer-small-controls .jp-controls .jp-volume-max {
  display: none !important;
}
.player-nav-container .wolf-jplayer-small-controls .jp-volume-bar.wolf-volume {
  display: block !important;
  position: absolute;
  top: 25px;
  left: 210px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
@media screen and (min-width: 1200px) {
  .player-nav-container .wolf-jplayer-small-controls .jp-volume-bar.wolf-volume {
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
}
#wolf-jplayer-single-page {
  padding: 100px 0 50px;
}
#wolf-jplayer-single-page #player-button,
#wolf-jplayer-single-page #playlist-toggle {
  display: none;
}
#player-button,
#playlist-toggle {
  display: none;
}
/*--------------------------------------------------------------
2.1 - Header Bar - General rules
--------------------------------------------------------------*/
.header-bar {
  display: block;
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: visible;
}
.header-bar form.search-form {
  display: block;
  width: 250px;
  position: absolute;
  right: 0;
  margin-right: -250px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-bar form.search-form.fade {
  margin-right: 0;
}
.header-bar form.search-form label {
  display: block;
  height: 40px;
  width: 250px;
}
.header-bar form.search-form label input[type=search] {
  display: block;
  height: 40px;
  width: 250px;
  border: none;
  outline: 0;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  line-height: 40px;
  color: #4d4d4d;
  padding: 14px 20px;
  box-sizing: border-box;
}
.header-bar form.search-form label input[type=search]::-webkit-input-placeholder {
  color: #4d4d4d;
}
.header-bar form.search-form label input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #4d4d4d;
}
.header-bar form.search-form label input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #4d4d4d;
}
.header-bar form.search-form label input[type=search]:-ms-input-placeholder {
  color: #4d4d4d;
}
.header-bar form.search-form input[type=submit] {
  display: none;
}
.header-bar .logo-text {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-bar .logo-text:hover {
  color: #ed145b;
}
.header-bar i.search-button,
.header-bar #player-button,
.header-bar #menu-button {
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-bar i.search-button:hover,
.header-bar #player-button:hover,
.header-bar #menu-button:hover {
  color: #ed145b;
  cursor: pointer;
}
.header-bar i.search-button.close-icon:before,
.header-bar #player-button.close-icon:before,
.header-bar #menu-button.close-icon:before {
  content: "\f00d";
}
.header-bar #open-soundcloud {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-bar #open-soundcloud:hover {
  color: #ed145b;
  cursor: pointer;
}
.header-bar #open-soundcloud.close-icon:before {
  content: "\f00d";
}
@media all and (min-width: 1200px) {
  .header-bar #open-soundcloud {
    color: #ed145b;
    /* not-extendable !! - manual customizer.php */
  }
  .header-bar #open-soundcloud:hover {
    color: #333333;
  }
}
.header-bar #player-button {
  display: none;
}
.header-bar .nav-container .main-nav li a:hover {
  color: #ed145b;
}
.header-bar .nav-container .main-nav li.active a,
.header-bar .nav-container .main-nav li.current-menu-item a {
  color: #ed145b;
}
@media all and (min-width: 1200px) {
  .header-bar .player-nav-container .wolf-jplayer-playlist-container,
  .header-bar .player-nav-container .wolf-jplayer-playlist-container:after,
  .header-bar .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-loader-overlay {
    background: #ed145b;
  }
}
/*--------------------------------------------------------------
2.2 - First Header Bar Style
--------------------------------------------------------------*/
@media all and (min-width: 1200px) {
  .first_bar_style {
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding-right: 60px;
    background: #ffffff;
  }
  .first_bar_style .logo-container {
    display: block;
    position: absolute;
    z-index: 10000;
    width: 250px;
    height: 60px;
    padding-right: 10px;
    background: #333333;
    text-align: center;
  }
  .first_bar_style .logo-container:after {
    content: '';
    display: block;
    width: 20px;
    height: 60px;
    background: #333333;
    position: absolute;
    right: -10px;
    top: 0;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .first_bar_style .logo-container .logo-text {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding: 15px 0;
  }
  .first_bar_style .logo-container .logo-img {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 5px 0;
  }
  .first_bar_style .logo-container .logo-img img {
    height: 50px;
    width: auto;
  }
  .first_bar_style .logo-container .logo-img:hover {
    opacity: .8;
  }
  .first_bar_style .player-nav-container {
    display: block;
    position: relative;
    z-index: 9000;
    width: 100%;
    height: 60px;
    padding-left: 550px;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container {
    display: block;
    position: absolute;
    top: 0;
    z-index: 9001;
    left: 250px;
    width: 300px;
    height: 60px;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container:after {
    content: '';
    display: block;
    width: 16px;
    height: 60px;
    position: absolute;
    right: -8px;
    top: 0;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container p.error {
    font-weight: 300;
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist #playlist-toggle {
    display: block;
    font-size: 18px;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist #playlist-toggle.close-icon:before {
    content: "\f00d";
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-playlist {
    display: none;
    position: absolute;
    top: 60px;
    left: 5px;
    width: 298px;
    background: #333333;
  }
  .first_bar_style .player-nav-container .nav-container {
    display: block;
    position: relative;
    z-index: 8000;
    width: 100%;
    height: 60px;
    background: #ffffff;
  }
  .first_bar_style .player-nav-container .nav-container:after {
    content: '';
    display: block;
    width: 12px;
    height: 60px;
    background: #ffffff;
    position: absolute;
    right: -6px;
    top: 0;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .first_bar_style .player-nav-container .nav-container #menu-button {
    display: none;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav {
    margin: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li {
    display: inline-block;
    position: relative;
    padding: 5px 3px;
    border-right: 1px solid #e6e6e6;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li:last-child {
    border: none;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li.shop a:before {
    content: '\f07a';
    font-family: 'FontAwesome';
    padding-right: 5px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 5px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu {
    display: none;
    text-align: left;
    width: 200px;
    -ms-transform: skewX(10deg);
    /* IE 9 */
    -webkit-transform: skewX(10deg);
    /* Safari */
    -moz-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    position: absolute;
    top: 24px;
    left: -20px;
    padding: 21px 0 0;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li {
    display: block;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-bottom: none;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li a {
    display: block;
    padding: 5px 15px;
    line-height: 20px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li ul.sub-menu {
    display: none !important;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li:hover > ul.sub-menu {
    display: none !important;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li:hover > ul.sub-menu {
    display: block;
  }
  .first_bar_style .search-container {
    display: block;
    position: absolute;
    z-index: 7000;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: right;
    padding-right: 15px;
    background: #333333;
  }
  .first_bar_style .search-container i.search-button {
    line-height: 60px;
  }
  .first_bar_style .search-container form.search-form {
    top: 60px;
  }
  .first_bar_style.x_player .player-nav-container {
    padding-left: 250px;
  }
  .first_bar_style.x_player .player-nav-container .nav-container .main-nav > li {
    padding: 5px 15px;
  }
  .first_bar_style.x_player .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
  .first_bar_style.x_player.x_soundcloud .player-nav-container {
    padding-left: 310px;
  }
  .first_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container {
    display: block;
    position: absolute;
    top: 0;
    left: 250px;
    width: 60px;
    height: 60px;
  }
  .first_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container #open-soundcloud {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-size: 40px;
  }
}
@media all and (max-width: 1199px) {
  .first_bar_style {
    height: 45px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding-right: 135px;
    background: #333333;
  }
  .first_bar_style .logo-container {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    padding-right: 5px;
    padding-left: 15px;
    text-align: left;
  }
  .first_bar_style .logo-container .logo-text {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding-top: 7px;
  }
  .first_bar_style .logo-container .logo-img {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .first_bar_style .logo-container .logo-img img {
    height: 45px;
    width: auto;
  }
  .first_bar_style .logo-container .logo-img:hover {
    opacity: .8;
  }
  .first_bar_style .player-nav-container {
    display: block;
    position: absolute;
    width: 90px;
    height: 45px;
    right: 45px;
    top: 0;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: none;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container p.error {
    display: none;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-loader-overlay {
    background: #333333;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container #player-button {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container #player-button:hover {
    color: #ed145b;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist {
    display: block;
    position: absolute;
    margin: 0;
    width: 300px;
    height: 60px;
    top: 45px;
    right: -390px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist.fade {
    right: -90px;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist #playlist-toggle {
    display: none;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-playlist {
    display: block !important;
    position: absolute;
    top: 60px;
    left: 0;
    width: 300px;
    background: #333333;
  }
  .first_bar_style .player-nav-container .nav-container {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
  }
  .first_bar_style .player-nav-container .nav-container #menu-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 45px;
    right: -275px;
    width: 230px;
    max-height: 312px;
    overflow-y: scroll;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav.fade {
    right: -45px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li {
    display: block;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-bottom: none;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li a {
    display: block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 5px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu {
    display: block;
    padding: 0;
    border: 0;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu li {
    border-left: 0;
    border-right: 0;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu li:last-child {
    border-bottom: 0;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu li a {
    padding-left: 25px;
  }
  .first_bar_style .search-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    text-align: center;
  }
  .first_bar_style .search-container i.search-button {
    line-height: 45px;
  }
  .first_bar_style .search-container form.search-form {
    top: 45px;
  }
  .first_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
  }
  .first_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container #open-soundcloud {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .first_bar_style .player-nav-container .nav-container .main-nav > li {
    padding: 5px 10px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
  .first_bar_style.x_player .player-nav-container .nav-container .main-nav > li {
    padding: 5px 20px;
  }
  .first_bar_style.x_player .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1500px) {
  .first_bar_style .player-nav-container .nav-container .main-nav > li {
    padding: 5px 20px;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
  .first_bar_style.x_player .player-nav-container .nav-container .main-nav > li {
    padding: 5px 25px;
  }
  .first_bar_style.x_player .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
2.3 - Second Header Bar Style
--------------------------------------------------------------*/
@media all and (min-width: 1200px) {
  .second_bar_style {
    padding-right: 45px;
  }
  .second_bar_style .logo-container {
    display: block;
    position: absolute;
    z-index: 10000;
    width: 250px;
    height: 90px;
    padding-right: 10px;
    background: #333333;
    text-align: right;
  }
  .second_bar_style .logo-container:after {
    content: '';
    display: block;
    width: 20px;
    height: 90px;
    background: #333333;
    position: absolute;
    right: -10px;
    top: 0;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .second_bar_style .logo-container .logo-text {
    display: block;
    padding-top: 15px;
  }
  .second_bar_style .logo-container .logo-text .logo-line-one {
    display: block;
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
  }
  .second_bar_style .logo-container .logo-text .logo-line-two {
    display: block;
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    padding-right: 7px;
  }
  .second_bar_style .logo-container .logo-img {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 15px 0;
  }
  .second_bar_style .logo-container .logo-img img {
    height: 60px;
    width: auto;
  }
  .second_bar_style .logo-container .logo-img:hover {
    opacity: .8;
  }
  .second_bar_style .player-nav-container {
    display: block;
    position: relative;
    z-index: 9000;
    width: 100%;
    height: 60px;
    padding-left: 550px;
    background: #ffffff;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container {
    display: block;
    position: absolute;
    top: 0;
    z-index: 9001;
    left: 250px;
    width: 300px;
    height: 75px;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container:after {
    content: '';
    display: block;
    width: 16px;
    height: 75px;
    position: absolute;
    right: -8px;
    top: 0;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container p.error {
    font-weight: 300;
    margin: 0;
    padding: 5px 0 0 15px;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay {
    padding-top: 75px;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay .wolf-jp-share-container {
    margin: 0;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist #playlist-toggle {
    display: block;
    font-size: 18px;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist #playlist-toggle.close-icon:before {
    content: "\f00d";
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-progress {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: 8px;
    margin: 0;
    z-index: 100;
    border: none;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-progress .jp-seek-bar {
    background-color: rgba(255, 255, 255, 0.2) !important;
    width: 0px;
    height: 100%;
    cursor: pointer;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-progress .jp-seek-bar .jp-play-bar {
    background: #ffffff !important;
    width: 0px;
    height: 100%;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-logo {
    top: 13px;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio span.wolf-jp-share-icon {
    top: 25px;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jplayer_container .jp-audio .jp-type-playlist .jp-interface ul.jp-controls {
    padding-top: 20px !important;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-playlist {
    display: none;
    position: absolute;
    top: 75px;
    left: 4px;
    width: 298px;
    background: #333333;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-small-controls {
    height: 75px !important;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-small-controls .jp-volume-bar.wolf-volume {
    top: 30px;
  }
  .second_bar_style .player-nav-container .nav-container {
    display: block;
    position: relative;
    z-index: 8000;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
  }
  .second_bar_style .player-nav-container .nav-container:after {
    content: '';
    display: block;
    width: 12px;
    height: 60px;
    background: #ffffff;
    position: absolute;
    right: -6px;
    top: 0;
    border-bottom: 1px solid #f2f2f2;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .second_bar_style .player-nav-container .nav-container #menu-button {
    display: none;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav {
    margin: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li {
    display: inline-block;
    position: relative;
    padding: 5px 3px;
    border-right: 1px solid #e6e6e6;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li:last-child {
    border: none;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li.shop a:before {
    content: '\f07a';
    font-family: 'FontAwesome';
    padding-right: 5px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 5px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu {
    display: none;
    text-align: left;
    width: 200px;
    -ms-transform: skewX(10deg);
    /* IE 9 */
    -webkit-transform: skewX(10deg);
    /* Safari */
    -moz-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    position: absolute;
    top: 24px;
    left: -20px;
    padding: 21px 0 0;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li {
    display: block;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-bottom: none;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li a {
    display: block;
    padding: 5px 15px;
    line-height: 20px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li ul.sub-menu {
    display: none !important;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu li:hover > ul.sub-menu {
    display: none !important;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li:hover > ul.sub-menu {
    display: block;
  }
  .second_bar_style .search-container {
    display: block;
    position: absolute;
    z-index: 7000;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: right;
    padding-right: 10px;
    background: #333333;
  }
  .second_bar_style .search-container i.search-button {
    line-height: 45px;
  }
  .second_bar_style .search-container form.search-form {
    top: 60px;
  }
  .second_bar_style.x_player .logo-container {
    display: block;
    position: absolute;
    z-index: 10000;
    width: 250px;
    height: 75px;
    padding-right: 10px;
    background: #333333;
    text-align: right;
  }
  .second_bar_style.x_player .logo-container:after {
    content: '';
    display: block;
    width: 20px;
    height: 75px;
    background: #333333;
    position: absolute;
    right: -10px;
    top: 0;
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }
  .second_bar_style.x_player .logo-container .logo-text {
    display: block;
    padding-top: 7.5px;
  }
  .second_bar_style.x_player .logo-container .logo-text .logo-line-one {
    display: block;
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
  }
  .second_bar_style.x_player .logo-container .logo-text .logo-line-two {
    display: block;
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    padding-right: 7px;
  }
  .second_bar_style.x_player .logo-container .logo-img {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 7.5px 0;
  }
  .second_bar_style.x_player .logo-container .logo-img img {
    height: 60px;
    width: auto;
  }
  .second_bar_style.x_player .logo-container .logo-img:hover {
    opacity: .8;
  }
  .second_bar_style.x_player .player-nav-container {
    padding-left: 250px;
  }
  .second_bar_style.x_player .player-nav-container .nav-container .main-nav > li {
    padding: 5px 15px;
  }
  .second_bar_style.x_player .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
  .second_bar_style.x_player.x_soundcloud .player-nav-container {
    padding-left: 310px;
  }
  .second_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container {
    display: block;
    position: absolute;
    top: 0;
    left: 250px;
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
  }
  .second_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container #open-soundcloud {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-size: 40px;
  }
}
@media all and (min-width: 1200px) and screen and (min-width: 1200px) {
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-progress {
    -ms-transform: skewX(-10deg);
    /* IE 9 */
    -webkit-transform: skewX(-10deg);
    /* Safari */
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    padding-left: 3px;
  }
}
@media all and (max-width: 1199px) {
  .second_bar_style {
    height: 45px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding-right: 135px;
    background: #333333;
  }
  .second_bar_style .logo-container {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    padding-right: 5px;
    padding-left: 15px;
    text-align: left;
  }
  .second_bar_style .logo-container .logo-text {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding-top: 7px;
  }
  .second_bar_style .logo-container .logo-img {
    display: inline-block;
    text-decoration: none;
    padding-top: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .second_bar_style .logo-container .logo-img img {
    height: 35px;
    width: auto;
  }
  .second_bar_style .logo-container .logo-img:hover {
    opacity: .8;
  }
  .second_bar_style .player-nav-container {
    display: block;
    position: absolute;
    width: 90px;
    height: 45px;
    right: 45px;
    top: 0;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: none;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container p.error {
    display: none;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-loader-overlay {
    background: #333333;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container #player-button {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container #player-button:hover {
    color: #ed145b;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist {
    display: block;
    position: absolute;
    margin: 0;
    width: 300px;
    height: 60px;
    top: 45px;
    right: -390px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist.fade {
    right: -90px;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist #playlist-toggle {
    display: none;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-playlist {
    display: block !important;
    position: absolute;
    top: 60px;
    left: 0;
    width: 300px;
    background: #333333;
  }
  .second_bar_style .player-nav-container .nav-container {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
  }
  .second_bar_style .player-nav-container .nav-container #menu-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 45px;
    right: -275px;
    width: 230px;
    max-height: 312px;
    overflow-y: scroll;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav.fade {
    right: -45px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li {
    display: block;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-bottom: none;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li a {
    display: block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    padding-left: 5px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu {
    display: block;
    padding: 0;
    border: 0;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu li {
    border-left: 0;
    border-right: 0;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu li:last-child {
    border-bottom: 0;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav li ul.sub-menu li a {
    padding-left: 25px;
  }
  .second_bar_style .search-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    text-align: center;
  }
  .second_bar_style .search-container i.search-button {
    line-height: 45px;
  }
  .second_bar_style .search-container form.search-form {
    top: 45px;
  }
  .second_bar_style.x_player .player-nav-container {
    padding-left: 250px;
  }
  .second_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container {
    display: block;
    position: absolute;
    top: 0;
    right: 45px;
    width: 45px;
    height: 45px;
  }
  .second_bar_style.x_player.x_soundcloud .player-nav-container .soundcloud-container #open-soundcloud {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .second_bar_style .player-nav-container .nav-container .main-nav > li {
    padding: 5px 10px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
  .second_bar_style.x_player .player-nav-container .nav-container .main-nav > li {
    padding: 5px 20px;
  }
  .second_bar_style.x_player .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1500px) {
  .second_bar_style .player-nav-container .nav-container .main-nav > li {
    padding: 5px 20px;
  }
  .second_bar_style .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
  .second_bar_style.x_player .player-nav-container .nav-container .main-nav > li {
    padding: 5px 25px;
  }
  .second_bar_style.x_player .player-nav-container .nav-container .main-nav > li:last-child {
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
2.4 - Soundcloud Audio Player
--------------------------------------------------------------*/
.soundcloud-wrapper-ta {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  bottom: 0;
  overflow-y: scroll;
  z-index: 20000;
  background: #e6e6e6;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform-origin: top center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.soundcloud-wrapper-ta #close-soundcloud {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #333333;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.soundcloud-wrapper-ta.fade {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}
/*--------------------------------------------------------------
3.0 - Home Header Slider - Revolution Slider
--------------------------------------------------------------*/
.widget_revslider .cap-1,
.rev_slider_wrapper .cap-1 {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-left: 5px solid #ed145b;
}
.widget_revslider .cap-1 h1,
.rev_slider_wrapper .cap-1 h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.widget_revslider .cap-1 p,
.rev_slider_wrapper .cap-1 p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin: 5px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .widget_revslider .cap-1 h1,
  .rev_slider_wrapper .cap-1 h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .widget_revslider .cap-1 p,
  .rev_slider_wrapper .cap-1 p {
    font-size: 14px;
    line-height: 14px;
  }
}
.widget_revslider .cap-2,
.rev_slider_wrapper .cap-2 {
  display: inline-block;
  background: #ed145b;
  padding: 10px 20px;
}
.widget_revslider .cap-2 h1,
.rev_slider_wrapper .cap-2 h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.widget_revslider .cap-2 p,
.rev_slider_wrapper .cap-2 p {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  margin: 5px 0 0;
  padding: 0;
}
.widget_revslider .cap-2.white-bg,
.rev_slider_wrapper .cap-2.white-bg {
  background: #ffffff;
}
.widget_revslider .cap-2.white-bg h1,
.rev_slider_wrapper .cap-2.white-bg h1,
.widget_revslider .cap-2.white-bg p,
.rev_slider_wrapper .cap-2.white-bg p {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .widget_revslider .cap-2 h1,
  .rev_slider_wrapper .cap-2 h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .widget_revslider .cap-2 p,
  .rev_slider_wrapper .cap-2 p {
    font-size: 14px;
    line-height: 14px;
  }
}
.widget_revslider #rev-buy-button,
.rev_slider_wrapper #rev-buy-button {
  display: inline-block;
  height: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  padding: 0 30px;
  color: #ffffff;
  background: #ed145b !important;
  text-transform: uppercase;
  text-decoration: none;
}
.widget_revslider #rev-buy-button:hover,
.rev_slider_wrapper #rev-buy-button:hover {
  background: #333333 !important;
  color: #ffffff !important;
}
.widget_revslider .rev-slider-countdown,
.rev_slider_wrapper .rev-slider-countdown {
  display: inline-block;
  padding: 0;
}
.widget_revslider .rev-slider-countdown li,
.rev_slider_wrapper .rev-slider-countdown li {
  display: block;
  width: 100px;
  height: 80px;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  background: #ffffff;
  text-align: center;
}
.widget_revslider .rev-slider-countdown li:last-child,
.rev_slider_wrapper .rev-slider-countdown li:last-child {
  margin-right: 0;
}
.widget_revslider .rev-slider-countdown li span,
.rev_slider_wrapper .rev-slider-countdown li span {
  display: inline-block;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  color: #4d4d4d;
  margin-top: 10px;
}
.widget_revslider .rev-slider-countdown li p,
.rev_slider_wrapper .rev-slider-countdown li p {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .widget_revslider .rev-slider-countdown li,
  .rev_slider_wrapper .rev-slider-countdown li {
    width: 70px;
    height: 70px;
  }
  .widget_revslider .rev-slider-countdown li span,
  .rev_slider_wrapper .rev-slider-countdown li span {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .widget_revslider .rev-slider-countdown li p,
  .rev_slider_wrapper .rev-slider-countdown li p {
    font-size: 12px;
    line-height: 12px;
  }
}
/*--------------------------------------------------------------
4.0 - Album Post
--------------------------------------------------------------*/
.album-post {
  display: block;
  position: relative;
  text-decoration: none;
  outline: 0;
  max-width: 450px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .album-post {
    margin-left: auto;
    margin-right: auto;
  }
}
.album-post img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.album-post .cd-mask {
  display: block;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -52px;
  margin-top: -52px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #4d4d4d;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.album-post .cd-mask .center {
  display: block;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-left: 28px;
  margin-top: 28px;
  background: #ffffff;
  border: 1px solid #4d4d4d;
}
.album-post .info {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.album-post .info .a-title {
  display: inline-block;
  font-weight: 800;
  font-style: italic;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 20px 5px 20px;
  margin: 0;
  opacity: .9;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.album-post .info .a-title i {
  opacity: 1;
  padding-left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.album-post .info .a-title:hover {
  background: #333333;
  color: #ffffff;
}
.album-post .info .a-name {
  display: inline-block;
  background: #ffffff;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  margin: 10px 0 35px;
  text-transform: uppercase;
  opacity: .9;
}
.album-post:hover {
  outline: 0;
}
.album-post:hover img {
  border: 1px solid #666666;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.album-post:hover .cd-mask {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*--------------------------------------------------------------
4.1 - Album Single
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .album-container-single {
    margin-top: 40px;
  }
}
.album-container-single .wolf-jplayer-playlist-container p.error {
  font-weight: 400;
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #cccccc;
}
.album-single-info {
  text-align: left;
}
.album-single-info .img-container {
  display: block;
  position: relative;
  overflow: hidden;
}
.album-single-info h2 {
  margin: 20px 0 0;
  font-style: italic;
}
.album-single-info ul {
  padding: 0;
  margin: 15px 0 0;
}
.album-single-info ul li span.dark {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.album-single-info ul li span.colored {
  font-weight: 700;
}
.album-single-info .buy-shortcode {
  display: block;
  margin-top: 15px;
}
.album-single-info .buy-shortcode p.product {
  margin: 0;
  border: 1px solid #e6e6e6 !important;
}
.album-single-info .buy-shortcode p.product:after {
  display: table;
  content: '';
  clear: both;
}
.album-single-info .buy-shortcode p.product span.amount {
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  padding: 0 10px 0 0;
}
.album-single-info .buy-shortcode p.product a.button {
  background: #4d4d4d;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.album-single-info .buy-shortcode p.product a.button:hover {
  background: #ed145b;
}
.album-single-info .buy-button-ext {
  margin-top: 20px;
}
.album-single-info .buy-button-ext a {
  text-decoration: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.album-single-info .buy-button-ext a:hover {
  background: #4d4d4d;
}
/*--------------------------------------------------------------
4.2 - Similar Albums
--------------------------------------------------------------*/
.similar-album-item {
  padding-left: 15px;
  padding-right: 15px;
}
.simillar-albums {
  margin-top: 70px;
  text-align: left;
}
.simillar-albums .simillar-album-cover {
  text-decoration: none;
  outline: 0;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.simillar-albums .simillar-album-cover img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.simillar-albums .simillar-album-cover img:hover {
  opacity: .8;
}
.simillar-albums .simillar-album-cover .info-cover-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
.simillar-albums .simillar-album-cover .info-cover-wrapper .album-artist {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0;
  margin-left: 5px;
  background: #ffffff;
}
.simillar-albums .simillar-album-cover .album-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  padding: 11px 15px;
  background: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*--------------------------------------------------------------
4.3 - Album Filters
--------------------------------------------------------------*/
#album-filters {
  display: block;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
#album-filters li {
  display: inline-block;
  padding-top: 10px;
  padding-right: 5px;
}
#album-filters li:last-child {
  padding-right: 0;
}
#album-filters li a {
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  background: #333333;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*--------------------------------------------------------------
5.0 - Events
--------------------------------------------------------------*/
.events-page-list {
  display: block;
  width: 100%;
  background: #e6e6e6;
  background-size: cover;
  background-position: center center;
}
.events-page-list .category-head {
  padding-bottom: 15px;
}
.event-list-item {
  display: block;
  position: relative;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 25px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.event-list-item.free-event .free-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: solid 18px #ed145b;
  border-left: solid 18px #ed145b;
  border-right: solid 18px transparent;
  border-bottom: solid 18px transparent;
  text-align: center;
}
.event-list-item.free-event .free-icon i {
  position: absolute !important;
  top: -13px;
  left: -12px;
  color: #ffffff;
}
.event-list-item:hover,
.event-list-item.simillar {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.event-list-item .date-container {
  text-align: left;
  position: relative;
}
.event-list-item .date-container i {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 40px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  margin-right: 5px;
  text-align: center;
}
.event-list-item .date-container span.date {
  display: block;
  padding-left: 50px;
  float: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.event-list-item .name-container {
  text-align: left;
  position: relative;
}
.event-list-item .name-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
}
.event-list-item .name-container h4 {
  padding-left: 50px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .event-list-item .name-container img {
    display: block;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin-right: 15px;
  }
}
.event-list-item .location-container {
  text-align: left;
  position: relative;
}
.event-list-item .location-container i {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 40px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}
.event-list-item .location-container span.location {
  padding-left: 50px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.event-list-item .button-div a {
  display: block;
  width: 150px;
  float: right;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.event-list-item .button-div a.sold,
.event-list-item .button-div a.canceled {
  background: #666666;
}
.event-list-item .button-div a:hover {
  background: #4d4d4d;
}
.event-list-item .info-extended {
  padding-top: 10px;
}
.event-list-item .info-extended .info-wrapper {
  display: none;
  text-align: left;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 0 5px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .event-list-item .info-extended .info-wrapper img {
    display: none;
  }
}
.event-list-item .info-extended .info ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.event-list-item .info-extended .info ul li {
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.event-list-item .info-extended .info ul li:nth-child(odd) {
  background: #f2f2f2;
}
@media screen and (min-width: 1200px) {
  .event-list-item .info-extended .info ul li {
    padding-left: 10px;
  }
}
.event-list-item .info-extended .info ul li span {
  display: block;
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .event-list-item .info-extended .info ul li span {
    font-size: 14px;
  }
}
.event-list-item .info-extended .content-event {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
}
.event-list-item .info-extended .open-icon {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 15px;
  width: 50px;
  height: 20px;
  background: #ffffff;
  font-size: 18px;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.event-list-item .info-extended .open-icon.close-icon:before {
  content: '\f102';
}
.event-list-item .info-extended .open-icon:hover {
  color: #ed145b;
}
@media screen and (max-width: 767px) {
  .event-list-item {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .event-list-item .date-container {
    margin-top: 15px;
  }
  .event-list-item .name-container {
    margin-top: 15px;
  }
  .event-list-item .location-container {
    margin-top: 15px;
  }
  .event-list-item .button-div {
    margin-top: 15px;
  }
  .event-list-item .button-div a {
    float: none;
  }
}
@media screen and (max-width: 550px) {
  .event-list-item {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .event-list-item .date-container {
    width: 100%;
  }
  .event-list-item .name-container {
    width: 100%;
  }
  .event-list-item .location-container {
    width: 100%;
  }
  .event-list-item .button-div {
    width: 100%;
  }
  .event-list-item .button-div a {
    float: none;
  }
}
/*--------------------------------------------------------------
5.1 - Event Single
--------------------------------------------------------------*/
.single-event-wrapper {
  padding: 70px 0;
}
.single-event-wrapper h2.title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-event-wrapper h2.title {
    margin-top: 30px;
  }
}
.single-event-wrapper .ev-meta {
  display: block;
  margin-top: 15px;
}
.single-event-wrapper .ev-meta span.date {
  margin-right: 20px;
}
.single-event-wrapper .content-event {
  margin-top: 20px;
}
.single-event-wrapper ul.event-info-metabox {
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
}
.single-event-wrapper ul.event-info-metabox li {
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.single-event-wrapper ul.event-info-metabox li:nth-child(odd) {
  background: #f2f2f2;
}
@media screen and (min-width: 1200px) {
  .single-event-wrapper ul.event-info-metabox li {
    padding-left: 10px;
  }
}
.single-event-wrapper ul.event-info-metabox li span {
  display: block;
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .single-event-wrapper ul.event-info-metabox li span {
    font-size: 14px;
  }
}
.single-event-wrapper .buy-shortcode {
  margin-top: 20px;
}
.single-event-wrapper .buy-shortcode .amount {
  padding-right: 10px;
}
.single-event-wrapper .buy-button-ext {
  margin-top: 20px;
}
.single-event-wrapper .buy-button-ext a {
  text-decoration: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-event-wrapper .buy-button-ext a:hover {
  background: #4d4d4d;
}
.simillar-events-bg {
  background: #f2f2f2;
  padding-bottom: 80px;
}
.simillar-events {
  margin-top: 50px;
}
.simillar-events h3.simillar-title {
  padding-bottom: 10px;
}
.simillar-events .open-icon {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
5.2 - CountDown Next Event
--------------------------------------------------------------*/
.countdown-section {
  display: block;
  width: 100%;
  padding: 15px 0 50px 0;
}
.countdown-section.archive-ev-counter {
  background: #262626;
  padding: 50px 0;
}
@media all and (min-width: 768px) {
  .countdown-section .text.vc_text_fix {
    padding-left: 0;
  }
}
.countdown-section .text h1 {
  font-style: italic;
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  margin: 0;
  padding: 28px 0;
}
@media all and (min-width: 768px) {
  .countdown-section .counter.vc_counter_fix {
    padding-right: 0;
  }
}
.countdown-section .counter ul.countdown-2 {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
}
@media screen and (max-width: 991px) {
  .countdown-section .counter ul.countdown-2 {
    float: none;
  }
}
.countdown-section .counter ul.countdown-2 li {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  background: #333333;
  text-align: center;
}
.countdown-section .counter ul.countdown-2 li:last-child {
  margin-right: 0;
}
.countdown-section .counter ul.countdown-2 li span {
  display: inline-block;
  font-weight: 800;
  font-style: italic;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  margin-top: 15px;
}
.countdown-section .counter ul.countdown-2 li p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  color: #f2f2f2;
  margin-top: 5px;
  padding: 0;
}
/*--------------------------------------------------------------
6.0 - VC Photo Gallery
--------------------------------------------------------------*/
.gallery-size-theartist-gallery-size {
  margin-top: 20px;
}
.gallery-size-theartist-gallery-size .gallery-icon img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery-size-theartist-gallery-size .gallery-icon img:hover {
  opacity: .8;
}
.gallery {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item {
  display: block;
  position: relative;
  width: 100%;
  float: left;
}
.gallery .gallery-item figcaption.wp-caption-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}
.gallery .gallery-item .gallery-icon a img {
  width: 100%;
  height: auto;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.66666666%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.28571428%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.11111111%;
}
/*--------------------------------------------------------------
7.0 - Latest News Home
--------------------------------------------------------------*/
.latest-news {
  display: block;
  width: 100%;
}
.latest-news .posts-row {
  display: block;
  margin: 0 -5px;
}
.latest-news .posts-row .post-container {
  display: block;
  width: 33.333333%;
  float: left;
  padding: 40px 5px 0;
}
@media screen and (max-width: 767px) {
  .latest-news .posts-row .post-container {
    width: 100%;
  }
}
.latest-news .posts-row .post-container .post-article {
  display: block;
  width: 100%;
  padding: 10px 10px 20px;
  background: #ffffff;
  text-align: left;
}
.latest-news .posts-row .post-container .post-article h3 a {
  display: block;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin: 20px 0 0;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.latest-news .posts-row .post-container .post-article h3 a:hover {
  color: #ed145b;
}
.latest-news .posts-row .post-container .post-article .meta {
  display: block;
  width: 100%;
}
.latest-news .posts-row .post-container .post-article .meta a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-top: 15px;
  text-decoration: none;
  padding-right: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.latest-news .posts-row .post-container .post-article .meta a:hover {
  color: #ed145b;
}
.latest-news .posts-row .post-container .post-article p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 15px 0 0;
  padding: 0;
}
.latest-news .posts-row .post-container .post-article a.read-more {
  display: inline-block;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #333333;
  margin-top: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.latest-news .posts-row .post-container .post-article a.read-more:hover {
  color: #ed145b;
}
/*--------------------------------------------------------------
7.1 - Subscribe Home
--------------------------------------------------------------*/
.subscribe-section {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #ed145b;
}
.subscribe-section .vc_column-inner {
  padding: 0 !important;
}
.subscribe-section .text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  padding: 8px 0;
  margin: 0;
}
.subscribe-section .form {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .subscribe-section .form {
    padding-left: 150px;
    margin-top: 0;
  }
}
.subscribe-section .form form .mce_inline_error,
.subscribe-section .form form .response {
  width: 60%;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #ed145b !important;
  background: #ffffff !important;
  border-top: 1px solid #ed145b;
  padding: 10px;
}
.subscribe-section .form form .response {
  border: none;
}
.subscribe-section .form form input.emailinput {
  display: block;
  position: relative;
  float: left;
  width: 60%;
  height: 40px;
  padding: 0 10px;
  border: none !important;
  font-size: 16px;
  line-height: 40px;
  color: #4d4d4d;
}
.subscribe-section .form form input.emailinput:focus {
  outline: 0;
}
.subscribe-section .form form input[type=submit] {
  display: block;
  width: 40%;
  height: 40px;
  border: none;
  border-left: 5px solid #ed145b;
  background: #ffffff;
  color: #ed145b;
  font-weight: 800;
  font-style: italic;
  font-size: 18px;
  line-height: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.subscribe-section .form form input[type=submit]:focus {
  outline: 0;
}
.subscribe-section .form form input[type=submit]:hover {
  background: #4d4d4d;
  color: #ffffff;
}
.subscribe-section #mce-error-response,
.subscribe-section #mce-success-response {
  display: none;
}
.subscribe-section #mce_type_text {
  position: absolute;
  left: -5000px;
}
/*--------------------------------------------------------------
7.2 - Blog Single
--------------------------------------------------------------*/
.post .article-nav {
  display: block;
  width: 100%;
  padding-top: 30px;
}
.post .article-nav a {
  display: inline-block;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  background: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .post .article-nav a {
    font-size: 14px;
    padding: 0 20px;
  }
}
.post .article-nav a.previous {
  float: left;
  border-left: 3px solid #f2f2f2;
}
.post .article-nav a.next {
  float: right;
  border-right: 3px solid #f2f2f2;
}
.post .article-nav a:hover {
  border-color: #ed145b;
  color: #4d4d4d;
}
.entry-header h1.title {
  font-weight: italic;
}
.entry-header .entry-title {
  margin: 0;
}
.entry-header .entry-title a {
  text-decoration: none;
  font-weight: 800;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.entry-header .entry-title a:hover {
  color: #ed145b;
}
.entry-header .entry-meta {
  display: block;
  width: 100%;
  padding: 15px 0 15px;
}
.entry-header .entry-meta > span {
  display: inline-block;
  padding-right: 15px;
}
.entry-header .entry-meta a {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-top: 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.entry-header .entry-meta a:hover {
  color: #ed145b;
}
.entry-header .entry-meta .span-user i,
.entry-header .entry-meta .span-cat i,
.entry-header .entry-meta .span-comm i {
  margin-right: 5px;
}
.entry-header .entry-meta .post-categories {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.entry-header .entry-meta .post-categories li {
  display: inline-block;
}
.type-post.sticky .entry-title a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f0e7';
  margin-right: 10px;
  color: #ed145b;
  font-size: 30px;
}
.comment-content ul,
.entry-content ul {
  list-style-type: square;
}
.comment-content table,
.entry-content table {
  margin-top: 15px;
  text-align: left;
}
.comment-content table a,
.entry-content table a {
  color: #ed145b;
}
.comment-content table tbody th,
.entry-content table tbody th {
  padding: 5px 10px 0 0;
}
.comment-content table tbody td,
.entry-content table tbody td {
  padding: 5px 8px 0;
}
.comment-content ins,
.entry-content ins {
  background: rgba(237, 20, 91, 0.1);
  text-decoration: none;
}
.entry-content figcaption {
  font-style: italic;
  font-size: 14px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.alignleft {
  padding-right: 15px;
  padding-bottom: 15px;
}
.entry-content figure.wp-caption {
  padding-top: 15px;
  max-width: 100%;
}
.entry-content p {
  padding: 20px 0 0;
  margin: 0;
}
.entry-content blockquote {
  display: block;
  background: #f2f2f2;
  padding: 20px 30px;
  margin: 20px 0 0 0;
  border-left: 3px solid #ed145b;
}
.entry-content blockquote p {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 0;
  margin: 0;
}
.entry-footer {
  padding-top: 15px;
}
.entry-footer .edit-link,
.entry-footer .tags-links,
.entry-footer .cat-links,
.entry-footer .comments-link {
  padding-right: 10px;
}
.entry-footer .edit-link a,
.entry-footer .tags-links a,
.entry-footer .cat-links a,
.entry-footer .comments-link a {
  text-decoration: none;
  font-weight: 700;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.entry-footer .edit-link a:hover,
.entry-footer .tags-links a:hover,
.entry-footer .cat-links a:hover,
.entry-footer .comments-link a:hover {
  color: #ed145b;
}
.entry-footer .edit-link a.post-edit-link,
.entry-footer .tags-links a.post-edit-link,
.entry-footer .cat-links a.post-edit-link,
.entry-footer .comments-link a.post-edit-link {
  color: #ed145b;
}
.content,
.content-search {
  padding-bottom: 50px;
}
.content-search .page-title,
.content-archive .page-title {
  padding-bottom: 30px;
  margin: 0;
}
.error-image {
  margin-top: 30px;
}
.feat-img-link img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.feat-img-link img:hover {
  opacity: .8;
}
.content-read-more {
  display: inline-block;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 700;
  font-style: italic;
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-read-more:hover {
  text-decoration: none;
  color: #ed145b;
}
/*--------------------------------------------------------------
7.3 - Comments
--------------------------------------------------------------*/
.comments-area {
  display: block;
  width: 100%;
  padding-top: 50px;
}
.comments-area h3 {
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
}
.comments-area .comment-navigation {
  display: block;
  width: 100%;
}
.comments-area .comment-navigation .nav-links {
  display: block;
  width: 100%;
  padding: 30px 0 0 0;
}
.comments-area .comment-navigation .nav-links:after {
  display: table;
  content: '';
  clear: both;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  display: block;
  width: 50%;
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-previous a {
  display: inline-block;
  height: 40px;
  background: #e6e6e6;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding: 0 30px;
  text-decoration: none;
  border-left: 3px solid #e6e6e6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comments-area .comment-navigation .nav-links .nav-previous a:hover {
  border-color: #ed145b;
}
.comments-area .comment-navigation .nav-links .nav-next {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.comments-area .comment-navigation .nav-links .nav-next a {
  display: inline-block;
  height: 40px;
  background: #e6e6e6;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding: 0 30px;
  text-decoration: none;
  border-right: 3px solid #e6e6e6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comments-area .comment-navigation .nav-links .nav-next a:hover {
  border-color: #ed145b;
}
.comments-area .comment-list {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  list-style-type: none;
}
.comments-area .comment-list li .comment-body {
  padding-top: 30px;
}
.comments-area .comment-list li .comment-body .comment-author img {
  margin-right: 15px;
}
.comments-area .comment-list li .comment-body .comment-author b {
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  color: #333333;
}
.comments-area .comment-list li .comment-body .comment-author b a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comments-area .comment-list li .comment-body .comment-author b a:hover {
  color: #ed145b;
}
.comments-area .comment-list li .comment-body .comment-author span.says {
  display: none;
}
.comments-area .comment-list li .comment-body .comment-metadata {
  display: none;
}
.comments-area .comment-list li .comment-body .reply a {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comments-area .comment-list li .comment-body .reply a:hover {
  color: #ed145b;
}
.comments-area .comment-list li.pingback a.url {
  font-style: italic;
  color: #333333;
  font-size: 14px;
}
.comments-area .comment-list li.pingback .edit-link a {
  font-weight: 700;
  color: #ed145b;
  font-size: 14px;
}
.comments-area .comment-respond {
  display: block;
  width: 100%;
}
.comments-area .comment-respond h3 {
  font-weight: 700;
  font-style: italic;
  padding: 0;
}
.comments-area .comment-respond h3 #cancel-comment-reply-link {
  color: #ed145b;
}
.comments-area .comment-respond form {
  display: block;
  width: 100%;
}
.comments-area .comment-respond form p.logged-in-as {
  margin: 0;
}
.comments-area .comment-respond form p.logged-in-as a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comments-area .comment-respond form p.logged-in-as a:hover {
  color: #ed145b;
}
.comments-area .comment-respond form p.comment-notes {
  margin: 0;
}
.comments-area .comment-respond form p.comment-form-comment,
.comments-area .comment-respond form p.comment-form-author,
.comments-area .comment-respond form p.comment-form-email,
.comments-area .comment-respond form p.comment-form-url {
  margin: 0;
  padding-top: 15px;
}
.comments-area .comment-respond form p.comment-form-comment label,
.comments-area .comment-respond form p.comment-form-author label,
.comments-area .comment-respond form p.comment-form-email label,
.comments-area .comment-respond form p.comment-form-url label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.comments-area .comment-respond form p.comment-form-comment label .required,
.comments-area .comment-respond form p.comment-form-author label .required,
.comments-area .comment-respond form p.comment-form-email label .required,
.comments-area .comment-respond form p.comment-form-url label .required {
  color: #ed145b;
}
.comments-area .comment-respond form p.comment-form-comment textarea,
.comments-area .comment-respond form p.comment-form-author textarea,
.comments-area .comment-respond form p.comment-form-email textarea,
.comments-area .comment-respond form p.comment-form-url textarea {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 5px;
  border: none;
  outline: 0;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 15px;
  border-left: 3px solid #f2f2f2;
}
.comments-area .comment-respond form p.comment-form-comment textarea:focus,
.comments-area .comment-respond form p.comment-form-author textarea:focus,
.comments-area .comment-respond form p.comment-form-email textarea:focus,
.comments-area .comment-respond form p.comment-form-url textarea:focus {
  border-color: #ed145b;
}
.comments-area .comment-respond form p.comment-form-author input,
.comments-area .comment-respond form p.comment-form-email input,
.comments-area .comment-respond form p.comment-form-url input {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-top: 5px;
  border: none;
  outline: 0;
  background: #f2f2f2;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 10px;
  border-left: 3px solid #f2f2f2;
}
.comments-area .comment-respond form p.comment-form-author input:focus,
.comments-area .comment-respond form p.comment-form-email input:focus,
.comments-area .comment-respond form p.comment-form-url input:focus {
  border-color: #ed145b;
}
.comments-area .comment-respond form p.form-submit {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.comments-area .comment-respond form p.form-submit input[name=submit] {
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 20px;
  text-decoration: none;
  border: none;
  background: #333333;
  outline: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comments-area .comment-respond form p.form-submit input[name=submit] i {
  font-size: 16px;
  line-height: 16px;
  vertical-align: top;
}
.comments-area .comment-respond form p.form-submit input[name=submit]:hover {
  background: #ed145b;
}
/*--------------------------------------------------------------
7.4 - Post navigation
--------------------------------------------------------------*/
.posts-navigation {
  display: block;
  width: 100%;
  clear: both;
}
.posts-navigation .nav-links {
  display: block;
  width: 100%;
}
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
  display: block;
  width: 50%;
}
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  display: inline-block;
  padding: 13px 25px;
  background: #e6e6e6;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.posts-navigation .nav-links .nav-previous {
  float: left;
  text-align: left;
}
.posts-navigation .nav-links .nav-previous a {
  border-left: 3px solid #e6e6e6;
}
.posts-navigation .nav-links .nav-previous a:hover {
  border-color: #ed145b;
}
.posts-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}
.posts-navigation .nav-links .nav-next a {
  border-right: 3px solid #e6e6e6;
}
.posts-navigation .nav-links .nav-next a:hover {
  border-color: #ed145b;
}
@media all and (max-width: 767px) {
  .posts-navigation.archive-event-navigation {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.posts-navigation.archive-event-navigation .nav-previous a,
.posts-navigation.archive-event-navigation .nav-next a {
  background: #ffffff;
  border-color: #ffffff;
}
.post-type-archive-album .posts-navigation,
.post-type-archive-artist .posts-navigation,
.post-type-archive-event .posts-navigation {
  padding-top: 40px;
}
/*--------------------------------------------------------------
7.5 - Sidebar
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .sidebar {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar {
    padding-top: 50px;
  }
}
.sidebar .widget {
  padding-bottom: 50px;
}
.sidebar .widget .widget-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.sidebar .widget img {
  max-width: 100%;
  height: auto;
}
.sidebar .widget select {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}
.sidebar .widget select option {
  display: block;
  width: 100%;
  max-width: 300px;
}
.sidebar .widget.widget_search .widget-title {
  margin-bottom: 20px;
}
.sidebar .widget.widget_search form {
  display: table;
  width: 100%;
  content: '';
  clear: both;
}
.sidebar .widget.widget_search form label {
  display: block;
  position: relative;
  z-index: 20;
  height: 40px;
  width: 65%;
  float: left;
}
.sidebar .widget.widget_search form label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  width: 10px;
  height: 40px;
  background: #f2f2f2;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_search form label input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 40px;
  color: #4d4d4d;
  padding: 0 10px;
  box-sizing: border-box;
}
.sidebar .widget.widget_search form input[type=submit] {
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 10;
  height: 40px;
  float: left;
  width: 35%;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  border: none;
  outline: 0;
  background: #ed145b;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_search form input[type=submit]:hover {
  background: #333333;
}
.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_archive > ul,
.sidebar .widget.widget_recent_entries > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_rss > ul {
  margin: 0;
  padding: 20px 0 0;
}
.sidebar .widget.widget_categories > ul li,
.sidebar .widget.widget_archive > ul li,
.sidebar .widget.widget_recent_entries > ul li,
.sidebar .widget.widget_meta > ul li,
.sidebar .widget.widget_recent_comments > ul li,
.sidebar .widget.widget_pages > ul li,
.sidebar .widget.widget_rss > ul li {
  display: block;
  position: relative;
  padding-left: 20px;
}
.sidebar .widget.widget_categories > ul li ul.children,
.sidebar .widget.widget_archive > ul li ul.children,
.sidebar .widget.widget_recent_entries > ul li ul.children,
.sidebar .widget.widget_meta > ul li ul.children,
.sidebar .widget.widget_recent_comments > ul li ul.children,
.sidebar .widget.widget_pages > ul li ul.children,
.sidebar .widget.widget_rss > ul li ul.children {
  padding-left: 0;
}
.sidebar .widget.widget_categories > ul li:before,
.sidebar .widget.widget_archive > ul li:before,
.sidebar .widget.widget_recent_entries > ul li:before,
.sidebar .widget.widget_meta > ul li:before,
.sidebar .widget.widget_recent_comments > ul li:before,
.sidebar .widget.widget_pages > ul li:before,
.sidebar .widget.widget_rss > ul li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  content: '\f016';
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
  color: #4d4d4d;
}
.sidebar .widget.widget_categories > ul li .comment-author-link,
.sidebar .widget.widget_archive > ul li .comment-author-link,
.sidebar .widget.widget_recent_entries > ul li .comment-author-link,
.sidebar .widget.widget_meta > ul li .comment-author-link,
.sidebar .widget.widget_recent_comments > ul li .comment-author-link,
.sidebar .widget.widget_pages > ul li .comment-author-link,
.sidebar .widget.widget_rss > ul li .comment-author-link,
.sidebar .widget.widget_categories > ul li a,
.sidebar .widget.widget_archive > ul li a,
.sidebar .widget.widget_recent_entries > ul li a,
.sidebar .widget.widget_meta > ul li a,
.sidebar .widget.widget_recent_comments > ul li a,
.sidebar .widget.widget_pages > ul li a,
.sidebar .widget.widget_rss > ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
  padding: 5px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_categories > ul li .comment-author-link i,
.sidebar .widget.widget_archive > ul li .comment-author-link i,
.sidebar .widget.widget_recent_entries > ul li .comment-author-link i,
.sidebar .widget.widget_meta > ul li .comment-author-link i,
.sidebar .widget.widget_recent_comments > ul li .comment-author-link i,
.sidebar .widget.widget_pages > ul li .comment-author-link i,
.sidebar .widget.widget_rss > ul li .comment-author-link i,
.sidebar .widget.widget_categories > ul li a i,
.sidebar .widget.widget_archive > ul li a i,
.sidebar .widget.widget_recent_entries > ul li a i,
.sidebar .widget.widget_meta > ul li a i,
.sidebar .widget.widget_recent_comments > ul li a i,
.sidebar .widget.widget_pages > ul li a i,
.sidebar .widget.widget_rss > ul li a i {
  padding-right: 5px;
}
.sidebar .widget.widget_categories > ul li .comment-author-link:hover,
.sidebar .widget.widget_archive > ul li .comment-author-link:hover,
.sidebar .widget.widget_recent_entries > ul li .comment-author-link:hover,
.sidebar .widget.widget_meta > ul li .comment-author-link:hover,
.sidebar .widget.widget_recent_comments > ul li .comment-author-link:hover,
.sidebar .widget.widget_pages > ul li .comment-author-link:hover,
.sidebar .widget.widget_rss > ul li .comment-author-link:hover,
.sidebar .widget.widget_categories > ul li a:hover,
.sidebar .widget.widget_archive > ul li a:hover,
.sidebar .widget.widget_recent_entries > ul li a:hover,
.sidebar .widget.widget_meta > ul li a:hover,
.sidebar .widget.widget_recent_comments > ul li a:hover,
.sidebar .widget.widget_pages > ul li a:hover,
.sidebar .widget.widget_rss > ul li a:hover {
  color: #ed145b;
}
.sidebar .widget.widget_categories > ul li .comment-author-link,
.sidebar .widget.widget_archive > ul li .comment-author-link,
.sidebar .widget.widget_recent_entries > ul li .comment-author-link,
.sidebar .widget.widget_meta > ul li .comment-author-link,
.sidebar .widget.widget_recent_comments > ul li .comment-author-link,
.sidebar .widget.widget_pages > ul li .comment-author-link,
.sidebar .widget.widget_rss > ul li .comment-author-link {
  display: inline-block;
}
.sidebar .widget.widget_categories > ul li .comment-author-link a,
.sidebar .widget.widget_archive > ul li .comment-author-link a,
.sidebar .widget.widget_recent_entries > ul li .comment-author-link a,
.sidebar .widget.widget_meta > ul li .comment-author-link a,
.sidebar .widget.widget_recent_comments > ul li .comment-author-link a,
.sidebar .widget.widget_pages > ul li .comment-author-link a,
.sidebar .widget.widget_rss > ul li .comment-author-link a {
  padding: 0;
}
.sidebar .widget.widget_nav_menu ul.menu {
  margin: 0;
  padding: 20px 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_nav_menu ul.menu li {
  display: block;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_nav_menu ul.menu li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  content: '\f0c9';
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
  color: #4d4d4d;
}
.sidebar .widget.widget_nav_menu ul.menu li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
  padding: 5px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_nav_menu ul.menu li a:hover {
  color: #ed145b;
}
.sidebar .widget.widget_nav_menu ul.menu li > ul {
  display: none;
  padding-left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_nav_menu ul.menu li > ul li ul {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_nav_menu ul.menu li:hover > ul {
  display: block;
}
.sidebar .widget.widget_rss .widget-title a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_rss .widget-title a:hover {
  color: #ed145b;
}
.sidebar .widget.widget_rss ul {
  padding: 0;
}
.sidebar .widget.widget_rss ul li {
  padding-top: 20px;
}
.sidebar .widget.widget_rss ul li:before {
  top: 20px;
  content: '\f09e' !important;
}
.sidebar .widget.widget_rss ul li .rssSummary {
  font-weight: 400;
}
.sidebar .widget.widget_rss ul li cite {
  font-weight: 700;
  color: #4d4d4d;
}
.sidebar .widget.widget_calendar .calendar_wrap {
  display: block;
  width: 100%;
  padding-top: 20px;
}
.sidebar .widget.widget_calendar .calendar_wrap > table {
  width: 100%;
}
.sidebar .widget.widget_calendar .calendar_wrap > table caption {
  text-align: left;
  padding-bottom: 5px;
}
.sidebar .widget.widget_calendar .calendar_wrap > table thead tr th {
  text-align: left;
}
.sidebar .widget.widget_calendar .calendar_wrap > table tbody tr td {
  text-align: left;
}
.sidebar .widget.widget_calendar .calendar_wrap > table tbody tr td a {
  color: #ed145b;
}
.sidebar .widget.widget_calendar .calendar_wrap > table tfoot tr td a {
  text-decoration: none;
  color: #ed145b;
}
.sidebar .widget.widget_text .textwidget {
  padding-top: 20px;
}
.sidebar .widget.widget_pages li:before {
  content: '\f15b' !important;
}
.sidebar .widget.widget_categories li:before {
  content: '\f114' !important;
}
.sidebar .widget.widget_archive li:before {
  content: '\f187' !important;
}
.sidebar .widget.widget_recent_comments li:before {
  content: '\f0e5' !important;
}
.sidebar .widget.widget_meta li:before {
  content: '\f013' !important;
}
.sidebar .widget.widget_instagram .widget-title {
  margin-bottom: 20px;
}
.sidebar .widget.widget_instagram ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 0;
}
.sidebar .widget.widget_instagram ul li {
  display: block;
  float: left;
  width: 33.33333333%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_instagram ul li:hover {
  opacity: .8;
}
.sidebar .widget.widget_subscribe .widget-title {
  margin-bottom: 20px;
}
.sidebar .widget.widget_subscribe form .mce_inline_error,
.sidebar .widget.widget_subscribe form .response {
  width: 60%;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #ed145b !important;
  background: #ffffff !important;
  border-top: 1px solid #ed145b;
  padding: 10px;
}
.sidebar .widget.widget_subscribe form .response {
  border: none;
}
.sidebar .widget.widget_subscribe form .label_skew {
  display: block;
  position: relative;
}
.sidebar .widget.widget_subscribe form .label_skew:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 65%;
  margin-left: -4px;
  width: 10px;
  height: 40px;
  background: #f2f2f2;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_subscribe form input.emailinput {
  display: block;
  position: relative;
  float: left;
  width: 65%;
  height: 40px;
  padding: 0 10px;
  border: none !important;
  font-size: 14px;
  line-height: 40px;
  color: #4d4d4d;
  background: #f2f2f2;
}
.sidebar .widget.widget_subscribe form input.emailinput:focus {
  outline: 0;
}
.sidebar .widget.widget_subscribe form input[type=submit] {
  display: block;
  width: 35%;
  height: 40px;
  border: none;
  background: #ed145b;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_subscribe form input[type=submit]:focus {
  outline: 0;
}
.sidebar .widget.widget_subscribe form input[type=submit]:hover {
  background: #4d4d4d;
}
.sidebar .widget.widget_subscribe #mce-error-response,
.sidebar .widget.widget_subscribe #mce-success-response {
  display: none;
}
.sidebar .widget.widget_subscribe #mce_type_text {
  position: absolute;
  left: -5000px;
}
.sidebar .widget.widget_social {
  padding-bottom: 40px;
}
.sidebar .widget.widget_social .widget-title {
  margin-bottom: 20px;
}
.sidebar .widget.widget_social .social-sidebar {
  display: block;
  padding: 0;
  margin: 0;
}
.sidebar .widget.widget_social .social-sidebar li {
  display: block;
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}
.sidebar .widget.widget_social .social-sidebar li:last-child {
  padding-right: 0;
}
.sidebar .widget.widget_social .social-sidebar li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  background: #e6e6e6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_social .social-sidebar li a:hover {
  color: #ffffff;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  padding-top: 20px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #ed145b;
}
.sidebar .widget.wolf_jplayer_widget .widget-title {
  margin-bottom: 20px;
}
.sidebar .widget.wolf_jplayer_widget .wolf-jplayer-playlist-container .wolf-jplayer-playlist {
  margin-bottom: 0;
}
.sidebar .widget.wolf_jplayer_widget .wolf-jplayer-playlist-container p.error {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #cccccc;
}
/*--------------------------------------------------------------
8.0 - Artists
--------------------------------------------------------------*/
.artist-single-embed-video.first {
  clear: both;
}
.artist-single-embed-video .video-title {
  color: #333333;
  margin: 30px 0 20px 0;
}
.artist-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .artist-article {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.artist-article .artist-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}
.artist-article .artist-wrapper.band-artist-wrapper {
  margin-top: 10px;
  padding-top: 20px;
}
.artist-article .artist-wrapper .mask {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  background: #f2f2f2;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.artist-article .artist-wrapper .mask.social-mask {
  bottom: -65px;
}
.artist-article .artist-wrapper .mask:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -20px;
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  -ms-transform: skewY(-3deg);
  /* IE 9 */
  -webkit-transform: skewY(-3deg);
  /* Safari */
  -moz-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.artist-article .artist-wrapper .mask h1 a {
  text-decoration: none;
  font-weight: 800;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.artist-article .artist-wrapper .mask h1 a:hover {
  color: #ed145b;
}
.artist-article .artist-wrapper .mask p {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin: 10px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
.artist-article .artist-wrapper .mask ul.social {
  display: block;
  opacity: 0;
  margin: 0;
  padding: 10px 0 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.artist-article .artist-wrapper .mask ul.social li {
  display: inline-block;
  padding: 2px;
  letter-spacing: 0;
}
.artist-article .artist-wrapper .mask ul.social li a {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  background: #333333;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.artist-article .artist-wrapper:hover .mask {
  bottom: 0;
  opacity: .9;
}
.artist-article .artist-wrapper:hover .mask ul.social {
  opacity: 1;
}
.artist-single-info .social-list {
  padding: 0;
  margin: 15px 0 0;
}
.artist-single-info .social-list li {
  display: inline-block;
}
.artist-single-info .social-list li.social-list-text {
  line-height: 30px;
  font-size: 18px;
  font-weight: 800;
  color: #333333;
}
.artist-single-info .social-list li a {
  color: #333333;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #333333;
  margin-right: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.artist-single-info .social-list li a:hover {
  background: #333333;
  color: #ffffff;
}
.artist-single-info .social-list li:last-child a {
  margin-right: 0;
}
@media all and (min-width: 768px) {
  .artist-container-single .entry-title {
    margin-top: 0;
  }
}
.artist-container-single .info-artist {
  padding: 0;
  margin: 0;
}
.artist-container-single .info-artist p {
  padding: 10px 0 0;
}
.simillar-artists {
  padding-top: 70px;
  padding-bottom: 30px;
}
.simillar-artists.band-similar-artists {
  padding-top: 50px;
  padding-bottom: 0;
}
/*--------------------------------------------------------------
8.1 - Band Page
--------------------------------------------------------------*/
.band-featured-image {
  display: block;
  position: relative;
  height: 450px;
}
.video-band-section {
  padding-top: 50px;
}
.video-band-section .band-embed-video .band_video-title {
  margin-bottom: 20px;
}
.page-video-section .page-embed-video {
  padding-top: 30px;
}
.page-video-section .page-embed-video .page-video-title {
  margin-bottom: 20px;
}
.band-gallery {
  padding-top: 50px;
  padding-bottom: 20px;
}
/*--------------------------------------------------------------
9.0 - Contact Home
--------------------------------------------------------------*/
.contact-home form {
  display: block;
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contact-home form {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.contact-home form .field {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
}
.contact-home form .field .wpcf7-not-valid-tip {
  font-weight: italic;
  font-size: 14px;
  margin-top: 5px;
}
.contact-home form .field input,
.contact-home form .field textarea {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  outline: 0;
  background: #ffffff;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 15px;
}
.contact-home form .field input::-webkit-input-placeholder,
.contact-home form .field textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}
.contact-home form .field input:-moz-placeholder,
.contact-home form .field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #4d4d4d;
}
.contact-home form .field input::-moz-placeholder,
.contact-home form .field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #4d4d4d;
}
.contact-home form .field input:-ms-input-placeholder,
.contact-home form .field textarea:-ms-input-placeholder {
  color: #4d4d4d;
}
.contact-home form .field input.wpcf7-not-valid,
.contact-home form .field textarea.wpcf7-not-valid {
  border-bottom: 1px solid #ed145b;
}
.contact-home form .field p {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #4d4d4d;
  margin: 0;
  padding: 0 0 10px;
}
.contact-home form .field label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  color: #ed145b;
  padding: 10px;
  background: #ffffff;
  border-top: 1px solid #ed145b;
}
.contact-home form .button-container {
  padding-top: 20px !important;
}
.contact-home form .button-container .button-wrapper {
  display: inline-block;
  position: relative;
  background: #333333;
  color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact-home form .button-container .button-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  right: -7px;
  top: 0;
  width: 14px;
  height: 40px;
  background: #333333;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact-home form .button-container .button-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  width: 14px;
  height: 40px;
  background: #333333;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact-home form .button-container .button-wrapper input {
  padding: 0 30px;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
  outline: 0;
}
.contact-home form .button-container .button-wrapper img {
  display: none !important;
}
.contact-home form .button-container .button-wrapper:hover {
  background: #ed145b;
}
.contact-home form .button-container .button-wrapper:hover:before,
.contact-home form .button-container .button-wrapper:hover:after {
  background: #ed145b;
}
/*--------------------------------------------------------------
10.0 - Footer
--------------------------------------------------------------*/
footer#footer {
  position: relative;
  z-index: 100;
}
footer#footer .instagram-footer {
  position: relative;
  text-align: center;
  max-height: 220px;
  overflow: hidden;
}
footer#footer .instagram-footer .owl-carousel .owl-item {
  margin-top: -50px;
}
footer#footer .instagram-footer .owl-carousel a img {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer#footer .instagram-footer .owl-carousel a:hover img {
  opacity: .8;
}
footer#footer .instagram-footer a.follow {
  display: block;
  position: absolute;
  width: 300px;
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -39px;
  left: 50%;
  margin-left: -150px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #4d4d4d;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer#footer .instagram-footer a.follow span {
  color: #4d4d4d;
}
footer#footer .instagram-footer a.follow span.user-ins {
  font-weight: 800;
  color: #4d4d4d;
  font-style: italic;
}
footer#footer .instagram-footer a.follow:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
}
footer#footer .info-footer {
  display: block;
  width: 100%;
  background: #cccccc;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
footer#footer .info-footer h1 {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #333333;
  margin: 0;
}
footer#footer .info-footer .social-footer {
  display: block;
  margin: 25px 0 0;
  padding: 0;
  text-align: center;
}
footer#footer .info-footer .social-footer li {
  display: inline-block;
}
footer#footer .info-footer .social-footer li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #333333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer#footer .info-footer .social-footer.slanted-icons li a {
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
footer#footer .info-footer .social-footer.slanted-icons li:first-child a:before {
  content: '';
  display: block;
  width: 8px;
  height: 40px;
  background: #333333;
  position: absolute;
  left: -4px;
  top: 0;
  -ms-transform: skewX(10deg);
  /* IE 9 */
  -webkit-transform: skewX(10deg);
  /* Safari */
  -moz-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer#footer .info-footer .social-footer.slanted-icons li:last-child a:before {
  content: '';
  display: block;
  width: 8px;
  height: 40px;
  background: #333333;
  position: absolute;
  right: -4px;
  top: 0;
  -ms-transform: skewX(10deg);
  /* IE 9 */
  -webkit-transform: skewX(10deg);
  /* Safari */
  -moz-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer#footer .info-footer .social-footer.slanted-icons li:hover:first-child a:before,
footer#footer .info-footer .social-footer.slanted-icons li:hover:last-child a:before {
  background: #ed145b;
}
footer#footer .info-footer .footer-menu {
  display: block;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
footer#footer .info-footer .footer-menu li {
  display: inline-block;
  padding: 0 5px;
}
footer#footer .info-footer .footer-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer#footer .info-footer .footer-menu li a:hover {
  color: #ed145b;
}
footer#footer .copyright-footer {
  text-align: center;
  padding: 20px 15px;
  background: #333333;
}
footer#footer .copyright-footer p {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
footer#footer .copyright-footer p a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer#footer .copyright-footer p a:hover {
  color: #ed145b;
}
/*--------------------------------------------------------------
10.1 - Tweets Home Floated
--------------------------------------------------------------*/
.theartist-tweets {
  display: block;
  position: fixed;
  z-index: 5000;
  right: 0;
  top: 63px;
  bottom: 0;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.theartist-tweets .tweets-wrapper-container {
  display: block;
  position: relative;
  width: 400px;
  height: 100%;
  overflow-y: scroll;
  padding: 0 15px 15px;
}
@media all and (max-width: 450px) {
  .theartist-tweets .tweets-wrapper-container {
    width: 290px;
  }
}
.theartist-tweets #close-tweets {
  display: block;
  position: absolute;
  top: 15px;
  left: -41px;
  width: 40px;
  height: 40px;
  background: #0084B4;
  line-height: 40px;
  font-size: 24px;
  border: none;
  padding: 0;
  color: #ffffff;
  text-align: center;
  outline: 0 !important;
}
.theartist-tweets #close-tweets .fa-twitter {
  display: none;
}
.theartist-tweets.with_logo_image .widget-title {
  display: none;
}
.theartist-tweets.with_logo_image .twitter_image_logo {
  max-width: 200px;
  height: auto;
  margin-top: 15px;
}
.theartist-tweets.tweets_hide_name .tweet_author_name {
  display: none !important;
}
.theartist-tweets.toggled {
  right: -402px;
}
@media all and (max-width: 450px) {
  .theartist-tweets.toggled {
    right: -292px;
  }
}
.theartist-tweets.toggled #close-tweets .fa-twitter {
  display: inline-block;
}
.theartist-tweets.toggled #close-tweets .fa-arrow-circle-right {
  display: none;
}
/*--------------------------------------------------------------
11.0 - Header position when admin bar is visible
--------------------------------------------------------------*/
.site-content {
  margin-top: 60px;
}
.site-content.second_bar_style_site_content {
  margin-top: 45px;
}
@media screen and (max-width: 1199px) {
  .site-content {
    margin-top: 45px;
  }
}
.admin-bar .header-bar,
.admin-bar .soundcloud-wrapper-ta {
  top: 32px;
}
.admin-bar .site-content {
  margin-top: 60px;
}
.admin-bar .site-content.second_bar_style_site_content {
  margin-top: 45px;
}
.admin-bar .theartist-tweets {
  top: 95px;
}
@media screen and (max-width: 1199px) {
  .admin-bar .site-content,
  .admin-bar .site-content.second_bar_style_site_content {
    margin-top: 45px;
  }
}
@media screen and (min-width: 600px) and (max-width: 782px) {
  .admin-bar .header-bar,
  .admin-bar .soundcloud-wrapper-ta {
    top: 46px;
  }
  .admin-bar .site-content,
  .admin-bar .site-content.second_bar_style_site_content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .header-bar,
  .admin-bar .soundcloud-wrapper-ta {
    top: 0;
  }
  .admin-bar .site-content,
  .admin-bar .site-content.second_bar_style_site_content {
    margin-top: -1px;
    padding-top: 46px;
  }
  .admin-bar #wpadminbar {
    z-index: 10999;
  }
  .admin-bar .header-bars-animated,
  .admin-bar .vc-bars {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
12.0 - Woocommerce
--------------------------------------------------------------*/
.woocommerce-page .woocommerce-result-count {
  padding-top: 0;
}
.woocommerce-page .button.product_type_simple {
  margin-top: 5px !important;
}
.woocommerce-page .product .entry-summary .product_title {
  padding-bottom: 10px;
}
.woocommerce-page .product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.woocommerce-page .product .entry-summary .price {
  color: #4d4d4d !important;
}
.woocommerce-page .product .entry-summary .price del {
  display: inline-block !important;
  padding-right: 10px;
}
.woocommerce-page .product .entry-summary form.cart {
  padding-top: 15px;
  margin-bottom: 20px;
}
.woocommerce-page .product .entry-summary form.cart input[type=number] {
  height: 35px;
}
.woocommerce-page .product .entry-summary .product_meta .sku_wrapper {
  font-weight: 600;
}
.woocommerce-page .product .entry-summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
}
.woocommerce-page .product .entry-summary .product_meta .posted_in {
  font-weight: 600;
}
.woocommerce-page .product .entry-summary .product_meta .posted_in a {
  font-weight: 400;
}
.woocommerce-page #tab-reviews {
  outline: 0;
}
.woocommerce-page #tab-reviews p {
  padding-top: 10px;
}
.woocommerce-page #tab-reviews .comment-text p {
  padding-top: 0;
}
.woocommerce-page .commentlist {
  margin-top: 30px !important;
}
.woocommerce-page .star-rating span {
  color: #4d4d4d;
}
.woocommerce-page .star-rating span:before {
  color: #ed145b;
}
.woocommerce-page .stars a {
  color: #4d4d4d;
}
.woocommerce-page .stars a:before {
  color: #ed145b;
}
.woocommerce-page .woocommerce-review-link {
  color: #333333;
}
.woocommerce-page .posted_in a {
  color: #333333;
  font-style: italic;
}
.woocommerce-page .row.woo-single-product {
  padding-top: 10px;
}
.woocommerce-page .archive-product .page-title {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.woocommerce-page .woocommerce-tabs .entry-content .wolf-jplayer-playlist-container {
  margin-top: 20px;
}
.woocommerce-page #order_review_heading {
  padding: 20px 0;
}
.woocommerce-page .entry-header {
  padding-bottom: 30px;
}
.woocommerce-page .sidebar div[class*=widget_] {
  padding-bottom: 40px;
}
.woocommerce-page .sidebar div[class*=widget_] .title-shop-sidebar {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  border-left: 1px solid #808080;
  padding: 5px 5px 5px 10px;
  background: #fafafa;
}
.woocommerce-page .sidebar div[class*=widget_] ul {
  padding: 0;
}
.woocommerce-page .sidebar div[class*=widget_] a:not(.button) {
  font-weight: 700;
  color: #333333;
}
.woocommerce-page .sidebar div[class*=widget_] a:not(.button):hover {
  color: #ed145b;
}
.woocommerce-page .sidebar div[class*=widget_].widget_shopping_cart_content {
  padding-bottom: 0;
}
.onsale {
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  padding: 0;
  text-align: center;
  margin: 0 !important;
}
.woocommerce-pagination a {
  color: #333333;
}
#visible767 {
  display: none;
}
@media screen and (max-width: 767px) {
  #visible767 {
    display: block;
  }
}
/*--------------------------------------------------------------
12.1 Products
--------------------------------------------------------------*/
.archive-product ul.products {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.archive-product ul.products li {
  display: block;
  padding: 15px !important;
  margin: 0 !important;
}
.archive-product ul.products li .price {
  color: #4d4d4d !important;
}
.archive-product ul.products li .price del {
  display: inline-block !important;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .archive-product ul.products li {
    width: 33.33333333% !important;
  }
}
@media screen and (max-width: 767px) {
  .archive-product ul.products li {
    width: 50% !important;
    clear: none !important;
  }
  .archive-product ul.products li.first,
  .archive-product ul.products li.last {
    clear: none !important;
  }
  .archive-product ul.products li.myfirst {
    clear: both !important;
    float: left !important;
  }
  .archive-product ul.products li.mylast {
    float: right !important;
    clear: both !important;
  }
}
.related.products h2 {
  padding-bottom: 15px;
}
.related.products ul.products {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.related.products ul.products li.product {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 500px) {
  .related.products ul.products li.product {
    width: 33.33333333%;
  }
}
.related.products ul.products li.product .price {
  color: #4d4d4d !important;
}
.related.products ul.products li.product .price del {
  display: inline-block !important;
  padding-right: 10px;
}
.archive-shop .products h3 {
  padding-top: 0 !important;
}
.cart-icon-count {
  text-decoration: none !important;
  display: block;
  position: fixed;
  z-index: 999990;
  bottom: -40px;
  right: 60px;
  width: 40px;
  height: 30px;
  background: #ffffff;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cccccc;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cart-icon-count:hover {
  background: #ed145b;
  border-color: #ed145b;
  color: #ffffff;
}
/*--------------------------------------------------------------
13.0 - Assets
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.back-to-top {
  display: block;
  position: fixed;
  z-index: 999990;
  bottom: -40px;
  right: 15px;
  width: 40px;
  height: 30px;
  background: #ffffff;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.back-to-top:hover {
  color: #ffffff;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  outline: 0;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.img-responsive-2 {
  max-width: 100%;
  height: auto;
}
#primary {
  padding-top: 70px;
  padding-bottom: 70px;
}
#primary.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}
/*--------------------------------------------------------------
13.1 - Preloader
--------------------------------------------------------------*/
#preloaderTL {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}
#preloaderTL .bars-animation {
  display: block;
  width: 50px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -25px;
}
#preloaderTL .bars-animation .bar {
  display: block;
  position: absolute;
  bottom: 0;
  width: 9px;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#preloaderTL .bars-animation .bar:hover {
  background: rgba(0, 0, 0, 0.3);
}
#preloaderTL .bars-animation .bar.one {
  height: 60%;
  left: 0;
  -moz-animation-name: bar1;
  -webkit-animation-name: bar1;
  animation-name: bar1;
}
#preloaderTL .bars-animation .bar.two {
  height: 85%;
  left: 10px;
  -moz-animation-name: bar2;
  -webkit-animation-name: bar2;
  animation-name: bar2;
}
#preloaderTL .bars-animation .bar.three {
  height: 45%;
  left: 20px;
  -moz-animation-name: bar3;
  -webkit-animation-name: bar3;
  animation-name: bar3;
}
#preloaderTL .bars-animation .bar.four {
  height: 66%;
  left: 30px;
  -moz-animation-name: bar4;
  -webkit-animation-name: bar4;
  animation-name: bar4;
}
#preloaderTL .bars-animation .bar.five {
  height: 15%;
  left: 40px;
  -moz-animation-name: bar5;
  -webkit-animation-name: bar5;
  animation-name: bar5;
}
#preloaderTL img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -77px;
  margin-left: -150px;
}
/*--------------------------------------------------------------
13.2 - Header Bars Animation
--------------------------------------------------------------*/
.header-bars-animated {
  display: block;
  width: 100%;
  background: #f2f2f2 url(../img/elements/bg-1.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 120px;
  margin-top: 0;
}
.header-bars-animated ul.bars-container {
  display: block;
  width: 100%;
  height: 150px;
  padding: 0;
  margin: 0;
}
.header-bars-animated ul.bars-container li {
  display: block;
  float: left;
  position: relative;
  width: 4%;
  height: 100%;
  padding: 0 1px;
}
.header-bars-animated ul.bars-container li .bar-wrapper {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.header-bars-animated ul.bars-container li .bar-wrapper .bar {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header-bars-animated ul.bars-container li .bar-wrapper .bar.one {
  height: 60%;
  -moz-animation-name: bar1;
  -webkit-animation-name: bar1;
  animation-name: bar1;
}
.header-bars-animated ul.bars-container li .bar-wrapper .bar.two {
  height: 85%;
  -moz-animation-name: bar2;
  -webkit-animation-name: bar2;
  animation-name: bar2;
}
.header-bars-animated ul.bars-container li .bar-wrapper .bar.three {
  height: 45%;
  -moz-animation-name: bar3;
  -webkit-animation-name: bar3;
  animation-name: bar3;
}
.header-bars-animated ul.bars-container li .bar-wrapper .bar.four {
  height: 66%;
  -moz-animation-name: bar4;
  -webkit-animation-name: bar4;
  animation-name: bar4;
}
.header-bars-animated ul.bars-container li .bar-wrapper .bar.five {
  height: 15%;
  -moz-animation-name: bar5;
  -webkit-animation-name: bar5;
  animation-name: bar5;
}
.vc-bars {
  display: block;
  width: 100%;
  padding-top: 95px;
  margin-top: 0;
}
.vc-bars ul.bars-container {
  display: block;
  width: 100%;
  height: 150px;
  padding: 0;
  margin: 0;
}
.vc-bars ul.bars-container li {
  display: block;
  float: left;
  position: relative;
  width: 4%;
  height: 100%;
  padding: 0 1px;
}
.vc-bars ul.bars-container li .bar-wrapper {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.vc-bars ul.bars-container li .bar-wrapper .bar {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.vc-bars ul.bars-container li .bar-wrapper .bar.one {
  height: 60%;
  -moz-animation-name: bar1;
  -webkit-animation-name: bar1;
  animation-name: bar1;
}
.vc-bars ul.bars-container li .bar-wrapper .bar.two {
  height: 85%;
  -moz-animation-name: bar2;
  -webkit-animation-name: bar2;
  animation-name: bar2;
}
.vc-bars ul.bars-container li .bar-wrapper .bar.three {
  height: 45%;
  -moz-animation-name: bar3;
  -webkit-animation-name: bar3;
  animation-name: bar3;
}
.vc-bars ul.bars-container li .bar-wrapper .bar.four {
  height: 66%;
  -moz-animation-name: bar4;
  -webkit-animation-name: bar4;
  animation-name: bar4;
}
.vc-bars ul.bars-container li .bar-wrapper .bar.five {
  height: 15%;
  -moz-animation-name: bar5;
  -webkit-animation-name: bar5;
  animation-name: bar5;
}
/*--------------------------------------------------------------
13.3 - Visual Composer Styles
--------------------------------------------------------------*/
.theartist_row {
  display: block;
  position: relative;
  width: 100%;
}
.vc_row {
  outline: 0 !important;
}
.gallery_button {
  margin-bottom: 0 !important;
}
.gallery_button a {
  padding: 30px 0 !important;
  font-size: 24px !important;
  line-height: 24px !important;
}
.gallery_button a i {
  font-size: 24px !important;
  line-height: 24px !important;
}
.vc_section {
  padding-top: 65px;
  padding-bottom: 100px;
  -webkit-transform: translateZ(0);
}
.no_padding {
  padding: 0 !important;
}
.no_margin {
  margin: 0 !important;
}
.bg_fixed {
  background-attachment: fixed !important;
  -webkit-transform: translateZ(0);
}
.photo-gallery {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  outline: 0;
}
.photo-gallery .gallery {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.photo-gallery .gallery figure.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 33.33333333%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 992px) {
  .photo-gallery .gallery figure.gallery-item {
    width: 16.66666666%;
  }
}
.photo-gallery .gallery figure.gallery-item .gallery-icon {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.photo-gallery .gallery figure.gallery-item .gallery-icon > a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  opacity: 1;
  cursor: crosshair;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.photo-gallery .gallery figure.gallery-item .gallery-icon > a img {
  width: 100% !important;
  height: auto !important;
}
.photo-gallery .gallery figure.gallery-item .wp-caption-text {
  display: block;
  width: 100%;
  padding: 10px;
  color: #333333;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  background: #e6e6e6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.photo-gallery .gallery figure.gallery-item:hover {
  opacity: .9;
}
.photo-gallery .gallery figure.gallery-item:hover .wp-caption-text {
  opacity: 1;
}
.fullwidth_button {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #333333;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fullwidth_button:hover,
.fullwidth_button:active,
.fullwidth_button:focus {
  text-decoration: none;
  color: #ffffff;
}
.fullwidth_button.small_fwb {
  padding: 15px 0;
  font-size: 18px;
  line-height: 18px;
}
/*--------------------------------------------------------------
13.4 - LESS Mixins
--------------------------------------------------------------*/
.base-font {
  font-family: 'Open Sans';
}
/*--------------------------------------------------------------
13.5 - Animations
--------------------------------------------------------------*/
@-webkit-keyframes dot-1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes dot-1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot-1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bar1 {
  0% {
    height: 60%;
  }
  25% {
    height: 95%;
  }
  50% {
    height: 35%;
  }
  75% {
    height: 10%;
  }
}
@-moz-keyframes bar1 {
  0% {
    height: 60%;
  }
  25% {
    height: 95%;
  }
  50% {
    height: 35%;
  }
  75% {
    height: 10%;
  }
}
@keyframes bar1 {
  0% {
    height: 60%;
  }
  25% {
    height: 95%;
  }
  50% {
    height: 35%;
  }
  75% {
    height: 10%;
  }
}
@-webkit-keyframes bar2 {
  0% {
    height: 85%;
  }
  25% {
    height: 50%;
  }
  50% {
    height: 20%;
  }
  75% {
    height: 50%;
  }
}
@-moz-keyframes bar2 {
  0% {
    height: 85%;
  }
  25% {
    height: 50%;
  }
  50% {
    height: 20%;
  }
  75% {
    height: 50%;
  }
}
@keyframes bar2 {
  0% {
    height: 85%;
  }
  25% {
    height: 50%;
  }
  50% {
    height: 20%;
  }
  75% {
    height: 50%;
  }
}
@-webkit-keyframes bar3 {
  0% {
    height: 45%;
  }
  25% {
    height: 65%;
  }
  50% {
    height: 80%;
  }
  75% {
    height: 75%;
  }
}
@-moz-keyframes bar3 {
  0% {
    height: 45%;
  }
  25% {
    height: 65%;
  }
  50% {
    height: 80%;
  }
  75% {
    height: 75%;
  }
}
@keyframes bar3 {
  0% {
    height: 45%;
  }
  25% {
    height: 65%;
  }
  50% {
    height: 80%;
  }
  75% {
    height: 75%;
  }
}
@-webkit-keyframes bar4 {
  0% {
    height: 66%;
  }
  25% {
    height: 20%;
  }
  50% {
    height: 45%;
  }
  75% {
    height: 30%;
  }
}
@-moz-keyframes bar4 {
  0% {
    height: 66%;
  }
  25% {
    height: 20%;
  }
  50% {
    height: 45%;
  }
  75% {
    height: 30%;
  }
}
@keyframes bar4 {
  0% {
    height: 66%;
  }
  25% {
    height: 20%;
  }
  50% {
    height: 45%;
  }
  75% {
    height: 30%;
  }
}
@-webkit-keyframes bar5 {
  0% {
    height: 15%;
  }
  25% {
    height: 45%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 70%;
  }
}
@-moz-keyframes bar5 {
  0% {
    height: 15%;
  }
  25% {
    height: 45%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 70%;
  }
}
@keyframes bar5 {
  0% {
    height: 15%;
  }
  25% {
    height: 45%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 70%;
  }
}
/*--------------------------------------------------------------
14.0 - Dark Theme Colors
--------------------------------------------------------------*/
body.TCD-20,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark .album-single-info ul li span.dark,
body.dark .event-list-item .date-container i,
body.dark .event-list-item .date-container span.date,
body.dark .event-list-item .name-container h4,
body.dark .event-list-item .location-container i,
body.dark .event-list-item .location-container span.location,
body.dark .event-list-item .info-extended .info ul li span,
body.dark .single-event-wrapper ul.event-info-metabox li span,
body.dark .latest-news .posts-row .post-container .post-article h3 a,
body.dark .latest-news .posts-row .post-container .post-article .meta a,
body.dark .latest-news .posts-row .post-container .post-article .meta .meta-date,
body.dark .latest-news .posts-row .post-container .post-article a.read-more,
body.dark .entry-header .entry-title a,
body.dark .entry-header .entry-meta a,
body.dark .entry-content blockquote p,
body.dark .entry-footer .edit-link a,
body.dark .entry-footer .tags-links a,
body.dark .entry-footer .cat-links a,
body.dark .entry-footer .comments-link a,
body.dark .comments-area .comment-navigation .nav-links .nav-previous a,
body.dark .comments-area .comment-navigation .nav-links .nav-next a,
body.dark .comments-area .comment-list li .comment-body .comment-author b,
body.dark .comments-area .comment-list li .comment-body .comment-author b a,
body.dark .comments-area .comment-list li.pingback a.url,
body.dark .comments-area .comment-respond form p.logged-in-as a,
body.dark .comments-area .comment-respond form p.comment-form-comment label,
body.dark .comments-area .comment-respond form p.comment-form-author label,
body.dark .comments-area .comment-respond form p.comment-form-email label,
body.dark .comments-area .comment-respond form p.comment-form-url label,
body.dark .comments-area .comment-respond form p.comment-form-comment textarea,
body.dark .comments-area .comment-respond form p.comment-form-author textarea,
body.dark .comments-area .comment-respond form p.comment-form-email textarea,
body.dark .comments-area .comment-respond form p.comment-form-url textarea,
body.dark .comments-area .comment-respond form p.comment-form-author input,
body.dark .comments-area .comment-respond form p.comment-form-email input,
body.dark .comments-area .comment-respond form p.comment-form-url input,
body.dark .sidebar .widget.widget_rss .widget-title a,
body.dark .sidebar .widget.widget_social .social-sidebar li a,
body.dark .sidebar .widget.widget_tag_cloud .tagcloud a,
body.dark .artist-single-embed-video .video-title,
body.dark .artist-single-info .social-list li.social-list-text,
body.dark .artist-single-info .social-list li a,
body.dark .contact-home form .field input,
body.dark .contact-home form .field textarea,
body.dark .woocommerce-page .posted_in a,
body.dark .woocommerce-pagination a,
body.dark #TCD-20 {
  color: #e6e6e6;
}
body.TCD-30,
body.dark p,
body.dark .album-single-info .buy-shortcode p.product span.amount,
body.dark .single-event-wrapper .ev-meta span.date,
body.dark .single-event-wrapper .ev-meta span.location,
body.dark .single-event-wrapper .buy-shortcode .amount,
body.dark .latest-news .posts-row .post-container .post-article p,
body.dark .entry-header .entry-meta > span,
body.dark .entry-header .entry-meta > span span,
body.dark .entry-footer .edit-link,
body.dark .entry-footer .tags-links,
body.dark .entry-footer .cat-links,
body.dark .entry-footer .comments-link,
body.dark .content-read-more,
body.dark .comments-area h3 span,
body.dark .comments-area .comment-list li .comment-body .reply a,
body.dark .sidebar .widget.widget_search form label input,
body.dark .sidebar .widget.widget_categories > ul li:before,
body.dark .sidebar .widget.widget_archive > ul li:before,
body.dark .sidebar .widget.widget_recent_entries > ul li:before,
body.dark .sidebar .widget.widget_meta > ul li:before,
body.dark .sidebar .widget.widget_recent_comments > ul li:before,
body.dark .sidebar .widget.widget_pages > ul li:before,
body.dark .sidebar .widget.widget_rss > ul li:before,
body.dark .sidebar .widget.widget_categories > ul li .rss-date,
body.dark .sidebar .widget.widget_archive > ul li .rss-date,
body.dark .sidebar .widget.widget_recent_entries > ul li .rss-date,
body.dark .sidebar .widget.widget_meta > ul li .rss-date,
body.dark .sidebar .widget.widget_recent_comments > ul li .rss-date,
body.dark .sidebar .widget.widget_pages > ul li .rss-date,
body.dark .sidebar .widget.widget_rss > ul li .rss-date,
body.dark .sidebar .widget.widget_categories > ul li .comment-author-link,
body.dark .sidebar .widget.widget_archive > ul li .comment-author-link,
body.dark .sidebar .widget.widget_recent_entries > ul li .comment-author-link,
body.dark .sidebar .widget.widget_meta > ul li .comment-author-link,
body.dark .sidebar .widget.widget_recent_comments > ul li .comment-author-link,
body.dark .sidebar .widget.widget_pages > ul li .comment-author-link,
body.dark .sidebar .widget.widget_rss > ul li .comment-author-link,
body.dark .sidebar .widget.widget_categories > ul li a,
body.dark .sidebar .widget.widget_archive > ul li a,
body.dark .sidebar .widget.widget_recent_entries > ul li a,
body.dark .sidebar .widget.widget_meta > ul li a,
body.dark .sidebar .widget.widget_recent_comments > ul li a,
body.dark .sidebar .widget.widget_pages > ul li a,
body.dark .sidebar .widget.widget_rss > ul li a,
body.dark .sidebar .widget.widget_nav_menu ul.menu li:before,
body.dark .sidebar .widget.widget_nav_menu ul.menu li a,
body.dark .sidebar .widget.widget_rss ul li cite,
body.dark .sidebar .widget.widget_subscribe form input.emailinput,
body.dark .contact-home form .field p,
body.dark .woocommerce-page .product .entry-summary .price,
body.dark .related.products ul.products li.product .price,
body.dark #TCD-30 {
  color: #cccccc;
}
body.TCD-100,
body.dark #TCD-100 {
  color: #cccccc;
}
body.BGD-20,
body.dark #BGD-20 {
  background: #e6e6e6;
}
body.BGD-30,
body.dark #BGD-30 {
  background: #cccccc;
}
body.BGD-90,
body.dark #BGD-90 {
  background: #4d4d4d;
}
body.BGD-95,
body.dark .event-list-item .info-extended .info ul li:nth-child(odd),
body.dark .single-event-wrapper ul.event-info-metabox li:nth-child(odd),
body.dark .simillar-events-bg,
body.dark .sidebar .widget.widget_search form label:after,
body.dark .sidebar .widget.widget_search form label input,
body.dark #BGD-95 {
  background: #4d4d4d;
}
body.BGD-100,
body.dark .event-list-item,
body.dark .event-list-item .info-extended .open-icon,
body.dark .latest-news .posts-row .post-container .post-article,
body.dark .entry-content blockquote,
body.dark .comments-area .comment-respond form p.comment-form-comment textarea,
body.dark .comments-area .comment-respond form p.comment-form-author textarea,
body.dark .comments-area .comment-respond form p.comment-form-email textarea,
body.dark .comments-area .comment-respond form p.comment-form-url textarea,
body.dark .comments-area .comment-respond form p.comment-form-author input,
body.dark .comments-area .comment-respond form p.comment-form-email input,
body.dark .comments-area .comment-respond form p.comment-form-url input,
body.dark .sidebar .widget select,
body.dark .sidebar .widget.widget_subscribe form .label_skew:after,
body.dark .sidebar .widget.widget_subscribe form input.emailinput,
body.dark .sidebar .widget.widget_social .social-sidebar li a,
body.dark .contact-home form .field input,
body.dark .contact-home form .field textarea,
body.dark #preloaderTL,
body.dark #BGD-100 {
  background: #333333;
}
body.BDD-90,
body.dark .album-single-info .buy-shortcode p.product,
body.dark .event-list-item .info-extended .info-wrapper,
body.dark .event-list-item .info-extended .content-event,
body.dark .comments-area .comment-respond form p.comment-form-comment textarea,
body.dark .comments-area .comment-respond form p.comment-form-author textarea,
body.dark .comments-area .comment-respond form p.comment-form-email textarea,
body.dark .comments-area .comment-respond form p.comment-form-url textarea,
body.dark .comments-area .comment-respond form p.comment-form-author input,
body.dark .comments-area .comment-respond form p.comment-form-email input,
body.dark .comments-area .comment-respond form p.comment-form-url input,
body.dark .sidebar .widget select,
body.dark .sidebar .widget.widget_instagram ul li,
body.dark .contact-home form .field input,
body.dark .contact-home form .field textarea,
body.dark #BDD-90 {
  border-color: #333333 !important;
}
body.dark {
  background: #262626;
}
body.dark span {
  color: #cccccc;
}
body.dark .woocommerce-review-link {
  color: #cccccc;
}
body.dark .woocommerce-breadcrumb {
  color: #cccccc;
}
body.dark .woocommerce-breadcrumb a {
  color: #e6e6e6;
}
body.dark .woocommerce-checkout-payment {
  color: #333333;
}
body.dark .woocommerce-checkout-payment p {
  color: #333333;
}
body.dark .reviews_tab {
  background: #333333 !important;
}
body.dark .reviews_tab.active {
  background: #333333;
}
body.dark #order_comments {
  background: #333333;
  border-color: #4d4d4d;
  color: #cccccc;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}
body.dark .comment-form-comment textarea {
  background: #333333;
  border-color: #4d4d4d;
}
body.dark .quantity input {
  background: #333333;
  border-color: #4d4d4d;
  border-style: solid;
}
body.dark .woocommerce-checkout-review-order-table,
body.dark .shop_table.shop_table_responsive {
  border-color: #333333;
}
body.dark .checkout_coupon {
  border-color: #4d4d4d;
}
body.dark .woocommerce-billing-fields input,
body.dark .checkout_coupon input {
  background: #333333;
  color: #cccccc;
  border-color: #4d4d4d;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}
body.dark.woocommerce-page .posted_in a {
  color: #cccccc !important;
}
body.dark .archive-product .products .price {
  color: #cccccc !important;
}
body.dark .archive-product .products .pricedel span.amount,
body.dark .archive-product .products .priceins span.amount {
  color: #cccccc !important;
}
body.dark .sidebar div[class*=widget_] .title-shop-sidebar {
  background: #333333;
  border-color: #4d4d4d;
}
body.dark .sidebar div[class*=widget_] a:not(.button) {
  color: #e6e6e6;
}
body.dark .sidebar div[class*=widget_] span {
  color: #cccccc;
}
body.dark select.orderby {
  background: #333333;
  border-color: #4d4d4d;
}
body.dark .events-page-list {
  background: #212121;
}
body.dark .add_to_cart_inline {
  border-color: #4d4d4d !important;
}
body.dark .wpcf7-not-valid-tip {
  color: red;
}
body.dark #coupon_code {
  background: #333333;
  border-color: #4d4d4d;
}
body.dark .button-container .tabtn-dark {
  color: #333333;
  background: #ffffff;
}
body.dark .button-container .tabtn-dark:after,
body.dark .button-container .tabtn-dark:before {
  background: #ffffff;
}
body.dark .button-container .tabtn-dark:hover {
  background: #cccccc;
  color: #333333;
}
body.dark .button-container .tabtn-dark:hover:before,
body.dark .button-container .tabtn-dark:hover:after {
  background: #cccccc;
}
body.dark .contact-home form .button-container .button-wrapper {
  color: #333333;
  background: #ffffff;
}
body.dark .contact-home form .button-container .button-wrapper:after,
body.dark .contact-home form .button-container .button-wrapper:before {
  background: #ffffff;
}
body.dark .contact-home form .button-container .button-wrapper:hover {
  background: #cccccc;
  color: #333333;
}
body.dark .contact-home form .button-container .button-wrapper:hover:before,
body.dark .contact-home form .button-container .button-wrapper:hover:after {
  background: #cccccc;
}
/*--------------------------------------------------------------
14.1 - Base Color Rules
--------------------------------------------------------------*/
.event-list-item.free-event .free-icon {
  border-top-color: #ed145b;
  border-left-color: #ed145b;
}
.baseColorBg,
.button-container .tabtn-dark:hover,
.button-container .tabtn-dark:hover:before,
.button-container .tabtn-dark:hover:after,
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist,
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay,
.widget_revslider .cap-2,
.rev_slider_wrapper .cap-2,
.album-single-info .buy-shortcode p.product a.button:hover,
.subscribe-section,
.comments-area .comment-respond form p.form-submit input[name=submit]:hover,
.sidebar .widget.widget_search form input[type=submit],
.sidebar .widget.widget_subscribe form input[type=submit],
.contact-home form .button-container .button-wrapper:hover,
.contact-home form .button-container .button-wrapper:hover:before,
.contact-home form .button-container .button-wrapper:hover:after,
footer#footer .info-footer .social-footer.slanted-icons li:hover:first-child a:before,
footer#footer .info-footer .social-footer.slanted-icons li:hover:last-child a:before,
.cart-icon-count:hover {
  background: #ed145b;
}
.baseColorBg-i,
.widget_revslider #rev-buy-button,
.rev_slider_wrapper #rev-buy-button {
  background: #ed145b !important;
}
.baseColorBd,
.widget_revslider .cap-1,
.rev_slider_wrapper .cap-1,
.subscribe-section .form form .mce_inline_error,
.subscribe-section .form form .response,
.subscribe-section .form form input[type=submit],
.post .article-nav a:hover,
.entry-content blockquote,
.comments-area .comment-navigation .nav-links .nav-previous a:hover,
.comments-area .comment-navigation .nav-links .nav-next a:hover,
.comments-area .comment-respond form p.comment-form-comment textarea:focus,
.comments-area .comment-respond form p.comment-form-author textarea:focus,
.comments-area .comment-respond form p.comment-form-email textarea:focus,
.comments-area .comment-respond form p.comment-form-url textarea:focus,
.comments-area .comment-respond form p.comment-form-author input:focus,
.comments-area .comment-respond form p.comment-form-email input:focus,
.comments-area .comment-respond form p.comment-form-url input:focus,
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover,
.sidebar .widget.widget_subscribe form .mce_inline_error,
.sidebar .widget.widget_subscribe form .response,
.contact-home form .field input.wpcf7-not-valid,
.contact-home form .field textarea.wpcf7-not-valid,
.contact-home form .field label,
.cart-icon-count:hover {
  border-color: #ed145b;
}
.baseColorText,
.colored,
.header-bar .logo-text:hover,
.header-bar i.search-button:hover,
.header-bar #player-button:hover,
.header-bar #menu-button:hover,
.header-bar #open-soundcloud:hover,
.header-bar .nav-container .main-nav li a:hover,
.header-bar .nav-container .main-nav li.active a,
.header-bar .nav-container .main-nav li.current-menu-item a,
.album-single-info ul li span.colored,
.event-list-item .info-extended .open-icon:hover,
.subscribe-section .form form input[type=submit],
.type-post.sticky .entry-title a:before,
.comment-content table a,
.entry-content table a,
.comments-area .comment-list li .comment-body .comment-author b a:hover,
.comments-area .comment-list li .comment-body .reply a:hover,
.comments-area .comment-list li.pingback .edit-link a,
.comments-area .comment-respond h3 #cancel-comment-reply-link,
.comments-area .comment-respond form p.logged-in-as a:hover,
.comments-area .comment-respond form p.comment-form-comment label .required,
.comments-area .comment-respond form p.comment-form-author label .required,
.comments-area .comment-respond form p.comment-form-email label .required,
.comments-area .comment-respond form p.comment-form-url label .required,
.sidebar .widget.widget_categories > ul li .comment-author-link:hover,
.sidebar .widget.widget_archive > ul li .comment-author-link:hover,
.sidebar .widget.widget_recent_entries > ul li .comment-author-link:hover,
.sidebar .widget.widget_meta > ul li .comment-author-link:hover,
.sidebar .widget.widget_recent_comments > ul li .comment-author-link:hover,
.sidebar .widget.widget_pages > ul li .comment-author-link:hover,
.sidebar .widget.widget_rss > ul li .comment-author-link:hover,
.sidebar .widget.widget_categories > ul li a:hover,
.sidebar .widget.widget_archive > ul li a:hover,
.sidebar .widget.widget_recent_entries > ul li a:hover,
.sidebar .widget.widget_meta > ul li a:hover,
.sidebar .widget.widget_recent_comments > ul li a:hover,
.sidebar .widget.widget_pages > ul li a:hover,
.sidebar .widget.widget_rss > ul li a:hover,
.sidebar .widget.widget_nav_menu ul.menu li a:hover,
.sidebar .widget.widget_rss .widget-title a:hover,
.sidebar .widget.widget_calendar .calendar_wrap > table tbody tr td a,
.sidebar .widget.widget_calendar .calendar_wrap > table tfoot tr td a,
.sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.artist-article .artist-wrapper .mask h1 a:hover,
.contact-home form .field p .colored,
.contact-home form .field label,
footer#footer .info-footer .footer-menu li a:hover,
footer#footer .copyright-footer p a:hover,
.woocommerce-page .star-rating span:before,
.woocommerce-page .stars a:before,
.woocommerce-page .sidebar div[class*=widget_] a:not(.button):hover {
  color: #ed145b;
}
.baseColorText-i,
.category-head h1 .colored,
.latest-news .posts-row .post-container .post-article h3 a:hover,
.latest-news .posts-row .post-container .post-article .meta a:hover,
.latest-news .posts-row .post-container .post-article a.read-more:hover,
.subscribe-section .form form .mce_inline_error,
.subscribe-section .form form .response,
.entry-header .entry-title a:hover,
.entry-header .entry-meta a:hover,
.entry-footer .edit-link a:hover,
.entry-footer .tags-links a:hover,
.entry-footer .cat-links a:hover,
.entry-footer .comments-link a:hover,
.entry-footer .edit-link a.post-edit-link,
.entry-footer .tags-links a.post-edit-link,
.entry-footer .cat-links a.post-edit-link,
.entry-footer .comments-link a.post-edit-link,
.content-read-more:hover,
.sidebar .widget.widget_subscribe form .mce_inline_error,
.sidebar .widget.widget_subscribe form .response,
footer#footer .info-footer h1 .colored {
  color: #ed145b !important;
}
.base-bg {
  background: #de001a;
}
.base-bg-h:hover {
  background: #de001a !important;
}
.base-bg-h.selected {
  background: #de001a !important;
}
.base-bg-h-all:hover,
.base-bg-h-all:active,
.base-bg-h-all:focus {
  background: #de001a !important;
}
.base-bd-h:hover {
  border-color: #de001a;
}
.center_5_artists .artist-article:nth-child(4) {
  margin-left: 16.6666%;
}