/* Enter Your Custom CSS Here */

/* remove the header image on ALL pages */ 

.header-bars-animated {display:none !important}

/* Remove date and author from home-page news posts */

.latest-news .meta, .event-list-item .date-container .fa-calendar {display: none !important;}
.event-list-item .date-container span.date {padding-left: 0;}

/* Remove category and comments from aggregation pages */

.content-blog-home .span-user, .content-blog-home .span-date, .content-blog-home .span-cat, .content-blog-home .span-comm {display: none !important} 

/* Remove category and comments from single-post pages */

.content-single .span-user, .content-single .span-date, .content-single .span-cat, .content-single .span-comm {display: none !important} 

/* Remove date and author from single-post pages */

.content-single .span-user, .content-single .span-date {display: none !important} 

/* Remove artist name from albums */

.album-post .a-name {display: none !important;}
.album-post .a-title {margin-bottom: 60px !important;}

/* Hide the shopping cart in the footer */

.cart-icon-count {display: none;}

/* Change the background for the News items to match the background color */

.vc_gitem_row .vc_gitem-col { background: #333333; }

/* Change the background color on the News page "Read More" buttons */

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { font-weight: 800; background: #333333; color: #ffffff; }

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover { font-weight: 800; background: #333333; color: #de001a; }

/* Set the font style to normal instead of italic for Read More links */

.latest-news .posts-row .post-container .post-article a.read-more { font-style: normal; }

/* Eliminate the scrolling list of similar albums at the bottom of the single-album pages */

.owl-wrapper {display: none !important;}

/* Hide the meta tags on the Tag summary page */

.entry-meta {display: none !important;}

/* Put some space between a title and the picture or info below it */

.entry-header .entry-title {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 12px;
        margin-left: 0px;
}

a {
    color: #de001a;
    font-weight: 600
}

--------------------------------------------------------------
1.0 - General Styles
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
body.dark {
  color: #fefefe;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 15px 0 0;
  font-weight: 400;
}
.title-shop-sidebar {
  margin-top: 0 !important;
}
h1 {
  font-size: 36px;
  line-height: 36px;
}
h2 {
  font-size: 28px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 14px;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  padding: 15px 0 0;
}
ul {
  list-style-type: none;
  list-style: none;
}
.category-head h1 {
  font-style: normal;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
}
.button-container .tabtn-dark {
  text-transform: none;
}
.button-container .tabtn-dark:after {
  background: #333333;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.button-container .tabtn-dark:before {
  background: #333333;
  -ms-transform: skewX(-10deg);
  /* IE 9 */
  -webkit-transform: skewX(-10deg);
  /* Safari */
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.button-container .tabtn-dark:hover {
  background: #de001a;
}
.button-container .tabtn-dark:hover:before,
.button-container .tabtn-dark:hover:after {
  background: #de001a;
}
/*--------------------------------------------------------------
2.0 - Header Audio Player
--------------------------------------------------------------*/
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist {
  background: #F02814;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay {
  background: #F02814;
}
.player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .wolf-jp-overlay .wolf-jp-share-container {
  color: #333333;
}
@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 .wolf-jp-share strong {
  color: #333333;
}
.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;
}
@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%;
}
@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);
  }
}
/*--------------------------------------------------------------
2.1 - Header Bar - General rules
--------------------------------------------------------------*/

