/*
Theme Name: XL_RPM
Theme URI: https://www.solwininifotech.com/product/wordpress-themes/xl_rpm
Author:  Solwin Infotech
Author URI: https://solwininfotech.com
Description: XL_RPM is a powerful and modern design responsive Music Band & DJ WordPress Theme with pretty much advanced features like display Artists, Albums, DJ Mixes, Photo Gallery, Video Gallery and Events each with its own post type. It has all the features what you need for a music band or music showcase theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xl-rpm

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Content
 *
 * 1.0 - Normalize
 * 2.0 - Navigation
 * 4.0 - Widgets
 *    4.1 - Recent Album
 *    4.2 - Recent Event
 *    4.3 - Video
 *    4.4 - Instragram
 *    4.5 - Photo gallary
 *    4.9 - Testimonial
 *    4.11 - Contact Info
 *    4.12 - Artist List
 *    4.15 - Team Widget
 * 5.0 - Page header title background
 *    5.1 - BreadCrumb css
 * 6.0 - Content
 *    6.1 - Posts and pages
 *        6.1.1 - Custom Post Type and Pages
 *            6.1.1.2 - Artists
 *            6.1.1.3 - Events
 *            6.1.1.4- Single Gallery Page
 *            6.1.1.5 - Single Post Page
 *            6.1.1.6 - Resident Page
 *        6.1.2 - Default Post Type and Pages
 *            6.1.2.1 - Blog
 *            6.1.2.2 - Contact us
 *            6.1.2.3 - 404 Page css
 *        6.1.3 - Myaccount
 *            6.1.3.1 - Login , Registration, Edit profile page design
 *    6.2 - Sidebar
 *    6.3 - Footer
 *    6.4 -Theme Option
 * 7.0 - Shortcodes
 *    7.1 - Accordian and Toggle
 *    7.2 - Map
 *    7.3 - Pricing Table
 *    7.4 - Share and Follow
 *    7.5 - Sitemap
 *    7.6 - Header and Typography
 *    7.7 - Divider
 *    7.8 - Tabs
 *    7.9 - Piechart
 *    7.10 - Progressbar
 *    7.11 - Icons
 *    7.12 - Spacer
 * 8.0 - Media Queries
 *    8.1 - < 1024px
 *    8.2 992px < 1199px
 *    8.3 - < 992px
 *    8.4 - < 991px
 *    8.5 - 768px < 991px
 *    8.6 - < 767px    
 *    8.7 - 481px < 991px
 *    8.8 - 481px < 767px
 *    8.9 - <= 600px
 *    8.10 - <= 480px
 *    8.11 - <= 360px
 */

