/*
Theme Name: Musisi
Theme URI: http://musisi.themesawesome.com
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Text Domain: musisi
Description: Musisi is Band and Musician WordPress Theme
Tags: responsive-layout, custom-colors, custom-menu, featured-images, theme-options
Version: 1.3
License:      GNU General Public License V2
License URI:      license.txt
-----------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
    2a. Search Bar
    2b. Logo
    2c. Main Navigation
  3.  CONTENT
  4.  HOMEPAGE
    4a. Home Slider
    4b. Audio PLayer
    4c. Member Section
    4d. Featured Discography Section
    4e. Event Section
    4f. Gallery Section
    4g. Video Section
    4h. Latest News Section
  5.  ABOUT PAGE
  6.  VIDEO PAGE
  7.  GALLERY PAGE
    7a. Single Gallery
  8.  EVENT PAGE
  9. BLOG PAGE
    9a. Comment Section
    9b. Sidebar
  10. CONTACT PAGE
  11. FOOTER
    11a. Widget Footer
    12b. Copyright
-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: 'open_sansregular';
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'loveloblack';
    margin-bottom: 20px;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.11111;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.125;
}

h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.125;
}

h6 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
}

a {
    cursor: pointer;
    outline: none;
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    color: #e65454;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0;
}

p {
    margin: 0 0 20px;
    color: #333333;
    letter-spacing: 1px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

th,
td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #ddd;
    letter-spacing: 1px;
}

th {
    font-weight: bold;
    border-bottom: 2px solid;
    text-align: center;
}

*::-moz-selection {
    background: #000;
    color: #fff;
}

*::selection {
    background: #000;
    color: #fff;
}

button {
    background-image: none;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    margin: 1.5em 0;
    padding: 0;
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote:before {
    color: #999;
    content: "\f10d";
    font-size: 2em;
    margin-right: 0.4em;
}
blockquote p {
    font-family: 'open_sansregular';
    font-size: 20px;
    line-height: 32px;
    display: inline;
}

.bypostauthor {
    background: #ffffff;
}

.bypostauthor > .comment .comment-author cite:after {
    content: "post author";
    font-size: 14px;
    margin-left: 6px;
    color: #e65454;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

img.aligncenter,
img.alignnone {
    margin-bottom: 12px;
    margin: 0 auto;
}

img.alignleft {
    margin: 12px 24px 12px 0;
    margin: 10px 20px 10px 0;
}

img.alignright {
    margin: 12px 0 12px 24px;
    margin: 10px 0 10px 20px;
}

pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}

figure, select {
    max-width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    line-height: 2;
    color: #757575;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
}

.sticky .post-title:before {
    content: "Featured Post";
    padding: 10px 20px;
    color: #ffffff;
    background-color: #1bc0ea;
    float: right;
    position: relative;
    top: 0;
    z-index: 10;
    right: 0px;
    font-size: 12px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*custom base*/

input {
    width: 100%;
    height: 50px;
    background-color: #f0f0f0;
    border: none;
    padding: 0 15px;
}

textarea {
    width: 100%;
    background-color: #f0f0f0;
    border: none;
    padding: 15px;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 0;
}


/*button*/

.button {
    font-family: 'loveloblack';
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

a.button-normal {
    border: 1px solid #333;
}

.button-white {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.button-black {
    color: #ffffff;
    border: 1px solid #ffffff;
}

a.button-normal:hover {
    background-color: #e65454;
    border: 1px solid #e65454;
    color: #ffffff;
}

.button-white:hover {
    background-color: #e65454;
    border: 1px solid #e65454;
    color: #ffffff;
}

.button-black:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
}


/* padding */

.more-padding {
    padding: 80px 0;
}


/*overlay*/

.overlay {
    bottom: 0px;
    left: 0px;
    padding-top: 0px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
}

.overlay.dark {
    background: rgba(23, 25, 30, 0.6);
}


/* equal */

.equal-text {
    position: relative;
    padding: 0 100px;
}

.the-title-section.the-title-2 {
    position: relative;
    padding: 0 100px;
}

.equal-text .vertical-center {
    position: relative;
}

.equal-text-album {
    position: relative;
    padding: 0 100px;
}

.equal-text-album .vertical-center {
    position: relative;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#status {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(./img/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}


/*-----------------------------------------------------------------------------------*/
/*  2. HEADER
/*-----------------------------------------------------------------------------------*/

.site-header {
    background-color: #222;
    position: relative;
    z-index: 100;
}

.site-header.transparent {
    background-color: rgba(34, 34, 34, 0.7);
}

.header-wrapper {
    padding: 0 2%;
}


/*-----------------------------------------------------------------------------------*/
/*  2a. Search Bar
/*-----------------------------------------------------------------------------------*/

.search-bar-button {
    position: absolute;
    color: #fff;
    top: 0;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    width: 65px;
    height: 76px;
    text-align: center;
    line-height: 82px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search-bar-button:hover {
    background-color: #333;
}

.site-header.transparent .search-bar-button:hover {
    background-color: rgba(51, 51, 51, 0.5);
}

.search-bar,
.search-bar-wrapper {
    visibility: hidden;
    max-height: 0;
    height: 200px;
    transition: all .4s;
    -webkit-transition: all .4s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    overflow: hidden;
}

.search-bar-wrapper {
    background: #333;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-bar.show,
.show .search-bar-wrapper {
    max-height: 300px;
    visibility: visible;
}

.search-bar.show .search-align {
    height: auto;
    margin-top: 70px;
}

.search-align {
    height: 0;
    overflow: hidden;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.search-bar form {
    position: relative;
}

.search-bar input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #555;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    opacity: 0;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-bar.show input {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    transition: transform .6s ease, opacity .2s ease .2s;
    -webkit-transition: transform .6s ease, opacity .2s ease .2s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.search-bar button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    font-size: 24px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    opacity: 0;
}

.search-bar.show button {
    opacity: .5;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: transform .6s ease, opacity .2s ease .2s;
    -webkit-transition: transform .6s ease, opacity .2s ease .2s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.search-bar .search-bar-close {
    opacity: 0;
    font-size: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 200;
    color: #fff;
    cursor: pointer;
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
}

.search-bar.show .search-bar-close {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: transform .6s ease, opacity .2s ease .2s;
    -webkit-transition: transform .6s ease, opacity .2s ease .2s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}


/*-----------------------------------------------------------------------------------*/
/*  2b. Logo
/*-----------------------------------------------------------------------------------*/

.site-title {
    margin: 0;
    padding: 20px 0;
}
.site-title a {
    color: #ffffff;
}
.logo-image {
    height: 76px;
    display: table-cell;
    vertical-align: middle;
}


/*-----------------------------------------------------------------------------------*/
/*  2c. Main Navigation
/*-----------------------------------------------------------------------------------*/

.navigation {
    text-align: right;
    position: relative;
    z-index: 200;
}

#main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

#main-menu > ul {
    position: relative;
    display: inline-block;
    z-index: 500;
    margin-right: 100px;
}

#main-menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

#main-menu ul li a {
    display: block;
    text-decoration: none;
}

#main-menu > ul > li > a {
    font-family: 'loveloblack';
    font-size: 16px;
    padding: 30px 15px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#main-menu > ul > li:hover > a {
    color: #e65454;
}

#main-menu > ul > li.current-menu-item > a,
#main-menu > ul > li.current-menu-parent > a {
    color: #e65454;
}

#main-menu ul ul.children,
#main-menu ul ul.child,
#main-menu ul ul.sub-menu {
    position: absolute;
    text-align: left;
    left: -9999px;
    top: 85px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}

