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

Project:	Instrument
Version:	1.0
Date: 01-11-2015

==== TABLE OF CONTENTS ====

1.0 - General Styles
2.0 - Navigation
3.0 - Revolution Slider
	3.1 - Header Parallax Image
4.0 - Audio Player
5.0 - Tour Dates
6.0 - Gallery Home
7.0 - About Home
8.0 - Latest Work
9.0 - Twitter Feed
10.0 - Blog Home
	10.1 - Blog Single
11.0 - Brand Home
12.0 - Footer
13.0 - Animations
14.0 - Assets
--------------------------------------------------------------


--------------------------------------------------------------
1.0 - General Styles
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  color: #000;
  margin: 0;
}
h1 {
  font-size: 36px;
  line-height: 36px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
}
h5 {
  font-size: 14px;
  line-height: 14px;
}
p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 24px;
}
a,
span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
}
ul {
  list-style-type: none;
  list-style: none;
}
html,
body {
  position: relative;
}
.img-responsive {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
2.0 - Navigation
--------------------------------------------------------------*/
.navigation-bar {
  display: block;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 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;
}
.navigation-bar.scroll-BG {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.navigation-bar .logo-container a {
  text-decoration: none;
}
.navigation-bar .logo-container a img {
  float: left;
  padding-right: 5px;
}
.navigation-bar .logo-container a span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
  color: #000;
  text-transform: uppercase;
}
.navigation-bar .nav-container {
  padding: 0;
}
.navigation-bar .nav-container ul {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.navigation-bar .nav-container ul li {
  display: inline-block;
}
.navigation-bar .nav-container ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 54px;
  color: #000;
  padding: 0 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;
}
.navigation-bar .nav-container ul li a:hover {
  color: #6018d5;
}
.navigation-bar .nav-container ul li.active a {
  color: #6018d5;
}
.navigation-bar .nav-container ul.fade {
  display: block;
  position: absolute;
  top: 53px;
  right: 15px;
  width: 200px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.navigation-bar .nav-container ul.fade li {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.navigation-bar .nav-container ul.fade li:last-child {
  border-bottom: none;
}
.navigation-bar .nav-container ul.fade li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
}
.navigation-bar .nav-container ul.fade li a:hover {
  background: #fafafa;
}
.navigation-bar .nav-container ul.fade li.active a {
  color: #6018d5;
}
.navigation-bar .cloud-container {
  text-align: right;
}
.navigation-bar .cloud-container a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 54px;
  color: #000;
  -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;
}
.navigation-bar .cloud-container a:hover {
  color: #6018d5;
}
.navigation-bar .cloud-container i.menu-btn {
  display: none;
  font-size: 18px;
  line-height: 54px;
  color: #000;
  cursor: pointer;
  -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;
}
.navigation-bar .cloud-container i.menu-btn:hover {
  color: #6018d5;
}
.navigation-bar .cloud-container i.menu-btn.close-icon:before {
  content: '\e024';
}
@media screen and (max-width: 991px) {
  .navigation-bar {
    padding: 15px 0;
  }
  .navigation-bar.scroll-BG {
    background: #fff;
    padding: 5px 0;
  }
  .navigation-bar .nav-container ul {
    display: none;
  }
  .navigation-bar .nav-container ul.fade {
    top: 62px;
  }
  .navigation-bar .cloud-container a {
    padding-right: 10px;
  }
  .navigation-bar .cloud-container i.menu-btn {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .navigation-bar {
    padding: 10px 0;
    background: #fff;
  }
  .navigation-bar.scroll-BG {
    background: #fff;
    padding: 10px 0;
  }
  .navigation-bar .logo-container a img {
    height: 30px;
    width: auto;
  }
  .navigation-bar .logo-container a span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
  }
  .navigation-bar .nav-container ul {
    display: none;
  }
  .navigation-bar .nav-container ul.fade {
    top: 42px;
  }
  .navigation-bar .cloud-container a {
    font-size: 18px;
    line-height: 30px;
  }
  .navigation-bar .cloud-container i.menu-btn {
    font-size: 18px;
    line-height: 30px;
  }
}
/*--------------------------------------------------------------
3.0 - Revolution Slider
--------------------------------------------------------------*/
.slider-container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .slider-container {
    margin-top: 52px;
  }
}
.slider-container .slider {
  width: 100%;
  height: auto;
  position: relative;
}
.slider-container .slider .caption.title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .slider-container .slider .caption.title {
    font-size: 80px;
    line-height: 80px;
    padding-top: 40px;
  }
}
.slider-container .slider .caption.paragraph {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .slider-container .slider .caption.paragraph {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .slider-container .slider .caption.paragraph {
    display: none;
  }
}
.slider-container .slider .caption.button-rev {
  display: block;
}
.slider-container .slider .caption.button-rev a {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background: #6018d5;
  -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;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6018d5), color-stop(100%, #7b37e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #6018d5 0%, #7b37e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base-color', endColorstr='lighten(@base-color, 10%)', GradientType=1);
  /* IE6-9 */
  padding: 15px 25px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.slider-container .slider .caption.button-rev a i {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}
.slider-container .slider .caption.button-rev a:hover {
  opacity: .9;
}
.slider-container .slider .caption.button-rev.dark a {
  opacity: 1;
  background: #454545;
}
.slider-container .slider .caption.button-rev.dark a:hover {
  background: #333333;
}
.slider-container .slider .caption.button-rev.visible-xs {
  display: none;
}
.slider-container .slider .caption.button-rev.visible-xs a {
  font-size: 22px;
  line-height: 22px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  padding: 25px 35px;
}
.slider-container .slider .caption.button-rev.visible-xs a i {
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .slider-container .slider .caption.button-rev.visible-xs a {
    font-size: 32px;
    line-height: 32px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    padding: 35px 45px;
  }
  .slider-container .slider .caption.button-rev.visible-xs a i {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-container .slider .caption.button-rev {
    display: none;
  }
  .slider-container .slider .caption.button-rev.visible-xs {
    display: inline-block;
  }
}
.slider-container .tparrows {
  width: 50px !important;
  height: 70px !important;
  background: #fff !important;
  background: rgba(255, 255, 255, 0.8) !important;
  color: #1a1a1a;
  position: absolute !important;
  top: 50% !important;
  margin-top: -35px !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-container .tparrows:before {
  font-family: 'Flaticon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  width: 50px;
}
.slider-container .tparrows:hover {
  background: #fff !important;
  color: #6018d5;
}
.slider-container .tparrows.tp-leftarrow {
  left: 0 !important;
}
.slider-container .tparrows.tp-leftarrow:before {
  content: '\e002' !important;
}
.slider-container .tparrows.tp-rightarrow {
  right: 0 !important;
}
.slider-container .tparrows.tp-rightarrow:before {
  content: '\e003' !important;
}
/*--------------------------------------------------------------
3.1 - Header Parallax Image
--------------------------------------------------------------*/
.header-parallax-image {
  display: block;
  width: 100%;
  background: #a6d6e2;
  padding-top: 200px;
  padding-bottom: 200px;
}
.header-parallax-image.tour-bg {
  background: #ededed;
}
@media screen and (max-width: 1600px) {
  .header-parallax-image {
    background-size: 57% auto;
  }
}
@media screen and (min-width: 1200px) {
  .header-parallax-image {
    padding-top: 300px;
    padding-bottom: 300px;
    background: #a6d6e2 url(../img/elements/parallax-bg-1-1.png) no-repeat;
    background-size: 47% auto;
    background-position: right bottom;
  }
  .header-parallax-image.tour-bg {
    background: #ededed url(../img/elements/parallax-bg-2-2.png) no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .header-parallax-image {
    padding-top: 120px;
  }
}
.header-parallax-image .featured-content {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-parallax-image .featured-content h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .header-parallax-image .featured-content h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
.header-parallax-image .featured-content p {
  font-size: 14px;
  line-height: 24px;
  color: #292929;
  margin: 0;
  padding: 20px 0;
}
.header-parallax-image .featured-content a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 14px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6018d5), color-stop(100%, #7b37e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #6018d5 0%, #7b37e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base-color', endColorstr='lighten(@base-color, 10%)', GradientType=1);
  /* IE6-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;
  margin-top: 10px;
  margin-right: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.header-parallax-image .featured-content a i {
  font-size: 14px;
  line-height: 12px;
  padding-right: 5px;
}
.header-parallax-image .featured-content a:hover {
  opacity: .9;
}
.header-parallax-image .featured-content a.dark {
  background: #454545;
}
.header-parallax-image .featured-content a.dark:hover {
  opacity: 1;
  background: #333333;
}
/*--------------------------------------------------------------
4.0 - Audio Player
--------------------------------------------------------------*/
.new-releases {
  padding-top: 25px;
}
.new-releases h4 {
  margin-top: 30px;
  text-transform: uppercase;
}
.new-releases .jp-details {
  display: block !important;
}
.new-releases .videos .vimeo-video {
  margin-top: 35px;
}
.new-releases .videos .vimeo-video iframe {
  border: 0;
}
.jplayer-home {
  display: block;
  position: relative;
  margin-top: 35px;
}
.jplayer-home .jp-jplayer {
  display: block;
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
}
.jplayer-home .jp-gui {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 15px 15px 15px 120px;
  background: #000;
}
.jplayer-home .jp-gui #nowPlaying .artist-name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.jplayer-home .jp-gui #nowPlaying .track-name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
.jplayer-home .jp-gui .jp-interface .jp-progress {
  display: block;
  position: relative;
  overflow: hidden;
  height: 5px;
  width: 100%;
  margin-top: 10px;
  background-color: #000;
}
.jplayer-home .jp-gui .jp-interface .jp-progress .jp-seek-bar {
  background-color: rgba(96, 24, 213, 0.4);
  width: 0px;
  height: 100%;
  cursor: pointer;
}
.jplayer-home .jp-gui .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6018d5), color-stop(100%, #7b37e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #6018d5 0%, #7b37e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base-color', endColorstr='lighten(@base-color, 10%)', GradientType=1);
  /* IE6-9 */
  width: 0px;
  height: 100%;
}
.jplayer-home .jp-gui .jp-interface .time {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  text-align: left;
  margin-top: 3px;
  padding-bottom: 5px;
}
.jplayer-home .jp-gui .jp-interface .time.right {
  text-align: right;
}
.jplayer-home .jp-gui .jp-interface .time .jp-current-time,
.jplayer-home .jp-gui .jp-interface .time .jp-duration {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}
.jplayer-home .jp-gui .jp-interface .jp-controls-holder {
  display: block;
  width: 100%;
}
.jplayer-home .jp-gui .jp-interface .jp-controls-holder .jp-controls {
  display: inline-block;
}
.jplayer-home .jp-gui .jp-interface .jp-controls-holder .jp-controls button {
  background: none;
  border: none;
  outline: none;
  color: #666666;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  -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-home .jp-gui .jp-interface .jp-controls-holder .jp-controls button:hover {
  color: #6018d5;
}
@media screen and (max-width: 450px) {
  .jplayer-home .jp-gui .jp-interface .jp-controls-holder .jp-controls button {
    font-size: 18px;
    line-height: 24px;
  }
}
.jplayer-home .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 450px) {
  .jplayer-home .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
    display: none;
  }
}
.jplayer-home .jp-gui .jp-interface .jp-controls-holder .jp-toggles button {
  background: none;
  border: none;
  outline: none;
  color: #666666;
  font-size: 24px;
  line-height: 24px;
  -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-home .jp-gui .jp-interface .jp-controls-holder .jp-toggles button:hover {
  color: #6018d5;
}
.jplayer-home .jp-playlist {
  display: block;
  position: relative;
  width: 100%;
}
.jplayer-home .jp-playlist ul {
  margin: 0;
  padding: 0;
}
.jplayer-home .jp-playlist ul li {
  display: block;
  background: #fff;
}
.jplayer-home .jp-playlist ul li:nth-child(even) {
  background: #eff3f3;
}
.jplayer-home .jp-playlist ul li .info-wrapper a.jp-playlist-item {
  display: block;
  position: relative;
  padding: 20px 15px 20px 60px;
  text-decoration: none;
  outline: 0;
}
.jplayer-home .jp-playlist ul li .info-wrapper a.jp-playlist-item:before {
  display: block;
  position: absolute;
  font-family: Flaticon;
  content: '\e012';
  font-size: 16px;
  line-height: 16px;
  color: #b3b3b3;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 30px;
  margin-top: -8px;
  margin-left: -8px;
  font-weight: 700;
}
.jplayer-home .jp-playlist ul li .info-wrapper a.jp-playlist-item .jp-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.jplayer-home .jp-playlist ul li .info-wrapper a.jp-playlist-item .jp-artist {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #545454;
}
.jplayer-home .jp-playlist ul li .info-wrapper a.jp-playlist-item span.time {
  display: inline-block;
  float: right;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #b3b3b3;
}
.jplayer-home .jp-playlist ul li.jp-playlist-current a.jp-playlist-item:before {
  content: '\e00b';
  color: #6018d5 !important;
}
.jplayer-home.jp-state-playing .jp-play i:before {
  content: "\e00b" !important;
}
.jplayer-home.jp-state-looped .jp-repeat i {
  color: #6018d5;
}
.jplayer-home.jplayer-track {
  margin-top: -110px;
}
.jplayer-home.jplayer-track.jplayer-single {
  margin-top: 0;
}
.jplayer-home.jplayer-track .jp-jplayer {
  top: 15px;
  left: 10px;
}
.jplayer-home.jplayer-track .jp-gui {
  padding: 15px 15px 15px 110px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.jplayer-home.jplayer-track .jp-gui:after {
  display: table;
  content: '';
  clear: both;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-progress {
  margin-top: 10px;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .time {
  margin-top: 5px;
  padding-bottom: 0;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .time.right {
  text-align: right;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder {
  display: block;
  width: 100%;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder:after {
  display: table;
  content: '';
  clear: both;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder #nowPlaying {
  display: block;
  float: left;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder #nowPlaying .artist-name {
  font-size: 12px;
  line-height: 12px;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder #nowPlaying .track-name {
  font-size: 14px;
  line-height: 14px;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder .jp-controls {
  display: block;
  float: left;
  padding-top: 8px;
  margin-right: 15px;
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder .jp-controls button {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 450px) {
  .jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder .jp-controls button {
    font-size: 18px;
    line-height: 24px;
  }
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
  display: block;
  padding-top: 8px;
  float: right;
}
@media screen and (max-width: 767px) {
  .jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
    display: none;
  }
}
.jplayer-home.jplayer-track .jp-gui .jp-interface .jp-controls-holder .jp-toggles button {
  font-size: 24px;
  line-height: 24px;
}
.jplayer-home.jplayer-track.jplayer-single .jp-jplayer {
  top: 15px;
  left: 0;
}
.jplayer-home.jplayer-track.jplayer-single .jp-gui {
  padding: 15px 0 15px 95px;
}
.track-info-container {
  padding-bottom: 75px;
}
.track-info-container h4 {
  text-transform: uppercase;
  margin-top: 30px;
}
.track-info-container ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.track-info-container ul li {
  display: block;
  width: 100%;
  padding: 20px 0;
}
.track-info-container ul li span {
  display: block;
  width: 50%;
  float: left;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #454545;
}
.track-info-container p {
  color: #000;
  margin-top: 15px;
}
.jplayer-home.jplayer-sidebar {
  margin-top: 30px;
}
.jplayer-home.jplayer-sidebar .jp-jplayer {
  display: none;
}
.jplayer-home.jplayer-sidebar .jp-gui {
  padding: 15px;
}
.jplayer-home.jplayer-sidebar .jp-gui #nowPlayingSidebar .artist-name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.jplayer-home.jplayer-sidebar .jp-gui #nowPlayingSidebar .track-name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .jplayer-home.jplayer-sidebar .jp-gui .jp-interface .jp-controls-holder .jp-toggles {
    display: none;
  }
}
.jplayer-home.jplayer-sidebar .jp-playlist ul li .info-wrapper a.jp-playlist-item {
  padding: 20px 15px 20px 40px;
}
.jplayer-home.jplayer-sidebar .jp-playlist ul li .info-wrapper a.jp-playlist-item:before {
  left: 20px;
}
.jplayer-home.jplayer-sidebar .jp-playlist ul li .info-wrapper a.jp-playlist-item span.time {
  display: none;
}
.single-player-bar {
  background: #000;
  margin-top: 115px;
}
.single-player-bar .jp-playlist {
  display: none !important;
}
/*--------------------------------------------------------------
5.0 - Tour Dates
--------------------------------------------------------------*/
.tour-dates {
  display: block;
  width: 100%;
  background: url(../img/elements/bg-1.jpg) no-repeat;
  background-position: center 50px;
  background-size: cover;
  padding-bottom: 100px;
}
.tour-dates.no-bg {
  background: none;
}
.tour {
  padding-top: 75px;
}
.tour h2 {
  text-transform: uppercase;
}
.tour h5 {
  text-transform: uppercase;
  margin-top: 10px;
}
.tour p.location {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  margin: 15px 0 0;
  color: #000;
  padding: 0;
}
.tour p.location i {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-right: 5px;
}
.tour ul.countdown {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}
.tour ul.countdown li {
  float: left;
  padding-right: 15px;
  text-align: center;
}
.tour ul.countdown li:last-child {
  padding-right: 0;
}
.tour ul.countdown li span {
  display: block;
  width: 70px;
  height: 90px;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 90px;
  color: #000;
  border: 2px solid #ebebeb;
}
.tour ul.countdown li p {
  margin: 15px 0 0;
  text-transform: uppercase;
  padding: 0;
}
@media screen and (max-width: 450px) {
  .tour ul.countdown li span {
    width: 55px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}
.tour .buttons {
  display: block;
  width: 100%;
  padding-top: 15px;
}
.tour .buttons a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 14px 20px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6018d5), color-stop(100%, #7b37e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #6018d5 0%, #7b37e9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #6018d5 0%, #7b37e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@base-color', endColorstr='lighten(@base-color, 10%)', GradientType=1);
  /* IE6-9 */
  margin-right: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -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 .buttons a.gradient:hover {
  opacity: .9;
}
.tour .buttons a.dark {
  background: #454545;
  margin-right: 0;
}
.tour .buttons a.dark:hover {
  background: #333333;
}
.tour .buttons a.sold {
  background: #808080;
}
.tour-dates.tour-page {
  padding-bottom: 0;
}
.tour-dates.tour-page .tour {
  padding: 60px 0;
}
/*--------------------------------------------------------------
6.0 - Gallery Home
--------------------------------------------------------------*/
.gallery-home {
  display: block;
  position: relative;
  width: 100%;
}
.gallery-home a {
  text-decoration: none;
  outline: 0;
  display: block;
  position: relative;
  width: 16.66666666666667%;
  float: left;
  cursor: crosshair;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery-home a.double {
  width: 33.33333333333333%;
}
.gallery-home a:hover {
  opacity: .9;
}
@media screen and (max-width: 767px) {
  .gallery-home a {
    width: 33.33333333333333%;
  }
  .gallery-home a.double {
    width: 66.66666666666667%;
  }
}
/*--------------------------------------------------------------
7.0 - About Home
--------------------------------------------------------------*/
.about-home .category-head p {
  line-height: 36px;
}
@media screen and (min-width: 992px) {
  .about-home .category-head p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-home .info-container {
  margin-top: 40px;
}
.about-home .info-container img.about-cover {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.about-home .info-container .info.left {
  text-align: right;
}
.about-home .info-container .info .info-pannel {
  padding-top: 25px;
}
.about-home .info-container .info .info-pannel i {
  font-size: 25px;
  line-height: 25px;
  color: #000;
}
.about-home .info-container .info .info-pannel h5 {
  text-transform: uppercase;
  margin-top: 15px;
}
.about-home .info-container .info .info-pannel p {
  margin: 20px 0 0;
  color: #454545;
}
@media screen and (min-width: 1200px) {
  .about-home .info-container .info {
    padding-left: 60px;
    padding-right: 60px;
  }
  .about-home .info-container .info .info-pannel {
    padding-top: 70px;
  }
  .about-home .info-container .info .info-pannel h5 {
    margin-top: 30px;
  }
  .about-home .info-container .info .info-pannel p {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .about-home .info-container .info {
    text-align: center;
  }
  .about-home .info-container .info.left {
    text-align: center;
  }
}
/*--------------------------------------------------------------
8.0 - Latest Work
--------------------------------------------------------------*/
.latest-work .album {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.latest-work .album a.case {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 40px;
}
.latest-work .album a.case .case-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 5;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.latest-work .album a.case .case-wrapper img {
  height: 100%;
  width: auto;
}
.latest-work .album a.case .disk-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.latest-work .album a.case .disk-wrapper img {
  height: 100%;
  width: auto;
}
.latest-work .album a.case .cover {
  position: relative;
  z-index: 10;
}
.latest-work .album a.case:hover .case-wrapper {
  right: 25px;
}
.latest-work .album a.case:hover .disk-wrapper {
  right: 0;
}
.latest-work .album h5 {
  text-transform: uppercase;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .latest-work .album a.case {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .latest-work .album h5 {
    text-align: center;
    padding-right: 40px;
  }
}
/*--------------------------------------------------------------
9.0 - Twitter Feed
--------------------------------------------------------------*/
.twitter-feed {
  display: block;
  width: 100%;
  padding: 200px 0;
  background: url(../img/elements/bg-2-2.jpg) no-repeat;
  background-position: left top;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 100px;
}
.twitter-feed #tweet-example-1 {
  text-align: right;
}
.twitter-feed #tweet-example-1 ul {
  padding: 0;
  margin: 0;
}
.twitter-feed #tweet-example-1 ul li p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.twitter-feed #tweet-example-1 ul li p.timePosted {
  margin-top: 25px;
}
.twitter-feed #tweet-example-1 ul li p.timePosted a {
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  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;
}
.twitter-feed #tweet-example-1 ul li p.timePosted a:hover {
  color: #6018d5;
}
/*--------------------------------------------------------------
10.0 - Blog Home
--------------------------------------------------------------*/
.blog-home .category-head {
  padding-bottom: 15px;
}
.blog-home .article {
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  .blog-home .article .info.left {
    padding-left: 30px;
    padding-right: 250px;
  }
  .blog-home .article .info.right {
    padding-left: 165px;
    padding-right: 150px;
  }
}
.blog-home .article .info h5 {
  margin-top: 30px;
  text-transform: uppercase;
}
.blog-home .article .info p {
  margin: 40px 0 0;
  padding: 0;
  color: #454545;
}
.blog-home .article .info a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 14px 25px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #454545;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -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;
}
.blog-home .article .info a i {
  font-size: 12px;
  line-height: 12px;
  color: #cccccc;
}
.blog-home .article .info a:hover {
  background: #333333;
}
/*--------------------------------------------------------------
10.1 - Blog Single
--------------------------------------------------------------*/
.blog-single {
  padding-top: 70px;
  padding-bottom: 140px;
}
@media screen and (min-width: 1200px) {
  .blog-single .content {
    padding-right: 50px;
  }
}
.blog-single .content h4 {
  text-transform: uppercase;
}
.blog-single .content p.meta {
  color: #454545;
  margin: 20px 0 0;
  padding: 0;
}
.blog-single .content p.meta a {
  color: #454545;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  -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;
}
.blog-single .content p.meta a:hover {
  color: #6018d5;
}
.blog-single .content img {
  margin-top: 30px;
}
.blog-single .content .body-info p {
  margin-top: 35px;
}
.blog-single .content .article-nav {
  display: block;
  margin-top: 75px;
}
.blog-single .content .article-nav a {
  display: block;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  padding: 0 20px;
  color: #000;
  background: #e8ecee;
  text-decoration: none;
  float: left;
  -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;
}
.blog-single .content .article-nav a.next {
  float: right;
}
.blog-single .content .article-nav a:hover {
  background: #bcc8cd;
}
.blog-single .content .comments-section {
  margin-top: 70px;
}
.blog-single .content .comments-section form {
  display: block;
  width: 100%;
  padding-top: 30px;
}
.blog-single .content .comments-section form .field {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.blog-single .content .comments-section form .field input,
.blog-single .content .comments-section form .field textarea {
  display: block;
  width: 100%;
  border: none;
  outline: 0;
  background: #eff3f3;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #454545;
  padding: 14px;
}
.blog-single .content .comments-section form .field textarea {
  line-height: 24px;
}
.blog-single .content .comments-section form .field p {
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
.blog-single .content .comments-section form .field p span.colored {
  font-size: 14px;
  line-height: 12px;
  color: red;
}
.blog-single .content .comments-section form .field label {
  display: block;
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #6018d5;
  padding: 10px;
  background: #d2dddd;
  border-top: 1px solid #6018d5;
}
.blog-single .content .comments-section form button {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 14px 30px;
  margin-top: 10px;
  border: none;
  background: #454545;
  outline: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -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;
}
.blog-single .content .comments-section form button:hover {
  background: #333333;
}
.blog-single .content .comments-section .comment {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 0 0 90px;
}
.blog-single .content .comments-section .comment .avatar {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 67px;
  height: 67px;
}
.blog-single .content .comments-section .comment .avatar img {
  margin: 0;
}
.blog-single .content .comments-section .comment h5 {
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-single .content .comments-section .comment p {
  color: #454545;
  font-size: 12px;
  line-height: 24px;
  margin: 40px 0 0;
  padding: 0 0 5px;
}
.blog-single .content .comments-section .comment a.reply {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  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;
}
.blog-single .content .comments-section .comment a.reply:hover {
  color: #6018d5;
}
@media screen and (max-width: 767px) {
  .blog-single .content .comments-section .comment {
    padding: 50px 0 0 0;
  }
  .blog-single .content .comments-section .comment .avatar {
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .sidebar {
    padding-top: 70px;
  }
}
.blog-single .sidebar h5 {
  text-transform: uppercase;
  margin-top: 45px;
}
.blog-single .sidebar .search-widget input {
  display: block;
  height: 40px;
  width: 80%;
  float: left;
  border: none;
  outline: 0;
  background: #f0f6f7;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #999999;
  padding: 14px 20px;
}
.blog-single .sidebar .search-widget button {
  display: block;
  height: 40px;
  float: left;
  width: 20%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  text-align: right;
  padding-right: 10px;
  border: none;
  outline: 0;
  background: #f0f6f7;
}
.blog-single .sidebar .categories-widget ul {
  margin: 0;
  padding: 20px 0 0;
}
.blog-single .sidebar .categories-widget ul li {
  display: block;
}
.blog-single .sidebar .categories-widget ul li a {
  display: block;
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #b3b3b3;
  padding: 12px 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;
}
.blog-single .sidebar .categories-widget ul li a:hover {
  color: #6018d5;
}
.blog-single .sidebar .instagram-widget ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 30px;
}
.blog-single .sidebar .instagram-widget ul li {
  display: block;
  float: left;
  width: 25%;
  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;
}
.blog-single .sidebar .instagram-widget ul li:hover {
  opacity: .8;
}
.blog-single .sidebar .tags-widget ul {
  margin: 0;
  padding: 30px 0 0;
  margin-left: -3px;
  margin-right: -3px;
}
.blog-single .sidebar .tags-widget ul li {
  display: block;
  float: left;
  padding: 3px;
}
.blog-single .sidebar .tags-widget ul li a {
  text-decoration: none;
  display: block;
  height: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #000;
  padding: 0 15px;
  background: #e8ecee;
  -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;
}
.blog-single .sidebar .tags-widget ul li a:hover {
  background: #bcc8cd;
}
/*--------------------------------------------------------------
11.0 - Brand Home
--------------------------------------------------------------*/
.brand-home {
  display: block;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  margin-top: 100px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.brand-home.no-border {
  border: none;
  padding-top: 0;
}
.brand-home .item {
  display: block;
  width: 20%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  .brand-home .item {
    width: 33.3333333%;
  }
}
.brand-home .item img {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
12.0 - Footer
--------------------------------------------------------------*/
.footer {
  display: block;
  width: 100%;
  background: #000;
  padding-top: 40px;
}
.footer h4 {
  text-transform: uppercase;
  color: #fff;
  margin-top: 45px;
}
.footer .contact p {
  color: #454545;
  margin: 30px 0 0;
  padding: 0;
}
.footer .twitter-feed-footer ul {
  margin: 0;
  padding: 0;
  padding-top: 15px;
}
.footer .twitter-feed-footer ul .tweet {
  color: #454545;
  margin: 15px 0 0;
}
.footer .twitter-feed-footer ul .timePosted {
  margin: 0;
}
.footer .twitter-feed-footer ul .timePosted a {
  text-decoration: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  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;
}
.footer .twitter-feed-footer ul .timePosted a:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-family: Flaticon;
  content: '\e022';
  margin-right: 5px;
}
.footer .twitter-feed-footer ul .timePosted a:hover {
  color: #6018d5;
}
.footer .instagram ul {
  margin: 0 -5px;
  padding: 35px 0 0;
}
.footer .instagram ul:after {
  content: '';
  display: table;
  clear: both;
}
.footer .instagram ul li {
  display: block;
  width: 33.333333%;
  float: left;
  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;
}
.footer .instagram ul li a {
  display: block;
}
.footer .instagram ul li:hover {
  opacity: .8;
}
.footer .subscribe > p {
  color: #454545;
  margin: 30px 0 0;
  padding: 0;
}
.footer .subscribe .mce_inline_error {
  background: #6018d5 !important;
  font-family: 'Montserrat' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #fff;
}
.footer .subscribe input[type=email] {
  border: none;
  outline: 0;
  background: #212121 !important;
  color: #454545;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 15px;
  margin-top: 15px;
}
.footer .subscribe button {
  display: inline-block;
  height: 40px;
  border: none;
  outline: 0;
  background: #454545;
  padding: 0 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  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;
}
.footer .subscribe button span {
  display: inline-block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  word-wrap: nowrap;
  overflow: hidden;
  padding-left: 8px;
}
.footer .subscribe button i {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.footer .subscribe button:hover {
  background: #333333;
}
.footer .footer-bottom {
  padding-top: 130px;
  padding-bottom: 40px;
}
.footer .footer-bottom .copyright p {
  color: #454545;
  font-size: 12px;
  line-height: 24px;
  padding: 15px 0;
  margin: 0;
}
.footer .footer-bottom .copyright p a {
  text-decoration: none;
  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;
}
.footer .footer-bottom .copyright p a:hover {
  color: #6018d5;
}
.footer .footer-bottom .logo-footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer-bottom .menu-footer ul {
  margin: 0;
  padding: 0;
}
.footer .footer-bottom .menu-footer ul li {
  display: inline-block;
  float: left;
  padding: 15px 30px 15px 0;
}
.footer .footer-bottom .menu-footer ul li a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #454545;
  text-decoration: none;
  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;
}
.footer .footer-bottom .menu-footer ul li a:hover {
  color: #6018d5;
}
/*--------------------------------------------------------------
13.0 - Animations
--------------------------------------------------------------*/
@-webkit-keyframes bar1 {
  0% {
    height: 9px;
  }
  25% {
    height: 14px;
  }
  50% {
    height: 6px;
  }
  75% {
    height: 1px;
  }
}
@-moz-keyframes bar1 {
  0% {
    height: 9px;
  }
  25% {
    height: 14px;
  }
  50% {
    height: 6px;
  }
  75% {
    height: 1px;
  }
}
@keyframes bar1 {
  0% {
    height: 9px;
  }
  25% {
    height: 14px;
  }
  50% {
    height: 6px;
  }
  75% {
    height: 1px;
  }
}
@-webkit-keyframes bar2 {
  0% {
    height: 8px;
  }
  25% {
    height: 2px;
  }
  50% {
    height: 12px;
  }
  75% {
    height: 13px;
  }
}
@-moz-keyframes bar2 {
  0% {
    height: 8px;
  }
  25% {
    height: 2px;
  }
  50% {
    height: 12px;
  }
  75% {
    height: 13px;
  }
}
@keyframes bar2 {
  0% {
    height: 8px;
  }
  25% {
    height: 2px;
  }
  50% {
    height: 12px;
  }
  75% {
    height: 13px;
  }
}
@-webkit-keyframes bar3 {
  0% {
    height: 7px;
  }
  25% {
    height: 15px;
  }
  50% {
    height: 3px;
  }
  75% {
    height: 11px;
  }
}
@-moz-keyframes bar3 {
  0% {
    height: 7px;
  }
  25% {
    height: 15px;
  }
  50% {
    height: 3px;
  }
  75% {
    height: 11px;
  }
}
@keyframes bar3 {
  0% {
    height: 7px;
  }
  25% {
    height: 15px;
  }
  50% {
    height: 3px;
  }
  75% {
    height: 11px;
  }
}
@-webkit-keyframes bar4 {
  0% {
    height: 10px;
  }
  25% {
    height: 2px;
  }
  50% {
    height: 15px;
  }
  75% {
    height: 6px;
  }
}
@-moz-keyframes bar4 {
  0% {
    height: 10px;
  }
  25% {
    height: 2px;
  }
  50% {
    height: 15px;
  }
  75% {
    height: 6px;
  }
}
@keyframes bar4 {
  0% {
    height: 10px;
  }
  25% {
    height: 2px;
  }
  50% {
    height: 15px;
  }
  75% {
    height: 6px;
  }
}
/*--------------------------------------------------------------
14.0 - Assets
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.category-head {
  text-align: center;
  padding-top: 120px;
}
.category-head h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.category-head .bars-animation {
  display: inline-block;
  position: relative;
  width: 20px;
  margin-top: 25px;
}
.category-head .bars-animation .bar {
  display: block;
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 15px;
  background: #000;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-iteration-count: 5;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.category-head .bars-animation .bar.one {
  height: 9px;
  left: 0;
}
.category-head .bars-animation .bar.two {
  height: 13px;
  left: 5px;
}
.category-head .bars-animation .bar.three {
  height: 7px;
  left: 10px;
}
.category-head .bars-animation .bar.four {
  height: 10px;
  left: 15px;
}
.hover-section:hover .bars-animation .bar.one {
  -moz-animation-name: bar1;
  -webkit-animation-name: bar1;
  animation-name: bar1;
}
.hover-section:hover .bars-animation .bar.two {
  -moz-animation-name: bar2;
  -webkit-animation-name: bar2;
  animation-name: bar2;
}
.hover-section:hover .bars-animation .bar.three {
  -moz-animation-name: bar3;
  -webkit-animation-name: bar3;
  animation-name: bar3;
}
.hover-section:hover .bars-animation .bar.four {
  -moz-animation-name: bar4;
  -webkit-animation-name: bar4;
  animation-name: bar4;
}
a {
  outline: 0 !important;
}
hr {
  background: #f2f2f2;
}