/**
* Event google maps style
*/
#music-eve-map {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@font-face {
    font-family: 'times_new_romanregular';
    src: url('fonts/Times_New_Roman/times_new_roman_normal-webfont.woff2') format('woff2'),
         url('fonts/Times_New_Roman/times_new_roman_normal-webfont.woff') format('woff'),
         url('fonts/Times_New_Roman/times_new_roman_normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'museo_sans700';
    src: url('fonts/MuseoSans-700/museosans-500_0-webfont.woff2') format('woff2'),
         url('fonts/MuseoSans-700/museosans-500_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**
* Global styles.
*/


html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin-top: 0 !important;
}
.site-content {
/*    background: #efefef;*/
}

.testimonial .description {
    padding-right: 0
}
.mt_home_slider > img {
    max-width: 100%;
}
body {
    margin: 0;
/*    background: #efefef;*/
}
html body.home.page-template-home-page .site{
/*    background: #fff;*/
}
img {
    max-width:100%;
}
.mt_home_slider
{  
    background-image: url(images/slider-image.jpg);
    padding-bottom: 45.8% !important;
    background-size: cover;
    width: 100%;
    min-height: 403px;
}
.mt-no-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.mt-padding {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.mt-widget-content-wrap {
    margin: 30px auto;
    width: 100%;
}
.widget h1.widget-title {
font-size: 32px;
margin: 20px 0px;
color: #231f20;
line-height: 1.5;
margin-top: 0;
}
.main-content-title
{
font-weight: 600;
}
.widget_image_block .section-header h2.widget-title {
    margin-top: 0;
}
.home.mean-container a.meanmenu-reveal {
    color: #fff !important;
}
.home.mean-container a.meanmenu-reveal span{
    background: #fff !important;
}
.rotating {
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #8f8f8f;
}
.padding_0 {
    padding: 0 !important;
}
.mt-nav-full-width {
    background: #fff;
}
.home .mt-nav-full-width {
    background: transparent;
}
.page-template-template-contactus .site-content .inner-page-section {
    position: relative;
    background: #fff;
}
.page-template-template-contactus .site-content .overlay {
    height: 350px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-template-template-contactus .content-area {
    background: #fff;
}
.site-content {
    background:url('images/pattern-full.png') #f1f1f3 repeat-x;
    display: inline-block;
    width: 100%;
}

article {
    background: #f1f1f3 none repeat scroll 0 0;

}
.class-left {
    background: #f1f1f3;
    padding-top: 15px;
    padding-bottom: 15px
}
/**
* 2.0 - Navigation
*/
.top-back {
    position: relative;
    width: 100%;
    top: 0;
}
.mt_navbar{
    position: relative;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    width: 100%;
    z-index: 999;
}
.home.blog .mt_navbar,
.home .no_widget_sidebar .mt_navbar{
/*    position: relative;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;*/
}
.home .mt_navbar{
    position: absolute;
    background: transparent;
}
.xl_navbar{
    background: none;

}
.xl_navbar .primary-navigation li.menu-item.current-menu-item {
    border-bottom:2px solid #000;
}
.xl_navbar .primary-navigation li.menu-item a {
    color: #231f20;
}
.xl_navbar .primary-navigation li.menu-item a:hover {
    color: #8f8f8f;
}
.page-template-home-page .home-page-conten-information{
    padding-top: 100px;
    padding-bottom: 100px;
}
.site-description{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
header nav.main-navigation{
    border: medium none;
    clear: none;
    float: right;
    min-height: auto;
    width: auto;
    height: 100%;
    margin: 0 15px;
}
.site-branding{
    margin: 0 15px;
}
.active-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.75);
}
.home .active-sticky .mt-navbar-content {
    border: 1px solid transparent;
}
.home .mt-nav-full-width {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
}
.main-navigation ul.nav-menu{
    width: 100%;
    display: inline-block;
    padding: 0;
}
.nav-menu li{
    display: inline-block;
    position: relative;
}
.main-navigation .nav-menu li.scroll-top a{
    border-left: 1px solid #4b423e;
    padding: 5px 10px 2px;
}
.main-navigation .nav-menu li.scroll-top a > img{
    position: relative;
    top: -1px;
}
.main-navigation .nav-menu li a:hover{
    color: #231f20;
}
.main-navigation .nav-menu li.current-menu-ancestor > a,
.main-navigation .nav-menu li.current_page_item > a,
.main-navigation .nav-menu li.current-menu-item > a{
    color: #8f8f8f;
}
.main-navigation ul#primary-menu.nav-menu > li.menu-item > a{
    /*line-height: 67px;*/
    padding-bottom: 31px;
    padding-top: 31px;
}
.main-navigation .nav-menu li a {
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    outline: medium none;
    letter-spacing: 0.6px;
}
.site-branding.navbar-header{
    margin-top: 26px;
    margin-bottom: 26px;
}
.site-branding.navbar-header h1.site-title{
    margin: 0;
}
.main-navigation ul.nav-menu > li.megamenu:hover ul.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 9999;
}
.main-navigation ul.sub-menu li:hover > ul {
    opacity: 1;
    top: 0;
    visibility: visible;
    z-index: 9999;
}
.main-navigation > ul.nav-menu > li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 9999;
}
.main-navigation ul ul.sub-menu > li.mm-columns > ul.sub-menu {
    border-top: medium none;
    position: unset;
}
.main-navigation ul ul.sub-menu > li.mm-columns{
    padding: 0;
    border-bottom: medium none;
    border-left: medium none;
}
.main-navigation ul ul.sub-menu {
    border-top: 3px solid #8f8f8f;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    margin: 0;
    position: absolute;
    z-index: -1;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    top: 150%;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
}
.main-navigation ul ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7e7e7;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    display: block;
}
.main-navigation ul ul.children li a,
.main-navigation ul ul.sub-menu li a {
    border-bottom: 0 none;
    color: #4b4a4a;
    padding: 15px 15px;
    text-align: left;
}
.main-navigation ul li.mm-columns > a {
    color: #8f8f8f;
    font-size: 14px;
}
.main-navigation .nav-menu > li.edge > ul.sub-menu {
    right: 0;
}
.main-navigation .menu-item-has-children.edge ul {
    left: auto;
    right: 100%;
}
#content section.widget {
/*    margin: 20px 0;*/
}
.widget {
    padding: 20px 0;
}
.widget ul.as-slides li a::before {
    content: none;
}
.widget ul.as-slides li a {
    text-indent: 0;
}
.mt_home_slider{
    margin-bottom: 0px;
}
.widget_image_block{
padding-bottom:0;
}
.widget_testimonialslider{
padding-top: 40px;
}
.widget.widget_image_block.active .widget-title {
    font-weight: 600;
}
/**
* 4.0 - Widgets
*
/**
* 4.1 - Recent Album
*/
footer .widget h2.widget-title {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
}
footer section.widget{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #808184;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 500;
}
.footer-image {
    margin-bottom: 20px;
    margin-top: 20px;
}
.mt-footer-main .textwidget > p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.widget .sub_title {
    font-size: 17px;
    font-weight: 500;
    left: auto;
    margin: 0 auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px;
}
.home .section-header {
    padding: 20px 0;
}
.widget h2.widget-title {
    font-size: 32px;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
}
.site-footer .widget h2.widget-title {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.widget .sub_title,
.widget h2.widget-title {
    color: #231f20;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}
.widget .download_app h2.widget-title {
    line-height: 1.25;
    margin: 0;
    font-weight: 600;
}
.widget .mt-widget-title p {
    color: #808184;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}
.home section.widget.widget_recent_album_post .mt-album-heading-wrap .mt-widget-title{
    margin-bottom: 0;
}
.home section.widget .mt-widget-title{
    margin-bottom: 45px;
    text-align: center;
}
.mt-album-thumb img {
    width: 100%;
    border-radius: 6px;
    height: auto;
}
.mt-album-head-icon {
    text-align: center;
    padding-bottom: 25px;
}
.mt-album-heading-box {
    text-align: center;
}
#secondary h2.widget-title, .contact-form-wrap h2.widget-title {
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid #efefef;
    color: #826c61;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    margin-top: 5px;
}
.mt-album-heading-box .mt-album-view-all{
    margin-top: 15px;
}
.widget .mt-album-view-all > a {
    color: #8f8f8f;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mt-album-view-all > a:hover{
    color: #000000;
}
.widget .mt-album-heading-wrap{
    display: table;
}
.widget .mt-album-heading-box{
    display: table-cell;
    height: 253px;
    vertical-align: middle;
}
.mt-album-item-box {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
.widget_recent_album_post .mt-album-item-box:hover .mt-album-thumb img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.widget_recent_album_post .mt-album-item-box .mt-album-thumb img{
    transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.mt-album-item-title {
    background-color: rgba(0,0,0,0.80);
    border-radius: 0 0 6px 6px;
    bottom: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.widget .mt-album-item-title > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
}
.widget .mt-album-item-title > a:hover{
    color: #8f8f8f;
}

/**
* 4.2 - Recent Event
*/
.home section.widget.widget_recent_event_post h2.widget-title,
.home section.widget.widget_recent_event_post .mt-widget-title p{
    color: #fff;
}
.mt-recent-events-wrap{
    background-attachment: fixed !important;
    background-color: rgba(6, 32, 51, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.mt-recent-event-overlay {
    padding: 50px 0;
}
.widget.widget_recent_event_post .mt-event-list-item {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    margin: 0 auto 15px auto;
    border-radius: 6px;
}
.padding_0{
    padding: 0 !important;
}
.detail-overlay-wrapper{
    position: relative;
}
.overlay-event-detail {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 105%;
    z-index: 2147483647;
}
.detail-overlay-close {
    text-align: right;
    padding: 5px;
    font-size: 19px;
    background-color: gray;
    color: #fff;
}
.overlay-event-thumb {
    display: inline-block;
    float: left;
    margin: 10px;
}
.overlay-event-thumb img {
    height: 192px;
    width: 234px;
}
.overlay-detail-right {
    margin: 10px;
}
.overlay-event-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 15px auto;
    width: auto;
}
.widget.widget_recent_event_post .mt-item-title > a {
    display: inline-block;
}
.widget.widget_recent_event_post .mt-item-title {
    border-left: 3px solid #8f8f8f;
    box-sizing: border-box;
    float: left;
    margin-left: 130px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    width: auto;
}
.widget.widget_recent_event_post .mt-date {
    bottom: 0;
    height: 40px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 120px;
}

.widget.widget_recent_event_post .mt-column-date .mt-day {
    width: auto;
    margin-right: 15px;
}
.widget.widget_recent_event_post .mt-day {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: lighter;
    line-height: 100%;
    text-align: left;
    width: 50%;
}
.widget.widget_recent_event_post .mt-month-year {
    float: left;
    width: 50%;
    padding-top: 3px;
    padding-left: 5px;
}
.widget.widget_recent_event_post .mt-month-year > span{
    color: #ffffff;
    display: block;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.widget.widget_recent_event_post .mt-column-item-title .mt-title{
    margin:0;
}
.widget.widget_recent_event_post .mt-title {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-left: 30px;
    line-height: 1.5;
    margin-right: 15px;
    letter-spacing: 1px;
}
.widget.widget_recent_event_post .mt-title:hover{
    color: #8f8f8f;
}
.widget.widget_recent_event_post .mt-column-event-list .mt-title:hover{
    color: #a1a7ad;
}
.widget.widget_recent_event_post .mt-column-item-title .mt-location {
    margin: 0;
}
.widget.widget_recent_event_post .mt-column-date{
    margin-bottom: 15px;
}
.widget.widget_recent_event_post .mt-column-date .mt-month-year {
    padding-top: 2px;
}
.widget.widget_recent_event_post .mt-column-event-list .mt-column-background{
    background: #F5C034;
    padding: 20px;
    border-radius: 6px;
}
.widget.widget_recent_event_post .mt-location {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-left: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}
.widget.widget_recent_event_post .mt-event-link > a{
    background-color: #8f8f8f;
    border-radius: 50%;
    color: #000000;
    display: inline-block;
    padding: 10px 14px 11px 17px;
}
.widget.widget_recent_event_post .mt-event-link {
    bottom: 0;
    height: 45px;
    margin: auto 0;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 45px;
}

/**
* 4.3 - Video
*/
.mt-video-gallary {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 15px;

}
.faq_list {
    margin: 0 15px;
}
.faq-list.accordian-list-plus {
    list-style: outside disc none;
    margin: 0;
    padding: 0;
}
iframe {
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
}
.mt-video_gallary-widget-title >h2.widget-title{
    color: #fff;
    text-align: center;
    font-size: 21px;
    letter-spacing: 1px;
}
.mt-video_gallary-widget-title > h4 {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

/**
* 4.4 - Instragram
*/
.widget.widget_xl_rpm_instagram_feeds .instagram_image{
    display: inline-block;
    width: 30%;
    padding-bottom: 1.5%;
}

/**
* 4.5 - Photo gallary
*/
.mt-recent-photog_allary-wrap {
    padding: 0;
}
.mt-photo-gallary-box {
    background-color: #ffffff;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.mt-photo-gallary-box img {
    width: 100%;
    border-radius: 4px;
    transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}
.mt-photo_gallary-widget-title >h2.widget-title{
    color: #000;
    text-align: center;
    font-size: 21px;
    letter-spacing: 1px;
}
.mt-photo_gallary-widget-title > h4 {
    text-align: center;
    color: #000;
    font-size: 14px;
}
section.widget .mt-photo-gallary-box .overlay {
    background: rgba(243, 193, 59, 0.898) none repeat scroll 0 0;
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 0;
    opacity: 0;
    transition: all 450ms ease-out 0s;
    width: 100%;
    height: 100%;
}
section.widget .mt-photo-gallary-box:hover > a > img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
section.widget .mt-photo-gallary-box:hover .overlay {
    border-radius: 4px;
    height: 100%;
    opacity: 1;
    width: 100%;
}
section.widget .overlay-title {
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}
.overlay .overlay-title .overlay-title-inner {
    display: table-cell;
    vertical-align: middle;
}
section.widget .mt-photo-gallary-box .overlay .overlay-title a {
    color: #ffffff;
    font-family: Montserratregular;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    width: 100%;
}
section.widget .mt-photo-gallary-box .overlay .gallary-category > a {
    color: #ffffff;
    font-family: Montserratregular;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
}
section.widget .mt-photo-gallary-box .fa.fa-plus::before {
    content: "+";
    font-size: 60px;
    line-height: normal;
}
body .slick-prev::before,body .slick-next::before {
    font-size: 30px;
}
body .slick-next {
    right: 10px;
    z-index: 1;
}
body .slick-prev {
    left: 10px;
    z-index: 1;
}

/**
* 4.8 - Latest blog
*/
.mt-blog-widget-title {
    margin-bottom: 30px;
}
.mt-blog-item-title {
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    font-size: 12px;
}
.mt-blog-item-title > a.mt-blog-title-link {
    color: #826c61;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.mt-blog-thumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
body .slick-slider{
    margin-bottom: 0;
    padding: 0;
}
body .slick-slide img{
    width: 100%;
    height: auto;
}
.download_app_text p {
    font-size: 16px;
    color: #231f20;
    font-weight: normal;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}

.customer-name {
    font-size: 12px;
    color: #231f20;
    font-weight: normal;
    font-style: normal;
}
.customer-review p {
    font-size: 18px;
    color: #231f20;
    font-style: italic;
    font-weight: lighter;
    display: block;
    font-family: 'times_new_romanregular';
}
.testimonial .slick-next {
    padding-right: 5%;
}
.testimonial .slick-prev,
.testimonial .slick-next {
    width: 50px;
    height: 50px;
    top: 90%;
    background: none;
}
.slide .slick-prev,
.slide .slick-next {
    top: 50%;
}
.testimonial .slick-prev::before,
.testimonial .slick-next::before {
    color: #231f20;
    opacity: 1;
}
.testimonial {
    padding-bottom: 40px;
}
.testimonial .testi-block {
    padding: 0;
    outline: none !important;
}
.testimonial .slick-prev::before {
    content:"";
    background: rgba(0, 0, 0, 0) url("images/slider-arrow-prev.png") no-repeat scroll 0 0;
    position: absolute;
    height: 43px;
    width: 32px;
}
.testimonial .slick-next::before {
    content:"";
    background: rgba(0, 0, 0, 0) url("images/slider-arrow-next.png") no-repeat scroll 0 0;
    position: absolute;
    height: 43px;
    width: 32px;;
}
.testimonial .slick-prev {
    position: absolute;
    top: calc((100% - 43px)/2);
    left: 45px;
}
.testimonial .slick-next {
    position: absolute;
    top: calc((100% - 43px)/2);
    right: 45px;
}
.download_app_image img {
    padding-bottom: 30px;
    margin-left: 30px;

}
.apple_download_button {
    background: rgba(0, 0, 0, 0) url("images/ios-apps-download-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 68px;
    margin: 5px;
    width: 100px;
}
.google_download_button {
    background: rgba(0, 0, 0, 0) url("images/playstore-download-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 68px;
    margin: 5px;
    width: 100px;
}
.android_download_button {
    background: rgba(0, 0, 0, 0) url("images/android-apps-download-icon.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 68px;
    margin: 5px;
    width: 100px;
}
.myappix_section .myappix_button_set {
    display: block;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.section_content > p.download_label {
    background: #404041 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    left: auto;
    margin: 20px auto;
    padding: 5px 15px;
    right: auto;
    font-size: 19px;
    margin-top: 40px!important;
    width: 256px;
    max-width:100%;
}
.img_block img {
    width: 100%;
    height: auto;
}

/**
 * 4.11 - Contact Info
*/
.contact-info-table-row {
    display: table-row;
    width: 100%;
}
.contact-info-table-cell-sign {
    color: #6a737b;
    display: table-cell;
    padding: 0 4px 15px 0;
}
.contact-info-table-cell {
    display: table-cell;
    padding: 0;
    color: #231f20;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.contact-info-table-cell a {
    color: #231f20;
}
.contact-info-table-cell a:hover{
    color: #808184;
}
.contact_page .contact_us_form {
    margin-bottom: 20px;
}
.contact_page .widget-contact_us {
    margin: 0;
    padding: 0;
}

/**
* 4.12 - Artist List
*/
.album-archive-content-wrap .artist-widget-header {
    border-bottom: 1px solid #f3f3f3;
    margin: 15px;
    padding: 15px;
}
.widget.widget_follow_artist .related-artist-sub,
footer .widget_follow_artist .related-artist-sub,
.widget.widget_follow_album .related-artist-sub,
.widget.widget_artist_list .related-artist-sub{
    margin-bottom: 15px;
}
.widget_follow_artist .related-artist-sub .artist-related-title a:hover,
.widget_follow_album .related-artist-sub .artist-related-title a:hover,
.widget_artist_list .related-artist-sub .artist-related-title a:hover{
    color: #8f8f8f;
}
.widget_follow_artist .related-artist-sub .artist-related-title a,
.widget_follow_album .related-artist-sub .artist-related-title a,
.widget_artist_list .related-artist-sub .artist-related-title a{
    color: #a1a7ad;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.related-artist-sub img {
    border-radius: 6px;
}

/**
 * 4.15 - Team Widget
 */
.team_list.faq-list-plus {
    list-style: none;
    padding: 0;
}
.team_details {
    display: inline-block;
    margin-left: 26px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.team-detail {
    padding: 5px 0 0;
}
.team-title {
     font-family: 'Open Sans', sans-serif;
}
.team_details p {
    font-family: 'times_new_romanregular';
    font-size: 13px;
    margin: 0;
}
.team_details p.team_link {
    margin-top: 15px;
}
.team-single {
    margin-bottom: 20px;
}
.team_list .team-single .question_heading,
.team_list .team-single .question_heading.closefaq {
    background: #fff;
}
.attachment-our_team.size-our_team.wp-post-image {
    width: 35%;
}
.team_details {
    width: 55%;
}


/**
* 5.0 - Page header title background
*/
.header_page_title_wrap {
    color: #ffffff;
    padding: 50px 0;
    text-align: center;
    background-size: cover;
}
.archive.tax-artist .header_page_title_wrap{
    padding: 30px 0;
    background-size: cover;
}
.header-page-title-image {
    background-color: #8f8f8f;
    border-radius: 100%;
    margin: 0 auto;
    padding: 16px 0px;
    text-align: center;
    width: 75px;
    height: 75px;
}
.header-page-title-image > img {
    width: 60%;
}
.header_page_title_wrap h1 {
    font-size: 25px;
    font-weight: normal;
}

/**
* 5.1 - BreadCrumb css
*/
#breadcrumbs {
    color: #ffffff;
    list-style: outside none none;
    margin: 10px 0 0 0;
    padding: 0;
}
#breadcrumbs li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 10px;
}
#breadcrumbs li a{
    color: #a1a7ad;
}
#breadcrumbs li a:hover{
    color: #8f8f8f;
}
#login-modal .modal-dialog {
    background: #fff none repeat scroll 0 0;
    padding: 32px;
    position: relative;
}
#model-cover .password-section.modal-section,
#model-cover .registration-section.modal-section{
    display: none;
}
.modal-dialog .form-heading{
    display: block !important;
    margin-bottom: 20px;
}
.modal-dialog .form-heading > span{
    color: #826c61;
    font-size: 16px;
    text-transform: uppercase;
}
.modal-dialog .form-heading > .close{
    font-size: 16px;
}
.modal-dialog .pull-right.activate-section{
    margin-top: 15px;
}

/**
* 6.0 - Content
*/
/**
* 6.1 - Posts and pages6.1 - Posts and pages
*/
/**
* 6.1.1 - Custom Post Type and Pages
*/

/**
* Archive page
*/
.archive-content-wrap #main.site-main{
    background-color: #fff;
    width: 100%;
    padding: 20px;
    float: left;
}
.inner-page-section {
    padding: 50px 0;
}
.resident-title {
    font-size: 24px;
/*    font-weight: 500;*/
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
} 
.marB18 {
    padding-bottom: 20px;
}

.resident_page .wpcf7-form p {
    display: inline-block;
    width: auto;
}
.single_class,
.single_class_service {
    border-top: 1px solid #afafb0;
    padding: 30px;
}
.single_class:last-child,
.single_class_service:last-child {
    border-bottom: 1px solid #afafb0;
}
.single_class a,
.single_class_service a {
    color: #231f20;
}
.single_class.current a,
.single_class_service.current a {    
    color: #8f8f8f;
}
.classess-details h2,.classess-details h1,.classess-details h3 {
     color: #231f20;
     font-size: 16px;
     padding-top: 15px;
     padding-bottom: 5px;
}
.inner-page-section p
{
color: #6D6E70 !important;
font-family: 'Open Sans', sans-serif !important;
font-size: 16px;
font-weight: 100;
letter-spacing: unset !important;
line-height: 25px !important;
}
.single_class,
.single_class.current a,
.single_class_service,
.single_class_service.current a {
    font-size: 16px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.single_class.current,
.single_class_service.current {    
    padding: 30px;
}

.classess-details h4 {
        margin-bottom: 33px;
        margin-top: 41px;
}
/**
* 6.1.1.2 - Artists
*/
.header_page_title_wrap p{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    width: 100%;
    float: left;
}
.page .content-area.artist-archive-content-wrap {
    background-color: #efefef;
    width: 100%;
    margin: 0;
}
.artist-archive-content-wrap .artist_page_wrapper{
    margin: 20px -15px 0 -15px;
}
.artist-archive-content-wrap .articst-wrapper{
    margin-bottom: 20px;
}
.page .album-archive-content-wrap {
    background-color: #efefef;
    width: 100%;
}
.page .inner-page-content {
    background-color: #ffffff;
    padding-top: 30px;
}
.page .artist-item-box {
    /*margin: 7.5px;*/
    position: relative;
}
.page .artist-archive-content-wrap .artist-play-wrap {
    background-color: #ffffff;
    border-radius: 100%;
    bottom: -28px;
    left: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 57px;
}
.page .artist-archive-content-wrap .artist-play-wrap .artist-play {
    border: 2px solid #808080;
    border-radius: 100%;
    padding: 5px 12px;
    text-align: center;
    width: auto;
    color: #808080;
    cursor: pointer;
}
.page .artist-archive-content-wrap .artist-play-wrap .artist-play > a {
    color: #808080;
}
.page .artist-archive-content-wrap .archive-artist-name {
    bottom: 0;
    margin: 30px auto 10px;
    text-align: center;
    width: 100%;
}
.page .artist-archive-content-wrap .archive-artist-name a {
    color: #826c61;
    letter-spacing: 1px;
}
.page .artist-archive-content-wrap .archive-artist-name a:hover{
    color: #8f8f8f;
}
.page .artist-archive-content-wrap .archive-artist-name p {
    color: #939aa0;
    font-size: 13px;
    font-weight: lighter;
}
.artist_page_wrapper .articst-wrapper:hover .hover_type{
    opacity: 1;
}
.artist-item-box img {
    border-radius: 6px;
    width: 100%;
}
h1.page-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}
.header_page_title_wrap.no_header_background {
    background-color: #808080;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    width: 100%;
}
.no_header_background .single_top_bar {
    display: inline-block;
}
.no_header_background .header-page-title-image img{
    padding: 12px 0;
}
.no_header_background .header-page-title-image {
    background-color: #8f8f8f;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin: 13px auto;
    padding: 0;
    text-align: center;
    width: 58px;
    height: 58px;
}
.no_header_background .no_title_icon_image h1.page-title{
    margin-top: 0;
    margin-left: 0;
}
.no_header_background h1.page-title {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    line-height: 1;
    margin-left: 20px;
    margin-top: 22px;
    padding-left: 0;
    width: auto;
}
.artist-social-wrap .artist-follow-btn,
.artist-social-wrap .album-login{
    border: 2px solid #8f8f8f;
    border-radius: 22px;
    color: #939aa0;
    display: inline-block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-top: 5px;
    padding: 9px 22px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.artist-social-wrap .artist-follow-btn:hover,
.artist-social-wrap .album-login:hover{
    background: #8f8f8f none repeat scroll 0 0;
    color: #ffffff;
}
.accordian-wrap .list-player-progress-section .jp-progress{
    width: 50%;
}
/**
* Artist detail page styles
*/
.inner-artist-content {
    padding-top: 30px;
}
.inner-artist-content .artist-social-wrap {
    background-color: #ffffff;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.album-archive-content-wrap .album-follow-button{
    padding: 12px 15px;
}
.artist-social-wrap .artist_shareicon {
    font-size: 20px;
    margin-left: 0;
    outline: 0 none;
    padding: 7px 22px;
}
.artist_shareicon.facebook {
    background-color: #3b5997;
    color: #ffffff;
}
.artist_shareicon.twitter {
    background-color: #29C5F6;
    color: #ffffff;
}
.artist_shareicon.google-plus {
    background-color: #C83D26;
    color: #ffffff;
}
.artist_shareicon.pinterest {
    background-color: #c61118;
    color: #ffffff;
}
.artist_shareicon.linkedin {
    background-color: #006dc0;
    color: #ffffff;
}
.artist_shareicon.digg {
    background-color: #337bc3;
    color: #ffffff;
}
.artist_shareicon.mail {
    background-color: #000000;
    color: #ffffff;
}
.artist-social-wrap .album-follow-button > a{
    border: 2px solid #8f8f8f;
    border-radius: 22px;
    color: #939aa0;
    display: inline-block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 9px 22px;
    width: auto;
    margin-top: 5px;
}
.artist-social-wrap .album-follow-button > a:hover {
    background-color: #8f8f8f;
    color: #ffffff !important;
}
.artist-social-wrap .album-follow-btn {
    border: 2px solid #8f8f8f;
    border-radius: 22px;
    color: #939aa0 !important;
    display: inline-block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 9px 22px;
    width: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.artist-social-wrap .album-follow-btn:hover {
    background-color: #8f8f8f;
    color: #ffffff !important;
}
.archive.tax-artist .artist-detail-wrap{
    padding-bottom: 20px;
}
.inner-artist-content .artist-detail-wrap{
    background-color: #ffffff;
    margin-top: 30px;
}
.inner-artist-content .artist-playall-wrap {
    /*border-bottom: 1px solid #f3f3f3;*/
    float: left;
    padding: 23px 15px;
    width: 100%;
}
.artist-playall-btn {
    background-color: #8f8f8f;
    border-radius: 20px;
    display: inline-block;
    outline: 0 none !important;
    float: left;
    padding: 10px 24px;
    width: auto;
}
.artist-filter-wrap {
    float: left;
    width: 100%;
}
#album-view, #songs-view,#playlist-view,#favorites-view {
    color: #939aa0;
    cursor: pointer;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 5px;
    margin-top: 9px;
    padding: 0 !important;
    height: 25px;
    width: 25px;
    line-height: 27px;
    text-align: center;
}
#album-view.panel-active,
#songs-view.panel-active,
#playlist-view.panel-active,
#favorites-view.panel-active {
    background: #8f8f8f;
    color: #ffffff;
}
.artist-filter-wrap .artist-filter-text:focus {
    outline:none;
}
.artist-filter-wrap .artist-filter-text {    
    border-radius: 20px;
    padding: 8px 10px;
}
.artist-filter-wrap > span {
    margin-left: 18px;
}
.artist-playall-btn > span {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}
.inner-artist-content .artist-thumb {
    float: left;
    /*padding: 15px 25px;*/
    padding: 15px 0px;
    width: 100%;
}
.artist-header-image {
    border-radius: 100%;
    width: 150px;
}
.div-group {
    margin-bottom: 5px;
    width: 100%;
}
.artist-album-release-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #a1a7ad;
}
.artist-song-name {
    color: #826c61;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
.artist-song-desc {
    color: #939aa0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}
.artist-save-album.div-group > a {
    border: 2px solid #8f8f8f;
    border-radius: 31px;
    color: #939aa0 !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 1px;
}
.album-extra-buttons > a:hover{
    background: #fff;
    color: #8f8f8f;
}
.album-extra-buttons > a {
    background: #8f8f8f none repeat scroll 0 0;
    border: 2px solid #8f8f8f;
    border-radius: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-right: 10px;
    padding: 7px 20px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    display: inline-block;
    margin-bottom: 10px;
}
album-artist-name-title.div-group > a {
    font-size: 12px;
    margin-right: 10px;
    text-decoration: underline;
}
.artist-save-album.div-group > a:hover {
    background-color: #8f8f8f;
    color: #ffffff !important;
}
.artist-album-title.div-group > a {
    color: #826c61;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.artist-album-title.div-group > a:hover {
    color: #8f8f8f;
}
.album-artist-name-title.div-group,.album-artist-name-title.div-group a{
    color: #888;
    font-family: 'Open Sans', sans-serif;
}
.album-artist-name-title.div-group{
    float: left;
}
.album-artist-name-title.div-group .singer-list{
    display: inline-block;
    float: right;
    width: 70%;
}
.album-artist-name-title.div-group span{
    display: inline-block;
    width: 30%;
    float: left;
}
.album-artist-name-title.div-group a:hover{
    color: #8f8f8f;
}
.artist-detail-wrap .artist-albums-songs {
    clear: both;
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}
.artist-detail-wrap .artist-albums-song-item {
    float: left;
    border-bottom: 1px solid #f3f3f3;
    /*padding: 17px 0 17px 30px;*/
    padding: 16px 0;
    width: 100%;
}
.row.artist-playall-list-wrap {
    padding-left: 30px;
    padding-right: 30px;
}
.users-playlist-songs-view .artist-playall-list-wrap{
    padding: 0;
    display: inline-block;
    width: 100%;
}
.users-favorites-songs-view .artist-playall-list-wrap{
    padding: 0;
    display: inline-block;
    width: 100%;
}
.playlist-heading {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #826c61;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
}
.artist-detail-wrap .artist-album-release-dt{
    margin-top: 15px;
    text-align: center;
}
.thumb-wrapper{
    margin-left: -10px;
}
.artist-detail-wrap .playlist-name-box {
    color: #826c61;
    display: block;
    margin-bottom: 5px;
    outline: medium none;
    padding: 5px;
    width: 100%;
    float: left;
    position: relative;
}
.artist-detail-wrap .playlist-name-box > span {
    margin-right: 5px;
}
.artist-detail-wrap .playlist-name-box:hover {
    background-color: #8f8f8f;
    color: #ffffff !important;
}
/*.artist-detail-wrap .playlist-name-box:hover a.playlist-name {
    color: #ffffff !important;
}*/
.artist-detail-wrap .playlist-name-wrap {
    border-right: 1px solid #f2f2f2;
    padding-right: 7px;
}
.artist-detail-wrap .artist-song-name-detail {
    padding-left: 40px;
}
.artist-detail-wrap .artist-song-name,.artist-song-desc {
    display: block;
    word-wrap: break-word;
}
.artist-detail-wrap .artist-song-number {
    margin: 3px 0;
    text-align: center;
}
.artist-songs-action {
    margin-left: 7px;
}
.artist-detail-wrap .artist-single-play a {
    background-color: #8f8f8f;
    border-radius: 14px;
    color: #ffffff;
    font-size: 12px;
    left: 0;
    opacity: 0;
    outline: 0 none;
    padding: 7px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.artist-albums-song-item:hover {
    background-color: #FCFCFC;
}
.artist-albums-song-item:hover .artist-single-play > a {
    opacity: 1;
}
.artist-albums-song-item:hover .artist-songs-action {
    opacity: 1;
}
.artist-detail-wrap .active-playing > a {
    opacity: 1;
}
.artist-detail-wrap .artist-songs-action {
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 100%;
    display: inline-block;
    font-size: 12px;
    height: 34px;
    margin: 0 5px 0 0;
    opacity: 0;
    padding: 8px;
    text-align: center;
    width: 34px;
}
.classess-details img {
    width: 100%;
}
.artist-song-action-icon > a.unfavoriets {
    color: #808080;
}
.page-title {
   // padding-bottom: 15px;
    padding-top: 30px;
}
.inner-page-section .page-title {
    margin-top: 0;
    padding-top: 10px;
}
.artist-song-action-icon > a.favoriets {
    color: #F5C034;
}
.artist-song-action-icon > a {
    outline: 0 none !important;
    color: #808080;
    display: inline-block;
    margin-bottom: 3px;
}
.artist-song-action-icon .user-playlist{
    max-height: 225px;
    overflow-y: auto;
    padding: 0;
}
.artist-song-action-icon .user-playlist.dropdown-menu li:first-child{
    background: #8f8f8f none repeat scroll 0 0;
    color: #ffffff;
    padding: 8px 20px;
}
.artist-song-action-icon .user-playlist.dropdown-menu li:first-child a > i {
    margin-left: 30px;
}
.artist-song-action-icon .user-playlist.dropdown-menu li:first-child a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    padding: 0;
}
ul.user-playlist li span.mt-playlist-message{
    padding: 8px 20px; 
    display: inline-block;
}
.artist-song-action-icon .user-playlist.dropdown-menu li > a {
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    padding-top: 8px;
}
#users-playlist-songs-view .list-player-progress-section{
    background: #8f8f8f;
}
#users-playlist-songs-view .list-player-progress-section .jp-progress{
    width: 40%;
}
.jp-pause{
    display: none;
}
.artist-detail-wrap .accordian-wrap {
    padding: 10px 15px;
}
.panel-heading {
    letter-spacing: 1px;
    padding: 15px;
}
.panel-default {
    border: none !important;
}
.panel {
    border: none !important;
    box-shadow: none !important;
}
.contact-info-table-cell p {
    color: #231f20;
}
.contact_page .widget.widget_text .textwidget {
    color: #231f20;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.album-archive-content-wrap .artist-sidebar-wrap,
.album-archive-content-wrap .contact-info-table-cell
{
    background-color: #ffffff;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.album-archive-content-wrap .artist-detail-wrap .artist_nothing_found {
    display: inline-block;
    margin: 0 -15px;
    width: 100%;
}
.padding_right {
    padding-right: 15px !important;
}
.artist-detail-wrap .playlist-active{
    background-color: #8f8f8f;
    color: #ffffff !important;
}
.artist-detail-wrap .delete-playlist-btn {
    color: #ffffff;
    float: right;
    text-align: center;
    width: 12%;
    position: absolute;
    top: 0;
    right: 0;
}
.artist-song-action-icon .jp-repeat {
    background: none !important;
}
.artist-follow-btn.follow , .album-follow-btn.follow  {
    background-color: #8f8f8f;
    color: #ffffff !important;
}
/**
* 6.1.1.3 - Events
*/

#primary.event_wrapper #main.site-main{
    background: #ffffff none repeat scroll 0 0;
    padding: 20px;
    width: 100%;
    float: left;
}
.event_wrapper .archive-content-wrap h2.mt-main-title{
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
    width: 100%;
    float: left;
}
.row-content-wrap .archive-event-list-item {
    background-color: #3c3c3c;
    border-radius: 7px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.row-content-wrap .archive-event-item-title .event_metadetail{
    display: inline-block;
    padding: 10px 0;
}
.row-content-wrap .archive-event-item-title .event_thumbnail{
    float: right;
    overflow: hidden;
    position: relative;
    margin-bottom: 21px;
}
.row-content-wrap .archive-event-item-title .event_thumbnail img{
    border: 5px solid #efefef;
    transition: 0.3s all;
}
.row-content-wrap .archive-event-item-title .event_thumbnail:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
.event_metadetail > a:hover{
    color: #F5C034;
}
.event_metadetail > a {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.event_metadetail > span.archive-event-location.event-venue > label{
    margin-right: 5px;
}
.event_metadetail > span > label{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    width: 130px;
}
.event_metadetail > span {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    display: block;
    line-height: 1.5;
}
.row-content-wrap .archive-event-date-back {
    background: #8f8f8f none repeat scroll 0 0;
    border-radius: 6px 0 0 6px;
    display: block;
    float: left;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    width: 140px;
}
.row-content-wrap .archive-event-date {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 140px;
    padding: 0;
}
.row-content-wrap .archive-event-day {
    color: #ffffff;
    /*float: left;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    /*width: 44%;*/
}
.entry-content > h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
}
.row-content-wrap .archive-event-month {
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding-top: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.archive-event-year {
    color: #ffffff;
    display: block;
    text-align: center;
    width: 100%;
}
.row-content-wrap .archive-event-item-title {
    height: 100%;
    margin-left: 140px;
    padding: 21px;
}
.row-content-wrap .archive-event-item-title > a {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
}
.row-content-wrap .archive-event-location {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
}
/*Single Event Page Css*/
a:focus,a:active{
    outline: 0 none;
}
.single_event_wrapper img.attachment-post-thumbnail{
    margin-bottom: 50px;
}
.single_event_wrapper .row-content-wrap .archive-event-list-item{
    margin-bottom: 40px;
    min-height: 100px;
}
.single_event_wrapper .row-content-wrap .archive-event-item-title{
    float: left;
}
.single_event_wrapper .entry-content{
    margin-bottom: 30px;
}
.single_event_wrapper .sol_shareicondiv{
    float: none;
    margin-bottom: 30px;
}
.single_event_wrapper .event_buttons{
    margin-bottom: 20px;
}
.single_event_wrapper .event_buttons > a {
    border: 2px solid #8f8f8f;
    border-radius: 50px;
    color: #939aa0;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 30px;
    transition: 0.2s all;
    text-align: center;
}
.single_event_wrapper .event_buttons > a:hover{
    background: #8f8f8f;
    color: #fff;
}
.single_event_wrapper .post-navigation{
    float: none;
}
.single_event_wrapper .comments-area{
    float: none;
}
.single_event_wrapper .event_video_embed,
.single_event_wrapper .slick_slider{
    margin-bottom: 30px;
}
.single_event_wrapper .slick-prev,.single_event_wrapper .slick-next{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 50px;
    width: 50px;
}
body .single_event_wrapper .slick-next{
    right: 0;
}
.single_event_wrapper .slick-next::before{
    content: "";
    display: block;
    font-family: fontawesome;
    padding-left: 20px;
    padding-top: 8px;
}
.single_event_wrapper .slick-prev::before{
    content: "";
    display: block;
    font-family: fontawesome;
    padding-left: 20px;
    padding-top: 8px;
}
.single.single-event .event_category,
.single.single-event .event_tag{
    margin: 5px 0;
}
.single.single-event #sol-map-container{
    float: left;
}

/**
* 6.1.1.4- Single Gallery Page
*/
.single_gallery_wrapper .gallery-image-listing:hover .hover_type{
    opacity: 1;
}
.single_gallery_wrapper .gallery-image-listing{
    float: left;
    margin: 0.5%;
    position: relative;
    width: 24%;
}
.single_gallery_wrapper .hover_type a{
    font-size: 20px;
}
.single_gallery_wrapper #main.site-main{
    float: left;
    width: 100%;
}
.single_gallery_wrapper .sol_shareicondiv{
    margin-bottom: 40px;
}
.single_gallery_wrapper .entry-content.col-xs-12.padding_0 {
    margin-bottom: 20px;
}
.single_gallery_wrapper .gallery-wrapper{
    margin-bottom: 20px;
}
.single_gallery_wrapper .gallery-wrapper h2.mt-main-title{
    margin: 0 0 10px 0;
}

/**
 *   6.1.1.5 - Single Post Page
*/
.single_blog_wrapper #main.site-main{
    width: 100%;
    float: left;
}
.entry-content p,
.entry-content{
    color: #939aa0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
}
.single.single-album .entry-content{
    margin-top: 10px;
}
p.no-song-listing{
    margin-top: 15px;
}
.blog_content p,
.blog_content{
    color: #939aa0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 1px;
}
.single_post_wrapper .category_list{
    margin-top: 20px;
}
.author_biography {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.author_biography .author-biography-title{
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.author_biography .author-title {
    float: left;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: 1px;
}
.author_biography .author-bio {
    color: #a1a7ad;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    width: 100%;
    letter-spacing: 1px;
}
.author_biography .author-post-link {
    color: #807f7f;
    float: left;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
}
.author_biography .author-post-link a {
    color: #8f8f8f;
}
.mt-main-title{
    color: #826c61;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}
.mt-navigation .post-navigation {
    display: table;
    float: left;
    height: 100%;
    margin-bottom: 40px;
    width: 100%;
}
.mt-navigation .post-navigation .nav-links {
    display: table-row;
    height: 100%;
}
.mt-navigation .post-navigation .nav-previous {
    border: 1px solid #e7e7e7;
    display: table-cell;
    float: left;
    height: 99.9%;
    text-align: left;
    width: 50%;
}
.mt-navigation .post-navigation .nav-next {
    display: table-cell;
    float: right;
    height: 100%;
    text-align: right;
    width: 50%;
    border: 1px solid #efefef;
}
.mt-navigation .post-navigation .nav-next a {
    padding: 15px 50px 15px 15px;
}
.mt-navigation .post-navigation a {
    display: block;
    height: 99.9%;
    padding: 15px 15px 15px 50px;
    position: relative;
}
.mt-navigation .post-navigation a:hover {
    background: #fafafa none repeat scroll 0 0;
}
.mt-navigation .post-navigation a:hover .post-title{
    color: #8f8f8f;
}
.mt-navigation .post-navigation .meta-nav {
    color: #826c61;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
.mt-navigation .post-navigation .post-title {
    color: #a1a7ad;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 5px;
}
.mt-navigation .post-navigation .meta-nav-arrow {
    bottom: 15px;
    color: #888;
    font-size: 25px;
    height: 20px;
    left: 15px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    right: auto;
    top: 15px;
    width: 15px;
}
.mt-navigation .post-navigation .nav-next .meta-nav-arrow {
    left: auto;
    right: 15px;
}

a.primary_btn,
input[type="button"], input[type="submit"]{
    background: #000 none repeat scroll 0 0;
    border:none;
    box-shadow: none;
    color: #FFFFFF;
    padding: 7px 30px;
    transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 20px 0;
}
a.primary_btn:hover,
input[type="button"]:hover, input[type="submit"]:hover{
    background: #8f8f8f;
    color: #fff;
}

#commentform .comment-form-author{
    float: left;
    margin-right: 1%;
    width: 49%;

}
#commentform .comment-form-email{
    float: left;
    width: 50%;
}
/*.contact_page .wpcf7-textarea {
    width: 95%;
    display: block;
}*/
.wpcf7-form p:nth-child(13) input,
.wpcf7-form p:nth-child(13) {
    width: 100%;
    display: block;
}
.blog_wrapper .wpcf7-form p {
    display: inline;
    float: left;
    margin-right: 1%;
    width: 49%;
}
.contact_page .wpcf7-form p:nth-child(2),
.contact_page .wpcf7-form p:nth-child(3),
.contact_page .wpcf7-form p:nth-child(4),
.contact_page .wpcf7-form p:nth-child(5) {
    display: inline;
    float: left;
    margin-right: 1%;
    width: 49%;
}
select#zip-select,
input[type="tel"],
input[type="text"],
input[type="password"],
input[type="email"],
.wpcf7-textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
#comments #reply-title {
    border-bottom: 1px solid #efefef;
    margin: 0 0 20px;
    padding-bottom: 20px !important;
    letter-spacing: 1px;
}
#comments span,#comments label,
p.comment-notes{
    color: #a1a7ad;
    font-weight: normal;
    font-size: 14px;
}
#comments #commentform > p > label{
    display: block;
}
#comments #commentform input[type="text"],#comments #commentform textarea{
    width: 100%;
}
#comments #commentform > p{
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#comments .required{
    color: red;
}
.comments-area{
    float: left;
    width: 100%;
}
.page .content-area{
/*    margin-top: 30px;*/
}
.page .content-area > .site-main{
/*    background: #fff;*/
/*    padding: 20px;*/
    width: 100%;
    float: left;
}
.team-item img {
    height: 200px;
    width: 200px;
    float: left;
    display: inline-block;
    margin-right: 30px;
}
.team-info-back {
    padding: 20px 0;
    width: auto;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.team-item-grid .phone,
.team-item-grid .link {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.team-info-back span {
    cursor: pointer;
}
.team-wrapper {
    background: #fff;
    padding: 0;
    float: left;
    width: 100%;
}
.content p {
    padding: 20px 0;
    float: left;
    width: 100%;
    
}
.upload_image_button {
    cursor: pointer;
}
.team-grid {
    list-style: none;
    padding: 0;
}
.team-info-back h4 {
    padding: 0;
    margin: 0;
}
#comments .comments-title{
    border-bottom: 1px solid #efefef;
    color: #826c61;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.5;
}
#comments .comments-title > span{
    color: inherit;
    font-size: inherit;
}
#comments .comment .comment-body a:hover{
    color: #F5C034;
}
#comments .comment-list{
    margin: 0;
    padding: 0;
}
#comments .comment-list li.comment article.comment-body{
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#comments .comment-list li.comment .comment-body{
    border-bottom: 1px solid #efefef;
    float: left;
    margin-bottom: 40px;
    padding-bottom: 20px !important;
    width: 100%;
}
#comments .comment-list li.comment{
    list-style-type: none;
}
#comments .comment-list .comment-meta{
    display: inline-block;
    margin-right: 15px;
}
#comments .comment-list .reply a{
    color: #826c61;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}