.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: #333333;
  padding: 14px 20px;
  box-sizing: border-box;
}
.header-bar form.search-form label input[type=search]::-webkit-input-placeholder {
  color: #333333;
}
.header-bar form.search-form label input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.header-bar form.search-form label input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
.header-bar form.search-form label input[type=search]:-ms-input-placeholder {
  color: #333333;
}
.header-bar .logo-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
}
.header-bar .logo-text:hover {
  color: #de001a;
}
.header-bar i.search-button,
.header-bar #player-button,
.header-bar #menu-button {
  color: #ffffff;
  font-size: 20px;
}
.header-bar i.search-button:hover,
.header-bar #player-button:hover,
.header-bar #menu-button:hover {
  color: #de001a;
  cursor: pointer;
}
.header-bar #open-soundcloud {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}
.header-bar #open-soundcloud:hover {
  color: #F02814;
  cursor: pointer;
}
@media all and (min-width: 1200px) {
  .header-bar #open-soundcloud {
    color: #F02814;
    /* not-extendable !! - manual customizer.php */
  }
  .header-bar #open-soundcloud:hover {
    color: #333333;
  }
}
/* Hover red */
.header-bar .nav-container .main-nav li a:hover {
  color: #de001a;
}
.header-bar .nav-container .main-nav li.active a,
.header-bar .nav-container .main-nav li.current-menu-item a {
  color: #F02814;
}
@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: #F02814;
  }
}
/*--------------------------------------------------------------
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 {
    background: #333333;
    position: absolute;
    right: -10px;
    top: 0;
    -ms-transform: skewX(0deg);
    /* IE 9 */
    -webkit-transform: skewX(0deg);
    /* Safari */
    -moz-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container:after {
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container p.error {
    color: #ffffff;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-playlist {
    background: #333333;
  }
  .first_bar_style .player-nav-container .nav-container {
    background: #333333;
  }
  .first_bar_style .player-nav-container .nav-container:after {
    background: #333333;
    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);
  }
  /* Remove navigation text skew */
  .first_bar_style .player-nav-container .nav-container .main-nav > li {
    border-right: 1px solid #e6e6e6;
    -ms-transform: skewX(0deg);
    /* IE 9 */
    -webkit-transform: skewX(0deg);
    /* Safari */
    -moz-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li a {
    font-weight: 400;
    color: #fefefe;
    text-decoration: none;
    text-transform: none;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li a:hover {
  color: #de001a;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav > li > ul.sub-menu {
    -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 > ul.sub-menu li {
    background: #333333;
    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 .search-container {
    background: #333333;
  }
@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 .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 {
    color: #ffffff;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container #player-button:hover {
    color: #F02814;
  }
  .first_bar_style .player-nav-container .wolf-jplayer-playlist-container .wolf-jplayer-playlist .jp-playlist {
    background: #333333;
  }
  .first_bar_style .player-nav-container .nav-container .main-nav li {
    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: #fefefe;
    text-decoration: none;
    text-transform: none;
  }
/*--------------------------------------------------------------
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 .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: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 .jp-playlist {
    display: none;
    position: absolute;
    top: 75px;
    left: 4px;
    width: 298px;
    background: #333333;
  }
  .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 .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 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 > 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 .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.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.x_soundcloud .player-nav-container .soundcloud-container {
    display: block;
    position: absolute;
    top: 0;
    left: 250px;
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
@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 .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;
  }
  .second_bar_style .player-nav-container .wolf-jplayer-playlist-container #player-button:hover {
    color: #F02814;
  }
  .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 .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;
  }
/*--------------------------------------------------------------
4.0 - Album Post
--------------------------------------------------------------*/
.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 #333333;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.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 #333333;
}
.album-post .info .a-title {
  display: inline-block;
  font-weight: 800;
  font-style: normal;
  color: #ffffff;
  /* Red-ify the album labels */
  background: #de001a;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 20px 5px 20px;
  margin: 0;
  opacity: .9;
  text-decoration: none;
}
/* Remove the Artist name from the album-cover graphics */
.album-post .info .a-name {
  display: none !important;
}
.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-single-info h2 {
  margin: 20px 0 0;
  font-style: normal;
}
.album-single-info .buy-shortcode p.product a.button {
  background: #333333;
  color: #ffffff;
}
.album-single-info .buy-shortcode p.product a.button:hover {
  background: #F02814;
}
.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: #333333;
}
/*--------------------------------------------------------------
4.2 - Similar Albums
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.3 - Album Filters
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.0 - Events
--------------------------------------------------------------*/

.event-list-item.free-event .free-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: solid 18px #F02814;
  border-left: solid 18px #F02814;
  border-right: solid 18px transparent;
  border-bottom: solid 18px transparent;
  text-align: center;
}
.event-list-item .info-extended .open-icon:hover {
  color: #F02814;
}
/*--------------------------------------------------------------
5.1 - Event Single
--------------------------------------------------------------*/
.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-button-ext a {
  text-decoration: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #ffffff;
}
.single-event-wrapper .buy-button-ext a:hover {
  background: #333333;
}
.simillar-events-bg {
  background: #f2f2f2;
  padding-bottom: 80px;
}
/*--------------------------------------------------------------
6.0 - VC Photo Gallery
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
7.0 - Latest News Home
--------------------------------------------------------------*/
/* Force an override of the italic for this text */
.latest-news .posts-row .post-container .post-article h3 a {
  display: block;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin: 20px 0 0;
  text-decoration: none;
}
.latest-news .posts-row .post-container .post-article h3 a:hover {
  color: #F02814;
}
.latest-news .posts-row .post-container .post-article .meta a:hover {
  color: #F02814;
}
.latest-news .posts-row .post-container .post-article a.read-more {
  display: inline-block;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #333333;
  margin-top: 15px;
}
.latest-news .posts-row .post-container .post-article a.read-more:hover {
  color: #F02814;
}
/*--------------------------------------------------------------
7.1 - Subscribe Home
--------------------------------------------------------------*/
.subscribe-section {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #F02814;
}
.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: #F02814 !important;
  background: #ffffff !important;
  border-top: 1px solid #F02814;
  padding: 10px;
}
.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: #333333;
}
.subscribe-section .form form input[type=submit] {
  display: block;
  width: 40%;
  height: 40px;
  border: none;
  border-left: 5px solid #F02814;
  background: #ffffff;
  color: #F02814;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  line-height: 40px;
}
.subscribe-section .form form input[type=submit]:hover {
  background: #333333;
  color: #ffffff;
}
/*--------------------------------------------------------------
7.2 - Blog Single
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .post .article-nav a {
    font-size: 14px;
    padding: 0 20px;
  }
}
.post .article-nav a:hover {
  border-color: #F02814;
  color: #333333;
}
.entry-header h1.title {
  font-weight: normal;
}
.entry-header .entry-title a:hover {
  color: #F02814;
}
.entry-header .entry-meta a:hover {
  color: #F02814;
}
.type-post.sticky .entry-title a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f0e7';
  margin-right: 10px;
  color: #F02814;
  font-size: 30px;
}
.comment-content table a,
.entry-content table a {
  color: #F02814;
}
.entry-content figcaption {
  font-style: normal;
  font-size: 14px;
}
.entry-content blockquote {
  display: block;
  background: #f2f2f2;
  padding: 20px 30px;
  margin: 20px 0 0 0;
  border-left: 3px solid #F02814;
}
.entry-content blockquote p {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding: 0;
  margin: 0;
}
.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: #F02814;
}
.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: #F02814;
}
.content-read-more {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
}
.content-read-more:hover {
  text-decoration: none;
  color: #F02814;
}
/*--------------------------------------------------------------
7.3 - Comments
--------------------------------------------------------------*/
.comments-area h3 {
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}
.comments-area .comment-navigation .nav-links .nav-previous a:hover {
  border-color: #F02814;
}
.comments-area .comment-navigation .nav-links .nav-next a:hover {
  border-color: #F02814;
}
.comments-area .comment-list li .comment-body .comment-author b a:hover {
  color: #F02814;
}
.comments-area .comment-list li .comment-body .reply a {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-top: 10px;
}
.comments-area .comment-list li .comment-body .reply a:hover {
  color: #F02814;
}
.comments-area .comment-list li.pingback a.url {
  font-style: normal;
  color: #333333;
  font-size: 14px;
}
.comments-area .comment-list li.pingback .edit-link a {
  font-weight: 700;
  color: #F02814;
  font-size: 14px;
}
.comments-area .comment-respond {
  display: block;
  width: 100%;
}
.comments-area .comment-respond h3 #cancel-comment-reply-link {
  color: #F02814;
}
.comments-area .comment-respond form p.logged-in-as a:hover {
  color: #F02814;
}
.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: #F02814;
}
.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: #F02814;
}
.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: #F02814;
}
.comments-area .comment-respond form p.form-submit input[name=submit]:hover {
  background: #F02814;
}
/*--------------------------------------------------------------
7.4 - Post navigation
--------------------------------------------------------------*/
.posts-navigation .nav-links .nav-previous a:hover {
  border-color: #F02814;
}
.posts-navigation .nav-links .nav-next a:hover {
  border-color: #F02814;
}
/*--------------------------------------------------------------
7.5 - Sidebar
--------------------------------------------------------------*/
.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: #333333;
  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: #F02814;
}
.sidebar .widget.widget_search form input[type=submit]:hover {
  background: #333333;
}
.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: #333333;
}
.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: #333333;
  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: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: #F02814;
}
.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: #333333;
}
.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: #333333;
  padding: 5px 0;
}
.sidebar .widget.widget_nav_menu ul.menu li a:hover {
  color: #F02814;
}
.sidebar .widget.widget_rss .widget-title a:hover {
  color: #F02814;
}
.sidebar .widget.widget_rss ul li cite {
  font-weight: 700;
  color: #333333;
}
.sidebar .widget.widget_calendar .calendar_wrap > table tbody tr td a {
  color: #F02814;
}
.sidebar .widget.widget_calendar .calendar_wrap > table tfoot tr td a {
  text-decoration: none;
  color: #F02814;
}
.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: #F02814 !important;
  background: #ffffff !important;
  border-top: 1px solid #F02814;
  padding: 10px;
}
.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: #333333;
  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: #F02814;
  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]:hover {
  background: #333333;
}
.sidebar .widget.widget_social .social-sidebar li a:hover {
  color: #ffffff;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #F02814;
}
/*--------------------------------------------------------------
8.0 - Artists
--------------------------------------------------------------*/
.artist-article .artist-wrapper .mask h1 a {
  text-decoration: none;
  font-weight: 800;
  font-style: normal;
  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: #F02814;
}
/*--------------------------------------------------------------
8.1 - Band Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
9.0 - Contact Home
--------------------------------------------------------------*/
.contact-home form .field .wpcf7-not-valid-tip {
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}
.contact-home form .field input::-webkit-input-placeholder,
.contact-home form .field textarea::-webkit-input-placeholder {
  color: #333333;
}
.contact-home form .field input:-moz-placeholder,
.contact-home form .field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.contact-home form .field input::-moz-placeholder,
.contact-home form .field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
.contact-home form .field input:-ms-input-placeholder,
.contact-home form .field textarea:-ms-input-placeholder {
  color: #333333;
}
.contact-home form .field input.wpcf7-not-valid,
.contact-home form .field textarea.wpcf7-not-valid {
  border-bottom: 1px solid #F02814;
}
.contact-home form .field p {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin: 0;
  padding: 0 0 10px;
}
.contact-home form .field label {
  display: block;
  width: 100%;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: #F02814;
  padding: 10px;
  background: #ffffff;
  border-top: 1px solid #F02814;
}
.contact-home form .button-container .button-wrapper:hover {
  background: #F02814;
}
.contact-home form .button-container .button-wrapper:hover:before,
.contact-home form .button-container .button-wrapper:hover:after {
  background: #F02814;
}
/*--------------------------------------------------------------
10.0 - Footer
--------------------------------------------------------------*/
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: #333333;
  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: #333333;
}
footer#footer .instagram-footer a.follow span.user-ins {
  font-weight: 800;
  color: #333333;
  font-style: normal;
}
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: #F02814;
}
footer#footer .info-footer .footer-menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-decoration: none;
}
footer#footer .info-footer .footer-menu li a:hover {
  color: #F02814;
}
footer#footer .copyright-footer p a:hover {
  color: #F02814;
}
/*--------------------------------------------------------------
10.1 - Tweets Home Floated
--------------------------------------------------------------*/