#main-menu ul ul ul {
    top: 37px;
    padding-left: 5px;
}

#main-menu ul ul li {
    position: relative;
}

#main-menu > ul > li:hover > ul {
    left: auto;
    top: 73px;
    opacity: 1;
}

#main-menu.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}

#main-menu ul ul li:hover > ul {
    left: 200px;
    top: 0px;
    opacity: 1;
    padding: 0;
    border-left: 1px solid #333;
}

#main-menu.align-right ul ul li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}

#main-menu ul ul li a {
    font-family: 'loveloblack';
    width: 200px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #222222;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

#main-menu ul ul li a:hover {
    color: #999999;
}

#main-menu.align-right ul ul li a {
    text-align: right;
}

#main-menu ul ul li:last-child > a,
#main-menu ul ul li.last > a {
    border-bottom: 0;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
}
#slide-buttons {
    color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 26px;
    border: none;
    font-size: 18px;
    padding: 0;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#slide-buttons:hover, #slide-buttons:focus, #slide-buttons.active, .c-menu__close:hover, .c-menu__close:focus, .c-menu__close.active {
    outline: 0;
}
.c-menu {
    position: fixed;
    z-index: 200;
    padding: 60px 20px;
    background-color: #333333;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.c-menu--slide-right {
    height: 100%;
}
.c-menu--slide-right {
    width: 350px;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.c-menu--slide-right.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.c-menu__close {
    color: #ffffff;
    border: none;
    font-size: 20px !important;
}
.logo-menu .logo-image {
    padding: 20px 0;
}
.c-menu--slide-right > ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.c-menu--slide-right > ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #222222;
    padding: 10px 0;
    cursor: pointer;
}
.c-menu--slide-right > ul li.menu-item-has-children:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    content: "\f107";
    top: 0px;
    right: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-left: 1px solid #222222;
    color: #ffffff;
}
.c-menu--slide-right > ul > li > ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding-left: 15px;
}
.c-menu--slide-right > ul > li > ul.sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.c-menu--slide-right > ul > li.menu-selected > ul.sub-menu {
    max-height: 100%;
    padding-top: 10px;
}
.c-menu--slide-right ul li a {
    font-family: 'loveloblack';
    font-size: 18px;
    color: #ffffff;
}
.c-menu--slide-right ul li a:hover {
    color: #e65454;
}
.slide-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.slide-overlay.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*-----------------------------------------------------------------------------------*/
/*  3. CONTENT
/*-----------------------------------------------------------------------------------*/

#content {
    padding: 80px 0;
}
.pagination {
    display: block;
}

/* Page Title */