#comments .comment-list .comment-meta a{
    color: #939aa0;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
}
#comments .comment-list .reply{
    display: inline-block;
}
#comments .comment-author.vcard {
    padding-right: 15px;
}
#comments .comment-author.vcard img{
    border-radius: 6px;
}
#comments .comment-awaiting-moderation{
    display: block;
    margin-bottom: 5px;
}
#comments .comment-list footer.comment-meta .comment-author{
    display: inline-block;
    margin-right: 30px;
}
#comments .comment-list footer.comment-meta .comment-author img{
    margin-bottom: 10px;
    margin-right: 15px;
}
#comments span.fn,#comments span.fn > a.url{
    color: #826c61;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
#comments .comment-body .comment-content{
    margin-bottom: 10px;
}
#comments .comment-body .comment-content, #comments .comment-body .comment-content p{
    color: #939aa0;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
}
article h3 {
    //margin-top: 0;
}
article h4 {
    margin-top: 23px;
    margin-bottom: 23px;
}
/**
 *   6.1.1.6 - Resident Page
 */
.my_form div {
    padding-left: 0;
}
.my_form .wpcf7-form-control.wpcf7-text {
    padding-top: 40px;
    width: 100%;
}

.my_form .wpcf7-form-control.wpcf7-textarea {
    resize: vertical;
    min-height: 150px;
    padding-top: 40px;
}

