@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. INTERVIEWS
    16. RESPONSIVE STYLES 
    
    ----------------------------------------------------*/
/* ==========================================================================
   1. GLOBAL STYLES
   ========================================================================== */
body {
    font-family: "Playfair Display", serif;
}
h2, h3 {
    font-family: "Montserrat", sans-serif;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 26px;
}
h6 {
    font-size: 20px;
}
p {
    font-size: 20px;
    line-height: 2;
}
hr { 
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
	border-color:#B1CFB0;
} 
.tiny-text{
	font-size: 12px;
}
.pt-0 {
    padding-top: 0 !important;
}
.mb-5 {
    margin-bottom: 50px !important;
}
.pa-0 {
    padding: 0 !important;
}
.text {
    font-size: 19px;
    margin-bottom: 15px;
}
.center {
    margin: auto;
}

.skinnyfm {
	list-style-type: none;
	font-size:20px;
}
.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;
}
.btn-wrap {
    display: block;
    text-align: center;
    margin: 23px 0;
}
.btn-default {
    background: #4e75f8;
    color: #fff;
    border-radius: 30px;
    padding: 17px 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: #F6981A;
    border: none;
    padding: 17px 48px;
    font-size: 20px;
    font-weight: 700;
}
.btn-primary:hover {
    color: #fff;
    background-color: #F6981A;
    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: 17px 48px;
    font-size: 20px;
    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: #A73B21;
    border: none;
    color: #fff;
    padding: 17px 48px;
    font-size: 20px;
    font-weight: 700;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:focus:active {
    color: #fff;
    background-color: #81838F;
    border-color: #81838F;
}
.btn-warning {
    border-radius: 30px;
    background-color: #f8cd28;
    border: none;
    padding: 17px 48px;
    font-size: 20px;
    font-weight: 700;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:focus:active {
    color: #fff;
    background-color: #FAD95A;
    border-color: #FAD95A;
}
.btn-strange {
    border-radius: 30px;
    background-color: #405F5A;
    color: #fff;
    border: none;
    padding: 17px 48px;
    font-size: 20px;
    font-weight: 700;
}
.btn-strange:hover, .btn-strange:focus, .btn-strange:active, .btn-strange:focus:active {
    color: #fff;
    background-color: #697D7A;
    border-color: #697D7A;
}
.btn-sm {
    padding: 12px 40px;
    font-size: 14px;
}
.btn-xs {
    padding: 8px 20px;
    font-size: 12px;
}
.album-wrap .page-title {
    font-size: 48px;
	text-align:center;
	font-weight:bold;
}

@media (min-width: 767px) {
.btn + .btn {
    margin-left: 20px;
}
}
.m-b-20 {
    margin-bottom: 20px;
}
/*Alerts*/
.alert {
    padding: 20px 25px;
    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: 17px 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: 205px;
    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: 25px 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: #010860;
    background: rgba(1, 8, 96, 0.9);
    z-index: 2000;
}
.loading-text {
    color: #6F71B9;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    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: #01CA60;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
    -webkit-animation: sound 0ms -800ms linear infinite alternate;
    animation: sound 0ms -800ms linear infinite alternate;
}
 @-webkit-keyframes sound {
 0% {
 opacity: .35;
 height: 3px;
}
 100% {
 opacity: 1;
 height: 28px;
}
}
 @keyframes sound {
 0% {
 opacity: .35;
 height: 3px;
}
 100% {
 opacity: 1;
 height: 28px;
}
}
.bar:nth-child(1) {
    left: 1px;
    -webkit-animation-duration: 406ms;
    animation-duration: 443ms;
}
.bar:nth-child(2) {
    left: 5px;
    -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: 13px;
    -webkit-animation-duration: 498ms;
    animation-duration: 415ms;
}
.bar:nth-child(5) {
    left: 17px;
    -webkit-animation-duration: 437ms;
    animation-duration: 413ms;
}
.bar:nth-child(6) {
    left: 21px;
    -webkit-animation-duration: 448ms;
    animation-duration: 455ms;
}
.bar:nth-child(7) {
    left: 25px;
    -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: 33px;
    -webkit-animation-duration: 491ms;
    animation-duration: 420ms;
}
.bar:nth-child(10) {
    left: 37px;
    -webkit-animation-duration: 471ms;
    animation-duration: 412ms;
}
/*404*/
.page-not-found, .coming-soon, .countdown-page {
    background: url(../images/green_back_1600x1067.jpeg) 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: 15px;
}
.coming-soon {
    background: url(../images/green_back_1600x1067.jpeg) no-repeat center center;
    background-size: cover;
}
.countdown-page {
    background: url(../images/green_back_1600x1067.jpeg) 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 15px;
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    list-style: none;
}

@media (max-width: 767px) {
#countdown li {
    min-width: 170px;
}
}
#countdown li span {
    font-size: 80px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.0;
    position: relative;
    font-family: 'Helvetica', Arial, 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: 15px;
}
.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: 3px;
}
.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: 15px 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: 5px 0;
}
.navbar-default .navbar-nav li > a {
    color: #fff;
    font-size: 14px;
    padding: 15px;
    font-weight: 500;
}
.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
    color: #01CA60;
}
.navbar-default .navbar-nav li > a:active {
    color: #01CA60;
}
.navbar-default .navbar-nav .open > a,  .navbar-default .navbar-nav .open > a:hover,  .navbar-default .navbar-nav .open > a:focus {
    color: #00BA5F;
    background-color: transparent;
    border: none;
}
.menu-is-scrolling {
    background: rgba(26, 62, 22, 0.94);
    padding: 5px 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: 17px 15px;
}
.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: 21px;
    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.5px;
}
.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: #000;
    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/IMG_5385_1600x1067.png)no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 767px) {
.slider-bg {
     background: url(../images/douglasLeeSaumWithGuitar_800x534.png) no-repeat;
	background-size: cover;
    background-attachment: scroll;
}
}

