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

==========================================================
*/
/*===============================================================
x.x - Generals
===============================================================*/
body {
  background: #14161e;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  position: static;
}
a,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
select,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none ;
  border: none;
  outline: 0;
}
a, a:hover { color:#ff3c00;}
blockquote { background: none !important;}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* Typography */
/* Fonts */
h1 {
  font-size: 43px;
  line-height: 43px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h3 {
  font-size: 21px;
  line-height: 21px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
}
h5 {
  font-size: 16px;
  line-height: 16px;
}
h6 {
  font-size: 14px;
  line-height: 14px;
}
p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}
/*==== Special Classes ====*/
.img-responsive {
  width: 100%;
  height: auto;
}
.section-height-one {
  padding-top: 100px;
  padding-bottom: 90px;
}
.section-height-two {
  padding-top: 100px;
  padding-bottom: 190px;
}
.section-height-three {
  padding-top: 110px;
  padding-bottom: 154px;
}
.section-height-four {
  padding-top: 130px;
  padding-bottom: 120px;
}
.section-page {
  padding-top: 70px;
  padding-bottom: 120px;
}
.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.nav-wrapper img {

  width: 90%;
  max-width: 90%;
  height: auto;}
.nivo-activator {
  display: block;
}
.btn-wrapper {
  text-align: center;
}
.txtAlignCenter {
  text-align: center !important;
}
.btn-wrapper.pdt-65 {
  padding-top: 65px;
}
.colored {
  color: #ff3c00;
}
/*==== 0.0 - UI Elements ====*/
/* Preloader */
#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background: #14161e;
}
#preloader .preloader-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#preloader .preloader-inside:after {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-top-color: #ff3c00;
  border-bottom-color: #ff3c00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  animation: spinny 1s linear infinite;
}
/* Button */
.btn,.search-submit, .post-password-form input[type="submit"] {
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #ff3c00;
  height: 48px;
  line-height: 48px;
  padding: 0 35px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post-password-form input[type="submit"] { height: 42px !important; line-height: 35px !important;}

.btn span,
.btn img {
  position: relative;
  z-index: 10;
}
.btn.btn-big {
  height: 56px;
  line-height: 56px;
}
.btn.tiny {
  height: 27px;
  line-height: 25px;
  padding: 0 18px;
}
.btn.small {
  height: 31px;
  line-height: 29px;
  padding: 0 10px;
}
.btn.tiny,
.btn.small {
  font-size: 14px;
  text-transform: none;
}
.btn.tiny img,
.btn.small img {
  padding-right: 5px;
}
.btn.tiny.first,
.btn.small.first {
  margin-right: 15px;
}
.btn::before {
  overflow: hidden;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #cc3000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -ms-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #ffffff;
  overflow: hidden;
}
.btn:hover::before,
.btn:focus::before,
.btn:active::before {
  width: 100%;
}
/* Cats */
.cats {
  display: block;
}
.cats li {
  display: inline-block;
  padding-right: 3px;
}
.cats li .cat {
  position: relative;
  display: inline-block;
  vertical-align: center;
  height: 35px ;
  margin-bottom: 5px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding: 0 15px;
  color: #ffffff;
  background: #ff3c00;
}
.cats li .cat span {
  position: relative;
  z-index: 10;
}
.cats li .cat::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #cc3000;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cats li .cat:hover::before,
.cats li .cat:focus::before {
  width: 100%;
}
/* Tags */
.tags {
  display: block;
}
.tags li {
  display: inline-block;
  padding-right: 3px;
}
.tags li .tag {
  position: relative;
  display: inline-block;
  vertical-align: center;
  height: 35px ;
  margin-bottom: 5px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding: 0 15px;
  color: #ffffff;
  background: #ff3c00;
}
.tags li .tag span {
  position: relative;
  z-index: 10;
}
.tags li .tag::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #cc3000;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tags li .tag:hover::before,
.tags li .tag:focus::before {
  width: 100%;
}
/* Section Title */
.section-title {
  text-align: center;
}
.section-title.pdb-56 {
  padding-bottom: 56px;
}
.section-title.pdb-36 {
  padding-bottom: 36px;
}
.section-title.pdb-66 {
  padding-bottom: 66px;
}
.section-title h1 {
  text-transform: uppercase;
  font-weight: 900;
}
.section-title h2 {
  font-style: italic;
  font-weight: 400;
  padding-top: 10px;
}
/* Overlay Section */
.overlay-section {
  background: rgba(14, 16, 25, 0.80);
}
.overlay-section.low-op {
  background: rgba(14, 16, 25, 0.8);
}
/* Page Header */
/*.page-header {
  background: url(../img/backgrounds/page-bg-1.jpg) fixed top center no-repeat;
}
.page-header.bg-2 {
  background: url(../img/backgrounds/page-bg-2.jpg) fixed top center no-repeat;
}
.page-header.bg-3 {
  background: url(../img/backgrounds/page-bg-3.jpg) fixed top center no-repeat;
}
.page-header.bg-4 {
  background: url(../img/backgrounds/page-bg-4.jpg) fixed top center no-repeat;
}
.page-header.bg-5 {
  background: url(../img/backgrounds/page-bg-5.jpg) fixed top center no-repeat;
}*/
.page-header .page-header-section {
  padding-top: 250px;
  padding-bottom: 55px;
}
.page-header h1 {
  display: block;
  padding-bottom: 25px;
  margin-bottom: 28px;
  border-bottom: 1px solid #999999;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-header h2 {
  padding-right: 40px;
}
.page-header .btn {
  position: relative;
  top: 6px;
}
.page-header h2,
.page-header .btn,
.page-header ul {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-header h2 {
    display: block;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 550px) {
  .page-header h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
/* Pagination */
.pagination li {
  display: block;
  float: left;
  text-align: center;
}
.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #242836;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 3px solid #474e6a;
}
.pagination li a img {
  margin-top: -3px;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
  border-color: #ff3c00;
  color: #ff3c00;
}
@media screen and (max-width: 768px) {
  .pagination-wrapper {
    padding-top: 45px;
  }
}
/* Lightbox Style*/
.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.91);
  z-index: 9999999;
  display: block;
}
.nivo-lightbox-overlay img,
.nivo-lightbox-overlay iframe {
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px #000000;
  -moz-box-shadow: 0px 0px 15px 0px #000000;
  box-shadow: 0px 0px 15px 0px #000000;
}
.nivo-lightbox-overlay .nivo-lightbox-nav {
  top: 25%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next {
  height: 50%;
  width: 10%;
}
.nivo-lightbox-overlay .nivo-lightbox-prev {
  padding-left: 20px;
  background: url(../icons/chevron-left.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-next {
  padding-right: 20px;
  background: url(../icons/chevron-right.png) center center no-repeat;
}
.nivo-lightbox-overlay .nivo-lightbox-close {
  background: url(../icons/close.png) center center no-repeat;
  width: 65px;
  height: 65px;
}
.nivo-lightbox-overlay .nivo-lightbox-prev,
.nivo-lightbox-overlay .nivo-lightbox-next,
.nivo-lightbox-overlay .nivo-lightbox-close {
  opacity: .6;
  font-size: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nivo-lightbox-overlay .nivo-lightbox-prev:hover,
.nivo-lightbox-overlay .nivo-lightbox-next:hover,
.nivo-lightbox-overlay .nivo-lightbox-close:hover {
  opacity: 1;
}
/*===============================================================
1.0 - Header
===============================================================*/
#site-header {
  display: block;
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-header.scroll {
  background: #0e1019;
}
#site-header .top_nav {
 background: #046d9b;
    padding: 6px 95px 2px;
  
}
#site-header .top_nav .icon {
    float: left;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#site-header .top_nav .icon img{
 width: 90%;
max-width: 90%;
height: auto;
}
#site-header .top_nav .social_m {
        display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
     margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
#site-header .top_nav .social_m img{
 width: 90%;
max-width: 90%;
height: auto;
}
@media screen and (max-width: 1200px) {
#site-header .top_nav {
    display: none;
  }
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu {
  padding: 0;
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu li {
  /*padding: 22px 20px 22px;*/
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu li.logo-item, #site-header.scroll .nav-wrapper #site-navigation .main-menu li.has-image{
  padding: 6px 95px 2px;
}
#site-header.scroll .nav-wrapper #site-navigation .main-menu li .sub-menu {
  top: 65px;
}
#site-header .nav-wrapper {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #site-header .nav-wrapper .site-branding {
    display: none;
  }
}
#site-header .nav-wrapper #site-navigation .main-menu {
  padding: 15px 0;
}
#site-header .nav-wrapper #site-navigation .main-menu li {
  position: relative;
  display: inline-block;
  padding: 15px 15px 15px;
}
#site-header .nav-wrapper #site-navigation .main-menu li.logo-item, #site-header .nav-wrapper #site-navigation .main-menu li.has-image {
  padding: 0px 95px;
}
@media screen and (max-width: 1200px) {
#site-header .nav-wrapper #site-navigation .main-menu li.logo-item,#site-header .nav-wrapper #site-navigation .main-menu li.has-image {
    display: none;
  }
}
#site-header .nav-wrapper #site-navigation .main-menu li a {
  display: block;
  padding: 0 5px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-header .nav-wrapper #site-navigation .main-menu li a:hover,