select#zip-select {
    width: 300px;
}
select#zip-select option {
    padding: 5px 10px;
}
p.login-error {
    color: red;
}

/**
* 6.1.2 - Default Post Type and Pages
*/
/**
* 6.1.2.1 - Blog
*/

.paging-navigation {
    display: block;
    text-align: center;
    width: 100%;
    float: left;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.paging-navigation .pagination {
    display: inline-block;
    margin: 0;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.paging-navigation .pagination .page-numbers.current{
    border: 1px solid #8f8f8f;
    color: #8f8f8f;
}
.paging-navigation .pagination .page-numbers{
    border: 1px solid #f7f7f7;
    color: #bdbdbd;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 5px 2px;
    padding: 10px 18px;
    position: relative;
}
.paging-navigation .pagination .page-numbers:hover{
    border: 1px solid #8f8f8f;
    color: #8f8f8f;
}
.sol_shareicon.facebook:hover {
    background: #3B5997;
}
.sol_shareicon.twitter:hover {
    background: #29C5F6;
}
.sol_shareicon.google-plus:hover {
    background: #C83D26;
}
.sol_shareicon.pinterest:hover {
    background: #C61118;
}
.sol_shareicon.linkedin:hover {
    background :#006DC0;
}
.sol_shareicon.instagram:hover {
    background: #AA856A;
}
.sol_shareicon.mail:hover {
    background: #000000;
}
.sol_shareicon.rss:hover {
    background: #FF9800;
}
.sol_shareicon.youtube:hover {
    background: #B80000;
}
.sol_shareicon.flickr:hover {
    background: #FF0084;
}
.sol_shareicon.digg:hover {
    background: #337BC3;
}
#secondary{
    margin-top: 30px;
}
#secondary .widget{
    background: #fff;
    padding: 25px;
    margin-bottom: 30px !important;
}