.page-title {
    position: relative;
    padding: 100px 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title .title-wrap {
    color: #ffffff;
    position: relative;
    z-index: 30;
}

.page-title .title-wrap h1 {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.page-title .title-wrap p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}

.page-title.standard h1 {
    margin: 0;
}

.page-title .countdown-event {
    position: relative;
    margin-top: 60px;
    z-index: 100;
}


/*-----------------------------------------------------------------------------------*/
/*  4. HOMEPAGE 
/*-----------------------------------------------------------------------------------*/

.home-intro {
    position: relative;
}


/*-----------------------------------------------------------------------------------*/
/*  4a. Home Slider 
/*-----------------------------------------------------------------------------------*/

.home-slider {
    position: relative;
}

.slide-header {
    z-index: 30;
}

.slide-header h2 {
    color: #ffffff;
    font-size: 50px;
    font-size: 5rem;
}

.slide-header .desc,
.slide-header .desc {
    margin-bottom: 40px;
}

.slide-header .desc,
.slide-header .desc p {
    color: #ffffff;
}

.boxgallery > nav span::before, .boxgallery > nav span::after, .boxgallery > nav i::before, .boxgallery > nav i::after {
    color:  #999999;
}
.slide-link {
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  4b. Audio Player 
/*-----------------------------------------------------------------------------------*/

.home-audio {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
}
.home-audio .jp-controls button, .home-audio .jp-volume-controls button, .home-audio .jp-toggles button {
    text-indent: 1px;
    overflow: visible;
}
.home-audio .jp-previous, .home-audio .jp-next, .home-audio .jp-play, .jp-state-playing .jp-play:focus, 
.home-audio .jp-stop, .home-audio .jp-play-bar, .home-audio .jp-mute:focus, .home-audio .jp-volume-bar-value, 
.home-audio .jp-repeat, .home-audio .jp-state-looped .jp-repeat, .home-audio .jp-shuffle, .home-audio .jp-shuffle:focus {
    background-image: none;
    color: #ffffff;
}
.home-audio .jp-mute, .home-audio .jp-volume-max {
    background-image: none;
    color: #ffffff;
    margin-top: -4%;
    font-size: 18px;
}
.home-audio .jp-play-bar,  .home-audio .jp-volume-bar-value {
    background-color: #e65454;
}
.home-audio .jp-state-playing .jp-play:before {
    content:"\f04c";
    font-family:'FontAwesome';
    color:  #e65454;
}
.home-audio .jp-state-playing .jp-play i {
    display: none;
}
.home-audio .jp-play-bar {
    position: relative; 
}
.home-audio .jp-state-looped .jp-repeat:before {
    content: "\f01e";
    font-family:'FontAwesome';
    color:  #e65454;
}
.home-audio .jp-state-muted .jp-mute:before {
    content:"\f026";
    font-family:'FontAwesome';
    color:  #e65454;
    font-size: 18px;
}
.home-audio .jp-state-muted .jp-mute i {
    display: none;
}
.home-audio .jp-state-playing .jp-play:focus, .home-audio  .jp-stop:focus, .home-audio .jp-shuffle:focus {
    color: #e65454;
}
.home-audio .jp-audio, .home-audio .jp-audio-stream, .home-audio .jp-video{
    border: 0;
}
.home-audio .jp-audio .jp-interface {
    height: 120px;
}
.home-audio .jp-audio {
    position: relative;
    width: 100%;
    border: 0;
    background-color: rgba(51, 51, 51, 0.5);
}

.home-audio .jp-controls {
    position: absolute;
    left: 14%;
    bottom: 10%;
    padding: 20px 20px 0 5px;
}

.home-audio .jp-volume-controls {
    left: 35%;
    bottom: 30%;
    top: auto;
}

.home-audio .jp-audio .jp-type-playlist .jp-progress {
    left: auto;
    right: 10%;
    width: 75%;
    top: 50%;
    height: 5px;
}

.home-audio .jp-audio .jp-type-playlist .jp-toggles, .home-audio .jp-audio .jp-type-playlist .jp-time-holder {
    left: auto;
    right: 10%;
    top: 70%;
    color: #fff;
}
.home-audio .jp-audio .jp-type-playlist .jp-toggles {
    top: 20%;
}

.home-audio .jp-interface {
    background-color: rgba(34, 34, 34, 0.7);
}

.home-audio .jp-playlist ul {
    position: absolute;
    top: 15%;
    left: 15%;
    padding: 0;
}

.home-audio .jp-playlist li {
    display: none;    
    padding: 0;
    border: 0;
} 

.home-audio .jp-playlist .jp-playlist-current {
    display: block;
    padding-left: 0 !important;
}
.home-audio div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
    color: #ffffff;
    font-size: 15px;
}
.album-image-audio {
    position: relative;
        margin: 20px;
}
.album-image-audio .inner-img {
    position: absolute;
}

.home-audio iframe {
    height: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*  4c. Member Section 
/*-----------------------------------------------------------------------------------*/

.artist-section .member-wrap {
    margin-top: 40px;
}

.member-image {
    position: relative;
    overflow: hidden;
}

.member-image img {
    width: 100%;
}

.member-image .social-links {
    position: absolute;
    top: 0;
    left: -40px;
    height: 100%;
    background-color: #e65454;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.the-member:hover .social-links {
    left: 0px;
}

.member-image .social-links ul {
    list-style: none;
    padding: 10px;
}

.member-image .social-links li {
    margin: 10px 0;
}

.member-image .social-links li a {
    color: #ffffff;
}

.artist-section .the-member .member-detail {
    padding: 10px 15px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 15px solid #ebebeb;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.the-member:hover .member-detail {
    border-bottom-color: #e65454;
}

.member-detail .member-name {
    margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/*  4d. Featured Discography Section
/*-----------------------------------------------------------------------------------*/

.carousel-section {
    overflow: hidden;
}
.carousel-section .slidee {
    position: relative;
}

.carousel-section .album-gallery {
    background-color: #333333;
    float: left;
    width: 100%;
    max-width: 100%;
}

.album-desc {
    background-color: #222222;
    width: 30%;
    float: left;
}

.album-gallery {
    background-color: #333333;
    float: left;
    width: 70%
}

.the-title-section {
    overflow: hidden;
}

.album-detail {
    color: #ffffff;
    max-width: 100%;
}

.title-detail {
    position: relative;
}

.video-detail p {
    color: #ffffff;
}

.album-detail .desc-title, .gallery-detail .desc-title, .video-detail .desc-title {
    font-size: 50px;
    font-size: 5rem;
}

.album-detail .desc-button {
    margin-top: 30px;
}

.slidee {
    overflow: hidden;
    padding-left: 90px;
    padding-right: 90px;
    cursor: -webkit-grab;
}

.slidee .album-item {
    float: left;
    width: 500px;
    vertical-align: top;
    margin-top: 54px;
    margin-right: 50px;
}

.slidee .album-item .album-cover-wrap {
    position: relative;
    width: 500px;
}

.slidee .album-cover-wrap .album-info h3 {
    font-family: 'loveloblack';
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
}

.slidee .album-cover-wrap .album-info p {
    font-family: 'open_sansbold';
    letter-spacing: 0.05em;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.album-gallery .scrollbar {
    float: right;
    width: 100%;
    height: 24px;
    background-color: #555555;
    margin-top: 13px;
}

.album-gallery .scrollbar .handle {
    height: 24px;
    background: #e65454;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.discography .album-item-wrap {
    position: relative;
}

div.jp-type-playlist div.jp-playlist a:hover {
    color: #e65454;
}

.album-cover img {
    width: 100%;
    margin-bottom: 30px;
}

.discography .album-item-wrap .album-info,
.slidee .album-cover-wrap .album-info {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.discography .album-item-wrap .album-info h3.album-title,
.slidee .album-cover-wrap .album-info h3,
.discography .album-item-wrap .album-info p,
.slidee .album-cover-wrap .album-info p {
    position: absolute;
    color: #fff;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    transition: transform .6s ease-in-out, opacity .2s ease-in-out .2s;
    -webkit-transition: transform .6s ease-in-out, opacity .2s ease-in-out .2s;
}

.discography .album-item-wrap .album-info h3.album-title,
.slidee .album-cover-wrap .album-info h3 {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
}

.discography .album-item-wrap:hover .album-info h3.album-title,
.slidee .album-cover-wrap:hover .album-info h3 {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    transform: translateY(-80%);
}

.discography .album-item-wrap:hover .album-info h3.album-title,
.slidee .album-cover-wrap:hover .album-info h3,
.discography .album-item-wrap:hover .album-info p,
.slidee .album-cover-wrap:hover .album-info p {
    opacity: 1;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.discography .album-item-wrap .album-info p,
.slidee .album-cover-wrap .album-info p {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.discography .album-item-wrap:hover .album-info p,
.slidee .album-cover-wrap:hover .album-info p {
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
}

.discography .album-item-wrap .overlay,
.slidee .album-cover-wrap .overlay {
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.discography .album-item-wrap:hover .overlay,
.slidee .album-cover-wrap:hover .overlay {
    opacity: 1;
}

.single-album .album-details h2 {
    border-bottom: 5px solid #e65454;
    padding-bottom: 15px;
}

.single-album .album-details ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

.single-album .album-details ul li p {
    margin-bottom: 0;
    font-family: 'open_sansbold';
}

.single-album .jp-controls button, .single-album .jp-volume-controls button, .single-album .jp-toggles button {
    text-indent: 1px;
    overflow: visible;
    padding: 0;
}
.single-album .jp-previous, .single-album .jp-next, .single-album .jp-play, .jp-state-playing .jp-play:focus, 
.single-album .jp-stop, .single-album .jp-play-bar, .single-album .jp-mute:focus, .single-album .jp-volume-bar-value, 
.single-album .jp-repeat, .single-album .jp-state-looped .jp-repeat, .single-album .jp-shuffle, .single-album .jp-shuffle:focus {
    background-image: none;
    color: #222222;
}
.single-album .jp-mute, .single-album .jp-volume-max {
    background-image: none;
    color: #222222;
    margin-top: -4%;
    font-size: 18px;
}
.single-album .jp-play-bar,  .single-album .jp-volume-bar-value {
    background-color: #e65454;
}
.single-album .jp-state-playing .jp-play:before {
    content:"\f04c";
    font-family:'FontAwesome';
    color:  #e65454;
}
.single-album .jp-state-playing .jp-play i {
    display: none;
}
.single-album .jp-play-bar {
    position: relative; 
}
.single-album .jp-state-looped .jp-repeat:before {
    content: "\f01e";
    font-family:'FontAwesome';
    color:  #e65454;
}
.single-album .jp-state-muted .jp-mute:before {
    content:"\f026";
    font-family:'FontAwesome';
    color:  #e65454;
    font-size: 18px;
}
.single-album .jp-state-muted .jp-mute i {
    display: none;
}
.single-album .jp-state-playing .jp-play:focus, .single-album  .jp-stop:focus, .single-album .jp-shuffle:focus {
    color: #e65454;
}
.single-album .jp-audio, .single-album .jp-audio-stream, .single-album .jp-video{
    border: 0;
}
.single-album .jp-audio .jp-interface {
    height: 120px;
}
.single-album .jp-audio {
    width: 100%;
    border: 0;
    background-color: rgba(51, 51, 51, 0.5);
}

.single-album .jp-controls {
    position: absolute;
    left: 0;
    bottom: 10%;
    padding: 0;
}

.single-album .jp-volume-controls {
    left: 15%;
    bottom: 32%;
    top: auto;
}

.single-album .jp-audio .jp-type-playlist .jp-progress {
    left: auto;
    right: 0;
    width: 100%;
    top: 50%;
    height: 5px;
}

.single-album .jp-audio .jp-type-playlist .jp-toggles, .single-album .jp-audio .jp-type-playlist .jp-time-holder {
    left: auto;
    right: 0;
    top: 60%;
    color: #222222;
}
.single-album .jp-audio .jp-type-playlist .jp-toggles {
    top: 20%;
}

.single-album .jp-interface {
    background-color: #ffffff;
}
.single-album .jp-details, .single-album .jp-playlist {
    background-color: #ffffff;
    border: 0;
}
.single-album div.jp-type-playlist div.jp-playlist li {
    font-size: 14px;
    padding: 10px 0 10px 20px;
}
.single-album .jp-playlist ul {
    padding: 0;
}
.single-album div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    list-style: none;
    padding: 10px 0 10px 20px;
    color: #e65454;
    position: relative;
}
.single-album div.jp-type-playlist div.jp-playlist li.jp-playlist-current:before {
    content:"\f04b";
    font-family:'FontAwesome';
    position: absolute;
    left: 0;
}
.single-album div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
    color: #e65454;
}


/*-----------------------------------------------------------------------------------*/
/*  4e. Event Section 
/*-----------------------------------------------------------------------------------*/

.event-section {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.event-section.event-block {
    padding: 0;
}

.event-section .event-desc p {
    color: #ffffff;
}

.event-section .event {
    margin: 40px 0 0;
}

.event-section .event thead tr,
.event-section .event tbody tr {
    background-color: rgba(102, 102, 102, 0.6);
    color: #ffffff;
}

.event-section.upcoming-event .event tbody tr {
    background-color: rgba(62, 62, 62, 0.6);
}

.event-section .event a {
    color: #ffffff;
}


/*-----------------------------------------------------------------------------------*/
/*  4f. Gallery Section
/*-----------------------------------------------------------------------------------*/

.gallery-desc {
    background-color: #222222;
    width: 30%;
    float: left;
}

.photo-gallery {
    background-color: #333333;
    width: 70%;
    float: right;
}

.gallery-detail {
    color: #ffffff;
    max-width: 100%;
}

.gallery-detail .desc-title {
    color: #ffffff;
}

.gallery-detail .desc-button {
    margin-top: 30px;
}

.slidee {
    overflow: hidden;
    padding-left: 90px;
    padding-right: 90px;
    cursor: -webkit-grab;
}

.slidee .photo-item {
    float: left;
    width: 500px;
    vertical-align: top;
    margin-top: 54px;
    margin-right: 50px;
}

.slidee .photo-item .photo-cover-wrap {
    position: relative;
    width: 500px;
}

.slidee .photo-cover-wrap .photo-info h3 {
    font-family: 'loveloblack';
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
}

.slidee .photo-cover-wrap .photo-info p {
    font-family: 'open_sansbold';
    letter-spacing: 0.05em;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
}

.photo-gallery .scrollbar-gallery {
    float: right;
    width: 100%;
    height: 24px;
    background-color: #555555;
    margin-top: 13px;
}

.photo-gallery .scrollbar-gallery .handle {
    height: 24px;
    background: #e65454;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.photo-item-wrap {
    position: relative;
}

.photo-cover img {
    width: 100%;
    margin-bottom: 30px;
}

.photo-item-wrap .photo-info,
.slidee .photo-cover-wrap .photo-info {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.photo-item-wrap .photo-info h3.photo-title,
.slidee .photo-cover-wrap .photo-info h3,
.photo-item-wrap .photo-info p,
.slidee .photo-cover-wrap .photo-info p {
    position: absolute;
    color: #fff;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    transition: transform .6s ease-in-out, opacity .2s ease-in-out .2s;
    -webkit-transition: transform .6s ease-in-out, opacity .2s ease-in-out .2s;
}

.photo-item-wrap .photo-info h3.photo-title,
.slidee .photo-cover-wrap .photo-info h3 {
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
}

.photo-item-wrap:hover .photo-info h3.photo-title,
.slidee .photo-cover-wrap:hover .photo-info h3 {
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    transform: translateY(-80%);
}

.photo-item-wrap:hover .photo-info h3.photo-title,
.slidee .photo-cover-wrap:hover .photo-info h3,
.photo-item-wrap:hover .photo-info p,
.slidee .photo-cover-wrap:hover .photo-info p {
    opacity: 1;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.photo-item-wrap .photo-info p,
.slidee .photo-cover-wrap .photo-info p {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.photo-item-wrap:hover .photo-info p,
.slidee .photo-cover-wrap:hover .photo-info p {
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
}

.photo-item-wrap .overlay,
.slidee .photo-cover-wrap .overlay {
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.photo-item-wrap:hover .overlay,
.slidee .photo-cover-wrap:hover .overlay {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  4g. Video Section 
/*-----------------------------------------------------------------------------------*/

.video-section .video-text {
    width: 30%;
}
.video-section .video-image  {
    width: 70%;
}
.video-block.video-section .video-image  {
    width: 100%;
    max-width: 100%;
}
.video-section .video-image img {
    width: 100%;
}

.video-section .video-text {
    background-color: #e65454;
    color: #ffffff;
}

.video-section blockquote p {
    color: #ffffff;
}

.endorse-section {
    padding: 80px 0;
}
.endorse-section .endorse-item img {
    margin: 0 auto;
    width: 70%;
}
.endorse-section .owl-prev {
    position: absolute;
    left: -50px;
    top: 35%;
}
.endorse-section .owl-next {
    position: absolute;
    right: -50px;
    top: 35%;
}
.endorse-section .owl-theme .owl-controls {
    margin-top: 0;
}
.endorse-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #333333;
    background-color: transparent;
    font-size: 58px;
    margin: 0;
    padding: 0;
    top: 5px;
}
.endorse-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: 0.7;
}



/*-----------------------------------------------------------------------------------*/
/*  4h. Latest News Section
/*-----------------------------------------------------------------------------------*/

.latest-post-section {
    padding: 80px 0;
}

.latest-post-section .post-list {
    margin-top: 40px;
}

.latest-post-section .post-content {
    background-color: #f0f0f0;
    padding: 20px;
}

.latest-post-section .post-content h4.post-title {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.01em
}

.latest-post-section .post-content ul.post-meta {
    list-style: none;
    padding: 0;
}

.latest-post-section .post-content ul.post-meta li {
    display: inline-block;
    margin-right: 15px;
}

.latest-post-section .post-content ul.post-meta li a {
    font-size: 14px;
}

.latest-post-section .post-content ul.post-meta li:last-child {
    margin-right: 0;
}

.latest-post-section .post-content ul.post-meta li:after {
    content: "// ";
    position: relative;
    left: 10px;
}

.latest-post-section .post-content ul.post-meta li:last-child:after {
    display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  5. ABOUT PAGE
/*-----------------------------------------------------------------------------------*/

.about-page .about-desc {
    padding: 80px 0;
}

.about-page .about-desc h2.about-title,
.about-page .booking-section h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-page .booking-text p {
    color: #ffffff;
}

.about-page .single-member-wrap {
    padding: 80px 0;
    background-color: #f0f0f0;
}

.about-page .booking-section {
    background-color: #e65454;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.about-page .booking-section .booking-text {
    margin-bottom: 30px;
}

.single-member-wrap .the-member {
    margin-bottom: 50px;
}

.single-member-wrap .the-member:nth-child(odd) .member-image {
    float: left;
}

.single-member-wrap .the-member:nth-child(odd) .member-detail {
    float: right;
}

.single-member-wrap .the-member:nth-child(even) .member-image {
    float: right;
}

.single-member-wrap .the-member:nth-child(even) .member-detail {
    float: left;
}

.single-member-wrap .member-detail {
    border: 0;
    padding-top: 30px;
}

.single-member-wrap .member-detail .member-name {
    margin-bottom: 10px;
}

.single-member-wrap .member-bio {
    margin: 20px 0;
}

.single-member-wrap .member-position {
    font-family: 'open_sansbold';
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    text-transform: uppercase;
}

.member-social ul {
    list-style: none;
    padding: 0;
}

.member-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.member-social ul li a {
    font-size: 24px;
    color: #999;
}

.member-social ul li a:hover {
    color: #e65454;
}


/*-----------------------------------------------------------------------------------*/
/*  6. VIDEO PAGE
/*-----------------------------------------------------------------------------------*/

.video-grid {
    min-height: 340px;
}

.video-grid .video-thumb {
    position: relative;
    margin-bottom: 15px;
}

.video-home .video-grid .video-thumb {
    margin-bottom: 0;
}

.video-grid .video-thumb button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    min-width: 0;
    padding: 0;
    color: #fff;
    border-radius: 50%;
    border: none;
    border-color: #e65454;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    transform: translate(-50%, -50%);
}

.video-grid .video-thumb button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #e65454;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}

.video-grid .video-thumb:hover button:before {
    box-shadow: inset 0 0 0 4px #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.video-grid .video-thumb button i {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

.video-grid a.vbox-item {
    font-family: 'open_sansbold';
    font-size: 18px;
}


/*-----------------------------------------------------------------------------------*/
/*  7. GALLERY PAGE
/*-----------------------------------------------------------------------------------*/

ul#gallery-filter {
    list-style: none;
    border-bottom: 2px solid #e65454;
    padding: 0 0 20px 0;
    text-align: left;
    margin-bottom: 20px;
}

ul#gallery-filter li {
    display: inline-block;
    margin: 0 15px;
}

ul#gallery-filter li:first-child {
    margin-left: 0;
}

ul#gallery-filter li a {
    color: #000000;
    display: inline-block;
    font-family: 'loveloblack';
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul#gallery-filter li a:hover,
ul#gallery-filter li.activeFilter a {
    color: #e65454;
}

.gallery-item {
    margin: 15px 0;
}

.gallery-item .image {
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

.gallery-item .gallery-image img {
    width: 100%;
    height: auto;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .gallery-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay .gallery-info {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-overlay .gallery-info h4 {
    font-size: 22px;
    margin: 0;
    color: #ffffff;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery-overlay .gallery-info span {
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-size: 1.8rem;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/*-----------------------------------------------------------------------------------*/
/*  7a. Single Gallery 
/*-----------------------------------------------------------------------------------*/

.galleries-item {
    margin: 15px 0;
}

.galleries-image {
    overflow: hidden;
    max-width: 100%;
    position: relative;
}

.galleries-item .galleries-image img {
    width: 100%;
    height: auto;
}

.galleries-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .galleries-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.galleries-item:hover .galleries-overlay {
    opacity: 1;
}

.galleries-overlay .galleries-desc {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.galleries-overlay .galleries-desc h4 {
    font-size: 22px;
    margin: 0;
    color: #ffffff;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.galleries-overlay .galleries-desc span {
    color: #ffffff;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-size: 1.8rem;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/*-----------------------------------------------------------------------------------*/
/*  8. EVENT PAGE
/*-----------------------------------------------------------------------------------*/

#clock .counter {
    display: inline-block;
    margin: 10px;
}

#clock .counter-wrap {
    display: inline-block;
    min-width: 150px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px;
}

#clock .counter-wrap h3 {
    font-family: 'source_sans_prolight';
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: lowercase;
}

#clock .counter-wrap p {
    display: inline-block;
    font-family: 'source_sans_prolight';
    font-size: 50px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    margin-top: 10px;
}

.event tr td {
    border: none;
    padding: 15px;
    vertical-align: middle;
}

.event thead tr {
    font-family: 'loveloblack';
    background-color: #333333;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.event thead tr td {
    padding: 20px 15px;
}

.event thead tr.space {
    background-color: transparent;
    height: 15px;
}

.event tbody tr {
    background-color: #ebebeb;
}

.event tbody tr:hover {
    background-color: #dddddd;
}

.event-section.upcoming-event .event tbody tr:hover {
    background-color: rgba(100, 100, 100, 0.6);
}

.event tbody tr.space {
    background-color: transparent;
    height: 10px;
}

.event tbody tr td.event-ticket-link span.sold {
    font-family: 'loveloblack';
    display: inline-block;
    margin: 0;
    border: 1px solid #333333;
    background-color: #333333;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    width: 119px;
    letter-spacing: 0.1em;
    text-align: center;
}

.event tbody tr td.event-ticket-link a:hover {
    border: 1px solid #e65454;
    background-color: #e65454;
    color: #ffffff;
}

.event-details {
    border-bottom: 5px solid #e65454;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: 'open_sansbold';
}

.event-details div {
    font-size: 16px;
    font-family: 'open_sansbold';
}

.event-details i {
    font-size: 24px;
    margin-right: 5px;
    line-height: normal;
    vertical-align: middle;
    display: inline-flex;
}

.ticket-price p {
    font-size: 22px;
    font-family: 'open_sansbold';
    color: #e65454;
}

.location-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

.location-map .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    /* your iframe height */
    top: 450px;
    /* your iframe height */
    margin-top: -450px;
    /* your iframe height */
}

.event-mobile {
    display: none;
}

.event-mobile ul {
    list-style: none;
    padding: 0;
}

.event-mobile ul li {
    padding: 20px;
}

.event-mobile ul li:nth-child(odd) {
    background-color: #f0f0f0;
}

.event-mobile ul li p {
    margin-bottom: 0;
    font-weight: bold;
}

.event-mobile ul li p a.button,
.event-mobile span.sold {
    margin-top: 20px;
    display: inline-block;
}



/*-----------------------------------------------------------------------------------*/
/*  9. BLOG PAGE
/*-----------------------------------------------------------------------------------*/

.blog-section .blog-item {
    margin-bottom: 30px;
}

.blog-section .blog-item .post-content-wrap {
    background-color: #f0f0f0;
    padding: 20px;
}

.blog-section .blog-item h2.post-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blog-section .blog-item h4.post-title {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blog-section .blog-item ul.post-meta {
    list-style: none;
    padding: 0;
}

.blog-section .blog-item ul.post-meta li {
    display: inline-block;
    margin-right: 15px;
}

.blog-section .blog-item ul.post-meta li,
.latest-post-section ul.post-meta li {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}

.blog-section .blog-item ul.post-meta li:last-child {
    margin-right: 0;
}

.blog-section .blog-item ul.post-meta li:after {
    content: "// ";
    position: relative;
    left: 10px;
}

.blog-section .blog-item ul.post-meta li:last-child:after {
    display: none;
}

.single .blog-section .blog-item .post-content-wrap {
    background-color: transparent;
    padding: 0;
}

.single .blog-section .blog-item .post-thumb {
    margin-bottom: 30px;
}

.meta-bottom {
    margin-top: 30px;
    display: inline-block;
}

.meta-bottom ul {
    list-style: none;
    padding: 0;
}

.meta-bottom ul li {
    display: inline-block;
    margin-right: 5px;
}

.meta-bottom ul li a {
    border: 1px solid #333333;
    padding: 5px 10px;
    font-size: 14px;
}

.nav-previous a,
.nav-next a {
    font-family: 'loveloblack';
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #333;
    color: #333;
}

.nav-previous a:hover,
.nav-next a:hover {
    background-color: #e65454;
    border: 1px solid #e65454;
    color: #ffffff;
}
.the-title-2 h2 {
    font-size: 50px;
    font-size: 5rem;
}

/*-----------------------------------------------------------------------------------*/
/*  9a. Comment Section 
/*-----------------------------------------------------------------------------------*/

#comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 10px solid #e65454;
}

#comments h3 {
    font-family: 'loveloblack';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

#comments ol.comment-list {
    list-style: none;
    margin-bottom: 60px;
    padding: 0;
}

#comments ol li article.comment {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 20px;
}

#comments .avatar {
    margin-right: 10px;
    min-width: 60px;
}

#comments .meta-comment {
    overflow: hidden;
}

#comments .comment-author cite {
    font-family: 'loveloblack';
    font-size: 22px;
    font-style: normal;
}

#comments .comment-meta.commentmetadata {
    font-size: 14px;
    color: #939aa0;
}

#comments .comment-content {
    margin-top: 10px;
}

#comments .comment-action {
    position: absolute;
    top: 20px;
    right: 20px;
}

