@charset "UTF-8";
/*------------------------------------------------
Style   : Duotone Main CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly
----------------------------------------------------*/
/*---------------------------------------------------
[TABLE OF CONTENTS]
    
    1. GLOBAL STYLES
    2. HEADER
    3. NAV BAR
    4. ABOUT
    5. OUR TEAM 
    6. FEATURED ALBUM
    7. TESTIMONIALS 
    8. EVENT 
    9. ALBUM LIST
    10. MEDIA 
    11. PHOTOS 
    12. FAN PAGE 
    13. CONTACT 
    14. FOOTER 
    15. BLOG 
    16. RESPONSIVE STYLES 
    
    ----------------------------------------------------*/
/* ==========================================================================
   1. GLOBAL STYLES
   ========================================================================== */
body {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  color: #1b0140; }

h2,
h3 {
  font-family: "Montserrat", sans-serif; }

h2 {
  font-size: 72px; }

h3 {
  font-size: 52px; }

p {
  font-size: 24px;
  line-height: 2; }

.text-yellow { color: #f2ae2e !important; }
.text-ltblue { color: #84e7fc !important; }
.text-blue { color: #05c7f2 !important; }
.text-pink { color: #f037a5 !important; }
.text-purple { color: #323196 !important; }
.text-white { color: #fff !important; }

.pt-0 {
  padding-top: 0 !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.pa-0 {
  padding: 0 !important; }

.text {
  font-size: 19px;
  margin-bottom: 16px; }

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

/* 
   Buttons
   ------- */
.btn {
  font-family: "Montserrat", sans-serif;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.btn-wrap {
  display: block;
  text-align: center;
  margin: 24px 0; }

.btn-default {
  background: #4e75f8;
  color: #fff;
  border-radius: 30px;
  padding: 18px 48px;
  font-size: 20px;
  font-weight: 700;
  border: none; }

.btn-default:hover {
  color: #fff;
  background: #6889F8; }

.btn-default:active {
  color: #fff;
  background: #34397e; }

.btn-default:active:hover {
  color: #fff;
  background: #34397e; }

.btn-default:focus {
  color: #fff;
  background: #34397e; }

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #6889F8;
  border-color: #fff; }

.btn-primary {
  border-radius: 30px;
  background-color: #34397e;
  border: none;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 700; }

.btn-primary:hover {
  color: #fff;
  background-color: #454985;
  border-color: #454985; }

.btn-info {
  background-color: #802bb1;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  font-weight: 800; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus {
  background-color: #8C44B6;
  border-color: #8C44B6; }

.btn-disabled,
.btn-disabled:hover,
.btn-info[disabled]:hover,
.btn-disabled:focus,
.btn-disabled:active {
  background-color: #ffffff;
  color: #a0a0a0;
  min-width: 150px; }

.btn-success {
  border-radius: 30px;
  background-color: #19e68c;
  border: none;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 700; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
  color: #fff;
  background-color: #42D796;
  border-color: #42D796; }

.btn-danger {
  border-radius: 30px;
  background-color: #f037a5;
  border: none;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 700; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:focus:active {
  color: #fff;
  background-color: #f466ba;
  border-color: #f466ba; }

.btn-warning {
  border-radius: 30px;
  background-color: #f2ae2e;
  border: none;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 700; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:focus:active {
  color: #fff;
  background-color: #f6ca76;
  border-color: #f6ca76; }

.btn-sm {
  padding: 12px 40px;
  font-size: 14px; }

.btn-xs {
  padding: 8px 20px;
  font-size: 12px; }

@media (min-width: 767px) {
  .btn + .btn {
    margin-left: 20px; } }

.m-b-20 {
  margin-bottom: 20px; }

/*Alerts*/
.alert {
  padding: 20px 26px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0; }

.alert-danger {
  color: #ab0300;
  background-color: #fff5f5; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* Custom Buttons */
.btn-subscribe {
  background: #2d283e;
  color: #fff;
  border-radius: 30px;
  padding: 18px 48px;
  font-size: 20px;
  font-weight: 700;
  border: none;
  display: inline-block;
  margin: 24px 0 0; }

.btn-subscribe:hover {
  color: #fff;
  background: #39344B; }

/* 
   Particles - Triangle & Circles
   ------------------------------ */
.particle {
  position: absolute; }

.pos_a {
  top: 180px;
  right: 6%; }

.pos_b {
  top: 280px;
  right: 18%; }

.pos_c {
  top: 590px;
  left: 16%; }

.pos_d {
  top: 280px;
  left: 56%; }

.pos_e {
  top: 206px;
  left: 12%; }

.pos_f {
  top: 100px;
  left: 40%; }

.pos_g {
  top: 440px;
  left: 38%; }

.pos_h {
  top: 240px;
  left: 38%; }

.pos_i {
  top: 940px;
  left: 28%; }

.pos_j {
  top: 540px;
  right: 13%; }

/* 
   Slick Slider
   ------------------- */
.slick-slider {
  cursor: move;
  /* fallback */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.slick-slider:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/* 
   Other Common Styles
   ------------------- */
.section-padding {
  padding: 116px 0; }

/* 
   PAGE LOADING CSS
   ---------------- */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.loading-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0d0126;
  background: rgba(13, 1, 38, 0.9);
  z-index: 2000; }

.loading-text {
  color: #05c7f2;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 0;
  margin: 20px 0 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%; }

.loading-bars {
  height: 30px;
  left: 50%;
  margin: -30px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px; }

.loading-bars .bar {
  background: #f037a5;
  bottom: 1px;
  height: 4px;
  position: absolute;
  width: 4px;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate; }

@-webkit-keyframes sound {
  0% {
    opacity: .35;
    height: 4px; }
  100% {
    opacity: 1;
    height: 28px; } }

@keyframes sound {
  0% {
    opacity: .35;
    height: 4px; }
  100% {
    opacity: 1;
    height: 28px; } }

.bar:nth-child(1) {
  left: 1px;
  -webkit-animation-duration: 406ms;
  animation-duration: 443ms; }

.bar:nth-child(2) {
  left: 6px;
  -webkit-animation-duration: 434ms;
  animation-duration: 498ms; }

.bar:nth-child(3) {
  left: 9px;
  -webkit-animation-duration: 415ms;
  animation-duration: 418ms; }

.bar:nth-child(4) {
  left: 14px;
  -webkit-animation-duration: 498ms;
  animation-duration: 415ms; }

.bar:nth-child(5) {
  left: 18px;
  -webkit-animation-duration: 437ms;
  animation-duration: 413ms; }

.bar:nth-child(6) {
  left: 22px;
  -webkit-animation-duration: 448ms;
  animation-duration: 455ms; }

.bar:nth-child(7) {
  left: 26px;
  -webkit-animation-duration: 444ms;
  animation-duration: 438ms; }

.bar:nth-child(8) {
  left: 29px;
  -webkit-animation-duration: 493ms;
  animation-duration: 479ms; }

.bar:nth-child(9) {
  left: 34px;
  -webkit-animation-duration: 491ms;
  animation-duration: 420ms; }

.bar:nth-child(10) {
  left: 38px;
  -webkit-animation-duration: 471ms;
  animation-duration: 412ms; }

/*404*/
.page-not-found, .coming-soon, .countdown-page {
  background: url(../images/404.jpg) no-repeat center center;
  background-size: cover;
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF; }

.content404 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  padding: 16px; }

.coming-soon {
  background: url(../images/background-bg-07.jpg) no-repeat center center;
  background-size: cover; }

.countdown-page {
  background: url(../images/background-bg-04.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .countdown-page {
      display: block;
      overflow-y: auto; } }

@media (max-width: 767px) {
  .countdown-page .content404 {
    display: block; } }

/* ================================================
   Countdown Timer
   ================================================ */
.countdown_wrap {
  margin-top: 40px; }
  .countdown_wrap p {
    font-size: 22px;
    margin-bottom: 0; }

#countdown {
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
  list-style: none; }
  #countdown li {
    display: inline-block;
    text-align: center;
    background: rgba(4, 4, 4, 0.65);
    padding: 20px 50px 16px;
    margin-right: 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    list-style: none; }
    @media (max-width: 767px) {
      #countdown li {
        min-width: 170px; } }
    #countdown li span {
      font-size: 80px;
      font-weight: 700;
      color: #FFF;
      line-height: 1.0;
      position: relative;
      font-family: "Fira Sans", sans-serif; }
      @media (max-width: 992px) {
        #countdown li span {
          font-size: 60px; } }
      @media (max-width: 767px) {
        #countdown li span {
          font-size: 40px; } }
    #countdown li p {
      color: rgba(255, 255, 255, 0.55);
      text-transform: uppercase;
      font-size: 16px; }

.countdown_title {
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px; }

/*Eventbrite*/
.eventbrite-wrapper iframe {
  width: 100%;
  border: 0;
  overflow: auto; }

.back_to_top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: none; }

/* 
   Modal box
   -------------- */
.modal-content {
  border-radius: 4px; }

.modal-transparent .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0; }

@media (min-width: 768px) {
  .modal-sm {
    width: 450px; }
  .modal-content {
    -webkit-box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.2); }
  .modal-dialog {
    margin: 80px auto; } }

/* ==========================================================================
   3. NAV BAR
   ========================================================================== */
.navbar-brand {
  height: auto; }

.navbar-default {
  background: none;
  border: none;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 16px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navbar-default .navbar-nav {
    padding: 20px 0; }
    .navbar-default .navbar-nav li > a {
      color: #fff;
      font-size: 14px;
      padding: 16px;
      font-weight: 500;
      -moz-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
        color: #f037a5;
        font-weight: bold; }
      .navbar-default .navbar-nav li > a:active {
        color: #f037a5;
        font-weight: bold; }
    .navbar-default .navbar-nav .open > a,
    .navbar-default .navbar-nav .open > a:hover,
    .navbar-default .navbar-nav .open > a:focus {
      color: #84e7fc;
      font-weight: bold;
      background-color: transparent;
      border: none; }

.menu-is-scrolling {
  background: rgba(1, 13, 94, 0.94);
  padding: 6px 0; }

.navbar-default .navbar-nav {
  margin-right: 10px; }

.navbar-default .navbar-toggle {
  border: none; }

.navbar-toggle {
  padding: 0;
  margin-top: 0; }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none; }

/* 
   Dropdown Menu
   ------------- */
.dropdown-menu {
  background: #0F101B;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0; }

.navbar-default .dropdown-menu > li > a {
  color: #BFBFBF;
  text-transform: uppercase;
  padding: 10px 20px; }
  .navbar-default .dropdown-menu > li > a:focus, .navbar-default .dropdown-menu > li > a:hover {
    background: none;
    color: #00BA5F; }

/* 
   Dropdown Menu on Hover 
   ---------------------- */
/*only for screens greater than 992px  */
@media (min-width: 992px) {
  .navbar .navbar-nav > li.dropdown > ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 150%;
    /* subtle fade effect */
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .navbar .navbar-nav > li.dropdown:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%; } }

/* 
   Media Queries
   ------------- */
@media (min-width: 992px) {
  .menu-trigger {
    float: right;
    margin: 28px 16px; }
    .menu-trigger a {
      text-decoration: none; }
  .toggle-menu > * {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .toggle-menu > .animated {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.menu-trigger .flaticon-interface {
  color: #fff; }

.flaticon-interface:before {
  font-size: 22px;
  margin-left: 0; }

@media (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.6px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #211f25;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .menu-trigger .flaticon-interface {
    display: none; }
  .flaticon-interface {
    color: #fff; }
  .dropdown-menu li a {
    color: #fff; }
  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    background: #0d0126;
    overflow-y: auto !important;
    border: 0; }
  .navbar-default .navbar-toggle {
    margin-top: 18px; } }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #BFBFBF; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #00BA5F; } }

/* ==========================================================================
   2. HEADER
   ========================================================================== */
.slider-bg {
  background: url(../images/banner1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .slider-bg {
      background-attachment: scroll; } }

.slider-bg-alt {
  background: url(../images/banner1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .slider-bg-alt {
      background-attachment: scroll; } }

.slider-wrap {
  padding: 150px 0;
  min-height: 750px;
  height: 100vh;
  overflow: hidden; }
  .slider-wrap .flex-control-nav li a {
    color: #000; }
  @media (max-width: 767px) {
    .slider-wrap {
      min-height: 400px; } }

.header-slider {
  display: none;
  margin-bottom: 0;
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  height: 400px; }
  @media (max-width: 767px) {
    .header-slider {
      top: 20%; } }

.header-slider.slick-initialized,
.header-slider .slick-slide:first-child {
  display: block; }

header {
  position: relative; }

header:after {
  content: "";
  width: 26px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto; }

header:before {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down; }

@-webkit-keyframes wheel-up-down {
  0% {
    bottom: 130px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    bottom: 120px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    bottom: 130px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    bottom: 120px;
    opacity: 0; } }

@media (max-width: 767px) {
  header:after,
  header:before {
    display: none; } }

.sidebar-nav {
  font-family: "Montserrat", sans-serif; }

.responsive-nev2 {
  position: relative;
  top: 26px;
  left: 20%; }

.hero-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 90px;
  color: #FFF;
  font-family: "Fira Sans", sans-serif;
  line-height: 2;
  z-index: 10; }

.no-overflow {
  overflow-x: hidden;
  padding-top: 76px; }

.hero-block {
  border: solid 10px #FFF;
  border-top: none;
  text-align: center;
  position: relative; }

.hero-title:before,
.hero-title:after {
  content: "";
  position: absolute;
  height: 10px;
  background: #FFF;
  top: 56px;
  width: 600px; }

.hero-title:before {
  right: 100%;
  margin-right: 16px; }

.hero-title-fit:after {
  left: 100%; }

.hero-title:after {
  left: 100%;
  margin-left: 16px; }

.hero-block .attr {
  position: relative;
  top: -46px;
  font-size: 20px;
  line-height: 1.4;
  display: block; }

.hero-title {
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: -70px;
  display: inline;
  line-height: 1.5; }

.hero-text {
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 60px;
  padding: 0;
  margin-top: -70px; }

.flex-control-nav {
  z-index: 11; }

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important; }

.flex-control-paging li a.flex-active {
  background: #fff !important; }

/* ==========================================================================
   4. ABOUT THE BAND
   ========================================================================== */
.about {
  background-image: url(../images/background-bg-01.jpg);
  background-size: cover;
  background-position: center top;
  padding: 260px 0;
  position: relative;
  overflow: hidden; }

.band-wrap {
  display: inline-block; }
  .band-wrap .section-title {
    color: #ff0650;
    border-bottom: 10px solid #ffcdcd;
    display: inline-block;
    padding: 46px 0 4px 0;
    font-weight: 700; }
  .band-wrap .section-subtitle {
    padding: 14px 20px 24px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5; }
  .band-wrap .section-subtitle-thin {
    font-size: 24px;
    padding: 0 18px 0 0; }

/* ==========================================================================
   5. OUR TEAM
   ========================================================================== */
.team {
  background-image: url(../images/cri.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .team {
      background-attachment: scroll; } }

.team-wrap {
  padding: 0 30px; }

.team-title {
  color: #fff;
  text-align: center;
  font-weight: 700; }
  .team-title span {
    position: relative; }

.team-slider {
  height: 450px; }

.team-slider a:focus {
  outline: 0; }

.team-title span::after {
  border-bottom: 10px solid #b591a3;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.team-subtitle {
  color: #fff;
  text-align: center;
  padding: 66px 122px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700; }

.slide-img-title {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 73%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .slide-img-title span {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    display: block; }
  .slide-img-title .slide-img-subtitle {
    font-size: 20px;
    color: #cdcdcd; }

.team-slider img {
  padding: 0; }

.team-slider .slick-slide a {
  margin: 0 16px; }

.team-slider a {
  display: block;
  position: relative; }
  .team-slider a:after {
    content: "";
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .team-slider a:hover:after {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3); }
  .team-slider a:hover .slide-img-title {
    top: 43%; }

/* Team Popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 800px;
  margin: 20px auto; }

.team-popup-title {
  font-size: 38px;
  font-weight: 700; }

.team-popup-text {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.7;
  max-width: 480px; }

.social-icons.team-social {
  text-align: left;
  padding: 10px 0; }
  .social-icons.team-social ul {
    margin: 0; }
    .social-icons.team-social ul li {
      float: left;
      padding: 0 6px; }
  .social-icons.team-social .flaticon-sm-shape::before {
    padding: 12px; }

@media (max-width: 767px) {
  .team-modal-img {
    min-width: 100%; }
  .team-popup-desc {
    padding: 26px; }
  .mfp-close-btn-in .mfp-close {
    color: #fff; }
  .white-popup {
    margin: 30px 26px; } }

/* ==========================================================================
   6. FEATURED ALBUM
   ========================================================================== */
.admire {
  position: relative;
  background-color: #1b0140; }

.object-fit-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 40%; }
  .object-fit-container.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center; }
    .object-fit-container.compat-object-fit > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff; }
    .object-fit-container.compat-object-fit .compact-img {
      display: none; }
  .object-fit-container .compact-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.album-play-button {
  position: absolute;
  top: 40%;
  left: 44%; }

.album-play-button::before {
  font-size: 90px;
  color: #fff;
  margin: 0; }

.admire-block {
  padding: 100px 24px; }

.admire-title {
  color: #f037a5;
  font-weight: 800;
  margin-top: 0; }

.admire-subtitle {
  font-size: 30px;
  color: #eec4da;
  padding: 0; }

.star-review {
  padding: 0 4px;
  margin: 0;
  display: inline-block; }
  .star-review li {
    list-style: none;
    float: left;
    padding: 0 6px 0 0;
    color: #f2ae2e; }
  .star-review li:last-child {
    color: #ddd; }

.flaticon-favorite::before {
  margin: 0; }

.admire-subtitle02 {
  padding: 30px 16px 30px 0;
  line-height: 1.6; }

.img-wrap-right {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 40%; }
  .img-wrap-right.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center; }
    .img-wrap-right.compat-object-fit > a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff; }
    .img-wrap-right.compat-object-fit .compact-img {
      display: none; }
  .img-wrap-right .compact-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.album-play-button-right {
  position: absolute;
  top: 43%;
  right: 43%; }

.admire-title-clr {
  color: #19e68c;
  font-weight: 800; }

.admire-subtitle-clr {
  font-size: 20px;
  color: #19e68c;
  padding: 0; }

/*AlBUM SINGLE*/
.album_single {
  background: url("../images/background-bg-05.jpg") no-repeat center;
  background-size: cover; }

.album_playlist_single {
  padding: 10px 0;
  border-bottom: 1px solid #efefef; }
  .album_playlist_single:last-child {
    border-bottom: 0; }
  .album_playlist_single .audio-play-btn {
    display: inline-block;
    margin: 0 20px; }
  .album_playlist_single .playlist_actions {
    float: right;
    display: inline-block;
    margin: 18px 0; }

.album_playlist_title {
  display: inline-block; }
  .album_playlist_title p {
    line-height: 1; }
  .album_playlist_title span {
    margin-top: 8px;
    display: block; }

.playlist_btn {
  font-size: 20px;
  padding: 10px 8px;
  color: #CCC; }

/* ==========================================================================
   7. TESTIMONIAL
   ========================================================================== */
.testimonial {
  background: url(../images/background-bg-03.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .testimonial {
      background-attachment: scroll; } }

.testimonial-title {
  color: #0048ff;
  font-size: 50px !important;
  text-align: center;
  display: block;
  padding: 10px 0 0 0;
  font-weight: 700;
  border: none;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.6; }

.flaticon-quote::before {
  text-align: center;
  font-size: 90px;
  display: block;
  color: rgba(0, 72, 255, 0.59); }
  @media (max-width: 767px) {
    .flaticon-quote::before {
      font-size: 60px; } }

.testimonial-space {
  padding: 200px 0; }

.testimonial-slider {
  height: 280px; }
  @media (max-width: 767px) {
    .testimonial-slider {
      height: auto; } }

.testimonial-slider .slick-dots li button:before {
  color: rgba(0, 72, 255, 0.37) !important;
  opacity: 1; }

.testimonial-slider .slick-dots li.slick-active button:before {
  color: #0048ff !important; }

.testimonial-slider .slick-prev {
  display: none !important;
  left: 0;
  width: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.testimonial-slider .slick-next {
  display: none !important;
  right: 0;
  width: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

/* ==========================================================================
   8. EVENT
   ========================================================================== */
.event {
  background: url("../images/banner6.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .event {
      background-attachment: scroll; } }

/* Sub Page Header */
.event_header {
  background: url(../images/banner6.jpg) no-repeat center center;
  background-size: cover; }

.event-title {
  color: #84e7fc;
  text-align: center;
  font-weight: 700; }
  .event-title span {
    position: relative; }

.event-title span::after {
  border-bottom: 10px solid #f037a5;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.event-subtitle {
  color: #fff;
  text-align: center;
  padding: 66px 122px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700; }

.event-date {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 24px 0;
  font-family: "Montserrat", sans-serif; }
  .light .event-date {
    color: #802bb1; }

.event-caption {
  color: #84e7fc;
  font-size: 30px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif; }
  .light .event-caption {
    color: #323196; }

.event-subcaption {
  color: #fff;
  font-size: 18px;
  line-height: 1.3; }

.event-country {
  color: #fff;
  text-align: right;
  font-size: 22px;
  display: block; }
  .light .event-country {
    color: #f037a5; }

.event-city {
  color: #f037a5;
  font-size: 16px;
  text-align: right; }

.event-block {
  border-top: 2px solid rgba(89, 86, 100, 0.55);
  padding: 34px 0; }
  .light .event-block {
    border-top: 2px solid rgba(232, 232, 232, 0.4); }

.event-block:first-child {
  border: none; }

.light .btn-disabled {
  background-color: #e8e8e8; }

/* ==========================================================================
   9 ALBUM LISTS
   ========================================================================== */
.album {
  background: -moz-linear-gradient(233deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(233deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
  background: linear-gradient(233deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7",endColorstr="#ffffff",GradientType=1);
  background: rgb(247,247,247) url(../images/nbpaper.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }

.album-title {
  color: #323196;
  text-align: center;
  font-weight: 700; }
  .album-title span {
    position: relative; }

.album-title span::after {
  border-bottom: 10px solid #f2ae2e;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.album-wrap {
  padding: 0 30px; }
  .album-wrap .slick-prev:before,
  .album-wrap .slick-next:before {
    font-family: 'slick';
    font-size: 32px;
    line-height: 1;
    opacity: .75;
    color: #323196;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.album-subtitle {
  color: #323196;
  text-align: center;
  padding: 66px 96px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6; }

.album-slide {
  text-decoration: none !important;
  outline: none !important; }

.album-block {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 24px 20px 20px;
  font-size: 26px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
  .album-block .album-block-title {
    color: #1b0140;
    font-size: 26px;
    font-weight: 700;
    text-transform: none; }
  .album-block .album-block-subtitle {
    font-size: 16px;
    color: #c2c4cb; 
    line-height: 1.3; }
  .album-block .album-moreinfo {
    list-style: none;
    color: #e5e5e5;
    padding: 0;
    margin: 0;
    display: inline-block; }
    .album-block .album-moreinfo li {
      float: left;
      margin: 0 0 0 2px;
      font-size: 10px; }
  .album-block .album-comments {
    list-style: none;
    padding: 0 10px 0 0;
    float: right; }
    .album-block .album-comments li {
      float: left;
      color: #e5e5e5;
      font-weight: 100; }

.flaticon-three::before {
  margin: 0;
  font-size: 30px; }

.flaticon-sign:before {
  font-weight: 700; }

.flaticon-shapes:before {
  font-size: 26px; }

/*Apple 3D Hover Effect*/
.atvImg {
  width: 100%;
  height: 484px; }

@media (max-width: 992px) {
  .album-block {
    margin-bottom: 50px; } }

/* ==========================================================================
   10. MEDIA
   ========================================================================== */
.our-media {
  background: url(../images/background-bg-05.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .our-media {
      background-attachment: scroll; } }

.media-title {
  color: #19e68c;
  text-align: center;
  font-weight: 700; }
  .media-title span {
    position: relative; }

.media-title span::after {
  border-bottom: 10px solid #19e68c;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.media-subtitle {
  color: #fff;
  text-align: center;
  padding: 66px 122px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6; }

.btn-position {
  text-align: center; }

.tab-position {
  text-align: center;
  display: inline-block; }

.nav-tabs {
  border: none;
  font-family: "Montserrat", sans-serif; }

.tabset-left {
  background: #fff;
  border-radius: 40px 0px 0px 40px;
  padding: 0 50px;
  color: #fff;
  font-weight: 700;
  font-size: 24px; }
  .tabset-left a {
    color: #2d283e;
    border: none; }
  .light .tabset-left {
    background: #efefef; }

.nav-tabs > .active {
  background: #19E68C;
  color: #fff; }
  .light .nav-tabs > .active {
    background: #19E68C; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff; }

.tabset-right {
  background: #fff;
  border-radius: 0 40px 40px 0;
  padding: 0 50px;
  color: #fff;
  font-weight: 700;
  font-size: 24px; }
  .tabset-right a {
    color: #1b0140;
    border: none; }
  .light .tabset-right {
    background: #efefef; }

.nav-tabs > li > a {
  border: none; }

.nav-tabs > li > a:hover {
  background: none;
  border: none; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  background: none; }

.audio-tab {
  padding: 70px 0; }

.audio-wrap {
  padding: 12px 0px;
  border-bottom: 2px solid rgba(77, 43, 109, 0.35);
  display: inline-block;
  width: 100%; }
  .light .audio-wrap {
    border-bottom: 2px solid rgba(219, 219, 219, 0.4); }

.audio-play-btn {
  font-weight: 100;
  text-align: left; }
  .audio-play-btn a {
    color: #a89fb1;
    text-decoration: none; }

.audio-title {
  font-size: 30px;
  color: #fff;
  text-align: left; }
  .audio-title p {
    color: #a89fb1;
    font-size: 18px;
    font-weight: normal; }
  .light .audio-title {
    color: #323196;
    font-weight: bold; }

.audio-buy .btn-defualt {
  background: #fff;
  color: #433f52;
  border-radius: 30px;
  font-weight: 800;
  padding: 10px 16px;
  font-size: 16px;
  margin: 20px 0 0 0;
  font-family: "Montserrat", sans-serif; }

.audio-buy :hover {
  background: #E3E3E3;
  color: #433f52; }

.sound-cloud iframe {
  width: 100%;
  margin: 78px 0 0 0;
  height: 166px;
  border: none; }

.video-wrap {
  display: inline-block;
  margin: 66px 0 16px; }

.video-img-block img {
  position: relative;
  margin-bottom: 30px; }

.video-img-block a {
  outline: none; }

.video-play-btn {
  position: absolute;
  top: 35%;
  left: 43%; }
  .video-play-btn a {
    color: #a89fb1; }

.video-play-btn .flaticon-play:before {
  color: #FFF; }

.audio-play-btn.is_playing .flaticon-sm::before {
  color: #00c85f; }

/* ==========================================================================
   11. PHOTOS
   ========================================================================== */
.photos {
  background: #ececec;
  position: relative;
  overflow: hidden; }

.photos-title {
  color: #222e4b;
  text-align: center;
  font-weight: 700; }
  .photos-title span {
    position: relative; }

.photos-title span::after {
  border-bottom: 10px solid #afb3bb;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.rotation-wrap {
  padding: 0 0 0 42px; }

.photos-wrap {
  padding: 120px 0 0 0;
  display: inline-block; }
  .photos-wrap ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0; }
  .photos-wrap li {
    float: left;
    list-style: none;
    margin: 0 108px 0 0px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-45deg);
    overflow: hidden;
    width: 184px;
    height: 184px; }
  .photos-wrap img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    min-width: 151%;
    position: relative;
    left: -42px;
    top: -42px; }

.photos-wrap li:last-child {
  margin-right: 0; }

.img-rotation {
  list-style: none;
  margin-bottom: 70px; }
  .img-rotation li {
    margin-top: -40px !important;
    float: left;
    list-style: none;
    margin-righ: 0 124px 0 0px;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    overflow: hidden;
    width: 184px;
    height: 184px; }
  .img-rotation img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    min-width: 151%;
    position: relative;
    left: -42px;
    top: -42px; }

.img-rotation li:first-child {
  margin: -20px 110px 0 104px; }

.img-rotation li:last-child {
  margin: -20px 0px 0 106px; }

/* ==========================================================================
   12. FAN PAGE
   ========================================================================== */
.our-clients {
  background: url(../images/safekept.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    .our-clients {
      background-attachment: scroll; } }

.fan-page-title {
  color: #fff;
  text-align: center;
  font-weight: 700; }
  .fan-page-title span {
    position: relative; }

.fan-slider-wrap {
  position: relative;
  margin: 80px 0; }

.slider .tabs {
  height: 380px; }

.fan-page-title span::after {
  border-bottom: 10px solid #bbb1d7;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.fan-slide {
  font-family: "Fira Sans", sans-serif; }
  .fan-slide .fan-title {
    text-align: center;
    font-size: 52px;
    color: #fff;
    border: none;
    padding: 0 46px; }
  .fan-slide span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 22px 0; }

.twitter-feed-wrap {
  display: block; }

.twitter-feed {
  margin: 0;
  padding: 0;
  width: 100% !important; }

.twitter-listing {
  float: left;
  list-style: none;
  width: 33%;
  padding: 0 14px; }

.embed-tweet-item {
  width: 100%; }
  .embed-tweet-item blockquote {
    width: 100%;
    min-height: 200px;
    background: url("../images/twitter-placeholder.png") no-repeat center top;
    background-size: contain;
    border: none; }

.flex-direction-nav {
  display: none; }

.twitter-feed .slick-dots {
  bottom: 0; }

/* ==========================================================================
   13. CONTACT
   ========================================================================== */
.contact {
  position: relative;
  overflow: hidden; }

.contact-title {
  color: #4e75f8;
  text-align: center;
  font-weight: 700; }
  .contact-title span {
    position: relative; }

.contact-title span::after {
  border-bottom: 10px solid #bcc8f0;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.contact-subtitle {
  color: #323196;
  text-align: center;
  padding: 66px 159px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6; }

.contact-form {
  width: 58%;
  margin: 0 auto; }

.form-control:focus {
  border-color: #4e75f8;
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-width {
  width: 50%;
  float: left;
  border-radius: 0;
  padding: 14px 22px;
  border: 4px solid #577cf7;
  color: #4e75f8;
  font-size: 20px;
  height: auto; }

.form-primary {
  border-right: 0px !important; }

.form-width::-webkit-input-placeholder {
  color: #4e75f8; }

.form-width:-ms-input-placeholder {
  color: #4e75f8; }

.form-control::-moz-placeholder {
  color: #4e75f8;
  opacity: 1; }

textarea.form-comments {
  width: 100%;
  border-radius: 0;
  padding: 26px 22px;
  border-left: 4px solid #577cf7;
  border-right: 4px solid #577cf7;
  border-bottom: 4px solid #577cf7;
  border-top: 0;
  color: #4e75f8;
  height: 228px;
  font-size: 20px; }

.form-comments::-webkit-input-placeholder {
  color: #4e75f8; }

.form-comments:-ms-input-placeholder {
  color: #4e75f8; }

.form-comments::-moz-placeholder {
  color: #4e75f8; }

.form-control.has-error,
.form-control.has-error::-webkit-input-placeholder {
  color: #F00; }

.form-control.has-error:-ms-input-placeholder {
  color: #F00; }

.form-control.has-error::-moz-placeholder {
  color: #F00; }

.error-msg {
  text-align: center; }

.google_map {
  width: 100%;
  height: 500px; }

/* ==========================================================================
   14. FOOTER
   ========================================================================== */
footer {
  background: url(../images/banner2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.subscribe-title {
  color: #fff;
  text-align: center;
  font-weight: 700; }
  .subscribe-title span {
    position: relative; }

.subscribe-title span::after {
  border-bottom: 10px solid #d09db0;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -14px; }

.subscribe-email {
  padding: 74px 0 0; }

.form-subscribe {
  background: none;
  width: 50%;
  float: left;
  border-radius: 0;
  padding: 14px 22px;
  border: 4px solid #fff;
  color: #fff;
  font-size: 20px;
  height: auto; }

.form-subscribe::-webkit-input-placeholder {
  color: #fff; }

.form-subscribe:-ms-input-placeholder {
  color: #fff; }

.form-subscribe::-moz-placeholder {
  color: #fff; }

.subscribe-block .form-control.has-error,
.subscribe-block .form-control.has-error::-webkit-input-placeholder {
  color: #1b0140; }

.subscribe-block .form-control.has-error:-ms-input-placeholder {
  color: #1b0140; }

.subscribe-block .form-control.has-error::-moz-placeholder {
  color: #1b0140; }

.form-subscribe:hover {
  color: #fff; }

.form-subscribe:active {
  color: #fff; }

.form-subscribe:active:hover {
  color: #fff; }

.form-subscribe:focus {
  color: #fff;
  border-color: #fff; }

.subscribe-block {
  display: block; }

.shape-line img {
  margin: 0 auto;
  padding: 28px 0;
  display: block; }

.social-icons {
  text-align: center;
  padding: 30px 0; }
  .social-icons ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block; }
    .social-icons ul li {
      float: left;
      padding: 0 8px; }
    .social-icons ul a {
      text-decoration: none; }

/* Social media icons*/
.flaticon-sm::before {
  font-size: 48px;
  text-decoration: none;
  text-align: left;
  margin: 0;
  color: #abacb5; }

.flaticon-sm-shape::before {
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  margin: 0;
  color: #fff;
  background: #cdb1c3;
  border-radius: 50%;
  padding: 18px 18px; }

.shape1::before {
  background: #1877f2; }

.shape2::before {
  background: #0f96cc; }

.shape3::before {
  background: #dd2a7b; }

.shape4::before {
  background: #ff8800; }

.shape5::before {
  background: #e02f2f; }

/* End Social media icons*/
.address {
  color: #fff;
  text-align: center; }
  .address h4 {
    font-size: 20px;
    line-height: 2; }
  .address span,
  .address h5,
  .address p {
    font-size: 16px;
    display: block; }

/*Call to Action*/
.cta-title {
  color: #494949;
  font-size: 50px !important;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 820px;
  margin: 0 auto; }

.call-to-action {
  padding: 66px 0 80px;
  background: #f8f8f8; }

/* ==========================================================================
   15. BLOG
   ========================================================================== */
.blog {
  background: url(../images/blog_bg.jpg);
  background-size: cover; }

.subpage-wrap {
  padding: 136px 0 129px 0;
  width: 49%;
  text-align: center;
  margin: auto; }
  .subpage-wrap .subpage-tilte {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .subpage-wrap .subpage-tilte {
        font-size: 50px; } }
  .subpage-wrap .subpage-subtitle {
    font-size: 22px;
    font-family: "Fira Sans", sans-serif;
    color: #fff;
    display: block;
    margin-top: 30px; }

/* FEATURED_BLOG */
.blog-featured {
  background: #ececec; }
  .blog-featured .blog-title-wrap {
    font-size: 62px;
    font-weight: 700;
    margin: -86px 0 60px 0; }
    .blog-featured .blog-title-wrap .blog-content {
      color: #e23c8a;
      background: #fff;
      padding: 0;
      display: inline;
      -webkit-box-shadow: 0px 4px 0 16px #FFF;
      box-shadow: 0px 4px 0 16px #FFF;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog-featured .blog-title-wrap .blog-content.blog-green {
        color: #13c50f; }
      .blog-featured .blog-title-wrap .blog-content.blog-blue {
        color: #7b0fef; }
      .blog-featured .blog-title-wrap .blog-content:hover {
        color: #1b0140;
        text-decoration: none; }
    .blog-featured .blog-title-wrap span {
      color: #e23c8a;
      background: #fff;
      padding: 0 12px;
      display: inline-block; }
    .blog-featured .blog-title-wrap .blog-date {
      color: #969696;
      font-size: 14px;
      margin: 30px 0 0 0;
      font-family: "Montserrat", sans-serif; }
    .blog-featured .blog-title-wrap .blog-music {
      color: #000;
      font-size: 19px;
      line-height: 1.2; }

.blog-pagination {
  text-align: center; }

.pagination > li > a,
.pagination > li > span {
  margin: 0 0 0 22px;
  padding: 14px 30px;
  -moz-box-shadow: -12px -12px #dfdfdf;
  -webkit-box-shadow: -12px -12px #dfdfdf;
  box-shadow: -12px -12px #dfdfdf;
  color: #1b0140;
  font-size: 38px; }

.pagination-arrow {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff;
  background: #2e2e2e; }

@media (max-width: 1200px) {
  .blog-title-wrap {
    font-size: 48px !important; } }

@media (max-width: 992px) {
  .blog-title-wrap {
    margin: 0px 0 30px 0 !important; }
    .blog-title-wrap .blog-content {
      width: 100%; }
    .blog-title-wrap span {
      width: 100%; } }

@media (max-width: 768px) {
  .blog-title-wrap {
    font-size: 36px !important; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 9px 20px;
    font-size: 24px; } }

@media (max-width: 480px) {
  .blog-title-wrap {
    font-size: 26px !important; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 2px 10px;
    font-size: 24px;
    -webkit-box-shadow: -6px -6px #dfdfdf;
    box-shadow: -6px -6px #dfdfdf;
    margin: 0 0 0 12px; } }

/* 
   BLOG SIGLE
   ---------- */
.blog-single {
  background: url(../images/blog-single.jpg);
  background-size: cover; }

.blog-single-block {
  width: 77%;
  padding: 252px 0 238px 0; }
  @media (max-width: 767px) {
    .blog-single-block {
      padding: 100px 0 150px 0; } }
  .blog-single-block span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 14px 0 0 0;
    font-family: "Montserrat", sans-serif; }
  .blog-single-block p {
    color: #fff; }

.blog-single-wrap {
  background: #ececec; }
  .blog-single-wrap .blog-description {
    background: #fff;
    padding: 56px 62px;
    margin: -106px 0 0 0; }
    .blog-single-wrap .blog-description .blog-single-topic {
      font-size: 26px;
      font-weight: 700;
      margin: 0; }
    .blog-single-wrap .blog-description p {
      font-size: 20px;
      margin: 56px 0; }

.single-share-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 136px; }
  .single-share-btn li {
    list-style: none;
    display: inline-block; }
  .single-share-btn .share-btn {
    float: left;
    list-style: none;
    background: #2652a2;
    color: #fff;
    padding: 12px 26px 12px 0;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin: 0 32px 0 0;
    border-radius: 4px;
    list-style: none;
    text-decoration: none;
    color: #fff; }
    .single-share-btn .share-btn:hover {
      text-decoration: none;
      opacity: 0.85; }
    .single-share-btn .share-btn i {
      margin-right: 6px; }
  .single-share-btn .share-twitter {
    background: #0caaeb; }
    .single-share-btn .share-twitter a {
      list-style: none;
      text-decoration: none;
      color: #fff; }

.share-fb::before {
  margin-left: 0; }

.comment-title {
  text-align: center;
  display: block;
  padding: 60px 0;
  font-size: 39px;
  font-weight: 700; }

.comments {
  list-style: none;
  padding: 0; }
  .comments li ul {
    padding-left: 86px; }
  .comments .comment-wrap img {
    display: inline-block;
    margin: 0; }
  .comments .comment-wrap .comment-comment {
    background: #fff;
    width: 91%;
    display: inline-block;
    float: right;
    padding: 22px 18px 22px 98px;
    margin: -120px 0 0 0; }
    .comments .comment-wrap .comment-comment p {
      font-size: 18px; }
    .comments .comment-wrap .comment-comment span {
      font-size: 18px;
      font-weight: 700; }
    .comments .comment-wrap .comment-comment .comment-reply {
      float: right;
      display: inline-block; }
      .comments .comment-wrap .comment-comment .comment-reply a {
        color: #e85656; }

.comment-wrap-single {
  margin: 30px 0 100px 0;
  display: block; }
  .comment-wrap-single .reply {
    margin: -68px 0 0 0 !important;
    padding: 22px 18px 22px 36px !important; }

.blog-single-contact {
  margin-bottom: 130px; }

.form-comment {
  width: 100%;
  border-top: none; }

.form-single-text {
  height: 200px; }

.form-single::-webkit-input-placeholder {
  color: #e85656; }

.form-single,
textarea.form-single {
  border-color: #e85656;
  color: #e85656;
  outline: none;
  background: none; }

.form-single:focus {
  border-color: #e85656; }

.btn-single:focus {
  background: #e85656; }

.btn-single {
  background: #e85656; }

.btn-single:hover {
  background: #F87474; }

.btn-single:active {
  background: #F87474; }

.btn-single:active:hover {
  background: #F87474; }

@media (max-width: 1200px) {
  .single-share-btn {
    margin: 0 0 0 50px; }
  .comment-wrap-single .reply {
    padding: 22px 18px 22px 64px; }
  .comment-comment {
    padding: 22px 18px 22px 128px; } }

@media (max-width: 992px) {
  .single-share-btn {
    margin: 0 0 0 18px; } }

@media (max-width: 768px) {
  .comment-wrap-single .reply {
    padding: 22px 18px 22px 74px; } }

@media (max-width: 480px) {
  .comments .comment-wrap img {
    display: block;
    margin: 0 auto; }
  .comments .comment-wrap .comment-comment {
    padding: 130px 18px 22px 26px; }
    .comments .comment-wrap .comment-comment .comment-reply {
      padding-top: 20px; }
  .comments .comment-wrap ul .comment-comment {
    padding-top: 90px; }
  .comment-wrap-single .reply {
    padding: 80px 18px 22px 24px; }
  .comment-title {
    padding: 30px 0;
    font-size: 32px; }
  .blog-single-wrap .blog-description {
    padding: 56px 24px; }
    .blog-single-wrap .blog-description p {
      margin: 14px 0; }
  .single-share-btn {
    padding: 0; }
    .single-share-btn .share-fb {
      padding: 12px 10px; }
      .single-share-btn .share-fb a {
        font-size: 14px; }
  .share-fb::before {
    padding: 0 16px 0 -2px; }
  .share-twitter::before {
    padding: 0 16px 0 10px; } }

/*-------------- AUDIO PLAYER --------------*/
.audio-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: 3s all ease;
  -o-transition: 3s all ease;
  transition: 3s all ease; }
  .audio-player a,
  .audio-player a:hover {
    text-decoration: none; }
  .audio-player.is_hidden {
    top: 100%; }
    .audio-player.is_hidden .hide_player {
      bottom: 100%; }
  .audio-player:hover .hide_player {
    bottom: 100%; }

.hide_player {
  position: absolute;
  bottom: -26px;
  right: 0;
  background: #323196;
  color: #CCC;
  padding: 6px 10px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .hide_player:hover {
    color: #FFF; }
  .hide_player:active, .hide_player:focus {
    color: #CCC; }

.touchevents .hide_player {
  bottom: 100% !important; }

.no-flexbox .audio-player {
  display: none; }

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jp-controls.flex-item {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px; }

.jp-progress-container.flex-item {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2; }

.jp-now-playing.flex-item {
  -ms-flex-preferred-size: 146px;
  flex-basis: 146px; }

.jp-toggles.flex-item {
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px; }

.jp-volume-controls.flex-item {
  -ms-flex-preferred-size: 156px;
  flex-basis: 156px; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  background: rgba(0, 0, 0, 0.95);
  padding: 16px;
  position: relative; }

/*Controls*/
.jp-playlist {
  display: none; }

.jp-interface .jp-controls button,
.jp-interface .jp-toggles button,
.jp-interface .jp-volume-controls button {
  background: none;
  border: none;
  outline: none;
  color: #7b7c8b;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 20px;
  padding: 0 6px; }

.jp-interface .jp-controls .jp-play i,
.jp-interface .jp-controls .jp-previous i,
.jp-interface .jp-controls .jp-next i {
  font-size: 24px;
  color: #FFF; }

.jp-interface .jp-controls .jp-play {
  border: solid 4px #FFF;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin: 0 10px; }

.jp-interface .jp-controls .jp-play i {
  padding-left: 6px;
  padding-top: 6px; }

.jp-audio.jp-state-playing .jp-play i {
  padding-left: 0px; }

.jp-audio.jp-state-playing .jp-play i:before {
  content: "\f04c" !important; }

/*Progress bars*/
.jp-progress-container,
.jp-volume-bar-container {
  height: 30px;
  padding: 10px; }

.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar,
.jp-volume-bar-value {
  height: 8px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.jp-progress {
  margin: 0 50px;
  background-color: #2b2b2b;
  border-radius: 6px; }

.jp-seek-bar,
.jp-volume-bar {
  cursor: pointer;
  background-color: #2b2b2b;
  border-radius: 6px; }

.jp-play-bar {
  float: left;
  position: relative;
  background-color: #00c85f;
  border-radius: 6px;
  overflow: visible !important; }

.jp-volume-bar-value {
  float: left;
  position: relative;
  background-color: #aaaaaa; }

.jp-progress .bullet,
.jp-volume-bar .bullet {
  position: absolute;
  content: "";
  top: -6px;
  right: -8px;
  height: 18px;
  width: 18px;
  background: #ffffff;
  border-radius: 50%; }

.jp-time-holder {
  position: relative;
  top: 0;
  color: #979797;
  font-size: 12px; }

.jp-time-holder .jp-current-time {
  position: absolute;
  left: 0;
  top: -4px; }

.jp-time-holder .jp-duration {
  position: absolute;
  right: 0;
  top: -4px; }

/* Track & Artist */
.jp-now-playing {
  padding: 0 10px; }

.jp-track-name {
  color: #c9c9c9;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 146px; }

.jp-artist-name {
  color: #6d6d6d;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 140px; }

/* Toggles */
.jp-toggles button {
  margin: 0 4px; }

.jp-toggles button:hover {
  color: #FFF; }

.jp-state-looped .jp-toggles .jp-repeat,
.jp-state-shuffled .jp-toggles .jp-shuffle,
.jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
  color: #00c85f; }

/* Volume Controls */
.jp-volume-controls button {
  float: left; }

.jp-volume-controls .jp-volume-bar {
  margin-left: 40px;
  margin-top: 8px; }

.jp-state-muted .jp-mute i:before {
  content: "\f026" !important; }

.jp-volume-bar,
.jp-volume-bar-value {
  border-radius: 6px; }

.jp-state-no-volume .jp-volume-controls {
  display: none; }

/* Playlist  */
.jp-playlist {
  position: absolute;
  right: 66px;
  bottom: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 26px;
  width: 400px; }

.jp-playlist ul {
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto; }

.jp-playlist li {
  list-style: none; }

.jp-playlist li a {
  color: #c9c9c9;
  display: block;
  padding: 10px 0;
  outline: none;
  border-bottom: 1px solid #1F1F1F; }

.jp-playlist li:last-child a {
  border-bottom: 0; }

.jp-playlist li a:hover,
.jp-playlist li a:focus,
.jp-playlist li a:active {
  color: #00c85f;
  text-decoration: none; }

.jp-playlist li a span {
  color: #6d6d6d; }

/* ==================== Media Query ==================== */
@media (max-width: 992px) {
  .jp-now-playing {
    display: none; } }

@media (max-width: 767px) {
  .jp-volume-bar,
  .jp-volume-bar .bullet,
  .jp-time-holder {
    display: none !important; }
  .jp-progress-container.flex-item {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    padding: 12px 16px; }
  .jp-progress .bullet {
    right: -10px; }
  .jp-volume-controls.flex-item {
    -ms-flex-preferred-size: 34px;
    flex-basis: 34px; }
  .jp-progress {
    margin: 0; }
  .jp-interface .jp-controls .jp-play {
    margin: 0 4px; }
  .jp-interface .jp-controls .jp-play i,
  .jp-interface .jp-controls .jp-previous i,
  .jp-interface .jp-controls .jp-next i {
    font-size: 16px; }
  .jp-interface .jp-controls .jp-play {
    width: 42px;
    height: 42px; }
  .jp-interface .jp-controls .jp-play i {
    padding-left: 4px;
    padding-top: 0; }
  .jp-state-playing .jp-interface .jp-controls .jp-play i {
    padding-left: 0; }
  .jp-controls.flex-item {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px; } }

@media (max-width: 480px) {
  .jp-toggles,
  .jp-playlist {
    display: none !important; } }

/* ==========================================================================
   16. RESPONSIVE STYLES 
   ========================================================================== */
/* 
   Screens less than 1200px
   ------------------------ */
@media (max-width: 1200px) {
  .hero-title {
    top: -56px;
    font-size: 52px; }
  .hero-text {
    font-size: 52px;
    margin-top: -56px; }
  .hero-title:after {
    left: 100%; }
  .hero-title:before,
  .hero-title:after {
    top: 46px; }
  .hero-title-fit1:after {
    left: 100% !important; }
  .hero-title-fit:after {
    left: 100% !important; }
  .slide-img-title span {
    font-size: 24px; }
  .slide-img-title .slide-img-subtitle {
    font-size: 16px; }
  .hamburger {
    right: 6%; }
  .nav-toggle {
    right: 6%; }
  .photos-wrap li {
    margin-right: 80px;
    width: 166px;
    height: 166px; }
  .photos-wrap img {
    max-width: 90% !important; }
  .photos-wrap li:last-child {
    margin-right: 0; }
  .img-rotation li {
    width: 166px;
    height: 166px;
    margin-left: -30px; }
  .img-rotation img {
    max-width: 90%; }
  .img-rotation li:first-child {
    margin: -20px 110px 0 84px; }
  .img-rotation li:last-child {
    margin: -20px 0px 0 80px; }
  .rotation-wrap {
    padding: 0 0 0 32px; }
  .btn-danger {
    padding: 16px 34px; }
  .btn-warning {
    padding: 16px 34px; }
  .btn-success {
    padding: 16px 34px; }
  .btn-primary {
    padding: 16px 34px; }
  .btn-default {
    padding: 16px 34px; }
  .btn-subscribe {
    padding: 16px 34px; }
  .circle-listing ul li {
    padding: 0 6px; } }

/* 
   Screens less than 992px
   ----------------------- */
@media (max-width: 992px) {
  .navbar-nav {
    text-align: center; }
  .dropdown-menu {
    text-align: center; }
  .hero-title {
    top: -38px;
    font-size: 36px; }
  .hero-text {
    font-size: 36px;
    margin-top: -34px; }
  .hero-title:before,
  .hero-title:after {
    top: 30px; }
  .band-wrap .section-title {
    font-size: 48px !important;
    padding: 0;
    border-bottom: 4px solid #ffcdcd; }
  .band-wrap p {
    font-size: 18px; }
  .section-padding {
    padding: 92px 0; }
  .team-wrap .team-title {
    font-size: 48px !important; }
  .team-wrap p {
    font-size: 22px;
    padding: 40px 0; }
  .slide-img-title span {
    font-size: 20px; }
  .admire-block .admire-title {
    font-size: 42px !important; }
  .admire-block p {
    font-size: 22px;
    padding: 40px 0; }
  .testimonial-title {
    font-size: 42px !important;
    padding: 0; }
  .testimonial-space {
    padding: 120px 0; }
  .admire-title-clr {
    font-size: 42px !important; }
  .admire-subtitle02 {
    font-size: 22px; }
  .event-block {
    padding: 14px 0; }
  .event-title {
    font-size: 48px !important; }
  .event .event-date {
    font-size: 20px;
    padding: 18px 0;
    display: inline-block; }
  .event .event-caption {
    font-size: 24px !important; }
  .event .event-subtitle {
    padding: 40px 30px;
    font-size: 22px; }
  .event p {
    font-size: 18px;
    padding: 0 0 9px 0;
    line-height: 1.5; }
  .event .event-country {
    font-size: 20px;
    padding: 9px 0 0 0; }
  .album-wrap .album-title {
    font-size: 48px !important; }
  .album-wrap .album-subtitle {
    padding: 40px 0;
    font-size: 22px; }
  .album-wrap p {
    font-size: 16px;
    padding: 0; }
  .media-title {
    font-size: 48px !important; }
  .media-subtitle {
    font-size: 22px;
    padding: 40px 0; }
  .photos-title {
    font-size: 48px !important; }
  .fan-page-title {
    font-size: 48px !important; }
  .fan-title {
    font-size: 42px !important; }
  .contact-title {
    font-size: 48px !important; }
  .contact-subtitle {
    font-size: 22px;
    padding: 40px 0 !important; }
  .photos-wrap li:nth-child(3) {
    margin-left: 0;
    margin-right: 0; }
  .photos-wrap li:last-child {
    margin: -42px 0 0 124px; }
  .img-rotation {
    margin: -138px 0 0 238px; }
  .img-rotation li {
    margin-left: -32px; }
  .img-rotation li:first-child {
    margin: -20px 110px 0 94px; }
  .rotation-wrap {
    padding: 0 0 0 38px; }
  .object-fit-container {
    position: inherit;
    width: 100%; }
  .img-wrap-right {
    position: inherit;
    width: 100%; }
  .btn-default {
    font-size: 16px;
    padding: 10px 18px !important; }
  .btn-subscribe {
    font-size: 16px;
    padding: 10px 18px !important; }
  .subscribe-title {
    font-size: 48px !important; } }

/* 
   Screens less than 768px
   ----------------------- */
@media (max-width: 768px) {
  .slick-dots {
    bottom: 40px; }
  .hero-title,
  .hero-text {
    font-size: 40px; }
  .hero-text {
    margin-top: -38px; }
  .hero-title:before,
  .hero-title:after {
    display: none; }
  .hero-block {
    border: none; }
  .slide-img-title {
    top: 75%; }
  .img-wrap-left {
    position: inherit;
    width: 100%; }
  .img-wrap-left img {
    width: 100%; }
  .testimonial-title {
    font-size: 28px !important; }
  .testimonial-space {
    padding: 80px 0; }
    .testimonial-space .slick-dots {
      bottom: -20px; }
  .flaticon-left::before {
    font-size: 58px; }
  .btn-danger {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .btn-warning {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .object-fit-container {
    position: inherit;
    width: 100%; }
  .img-wrap-right {
    position: inherit;
    width: 100%; }
  .btn-success {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .btn-primary {
    font-size: 16px;
    padding: 12px 26px;
    margin: 0 0 10px 0; }
  .photos-wrap {
    padding: 66px 0 0 0; }
    .photos-wrap li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 45%;
      margin: 0 5% 0px 0;
      height: auto; }
      .photos-wrap li:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
        margin-top: 0; }
    .photos-wrap img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 112%; }
  .photos-wrap li:nth-child(3) {
    margin-right: 5%; }
  .img-rotation {
    margin: 0; }
    .img-rotation ul {
      margin: 0;
      padding: 0; }
    .img-rotation li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: 45%;
      margin: 0 5% 0 0 !important;
      height: auto; }
    .img-rotation img {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 112%; }
  .event-wrap {
    text-align: center; }
    .event-wrap .event-country {
      text-align: center; }
    .event-wrap .event-city {
      text-align: center; }
  .btn-info {
    margin-bottom: 28px; }
  .audio-play-btn {
    margin: 0 auto;
    display: block; }
  .audio-title {
    text-align: center; }
  .fan-title {
    font-size: 28px !important;
    padding: 0 8px !important; }
  .fan-slide span {
    font-size: 16px; }
  .slider-wrap {
    padding: 80px 0px; }
  .section-padding {
    padding: 76px 0; }
  .form-primary {
    font-size: 14px; }
  .form-width {
    font-size: 14px; }
  .form-password {
    font-size: 14px; }
  .form-subscribe {
    font-size: 14px; }
  .event-subcaption {
    padding: 6px 0 !important; }
  .event-city {
    padding: 6px 0 !important; }
  .feed-set {
    padding: 0 0 56px 0; }
  .contact-form {
    width: 80%; } }

/* 
   Screens less than 480px
   ----------------------- */
@media (max-width: 480px) {
  h2 {
    font-size: 30px !important; }
  p {
    font-size: 18px !important; }
  legend,
  .legend {
    font-size: 50px; }
  .team-wrap .team-title {
    font-size: 34px !important; }
  .hero-wrap {
    padding: 130px 16px 0; }
  .slider-wrap {
    padding: 0; }
  .section-padding {
    padding: 60px 0; }
  .band-wrap {
    text-align: center; }
  .admire-block {
    text-align: center;
    padding: 42px 24px; }
    .admire-block p {
      padding: 8px 0; }
  .admire-block .admire-title {
    font-size: 26px !important; }
  .admire-title-clr {
    font-size: 26px !important; }
  .album-play-button {
    top: 35%;
    left: 35%; }
  .album-play-button::before {
    font-size: 70px; }
  .testimonial-title::before {
    left: 38%; }
  .event-block {
    text-align: center; }
  .audio-play-btn {
    text-align: center; }
  .audio-title {
    text-align: center; }
  .audio-wrap {
    padding: 32px 0; }
  .tabset-left {
    padding: 0 24px;
    font-size: 16px; }
  .tabset-right {
    padding: 0 24px;
    font-size: 16px; }
  .photos-wrap {
    padding: 60px 0 0 0; }
    .photos-wrap li {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      min-width: 100%; }
    .photos-wrap img {
      min-width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .img-rotation ul {
    margin: 0;
    padding: 0; }
  .img-rotation li {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 90%; }
  .img-rotation img {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .background-bg-06 .event-title {
    font-size: 34px !important; }
  .section-title {
    font-size: 34px !important; }
  .event-title {
    font-size: 34px !important; }
  .event-title span::after {
    border-bottom: 6px solid #05c7f2;
    bottom: -6px; }
  .album-wrap .album-title {
    font-size: 34px !important; }
  .album-title span::after {
    border-bottom: 6px solid #05c7f2;
    bottom: -6px; }
  .media-title {
    font-size: 34px !important; }
  .media-title span::after {
    border-bottom: 6px solid #19e68c;
    bottom: -6px; }
  .photos-title {
    font-size: 34px !important; }
  .photos-title span::after {
    border-bottom: 6px solid #afb3bb;
    bottom: -6px; }
  .fan-page-title {
    font-size: 34px !important; }
  .fan-page-title span::after {
    border-bottom: 6px solid #bbb1d7;
    bottom: -6px; }
  .hello-page-title {
    font-size: 34px !important; }
  .hello-page-title span::after {
    border-bottom: 6px solid #bcc8f0;
    bottom: -6px; }
  .contact-title {
    font-size: 34px !important; }
  .contact-title span::after {
    border-bottom: 6px solid #bcc8f0;
    bottom: -6px; }
  .subscribe-title {
    font-size: 34px !important; }
  .subscribe-title span::after {
    border-bottom: 6px solid #d09db0;
    bottom: -6px; }
  .form-width {
    width: 100% !important;
    border-right: 4px solid #577cf7 !important;
    font-size: 14px;
    padding: 22px 10px; }
    .form-width .img-rotation li img {
      width: 100%; }
  .form-comments {
    font-size: 14px;
    padding: 12px 10px; }
  .form-primary {
    border-bottom: 0 !important; }
  .form-password {
    font-size: 14px;
    padding: 22px 10px; }
  .btn-default {
    font-size: 16px !important;
    width: 100%; }
  .flaticon-sm-shape::before {
    font-size: 16px;
    padding: 14px 14px; }
  .form-subscribe {
    width: 100%;
    border-right: 4px solid #fff !important; }
  .fan-slide span {
    padding: 10px 0 64px 0; }
  .contact-form {
    width: 100%; }
  .social-icons ul li {
    padding: 0 4px; }
  .form-single {
    border-right: 4px solid #F87474 !important; } }

/*# sourceMappingURL=style.css.map */