/**
* 6.1.2.2 - Contact us
*/
.inner-contact-content .contact-form-wrap {
    margin-top: 30px;
}
.inner-contact-content .contact-form-wrap section.widget:nth-child(even){
    background-color: #ffffff;
    float: left;
    margin: 0 1%;
    width: 28%;
    padding: 20px;
}
.inner-contact-content .contact-form-wrap section.widget:nth-child(odd){
    background-color: #ffffff;
    float: left;
    margin: 0 1%;
    width: 68%;
    padding: 20px;
}
footer .wpcf7-form p{
    color: #fff;
    font-weight: bold;
}
.wpcf7-form p{
    color: #a1a7ad;
    font-weight: normal;
    font-size: 12px;
}
.inner-contact-content #location {
    background-color: #ffffff;
    float: left;
    padding: 5px;
    width: 100%;
    margin-top: 30px;
}
textarea {
    background-color: transparent;
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 11px;
    width: 100%;
}
.album-archive-content-wrap fieldset input{
    background-color: #ffffff;
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 11px;
    width: 100%;
}
.album-archive-content-wrap fieldset input[type="submit"] {
    border: 1px solid #8f8f8f;
    border-radius: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 80px;
}
.album-archive-content-wrap fieldset p {
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    margin-top: 15px;
    width: 100%;
    font-size: 12px;
}

.contact_us_form div {
    padding-left: 0;
}
.contact_us_form .wpcf7-form-control.wpcf7-text {
    padding-top: 40px;
    width: 100%;
}
.contact_us_form .wpcf7-form-control.wpcf7-textarea {
    min-height: 150px;
    padding-top: 40px;
    resize: vertical;    
}


/**
* 6.1.2.3 - 404 Page css
*/
.error-404.not-found{
    background: #ffffff none repeat scroll 0 0;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}
.error-404.not-found h2.title-404{
    font-family: 'Open Sans', sans-serif;
    font-size: 110px;
    font-weight: bold;
    margin: 0;
}
.error-404.not-found .home-404-page-link a{
    background: #8f8f8f none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 12px 15px;
}
#searchform #searchsubmit {
    background: #fff none repeat scroll 0 0;
    color: #000;
    padding: 10px 15px 9px;
}
#searchform #searchsubmit:hover {
    color: #fff;
}
#searchform input[type="text"]{
    height: 41px;
}
.search-page #main.site-main{
    width: 100%;
    float: left;
}
.search-page #main.site-main article.no-results.not-found{
    margin-bottom: 0;
}
.search-page #main.site-main article{
    margin-bottom: 20px;
}
.search-page #main.site-main .blog_readmore{
    text-align: left;
}

/**
* 6.1.3 - Myaccount
*/
/**
* 6.1.3.1 - Login , Registration, Edit profile page design
*/
.page .login-section,.page .registration-section,.page .password-section{
    background: #fff;
}
.login-section label,.registration-section label,.password-section label{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.login-section input[type="text"],.registration-section input[type="text"],
.password-section input[type="text"]{
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
input[type="radio"], input[type="checkbox"]{
    margin: 0;
    position: relative;
    top: 3px;
}
.login-section .form-group,.registration-section .form-group{
    margin-bottom: 25px;
}
.music-login-error{
    color: #ff0000 !important;
    font-family: arial;
    font-weight: normal;
}
.xl_rpm-message-success{
    color: #008000 !important;
}
.artist-song-action-icon .user-favorite-message{
    bottom: -18px;
    display: block;
    font-size: 12px;
    left: -35px;
    position: absolute;
}
.profile-section #taBiography{
    color: #000001;
    font-family: 'Open Sans', sans-serif;
    height: 14px;
    min-height: 100px;
    resize: vertical;
    width: 100%;
}
.profile-section .xl_rpm-user-profile{
    background: #f1f1f1 none repeat scroll 0 0;
    border: 2px solid #e7e7e7;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.profile-section #userProfileImage{
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}
.profile-section .xl_rpm-user-upload-image{
    text-align: center;
    margin-top: 30px;
}
.profile-section .xl_rpm-user-upload-image > label{
    color: #959993;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.profile-section input#btnEditProfileSubmit{
    background: #8f8f8f;
    color: #fff;
}
.profile-section input#btnEditProfileSubmit:hover{
    background: #fff;
    color: #a1a7ad;
}
#userProfileImage + label {
    background-color: #333333;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 auto;
    max-width: 200px;
    overflow: hidden;
    padding: 12px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xl_rpm-user-profile .profile_image_remove{
    bottom: 10px;
    cursor: pointer;
    position: absolute;
    right: 6px;
}
.xl_rpm-user-profile-pic{
    min-height: 129px;
    position: relative;
}
#comment_captcha{
    margin-bottom: 20px;
}

/**
 *   6.2 - Sidebar Design
*/
.single .bdp_single .author-avatar-div{
    margin-bottom: 40px;
}
.widget ul{
    margin: 0;
    padding: 0;
}
.widget ul.children {
    margin-left: 20px;
}
.widget ul.sub-menu{
    padding-left: 20px;
}
.image-post.gallery ul li:before{
    content: none;
}
.widget ul.as-slides li a{
    text-indent: 0;
}

.widget ul li {
    list-style: none;
}
.site-footer p,
.site-footer span {
     color: #a1a7ad;
     font-size: 14px;
     font-weight: 500;
     margin-top: 2px;
}
.mt-footer-main .widget ul li a {
    padding-left: 0px;
    text-indent: 0px;
}
.widget ul li a {
    color: #a1a7ad;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    transition: all 0.2s ease 0s;
    font-weight: normal;
    letter-spacing: 0.5px;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}
.widget ul li a:hover:before{
    color: #8f8f8f;
}
.widget select option:focus,
.widget select option:active{
    outline: 0 none;
}
.widget.widget_calendar table{
    width: 100%;
    table-layout: fixed;
}
.widget.widget_calendar td, .widget.widget_calendar th {
    border: 1px solid #efefef;
    padding: 10px;
    color: #a1a7ad;
}
.widget select{
    background: transparent;
    border: 1px solid #efefef;
    color: #a1a7ad;
    padding: 15px;
    width: 100%;
}
.widget_wysija_cont p label{
    color: #a1a7ad;
}
.widget.widget_recent_comments #recentcomments > li a:before{
    content: none;
}
.widget.widget_recent_comments #recentcomments > li{
    margin-left: 0;
    padding-bottom: 20px;
    text-indent: 0;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.recentcomments > span {
    color: #333333;
}
.widget.widget_recent_comments #recentcomments > li a:hover{
    color: #8f8f8f;
}
.widget.widget_recent_entries ul li a{
    padding: 2px 0;
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
}
.widget.widget_recent_entries ul li{
/*    padding-bottom: 20px;*/
    padding-left: 30px;
}
.widget.widget_tag_cloud .tagcloud a:hover{
    background: #8f8f8f;
    color: #fff;
}
.widget.widget_tag_cloud .tagcloud a{
    background: #565656 none repeat scroll 0 0;
    color: #ffffff !important;
    display: inline-block;
    font-size: 10px !important;
    line-height: 1.5;
    margin: 4px 4px 4px 0;
    padding: 6px;
    transition: all 0.2s ease 0s;
}
.widget.widget_text .textwidget{
    color: #939aa0;
}
.site-footer .widget.widget-contact-information a,
.site-footer .widget.widget-contact-information p,
.site-footer .widget.widget-contact-information span {
    color: #fff;
}
.site-footer .widget.widget-contact-information a:hover {
    color: #808184;
}
.site-footer,
.site-footer p,
.site-footer .widget a,
.site-footer .widget_calendar caption,
.site-footer .widget.widget_calendar td,
.site-footer .widget.widget_calendar th,
.site-footer .widget.widget_text .textwidget,
.site-footer .widget.widget_tag_cloud .tagcloud a,
.site-footer .widget select {
    color: #808184;
}
.site-footer .widget a:hover {
    color: #fff;
}
.site-footer .widget ul li {
    color: #fff;
}
footer .widget.widget_text .textwidget {
    color: #fff;
}
footer input[type="button"],footer input[type="submit"]{
    background: transparent;
    color: #fff;
    font-weight: bold;
}
footer .jp-interface{
    padding-bottom: 0;
}
p.wysija-paragraph{
    position: relative;
}
.formError{
    bottom: -40px !important;    
    left: 52% !important;    
    top: auto !important;    
}
.formError .formErrorContent{
    width: 175px;
}