#comments .comment-action a {
    font-family: 'loveloblack';
    text-transform: uppercase;
    border: 1px solid #222;
    padding: 0px 10px;
    font-size: 14px;
    display: inline-block;
}

#comments .comment-action a:hover {
    background-color: #e65454;
    border: 1px solid #e65454;
    color: #ffffff;
}

#comments ul.children {
    list-style: none;
}

#comments h3.comment-reply-title {
    margin-bottom: 5px;
}

#comments .comment-respond form p.comment-form-author,
#comments .comment-respond form p.comment-form-email,
#comments .comment-respond form p.comment-form-url {
    width: 33.333%;
    padding: 0 15px;
    float: left;
}

#comments .comment-respond form p.comment-form-author {
    padding-left: 0;
}

#comments .comment-respond form p.comment-form-url {
    padding-right: 0;
}

#comments .comment-respond form p.form-submit input.submit {
    font-family: 'loveloblack';
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #333;
    background-color: transparent;
    margin-top: 15px;
    width: auto;
    height: auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#comments .comment-respond form p.form-submit input.submit:hover {
    border: 1px solid #e65454;
    background-color: #e65454;
    color: #ffffff;
}


/*-----------------------------------------------------------------------------------*/
/*  9b. Sidebar 
/*-----------------------------------------------------------------------------------*/