/*--------------------------------------------------------------
11.0 - Header position when admin bar is visible
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.0 - Woocommerce
--------------------------------------------------------------*/
.woocommerce-page .product .entry-summary .price {
  color: #333333 !important;
}
.woocommerce-page .star-rating span {
  color: #333333;
}
.woocommerce-page .star-rating span:before {
  color: #F02814;
}
.woocommerce-page .stars a {
  color: #333333;
}
.woocommerce-page .stars a:before {
  color: #F02814;
}
.woocommerce-page .posted_in a {
  color: #333333;
  font-style: normal;
}
.woocommerce-page .sidebar div[class*=widget_] a:not(.button):hover {
  color: #F02814;
}
/*--------------------------------------------------------------
12.1 Products
--------------------------------------------------------------*/
.archive-product ul.products li .price {
  color: #333333 !important;
}
.related.products ul.products li.product .price {
  color: #333333 !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: #333333;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cccccc;
  font-weight: 400;
}
.cart-icon-count:hover {
  background: #F02814;
  border-color: #F02814;
  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: #333333;
  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;
}
/*--------------------------------------------------------------
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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.3 - Visual Composer Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.4 - LESS Mixins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.5 - Animations
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.0 - Dark Theme Colors
--------------------------------------------------------------*/
body.BGD-90,
body.dark #BGD-90 {
  background: #333333;
}
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: #333333;
}
body.dark #order_comments {
  background: #333333;
  border-color: #333333;
  color: #cccccc;
  border-style: solid;
  padding-left: 5px;
  padding-right: 5px;
}
body.dark .comment-form-comment textarea {
  background: #333333;
  border-color: #333333;
}
body.dark .quantity input {
  background: #333333;
  border-color: #333333;
  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: #333333;
}
body.dark .woocommerce-billing-fields input,
body.dark .checkout_coupon input {
  background: #333333;
  color: #cccccc;
  border-color: #333333;
  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: #333333;
}
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: #333333;
}
body.dark .events-page-list {
  background: #212121;
}
body.dark .add_to_cart_inline {
  border-color: #333333 !important;
}
body.dark .wpcf7-not-valid-tip {
  color: red;
}
body.dark #coupon_code {
  background: #333333;
  border-color: #333333;
}
/*--------------------------------------------------------------
14.1 - Base Color Rules
--------------------------------------------------------------*/
.event-list-item.free-event .free-icon {
  border-top-color: #F02814;
  border-left-color: #F02814;
}
.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: #F02814;
}
.baseColorBg-i,
.widget_revslider #rev-buy-button,
.rev_slider_wrapper #rev-buy-button {
  background: #F02814 !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: #F02814;
}
.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: #de001a;
}
.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: #F02814 !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;
}