/**
 * 6.3 - Footer
*/
.mt-footer-main .contact-info-table-cell address,
.mt-footer-main .contact-info-table-cell address p{
    margin-bottom: 0px !important;
}
.mt-footer-main {
    background-color: #221f1f;
    padding: 35px 0 0;
}
.top-footer {
    border-bottom: 1px solid #fff;
}
.copyright-single {
    width: 100%;
    background-color: #221f1f;
    padding: 15px 0px;
    color: #dbdbdb;
}
.footer-jplayer-wrap.no-sticky-footer {
    position: relative !important;
}
.site-footer.footer.no-sticky-footer {
    margin-bottom: 0 !important;
}
.footer-jplayer-wrap {
    background-color: #F5C034;
    width: 100%;
    z-index: 100;
}
.copyright {
    font-size: 10px;
    word-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
}
.footer_social {
    display: inline-block;
    float: right;
}
.footer_social > span {
    margin: 0 15px;
}
.footer_social > span:first-child {
    margin-left: 0;
}
.footer_social > span:last-child {
    margin-right: 0;
}
.sol_shareicon > i {
    color: #ffffff;
}
i.fa {
    line-height: inherit;
}
.sol_shareicondiv {
    display: inline-block;
}
.sol_shareicon {
    color: #0EB493;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.sol_shareicon > i{
    color: #fff;
    line-height: 46px;
}
.sol_shareicondiv a{
    margin-right: 2px;
    background-color: #0EB493;
    margin-bottom: 5px;
}
.sol_shareicondiv.large .sol_shareicon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.sol_shareicondiv.large .sol_shareicon .fa {
    font-size: 20px;
}
.sol_shareicondiv.square .sol_shareicon {
    border-radius: 0;
}
.solshareicon .fa {
    font-size: 14px;
}
.sol_shareicondiv .sol_shareicon:last-child {
    margin-right: 0;
}
.sol_shareicondiv .sol_shareicon:hover{
    opacity: 0.9;
    transition: 0.2s all;
    -ms-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.sol_shareicondiv .sol_shareicon:hover,
.sol_shareicondiv .sol_shareicon:hover > i {
    color: #fff;
}
.sol_shareicon.facebook {
    background: #3B5997;
}
.sol_shareicon.twitter {
    background: #29C5F6;
}
.sol_shareicon.mail {
    background: #000;
}
.sol_shareicon.pinterest {
    background: #c61118;
}
.sol_shareicon.google-plus {
    background: #C83D26;
}
.sol_shareicon.linkedin {
    background :#006DC0;
}
.sol_shareicon.instagram {
    background: #AA856A;
}
.sol_shareicon.rss{
    background: #FF9800;
}
.sol_shareicon.youtube{
    background: #B80000;
}
.sol_shareicon.flickr{
    background: #FF0084;
}
.sol_shareicon.digg{
    background: #337BC3;
}
/**
* Jquery player Style
*/
.jp-playlist-item::before {
    content: "";
    font-family: "fontawesome";
    padding-right: 20px;
}
/*.single-album .jp-controls {
    width: 75px;
}*/
.mt-player-wrap {
    width: 100%;
}
.jp-audio{
    background-color: transparent;
}

.footer-progress-section {
    padding-top: 6px;
}
.footer-volume-section {
    padding-top: 30px;
    width: 40%;
    float: left;
}
.jp-volume-controls.footer-volume-controls {
    width: 60%;
    float: left;
    margin-top: 30px;
}
.footer-volume-section .mt-jp-toggles > span{
    float: left;
}
.footer-volume-section .mt-jp-toggles > span.footer-jp-repeat{
    padding-left: 0;
}
.footer-jp-controls button{
    width: auto !important;
}
.footer-jp-previous > img {
    /*margin-top: 12px;*/
}

.footer-jp-play:before{
    content: "" !important;
    overflow: visible;
}
.footer-jp-next:before{
    content: "" !important;
    overflow: visible;
}
.footer-jp-previous:before{
    content: "" !important;
    overflow: visible;
}
.footer-jp-stop:before{
    content: "" !important;
    overflow: visible;
}
.footer-progress-section .jp-progress {
    display: inline-block;
    width: 70%;
    height: 10px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.footer-progress-section .jp-play-bar{
    background: #ffffff;
}
.jp-current-time {
    cursor: default !important;
    display: inline !important;
    float: none !important;
}
.jp-duration {
    cursor: pointer !important;
    display: inline!important;
    text-align: right !important;
    float: none!important;
}
.footer-jp-audio button {
    background-color: transparent !important;
    border: none !important;
    padding: 2px !important;
}
.footer-jp-controls button {
    padding: 10px !important;
}

.footer-jp-play {
    margin-top: -10px;
}
.footer-jp-audio {
    background-color: transparent !important;
    border: none !important;
}

.footer-jp-mute > img {
    width: 20px;
    display: block;
    float: left;
}
.footer-jp-volume-bar {
    width: 88px !important;
    display: inline-block !important;
    float: left !important;
}
.footer-jp-volume-controls {
    display: inline-block;
    width: 63%;
}
.footer-jp-volume-controls button {
    width: 28px !important;
    display: inline-block !important;
    float: left !important;
    height: 22px;
}
.footer-jp-volume-max > img {
    display: block !important;
    margin: 0;
    width: 22px !important;
}
.footer-jp-mute > img {
    display: block !important;
    float: left !important;
    width: 20px !important;
}
.player-btn-lbl {
    display: block;
    opacity: 0;
}
.player-btn:hover .player-btn-lbl {
    opacity: 1;
}
.footer-jp-shuffle{
    background: none !important;
    width: 40%;
    margin-left: 20px !important;
}
.jp-shuffle.footer-jp-shuffle > img{
    width: 30px;
}
.jp-repeat.footer-jp-repeat > img{
    width: 30px;
}
.footer-volume-controls button{
    overflow: visible !important;
}
.footer-volume-controls .jp-mute::before {
    content: "" !important;
}
.footer-volume-bar-value{
    background: #ffffff !important;
}
.footer-jp-repeat {
    background: none !important;
    width: 40%;
}
.footer-volume-bar {
    background: rgba(255,255,255,0.5) !important;
    height: 10px !important;
    margin-bottom: 2px;
}
.fixed-player {
    background-color: #8f8f8f;
    bottom: 0;
    float: left;
    position: fixed;
    width: 100%;
}
.album-song {
    background-color: #ffffff !important;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2147483647;
}
jp-audio .jp-progress {
    border-radius: 15px !important;
    height: 13px !important;
}
.jp-audio .jp-type-playlist .jp-time-holder {
    left: 113px !important;
    width: 59% !important;
}
.jp-title,
.jp-current-time,
.jp-duration{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    color: #fff;
}
.footer-progress-section .jp-current-time{
    margin-right: 15px;
}
.footer-progress-section .jp-duration{
    margin-left: 15px;
}

.list-player-progress-section .jp-current-time{
    float: left !important;
}
.list-player-progress-section .jp-duration{
    float: right !important;
    padding-right: 15px;
}
.list-player-progress-section .jp-progress .jp-play-bar{
    background: #fff;
}
.list-player-progress-section .jp-progress{
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    height: 10px !important;
    width: 64%;
}
.list-player-progress-section {
    /*background-color: #F5C034;*/
    border-radius: 11px;
    padding: 2px;
    text-align: center;
    margin-top: 10px;
}

/**
* 6.4 - Theme Option
*/
.theme_options_left .color_preview_section {
    clear: both;
    margin-bottom: 15px;
    font-family: Verdana;
}
.theme_options_left .color_preview_section .wp-picker-container {
    display: block;
}
.theme_options_left .wp-picker-container input.wp-color-picker[type="text"] {
    font-family: Verdana;
    font-size: 12px;
    height: 26px;
    line-height: 1;
    padding: 5px;
    width: 65px;
    float: left;
    min-height: 100%;
}
.theme_options_left .theme_options_div input[type="button"] {
    width: auto;
    padding: 8px;
}
.theme_options_left .wp-picker-container .button {
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
    min-height: 100%;
    height: 26px;
    width: auto;
}
.theme_options_div .reset-op-button,
.theme_options_div .save-op-button,
.theme_options_left .wp-picker-container .button {
    background: none;
}
.theme_options_left .wp-color-result {
    text-decoration: none;
    margin: 0;
    box-shadow: none;
    height: 26px;
    margin-right: 5px;
    border-color: #777;
}
.theme_options_left .wp-color-result:after{
    line-height: 24px;
    font-size: 12px;
    border-color: #777;
}
.theme_options_layer {
    background: none repeat scroll 0 0 #fff;
    left: -266px;
    opacity: 9;
    position: fixed;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 266px;
    z-index: 1000;
    text-align: left;
}
.theme_options_right {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 35px;
    height: 60px;
    line-height: 38px;
    position: absolute;
    right: -60px;
    text-align: center;
    top: 40%;
    width: 60px;
    padding-top: 11px;
}
.theme_options_left {
    background: none repeat scroll 0 0 #22272d;
    border: 1px solid #22272d;
    float: left;
    padding: 25px;
    width: 100%;
    border-radius: 0 5px 5px 0px;
    -webkit-border-radius: 0 5px 5px 0px;
    -ms-border-radius: 0 5px 5px 0px;
    -o-border-radius: 0 5px 5px 0px;
    /*overflow-y: scroll;*/
    height: auto;
}
.background_pattern_wrap {
    float: left;
    margin: 10px 0 0;
}
.background_pattern_wrap .pattern_option {
    margin-bottom: 15px;
    float: left;
    margin-left: 2px;
}
.background_pattern_wrap #xl_rpm_pattern_preset {
    display: none;
}
.background_pattern_wrap .pattern_option img {
    padding: 1px;
    border: 1px solid transparent;
}
.background_pattern_wrap .pattern_option img.selected_panel,
.background_pattern_wrap .pattern_option img:hover {
    border-color: #fff;
}
.background_pattern_wrap > label {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.box_layout_options {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.option_main_label {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 6px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#fff;
}
.option_label {
    color: #8D969A;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0 4px;
}
#theme_option_form label.color_label{
    color: #444444;
    line-height: 1;
    font-size: 15px;
    font-weight: normal;
}
.wp-picker-open {
    border-radius: 0;
}
.white-bg {
    background: #fff;
    border:1px solid #ccc;
}
.green-bg {
    background: #3acf87 ;
}
.blue-bg {
    background: #2db2ea ;
}
.orange-bg {
    background: #fa5b0f ;
}
.navy-bg {
    background: #495d7f ;
}
.yellow-bg {
    background: #ffb400 ;
}
.peach-bg {
    background: #fcab55 ;
}
.red-bg {
    background: #dd3737 ;
}
.beige-bg {
    background: #bfa980 ;
}
.pink-bg {
    background: #d64391 ;
}
.cyan-bg {
    background: #37b6bd ;
}
.celadon-bg {
    background: #74aea1 ;
}
.brown-bg {
    background: #784e3d ;
}
.cherry-bg {
    background: #911938 ;
}
.gray-bg {
    background: #808080 ;
}
.purple-bg {
    background: #917ae9 ;
}
.dark-bg {
    background: #404040 ;
}
.op_blue {
    background: #428bca ;
}
.op_green {
    background: #96b566 ;
}

.op_bluelight {
    background: #ca8142;
}
.op_cool {
    background: #674172;
}
.theme_options_left .theme_options_div .button-small {
    padding: 4px 15px !important;
}
.theme_options_left .theme_options_div input[type="button"] {
    border-radius: 0px;
    border:1px solid #0088cd;
    line-height: normal;
    box-shadow: none;
    text-transform: capitalize;
    color: #0088cd;
    text-shadow: unset;
    background: #fff;
    font-weight: normal;
}
.theme_options_left .theme_options_div input[type="button"]:hover{
    color: #fff;
    background:  #0088cd;
    border-color:1px solid #0088cd;
}
.theme_options_left .theme_options_div input[type="button"].save-op-button {
    color: #fff;
    background:  #0088cd;
}
.theme_options_left .theme_options_div input[type="button"].save-op-button:hover {
    color: #0088cd;
    background: #fff;
}
.theme_options_left .single_color_selection {
    display: block;
    margin: 0;
    padding: 0;
    border:15px solid;
}
.theme_options_left .color-option.preset .xl_rpm_select_color {
    display: none;
}
.theme_options_left .color-option.preset {
    float: left;
    margin-right: 2px;
}
.theme_options_left .color-option.preset:last-child {
    margin-right: 0;
}
.theme_options_left .controls_preset {
    float: left;
    margin-bottom: 20px;
}
.theme_options_left .controls_preset .selected_panel,
.theme_options_left .controls_preset .single_color_selection_wrap:hover {
    border-color: #fff !important;
}
.theme_options_left .controls_preset .single_color_selection_wrap {
    border: 1px solid transparent;
    padding: 1px;
}
.theme_options_left .color_note {
    float: left;
    color: #fff;
}
.theme_options_left #theme_layout_ul,
.theme_options_left #theme_background_ul {
    margin-bottom: 10px;
    font-family: cursive;
    background: #fff;
    padding: 5px;
    font-size: 15px;
    border: 1px solid #ddd;
}
.theme_options_left #theme_layout_ul:focus,
.theme_options_left #theme_background_ul:focus,
.theme_options_left select:focus,
.theme_options_left select option:focus,
.theme_options_left #theme_layout_ul option:focus ,
.theme_options_left #theme_background_ul option:focus {
    outline: none !important;
}
.theme_options_left #theme_option_form .option_label {
    color: #fff;
    font-size: 16px;
}
.theme_options_left .theme_options_div input[type="button"] {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    width: 85px;
}