.blog-sidebar .widget {
    margin-bottom: 30px;
}

.blog-sidebar .heading-block h4 {
    background-color: #e65454;
    padding: 12px 15px;
    color: #ffffff;
}

.blog-sidebar .widget ul {
    list-style: none;
    padding: 0;
}

.blog-sidebar .widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.widget .search-align {
    height: 100%;
}

.widget .search-align form {
    position: relative;
}

.widget .search-align form input {
    height: 40px;
}

.widget .search-align form button {
    position: absolute;
    border: none;
    height: 40px;
    top: 0;
    right: 10px;
    line-height: 45px;
}

.sidebar .widget ul, .sidebar .widget ul.children, .sidebar .widget ul.sub-menu {
    padding: 0;
    list-style: none;
}
.sidebar .widget ul.children li, .sidebar .widget ul.sub-menu li {
    padding-left: 8px;
    border: none;
    padding-bottom: 0;
}

/* Tags */

.tagcloud a {
    font-size: 13px;
    font-size: 1.3rem !important;
    border: 1px solid #333333;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.tagcloud a:hover {
    border: 1px solid #e65454;
    background-color: #e65454;
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  10. CONTACT PAGE
/*-----------------------------------------------------------------------------------*/

.contact-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    margin: 0;
    padding: 0;
}

