/*
Theme Name: JERO
Theme URI: https://www.creadisiac.com/
Version: 1.0
Author: creadisiac.coms
Author URI: https://www.creadisiac.com/
*/
/* 	Table Of Content
=======================
	1-Preloader
	2-General Styles
	3-Main Bannners
	4-Audio Player
	5-Banner
	6-parallax
	7-Channels
	8-Navigation
	9-Tweets
	10-News/Tracks
	11-Newsletter
	12-facebook Promo
	13-popup
	14-testimonial
	15-Event Promo
	16-Media
	17-Tour
	18-music popup
	19-team Section
	20-Footer
======================*/
:root {
  --main-color: #361c4a;
  --accent-color: #f080b0;
  --dark-color: #130021;
}

body {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #a6939b;
  font-family: oswald;
  text-transform: uppercase;
  background: #202020;
  background-size: contain;
  display: none;
  overflow: hidden;
  overflow-y: scroll; }

/*===========================
General Styles
=============================*/
.sections_wrapper {
  background-color: #291d31; }

.boxed_in {
  max-width: 1200px;
  margin: 0 auto; }

/* p {
  font-family: lato;
} */

.text_widget {
  font-family: lato;
  text-transform: none;
  margin-top: 40px;
  text-align: center;
  p {
    padding: 0 0 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  outline: none !important;
  text-decoration: none !important; }

h1 {
  font-size: 80px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 34px; }

h5 {
  font-size: 26px; }

h6 {
  font-size: 22px; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section, .section {
  padding-top: 42px;
  padding-bottom: 42px;
  overflow: hidden; }

.section_first {
  padding-top: 80px; }

.btn-group .btn-default, .open .dropdown-toggle.btn-default {
  background: #cc1313;
  border: none;
  color: #fff;
  font-size: 30px;
  width: 220px;
  border-radius: 0;
  text-align: left;
  padding-left: 15px; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background: #cc1313;
  color: #fff; }

.btn-group .dropdown-menu {
  text-align: left;
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
  background: #cc1313; }

.btn-group .dropdown-menu > li > a {
  color: #fff; }

.btn-group .dropdown-menu > li > a:hover, .btn-group .dropdown-menu > li > a:focus {
  color: #222; }

.btn-group .dropdown-menu {
  margin-bottom: 0;
  padding-bottom: 0; }

.btn-group {
  margin-top: 10px; }

.btn-default span {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  font-size: 20px; }

.section_head_widget h5 {
  color: #cc1313; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/*==========================
5-Banner
==========================*/
.fraction_wrapper {
  background-color: #185382;
  padding-top: 0;
  position: relative;
  padding-bottom: 65px;
  height: 100vh;
  .fractionSlide {
    /* background: url(../img/BG/banner1.jpg) center center no-repeat;
    background-size: cover; */
    background: rgb(81,50,108);
    background: radial-gradient(circle, rgba(81,50,108,1) 15%, rgba(27,2,45,1) 85%);
    height: 100%;
  }
  h2 {
    font-size: 36px;
  }
  p {
    font-size: 30px;
    font-weight: 800;
  }
  .slide {
    overflow: hidden;
    display: none;
  }
}

/*==========================
6-parallax
==========================*/

.parallax {
  overflow: hidden;
  clear: both;
  position: relative;
  background-image: url(../img/BG/parallax.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: 42px;
  margin-bottom: 0;
  padding: 0;
  .parallax_inner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

/*==========================
7-Channels
==========================*/
.channels_list {
  overflow: hidden; }

.channels_list li a {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px 30px;
  position: relative;
  text-align: right;
  color: #222222;
  overflow: hidden; }

.channels_list li a:hover {
  background: #cc1313;
  color: #fff; }

.channels_list li a i {
  position: absolute;
  left: 30px;
  top: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  overflow: hidden; }

.channels_list li a:hover i {
  -webkit-animation: toUpCustom 0.3s forwards;
  -moz-animation: toUpCustom 0.3s forwards;
  animation: toUpCustom 0.3s forwards; }

.ScrollTo i {
  display: block;
  position: relative; }

.fa-circular {
  border: 1px solid #222;
  border-radius: 50%; }

.channels_list li a:hover .fa-circular {
  border-color: #fff; }

.channels_list li {
  display: block;
  margin-bottom: 30px;
  list-style: none; }

.track_section .channels_list li {
  margin-top: 0;
  margin-bottom: 0; }

@-webkit-keyframes toUpCustom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes toUpCustom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }

@keyframes toUpCustom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }

@-webkit-keyframes toDownCustom {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes toDownCustom {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

@keyframes toDownCustom {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

/*=========================
8-Navigation
===========================*/
.noPlayer {
  top: 0 !important; }

#sticktop.stickyNav, .nav-stop {
  position: relative !important;
  top: 0 !important; }

/*==========================
10-News/Tracks
==========================*/
.track_detail_wrapper {
  position: relative; }

.close_track_detail {
  position: absolute;
  right: 25px;
  top: 50px;
  z-index: 99;
  display: none; }

.news_info_wrapper, .track_info_wrapper {
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.news_info, .track_info {
  top: 50%;
  position: absolute;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -80px; }

.track_info {
  padding-left: 40px;
  padding-right: 40px; }

.track_info h4 {
  font-size: 50px;
  color: #222222;
  margin-bottom: 15px; }

.news_box, .track_box, .members_carousel figure {
  position: relative;
  width: 370px;
  max-height: 535px;
  font-size: 12px;
  color: #777777;
  text-align: center;
  overflow: hidden; }

.track_box {
  width: 100%; }

.news_box, .members_carousel figure {
  margin-left: 15px;
  margin-right: 15px;
  float: left; }

.track_box {
  margin-bottom: 30px; }

.news_box h6, .track_box h6 {
  color: #cc1313; }

.news_meta {
  font-family: lato;
  font-style: italic;
  font-weight: bold;
  padding: 0;
  margin-top: 15px; }

.news_meta li {
  list-style: none;
  display: inline-block; }

.news_meta li:after {
  content: '-';
  padding: 0 5px; }

.news_meta li:last-child:after {
  display: none; }

.news_info h5, .track_info h5 {
  color: #222222; }

.news_box .hover, .track_box .hover {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%; }

.news_box .hover a, .track_box .hover a {
  color: #fff;
  background: #cc1313;
  padding: 10px 0;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 20px; }

.news_box:hover .hover, .track_box:hover .hover {
  bottom: 0; }

.news_box:hover .news_info_wrapper, .track_box:hover .track_info_wrapper {
  height: 0;
  top: -10%;
  overflow: hidden; }

.news_widget, .tracks_widget, .team_widget {
  padding-top: 50px; }

.carousel_controls span {
  width: 47px;
  height: 63px;
  background: #343434;
  color: #fff;
  font-size: 30px;
  line-height: 63px;
  text-align: center;
  cursor: pointer; }

.news_carousel, .members_carousel {
  height: 535px;
  overflow: hidden;
  width: 100%;
  clear: both; }

.carousel_controls {
  position: absolute;
  top: -150px;
  right: 15px; }

.carousel_controls span:hover {
  background: #cc1313; }

.controls_wrapper, .carousel_overlay {
  position: relative; }

.carousel_overlay:before {
  content: '';
  width: 100%;
  height: 535px;
  background: rgba(0, 0, 0, 0.1);
  left: -100%;
  top: 100%;
  position: absolute;
  z-index: 99; }

.carousel_overlay:after {
  content: '';
  width: 100%;
  height: 535px;
  background: rgba(0, 0, 0, 0.1);
  right: -100%;
  top: 100%;
  position: absolute;
  z-index: 99; }

/*==========================
11-Newsletter
==========================*/
.newsletter_section {
  text-align: center; }

.team_prizes {
  position: relative;
  margin-bottom: 80px;
  min-height: 170px; }

.newsletter_form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.newsletter_form form {
  width: 1070px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  padding: 10px;
  display: block;
  z-index: 60;
  position: relative; }

.newsletter_form input {
  width: 422px;
  border: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.15);
  height: 94px;
  margin-right: 10px;
  display: inline-block;
  padding-left: 10px;
  font-size: 36px;
  float: left;
  font-weight: 300; }

.newsletter_form input[type="submit"], .newsletter_form button {
  width: 184px;
  padding-left: 0;
  float: left;
  background: #cc1313;
  border: none;
  height: 94px;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-align: center; }

.newsletter_form input[type="submit"]:hover, .newsletter_form button:hover {
  background: #222222; }

/*==========================
12-facebook Promo
==========================*/
.popup_meta {
  color: #767676;
  font-size: 12px;
  padding-left: 4px; }

.popup_meta li {
  list-style: none;
  display: inline-block; }

.popup_meta li a {
  color: #767676; }

/*==========================
13-popup
==========================*/
.content_expander {
  position: relative;
  display: none;
  margin-bottom: 30px; }

.albumTrack {
  position: relative;
  margin-bottom: 50px; }

.news_popup {
  background: #fff; }

.news_popup h2, .newsContent h2 {
  color: #222; }

.pageContentArea .news_row {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd; }

#tracksAjaxWrapper, #newsAjaxWrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }

#newsAjaxWrapper .content_expander {
  padding-top: 30px; }

#newsAjaxWrapper {
  background: #fff; }

.trackLoading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none; }

.trackLoading i {
  font-size: 30px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -15px;
  margin-left: 15px; }

.content_expander .albumTrack {
  margin-bottom: 0; }

.closeTrackAjax, .closeNewsAjax {
  z-index: 99;
  position: absolute;
  top: 40px;
  right: 30px;
  color: #222222;
  display: none; }

.modal-body {
  background: #fff;
  padding-bottom: 40px; }

.modal h2 {
  color: #222;
  margin-top: 40px; }

.images_grid {
  display: table;
  width: 100%;
  clear: both;
  margin-top: 25px; }

.images_grid li {
  list-style: none;
  display: block;
  width: 33%;
  margin-right: .3%;
  margin-bottom: .3%;
  float: left; }

.images_grid li img {
  width: 100%; }

/*==========================
15-Event Promo
==========================*/
.event_promo {
  .parallax_inner {
    padding-top: 220px;
    padding-bottom: 180px;
  }
  h3 {
    color: var(--accent-color);
  }
}

/*==========================
 16-Media
==========================*/
.media_widget {
  padding-top: 20px;
  color: #cc1313;
  font-size: 14px; }

.media_widget h6 {
  color: #222222; }

.media_widget figure a {
  display: block;
  position: relative;
  overflow: hidden; }

.media_widget figure a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75); }

.media_widget figure a:after {
  font-family: 'FontAwesome';
  content: "\f067";
  color: #cc1313;
  font-size: 22px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: -30%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  border: 2px solid #222222;
  transition: all 0.2s ease-in; }

.media_widget figure {
  margin-top: 30px; }

.media_widget figure a:hover:after {
  top: 50%; }

.media_widget figure a:hover:before {
  top: 0; }

.media_widget figcaption {
  background: #fff;
  padding: 25px 20px 28px; }

.media_widget figure:hover h6 {
  color: #cc1313; }

.galery_widget {
  background: #fff; }

.galery_widget ul.gal_list {
  text-align: center;
  padding: 5px 0 0;
  overflow: hidden; }

.galery_widget li.gallery-item {
  list-style: none;
  display: block; }

.galery_widget li.trigger_slider {
  cursor: pointer;
  display: inline-block;
  list-style: none;
  width: 15.5%;
  margin: 0.1% 0.2%;
  max-height: 166px;
  overflow: hidden; }

.galery_widget .channels_list {
  margin: 45px 0;
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px; }

.galery_widget .channels_list li a {
  background: #343434;
  color: #fff; }

.galery_widget .channels_list .fa-circular {
  border-color: #fff; }

.galery_widget .channels_list li a:hover {
  background: #cc1313; }

.galery_widget ul.owl-gallery {
  margin: 0 !important;
  padding: 0 0 10px;
  background: #ebebeb; }

.gallayoutOption {
  margin: 0;
  padding: 0; }

.gallayoutOption {
  right: 80px;
  top: 80px;
  position: absolute;
  text-align: right;
  font-size: 35px; }

.gallayoutOption li a {
  color: #222; }

.gallayoutOption li.active a {
  color: #cc1313; }

.gallayoutOption li {
  display: inline-block;
  list-style: none; }

.galery_widget ul.owl-gallery li {
  background: #ebebeb;
  padding: 10px; }

.owl-gallery img {
  width: 100%; }

.galery_widget .owl-buttons {
  text-align: right;
  padding-right: 5px; }

.galery_widget .owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  background: #343434 center center no-repeat;
  color: #fff;
  width: 45px;
  height: 25px;
  padding: 0;
  text-indent: 99999999999px;
  overflow: hidden; }

.galery_widget .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #cc1313; }

.galery_widget .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-image: url(../img/basic/gal-pre.png); }

.galery_widget .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-image: url(../img/basic/gal-next.png); }

.galery_widget .owl-controls {
  margin-top: 0; }

.social_share li {
  display: inline-block;
  list-style: none; }

.galery_widget .social_share {
  text-align: left;
  margin: 0 !important;
  display: inline-block;
  position: relative;
  top: -45px;
  padding-left: 10px;
  display: none;
  max-width: 400px; }

.gallery_popup h6 {
  color: #cc1313;
  margin-bottom: 30px; }

/*====================================
Media Queries
===================================*/
@media (min-width: 600px) {
  .news_info_wrapper, .track_info_wrapper, .hover, .btn {
    transition: All 0.40s ease;
    -webkit-transition: All 0.40s ease;
    -moz-transition: All 0.40s ease;
    -o-transition: All 0.40s ease; }
  .newsletter_form input[type="submit"], .newsletter_form button, .event_promo a.btn, #track_detail, a.btn_itunes {
    transition: All 0.25s ease;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease; } }

@media (max-width: 1199px) {
  .parallax {
    background-attachment: scroll !important;
    background-position: top center !important;
    background-size: cover; }
  h1 {
    font-size: 70px; }
  h2 {
    font-size: 50px; }
  h3 {
    font-size: 40px; }
  h4, .track_info h4 {
    font-size: 30px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 15px; }
  .banner_slider h1 {
    font-size: 60px; } }

@media (max-width: 1024px) {
  .carousel_controls span {
    width: 45px;
    height: 45px;
    line-height: 45px; }
  .carousel_controls {
    top: -120px; }
  .testimonial blockquote {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 20px; }
  .event_promo a.btn, a.btn_fb, .btn_fb {
    font-size: 25px;
    padding: 10px 25px; }
  .testimonial .parallax_inner {
    padding-top: 140px;
    padding-bottom: 90px; }
  .event_promo .parallax_inner, .facebook_promo .parallax_inner {
    padding: 110px 0 110px; }
  .gallayoutOption {
    right: 130px;
    top: 60px; } }

@media (max-width: 767px) {
  .text-right,
  .text-left {
    text-align: center; }
  .galery_widget li.trigger_slider {
    width: 24%;
    height: auto;
    max-height: none; }
  h1,
  .banner_slider h1 {
    font-size: 35px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 25px; } }

a.ScrollTo {
  display: none; }

h3 br {
  display: none; }

.overlay_left:before, .banner-right-align:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }

.banner-content {
  text-align: center !important; }

.music_widget {
  padding: 0; }

.galery_widget ul.gal_list {
  margin: 0;
  padding: 0; }

.galery_widget .channels_list {
  margin: 0 auto; }

.gallayoutOption {
  right: auto;
  top: auto;
  text-align: left;
  margin-top: 20px;
  position: relative; }

@media (max-width: 600px) {
  .caption-buttons a {
    display: none; }
  .news_box, .members_carousel figure {
    margin-left: 0; }
  .galery_widget li.trigger_slider {
    width: 49%; }
  .galery_widget .social_share {
    display: none; } }

@media (max-width: 480px) {
  h1, .banner_slider h1 {
    font-size: 30px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  .fs-pager-wrapper {
    display: none; }
  .newsletter_form input[type="submit"], .newsletter_form button {
    font-size: 20px; }
  body {
    font-size: 16px;
    line-height: 25px; }
  .list_scroll {
    max-height: 250px; } }

/*==================================
Preloader
===================================*/
#jpreOverlay {
  background-color: var(--dark-color);
  text-align: center;
  #jpreSlide {
    font-size: 20px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    width: 50%;
    /* height: 30%; */
    .preload_logo {
      /* position: absolute; */
      /* left: 30px; */
      top: 45%;
      /* margin-top: -35px; */
      img {
        width: auto;
      }
    }
  }
  #jpreLoader {
    background: rgba(255, 255, 255, 0.35);
    max-width: 300px;
    width: 100%;
    height: 35px;
    margin-left: -35px;
    #jpreBar {
      background: var(--accent-color);
    }
    #jprePercentage {
      color: #fff;
      font-size: 35px;
      font-family: oswald;
      font-weight: 300;
      text-align: right;
      line-height: 35px;
      top: -100%;
      right: -95px;
      padding-left: 20px;
    }
    #jpreButton {
      background: var(--accent-color);
      color: #fff;
      height: auto !important;
      display: inline-block;
      padding: 5px 10px;
      font-size: 14px;
      cursor: pointer;
      line-height: normal;
    }
  }
}



@media (max-width: 1199px) {
  .preload_logo {
    left: 0; }
  #jpreLoader {
    max-width: 220px;
    margin-left: 50px; } }

@media (max-width: 1024px) {
  .preload_logo {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0; }
  #jpreLoader {
    margin-left: 0px;
    font-size: 25px; }
  #jprePercentage {
    right: auto; }
}

.list_scroll {
  height: auto;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}

.rock_player {
  display: block;
  width: 100%;
  z-index: 9999;
  &.pre_sticky {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
  
.sticky_player {
  background: var(--dark-color);;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999 !important;
  position: relative;
  .play_list {
    background: var(--main-color);
    border-top: solid 5px var(--accent-color);
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: none;
    .music_widget {
      background: none;
      color: var(--accent-color);
      font-size: 18px;
      padding: 0;
      position: relative;
      display: block;
      .music_row_header {
        margin-top: 5px;
        display: table;
        clear: both;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        .column_two {
          padding-top: 0px;
          padding-bottom: 0px;
        }
      }
      .column_one {
        width: 5%;
        float: left;
        text-align: center;
      }
      .column_two {
        width: 10%;
        float: left;
        padding-top: 15px;
        padding-bottom: 10px;
        img {
          width: 52px;
          height: 52px;
        }
      }
      .column_three {
        width: 25%;
        float: left;
      }
      .column_four {
        width: 15%;
        float: left;
      }
      .column_five {
        width: 15%;
        float: left;
      }
      .column_six {
        width: 10%;
        float: left;
      }
      .column_seven {
        width: 20%;
        float: left;
        text-align: center;
      }
      .music_row {
        border-top: 1px solid var(--accent-color);;
        display: block;
        list-style: none;
        clear: both;
        width: 100%;
        &:last-child {
          border-bottom: none;
        }
        &:hover {
          border-top: 1px solid #fff;
        }
        .column_one,
        .column_three,
        .column_four,
        .column_five,
        .column_six,
        .column_seven {
          padding-top: 28px;
          padding-bottom: 24px;
        }
        .column_seven a {
          margin-right: 15px;
          &.play_it {
            color: #fff;
          }
          &:hover {
            color: #fff;
          }
        }
        .column_one,
        .column_three,
        .column_six {
          color: #fff;
        }
      }
    }
  }
  .player_wrapper {
    position: relative; 
    a.playlist_expander {
      width: 63px;
      margin-right: 15px;
      height: 67px;
      float: right;
      display: inline-block;
      line-height: 67px;
      text-align: center;
      background: var(--main-color);
      color: #fff;
    }
    .jp-title {
      font-size: 18px;
      color: #fff;
      display: inline-block !important;
      width: 226px;
      height: 24px;
      overflow: hidden;
      padding-left: 15px;
    }
    .jp-volume {
      display: inline-block;
      li {
        display: inline-block;
        margin-right: 0px;
        a {
          height: 7px;
          width: 5px;
          display: block;
          background: #343434;
        }
        &.active {
          a {
            background: #fff;
          }
        }
        &:nth-child(2) a {
          height: 12px;
        }
        &:nth-child(3) a {
          height: 17px;
        }
        &:nth-child(4) a {
          height: 22px;
        }
        &:nth-child(5) a {
          height: 25px;
        }
      }
    }
    .controls {
      display: inline-block;
      width: 85px;
      div {
        width: 63px;
        height: 67px;
        background: var(--accent-color);
        line-height: 67px;
        color: #fff;
        cursor: pointer;
        text-align: center; }
    }
    .audio-progress {
      position: relative;
      background: #343434;
      height: 13px;
      width: 580px;
      display: inline-block;
      border-radius: 8px;
      overflow: hidden;
      .jp-seek-bar {
        position: absolute;
        left: 0;
        top: 0;
        height: 13px;
        width: 100%;
      }
      .audio-play-bar {
        position: absolute;
        left: 0;
        top: 0;
        min-height: 4px;
        height: 100%;
        background: #fff;
      }
    }
    .audio-timer {
      display: inline-block;
      width: 50px;
      padding-left: 10px;
      font-size: 13px;
      color: var(--accent-color);
    }

    .jp-play, .jp-pause {
      display: none;
    }
  }
  .is-sticky & {
    .play_list {
      bottom: auto;
      top: 100%;
    }
  }
}

@media (max-width: 1199px) {
  .sticky_player {
    .play_list {
      .music_widget{
        .column_three {
          width: 35%;
        }
        .column_four {
          width: 20%;
        }
        .column_five {
          display: none;
        }
      }
    }
    .player_wrapper .audio-progress {
      width: 30%;
    }
  }
}
  

@media (max-width: 1024px) {
  .sticky_player {
    .play_list {
      padding-top: 5px;
      padding-bottom: 5px;
      .music_widget {
        font-size: 16px;
        .column_three {
          width: 35%;
        }
        .column_seven {
          width: 40%;
        }
        .column_four, .column_five{
          display: none;
        }
        .music_row {
          .column_one,
          .column_three,
          .column_four,
          .column_five,
          .column_six,
          .column_seven {
            padding-top: 14px;
            padding-bottom: 12px;
          }
        }
      }
    }
    .player_wrapper .jp-title {
      padding-left: 0;
      width: 160px;
    }
 }
}

@media (max-width: 767px) {

  .sticky_player {
    .player_wrapper {
      .jp-title {
        position: absolute;
        left: 90px;
        font-size: 12px;
        top: 6px;
        width: 30%;
      }
      .audio-progress {
        top: 10px;
        width: 45%;
      }
      .audio-timer,
      .jp-volume {
        top: 8px;
        position: relative;
      }
      a.playlist_expander {
        margin-right: 0;
      }
    }
    .play_list {
      padding-top: 20px;
      padding-bottom: 10px;
      .list_scroll {
        max-height: 250px;
      }
      .music_widget {
        .music_row_header {
          display: none;
        }
        .music_row {
          .column_one,
          .column_three,
          .column_four,
          .column_five,
          .column_six,
          .column_seven {
            line-height: 20px;
          }
          .column_one {
            display: none;
          }
          .column_two {
            width: 15%;
            text-align: center;
            padding: 5px 0;
          }
          .column_three {
            padding-top: 20px;
          }
        }
      }
    }
  }
}

@media (max-width: 600px) {
  .sticky_player {
    .play_list {
      .music_widget .music_row {
        padding: 10px 0 !important;
        min-height: 50px;
        .column_two {
          display: none;
        }
        .column_three,
        .column_five,
        .column_six,
        .column_seven {
          padding-top: 0;
          padding-bottom: 0;
        }
        .column_three {
          width: 40%;
        }
      }
    }
  }
}

@media (max-width: 480px) {
  .sticky_player {
    .play_list {
      .list_scroll {
        max-height: 180px;
      }
      .music_widget .music_row {
        min-height: 35px;
        .column_six {
          display: none;
        }
        .column_three {
          width: 70%;
        }
        .column_seven {
          width: 30%;
        }
      }
    }
    .player_wrapper {
      .audio-timer,
      .jp-volume {
        display: none;
      }
      .audio-progress {
        width: calc(100% - 180px);
      }
    }
  }
}

@media (max-width: 360px) {
  .sticky_player {
    .player_wrapper {
      .audio-progress {
        display: none;
      }
      .jp-title {
        top: 20px;
      }
    }
  }
}

.about_section {
  .section_head_widget {
    text-align: center;
    h4 {
      color: var(--accent-color);;;
    }
  }
  p {
    font-size: 24px;
    margin-bottom: 30px;
  }
  img.thumbnail {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 10px #000;
  }
}

/*====================================
20-Footer  -  Contact Form
===================================*/
footer {
  .form {
    margin-bottom: 0;
    margin-top: 0;
    .contactFormTitle {
      background: linear-gradient(to right, var(--dark-color) 0%, var(--main-color) 100%);
      color: #fff;
      padding: 18px 15px;
      width: 100%;
      text-align: center;
      font-size: 26px;
      span {
        z-index: 9;
        position: relative;
      }
    }
    .contact_Us {
      background-image: url(../img/slider/stars.png);
      background-color: var(--dark-color);
      .phone,
      .mail {
        background-color: var(--accent-color);
        text-align: center;
        color: var(--dark-color);
        margin: 50px 0;
        a,
        a:visited {
          padding: 10px 0;
          width: 100%;
          display: block;
          color: var(--dark-color);
          font-size: 24px;
          &:hover {
            color: #fff;
            background-color: #ee6aa3;
          }
        }
      }
      #contactform {
        input[type="text"],
        textarea,
        .btn {
          background: #fff none repeat scroll 0 0;
          border: solid 2px transparent;
          color: #222;
          display: block;
          height: 60px;
          margin-bottom: 30px;
          opacity: 0.8;
          overflow: hidden;
          padding: 0 30px;
          position: relative;
          text-transform: uppercase;
          transition: all 0.4s ease 0s;
          width: 100%;
        }
        textarea {
          padding: 16px 30px;
          resize: vertical;
        }
        input:focus,
        textarea:focus {
          border: solid 2px var(--accent-color);
          opacity: 0.9;
        }
        .btn {
          border-radius: 0;
          border: none;
          font-size: 22px;
          &:hover {
            background: linear-gradient(to left, var(--main-color) 0%, var(--accent-color) 100%);
            color: #fff;
            opacity: 1;
          }
        }
      }
      #valid-issue {
        padding: 5px 0 40px;
        color: var(--accent-color);
        text-align: center;
      }
    }

  }
  .footer {
    background-color: linear-gradient(to right, var(--dark-color) 0%, var(--main-color) 100%);
    .copyrights {
      font-size: 14px;
      color: #afafaf;
      a,
      a:visited {
        color: #fff;
        &:hover {
          color: var(--accent-color);
        }
      }
    }
  }
}


@media (max-width: 767px) {
  footer {
    .form {
      .contact_Us {
        .phone {
          margin: 20px 0 10px;
        }
        .mail {
          margin: 0 0 20px;
        }
      }
    }
  }
}