@media (max-width: 416px) {
.slider-bg {
     background: url(../images/douglasLeeSaumWithGuitar_400x602.png) no-repeat;
	background-size: cover;
    background-attachment: scroll;
}
	
}
.slider-bg-alt {
    background: url(../images/douglasLeeSaumWithGuitar_1600x1067.png) 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: 25px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    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: 3px;
    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: 25px;
    left: 20%;
}
.hero-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 90px;
    color: #FFF;
    font-family: "Playfair Display", serif;
    line-height: 2;
    z-index: 10;
}
.no-overflow {
    overflow-x: hidden;
    padding-top: 75px;
}
.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: 55px;
    width: 600px;
}
.hero-title:before {
    right: 100%;
    margin-right: 15px;
}
.hero-title-fit:after {
    left: 100%;
}
.hero-title:after {
    left: 100%;
    margin-left: 15px;
}
.hero-block .attr {
    position: relative;
    top: -45px;
    font-size: 20px;
    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: #3E581D;
    border-bottom: 10px solid #90CA58;
    display: inline-block;
    padding: 45px 0 4px 0;
    font-weight: 700;
}
.band-wrap .section-subtitle {
    padding: 14px 20px 24px 0;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.5;
}
.band-wrap .section-subtitle-thin {
    font-size: 23px;
    padding: 0 18px 0 0;
}
/* ==========================================================================
   5. OUR TEAM
   ========================================================================== */
.team {
    background-image: url(../images/backgroung-bg-02.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: -13px;
}
.team-subtitle {
    color: #fff;
    text-align: center;
    padding: 65px 122px;
    font-size: 31px;
    line-height: 1.6;
    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 15px;
}
.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: bold;
}
.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 5px;
}
.social-icons.team-social .flaticon-sm-shape::before {
    padding: 12px;
}