#site-header .nav-wrapper #site-navigation .main-menu li a:focus {
  color: #04b0fb !important;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu {
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  width: 200px;
  background: #ff3c00;
  display: none;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li {
  display: block;
  padding: 0;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li a:hover,
#site-header .nav-wrapper #site-navigation .main-menu li .sub-menu li a:focus {
  padding-left: 30px;
  color: #ffffff;
  background: #f03800;
}
#site-header .nav-wrapper #site-navigation .main-menu li.hover a {
  color: #0580b6 !important;
}

#site-header .nav-wrapper #site-navigation .main-menu li.has-children:hover .sub-menu {
  display: block;
}
#site-header .nav-wrapper #nav-toggle {
  position: absolute;
  right: 15px;
  top: px;
  width: 24px;
  height: 24px;
  display: none;
}
#site-header .nav-wrapper #nav-toggle.menu-icon {
  background: url(../icons/menu.png) center center no-repeat;
}
#site-header .nav-wrapper #nav-toggle.close-icon {
  background: url(../icons/close.png) center center no-repeat;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
 .nav-wrapper img {
  width: 50%;
  max-width: 50%;
  height: auto;}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
 .nav-wrapper img {
  width: 30%;
  max-width: 30%;
  height: auto;}
}
@media screen and (max-width: 1200px) {
  #site-header {
    padding: 10px 0;
  }
  #site-header .nav-wrapper #site-navigation {
    position: absolute;
    padding: 0;
    right: 0;
    width: 100%;
    top: 85px;
    background: #14161e;
    display: none;
  }

  #site-header .nav-wrapper #site-navigation.open {
    display: block;
  }
  #site-header .nav-wrapper #site-navigation .main-menu {
    padding: 0;
  }
  #site-header .nav-wrapper #site-navigation .main-menu li {
    display: block;
    padding: 0;
  }
  #site-header .nav-wrapper #site-navigation .main-menu li a {
    padding: 10px 20px;
  }
  #site-header .nav-wrapper #site-navigation .main-menu li .sub-menu {
    position: static;
    width: 240px;
  }
  #site-header .nav-wrapper #nav-toggle {
    display: block;
  }
  #site-header.scroll .nav-wrapper #site-navigation .main-menu li {
    padding: 0;
  }
}
/*===============================================================
2.0 - Home Player
===============================================================*/
.home-player-wrapper {
  position: relative;
  z-index: 9995;
  margin-top: -50px;
  background: #000000;
  height: 100%;
}
.home-player-wrapper .home-player {
  position: relative;
  padding: 13px 0;
}
.home-player-wrapper .home-player .jp-controls {
  height: 27px;
}
.home-player-wrapper .home-player .jp-controls.left {
  float: left;
}
.home-player-wrapper .home-player .jp-controls.right {
  float: right;
}
.home-player-wrapper .home-player .jp-controls .jp-previous,
.home-player-wrapper .home-player .jp-controls .jp-next,
.home-player-wrapper .home-player .jp-controls .jp-play,
.home-player-wrapper .home-player .jp-controls .jp-mute,
.home-player-wrapper .home-player .jp-controls .playlist-toggle {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: #ffffff center center no-repeat;
}
.home-player-wrapper .home-player .jp-controls .jp-previous {
  background: url(../icons/backward-big.png);
}
.home-player-wrapper .home-player .jp-controls .jp-next {
  background: url(../icons/forward-big.png);
}
.home-player-wrapper .home-player .jp-controls .jp-play {
  background: url(../icons/play-big.png);
}
.home-player-wrapper .home-player .jp-controls .jp-mute {
  margin-right: 0;
  margin-left: 12px;
  background: url(../icons/volume-big.png);
}
.home-player-wrapper .home-player .jp-controls .playlist-toggle {
  margin-left: 12px;
  background: url(../icons/playlist.png) bottom center no-repeat;
}
.home-player-wrapper .home-player .jp-controls .playlist-toggle.toggled {
  opacity: .6;
}
.home-player-wrapper .home-player .jp-progress {
  position: absolute;
  height: 6px;
  width: 100%;
  top: -6px;
  left: 0;
  z-index: 9997;
  background: #3d3d3d;
}
.home-player-wrapper .home-player .jp-progress .jp-seek-bar {
  height: 6px;
  cursor: pointer;
}
.home-player-wrapper .home-player .jp-progress .jp-play-bar {
  height: 6px;
  background: #ff3c00;
  position: relative;
}
.home-player-wrapper .home-player .jp-progress .jp-play-bar::before {
  position: absolute;
  content: '';
  right: -1px;
  top: -4px;
  width: 14px;
  height: 14px;
  background: #801e00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home-player-wrapper .home-player .nowPlaying {
  float: left;
  padding-left: 18px;
  font-size: 14px;
  padding-top: 3px;
  font-weight: 700;
  color: #ffffff;
}
.home-player-wrapper .home-player .nowPlaying .artist-name {
  position: relative;
  padding-right: 20px;
}
.home-player-wrapper .home-player .nowPlaying .artist-name::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.home-player-wrapper .home-player .playlist-home-player {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  display: none;
}
.home-player-wrapper .home-player .playlist-home-player.open {
  display: block;
}
.home-player-wrapper .home-player .playlist-home-player ul li {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #14161e;
  background: #262626;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item {
  display: inline-block;
  position: relative;
  padding: 12px 58px;
  font-size: 13px;
  color: #ffffff;
  outline: 0;
  font-weight: 700;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item .jp-artist {
  position: relative;
  padding-right: 20px;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item .jp-artist::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item::before {
  position: absolute;
  top: 15px;
  left: 30px;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../icons/play-tiny.png) center center no-repeat;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item.jp-playlist-current {
  color: #ff3c00;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item.jp-playlist-current .jp-artist::before {
  background: #ff3c00;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-playlist-item-remove {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #ffffff;
  opacity: .2;
  font-weight: 600;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media {
  position: absolute;
  right: 55px;
  top: 10px;
  outline: 0;
}
.home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media:first-child {
  right: 78px;
}
@media screen and (max-width: 650px) {
  .home-player-wrapper .home-player .playlist-home-player ul li {
    padding-bottom: 15px;
  }
  .home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media {
    position: static;
    top: 0;
  }
  .home-player-wrapper .home-player .playlist-home-player ul li .jp-free-media:first-child {
    margin-left: 30px;
    margin-right: 6px;
  }
}
.home-player-wrapper .home-player.jp-state-playing .jp-play {
  background: url(../icons/pause-big.png) !important;
}
.home-player-wrapper .home-player.jp-state-muted .jp-mute {
  background: url(../icons/mute-big.png) !important;
}
@media screen and (max-width: 768px) {
  .home-player-wrapper .home-player .jp-controls,
  .home-player-wrapper .home-player .nowPlaying {
    float: none !important;
  }
  .home-player-wrapper .home-player .jp-controls {
    height: 27px;
  }
  .home-player-wrapper .home-player .jp-controls.left,
  .home-player-wrapper .home-player .jp-controls.right {
    position: absolute;
    bottom: 13px;
  }
  .home-player-wrapper .home-player .jp-controls.left {
    left: 24px;
  }
  .home-player-wrapper .home-player .jp-controls.right {
    right: 24px;
  }
  .home-player-wrapper .home-player .nowPlaying {
    padding-left: 0;
    padding-bottom: 45px;
    position: relative;
  }
  .home-player-wrapper .home-player .playlist-home-player {
    top: 92px;
  }
}
/*===============================================================
3.0 - Albums
===============================================================*/
/*==== Album ====*/
.discography-row {
  margin: 0 -2px;
}
.discography-item-wrapper {
  padding: 2px;
}
.discography-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 64px;
  background: #ff3c00;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.discography-item .icon img {
  /*display: inline-block;
  padding-left: 4px;*/
}
.discography-item:hover .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .discography-item {
    max-width: 360px;
    margin: 0 auto;
  }
}
/*===============================================================
4.0 - Social Media Bar
===============================================================*/
.social-media-bar-wrapper {
  background: #ff3c00;
  padding: 15px 0;
}
.social-media-bar-wrapper h1 {
  text-transform: uppercase;
  font-weight: 800;
  font: 46px;
  line-height: 46px;
}
.social-media-bar-wrapper h1 span {
  font-weight: 300;
}
.social-media-bar-wrapper h2 {
  font-weight: 400;
  padding-top: 15px;
}
.social-media-bar-wrapper .social-networks {
  float: right;
  padding-top: 15px;
}
.social-media-bar-wrapper .social-networks li {
  display: inline-block;
  padding: 0 6px;
}
.social-media-bar-wrapper .social-networks li a {
  opacity: .45;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-media-bar-wrapper .social-networks li a:hover,
.social-media-bar-wrapper .social-networks li a:focus {
  opacity: .6;
}
@media screen and (max-width: 1200px) {
  .social-media-bar-wrapper .social-networks {
    float: none;
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .social-media-bar-wrapper h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
/*===============================================================
5.0 - Featured Artist
===============================================================*/
.featured-artist-wrapper {
  background: url(../img/backgrounds/bg-1.jpg) fixed center center no-repeat;
  background-size: cover;
}
/*==== Artist Info ====*/
.artist-biography.normal-padding .image {
  padding-right: 15px;
}
.artist-biography.normal-padding .info-block {
  padding-left: 15px;
}
.artist-biography.normal-padding .stats {
  padding-top: 35px;
}
.artist-biography .image {
  padding-right: 0px;
}
.artist-biography .info-block {
  padding-left: 0px;
}
.artist-biography .info-block h3 {
  text-transform: uppercase;
}
.artist-biography .info-block .meta {
  color: #b3b3b3;
  font-weight: 400;
  padding-top: 12px;
}
.artist-biography .info-block .meta .sep {
  padding: 0 5px;
}
.artist-biography .info-block p {
  font-size: 18px;
  line-height: 28px;
  padding-top: 30px;
}
.artist-biography .stats {
  padding-top: 45px;
}
.artist-biography .stats li {
  display: inline-block;
  padding: 0 27px;
  border-right: 1px solid #292929;
}
.artist-biography .stats li:first-child {
  padding-left: 0;
}
.artist-biography .stats li:last-child {
  border: none;
}
.artist-biography .stats li img,
.artist-biography .stats li .text {
  float: left;
}
.artist-biography .stats li img {
  padding-right: 15px;
}
.artist-biography .stats li h4 {
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 8px;
}
.artist-biography .stats li span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .artist-biography .stats li {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-right: none;
    border-bottom: 1px solid #292929;
  }
  .artist-biography .stats li::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
.artist-biography .btn {
  margin-top: 45px;
}
.artist-biography blockquote p {
  font-style: italic;
  color: #a3a3a3;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .artist-biography .image {
    padding-right: 15px;
  }
  .artist-biography .info-block {
    padding-left: 15px;
  }
  .artist-biography .stats li {
    padding: 0 10px;
  }
  .artist-biography .stats li img {
    padding-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  .artist-biography .image {
    padding-right: 15px;
  }
  .artist-biography .info-block {
    padding-top: 30px;
    padding-left: 15px;
  }
}
/*===============================================================
6.0 - Gallery
===============================================================*/
.photo-gallery-wrapper {
  overflow: hidden;
  background: #ff3c00;
  height: 100%;
}
.photo-gallery-wrapper a{
color : #ffffff;
}
.photo-gallery-wrapper .title-wrapper,
.photo-gallery-wrapper .gallery-item {
  width: 20%;
  display: block;
  float: left;
  height: 100%;
}
.photo-gallery-wrapper .title-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
}
.photo-gallery-wrapper .title-wrapper h2 {
  padding: 45% 0;
  margin-top: -3px;
}
.photo-gallery-wrapper .title-wrapper h2 span {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .photo-gallery-wrapper {
    background: #1a1a1a;
  }
  .photo-gallery-wrapper .title-wrapper {
    width: 100%;
    height: 70px;
    background: #ff3c00;
  }
  .photo-gallery-wrapper .title-wrapper h2 {
    padding: 0;
    line-height: 70px;
  }
  .photo-gallery-wrapper .gallery-item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .photo-gallery-wrapper .gallery-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .photo-gallery-wrapper .gallery-item {
    width: 100%;
  }
}
.gallery-item {
  position: relative;
}
.gallery-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 64px;
  background: #ff3c00;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallery-item .icon img {
  display: inline-block;
}
.gallery-item:hover .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
<!---->
/*===============================================================
7.0 - Events
===============================================================*/
/*==== Events ====*/
.events-wrapper {
  background: url(../img/backgrounds/bg-2.jpg) fixed center center no-repeat;
  background-size: cover;
}
/*==== Event ====*/
.event {
  padding: 10px 0;
  border-bottom: 2px solid #1d2133;
}
.event .title {
  float: left;
  width: 78%;
}
.event .title img {
  float: left;
  margin-right: 30px;
}
.event .title .text {
  padding-top: 30px;
}
.event .title h4 {
  text-transform: uppercase;
  font-weight: 400;
}
.event .title h5 {
  font-weight: 400;
  padding-top: 10px;
}
.event .date,
.event .tickets,
.event .button {
  padding-top: 30px;
  float: left;
  width: 20%;
}
.event .date img,
.event .tickets img,
.event .button img {
  margin-right: 20px;
  float: left;
}
.event .date h4,
.event .tickets h4 {
  padding-top: 15px;
  font-weight: 400;
}
.event .date h4 .sep,
.event .tickets h4 .sep {
  display: inline-block;
  background: #ffffff;
  width: 2px;
  height: 13px;
  margin: 0 6px;
}
.event .tickets {
  padding-left: 25px;
}
.event .btn {
  float: right;
}
@media screen and (max-width: 991px) {
  .event .title,
  .event .date,
  .event .tickets,
  .event .button {
    width: 50%;
    float: left;
  }
  .event .date {
    padding-left: 65px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .event .title,
  .event .date,
  .event .tickets,
  .event .button {
    width: 100%;
    float: none;
  }
  .event .date,
  .event .tickets {
    padding-left: 0;
  }
  .event .date {
    padding-bottom: 0;
  }
  .event .btn {
    float: none;
    height: 45px;
    line-height: 45px;
    padding: 0 20px ;
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .event .title .text {
    padding-top: 0;
  }
}
/*===============================================================
8.0 - Home Player
===============================================================*/
/*==== Video Item ====*/
.video-item {
  position: relative;
  padding-top: 30px;
}
.video-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -26px;
  -webkit-box-shadow: 0px 0px 35px 0px #000000;
  -moz-box-shadow: 0px 0px 35px 0px #000000;
  box-shadow: 0px 0px 35px 0px #000000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*===============================================================
9.0 - Contact`
===============================================================*/
.contact-wrapper .contact-details .title h4 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}
.contact-wrapper .contact-details p {
  font-size: 16px;
  line-height: 18px;
}
.contact-wrapper .contact-details .details li {
  padding-top: 50px;
}
.contact-wrapper .contact-details .details li:first {
  padding-top: 40px;
}
.contact-wrapper .contact-details .details .icon {
  float: left;
  text-align: center;
  width: 76px;
  height: 76px;
  line-height: 74px;
  background: #ff3c00;
  margin-right: 20px;
}
.contact-wrapper .contact-details .details p {
  padding-top: 17px;
  font-size: 16px;
  line-height: 18px;
}
.contact-wrapper .contact-details .details h4 {

  font-size: 30px;
    margin-top: 22px;

}
.contact-wrapper .contact-form form {
  display: block;
}
.contact-wrapper .contact-form form .field {
  width: 100%;
  display: block;
  padding-top: 15px;
}
.contact-wrapper .contact-form form .field:first-child {
  padding-top: 0;
}
.contact-wrapper .contact-form form .field input,
.contact-wrapper .contact-form form .field textarea {
  padding: 16px;
  display: block;
  width: 100%;

  color: #ffffff;
  background: #21232a;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-wrapper .contact-form form .field input::-webkit-input-placeholder,
.contact-wrapper .contact-form form .field textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.contact-wrapper .contact-form form .field input:-moz-placeholder,
.contact-wrapper .contact-form form .field textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-wrapper .contact-form form .field input::-moz-placeholder,
.contact-wrapper .contact-form form .field textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contact-wrapper .contact-form form .field input:-ms-input-placeholder,
.contact-wrapper .contact-form form .field textarea:-ms-input-placeholder {
  color: #ffffff;
}
.contact-wrapper .contact-form form .field label {
  display: block;
  background: #ff3c00;
  padding: 0 16px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}
.contact-wrapper .contact-form form .field textarea {
  height: 195px;
}
.contact-wrapper .contact-form form .contact-btn {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  height: 55px !important;
  font-size: 14px;
  background: #1d1e24;
  border: 1px solid #2b2b2b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-wrapper .contact-form form .contact-btn:hover {
  border-color: #ff6333;
  background: #ff3c00;
}
/*===============================================================
10.0 - Main Player
===============================================================*/
.main-player {
  position: relative;
  border-top: 2px solid #ff3c00;
}
.main-player .jp-controls .jp-previous,
.main-player .jp-controls .jp-next {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}
.main-player .jp-controls .jp-play,
.main-player .jp-controls .jp-mute {
  position: absolute;
  top: 0;
  width: 80px;
  height: 75px;
  z-index: 11;
}
.main-player .jp-controls .jp-previous {
  background: url(../icons/backward-mini.png) center center no-repeat;
}
.main-player .jp-controls .jp-next {
  background: url(../icons/forward-mini.png) center center no-repeat;
}
.main-player .jp-controls .jp-play {
  left: 0;
  position: absolute;
  background: #1e2128 url(../icons/play-big.png) center center no-repeat;
}
.main-player .jp-controls .jp-mute {
  right: 0;
  background: #1e2128 url(../icons/volume-bars.png) center center no-repeat;
}
.main-player .player-content {
  padding: 15px 95px 0;
  height: 75px;
  position: relative;
  z-index: 10;
  background: #272a31;
}
.main-player .player-content .nowPlaying .artist-name {
  position: relative;
  padding-right: 20px;
}
.main-player .player-content .nowPlaying .artist-name::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.main-player .player-content .player-inside .jp-controls {
  float: right;
}
.main-player .player-content .jp-progress {
  margin-top: 10px;
  display: block;
  height: 10px;
  width: 100%;
  background: #1e2128;
}
.main-player .player-content .jp-progress .jp-seek-bar {
  display: block;
  height: 10px;
  cursor: pointer;
}
.main-player .player-content .jp-progress .jp-seek-bar .jp-play-bar {
  height: 10px;
  background: #0e1019;
}
.main-player .jp-playlist ul li {
  position: relative;
  display: block;
  width: 100%;
  border-top: 2px solid #14161e;
  background: #272a31;
}
.main-player .jp-playlist ul li .jp-playlist-item {
  display: inline-block;
  position: relative;
  padding: 12px 58px;
  font-size: 13px;
  color: #ffffff;
  outline: 0;
  font-weight: 700;
}
.main-player .jp-playlist ul li .jp-playlist-item .jp-artist {
  position: relative;
  padding-right: 20px;
}
.main-player .jp-playlist ul li .jp-playlist-item .jp-artist::before {
  position: absolute;
  top: 50%;
  right: 9px;
  height: 2px;
  width: 5px;
  background: #ffffff;
  content: "";
  opacity: .8;
}
.main-player .jp-playlist ul li .jp-playlist-item::before {
  position: absolute;
  top: 15px;
  left: 30px;
  content: '';
  width: 10px;
  height: 10px;
  background: url(../icons/play-tiny.png) center center no-repeat;
}
.main-player .jp-playlist ul li .jp-playlist-item.jp-playlist-current {
  color: #ff3c00;
}
.main-player .jp-playlist ul li .jp-playlist-item.jp-playlist-current .jp-artist::before {
  background: #ff3c00;
}
.main-player .jp-playlist ul li .jp-playlist-item-remove {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
  color: #ffffff;
  opacity: .4;
  font-weight: 600;
}
.main-player .jp-playlist ul li .jp-free-media {
  position: absolute;
  right: 55px;
  top: 10px;
  outline: 0;
}
.main-player .jp-playlist ul li .jp-free-media:first-child {
  right: 78px;
}
.main-player.jp-state-playing .jp-play {
  background: #1a1a1a url(../icons/pause-big.png) center center no-repeat !important;
}
.main-player.jp-state-muted .jp-mute {
  background: #1a1a1a url(../icons/volume-bars-mute.png) center center no-repeat !important;
}
@media screen and (max-width: 768px) {
  .main-player {
    margin-top: 60px;
  }
}
@media screen and (max-width: 650px) {
  .main-player .jp-controls .jp-mute {
    display: none;
  }
  .main-player .player-content {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }
  .main-player .player-content .nowPlaying {
    padding-top: 3px;
    display: block;
    width: 100%;
  }
  .main-player .player-content .jp-progress {
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  .main-player .player-content .player-inside .jp-controls {
    float: none;
    margin-left: 0;
    margin-right: 5px;
  }
  .main-player .jp-playlist ul li {
    padding-bottom: 15px;
  }
  .main-player .jp-playlist ul li .jp-free-media {
    position: static;
    top: 0;
  }
  .main-player .jp-playlist ul li .jp-free-media:first-child {
    margin-left: 30px;
    margin-right: 6px;
  }
}
/*===============================================================
11.0 - Single Discography
===============================================================*/
.single-discography-page-wrapper .info-block.big h4,
.single-event-page-wrapper .info-block.big h4 {
  padding-top: 0;
}
.single-discography-page-wrapper .info-block.big .meta,
.single-event-page-wrapper .info-block.big .meta {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .single-discography-page-wrapper .info-block.big h4,
  .single-event-page-wrapper .info-block.big h4 {
    padding-top: 20px;
  }
}
.single-discography-page-wrapper .info-block h4,
.single-event-page-wrapper .info-block h4 {
  padding-top: 20px;
}
.single-discography-page-wrapper .info-block p,
.single-event-page-wrapper .info-block p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 18px;
  color: #a3a3a3;
}
.single-discography-page-wrapper .info-block .meta,
.single-event-page-wrapper .info-block .meta {
  padding-top: 25px;
}
.single-discography-page-wrapper .info-block .meta.style-two li,
.single-event-page-wrapper .info-block .meta.style-two li {
  display: block;
  width: 50%;
  border-right: none;
  border-bottom: 1px solid #121212;
  padding: 15px 0 15px;
}
.single-discography-page-wrapper .info-block .meta.style-two li:first-child,
.single-event-page-wrapper .info-block .meta.style-two li:first-child {
  padding-top: 0;
}
.single-discography-page-wrapper .info-block .meta.style-two li:last-child,
.single-event-page-wrapper .info-block .meta.style-two li:last-child,
.single-discography-page-wrapper .info-block .meta.style-two li:nth-child(2),
.single-event-page-wrapper .info-block .meta.style-two li:nth-child(2) {
  padding-left: 0;
}
.single-discography-page-wrapper .info-block .meta li,
.single-event-page-wrapper .info-block .meta li {
  display: inline-block;
  border-right: 1px solid #121212;
  padding-right: 20px;
}
.single-discography-page-wrapper .info-block .meta li:last-child,
.single-event-page-wrapper .info-block .meta li:last-child {
  padding-left: 20px;
  border: none;
}
.single-discography-page-wrapper .info-block .meta li:nth-child(2),
.single-event-page-wrapper .info-block .meta li:nth-child(2) {
  padding-left: 20px;
}
.single-discography-page-wrapper .info-block .meta li span,
.single-event-page-wrapper .info-block .meta li span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.single-discography-page-wrapper .info-block .meta li span:first-child,
.single-event-page-wrapper .info-block .meta li span:first-child {
  padding-bottom: 10px;
  text-transform: uppercase;
}
.single-discography-page-wrapper .video-wrapper,
.single-event-page-wrapper .video-wrapper {
  padding-top: 40px;
}
.single-discography-page-wrapper .video-wrapper h3,
.single-event-page-wrapper .video-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 35px;
}
.single-discography-page-wrapper .video-wrapper iframe,
.single-event-page-wrapper .video-wrapper iframe {
  border: none;
  outline: none;
  box-shadow: none;
}
/*===============================================================
12.0 - News
===============================================================*/
.posts-row {
  padding-bottom: 55px;
  margin-bottom: 65px;
  border-bottom: 1px solid #2b2b2b;
}
@media screen and (max-width: 768px) {
  .posts-row {
    padding: 0;
    margin: 0;
    border: none;
  }
}
/* Blog Post */
.blog-post .meta {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding-top: 20px;
}
.blog-post h4 {
  color: #ffffff;
  padding: 16px 0 16px;
  line-height: 24px;
}
.blog-post h4 a {
  display: inline-block;
  color: #ff3c00;
}
.blog-post h4 a:hover,
.blog-post h4 a:focus {
  color: #ff3c00;
}
.blog-post .read-more {
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff3c00;
}
.blog-post .read-more:hover,
.blog-post .read-more:focus {
  color: #ff3c00;
}
@media screen and (max-width: 768px) {
  .blog-post {
    padding: 35px 0 35px;
    border-bottom: 1px solid #2b2b2b;
  }
 ul.breadcrumb  { float:left !important; margin:0 !important;}
 .blog-post .img-holder { width:100% !important;}
}
/* Single Article*/
.article-wrapper .lead {
  font-size: 18px;
  line-height: 28px;
  padding-top: 0;
  color: #ffffff;
}
.article-wrapper p {
 
  color: #c9c9c9;
  line-height: 28px;
  clear: both;
}
.article-wrapper blockquote p {
  font-style: italic;
  text-decoration: underline ;
}

/* Cats Wrapper */
.cats-wrapper {
  padding: 20px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.cats-wrapper h4,
.cats-wrapper .cats {
  display: inline-block;
}
.cats-wrapper .cats {
  	padding:0;
	  margin:0;
}
@media screen and (max-width: 768px) {
  .cats-wrapper h5,
  .cats-wrapper .cats {
    display: block;
  }
  .cats-wrapper .cats {
    padding-top: 15px;
    padding-left: 0;
  }
}

/* Tags Wrapper */
.tags-wrapper {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.tags-wrapper h4,
.tags-wrapper .tags {
  display: inline-block;
}
.tags-wrapper .tags {
  	padding:0;
	  margin:0;
}
@media screen and (max-width: 768px) {
  .tags-wrapper h5,
  .tags-wrapper .tags {
    display: block;
  }
  .tags-wrapper .tags {
    padding-top: 15px;
    padding-left: 0;
  }
}
/* Comments */
.comments .comment {
  display: block;
  position: relative;
  padding: 40px 65px 40px 20px ;
  background: #2f3139;
  border-bottom: 1px solid #4d4d4d;
}

.comments .comment:last-child {
  border-bottom: none;
}
.comments .comment figure {
  float: left;
  margin-right: 20px;
}
.comments .comment .meta h5 {
  font-weight: 700;
  padding-bottom: 18px;
}
.comments .comment p {
  color: #a8a8a8;
}
@media screen and (max-width: 768px) {
  .comments .comment figure {
    float: none;
    padding-bottom: 25px;
  }
}
/* Comments Wrapper */
.comments-wrapper {
  padding: 80px 0 0px;
}
.comments-wrapper ol.comments { margin-left:0px;}
/* Comment Form */
.comment-form {
  display: block;
}
.comment-form .inline-fields {
  margin: 0 -5px;
}
.comment-form .field {
  padding: 20px 5px 0;
}
.comment-form .field input,
.comment-form .field textarea {
  font-size: 16px;
  width: 100%;
  height: 55px;
  padding: 20px ;
  background: #2f3139;
  color: #707070;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comment-form .field input:hover,
.comment-form .field textarea:hover {
  border-color: rgba(255, 60, 0, 0.25);
}
.comment-form .field input:focus,
.comment-form .field textarea:focus {
  border-color: #ff3c00;
}
.comment-form .field textarea {
  height: 220px !important;
}
.comment-form .field .btn-comment {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 55px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  background: #cc3000;
}
.comment-form .field .btn-comment span {
  position: relative;
  z-index: 10;
}
.comment-form .field .btn-comment::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #ff3c00;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.comment-form .field .btn-comment:hover::before {
  width: 100%;
}
/*===============================================================
13.0 - Footer
===============================================================*/
#colophon {
  background: #0e1019;
  padding: 80px 0;
  text-align: center;
}
#colophon .site-branding {
  margin-bottom: 20px;
}
#colophon p {
  font-size: 17px;
  line-height: 22px;
}
#colophon p a {
  color: #ff3c00;
}
#colophon .social-networks {
  padding-top: 24px;
}
#colophon .social-networks li {
  display: inline-block;
  padding: 0 2px;
}
/*===============================================================
x.x - Less - Special Clasess
===============================================================*/
/*======================================================================
x.x - Animations
======================================================================*/
@keyframes spinny {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
        width: 100%;
    max-width: 100%;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    color: #000000;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.sticky { }
.gallery-caption{ }
.bypostauthor { }
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}
 
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
.no-menu { margin-top: 50px; text-align: center;}
.breadcrumb li {
    display: inline;
}
.breadcrumb li+li:before {
    content:'\00bb';
}
.article-wrapper ul, .article-wrapper ol {
  margin-left: 32px;
}
.article-wrapper ol, #sidebar ol {
  list-style-type: decimal;
}
.article-wrapper ol li,
 #sidebar ol li {  list-style: decimal !important;} 

strong { color: #ff3c00;}
/* WordPress Gallery 
------------------------------------------ */
.article-wrapper .gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.article-wrapper .gallery:after {
  display: table;
  content: "";
  clear: both;
}
.article-wrapper .gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
.article-wrapper .gallery-item img {
  width: 100%;
}
.article-wrapper .gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.article-wrapper .gallery-columns-2 .gallery-item {
    width: 50%
}
.article-wrapper .gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.article-wrapper .gallery-columns-4 .gallery-item {
    width: 25%
}
.article-wrapper .gallery-columns-5 .gallery-item {
    width: 20%
}
.article-wrapper .gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.article-wrapper .gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.article-wrapper .gallery-columns-8 .gallery-item {
    width: 12.5%
}
.article-wrapper .gallery-columns-9 .gallery-item {
    width: 11.1111%
}
.article-wrapper .gallery-columns-2 .gallery-item:nth-child(2n+1),
.article-wrapper .gallery-columns-3 .gallery-item:nth-child(3n+1),
.article-wrapper .gallery-columns-4 .gallery-item:nth-child(4n+1),
.article-wrapper .gallery-columns-5 .gallery-item:nth-child(5n+1),
.article-wrapper .gallery-columns-6 .gallery-item:nth-child(6n+1),
.article-wrapper .gallery-columns-7 .gallery-item:nth-child(7n+1),
.article-wrapper .gallery-columns-8 .gallery-item:nth-child(8n+1),
.article-wrapper .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
/****** Widget SIDEBAR ******************************************/
/*#sidebar li { list-style: square;}*/
#sidebar li:before, .article-wrapper ul li:before{ content: "\00BB";  padding-right: 5px;}
/* widget-categories style start */
.widget{margin: 0 0 35px 0;}
.widget-title{margin: 0 0 20px 0;}
.widget-title h6{font-style: normal; font-variant: normal; font: 800 14px/18px 'Lato',sans-serif !important; letter-spacing: 5px !important; word-spacing: 1px !important; margin: 0; padding: 0; text-transform: uppercase !important;}
.widget.widget-categories ul{margin: 0; padding: 0;}
.widget.widget-categories ul li{border-top:1px dashed #c2c2c2; list-style: none; font-style: normal; font-variant: normal; font: 800 14px/28px 'Lato',sans-serif; letter-spacing: 1px; word-spacing: 1px; margin: 0; padding: 4px 0; text-transform: uppercase;}
.widget.widget-categories ul li a{color: #000; text-decoration: none; border:0; outline: none; box-shadow: none; vertical-align: middle; font-style: normal; font-variant: normal; font: 800 14px/28px 'Lato',sans-serif; letter-spacing: 1px; word-spacing: 1px; margin: 0; padding: 5px 0; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.widget-categories ul li:last-child{border-bottom:1px dashed #c2c2c2;}
/* widget-categories style end */
/* widget-recent-post style start */
.widget.twitter-post{padding: 0px; box-shadow: none;}
.widget-recent-post ul{margin: 0; padding:0;}
.widget-recent-post ul li {border-top: 1px dashed #c2c2c2; list-style: outside none none; padding: 10px 0;}
.widget-recent-post ul li::after {clear: both; content: ""; display: block;}
.widget-recent-post ul li .img-holder{margin-right: 20px; float: left; width:75px;}
.widget-recent-post ul li .img-holder img{ width:100%;}
.widget-recent-post ul li .img-holder figure a{text-decoration: none; outline: none; box-shadow: none; border:0;}
.widget-recent-post ul li .post-text{overflow: hidden; padding: 0px 0 0;}
.widget-recent-post ul li .post-text .post-title h4{ font: 800 14px/20px "Lato",sans-serif !important; letter-spacing: 1px !important; margin: 0 0 8px 0 !important; padding: 0 !important;text-transform: uppercase !important; vertical-align: middle; word-spacing: 1px !important;}
.widget-recent-post ul li .post-text .post-title h4 a{border: 0 none;box-shadow: none;font: 800 14px/20px "Lato",sans-serif !important;letter-spacing: 1px !important;margin: 0 !important;outline: medium none;padding: 0 !important;text-decoration: none;text-transform: uppercase !important;vertical-align: middle;word-spacing: 1px !important; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.widget-recent-post ul li .post-text span, .widget-recent-post ul li .post-text span a{color: #a5a5a5; display: inline-block; font-style: normal; font-variant: normal; margin: 0 5px 5px 0; padding: 0; font: 400 12px/16px 'Open Sans', sans-serif; vertical-align: top;}
.widget-recent-post ul li .post-text span i{display: inline-block; margin-right: 5px; font-size: 15px; vertical-align: middle;}
/* widget-recent-post style end */
/* widgets-info style start */
.widget-info{margin-bottom: 30px;}
.widget-info .post-title h5{letter-spacing:1px!important;}
.widget-info span{color:#000;font-family: 'lato', sans-serif; letter-spacing: 1px; font-size: 16px; margin-bottom: 20px; display: inline-block;}
.widget-info .widget-social-media{padding: 0; margin: 0 0 25px;}
.widget-info .widget-social-media li{ display:block; list-style: none; margin-bottom: 10px; }
.widget-info .widget-social-media li a{display: inline-block;color: #555555;font-family: 'lato', sans-serif;}
.widget-info .widget-social-media li i{margin-right:18px;font-size: 12px; vertical-align: middle; color: #11095e; background-color: #f4f4f4; border-radius: 50%; height: 23px; width: 23px; text-align: center; line-height: 23px; display: inline-block;}
.widget-info a.btn{display: inline-block; color: #fff; background-color: #fc0606; padding:7px 32px 8px; font-weight:900; letter-spacing: 1px; border-radius: 2px;font-family: 'lato', sans-serif;}
.widget-map .text-holder{}
.widget-map .text-holder i{float: left; margin-right: 18px; display: block; color: #11095e; background-color: #f4f4f4; border-radius: 50%; height: 23px; width: 23px; text-align: center; line-height: 23px;}
.widget-map .text-holder span{letter-spacing: 1px; display: block; overflow: hidden; margin-bottom: 20px;font-family: 'lato', sans-serif;}
.widget-map .map-holder{margin-bottom:30px;}
/* widgets-info style end */
/* widgets-upcoming-datest style start */
.widget-upcoming-events .widget-upcoming{margin:0;padding:0;border-left:1px dashed #c2c2c2;border-top:1px dashed #c2c2c2;border-right:1px dashed #c2c2c2;}
.widget-upcoming-events .widget-upcoming li{transition:all 0.3s ease-in-out;}
.widget-upcoming-events .widget-upcoming li:hover{background-color: #f4f4f4;}
.widget-upcoming-events .widget-upcoming li{display:inline-flex; list-style: none;width: 100%; border-bottom: 1px dashed #c2c2c2;}
.widget-upcoming-events .widget-upcoming li .date{width:30%; text-align: center; padding: 14px; border-right: 1px dashed #c2c2c2;}
.widget-upcoming-events .widget-upcoming li .date span{ font-size: 24px; font-weight: bold;display: block;color: #ff0c00;font-family: 'lato', sans-serif; }
.widget-upcoming-events .widget-upcoming li .date i{display: block; font-style: normal;text-transform: uppercase;color: #000; line-height: 16px;font-weight: bold;}
.widget-upcoming-events .widget-upcoming li .text{width: 80%; padding: 17px 0 17px 15px; }
.widget-upcoming-events .widget-upcoming li .text h6{margin-bottom: 0;}
.widget-upcoming-events .widget-upcoming li .text h6 a{color: #000; text-transform: uppercase !important;}
.widget-upcoming-events .widget-upcoming li .text span{color: #a5a5a5; display: block; font-style: normal; font-variant: normal; margin: 0; padding: 0; font: 400 12px/16px 'Open Sans', sans-serif;}
/* widgets-upcoming-datest style end */
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_nav_menu ul { margin:0; padding:0;}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li{ list-style: none; font-style: normal; font-variant: normal; font: 800 14px/28px 'Lato',sans-serif; letter-spacing: 1px; word-spacing: 1px; margin: 0; padding:4px 0; text-transform: uppercase;}

.article-wrapper ul li, 
.article-wrapper ol li{ font-style: normal; font-variant: normal; font: 800 12px/24px 'Lato',sans-serif; letter-spacing: 1px; word-spacing: 1px; margin: 0; padding:4px 0; text-transform: uppercase;}

.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul,
.widget_meta ul li ul,
.widget_recent_entries ul li ul,
.widget_nav_menu ul li ul,
.article-wrapper ul li ul, 
.article-wrapper ol li ul { margin-left:10px;}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_nav_menu ul li a,
.article-wrapper ul li a, 
.article-wrapper ol li a
{ text-decoration: none; border:0; outline: none; box-shadow: none; vertical-align: middle; font-style: normal; font-variant: normal; font: 800 14px/28px 'Lato',sans-serif; letter-spacing: 1px; word-spacing: 1px; margin: 0; padding: 3px 0 5px; text-transform: capitalize; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.widget_archive ul li:hover > a,
.widget_categories ul li:hover > a,
.widget_pages ul li:hover > a,
.widget_meta ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_nav_menu ul li:hover > a,
.article-wrapper ul li:hover a, 
.article-wrapper ol li:hover a{ padding-left:18px;}

/*  widget Recent comment */
.widget_recent_comments ul{ margin:0; padding:0;}
.widget_rss ul li,
.widget_recent_comments ul li{ list-style:none; margin:0; padding:12px 12px 12px 12px; text-align:left; font-size:14px; font-weight:500; line-height:18px; position:relative; transition: all 0.3s ease-in-out 0s;}
.widget_rss ul li{ border:0; padding-top:0; padding-left:0;}
.widget_recent_comments ul li{ padding-left:0;}
/*  widget Rss */
.widget_rss ul li a{ display:inline-block; font-size:14px; font-weight:500; padding:0; line-height:18px; outline:none; text-decoration:none; text-align:left;}
.widget_calendar .calendar_wrap { position: relative;}
.widget_calendar .calendar_wrap caption{ background: #ff3c00 none repeat scroll 0 0; color: #fff; padding-bottom: 8px; padding-top: 5px; text-align: center;}
.widget_calendar .calendar_wrap table { width: 100%;}
.widget_calendar .calendar_wrap table thead tr th{ color:#ff3c00;}
.widget_calendar .calendar_wrap table tr td{ text-align: center;}
/*  widget Search */
.widget_search .search-form{ position:relative;}
.widget_search .search-form label { width:100%; margin:0;}
.widget_search .search-form label span { display:block; margin-bottom:10px;}
.widget_search .search-form label input[type="search"], .post-password-form input[type="password"]{border: 1px solid  #0a0a0a; color: #ff3c00; display: inline-block; font-size: 14px; height: 40px; margin: 0 -5px 0 0; width: 75%; padding: 0px 0px 0px 15px;-moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;}
 .post-password-form input[type="password"] { width: 300px !important;margin-right: 7px;padding: 22px; } 
.widget_search .search-form input.search-submit[type="submit"] { /*background: #2b8dc4 none repeat scroll 0 0;*/ border: 0 none; bottom: 0; color: #fff; font-size: 14px; height: 40px; line-height: 34px; padding: 0 15px; position: absolute; right: -15px;}
.textwidget img {height: auto; width: 100%;}
/* text widget */
.widget.widget-text ul li {list-style: none;}
.widget.widget-text ul li i {float: left;margin-right: 10px;line-height: 27px;}
.widget.widget-text ul li p {overflow: hidden;font: 14px/24px "Lato", sans-serif;text-transform: none;}
.widget_categories select, .widget_text select, .widget_archive select {
    background: #000000;
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
}
.search-input { padding: 10px; width: 250px; color: #ff3c00; -moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

.pagination-wrapper ul.pagination { margin-left:0px; }

.edit-post { clear:both; display: block; } 

.cats-wrapper ul.cats li:before, 
.tags-wrapper ul.tags li:before, 
.pagination-wrapper ul li:before { content:'';}

.pagination-wrapper ul li a { padding:6px 0 5px;}

.pagination-wrapper ul li:hover a { padding:0;}

/********  Blog Section**************************/

.blog-post {     display: inline-block;  width: 100%;}
.blog-post .img-holder {
    float: left;
    margin-right: 32px;
    width: 250px;
}
  .blog-post .img-holder {
    float: left;
    margin: 0 30px 20px 0;
}
.blog-post h4 { padding: 0px 0 16px !important;}
.blog-post .text-holder h2 {
    font-size: 24px;
    line-height: 30px!important;
    text-transform: uppercase!important;
    margin-bottom: 20px;
}

.blog-post .text-holder .post-option {
    margin-bottom: 22px;
}

.blog-post .text-holder .post-option .post-catagories {
    margin: 0 30px 0 0;
    padding: 0;
    display: inline-block;
}

.blog-post .text-holder .post-option .post-catagories li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 3px;
}

.blog-post .text-holder .post-option .post-date {
    display: inline-block;
    margin: 0 40px 0 0;
}

.blog-post .text-holder .post-option .post-date i {
    padding-right: 10px;
}

.blog-post .text-holder .post-option .post-comment i {
    padding-right: 10px;
    display: inline-block;
}
.blog-post p { clear:none;} 

.btn-read-more { float:right}