/**
 * 7.0 - Shortcodes
 */
.shortcode_title {
    border-bottom: 4px double #e7e7e7;
    border-top: 4px double #e7e7e7;
    color: #F5C034;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 50px 0 !important;
    padding: 8px 30px;
}
h1,h2,h3,h4,h5,h6 {
    color: #231f20;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}
.details-title {
    font-size: 32px;
    padding: 30px 15px;
    letter-spacing: -1px;
position: relative;
} 
/**
 * 7.1 - Accordian and Toggle
 */
.faq-list {
    float: left;
    width: 100%;
}
.faq-list a {
    color: #efb537;
}
.faq-list a:hover {
    color: #373f81
}
.faq-list .fa {
    font-size: 15px;
    float: right;
}
.faq-list .question_heading {
    border: none;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    color: #231f20;
/*    background: #F5C034;*/
}
.faq-list .question_heading.closefaq {
    background: #f2f2f2;
    color: #6D6E70 !important;
    font-family: 'Open Sans', sans-serif;
}
.faq-list .question_heading i,
.faq-list .question_heading.closefaq:hover i {
    color: #ffffff;
}
.question_heading span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #6D6E70;
    font-weight: 600;
}
.faq-single {
    padding: 5px 0;
}
.faq-list .faq-answer {
    display: none;
    padding: 10px 0;
    color: #231f20;
}
.designation_field,
.customer-name {
    width: auto;
    display: inline;
}
.designation_field {
    font-family: 'Open Sans', sans-serif;
    color: #231f20;
    font-size: 12px;
}
.faq-list .faq-answer p {
    margin: 0;
    padding: 10px 0;
    text-align: unset !important;
}
.faq-list .faq-single {
/*    margin-bottom: 15px;*/
}

/**
 * 7.2 - Map
 */
.marB18 > div {
    max-width: 100%;
}

/**
 * 7.3 - Spacer
 */
hr.sol_spacer{
    border: medium none;
    margin: 0;
    background: #fff;
}

/**
 * 7.3 - Pricing Table
 */
.pricing_table {
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #696969;
    line-height: 1.5;
}
.pricing_table_single {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.pricing_table_single:hover {
    box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.33);
}
.pricing_table_single .title {
    background: #a1a7ad none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    float: left;
    width: 100%;
}
.pricing_table_single .price {
    border-bottom: 1px solid #d1d1d1;
    font-size: 38px;
    padding: 15px;
    float: left;
    width: 100%;
}
.pricing_table_single .content {
    padding: 15px;
    float: left;
    width: 100%;
}
.pricing_table_single .time_period {
    font-size: 24px;
    padding: 0;
    margin-top: 10px;
}
.pricing_table_single ul {
    list-style: none;
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
}
.pricing_table_single li {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 15px;
    display: block;
}
.pricing_table_single li:last-child {
    border-bottom: none;
}
.pricing_table_single .button_div {
    padding: 0 15px 15px;
    float: left;
    width: 100%;
}
.pricing_table_single .button_div a {
    border: 2px solid #8f8f8f;
    color: #a1a7ad;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding: 12px 30px;
    border-radius: 30px;
}
.pricing_table_single .button_div a:hover {
    background: #F5C034 none repeat scroll 0 0;
    border-color: #F5C034;
    color: #fff;
}
.pricing_table_single.heighlight_price {
    box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.33);
    margin-top: 0;
    margin-bottom: 0;
}
.pricing_table_single.heighlight_price .title {
    background: #F5C034;
    color: #fff;
}

/**
 * 7.4 - Share And Follow
 */
.sol_shareicondiv {
    display: inline-block;
    border: none;
    float: none;
}
.sol_shareicondiv .sol_shareicon {
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 8px 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
.sol_shareicondiv .sol_shareicon > i {
    color: #fff;
    line-height: 38px;
}
.sol_shareicondiv a {
    margin-right: 2px;
    background-color: #F5C034;
}
.sol_shareicondiv .sol_shareicon {
    margin-right: 5px;
}
.sol_shareicondiv.large .sol_shareicon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.sol_shareicondiv.large .sol_shareicon .fa {
    font-size: 20px;
}
.sol_shareicondiv.square .sol_shareicon {
    border-radius: 0;
}
.solshareicon .fa {
    font-size: 14px;
}
.sol_shareicondiv .sol_shareicon:last-child {
    margin-right: 0;
}
.sol_shareicondiv .sol_shareicon:hover,
.sol_shareicondiv .sol_shareicon:hover > i {
    color: #fff;
}

/**
 * 7.5 - Sitemap
 */
.entry-content h5.sky-blue-color {
    font-size: 16px;
}
.sitemap_block ul{
    margin: 0;
    padding: 0;
}
.sitemap_block ul.site_map_list > li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
}
ul.site_map_list > a.cat_title {
    clear: both;
    color: #F5C034;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}
ul.site_map_list li:first-child {
    margin-top: 10px;
}
ul.site_map_list li {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 10px;
}
ul.site_map_list a {
    text-transform: capitalize;
    color: #696969;
    word-wrap: break-word;
}
ul.site_map_list a:hover {
    text-transform: capitalize;
    color: #F5C034;
}
.text-circle-type {
    radius: 400;
    dir: -1;
}
/**
 * 7.6 - Header and Typography
 */
.sol_header {
    width: 100%;
    display: block;
    text-transform: capitalize;
}

/**
 * 7.7 - Divider
 */
hr {
    float: left;
    width: 100%;
    background: transparent;
}
hr.sol_divider.solid {
    border-top: 1px solid darkgray;
}
hr.sol_divider.dotted {
    border-top: 1px dotted #d1d1d1;
}
hr.sol_divider.dashed {
    border-top: 1px dashed #d1d1d1;
}
hr.sol_divider.double {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 2px;
}
#post-75 .page-title,
#post-115 .page-title {
    display: none;
}

/**
 * 7.8 - Tabs
 */
.tab-page {
    margin: 15px 0;
}
body ul.nav-tabs li {
    padding: 0;
    background: none;
}
.tab-content {
    border: 1px solid #F5C034;
    padding: 10px;
}
.nav.nav-tabs {
    border: none;
    margin: 0;
}
.nav.nav-tabs.vertical {
    float: left;
    width: 25%;
}
.tab-content.vertical {
    float: left;
    min-height: 139px;
    width: 75%;
}
.nav-tabs.vertical li {
    float: left;
    margin-bottom: 2px;
    width: 100%;
}
.nav-tabs > li > a {
    color: #F5C034;
}
.nav-tabs.vertical li a {
    margin-right: 0;
    border-radius: 4px 0 0 4px;
    border-right: none;
}
.nav-tabs.vertical > li.active > a,
.nav-tabs.vertical > li.active > a:hover,
.nav-tabs.vertical > li.active > a:focus,
.nav-tabs.vertical > li > a:hover,
.nav-tabs.vertical > li > a:focus {
    border-bottom: 1px solid #efb537;
}
.nav-tabs.tabstyle2 > li.active > a,
.nav-tabs.tabstyle2 > li.active > a:hover,
.nav-tabs.tabstyle2 > li.active > a:focus,
.nav-tabs.tabstyle2 > li > a:focus,
.nav-tabs.tabstyle2 > li > a:hover {
    border-color: #F5C034;
    color: #F5C034;
    background: #fff;
}
.nav-tabs.tabstyle1 > li.active > a,
.nav-tabs.tabstyle1 > li.active > a:hover,
.nav-tabs.tabstyle1 > li.active > a:focus,
.nav-tabs.tabstyle1 > li > a:focus,
.nav-tabs.tabstyle1 > li > a:hover {
    background: #F5C034;
    color: #fff;
    border-color: #F5C034;
}
.tab-content ul li {
    list-style: inside disc;
}
.tablist li a {
    text-align: center;
}
.tab-content table,
.tab-content table td,
.tab-content table th {
    border-color: #efb537;
    border: 1px solid;
    padding: 5px;
}

/**
 * 7.9 - Piechart
 */
.sol_piechart {
    float: left;
    text-align: center;
    width: 100%;
}
.pie_content {
    clear: both;
    text-align: justify;
}
.pie_title {
    clear: both;
    float: left;
    font-size: 17px;
    margin: 12px 0;
    width: 100%;
    text-transform: capitalize;
}
.sol_piechart > div {
    display: inline-block !important;
    position: relative !important;
}
.sol_piechart .knob {
    margin: auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/**
 * 7.10 - Progressbar
 */
.sol_progressbardiv {
    width: 100%;
    clear: both;
    font-family: 'Open Sans', sans-serif;
}
.sol_progressbar {
    background: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 9px;
    height: 36px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
}
.progress_inner {
    height: 100%;
    float: left;
    padding: 7px 0 0 15px;
    color: #fff;
    white-space: nowrap;
    overflow: visible !important;
}
.progress_inner.progress_inner_2 {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -moz-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -o-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    background-size: 40px 40px;
}
.progress_inner.progress_inner_3 {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -moz-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    -o-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    background-size: 20px 20px;
}
.progress_content {
    float: left;
}
.progress_per {
    float: right;
}
.progress_content p {
    margin: 0;
}
.top-footer .footer-blk {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container.top-footer {
    padding-left: 0;
    padding-right: 0;
}
/**
 * 7.11 - Icons
 */
.icon_shortcode_page p {
    display: inline-block;

}
.mejs-offscreen{
    display: none;
}
.page #secondary .widget.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] {
    color: #000000;
    border: 1px solid #8f8f8f;
    background: #fff;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.page #secondary .widget.woocommerce.widget_product_search .woocommerce-product-search input[type="submit"]:hover {
    color: #fff;
    background: #8f8f8f;
}
.widget.widget_product_search input[type="submit"] {
    padding: 10px;
}
.widget.widget_shopping_cart .buttons a.button {
    padding: 10px;
}
.wpcf7 .wpcf7-validation-errors {
    border-color: #f00;
    clear: left;
    margin: 0;
}

/**
 * 7.12 - Spacer
 */
hr.sol_spacer{
    border: medium none;
    margin: 0;
    background: #fff;
}
div.wpcf7-response-output {
    float: left;
}
/**
 * 8.0 - Media Queries
 */
/**
 * 8.1 - < 1024px
 */
@media screen and (max-width: 1024px) {
    #comments #respond.comment-respond{
        width: 100%;
        float: left;
    }
    .artist-social-wrap .artist_shareicon {
        display: inline-block;
        margin-bottom: 10px;
    }
    .widget.widget_recent_event_post .mt-event-link{
        right: 0;
    }
    .mean-container .mean-nav{
        background: #000;
    }
    html body.mean-container .mt_navbar {
        top: 0;
        position: absolute;
    }
    html body.mean-container.admin-bar .mt_navbar {
        top: 40px;
    }
    .title_tag_line.mean-container .mean-nav{
        //margin-top: 80px;
    }
    .mean-container .mean-nav{
        margin-top: 59px;
    }
.mt_home_slider
{
background-position-x: 45%;
}
}

/**
 * 8.2 992px < 1199px
 */
@media (min-width:992px) and (max-width: 1199px) {
    .accordian-wrap .list-player-progress-section .jp-progress,
    .list-player-progress-section .jp-progress{
        width: 90%;
    }
    .list-player-progress-section .jp-duration {
        display: block !important;
        float: none !important;
        padding-right: 0;
        width: 90% !important;
    }
    .thumb-wrapper{
        margin-left: 0;
    }
}

/**
 * 8.3 - < 992px
 */
@media screen and (min-width: 992px) {
    .widget.widget_recent_event_post .mt-recent-events-wrap .detail-overlay-wrapper .mt-column-event-content-wrap > .mt-column-event-list:nth-child(4n+1){
        clear: both;
    }
}
/**
 * 8.4 - < 991px
 */
@media screen and (max-width: 991px) {
    .widget.widget_single_album .mt-recent-album-wrap .mt-album-item-wrapper,
    .widget.widget_single_album .mt-single-alblum-feature-image-div{
        margin-bottom: 20px;

    }
    .widget.widget_single_album .mt-single-alblum-feature-image-div{
        text-align: center;
    }
    .widget.widget_single_album .single-album-thumb-box{
        display: inline-block;
        width: auto;
    }
    .single_event_wrapper .event_buttons{
        padding: 0;
        text-align: left;
    }
    .widget.widget_recent_event_post .mt-recent-event-overlay .mt-column-event-content-wrap > .mt-column-event-list{
        margin-bottom: 20px;
    }
    .artist-song-action-icon .user-playlist{
        left: -80px;
    }
    .myappix_button_set,
    .download_app_image {
        text-align: center;
    }
}
@media screen and (max-width: 900px) {
    header {
        position: absolute;
        width: 100%;
    }
    html body.mean-container.admin-bar .mt_navbar {
        top: 0;
    }
    .myappix_button_set,
    .download_app_image {
        text-align: center;
    }
    .download_app_image img {
        padding: 0;
	margin-left: 0;
    }
}
/**
 * 8.5 - 768px < 991px
 */