@media (max-width: 767px) {
.team-modal-img {
    min-width: 100%;
}
.team-popup-desc {
    padding: 25px;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
.white-popup {
    margin: 30px 25px;
}
}
/* ==========================================================================
   6. FEATURED ALBUM
   ========================================================================== */
.admire {
    position: relative;
}
.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: #A73B21;
    font-weight: 800;
    margin-top: 0;
}
.admire-subtitle {
    font-size: 20px;
    color: #BF5548;
    padding: 0;
}
.star-review {
    padding: 0 4px;
    margin: 0;
    display: inline-block;
}
.star-review li {
    list-style: none;
    float: left;
    padding: 0 5px 0 0;
    color: #f8cd28;
}
.star-review li:last-child {
    color: #ddd;
}
.flaticon-favorite::before {
    margin: 0;
}
.admire-subtitle02 {
    padding: 30px 16px 30px 0;
}
.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: #A19A25;
    font-weight: 800;
}
.admire-subtitle-clr {
    font-size: 20px;
    color: #A19A25;
    padding: 0;
}
/*AlBUM SINGLE*/
.album_single {
    background: url("../images/IMG_5417.png") 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: 17px 0;
}
.album_playlist_title {
    display: inline-block;
}
.album_playlist_title p {
    line-height: 1.5;
}
.album_playlist_title span {
    margin-top: 7px;
    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: 30px !important;
    text-align: center;
    display: block;
    padding: 10px 0 0 0;
    font-weight: 400;
    border: none;
    font-family: "Playfair Display", serif;
    line-height: 1.6;
}
.flaticon-quote::before {
    text-align: center;
    font-size: 70px;
    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/background-bg-04.jpg) repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 767px) {
.event {
    background-attachment: scroll;
}
}
/* Sub Page Header */
.event_header {
    background: url(../images/background-bg-04.jpg) repeat center center;
    background-size: cover;
}
.event-title {
    color: #ffce80;
    text-align: center;
    font-weight: 700;
}
.event-title span {
    position: relative;
}
.event-title span::after {
    border-bottom: 10px solid #ffce80;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -13px;
}
.event-subtitle {
    color: #fff;
    text-align: center;
    padding: 65px 122px;
    font-size: 31px;
    line-height: 1.6;
    font-weight: 700;
}
.event-date {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    /*padding: 10px 0;*/
    font-family: "Montserrat", sans-serif;
}
.light .event-date {
    color: #802bb1;
}
.event-caption {
    color: #ffce80;
    font-size: 18px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.light .event-caption {
    color: #333;
}
.event-subcaption {
    color: #646656;
    font-size: 18px;
}
.event-country {
    color: #fff;
    text-align: right;
    font-size: 18px;
    display: block;
}
.light .event-country {
    color: #A73B21;
}
.event-city {
    color: #908e96;
    font-size: 16px;
    text-align: right;
}
.event-block {
    border-top: 2px solid rgba(89, 86, 100, 0.55);
    padding: 33px 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: #ececec;
    position: relative;
    overflow: hidden;
}
.album-title {
    color: #434248;
    text-align: center;
    font-weight: 700;
}
.album-title span {
    position: relative;
}
.album-title span::after {
    border-bottom: 10px solid #bababb;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -13px;
}
.album-wrap {
    padding: 0 30px;
}
.album-wrap .slick-prev:before,  .album-wrap .slick-next:before {
    font-family: 'slick';
    font-size: 31px;
    line-height: 1;
    opacity: .75;
    color: #434248;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.album-subtitle {
    color: #434248;
    text-align: center;
    padding: 65px 122px;
    font-weight: 700;
    font-size: 31px;
    line-height: 1.6;
}
.album-slide {
    text-decoration: none !important;
    outline: none !important;
}
.album-block {
    background: #fff;
    padding: 15px 20px 10px;
    font-size: 25px;
}
.album-block .album-block-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}
.album-block .album-block-subtitle {
    font-size: 16px;
    color: #808080;
}
.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: 600;
}
.flaticon-shapes:before {
    font-size: 26px;
}
/*Apple 3D Hover Effect*/
.atvImg {
    width: 100%;
    height: 330px;
}

@media (max-width: 992px) {
.album-block {
    margin-bottom: 50px;
}
}
/* ==========================================================================
   10. MEDIA
   ========================================================================== */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.our-media {
    background-color: #ECECEC;
}

@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: -13px;
}
.media-subtitle {
    color: #fff;
    text-align: center;
    padding: 65px 122px;
    font-weight: 700;
    font-size: 31px;
    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: #526DC6;
    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: #526DC6;
}
.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: #526DC6;
    border-radius: 0 40px 40px 0;
    padding: 0 50px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.tabset-right a {
    color: #fff;
    border: none;
}
.light .tabset-right {
    background: #C68952;
}
.nav-tabs > li > a {
    border: none;
}
.nav-tabs > li > a:hover {
    background: none;
    border: none;
	text-decoration:underline;
}
.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: #404040;
    text-align: left;
}
.audio-title p {
    color: #a89fb1;
    font-size: 18px;
    font-weight: normal;
}
.light .audio-title {
    color: #333;
    font-weight: bold;
}
.audio-buy .btn-defualt {
    background: #C2E0B0;
    color: #433f52;
    border-radius: 30px;
    font-weight: 800;
    padding: 10px 15px;
    font-size: 15px;
    margin: 20px 0 0 0;
    font-family: "Montserrat", sans-serif;
}
.audio-buy :hover {
    background: #89ABCD;
    color: #433f52;
}
.sound-cloud iframe {
    width: 100%;
    margin: 78px 0 0 0;
    height: 166px;
    border: none;
}