.contact-map .maps .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 450px;
    /* your iframe height */
    top: 450px;
    /* your iframe height */
    margin-top: -450px;
    /* your iframe height */
}

.contact-map .map {
    overflow: hidden;
}

.contact-form input[type="submit"] {
    font-family: 'loveloblack';
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: transparent;
    border: 1px solid #333333;
    width: auto;
    height: auto;
    color: #333333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.contact-form input[type="submit"]:hover {
    background-color: #e65454;
    border: 1px solid #e65454;
    color: #ffffff;

}

/*-----------------------------------------------------------------------------------*/
/*  11. FOOTER
/*-----------------------------------------------------------------------------------*/

.site-footer {
    background-color: #222;
    padding: 80px 0;
}

/*-----------------------------------------------------------------------------------*/
/*  11a. Widget Footer
/*-----------------------------------------------------------------------------------*/

.widget-footer p {
    color: #fff;
}

.widget-footer h2.title {
    margin-bottom: 30px;
    color: #ffffff;
}

.widget-footer label {
    color: #ffffff;
}

/* Newsletter */

.widget-footer input {
    color: #333333;
}

.widget-footer input[type="submit"] {
    font-family: 'loveloblack';
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: transparent;
    border: 1px solid #ffffff;
    width: auto;
    height: auto;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.widget-footer input[type="submit"]:hover {
    background-color: #e65454;
    border: 1px solid #e65454;
    color: #ffffff;
}


/*-----------------------------------------------------------------------------------*/
/*  11b. Copyright 
/*-----------------------------------------------------------------------------------*/

#copyright {
    background-color: #333333;
    padding: 20px 0;
}

.copyright-text {
    float: left;
}

.copyright-text p {
    margin: 0;
    color: #ffffff;
}

.copyright-text a {
    color: #ffffff;
}

/* social footer */
.footer-social {
    float: right;
}

.footer-social ul {
    padding: 0;
    list-style: none;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li a {
    color: #ffffff;
    margin-right: 10px;
}

.test {
    display: none;
}
.post-text iframe {
    max-width: 100%;
}
.single-event .event-button {
display: none;
}