@media (min-width:768px) and (max-width: 991px) {    
    .widget.widget_recent_event_post .mt-recent-event-overlay .mt-column-event-content-wrap > .mt-column-event-list:nth-child(3n+1){
        clear: both;
    }
    .footer-progress-section .jp-progress{
        width: 50%;
    }
    .widget.widget_most_popular_post .mt_popularpost_image .mt-popular-post-title{
        margin-left: 0;        
    }
    .widget.widget_most_popular_post .mt_popularpost_image .mt-post-image{
        position: relative;
    }
}
/**
 * 8.6 - < 767px
 */
@media screen and (max-width: 767px)  {
    .widget.widget_recent_event_post .mt-title,
    .widget.widget_recent_event_post .mt-location{
        margin-right: 35px;
    }
   .top-footer .footer-blk {
	padding-left: 15px;
	padding-right: 15px;
   }
    footer .mt-footer-main > .container > .row > .col-xs-12.col-sm-4.col-md-4{
        margin-bottom: 40px;
    }
    .artist-social-wrap .artist-follow-btn {
        margin-top: 15px;
        float: left;
    }
    .artist-filter-wrap .artist-filter-text,.artist-filter-wrap{
        margin-top: 15px
    }
    .artist-detail-wrap .artist-single-play a{
        left: -10px;
    }
    .author_biography .author-description{
        padding: 0 !important;
    }
    .widget.widget_xl_rpm_testimonial .bottom_image_postion .testimonials_slider .slick-prev{
        left: 0;
    }
    .widget.widget_xl_rpm_testimonial .bottom_image_postion .testimonials_slider .slick-next{
        right: 0;
    }
    .widget.widget_xl_rpm_testimonial .testimonials_slider .text-center, .widget.widget_xl_rpm_testimonial .testimonials_slider .text-center .icon, .widget.widget_xl_rpm_testimonial .testimonials_slider .text-center .testimonial_name, .widget.widget_xl_rpm_testimonial .testimonials_slider .text-center .testimonial_designation{
        text-align: center;
    }
    footer .mt-player-wrap > div{
        width: 100%;
        padding: 0 15px !important;
    }
    footer .mt-player-wrap div.footer-progress-section{        
        padding-left: 20px;
    }
    /*Page Title description media query*/
    .header_page_title_wrap{
        padding: 30px 0;
    }
    .header-page-title-image{
        height: 50px;        
        padding: 10px 0;        
        width: 50px;
    }
    /*End*/
    .footer-progress-section .jp-progress{
        width: 50%;
    }
    .artist-description{
        margin-bottom: 20px;
    }
    .footer_social {
        display: block;
        float: none;
        margin-top: 10px;
    }
    .copyright {
        display: block;
        text-align: center;
    }
}
@media screen and (min-width: 767px)  {

}
/**
 * 8.7 - 481px < 991px
 */
@media (min-width:481px) and (max-width: 991px) {
    .widget .mt-recent-album-wrap.top-widget-header .mt-recent-album-content-wrap > .mt-album-item-wrapper:nth-child(n+3),
    .widget .mt-recent-album-wrap.left-right-header .mt-album-item-wrapper:nth-child(n+3){
        margin-top: 20px;
    }
    .widget .mt-recent-album-wrap.top-widget-header .mt-recent-album-content-wrap > .mt-album-item-wrapper:nth-child(2n+1),
    .widget .mt-recent-album-wrap.left-right-header .mt-album-item-wrapper:nth-child(2n+1){
        clear: both;
    }
    .widget.widget_latest_blog_post .mt-blog-wrap,
    .widget.widget_recent_photo_gallary_post .mt-photo-content-wrap > .mt-photo-gallery-box-wrap{
        width: 50%;
    }
    .widget.widget_latest_blog_post .mt-blog-list-main-wrapper > .mt-blog-wrap:nth-child(2n+1),
    .widget.widget_recent_photo_gallary_post .mt-photo-content-wrap > .mt-photo-gallery-box-wrap:nth-child(2n+1){
        clear: both;
    }
    .mt-gallery-main .mt-gallery-wrap .mt-gallery-box-wrap:nth-child(2n+1){
        clear: both
    }
    .artist-archive-content-wrap .articst-wrapper{
        width: 50%;
    }
    .artist-archive-content-wrap .artist_page_wrapper article:nth-child(2n+1){
        clear: both;
    }
    .row-content-wrap .archive-event-item-title .event_thumbnail{
        float: left;
    }
    .row-content-wrap .archive-event-item-title .event_metadetail{
        float: left;
        margin-right: 25px;
    }
}
/**
 * 8.8 - 481px < 767px
 */
@media (min-width:481px) and (max-width: 767px) {
    .widget.widget_recent_album_post .mt-recent-album-wrap .mt-album-item-wrapper{
        width: 50%;
    }    
    .widget.widget_recent_event_post .mt-recent-event-overlay .mt-column-event-content-wrap > .mt-column-event-list{
        width: 50%;
    }
    .widget.widget_recent_event_post .mt-recent-event-overlay .mt-column-event-content-wrap > .mt-column-event-list:nth-child(2n+1){
        clear: both;
    }
    .widget.widget_xl_rpm_instagram_feeds .instagram_image{
        width: 19%;
    }
    .mt-gallery-main .mt-gallery-wrap .mt-gallery-box-wrap{
        width: 50%;
    }
}

/**
 * 8.9 - <= 600px
 */
@media screen and (max-width: 600px) {
    .accordian-wrap .list-player-progress-section .jp-progress,
    .list-player-progress-section .jp-progress{
        width: 90%;
    }
    .list-player-progress-section .jp-duration {
        display: block !important;
        float: none !important;
        padding-right: 0;
        width: 90% !important;
    }
    footer .mt-footer-main .top-footer .col-xs-12.col-sm-3.col-md-3{
      //  padding: 0 15px;
    }
    footer section.widget {
        padding: 0;
    }
    .top-footer .footer-blk {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 500px)  {
    .customer-review p {
        width: 100%;
    }
   .download_app_image img {
	margin-left: 0;
        max-width:100%;
    }
    .testimonial .slick-prev {
        left: 0;
    }
    .testimonial .slick-next {
        right: 0;
    }
    .home .section-header {
        padding: 0;
    }
    .myappix_button_set {
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .myappix_button_set a {
        margin: 2px;
        width: 90px;
    }
    .widget h2.widget-title {
        margin: 0;
    }
    select#zip-select {
        width: 100%;
    }
}
/**
 * 8.10 - <= 480px
 */
@media screen and (max-width: 480px) {
    .xl_navbar .site-branding {
        width: calc(100% - 60px);
    }
    .xl_navbar .site-branding img {
        max-width: 100%;
    }
    /*Event Page*/
    .row-content-wrap .archive-event-date-back{
        float: left;
        height: auto;
        position: unset;
        width: 100%;
        border-radius: 6px 6px 0 0;
    }
    .row-content-wrap .archive-event-date{
        float: left;
        height: auto;
        position: unset;
        text-align: center;
        width: 100%;
    }
    .row-content-wrap .archive-event-month-year{
        margin-top: 7px;
    }
    .row-content-wrap .archive-event-day,
    .row-content-wrap .archive-event-month-year{
        width: 50% !important;
    }
    .row-content-wrap .archive-event-item-title{
        border-left: medium none;
        height: auto;
        margin-left: 0;
        width: 100%;
        float: left;
    }
    .event_metadetail > span > label{
        width: 75px;
    }
    .team_details,
    .attachment-our_team.size-our_team.wp-post-image {
        width: 100%;
    }
    .row-content-wrap .archive-event-item-title .event_thumbnail{
        width: 100%;
        float: left;
    }
    /*End of style*/
    .widget.widget_recent_album_post .mt-recent-album-wrap .mt-album-item-wrapper{
        margin-top: 20px;
    }
    .blog_wrapper .sol_shareicondiv .sol_shareicon{
        font-size: 15px;
    }
    .row-content-wrap .archive-event-day{
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
    }
    .row-content-wrap .archive-event-month-year{
        width: 100%;
    }

    .archive-event-month-year .archive-event-month , .archive-event-month-year .archive-event-year {
        text-align: center;
    }
    .post-navigation .nav-previous{
        border-right: medium none;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next{
        width: 100%;
        height: auto;
    }
    .team-single {
        text-align: center;
    }
    .team-single .question_heading {
        display: inline-block;
        text-align: left;
    }
    .team-single .team_details {
        display: block;
        padding: 10px 0;
    }
    .team-single .faq-answer {
        padding: 0 10px;
    }
}
.attachment-our_team
{
max-width:235px;
}
/**
 * 8.11 - <= 360px
 */
@media screen and (max-width: 360px) {
    .logo-xl-img
     {
     max-width:86%;
     }
    .mt-photo-gallary-box:hover .overlay {
        width: 96%;
    }
    #btnEditProfileSubmit,
    #btnEditProfileCancel{
        padding: 10px 30px;
    }
    .site-branding {
        margin-left: 7px;
    }
}
.content-area 
{
background-color:#f1f1f3;
}

.custom-field-xl
{
width:50px !important;
display: inline-block !important;
}
.custom-field-xl2
{
width:170px !important;
display: inline-block !important;
}
span.wpcf7-list-item
{
display: block;
margin-top: 10px;
}
.fullwidthxl {
    width: 100%;
}
@media screen and (min-width: 1024px) {
.fullwidthxl {
    padding-left: 30px;
    padding-right: 30px;
}
}
.nonexpli {
margin-top: -3px;
}
.nonexph4 {
    font-size: 16px;
    color: #6D6E70;
    font-weight: 600;
}
.nonexpli p
{
padding-right: 10px;
}
.widget .download_app h2.widget-title {
font-size:32px;
}
.download_app_text
{
margin-left:0px !important;
float: right !important;
margin-right: 12% !important;
width: 48% !important;
}
.download_app_image
{
float: right !important;
}
@media screen and (max-width: 991px) {
.download_app_text {
	text-align: center;
	width: 52% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	}
.text-left {
	text-align: center;
	}
}
@media screen and (max-width: 1024px) {
.content-area{
padding-left:25px;
padding-right:25px;
}

.site-branding.navbar-header {
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-main
{
padding: 15px 15px 30px 15px !important;
}
.testimonial {
    padding-bottom: 15px !important;
}
.widget_testimonialslider{
padding-top: 10px;
background-color: #f4f5f6;
}
.widget_myappix_download_app{
padding-top: 33px;
}
.inner-page-section {
padding-top:15px;
}
.meanmenu-reveal
{
margin-top: -8px;
}

.customer-review {
    left: 5% !important;
    width: 90% !important;
    text-align: left !important;
}
.main-content-title
{
font-weight: 600;
font-size: 24px !important;
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.sub_title
{
font-size:16px !important;
}
.customer-review p
{
font-size:16px !important;
}
.slick-next{
right: -20px !important;
}
.slick-prev{
left: -50px !important;
}

}

@media screen and (min-width:900px) and (max-width:1024px){

.site-branding.navbar-header {
       margin-top: -40px;
}
}


@media screen and (max-width: 610px) {

.download_app_text {
width: 100% !important;
}
.widget_testimonialslider {
    padding-top: 51px;
}

}
@media (min-width:252px) and (max-width: 349px) {
.android_download_button {
	margin-top: -35px !important;
	}
}
@media screen and (max-width: 251px) {
.myappix_button_set a {
	margin-bottom: -30px;
	}
.myappix_button_set {
	margin-bottom: 20px;
	}
}
.payrent a {
color: #ccc !important;
}
.payrent a:hover {
    text-decoration: underline !important;
}
.googlereview
{
float:right;
width:25%;
margin-top: -25px !important;
}
@media screen and (max-width: 767px)  {
.googlereview
{
float:none;
margin-left: 15px;
}
}
/***********************************************************************************************************/

#input_email {
    width: 33%;
}

#input_email_f {
    width: 33%;
}

#input_password {
    width: 33%;
}

@media only screen and (max-width: 980px)
{
    #input_email {
        width: 50%;
    }

    #input_password {
        width: 50%;
    }
}