.video-wrap-simple {
    display: inline-block;
	margin:auto;
}

.video-wrap {
    display: inline-block;
    margin: 65px 0 15px;
}
.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
   ========================================================================== */
.photo-in-text {
    float: left;
    padding-right: 10px;
}
@media (max-width: 767px) {
.photo-in-text {
    width:250px;
}
}
@media (max-width: 480px) {
.photo-in-text {
    width:200px;
}
}
.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: -13px;
}
.rotation-wrap {
    padding: 0 0 0 41px;
}
.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 107px 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 123px 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 105px;
}
/* ==========================================================================
   12. FAN PAGE
   ========================================================================== */
.our-clients {
    background: url(../images/background-bg-06.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: -13px;
}
.fan-slide {
    font-family: "Playfair Display", 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: 25px;
    font-weight: 700;
    padding: 21px 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 13px;
}
.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: -13px;
}
.contact-subtitle {
    color: #434248;
    text-align: center;
    padding: 65px 159px;
    font-weight: 700;
    font-size: 31px;
    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: 13px 22px;
    border: 3px 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: 3px solid #577cf7;
    border-right: 3px solid #577cf7;
    border-bottom: 3px 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/background-bg-07.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: -13px;
}
.subscribe-email {
    padding: 74px 0 0;
}
.form-subscribe {
    background: none;
    width: 50%;
    float: left;
    border-radius: 0;
    padding: 13px 22px;
    border: 3px 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: #000;
}
 .subscribe-block .form-control.has-error:-ms-input-placeholder {
 color: #000;
}
 .subscribe-block .form-control.has-error::-moz-placeholder {
 color: #000;
}
.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: #366199;
}
.shape2::before {
    background: #0f96cc;
}
.shape3::before {
    background: #316198;
}
.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: 65px 0 80px;
    background: #f8f8f8;
}
/* ==========================================================================
   15. BLOG & INTERVIEWS & Bio
   ========================================================================== */

.blog {
    background: url(../images/Hazelwood.png);
/*background-size: cover;*/ }
.blog1 {
    background: url(../images/background-bg-07.jpg);
    background-size: cover;
}
.intro {
    background: url(../images/background-bg-green_celtic.jpg);
    background-size: cover;
}
.intro-single {
    background: url(../images/background-bg-07.jpg);
    background-size: cover;
}
.bio {
    background: url(../images/theSymbolicGate_1600x900.png);
    background-size: cover;
}
.bio-single {
    background: url(../images/IMG_5417.png);
    background-size: cover;
}
.events {
    background: url(../images/LivePerformance_1600x936.png);
    background-size: cover;
}
.events-single {
    background: url(../images/IMG_5417.png);
    background-size: cover;
}
.interviews {
    background: url(../images/yeats_portraits_1600x900.png);
    background-size: cover;
}
.interviews-single {
    background: url(../images/yeats_portraits_1600x900.png);
    background-size: cover;
}
.press {
    background: url(../images/Hazelwood.png)no-repeat;
    background-size: cover;
}
.press-single {
    background: url(../images/Hazelwood.png)no-repeat;
    background-size: cover;
}
.publications {
    background: url(../images/GlenCarWaterfall_1152x2048.png)no-repeat;
    background-size: cover;
}
.publications-single {
    background: url(../images/GlenCarWaterfall_1152x2048.png)no-repeat;
    background-size: cover;
}
.music {
    background: url(../images/background_celtic_1.png) no-repeat;
    background--size: 100%;
    background-color: #ECECEC;
}
.music-single {
    background: url(../images/IMG_5385.png);
    background-size: cover;
}
.widget h2 {
    font-size: 20px;
    text-decoration: underline;
}
.linkcat h2 {
    font-size: 20px;
    text-decoration: underline;
}
.subpage-wrap {
    padding: 136px 0 129px 0;
    width: 49%;
    text-align: center;
    margin: auto;
}
.subpage-wrap .subpage-tilte {
    color: #fff;
    font-family: "Playfair Display", 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: 21px;
    font-family: "Playfair Display", serif;
    color: #fff;
    display: block;
    margin-top: 30px;
}
/* FEATURED_BLOG */
.blog-featured {
    background: #ececec;
}
.blog-featured .blog-title-wrap {
    font-size: 24px;
    font-weight: 700;
    margin: -85px 0 60px 0;
}
.blog-featured .blog-title-wrap .blog-content {
    color: #e23c8a;
    background: #fff;
    padding: 0;
    display: inline;
    -webkit-box-shadow: 0px 4px 0 15px #FFF;
    box-shadow: 0px 4px 0 15px #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: #000;
    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: 13px 30px;
    -moz-box-shadow: -12px -12px #dfdfdf;
    -webkit-box-shadow: -12px -12px #dfdfdf;
    box-shadow: -12px -12px #dfdfdf;
    color: #000;
    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: 25px !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-single-wrap {
    background: #ececec;
}
.blog-single-wrap .blog-description {
    background: #ececec;
    padding: 10px 5px;
    margin: -105px -15px 0 -15px;
}
.blog-single-wrap .blog-description .blog-single-topic {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.blog-single-wrap .blog-description p {
    font-size: 18px;
    margin: 15px 0;
}
}
/* 
   BLOG SINGLE
   ---------- */
.blog-single {
    background: url(../images/blog-single.jpg);
    background-size: cover;
}
.blog-single1 {
    background: url(../images/background-bg-07.jpg);
    background-size: cover;
}
.blog-single-block {
    width: 77%;
    padding: 251px 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;
}

/*homepage opening*/
.homepage-opening-block {
    width: 77%;
    padding: 551px 0 238px 0;
}

@media (max-width: 767px) {
.homepage-opening-block {
    padding: 400px 0 150px 0;
}
}

@media (max-width: 412px) {
.homepage-opening-block {
    padding: 400px 0 150px 0;
}
	.album-wrap .page-title {
    font-size: 16px;
	text-align:center;
}
}
.homepage-opening-block span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 14px 0 0 0;
    font-family: "Montserrat", sans-serif;
}
.homepage-opening-block p {
    color: #fff;
}
/*end homepage opening*/

