@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext';
/*				Table Of Contents
==========================================================
	
	x.x - Generals
	0.0 - UI Elements
	1.0 - Header
	2.0 - Slider
	3.0 - Home Player
	4.0 - Albums
	5.0 - Social Media Bar
	6.0 - Featured Artist
	7.0 - Gallery
	8.0 - Events
	9.0 - Home Player
	10.0 - Contact`
	11.0 - Main Player
	12.0 - Single Discography
	13.0 - News
	14.0 - Footer
	x.x - Less - Special Clasess


==========================================================
*/
/*===============================================================
x.x - Generals
===============================================================*/
body {
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  position: relative;
}
a,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
select,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none ;
  border: none;
  outline: 0;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* Typography */
/* Fonts */
h1 {
  font-size: 43px;
  line-height: 43px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h3 {
  font-size: 21px;
  line-height: 21px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
}
h5 {
  font-size: 16px;
  line-height: 16px;
}
h6 {
  font-size: 14px;
  line-height: 14px;
}
p {
  font-size: 16px;
  line-height: 22px;
}

p {
  font-size: 16px;
  line-height: 22px;
}

#language {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
#language a {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
#language a:hover {
  font-size: 16px;
  color: #ff0000;
  line-height: 22px;
}
/*==== Special Classes ====*/
.img-responsive {
  width: 100%;
  height: auto;
}
.section-height-one {
  padding-top: 100px;
  padding-bottom: 90px;
}
.section-height-two {
  padding-top: 100px;
  padding-bottom: 190px;
}
.section-height-three {
  padding-top: 110px;
  padding-bottom: 154px;
}
.section-height-four {
  padding-top: 130px;
  padding-bottom: 120px;
}
.section-page {
  padding-top: 70px;
  padding-bottom: 120px;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.nivo-activator {
  display: block;
}
.btn-wrapper {
  text-align: center;
}
.btn-wrapper.pdt-65 {
  padding-top: 65px;
}
.colored {
  color: #ed1111;
}
/*==== 0.0 - UI Elements ====*/
/* Preloader */
#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background: #0a0a0a;
}
#preloader .preloader-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#preloader .preloader-inside:after {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-top-color: #ed1111;
  border-bottom-color: #ed1111;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  animation: spinny 1s linear infinite;
}
/* Button */
.btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #ed1111;
  height: 48px;
  line-height: 48px;
  padding: 0 35px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn span,
