@import "../css/fonts.css";

@import "../css/entypo.css";

@import "../css/flaticon.css";

@import "../../../assets/css/icons/font-awesome/font-awesome.css?v=1";

/*------------------------------------------------------------
>>> NOTE: This CSS file is compiled from the original "assets/less/style.less" file. 

[Master Stylesheet]

Project:	VibeMusic
Version:	1.0

>>> TABLE OF CONTENTS:

1.0 - General Styles
2.0 - Navigation
3.0 - Image Header
4.0 - jPlayer Home
5.0 - Latest Atrticles
	5.1 - Single-post
6.0 - Discography
	6.1 - Single Discography
7.0 - Gallery
8.0 - Tour Dates
	8.1 - Single Tour Dates
9.0 - Our Store
	9.1 - Store Product
10.0 - Biography
11.0 - Contact Form
12.0 - Footer
13.0 - Social Media Sidebar
14.0 - Keyframes Annimation
15.0 - Import Style Switcher
--------------------------------------------------------------


--------------------------------------------------------------
1.0 - General Styles
--------------------------------------------------------------*/
/*======= Less Mixins =======*/
.lnone {
  list-style: none;
  list-style-type: none;
}
/*======= Less Typography =======*/
.lr {
  font-family: 'Lato';
  font-weight: 400;
}
.lb {
  font-family: 'Lato';
  font-weight: 700;
}
.pt-r {
  font-family: 'PT Sans';
  font-weight: 400;
}
.pt-b {
  font-family: 'PT Sans';
  font-weight: 700;
}
.pac {
  font-family: 'Cinzel';
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: 'PT Sans';
  font-weight: 700;
}
p {
  font-family: 'Lato';
  font-weight: 400;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 20px;
}
/*======= Body Background =======*/
body {
  position: relative;
  background: #ffffff;
}
/*======= Preloader ======*/
#preloaderV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999995;
  overflow: hidden;
  background: #ffffff;
}
#preloaderV #vibemusic {
  position: absolute;
  z-index: 9999996;
  top: 50%;
  margin: -50px 0 0 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 45px;
  color: #ffffff;
  background: #606060;
}
#preloaderV #vibemusic i:before {
  animation-name: flash;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.category-title h1 {
  text-align: center;
  margin: 0;
  color: #191919;
}
.category-title .under-line {
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  margin: 20px auto 0;
  background: #262626;
}
.category-title .under-line .line {
  display: none;
  position: relative;
  width: 30px;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  background: #191919;
}
.category-title p {
  text-align: center;
  margin-top: 35px;
}
@media screen and (min-width: 1200px) {
  .category-title p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.skew-pos {
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .skew-pos {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.skew-pos .skew-neg {
  position: relative;
  z-index: 5;
}
.skew-pos .skew-arrow {
  display: block;
  width: 100%;
  height: 250px;
  position: absolute;
  z-index: 2;
}
.skew-pos .skew-arrow.left {
  background: url(../img/elements/arrow-left-light.png) 0 0 no-repeat;
  top: 0;
  left: 0;
}
.skew-pos .skew-arrow.right {
  background: url(../img/elements/arrow-right-light.png) 0 0 no-repeat;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1920px) {
  .skew-pos .skew-arrow {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
a {
  outline: none !important;
}
/*--------------------------------------------------------------
2.0 - Navigation
--------------------------------------------------------------*/
nav.navbar {
  z-index: 999999;
  /* border-color: #f2f2f2; */
  /* border-top: 3px solid #606060; */
  background: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  nav.navbar {
    min-height: 50px;
  }
}
nav.navbar .navbar-header button.navbar-toggle {
  background: none;
  border-color: #fff;
  padding: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.navbar .navbar-header button.navbar-toggle .icon-bar {
  background: #fff;
  -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;
}
nav.navbar .navbar-header button.navbar-toggle:hover {
  background: none;
  border-color: #fff;
}
nav.navbar .navbar-header button.navbar-toggle:hover .icon-bar {
  background: #fff;
}
nav.navbar .navbar-header a.navbar-brand {
  font-family: 'Cinzel';
  font-weight: 400;
  font-size: 30px;
  line-height: 72px;
  /* color: #191919; */
  margin: 0;
  padding: 0 15px 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.navbar .navbar-header a.navbar-brand:hover {
  color: #606060;
}
nav.navbar .navbar-header a.navbar-brand img {
    width: 60px;
    height: 60px;
  }
@media screen and (max-width: 767px) {
  nav.navbar .navbar-header button.navbar-toggle {
    margin: 13px 15px 13px 0;
  }
  nav.navbar .navbar-header a.navbar-brand {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
  }
  nav.navbar .navbar-header a.navbar-brand img {
    width: 50px;
    height: 50px;
  }
}
nav.navbar ul.navbar-nav li {
  padding: 20px 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.navbar ul.navbar-nav li:last-child {
  padding-right: 0;
}
nav.navbar ul.navbar-nav li.active a {
  background: none;
  color: #ffffff;
  border: 1px solid #fff;
}
nav.navbar ul.navbar-nav li.active a:hover,
nav.navbar ul.navbar-nav li.active a:focus,
nav.navbar ul.navbar-nav li.active a:active {
  background: none;
  color: #606060;
}
nav.navbar ul.navbar-nav li a {
  display: block;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid rgba(34, 154, 152, 0);
  font-family: 'Lato';
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  -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;
}
nav.navbar ul.navbar-nav li a:hover,
nav.navbar ul.navbar-nav li a:active,
nav.navbar ul.navbar-nav li a:focus {
  color: #606060;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  nav.navbar ul.navbar-nav li {
    padding: 20px 0;
  }
  nav.navbar ul.navbar-nav li a {
    padding: 8px 5px;
  }
}
@media screen and (max-width: 767px) {
  nav.navbar {
    background: none;
    border-bottom-color: rgba(153, 153, 153, 0.8);
  }
  nav.navbar .navbar-header {
    /* background: rgba(230, 230, 230, 0.9); */
    -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;
  }
  nav.navbar ul.navbar-nav {
    padding: 0;
    margin: 0 -15px;
  }
  nav.navbar ul.navbar-nav li {
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(153, 153, 153, 0.9);
  }
  nav.navbar ul.navbar-nav li a {
    background: none;
  }
  nav.navbar ul.navbar-nav li:last-child {
    border-bottom: none;
  }
  nav.navbar ul.navbar-nav li:hover {
    background: #ffffff;
  }
  nav.navbar ul.navbar-nav li.active a {
    border-color: rgba(34, 154, 152, 0);
  }
}
/*--------------------------------------------------------------
3.0 - Image Header
--------------------------------------------------------------*/
.image-header {
  display: block;
  width: 100%;
  /* margin-top: 77px; */
  padding: 55px 0;
  padding-top: 55px;
  padding-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  /* background: url(../img/empire/trickin.jpg) center top no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.image-header .container {
  text-align: center;
}
.image-header h1 {
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.image-header span.line {
  display: block;
  width: 110px;
  height: 5px;
  background: #606060;
  margin: 30px auto 0;
}
.image-header p {
  font-family: 'PT Sans';
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin: 35px auto 0;
}
.image-header a.link {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'PT Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 40px;
  border: 1px solid #fff;
  margin: 35px auto 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;
}
.image-header a.link:hover {
  background: rgba(255, 255, 255, 0.4);
}
.image-header a.scrollTo {
  display: block;
  height: 40px;
  width: 40px;
  margin: 20px auto 0;
  text-decoration: none;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  animation-name: down;
  -webkit-animation-name: down;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.carousel-caption {
 	top: 25%;
}
/* .caption-info {
	background-color:rgba(89, 89, 89, 0.2);
} */
@media screen and (max-width: 767px) {
  .image-header {
    margin-top: 0;
    padding: 53px 0 0 0;
  }
  .image-header h1 {
    font-size: 20px;
  }
  .image-header span.line {
    height: 3px;
    margin: 0px auto 0;
  }
  .image-header p {
    font-size: 12px;
    margin: 0px auto 0;
  }
  .image-header a.link {
  	margin: 0px auto 0;
  	font-size: 16px;
  }
  .carousel-caption {
 	top: 0%;
  }
}
/*--------------------------------------------------------------
4.0 - jPlayer Home
--------------------------------------------------------------*/
.jPlayer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  -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;
}
.jPlayer-fixed.close-down {
  bottom: -97px;
}
@media screen and (max-width: 991px) {
  .jPlayer-fixed.close-down {
    bottom: -47px;
  }
}
.jp-audio {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  background: #999999;
  width: 100%;
  height: 100px;
  border-top: 3px solid #606060;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.jp-audio .jp-type-playlist {
  height: 100%;
}
.jp-audio .jp-type-playlist .jp-interface {
  position: relative;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  padding: 0 120px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button {
  border: none !important;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button::-moz-focus-inner {
  border: 0;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play {
  position: relative;
  display: inline-block;
  width: 97px;
  height: 97px;
  background: #e0e0e0;
  -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;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #4d4d4d;
  margin-left: auto;
  margin-right: auto;
  -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;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i:before {
  content: "\e005";
  font-size: 20px;
  line-height: 44px;
  color: #4d4d4d;
  -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;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play:hover {
  background: #cccccc;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play:hover i {
  border-color: #191919;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play:hover i:before {
  color: #191919;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous,
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
  position: absolute;
  right: 145px;
  top: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #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;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous i,
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next i {
  font-size: 10px;
  line-height: 20px;
  color: #666666;
  -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;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous:hover,
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next:hover {
  background: #bfbfbf;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous:hover i,
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next:hover i {
  color: #333333;
}
.jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
  right: 120px;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons {
  display: block;
  position: absolute;
  z-index: 40;
  top: -23px;
  right: 0;
  width: 51px;
  height: 20px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  overflow: hidden;
  background: #606060;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle,
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player {
  display: block;
  position: relative;
  width: 26px;
  height: 20px;
  float: left;
  z-index: 41;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle i,
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player i {
  display: block;
  position: relative;
  z-index: 42;
  width: 25px;
  height: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ebebeb;
  -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;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle i:hover,
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player i:hover {
  color: #fff;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #playlist-toggle {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player {
  width: 25px;
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player i:before {
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */

  transform: rotate(45deg);
}
.jp-audio .jp-type-playlist .jp-interface .custom-buttons #h-player.rotate i:before {
  -ms-transform: rotate(0deg);
  /* IE 9 */

  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */

  transform: rotate(0deg);
}
.jp-audio .jp-type-playlist .jp-interface #nowPlaying {
  position: relative;
  z-index: 10;
  top: 20px;
  width: 100%;
  height: 20px;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
}
.jp-audio .jp-type-playlist .jp-interface .jp-progress {
  position: relative;
  z-index: 30;
  overflow: hidden;
  top: 35px;
  height: 14px;
  width: 100%;
  background-color: #e0e0e0;
}
.jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar {
  background: #e0e0e0;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
.jp-audio .jp-type-playlist .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background: #9e9e9e;
  width: 0px;
  height: 100%;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls {
  position: absolute;
  z-index: 30;
  display: inline-block;
  right: 0;
  top: 0;
  width: 97px;
  height: 97px;
  background: #e0e0e0;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 28px 0 0 19px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li {
  display: inline-block;
  margin-right: 3px;
  border-radius: 2px;
  overflow: hidden;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li.active a {
  background: #4d4d4d;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(2) a {
  height: 22px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(3) a {
  height: 31px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(4) a {
  height: 40px;
}
.jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li a {
  height: 13px;
  width: 10px;
  display: block;
  background: #9e9e9e;
}
.jp-audio .jp-type-playlist .jp-playlist {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 30;
  padding: 0 15px;
  bottom: 100px;
  left: 0;
}
.jp-audio .jp-type-playlist .jp-playlist span.jp-free-media {
  display: none;
}
.jp-audio .jp-type-playlist .jp-playlist ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}
.jp-audio .jp-type-playlist .jp-playlist ul li {
  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;
}
.jp-audio .jp-type-playlist .jp-playlist ul li div {
  display: inline;
}
.jp-audio .jp-type-playlist .jp-playlist ul li a {
  display: block;
  width: 100%;
  padding: 5px 15px;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #4d4d4d;
  -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;
}
.jp-audio .jp-type-playlist .jp-playlist ul li:hover {
  background: #ffffff;
  border-bottom-color: #606060;
}
.jp-audio .jp-type-playlist .jp-playlist ul li:hover a {
  color: #191919;
}
.jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current:before {
  display: inline-block;
  position: relative;
  float: left;
  font-family: 'Entypo';
  content: '\e911';
  font-size: 16px;
  line-height: 25px;
  padding: 5px 15px 5px 15px;
  color: #606060;
  animation-name: flash;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current a {
  color: #606060;
}
.jp-audio .jp-type-playlist .jp-no-solution {
  font-family: 'Lato';
  font-weight: 700;
  padding: 5px;
  font-size: .8em;
  background-color: #e0e0e0;
  border: 2px solid #cccccc;
  color: #fff;
  display: none;
}
.jp-audio .jp-type-playlist .jp-no-solution a {
  color: #606060;
}
.jp-audio .jp-type-playlist .jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-family: 'Lato';
  font-weight: 700;
  color: #606060;
}
.jp-audio.jp-state-playing .jp-play i:before {
  content: "\e004" !important;
}
@media screen and (max-width: 991px) {
  .jp-audio {
    height: 50px;
  }
  .jp-audio .jp-type-playlist .jp-interface {
    padding: 0 60px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play {
    width: 47px;
    height: 47px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i {
    width: 30px;
    height: 30px;
    border: 1px solid #9e9e9e;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-play i:before {
    font-size: 12px;
    line-height: 28px;
    margin-left: 2px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous,
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
    right: 85px;
    top: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-previous i,
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next i {
    font-size: 10px;
    line-height: 20px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-controls button.jp-next {
    right: 60px;
  }
  .jp-audio .jp-type-playlist .jp-interface #nowPlaying {
    top: 8px;
    width: 100%;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-progress {
    top: 14px;
    height: 8px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls {
    width: 47px;
    height: 47px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 12px 0 0 5px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li {
    margin-right: 2px;
    border-radius: 1px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(2) a {
    height: 14px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(3) a {
    height: 20px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li:nth-child(4) a {
    height: 26px;
  }
  .jp-audio .jp-type-playlist .jp-interface .jp-volume-controls ul li a {
    height: 8px;
    width: 5px;
  }
  .jp-audio .jp-type-playlist .jp-playlist {
    bottom: 50px;
  }
  .jp-audio .jp-type-playlist .jp-playlist ul li a {
    padding: 5px 5px;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
  }
  .jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current:before {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 5px 5px 5px;
    animation-name: flash;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .jp-audio .jp-type-playlist .jp-playlist ul li.jp-playlist-current a {
    color: #606060;
  }
}
/*--------------------------------------------------------------
5.0 - Latest Articles
--------------------------------------------------------------*/
.last-news {
  /* padding-top: 80px; */
}
.last-news .latest-articles {
  margin-top: 60px;
  padding: 0 12px;
}
/* @media screen and (max-width: 767px) {
	.last-news .latest-articles {
	  margin-top: 0;
	  padding: 0 12px;
	}
} */
.last-news .latest-articles ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.last-news .latest-articles ul li {
  display: block;
  float: left;
  width: 33.33333333%;
  padding: 3px;
}
@media screen and (max-width: 991px) {
  .last-news .latest-articles ul li {
    width: 50%;
    max-width: 375px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .last-news .latest-articles ul li {
    width: 100%;
    max-width: 375px;
    float: none;
    margin: 0 auto;
  }
}
.last-news .latest-articles ul li .wrapper-article {
  position: relative;
  overflow: hidden;
}
.last-news .latest-articles ul li .wrapper-article .hover {
  display: block;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  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;
}
.last-news .latest-articles ul li .wrapper-article .hover span.category {
  z-index: 11;
  position: relative;
  display: inline-block;
  margin-top: 10%;
  background: #606060;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  padding: 5px 15px;
}
.last-news .latest-articles ul li .wrapper-article .hover span.line-h {
  z-index: 11;
  display: block;
  position: relative;
  width: 40%;
  height: 1px;
  background: #ffffff;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.last-news .latest-articles ul li .wrapper-article .hover h3 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 20px 0 0 0;
  position: relative;
  text-align: center;
}
.last-news .latest-articles ul li .wrapper-article .hover p {
  position: relative;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin: 10px 0 0 0;
}
.last-news .latest-articles ul li .wrapper-article .hover span.category,
.last-news .latest-articles ul li .wrapper-article .hover span.line-h,
.last-news .latest-articles ul li .wrapper-article .hover h3,
.last-news .latest-articles ul li .wrapper-article .hover p {
  -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;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover {
  background: rgba(96, 96, 96, 0.9);
}
.last-news .latest-articles ul li .wrapper-article .hover:hover span.category {
  background: #e0e0e0;
  color: #606060;
  margin-top: 15%;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover span.line-h {
  background: #e8e8e8;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover h3 {
  color: #e8e8e8;
}
.last-news .latest-articles ul li .wrapper-article .hover:hover p {
  color: #e0e0e0;
}
/*--------------------------------------------------------------
5.1- Single Post
--------------------------------------------------------------*/
.single-post {
  padding-top: 80px;
}
.single-post .content {
  margin-top: 60px;
}
.single-post .content img  {
	margin: auto;
}
.single-post .content iframe  {
	margin: auto;
}
.single-post .content .buy-links {
	padding-top: 15px;
	text-align: center;
	display: inherit;
}
.single-post .content h4 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #191919;
  margin: 30px 0 0;
  text-align: center;
}
.single-post .content ul.info-data {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}
.single-post .content ul.info-data li {
  display: inline-block;
  border-right: 1px solid #d6d6d6;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #3d3d3d;
  padding: 0 15px;
}
.single-post .content ul.info-data li i {
  font-size: 13px;
  line-height: 13px;
  color: #b3b3b3;
  padding-right: 5px;
}
.single-post .content ul.info-data li:last-child {
  border: none;
}
.single-post .content ul.info-data li:first-child {
  padding-left: 0;
}
.single-post .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  margin: 20px 0 0;
}
.single-post .content .comments {
  width: 100%;
  margin-top: 50px;
}
.single-post .content .comments .comment {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 110px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  margin-top: 15px;
}
.single-post .content .comments .comment img {
  position: absolute;
  top: 20px;
  left: 20px;
}
.single-post .content .comments .comment .head {
  display: block;
  width: 100%;
  min-height: 18px;
}
.single-post .content .comments .comment .head .title {
  display: block;
  float: left;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.single-post .content .comments .comment .head .date {
  display: block;
  float: right;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}
.single-post .content .comments .comment .head .date i {
  color: #191919;
  padding-right: 5px;
  font-size: 13px;
  line-height: 18px;
}
.single-post .content .comments .comment p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #4d4d4d;
  margin: 10px 0 0;
}
.single-post .content .comments .comment a.reply {
  text-decoration: none;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  background: #606060;
  margin-top: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post .content .comments .comment a.reply:hover {
  color: #191919;
}
@media screen and (max-width: 500px) {
  .single-post .content .comments .comment {
    padding: 20px;
  }
  .single-post .content .comments .comment img {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin-right: 15px;
  }
}
.single-post .content .comments .post-comment h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #606060;
  margin: 50px 0 0;
}
.single-post .content .comments .post-comment form input[type="text"],
.single-post .content .comments .post-comment form textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  background: #f2f2f2;
  padding: 12px;
  font-size: 15px;
  line-height: 15px;
  color: #4d4d4d;
  -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;
  margin-top: 20px;
}
.single-post .content .comments .post-comment form input[type="text"]:hover,
.single-post .content .comments .post-comment form textarea:hover {
  border-color: #cccccc;
}
.single-post .content .comments .post-comment form input[type="text"]:focus,
.single-post .content .comments .post-comment form textarea:focus,
.single-post .content .comments .post-comment form input[type="text"]:active,
.single-post .content .comments .post-comment form textarea:active {
  border-color: #cccccc;
  outline: none;
}
.single-post .content .comments .post-comment form input[type="submit"] {
  display: inline-block;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #606060;
  padding: 12px 30px;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post .content .comments .post-comment form input[type="submit"]:hover {
  color: #191919;
}
.single-post .sidebar {
  margin-top: 60px;
  background: #f2f2f2;
  padding: 45px 14px;
}
.single-post .sidebar .search-widget {
  position: relative;
  height: 46px;
  width: 100%;
  overflow: hidden;
  background: #cccccc;
}
.single-post .sidebar .search-widget form.search {
  position: relative;
  width: 100%;
  border-radius: 0;
  height: 46px;
  overflow: hidden;
  padding-right: 46px;
}
.single-post .sidebar .search-widget form.search input[type="text"] {
  position: relative;
  border: none;
  background: none;
  width: 100%;
  color: #333333;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 5px 12px 10px;
}
.single-post .sidebar .search-widget form.search input[type="text"]:focus {
  outline: none;
}
.single-post .sidebar .search-widget form.search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 46px;
  height: 46px;
  padding: 0;
  overflow: hidden;
  background: #606060;
}
.single-post .sidebar .search-widget form.search button[type="submit"] i {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post .sidebar .search-widget form.search button[type="submit"]:hover i {
  color: #191919;
  border-color: #191919;
}
.single-post .sidebar .search-widget form.search button[type="submit"]:focus {
  outline: none;
}
.single-post .sidebar .head {
  padding-top: 70px;
}
.single-post .sidebar .head h4 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
}
.single-post .sidebar .head .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  margin-top: 40px;
}
.single-post .sidebar .head .line span {
  display: block;
  width: 40%;
  height: 1px;
  background: #191919;
}
.single-post .sidebar .recent-news {
  display: block;
  width: 100%;
}
.single-post .sidebar .recent-news a.post {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-decoration: none;
}
.single-post .sidebar .recent-news a.post:after {
  content: '';
  display: table;
  clear: both;
}
.single-post .sidebar .recent-news a.post img {
  float: left;
  margin-right: 15px;
}
.single-post .sidebar .recent-news a.post h5 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  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;
}
.single-post .sidebar .recent-news a.post p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
  margin: 10px 0 0;
}
.single-post .sidebar .recent-news a.post:hover h5 {
  color: #606060;
}
.single-post .sidebar .biography-sidebar {
  display: block;
  width: 100%;
}
.single-post .sidebar .biography-sidebar p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
  display: block;
  margin: 30px 0 0;
}
.single-post .sidebar .biography-sidebar img {
  float: right;
  padding-left: 20px;
  margin-top: 30px;
}
/*--------------------------------------------------------------
6.0 - Discography
--------------------------------------------------------------*/
.discography {
  /* background: black center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.discography .category-title h1 {
  color: #191919;
}
.discography .category-title .under-line {
  background: #191919;
}
.discography .category-title p {
  color: #e6e6e6;
}
.discography .covers {
  position: relative;
  z-index: 3;
  padding: 0 12px;
  /* margin-bottom: -150px; */
}
.discography .covers ul {
  list-style: none;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.discography .covers ul li {
  display: block;
  float: left;
  width: 25%;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .discography .covers ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .discography .covers ul li {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 3px 0;
  }
}
.discography .covers ul li .wrapper-cover {
  position: relative;
  overflow: hidden;
}
.discography .covers ul li .wrapper-cover .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.discography .covers ul li .wrapper-cover .hover .buy {
  text-decoration: none;
  display: block;
  position: relative;
  float: right;
  height: 40px;
  width: 40px;
  top: 0;
  background: black;
  white-space: nowrap;
  overflow: hidden;
  z-index: 30;
  -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;
}
.discography .covers ul li .wrapper-cover .hover .buy i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: black;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  cursor: default;
  z-index: 32;
}
.discography .covers ul li .wrapper-cover .hover .buy span {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  width: 100%;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 45px;
  z-index: 31;
}
.discography .covers ul li .wrapper-cover .hover .buy:hover {
  width: 155px;
}
.discography .covers ul li .wrapper-cover .hover .info {
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 10%;
  padding: 10px 25% 10px 10px;
  background: rgba(235, 235, 235, 0.8);
  -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;
}
.discography .covers ul li .wrapper-cover .hover .info h5 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}
.discography .covers ul li .wrapper-cover .hover .info p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4d4d4d;
  margin: 0;
  text-transform: uppercase;
}
.discography .covers ul li .wrapper-cover .hover .info h5,
.discography .covers ul li .wrapper-cover .hover .info p {
  -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;
}
.discography .covers ul li .wrapper-cover .hover .info:hover {
  background: rgba(96, 96, 96, 0.9);
  padding-left: 20px;
}
.discography .covers ul li .wrapper-cover .hover .info:hover h5,
.discography .covers ul li .wrapper-cover .hover .info:hover p {
  color: #ebebeb;
}
/*--------------------------------------------------------------
6.1 - Single Discography
--------------------------------------------------------------*/
.single-discography {
  padding-top: 80px;
}
.single-discography .w-single-discography {
  margin-top: 60px;
}
.single-discography .w-single-discography .wrapper-cover {
  width: 33.33333333%;
  float: left;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .single-discography .w-single-discography .wrapper-cover {
    width: 100%;
    max-width: 360px;
    float: none;
  }
}
.single-discography .w-single-discography .wrapper-cover .cover {
  position: relative;
  overflow: hidden;
}
.single-discography .w-single-discography .wrapper-cover .cover .info {
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 10%;
  padding: 10px 25% 10px 10px;
  background: rgba(235, 235, 235, 0.8);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-discography .w-single-discography .wrapper-cover .cover .info h5 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #333333;
  margin: 0;
  text-transform: uppercase;
}
.single-discography .w-single-discography .wrapper-cover .cover .info p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4d;
  margin: 0;
  text-transform: uppercase;
}
.single-discography .w-single-discography .wrapper-cover a.link {
  display: block;
  float: left;
  text-decoration: none;
  width: 33.33333333%;
  text-align: center;
  padding: 6px 0;
  background: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-discography .w-single-discography .wrapper-cover a.link.amazon {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.single-discography .w-single-discography .wrapper-cover a.link i {
  font-size: 20px;
  line-height: 20px;
  color: #4d4d4d;
}
.single-discography .w-single-discography .wrapper-cover a.link:hover {
  background: #bfbfbf;
}
.single-discography .w-single-discography .wrapper-player {
  display: block;
  position: relative;
  width: 66.66666666%;
  float: left;
}
@media screen and (max-width: 767px) {
  .single-discography .w-single-discography .wrapper-player {
    width: 100%;
    float: none;
    margin-top: 60px;
  }
}
.single-discography .w-single-discography .wrapper-player .jp-audio {
  height: auto;
}
.single-discography .w-single-discography .wrapper-player .jp-audio .jp-type-playlist .jp-interface {
  position: relative;
  height: 97px;
}
@media screen and (max-width: 991px) {
  .single-discography .w-single-discography .wrapper-player .jp-audio .jp-type-playlist .jp-interface {
    height: 47px;
  }
}
.single-discography .w-single-discography .wrapper-player .jp-audio .jp-type-playlist .jp-playlist {
  display: block;
  position: relative !important;
  bottom: 0;
  padding: 0;
}
.single-discography .content {
  margin-top: 60px;
}
.single-discography .content h4 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  color: #333333;
  margin: 0;
}
.single-discography .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  margin: 20px 0 0;
}
.single-discography .content a.buy-now {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  padding: 12px 50px;
  margin-top: 35px;
  background: #606060;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-discography .content a.buy-now:hover {
  color: #191919;
}
.single-discography .info-list {
  margin-top: 60px;
}
.single-discography .info-list ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single-discography .info-list ul li {
  display: block;
  width: 100%;
  padding: 20px 0 10px;
  border-bottom: 1px solid #d6d6d6;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
}
.single-discography .info-list ul li span.colored {
  color: #606060;
}
.single-discography .info-list ul li:first-child {
  padding-top: 0;
}
/*--------------------------------------------------------------
7.0 - Gallery
--------------------------------------------------------------*/
.gallery {
  padding-top: 80px;
  padding-bottom: 100px;
  width: 100%;
}
.gallery .masonry {
  width: 100%;
  padding-top: 70px;
}
.gallery .masonry .grid-sizer,
.gallery .masonry .item {
  width: 14.28571428571429%;
}
.gallery .masonry .grid-sizer.big,
.gallery .masonry .item.big {
  width: 28.57142857142857%;
}
@media screen and (max-width: 991px) {
  .gallery .masonry .grid-sizer,
  .gallery .masonry .item {
    width: 25%;
  }
  .gallery .masonry .grid-sizer.big,
  .gallery .masonry .item.big {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .gallery .masonry .grid-sizer,
  .gallery .masonry .item {
    width: 33.333333333333%;
  }
  .gallery .masonry .grid-sizer.big,
  .gallery .masonry .item.big {
    width: 66.666666666666%;
  }
}
@media screen and (max-width: 360px) {
  .gallery .masonry .grid-sizer,
  .gallery .masonry .item {
    width: 100%;
  }
  .gallery .masonry .grid-sizer.big,
  .gallery .masonry .item.big {
    width: 100%;
  }
}
.gallery .masonry .item {
  padding: 3px;
}
.gallery .masonry .item .wrapper-img {
  position: relative;
  overflow: hidden;
}
.gallery .masonry .item .wrapper-img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 96, 96, 0.9);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery .masonry .item .wrapper-img .hover a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}
.gallery .masonry .item .wrapper-img .hover a:hover i {
  color: #191919;
}
.gallery .masonry .item .wrapper-img .hover a i {
  font-size: 25px;
  line-height: 40px;
  color: #606060;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery .masonry .item .wrapper-img:hover .hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
/*--------------------------------------------------------------
8.0 - Tour Dates
--------------------------------------------------------------*/
.tour-dates {
  background: black center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tour-dates .category-title h1 {
  color: #ffffff;
}
.tour-dates .category-title .under-line {
  background: #ffffff;
}
.tour-dates .category-title p {
  color: #e6e6e6;
}
.tour-dates .list {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 60px;
  margin-bottom: -150px;
}
.tour-dates .list ul {
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tour-dates .list ul li {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 15px 20px 60px;
  background: #f2f2f2;
  border-bottom: 1px solid #e0e0e0;
  -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;
}
.tour-dates .list ul li:last-child {
  border-bottom: none;
}
.tour-dates .list ul li:after {
  content: '';
  display: table;
  clear: both;
}
.tour-dates .list ul li span.icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #606060;
}
.tour-dates .list ul li span.icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.tour-dates .list ul li .cell {
  display: block;
  float: left;
  width: 28.3333333333333%;
  text-align: center;
}
.tour-dates .list ul li .cell.artist {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.tour-dates .list ul li .cell i {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #999999;
  padding-right: 15px;
}
.tour-dates .list ul li .cell p {
  display: inline-block;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  color: #4d4d4d;
  margin: 0;
}
.tour-dates .list ul li a {
  text-decoration: none;
  display: block;
  float: left;
  width: 15%;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 0;
  text-align: center;
  background: #606060;
  border-bottom: 2px solid #19706f;
  -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;
}
.tour-dates .list ul li a.sold {
  background: #b3b3b3;
  border-color: #999999;
  color: #4d4d4d;
}
.tour-dates .list ul li a:hover {
  border-color: #19706f;
  background: #606060;
  color: #191919;
}
.tour-dates .list ul li a:hover.sold {
  background: #b3b3b3;
  border-color: #999999;
  color: #4d4d4d;
}
.tour-dates .list ul li:hover {
  background: #e0e0e0;
}
@media screen and (max-width: 991px) {
  .tour-dates .list ul li {
    padding: 10px 5px 10px 40px;
  }
  .tour-dates .list ul li span.icon {
    width: 40px;
  }
  .tour-dates .list ul li span.icon i {
    font-size: 20px;
  }
  .tour-dates .list ul li .cell i {
    font-size: 16px;
    padding-right: 5px;
  }
  .tour-dates .list ul li .cell p {
    font-size: 12px;
  }
  .tour-dates .list ul li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 550px) {
  .tour-dates .list ul li {
    padding: 0;
    margin-top: 15px;
    border: 1px solid #e0e0e0;
  }
  .tour-dates .list ul li:hover {
    background: #f2f2f2;
  }
  .tour-dates .list ul li span.icon {
    display: none;
  }
  .tour-dates .list ul li .cell {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  .tour-dates .list ul li .cell.artist {
    border-left: none;
    border-right: none;
  }
  .tour-dates .list ul li a {
    float: none;
    width: 100%;
  }
}
/*--------------------------------------------------------------
8.1 - Single Tour Dates
--------------------------------------------------------------*/
.single-tour-dates {
  position: relative;
  padding-top: 80px;
}
.single-tour-dates .event-left {
  margin-top: 60px;
  padding-right: 3px;
}
.single-tour-dates .event-left .info-event {
  display: block;
  position: relative;
  width: 100%;
  max-width: 378px;
  padding: 15px 15px 15px 75px;
  background: #f2f2f2;
}
.single-tour-dates .event-left .info-event i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #606060;
}
.single-tour-dates .event-left .info-event i:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.single-tour-dates .event-left .info-event h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin: 0;
}
.single-tour-dates .event-left .info-event p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.single-tour-dates .gmap {
  padding-left: 3px;
}
.single-tour-dates .gmap .googleMap {
  display: block;
  width: 100%;
  position: relative;
  height: 403px;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .single-tour-dates .gmap .googleMap {
    height: 342px;
  }
}
@media screen and (max-width: 991px) {
  .single-tour-dates .gmap .googleMap {
    height: 302px;
  }
}
.single-tour-dates .gmap .googleMap #googleMap {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.single-tour-dates .wrapper-content {
  margin-top: 50px;
}
.single-tour-dates .wrapper-content .content h4 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin: 0;
}
.single-tour-dates .wrapper-content .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4d4d4d;
  margin: 20px 0 0 0;
}
.single-tour-dates .wrapper-content .content a.buy {
  display: inline-block;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 45px;
  background: #606060;
  margin-top: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-tour-dates .wrapper-content .content a.buy:hover {
  color: #191919;
}
@media screen and (max-width: 767px) {
  .single-tour-dates .wrapper-content .details {
    margin-top: 30px;
  }
}
.single-tour-dates .wrapper-content .details ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-tour-dates .wrapper-content .details ul li {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d6d6d6;
}
.single-tour-dates .wrapper-content .details ul li:first-child {
  padding-top: 0;
}
.single-tour-dates .wrapper-content .details ul li h5 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
  color: #606060;
  text-transform: uppercase;
  margin: 0;
}
.single-tour-dates .wrapper-content .details ul li p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 10px 0 0;
}
/*--------------------------------------------------------------
9.0 - Our Store
--------------------------------------------------------------*/.our-store {
  padding-top: 80px;
}
.our-store .products {
  margin-top: 60px;
  padding: 0 12px;
}
.our-store .products > ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.our-store .products > ul > li {
  display: block;
  float: left;
  padding: 3px;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .our-store .products > ul > li {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 767px) {
  .our-store .products > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .our-store .products > ul > li {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.our-store .products > ul > li .product {
  position: relative;
  overflow: hidden;
}
.our-store .products > ul > li .product .price {
  display: block;
  width: 130px;
  height: 30px;
  background: #606060;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: -30px;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.our-store .products > ul > li .product .info {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 70px;
  background: #f2f2f2;
}
.our-store .products > ul > li .product .info .buy {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background: #d6d6d6;
  -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;
}
.our-store .products > ul > li .product .info .buy i {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  color: #4d4d4d;
  -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;
}
.our-store .products > ul > li .product .info .buy:hover {
  background: #606060;
}
.our-store .products > ul > li .product .info .buy:hover i {
  color: #ffffff;
}
.our-store .products > ul > li .product .info h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #333333;
  margin: 0;
}
.our-store .products > ul > li .product .info .rating {
  display: block;
  height: 15px;
  padding: 5px 0;
}
.our-store .products > ul > li .product .info .rating ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.our-store .products > ul > li .product .info .rating ul li {
  display: block;
  float: left;
  cursor: pointer;
}
.our-store .products > ul > li .product .info .rating ul li.active i {
  color: #606060;
}
.our-store .products > ul > li .product .info .rating ul li i {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #808080;
}
/*--------------------------------------------------------------
9.1 - Store Product
--------------------------------------------------------------*/.store-product {
  padding-top: 80px;
}
.store-product .product {
  margin-top: 60px;
  position: relative;
  max-width: 360px;
  overflow: hidden;
}
.store-product .product .price {
  display: block;
  width: 130px;
  height: 30px;
  background: #606060;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  margin-right: -30px;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.store-product .product .info {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 70px;
  background: #f2f2f2;
}
.store-product .product .info .buy {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 100%;
  background: #d6d6d6;
}
.store-product .product .info .buy i {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -12.5px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  color: #4d4d4d;
}
.store-product .product .info h5 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #333333;
  margin: 0;
}
.store-product .product .info .rating {
  display: block;
  height: 15px;
  padding: 5px 0;
}
.store-product .product .info .rating ul {
  display: block;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.store-product .product .info .rating ul li {
  display: block;
  float: left;
  cursor: pointer;
}
.store-product .product .info .rating ul li.active i {
  color: #606060;
}
.store-product .product .info .rating ul li i {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #808080;
}
.store-product .about-product {
  margin-top: 60px;
}
.store-product .about-product h4 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #333333;
  margin: 0;
}
.store-product .about-product span.price {
  display: block;
  margin-top: 10px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #606060;
  text-transform: uppercase;
}
.store-product .about-product span.price del {
  color: #808080;
}
.store-product .about-product span.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin-top: 20px;
}
.store-product .about-product p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  margin: 20px 0 0;
}
.store-product .about-product .categories {
  display: block;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  margin-top: 20px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
}
.store-product .about-product .categories span.colored {
  color: #606060;
}
.store-product .about-product form {
  margin-top: 30px;
  position: relative;
  display: block;
  min-height: 40px;
}
.store-product .about-product form .numbers-row input[type=text] {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  text-align: center;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 15px;
  line-height: 38px;
  color: #333333;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
}
.store-product .about-product form .numbers-row .button {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  left: 40px;
  top: 0;
  background: #e8e8e8;
  border: 1px solid #d6d6d6;
  border-left: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.store-product .about-product form .numbers-row .button.dec {
  top: 20px;
  border-top: none;
}
.store-product .about-product form .buttons input[type=submit] {
  display: block;
  border: none;
  background: #606060;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  width: 170px;
  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;
}
.store-product .about-product form .buttons input[type=submit]:hover {
  color: #191919;
}
/*--------------------------------------------------------------
10.0 - Biography
--------------------------------------------------------------*/
/* .biography {
  background: url(../img/elements/bg-3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 220px;
} */
.biography .category-title h1 {
  color: #000000;
}
.biography .category-title .under-line {
  background: #000000;
}
/* .biography .category-title p {
  color: #e6e6e6;
} */
.biography .carousel {
  margin-top: 60px;
}
.biography .carousel .simple-slider {
  margin-top: 0;
  border: 3px solid #191919;
}
.biography .content {
  margin-top: 60px;
}
.biography .content h4 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.biography .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*color: #e6e6e6;*/
  margin: 20px 0 0 0;
}
.biography .content ul.list {
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.biography .content ul.list li {
  display: block;
  width: 50%;
  float: left;
  padding: 5px 0;
}
.biography .content ul.list li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #606060;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #606060;
}
.biography .content ul.list li span {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
/*--------------------------------------------------------------
11.0 - Contact Form
--------------------------------------------------------------*/
.contact {
  /* background: black center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact .category-title h1 {
  color: #191919;
}
.contact .category-title .under-line {
  background: #191919;
}
.contact .category-title p {
  color: #ffffff;
}
.contact .contact-form {
  margin-top: 60px;
  padding-bottom: 90px;
}
.contact .contact-form form input[type="text"],
.contact .contact-form form select,
.contact .contact-form form textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  padding: 12px;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact .contact-form form input[type="text"]:hover,
.contact .contact-form form select,
.contact .contact-form form textarea:hover {
  border-color: #c7c7c7;
}
.contact .contact-form form input[type="text"]:focus,
.contact .contact-form form textarea:focus,
.contact .contact-form form select:focus,
.contact .contact-form form input[type="text"]:active,
.contact .contact-form form select:active,
.contact .contact-form form textarea:active {
  border-color: #c7c7c7;
  outline: none;
}
@media screen and (max-width: 767px) {
  .contact .contact-form form input[type="text"],
  .contact .contact-form form select,
  .contact .contact-form form textarea {
    margin-top: 30px;
  }
}
.contact .contact-form form input[type="submit"] {
  display: block;
  width: 100%;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #4d4d4d;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background: #f2f2f2;
  padding: 18px 12px;
  margin-top: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact .contact-form form input[type="submit"]:hover {
  background: #606060;
  border-color: #19706f;
  color: #ffffff;
}
.contact .contact-form form textarea {
  margin-top: 30px;
}
.contact .contact-form form label {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #606060;
  display: block;
  position: relative;
  width: 100%;
  padding: 5px;
  border-top: 1px solid #606060;
}
.contact .contact-details .wrapper {
  display: block;
  position: relative;
  float: left;
  width: 33.333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .contact-details .wrapper {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
}
.contact .contact-details .wrapper .hexagon {
  display: block;
  position: relative;
  width: 73px;
  height: 83px;
  background: url(../img/elements/contact-shape-green-1.png) center center no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact .contact-details .wrapper .hexagon i {
  font-size: 25px;
  line-height: 83px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact .contact-details .wrapper p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  color: #ffffff;
  margin: 15px 0 0 0;
}
.contact .contact-details .wrapper:hover .hexagon i {
  color: #191919;
}
/*--------------------------------------------------------------
11.5 - Legal Form (Contact Form)
--------------------------------------------------------------*/
.legal-form .legal-infringement-form textarea {
  background: blue;
}

.legal-form .legal-infringement-form input[type="text"],
.legal-form .legal-infringement-form select,
.legal-form .legal-infringement-form textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  padding: 12px;
  font-size: 15px;
  line-height: 15px;
  color: #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#submit-claim-btn {
  height: 40px;
  width: 100%;
  margin: 20px 0 50px 0;
}
#submit-claim-btn:hover {
  background: #7a828b;
  color: #fffff3;
}

.link-input {
  background: #f2f2f2;
  width: 100%;
  border: 1px solid #e0e0e0;
  line-height: 15px;
  padding: 12px;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}


/*--------------------------------------------------------------
12.0 - Footer
--------------------------------------------------------------*/
.footer {
  display: block;
  width: 100%;
  /* margin-top: 130px; */
  background: #f2f2f2;
  text-align: center;
  padding: 25px 15px;
}
.footer h2 {
  font-family: 'Cinzel';
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  margin: 0;
  cursor: pointer;
}
.footer h2 span.colored {
  color: #606060;
}
.footer p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #4d4d4d;
}
.footer span.line-footer {
  display: block;
  width: 75px;
  height: 1px;
  margin: 20px auto 0 auto;
  background: #4d4d4d;
}
.footer ul.social {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.footer ul.social li {
  display: inline-block;
  width: 40px;
  height: 30px;
  padding: 0 5px;
}
.footer ul.social li a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333333;
  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 ul.social li a i {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #e8e8e8;
}
.footer ul.social li a:hover {
  background: #606060;
}
/*--------------------------------------------------------------
13.0 - Social Media Sidebar
--------------------------------------------------------------*/
#social-sidebar {
  position: fixed;
  z-index: 999995;
  width: 120px;
  height: auto;
  top: 50%;
  margin-top: -60px;
  left: -115px;
  overflow: visible;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  #social-sidebar {
    display: none !important;
  }
}
#social-sidebar.scrolled {
  left: -90px;
}
#social-sidebar a.sbar {
  display: block;
  position: relative;
  overflow: hidden;
  left: 0;
  width: 120px;
  height: 30px;
  margin-bottom: 3px;
  background: #8a8a8a;
  text-align: right;
  text-decoration: none;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  -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;
}
#social-sidebar a.sbar.facebook {
  background: #4460ae;
}
#social-sidebar a.sbar.twitter {
  background: #058cb9;
}
#social-sidebar a.sbar.instagram {
  background: #6d564b;
}
#social-sidebar a.sbar i {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#social-sidebar a.sbar:hover {
  left: 90px;
}
#social-sidebar:hover {
  left: -90px;
}
/*--------------------------------------------------------------
14.0 - Keyframes Annimation
--------------------------------------------------------------*/
@keyframes slide {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(60px);
  }
  40% {
    transform: translateX(-60px);
  }
  60% {
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0px);
  }
  20% {
    -webkit-transform: translateX(60px);
  }
  40% {
    -webkit-transform: translateX(-60px);
  }
  60% {
    -webkit-transform: translateX(60px);
  }
  80% {
    -webkit-transform: translateX(-60px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes slide {
  0% {
    -moz-transform: translateX(0px);
  }
  20% {
    -moz-transform: translateX(60px);
  }
  40% {
    -moz-transform: translateX(-60px);
  }
  60% {
    -moz-transform: translateX(60px);
  }
  80% {
    -moz-transform: translateX(-60px);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-o-keyframes slide {
  0% {
    -o-transform: translateX(0px);
  }
  20% {
    -o-transform: translateX(60px);
  }
  40% {
    -o-transform: translateX(-60px);
  }
  60% {
    -o-transform: translateX(60px);
  }
  80% {
    -o-transform: translateX(-60px);
  }
  100% {
    -o-transform: translateX(0px);
  }
}
@keyframes down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes down {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(8px);
  }
  100% {
    -moz-transform: translateY(0px);
  }
}
@-o-keyframes down {
  0% {
    -o-transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(8px);
  }
  100% {
    -o-transform: translateY(0px);
  }
}
@keyframes flash {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes flash {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes flash {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.4);
  }
  100% {
    -o-transform: scale(1);
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes flash {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes flash {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.4);
  }
  100% {
    -o-transform: scale(1);
  }
}
/*--------------------------------------------------------------
15.0 - Import Style Switcher
--------------------------------------------------------------*/
/*===== Style switcher =====*/
#style-switcher-container {
  position: fixed;
  width: 130px;
  height: 200px;
  z-index: 999999999;
  left: -130px;
  top: 47px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #style-switcher-container {
    top: 50px;
  }
}
#style-switcher-container #toggle {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  top: 30px;
  left: 100%;
  text-align: center;
  cursor: pointer;
}
#style-switcher-container #toggle i {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
}
#style-switcher-container .style-switcher {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
}
#style-switcher-container .style-switcher .text {
  display: block;
  width: 100%;
  height: 10px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #1a1a1a;
  text-align: center;
  text-transform: uppercase;
}
#style-switcher-container .style-switcher.light {
  height: 70px;
  background: #e6e6e6;
}
#style-switcher-container .style-switcher.dark {
  height: 100px;
  background: #000;
}
#style-switcher-container .style-switcher.dark .text {
  color: #fff;
}
#style-switcher-container .style-switcher.dark .reset-s {
  display: block;
  position: absolute;
  float: none;
  width: 110px;
  height: 20px;
  background: #2e2e2e;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  bottom: 10px;
  left: 10px;
}
#style-switcher-container .style-switcher .color {
  display: block;
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  text-decoration: none;
  margin: 10px 10px 0 0;
}
#style-switcher-container .style-switcher .color.last {
  margin-right: 0;
  clear: right;
}
/*--------------------------------------------------------------
16.0 - Social
--------------------------------------------------------------*/
/* .social {
  background: url(../img/elements/bg-3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 220px;
} */
.social .category-title h1 {
  color: #000000;
}
.social .category-title .under-line {
  background: #000000;
}
/* .social .category-title p {
  color: #e6e6e6;
} */
.social .carousel {
  margin-top: 60px;
}
.social .carousel .simple-slider {
  margin-top: 0;
}
.social .content {
  margin-top: 60px;
}
.social .content h4 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.social .content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /*color: #e6e6e6;*/
  margin: 20px 0 0 0;
}
.social .content ul.list {
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
}
.social .content ul.list li {
  display: block;
  width: 50%;
  float: left;
  padding: 5px 0;
}
.social .content ul.list li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #606060;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #606060;
}
.social .content ul.list li span {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.twitter-item {
	 background: #058cb9;
	 text-align: center;
	 width: 100%;
	 height: 350px;
}

.twitter-item p {
	 padding-left: 20%;
	 padding-right: 20%;
	 color: white;
}

.twitter-item .under-line {
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  margin: 20px auto 0;
  background: #262626;
}
.twitter-item .under-line .line {
  display: none;
  position: relative;
  width: 30px;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  background: #191919;
}

.twitter-item .under-line {
  background: #000000;
}

.insta-item {
	 background: #6d564b;
	 text-align: center;
	 width: 100%;
	 height: 350px;
}

.insta-item p {
	 padding-left: 20%;
	 padding-right: 20%;
	 color: white;
}

.insta-item .under-line {
  display: block;
  position: relative;
  width: 200px;
  height: 1px;
  margin: 20px auto 0;
  background: #262626;
}
.insta-item .under-line .line {
  display: none;
  position: relative;
  width: 30px;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  background: #191919;
}

.insta-item .under-line {
  background: #000000;
}

.social .carousel-control.left {
	background: none !important;

}
.social .glyphicon-chevron-left {
	font-size: 16px !important;	
	margin-top: 0 !important;
}
.social .carousel-control.right {
	background: none !important;

}
.social .glyphicon-chevron-right {
	font-size: 16px !important;	
	margin-top: 0 !important;
}
#twitter-slider:after {
  content: "\e94e"; 
  font-family: entypo;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: lightblue;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -170px;
  z-index: 1;
}
#insta-slider:after {
  content: "\e966"; 
  font-family: entypo;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: lightblue;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -170px;
  z-index: 0;
}