.blog-single-wrap {
    background: #ececec;
}
.blog-single-wrap .blog-description {
    background: #fff;
    padding: 10px 62px;
    margin: -105px 0 0 0;
}
.blog-single-wrap .blog-description .blog-single-topic {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.blog-single-wrap .blog-description p {
    font-size: 20px;
    margin: 15px 0;
}

.single-share-btn {
    display: inline-block;
    text-align: center;
    margin: 0 0 0 135px;
}
.single-share-btn li {
    list-style: none;
    display: inline-block;
}
.single-share-btn .share-btn {
    float: left;
    list-style: none;
    background: #2652a2;
    padding: 11px 25px 11px 0;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    margin: 0 32px 0 0;
    border-radius: 3px;
    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: 5px;
}
.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: 85px;
}
.comments .comment-wrap img {
    display: inline-block;
    margin: 0;
}
.comments .comment-wrap .comment-comment {
    background: #fff;
    width: 91%;
    display: inline-block;
    float: right;
    padding: 21px 18px 21px 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: 21px 18px 21px 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: 21px 18px 21px 64px;
}
.comment-comment {
    padding: 21px 18px 21px 128px;
}
}

@media (max-width: 992px) {
.single-share-btn {
    margin: 0 0 0 17px;
}
}

@media (max-width: 768px) {
.comment-wrap-single .reply {
    padding: 21px 18px 21px 74px;
}
}