.btn img {
  position: relative;
  z-index: 10;
}
.btn.btn-big {
  height: 56px;
  line-height: 56px;
}
.btn.tiny {
  height: 27px;
  line-height: 25px;
  padding: 0 18px;
}
.btn.small {
  height: 31px;
  line-height: 29px;
  padding: 0 10px;
}
.btn.tiny,
.btn.small {
  font-size: 14px;
  text-transform: none;
}
.btn.tiny img,
.btn.small img {
  padding-right: 5px;
}
.btn.tiny.first,
.btn.small.first {
  margin-right: 15px;
}
.btn::before {
  overflow: hidden;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #cc3000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -ms-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #ffffff;
  overflow: hidden;
}
.btn:hover::before,
.btn:focus::before,
.btn:active::before {
  width: 100%;
}
/* Tags */
.tags {
  display: block;
}
.tags li {
  display: inline-block;
  padding-right: 3px;
}
.tags li .tag {
  position: relative;
  display: inline-block;
  vertical-align: center;
  height: 35px ;
  margin-bottom: 5px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding: 0 15px;
  color: #ffffff;
  background: #ed1111;
}
.tags li .tag span {
  position: relative;
  z-index: 10;
}
.tags li .tag::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #cc3000;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tags li .tag:hover::before,
.tags li .tag:focus::before {
  width: 100%;
}
/* Section Title */
.section-title {
  text-align: center;
}
.section-title.pdb-56 {
  padding-bottom: 56px;
}
.section-title.pdb-36 {
  padding-bottom: 36px;
}
.section-title.pdb-66 {
  padding-bottom: 66px;
}
.section-title h1 {
  text-transform: uppercase;
  font-weight: 900;
}
.section-title h2 {
  font-style: italic;
  font-weight: 400;
  padding-top: 10px;
}
/* Overlay Section */
.overlay-section {
  background: rgba(0, 0, 0, 0.83);
}
/* Page Header */
.page-header {
  background: url(../img/backgrounds/page-bg-1.jpg) fixed top center no-repeat;
}
.page-header.bg-2 {
  background: url(../img/backgrounds/page-bg-2.jpg) fixed top center no-repeat;
}
.page-header.bg-3 {
  background: url(../img/backgrounds/page-bg-3.jpg) fixed top center no-repeat;
}
.page-header.bg-4 {
  background: url(../img/backgrounds/page-bg-4.jpg) fixed top center no-repeat;
}
.page-header .page-header-section {
  padding-top: 320px;
  padding-bottom: 100px;
}
.page-header h1 {
  display: block;
  padding-bottom: 25px;
  margin-bottom: 28px;
  border-bottom: 1px solid #999999;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-header h2 {
  padding-right: 40px;
}
.page-header .btn {
  position: relative;
  top: 6px;
}
.page-header h2,
.page-header .btn,
.page-header ul {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-header h2 {
    display: block;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 550px) {
  .page-header h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
/* Pagination */
.pagination li {
  display: block;
  float: left;
  text-align: center;
}
.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2e2e2e;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 2px solid #1a1a1a;
}
.pagination li a img {
  margin-top: -3px;
}
.pagination li a:hover,
.pagination li a:focus {
  border-color: #ed1111;
  color: #ed1111;
}
@media screen and (max-width: 768px) {
  .pagination-wrapper {
    padding-top: 45px;
  }
}
/* Lightbox Style*/
.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.91);
  z-index: 9999999;
  display: block;
}
.nivo-lightbox-overlay img,
.nivo-lightbox-overlay iframe {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  -moz-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
}
.nivo-lightbox-overlay .nivo-lightbox-nav {
  top: 25%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next {
  height: 50%;
  width: 10%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev {
  padding-left: 20px;
  background: url(../icons/chevron-left.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-next {
  padding-right: 20px;
  background: url(../icons/chevron-right.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-close {
  background: url(../icons/close.png) center center no-repeat;
  width: 65px;
  height: 65px;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next,
.nivo-lightbox-overlay .nivo-lightbox-close {
  opacity: .6;
  font-size: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nivo-lightbox-overlay .nivo-lightbox-prev:hover,
.nivo-lightbox-overlay .nivo-lightbox-next:hover,
.nivo-lightbox-overlay .nivo-lightbox-close:hover {
  opacity: 1;
}
/*===============================================================
1.0 - Header
===============================================================*/
#site-header {
  display: block;
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-header.scroll {
  background: #060606;
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu {
  padding: 0;
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu li {
  padding: 22px 20px 22px;
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu li.logo-item {
  padding: 6px 95px 2px;
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu li .sub-menu {
  top: 65px;
}
#site-header .nav-wrapper {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #site-header .nav-wrapper .site-branding {
    display: none;
  }
}
#site-header .nav-wrapper #site-navigation .main-menu {
  padding: 15px 0;
}
#site-header .nav-wrapper #site-navigation .main-menu li {
  position: relative;
  display: inline-block;
  padding: 15px 20px 20px;
}
#site-header .nav-wrapper #site-navigation .main-menu li.logo-item {
  padding: 35px 95px;
}
@media screen and (max-width: 1200px) {
  #site-header .nav-wrapper #site-navigation .main-menu li.logo-item {
    display: none;
  }
}
#site-header .nav-wrapper #site-navigation .main-menu li a {
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-header .nav-wrapper #site-navigation .main-menu li a:hover,
#site-header .nav-wrapper #site-navigation .main-menu li a:focus {
  color: #ed1111;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu {
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  width: 200px;
  background: #ed1111;
  display: none;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li {
  display: block;
  padding: 0;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li a:hover,
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li a:focus {
  padding-left: 30px;
  color: #ffffff;
  background: #f03800;
}
#site-header .nav-wrapper #site-navigation .main-menu li.active a {
  color: #fff;
  display:inline; border-bottom: 2px solid #ed1111; padding-bottom: 10px;
}
#site-header .nav-wrapper #site-navigation .main-menu li.has-children:hover .sub-menu {
  display: block;
}
#site-header .nav-wrapper #nav-toggle {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 24px;
  height: 24px;
  display: none;
}
#site-header .nav-wrapper #nav-toggle.menu-icon {
  background: url(../icons/menu.png) center center no-repeat;
}
#site-header .nav-wrapper #nav-toggle.close-icon {
  background: url(../icons/close.png) center center no-repeat;
}
@media screen and (max-width: 1200px) {
  #site-header {
    padding: 10px 0;
  }
  #site-header .nav-wrapper #site-navigation {
    position: absolute;
    padding: 0;
    right: 0;
    width: 240px;
    top: 65px;
    background: #0a0a0a;
    display: none;
  }
  #site-header .nav-wrapper #site-navigation.open {
    display: block;
  }
  #site-header .nav-wrapper #site-navigation .main-menu {
    padding: 0;
  }
  #site-header .nav-wrapper #site-navigation .main-menu li {
    display: block;
    padding: 0;
  }
  #site-header .nav-wrapper #site-navigation .main-menu li a {
    padding: 10px 20px;
  }
  #site-header .nav-wrapper #site-navigation .main-menu li .sub-menu {
    position: static;
    width: 240px;
  }
  #site-header .nav-wrapper #nav-toggle {
    display: block;
  }
  #site-header.scroll .nav-wrapper #site-navigation .main-menu li {
    padding: 0;
  }
}
/*===============================================================
2.0 - Slider
===============================================================*/
#main-slider .big-caption {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px !important;
  line-height: 60px;
  color: #ffffff;
}
#main-slider .small-caption {
  text-align: center;
  font-size: 24px !important;
  line-height: 24px;
  font-style: italic;
  color: #ffffff;
}
#main-slider .small-caption br {
  display: none;
}
#main-slider .slider-btn {
  cursor: pointer;
  display: inline-block;
  padding: 0 40px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  background: #ed1111;
  text-transform: uppercase;
  letter-spacing: 8px;
}
#main-slider .slider-btn span {
  position: relative;
  z-index: 10;
}
#main-slider .slider-btn::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #bd2c00;
}
#main-slider .slider-btn:hover::before,
#main-slider .slider-btn:focus::before {
  width: 100%;
}
#main-slider .scroll-btn {
  cursor: pointer;
  text-align: center;
}
#main-slider .scroll-btn img {
  width: 20px !important;
  height: 30px !important;
}
#main-slider .scroll-btn span {
  padding-top: 15px;
  text-align: center;
  display: block;
  font-size: 12px;
  opacity: .8;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  #main-slider .big-caption {
    font-size: 55px !important;
  }
  #main-slider .small-caption {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #main-slider .big-caption {
    font-size: 26px !important;
  }
  #main-slider .small-caption {
    margin-top: 25px;
    font-size: 16px !important;
    line-height: 28px !important;
  }
  #main-slider .small-caption br {
    display: block;
  }
  #main-slider .slider-btn {
    padding: 0 25px;
    margin-top: 70px;
    font-size: 18px;
  }
  #main-slider .scroll-btn {
    margin-top: 95px;
  }
}
/*===============================================================
3.0 - Home Player
===============================================================*/
.home-player-wrapper {
  position: relative;
  z-index: 9995;
  margin-top: -50px;
  background: #000000;
  height: 100%;
}
.home-player-wrapper .home-player {
  position: relative;
  padding: 13px 0;
}
.home-player-wrapper .home-player .jp-controls {
  height: 27px;
}
.home-player-wrapper .home-player .jp-controls.left {
  float: left;
}
.home-player-wrapper .home-player .jp-controls.right {
  float: right;
}
.home-player-wrapper .home-player .jp-controls .jp-previous,
.home-player-wrapper .home-player .jp-controls .jp-next,
.home-player-wrapper .home-player .jp-controls .jp-play,
.home-player-wrapper .home-player .jp-controls .jp-mute,
.home-player-wrapper .home-player .jp-controls .playlist-toggle {
  width: 27px;
  height: 27px;
  margin-right: 12px;
  background: #ffffff center center no-repeat;
}
.home-player-wrapper .home-player .jp-controls .jp-previous {
  background: url(../icons/backward.png);
}
.home-player-wrapper .home-player .jp-controls .jp-next {
  background: url(../icons/forward.png);
}
.home-player-wrapper .home-player .jp-controls .jp-play {
  background: url(../icons/play.png);
}
.home-player-wrapper .home-player .jp-controls .jp-mute {
  margin-right: 0;
  margin-left: 12px;
  background: url(../icons/volume.png);
}
.home-player-wrapper .home-player .jp-controls .playlist-toggle {
  margin-left: 12px;
  background: url(../icons/playlist-min.png) bottom center no-repeat;
}
.home-player-wrapper .home-player .jp-controls .playlist-toggle.toggled {
  opacity: .6;
}
.home-player-wrapper .home-player .jp-progress {
  position: absolute;
  height: 6px;
  width: 100%;
  top: -6px;
  left: 0;
  z-index: 9997;
  background: #3d3d3d;
}
.home-player-wrapper .home-player .jp-progress .jp-seek-bar {
  height: 6px;
  cursor: pointer;
}
.home-player-wrapper .home-player .jp-progress .jp-play-bar {
  height: 6px;
  background: #ed1111;
  position: relative;
}
.home-player-wrapper .home-player .jp-progress .jp-play-bar::before {
  position: absolute;
  content: '';
  right: -1px;
  top: -4px;
  width: 14px;
  height: 14px;
  background: #801e00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home-player-wrapper .home-player .nowPlaying {
  float: left;
  padding-left: 18px;
  font-size: 14px;
  padding-top: 3px;
  font-weight: 700;
  color: #ffffff;
}
.home-player-wrapper .home-player .nowPlaying .artist-name {
  position: relative;
  padding-right: 20px;
}
.home-player-wrapper .home-player .nowPlaying .artist-name::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.home-player-wrapper .home-player .playlist-home-player {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  display: none;
}
.home-player-wrapper .home-player .playlist-home-player.open {
  display: block;
}
.home-player-wrapper .home-player .playlist-home-player ul li {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #0a0a0a;
  background: #262626;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item {
  display: inline-block;
  position: relative;
  padding: 12px 58px;
  font-size: 13px;
  color: #ffffff;
  outline: 0;
  font-weight: 700;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item .jp-artist {
  position: relative;
  padding-right: 20px;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item .jp-artist::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item::before {
  position: absolute;
  top: 15px;
  left: 30px;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../icons/play-tiny.png) center center no-repeat;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item.jp-playlist-current {
  color: #ed1111;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item.jp-playlist-current .jp-artist::before {
  background: #ed1111;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item-remove {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #ffffff;
  opacity: .2;
  font-weight: 600;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media {
  position: absolute;
  right: 55px;
  top: 10px;
  outline: 0;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media:first-child {
  right: 78px;
}
@media screen and (max-width: 650px) {
  .home-player-wrapper .home-player .playlist-home-player ul li {
    padding-bottom: 15px;
  }
  .home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media {
    position: static;
    top: 0;
  }
  .home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media:first-child {
    margin-left: 30px;
    margin-right: 6px;
  }
}
.home-player-wrapper .home-player.jp-state-playing .jp-play {
  background: url(../icons/pause.png) !important;
}
.home-player-wrapper .home-player.jp-state-muted .jp-mute {
  background: url(../icons/mute.png) !important;
}
@media screen and (max-width: 768px) {
  .home-player-wrapper .home-player .jp-controls,
  .home-player-wrapper .home-player .nowPlaying {
    float: none !important;
  }
  .home-player-wrapper .home-player .jp-controls {
    height: 27px;
  }
  .home-player-wrapper .home-player .jp-controls.left,
  .home-player-wrapper .home-player .jp-controls.right {
    position: absolute;
    bottom: 13px;
  }
  .home-player-wrapper .home-player .jp-controls.left {
    left: 24px;
  }
  .home-player-wrapper .home-player .jp-controls.right {
    right: 24px;
  }
  .home-player-wrapper .home-player .nowPlaying {
    padding-left: 0;
    padding-bottom: 45px;
    position: relative;
  }
  .home-player-wrapper .home-player .playlist-home-player {
    top: 92px;
  }
}
/*===============================================================
4.0 - Albums
===============================================================*/
/*==== Album ====*/
.discography-row {
  margin: 0 -2px;
}
.discography-item-wrapper {
  padding: 2px;
}
.discography-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 64px;
  background: #ed1111;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.discography-item .icon img {
  display: inline-block;
  padding-left: 4px;
}
.discography-item:hover .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .discography-item {
    max-width: 360px;
    margin: 0 auto;
  }
}
/*===============================================================
5.0 - Social Media Bar
===============================================================*/
.social-media-bar-wrapper {
  background: #ed1111;
  padding: 75px 0;
}
.social-media-bar-wrapper h1 {
  text-transform: uppercase;
  font-weight: 800;
  font: 46px;
  line-height: 46px;
}
.social-media-bar-wrapper h1 span {
  font-weight: 300;
}
.social-media-bar-wrapper h2 {
  font-weight: 400;
  padding-top: 15px;
}
.social-media-bar-wrapper .social-networks {
  float: right;
  padding-top: 15px;
}
.social-media-bar-wrapper .social-networks li {
  display: inline-block;
  padding: 0 6px;
}
.social-media-bar-wrapper .social-networks li a {
  opacity: .45;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-media-bar-wrapper .social-networks li a:hover,
.social-media-bar-wrapper .social-networks li a:focus {
  opacity: .6;
}
@media screen and (max-width: 1200px) {
  .social-media-bar-wrapper .social-networks {
    float: none;
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .social-media-bar-wrapper h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
/*===============================================================
6.0 - Featured Artist
===============================================================*/
.featured-artist-wrapper {
  background: url(../img/backgrounds/bg-1.jpg) fixed center center no-repeat;
  background-size: cover;
}
/*==== Artist Info ====*/
.artist-biography.normal-padding .image {
  padding-right: 15px;
}
.artist-biography.normal-padding .info-block {
  padding-left: 15px;
}
.artist-biography.normal-padding .stats {
  padding-top: 35px;
}
.artist-biography .image {
  padding-right: 0px;
}
.artist-biography .info-block {
  padding-left: 0px;
}
.artist-biography .info-block h3 {
  text-transform: uppercase;
}
.artist-biography .info-block .meta {
  color: #b3b3b3;
  font-weight: 400;
  padding-top: 12px;
}
.artist-biography .info-block .meta .sep {
  padding: 0 5px;
}
.artist-biography .info-block p {
  font-size: 18px;
  line-height: 28px;
  padding-top: 30px;
}
.artist-biography .stats {
  padding-top: 45px;
}
.artist-biography .stats li {
  display: inline-block;
  padding: 0 27px;
  border-right: 1px solid #292929;
}
.artist-biography .stats li:first-child {
  padding-left: 0;
}
.artist-biography .stats li:last-child {
  border: none;
}
.artist-biography .stats li img,
.artist-biography .stats li .text {
  float: left;
}
.artist-biography .stats li img {
  padding-right: 15px;
}
.artist-biography .stats li h4 {
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 8px;
}
.artist-biography .stats li span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .artist-biography .stats li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-right: none;
    border-bottom: 1px solid #292929;
  }
  .artist-biography .stats li::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
.artist-biography .btn {
  margin-top: 45px;
}
.artist-biography blockquote p {
  font-style: italic;
  color: #a3a3a3;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .artist-biography .image {
    padding-right: 15px;
  }
  .artist-biography .info-block {
    padding-left: 15px;
  }
  .artist-biography .stats li {
    padding: 0 10px;
  }
  .artist-biography .stats li img {
    padding-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .artist-biography .image {
    padding-right: 15px;
  }
  .artist-biography .info-block {
    padding-top: 30px;
    padding-left: 15px;
  }
}
/*===============================================================
7.0 - Gallery
===============================================================*/
.photo-gallery-wrapper {
  overflow: hidden;
  background: #ed1111;
  height: 100%;
}
.photo-gallery-wrapper .title-wrapper,
.photo-gallery-wrapper .gallery-item {
  width: 20%;
  display: block;
  float: left;
  height: 100%;
}
.photo-gallery-wrapper .title-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
}
.photo-gallery-wrapper .title-wrapper h2 {
  padding: 45% 0;
  margin-top: -3px;
}
.photo-gallery-wrapper .title-wrapper h2 span {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .photo-gallery-wrapper {
    background: #1a1a1a;
  }
  .photo-gallery-wrapper .title-wrapper {
    width: 100%;
    height: 70px;
    background: #ed1111;
  }
  .photo-gallery-wrapper .title-wrapper h2 {
    padding: 0;
    line-height: 70px;
  }
  .photo-gallery-wrapper .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .photo-gallery-wrapper .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .photo-gallery-wrapper .gallery-item {
    width: 100%;
  }
}
.gallery-item {
  position: relative;
}
.gallery-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 64px;
  background: #ed1111;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-item .icon img {
  display: inline-block;
}
.gallery-item:hover .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
/*===============================================================
8.0 - Events
===============================================================*/
/*==== Events ====*/
.events-wrapper {
  background: url(../img/backgrounds/bg-2.jpg) fixed center center no-repeat;
  background-size: cover;
}
/*==== Event ====*/
.event {
  padding: 10px 0;
  border-bottom: 2px solid #141414;
}
.event .title {
  float: left;
  width: 36%;
}
.event .title img {
  float: left;
  margin-right: 30px;
}
.event .title .text {
  padding-top: 30px;
}
.event .title h4 {
  text-transform: uppercase;
  font-weight: 400;
}
.event .title h5 {
  font-weight: 400;
  padding-top: 10px;
}
.event .date,
.event .tickets,
.event .button {
  padding-top: 30px;
  float: left;
  width: 21.3333%;
}
.event .date img,
.event .tickets img,
.event .button img {
  margin-right: 20px;
  float: left;
}
.event .date h4,
.event .tickets h4 {
  padding-top: 15px;
  font-weight: 400;
}
.event .date h4 .sep,
.event .tickets h4 .sep {
  display: inline-block;
  background: #ffffff;
  width: 2px;
  height: 13px;
  margin: 0 6px;
}
.event .tickets {
  padding-left: 25px;
}
.event .btn {
  float: right;
}
@media screen and (max-width: 991px) {
  .event .title,
  .event .date,
  .event .tickets,
  .event .button {
    width: 50%;
    float: left;
  }
  .event .date {
    padding-left: 65px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .event .title,
  .event .date,
  .event .tickets,
  .event .button {
    width: 100%;
    float: none;
  }
  .event .date,
  .event .tickets {
    padding-left: 0;
  }
  .event .date {
    padding-bottom: 0;
  }
  .event .btn {
    float: none;
    height: 45px;
    line-height: 45px;
    padding: 0 20px ;
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .event .title .text {
    padding-top: 0;
  }
}
/*===============================================================
9.0 - Home Player
===============================================================*/
/*==== Video Item ====*/
.video-item {
  position: relative;
  padding-top: 30px;
}
.video-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -26px;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*===============================================================
10.0 - Contact`
===============================================================*/
.contact-wrapper .contact-details .title h4 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}
.contact-wrapper .contact-details p {
  font-size: 16px;
  line-height: 18px;
}
.contact-wrapper .contact-details .details li {
  padding-top: 50px;
}
.contact-wrapper .contact-details .details li:first {
  padding-top: 40px;
}
.contact-wrapper .contact-details .details .icon {
  float: left;
  text-align: center;
  width: 76px;
  height: 76px;
  line-height: 74px;
  background: #ed1111;
  margin-right: 20px;
}
.contact-wrapper .contact-details .details p {
  padding-top: 17px;
  font-size: 16px;
  line-height: 18px;
}
.contact-wrapper .contact-form form {
  display: block;
}
.contact-wrapper .contact-form form .field {
  width: 100%;
  display: block;
  padding-top: 15px;
}
.contact-wrapper .contact-form form .field:first-child {
  padding-top: 0;
}
.contact-wrapper .contact-form form .field input,
.contact-wrapper .contact-form form .field textarea {
  padding: 16px;
  display: block;
  width: 100%;
  height: 45px;
  color: #ffffff;
  background: #171717;
  border: 1px solid #2b2b2b;
}
.contact-wrapper .contact-form form .field input::-webkit-input-placeholder,
.contact-wrapper .contact-form form .field textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.contact-wrapper .contact-form form .field input:-moz-placeholder,
.contact-wrapper .contact-form form .field textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-wrapper .contact-form form .field input::-moz-placeholder,
.contact-wrapper .contact-form form .field textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-wrapper .contact-form form .field input:-ms-input-placeholder,
.contact-wrapper .contact-form form .field textarea:-ms-input-placeholder {
  color: #ffffff;
}
.contact-wrapper .contact-form form .field label {
  display: block;
  background: #ed1111;
  padding: 0 16px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}
.contact-wrapper .contact-form form .field textarea {
  height: 195px;
}
.contact-wrapper .contact-form form .contact-btn {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  height: 55px;
  font-size: 14px;
  background: #121212;
  border: 1px solid #2b2b2b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-wrapper .contact-form form .contact-btn:hover {
  border-color: #ff6333;
  background: #ed1111;
}
/*===============================================================
11.0 - Main Player
===============================================================*/
.main-player {
  position: relative;
  border-top: 2px solid #ed1111;
}
.main-player .jp-controls .jp-previous,
.main-player .jp-controls .jp-next {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}
.main-player .jp-controls .jp-play,
.main-player .jp-controls .jp-mute {
  position: absolute;
  top: 0;
  width: 80px;
  height: 75px;
  z-index: 11;
}
.main-player .jp-controls .jp-previous {
  background: url(../icons/backward-mini.png) center center no-repeat;
}
.main-player .jp-controls .jp-next {
  background: url(../icons/forward-mini.png) center center no-repeat;
}
.main-player .jp-controls .jp-play {
  left: 0;
  position: absolute;
  background: #1a1a1a url(../icons/play-big.png) center center no-repeat;
}
.main-player .jp-controls .jp-mute {
  right: 0;
  background: #1a1a1a url(../icons/volume-bars.png) center center no-repeat;
}
.main-player .player-content {
  padding: 15px 95px 0;
  height: 75px;
  position: relative;
  z-index: 10;
  background: #262626;
}
.main-player .player-content .nowPlaying .artist-name {
  position: relative;
  padding-right: 20px;
}
.main-player .player-content .nowPlaying .artist-name::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.main-player .player-content .player-inside .jp-controls {
  float: right;
}
.main-player .player-content .jp-progress {
  margin-top: 10px;
  display: block;
  height: 10px;
  width: 100%;
  background: #1a1a1a;
}
.main-player .player-content .jp-progress .jp-seek-bar {
  display: block;
  height: 10px;
  cursor: pointer;
}
.main-player .player-content .jp-progress .jp-seek-bar .jp-play-bar {
  height: 10px;
  background: #0d0d0d;
}
.main-player .jp-playlist ul li {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #0a0a0a;
  background: #262626;
}
.main-player .jp-playlist ul li .jp-playlist-item {
  display: inline-block;
  position: relative;
  padding: 12px 58px;
  font-size: 13px;
  color: #ffffff;
  outline: 0;
  font-weight: 700;
}
.main-player .jp-playlist ul li .jp-playlist-item .jp-artist {
  position: relative;
  padding-right: 20px;
}
.main-player .jp-playlist ul li .jp-playlist-item .jp-artist::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.main-player .jp-playlist ul li .jp-playlist-item::before {
  position: absolute;
  top: 15px;
  left: 30px;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../icons/play-tiny.png) center center no-repeat;
}
.main-player .jp-playlist ul li .jp-playlist-item.jp-playlist-current {
  color: #ed1111;
}
.main-player .jp-playlist ul li .jp-playlist-item.jp-playlist-current .jp-artist::before {
  background: #ed1111;
}
.main-player .jp-playlist ul li .jp-playlist-item-remove {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #ffffff;
  opacity: .4;
  font-weight: 600;
}
.main-player .jp-playlist ul li .jp-free-media {
  position: absolute;
  right: 55px;
  top: 10px;
  outline: 0;
}
.main-player .jp-playlist ul li .jp-free-media:first-child {
  right: 78px;
}
.main-player.jp-state-playing .jp-play {
  background: #1a1a1a url(../icons/pause-big.png) center center no-repeat !important;
}
.main-player.jp-state-muted .jp-mute {
  background: #1a1a1a url(../icons/volume-bars-mute.png) center center no-repeat !important;
}
@media screen and (max-width: 768px) {
  .main-player {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .main-player .jp-controls .jp-mute {
    display: none;
  }
  .main-player .player-content {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }
  .main-player .player-content .nowPlaying {
    padding-top: 3px;
    display: block;
    width: 100%;
  }
  .main-player .player-content .jp-progress {
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .main-player .player-content .player-inside .jp-controls {
    float: none;
    margin-left: 0;
    margin-right: 5px;
  }
  .main-player .jp-playlist ul li {
    padding-bottom: 15px;
  }
  .main-player .jp-playlist ul li .jp-free-media {
    position: static;
    top: 0;
  }
  .main-player .jp-playlist ul li .jp-free-media:first-child {
    margin-left: 30px;
    margin-right: 6px;
  }
}
/*===============================================================
12.0 - Single Discography
===============================================================*/
.single-discography-page-wrapper .info-block.big h4,
.single-event-page-wrapper .info-block.big h4 {
  padding-top: 0;
}
.single-discography-page-wrapper .info-block.big .meta,
.single-event-page-wrapper .info-block.big .meta {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .single-discography-page-wrapper .info-block.big h4,
  .single-event-page-wrapper .info-block.big h4 {
    padding-top: 20px;
  }
}
.single-discography-page-wrapper .info-block h4,
.single-event-page-wrapper .info-block h4 {
  padding-top: 20px;
}
.single-discography-page-wrapper .info-block p,
.single-event-page-wrapper .info-block p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 18px;
  color: #a3a3a3;
}
.single-discography-page-wrapper .info-block .meta,
.single-event-page-wrapper .info-block .meta {
  padding-top: 25px;
}
.single-discography-page-wrapper .info-block .meta.style-two li,
.single-event-page-wrapper .info-block .meta.style-two li {
  display: block;
  width: 50%;
  border-right: none;
  border-bottom: 1px solid #121212;
  padding: 15px 0 15px;
}
.single-discography-page-wrapper .info-block .meta.style-two li:first-child,
.single-event-page-wrapper .info-block .meta.style-two li:first-child {
  padding-top: 0;
}
.single-discography-page-wrapper .info-block .meta.style-two li:last-child,
.single-event-page-wrapper .info-block .meta.style-two li:last-child,
.single-discography-page-wrapper .info-block .meta.style-two li:nth-child(2),
.single-event-page-wrapper .info-block .meta.style-two li:nth-child(2) {
  padding-left: 0;
}
.single-discography-page-wrapper .info-block .meta li,
.single-event-page-wrapper .info-block .meta li {
  display: inline-block;
  border-right: 1px solid #121212;
  padding-right: 20px;
}
.single-discography-page-wrapper .info-block .meta li:last-child,
.single-event-page-wrapper .info-block .meta li:last-child {
  padding-left: 20px;
  border: none;
}
.single-discography-page-wrapper .info-block .meta li:nth-child(2),
.single-event-page-wrapper .info-block .meta li:nth-child(2) {
  padding-left: 20px;
}
.single-discography-page-wrapper .info-block .meta li span,
.single-event-page-wrapper .info-block .meta li span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.single-discography-page-wrapper .info-block .meta li span:first-child,
.single-event-page-wrapper .info-block .meta li span:first-child {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.single-discography-page-wrapper .video-wrapper,
.single-event-page-wrapper .video-wrapper {
  padding-top: 40px;
}
.single-discography-page-wrapper .video-wrapper h3,
.single-event-page-wrapper .video-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 35px;
}
.single-discography-page-wrapper .video-wrapper iframe,
.single-event-page-wrapper .video-wrapper iframe {
  border: none;
  outline: none;
  box-shadow: none;
}
/*===============================================================
13.0 - News
===============================================================*/
.posts-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .posts-row {
    padding: 0;
    margin: 0;
    border: none;
  }
}
/* Blog Post */
.blog-post .meta {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding-top: 20px;
}
.blog-post h4 {
  color: #ffffff;
  padding: 16px 0 16px;
}
.blog-post h4 a {
  display: inline-block;
  color: #ed1111;
}
.blog-post h4 a:hover,
.blog-post h4 a:focus {
  color: #ed1111;
}
.blog-post .read-more {
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ed1111;
}
.blog-post .read-more:hover,
.blog-post .read-more:focus {
  color: #ed1111;
}
@media screen and (max-width: 768px) {
  .blog-post {
    padding: 45px 0 35px;
    border-bottom: 1px solid #2b2b2b;
  }
}
/* Single Article*/
.article-wrapper .lead {
  font-size: 18px;
  line-height: 28px;
  padding-top: 0;
  color: #ffffff;
}
.article-wrapper p {
  padding-top: 32px;
  color: #c9c9c9;
  line-height: 28px;
}
.article-wrapper blockquote p {
  font-style: italic;
  text-decoration: underline ;
}
/* Tags Wrapper */
.tags-wrapper {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.tags-wrapper h4,
.tags-wrapper .tags {
  display: inline-block;
}
.tags-wrapper .tags {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .tags-wrapper h5,
  .tags-wrapper .tags {
    display: block;
  }
  .tags-wrapper .tags {
    padding-top: 15px;
    padding-left: 0;
  }
}
/* Comments */
.comments .comment {
  display: block;
  position: relative;
  padding: 40px 65px 40px 20px ;
  background: #121212;
  border-bottom: 1px solid #333333;
}
.comments .comment:last-child {
  border-bottom: none;
}
.comments .comment figure {
  float: left;
  margin-right: 20px;
}
.comments .comment .meta h5 {
  font-weight: 700;
  padding-bottom: 18px;
}
.comments .comment p {
  color: #a8a8a8;
}
@media screen and (max-width: 768px) {
  .comments .comment figure {
    float: none;
    padding-bottom: 25px;
  }
}
/* Comments Wrapper */
.comments-wrapper {
  padding: 80px 0 0px;
}
/* Comment Form */
.comment-form {
  display: block;
}
.comment-form .inline-fields {
  margin: 0 -5px;
}
.comment-form .field {
  padding: 20px 5px 0;
}
.comment-form .field input,
.comment-form .field textarea {
  font-size: 16px;
  width: 100%;
  height: 55px;
  padding: 20px ;
  background: #121212;
  color: #707070;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comment-form .field input:hover,
.comment-form .field textarea:hover {
  border-color: rgba(255, 60, 0, 0.25);
}
.comment-form .field input:focus,
.comment-form .field textarea:focus {
  border-color: #ed1111;
}
.comment-form .field textarea {
  height: 220px !important;
}
.comment-form .field .btn-comment {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 55px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  background: #cc3000;
}
.comment-form .field .btn-comment span {
  position: relative;
  z-index: 10;
}
.comment-form .field .btn-comment::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #ed1111;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comment-form .field .btn-comment:hover::before {
  width: 100%;
}
/*===============================================================
14.0 - Footer
===============================================================*/
#colophon {
  background: #060606;
  padding: 80px 0;
  text-align: center;
}
#colophon .site-branding {
  margin-bottom: 20px;
}
#colophon p {
  font-size: 17px;
  line-height: 22px;
}
#colophon p a {
  color: #ed1111;
}
#colophon .social-networks {
  padding-top: 24px;
}
#colophon .social-networks li {
  display: inline-block;
  padding: 0 2px;
}
/*===============================================================
x.x - Less - Special Clasess
===============================================================*/
/*======================================================================
x.x - Animations
======================================================================*/
@keyframes spinny {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