@media (max-width: 480px) {
.comments .comment-wrap img {
    display: block;
    margin: 0 auto;
}
	
.comments .comment-wrap .comment-comment {
    padding: 130px 18px 21px 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 21px 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: 11px 10px;
}
.single-share-btn .share-fb a {
    font-size: 14px;
}
.share-fb::before {
    padding: 0 15px 0 -1px;
}
.share-twitter::before {
    padding: 0 15px 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: -25px;
    right: 0;
    background: #333;
    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: 145px;
    flex-basis: 145px;
}
.jp-toggles.flex-item {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
}
.jp-volume-controls.flex-item {
    -ms-flex-preferred-size: 155px;
    flex-basis: 155px;
}
.jp-audio, .jp-audio-stream, .jp-video {
    background: rgba(0, 0, 0, 0.95);
    padding: 15px;
    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: 600;
    -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 5px;
}
.jp-interface .jp-controls .jp-play i, .jp-interface .jp-controls .jp-previous i, .jp-interface .jp-controls .jp-next i {
    font-size: 23px;
    color: #FFF;
}
.jp-interface .jp-controls .jp-play {
    border: solid 3px #FFF;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    margin: 0 10px;
}
.jp-interface .jp-controls .jp-play i {
    padding-left: 5px;
    padding-top: 5px;
}
.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: 5px;
}
.jp-seek-bar, .jp-volume-bar {
    cursor: pointer;
    background-color: #2b2b2b;
    border-radius: 5px;
}
.jp-play-bar {
    float: left;
    position: relative;
    background-color: #00c85f;
    border-radius: 5px;
    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: -5px;
    right: -7px;
    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: -3px;
}
.jp-time-holder .jp-duration {
    position: absolute;
    right: 0;
    top: -3px;
}
/* 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: 145px;
}
.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 3px;
}
.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: 5px;
}
.jp-state-no-volume .jp-volume-controls {
    display: none;
}
/* Playlist  */
.jp-playlist {
    position: absolute;
    right: 65px;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 25px;
    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 2px;
}
.jp-progress .bullet {
    right: -10px;
}
.jp-volume-controls.flex-item {
    -ms-flex-preferred-size: 33px;
    flex-basis: 33px;
}
.jp-progress {
    margin: 0;
}
.jp-interface .jp-controls .jp-play {
    margin: 0 3px;
}
.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: 3px;
    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: -55px;
    font-size: 52px;
}

.hero-text {
    font-size: 52px;
    margin-top: -55px;
}
.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 83px;
}
.img-rotation li:last-child {
    margin: -20px 0px 0 80px;
}
.rotation-wrap {
    padding: 0 0 0 32px;
}
.btn-danger {
    padding: 16px 33px;
}
.btn-warning {
    padding: 16px 33px;
}
.btn-success {
    padding: 16px 33px;
}
.btn-primary {
    padding: 16px 33px;
}
.btn-default {
    padding: 16px 33px;
}
.btn-subscribe {
    padding: 16px 33px;
}
.circle-listing ul li {
    padding: 0 5px;
}
}

/* 
   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: 21px;
    padding: 40px 0;
}
.slide-img-title span {
    font-size: 20px;
}
.admire-block .admire-title {
    font-size: 41px !important;
}
.admire-block p {
    font-size: 21px;
    padding: 40px 0;
}
.testimonial-title {
    font-size: 41px !important;
    padding: 0;
}
.testimonial-space {
    padding: 120px 0;
}
.admire-title-clr {
    font-size: 41px !important;
}
.admire-subtitle02 {
    font-size: 21px;
}
.event-block {
    padding: 14px 0;
}
.event-title {
    font-size: 48px !important;
}
.event .event-date {
    font-size: 18px;
    padding: 18px 0;
    display: inline-block;
}
.event .event-caption {
    font-size: 18px !important;
}
.event .event-subtitle {
    padding: 40px 30px;
    font-size: 21px;
}
.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: 21px;
}
.album-wrap p {
    font-size: 16px;
    padding: 0;
}
.media-title {
    font-size: 48px !important;
}
.media-subtitle {
    font-size: 21px;
    padding: 40px 0;
}
.photos-title {
    font-size: 48px !important;
}
.fan-page-title {
    font-size: 48px !important;
}
.fan-title {
    font-size: 41px !important;
}
.contact-title {
    font-size: 48px !important;
}
.contact-subtitle {
    font-size: 21px;
    padding: 40px 0 !important;
}
.photos-wrap li:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
}
.photos-wrap li:last-child {
    margin: -41px 0 0 123px;
}
.img-rotation {
    margin: -138px 0 0 237px;
}
.img-rotation li {
    margin-left: -32px;
}
.img-rotation li:first-child {
    margin: -20px 110px 0 93px;
}
.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;
}

.skinnyfm {
	list-style-type: none;
	font-size:20px;
	margin-left: -35px;
	margin-right: 5px;
}	
	h2 {font-size: 18px;}
	h5 {font-size: 18px;}	
	.album-wrap .page-title {
    font-size: 28px;
	text-align:center;
}
.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: 12px;
    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: 65px 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 55px 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 15px 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 #ffce80;
    bottom: -6px;
}
.album-wrap .album-title {
    font-size: 34px !important;
}
.album-title span::after {
    border-bottom: 6px solid #bababb;
    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: 3px 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: 15px !important;
    width: 100%;
}
.flaticon-sm-shape::before {
    font-size: 16px;
    padding: 14px 14px;
}
.form-subscribe {
    width: 100%;
    border-right: 3px 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: 3px solid #F87474 !important;
}
}

