/*
Theme Name:     Pulsetheme Child Theme
Description:    Make your modifications in this child theme.
Template:       pulsetheme
Tags: 			custom-colors, editor-style, featured-images, translation-ready
*/

@import url('../pulsetheme/style.css');

body  {
    color: #3a405b;
    font-family: 'Open Sans', sans-serif;
}
.navbar-brand, .item-title, .rpwwt-post-title, .display-1, .display-2, .display-3, .display-4, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    color: #222328;
}
.item .item-overlay {
    display: inline-block;
    opacity: 1;
}
.item .item-overlay .btn-like {
    padding: 0 0 5px 0;
}
.item .item-overlay .btn-more {
    padding: 5px 5px;
}

/* Homepage Widget 2 */
/*
@media (min-width: 1200px) {
    .widget-2 .item .btn-playpause, .author-tracks .item .btn-playpause, .user-stream .item .btn-playpause  {
        width: 60px;
        height: 60px;
    }
    .widget-2 .item .btn-playpause:before, .author-tracks .item .btn-playpause:before, .user-stream .item .btn-playpause:before  {
        margin-top: -10px;
        margin-left: -9px;
        font-size: 21px;
    }
    .widget-2 .item .btn-playpause.is-playing:before {
        margin-left: -9px;
    }
    .widget-2 .item .center, .author-tracks .item .center, .user-stream .item .center  {
        margin-top: -30px;
        margin-left: -30px;
    }
}
*/

/* Homepage Widget 3 */
/*
@media (min-width: 1200px) {
    .widget-3 .item .btn-playpause, .author-tracks .item .btn-playpause, .user-stream .item .btn-playpause  {
        width: 60px;
        height: 60px;
    }
    .widget-3 .item .btn-playpause:before, .author-tracks .item .btn-playpause:before, .user-stream .item .btn-playpause:before  {
        margin-top: -10px;
    	margin-left: -9px;
    	font-size: 21px;
    }
    .widget-3 .item .btn-playpause.is-playing:before {
        margin-left: -9px;
    }
    .widget-3 .item .center, .author-tracks .item .center, .user-stream .item .center  {
        margin-top: -30px;
        margin-left: -30px;
    }
}
*/

/* Homepage Widget 4 */
/*
.widget-4 .item-media .item-overlay {
    display: inline-block;
    opacity: 1;
}
*/
/* Track Duration */
.item-track .duration {
    padding: 0 10px 0 5px;
    float: left;
    position: relative;
    top: 5px;
}

/* Recent Posts Widget */
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
	font-weight: 600;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Heart Icon */
.fa-heart.text-primary {
    color: #902871 !important;
}

/* Single Track Co-Author Avatars */
.coauthor-media .avatar {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: normal;
}
.single-track .coauthor-media {
    display: inline-block;
    border-radius: 0.25rem;
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.2), 0 22px 27px -20px rgba(7,10,25,.2);
}

/* Home Content Slider */
.home-slider {
    background-position: center;
    background-size: cover;
    padding: 100px 0px 100px 100px;
    height: 403px;
    z-index: 999;
}
@media (max-width: 991px) {
    .home-slider {
        background-position: center;
        background-size: cover;
        padding: 90px 50px 90px 50px;
        min-height: 480px;
        z-index: 999;
    }
}
.home-slider .layer {
    background: rgba(144,40,113,1);
    background: -moz-linear-gradient(left, rgba(144,40,113,1) 0%, rgba(239,1,124,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(144,40,113,1)), color-stop(100%, rgba(239,1,124,0)));
    background: -webkit-linear-gradient(left, rgba(144,40,113,1) 0%, rgba(239,1,124,0) 100%);
    background: -o-linear-gradient(left, rgba(144,40,113,1) 0%, rgba(239,1,124,0) 100%);
    background: -ms-linear-gradient(left, rgba(144,40,113,1) 0%, rgba(239,1,124,0) 100%);
    background: linear-gradient(to right, rgba(144,40,113,1) 0%, rgba(239,1,124,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#902871', endColorstr='#ef017c', GradientType=1 );
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-slider .home-slider-content {
    max-width: 55%;
    color: #fff;
}
@media (max-width: 1200px) {
    .home-slider .home-slider-content {
        max-width: 80%;
    }
}
.home-slider h2, .home-slider .lead {
    margin-bottom: 20px;
}
.home-slider .btn-outline-white {
    border:1px solid #fff;
    color: #fff;
}
@media (max-width: 767px) {
    .home-slider {
        min-height: 525px;
        overflow-y: hidden;
        background-size: cover;
    }
    .home-slider h2 {
        font-size: 1.5rem;
    }
    .home-slider .lead {
        font-size: 1rem;
    }
    .home-slider .btn-outline-white {
        font-size: 1rem;
    }
    .owl-nav {display: none;}
    .home-slider .home-slider-content {
        max-width: 100%;
    }
}

/* Account Login Page */
.page-id-8 .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

/* clear first in row in ie 8 or lower */
.multi-columns-row .first-in-row {
    clear: left;
}

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
    /* reset previous grid */
    .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for small columns */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
    /* reset previous grid */
    .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for medium columns */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
    /* reset previous grid */
    .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
    .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
    .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
    .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
    .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

    /* clear first in row for large columns */
    .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}

/* Thumbnails */
.wp-post-image, .item-media {
    border-radius: 0.25rem;
}

.author-tracks .item-media-content {
    background-size: 100%;
}

.item-media iframe {
    background-size: 100%;
}

.widget-4 .item-media iframe {
    background-size: 100%;
}

.item-media-content {
    background-size: 100%;
}

#post_widget-3 .item-media iframe, #post_widget-3 .item-media-content {
    background-size: 120%;
}

.filtered-tracks-content > table > td:first-child {
    display: none !important;
}
.filtered-tracks-content table {
    width: 100% !important;
    border: none !important;
    margin-bottom: 0px !important;
}
.filtered-tracks-content table th, .filtered-tracks-content table td {
    padding: 0 !important;
    background-color: transparent !important;
    border-bottom: none !important;
}
.filtered-tracks-content table:nth-of-type(2), .filtered-tracks-content .mcePaste, .filtered-tracks-content table .btn {
    display:none !important;
}
.single-track .item.w {
    width: 160px;
}
.single-track .item-media-content {
    background-position: left !important;
}
.widget-2 .text-ellipsis, .widget-3 .text-ellipsis, .user-latest-posts .text-ellipsis, .user-stream .text-ellipsis, .author-tracks .text-ellipsis, .jscroll-inner .text-ellipsis, #post-widget-user-track  .text-ellipsis, .user-like .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.apple-podcast-icon {
    width:35px;
}
@media (min-width: 1200px) {
    .share-list {max-width: 800px;float: right;}
}
.single-track .author-image .avatar {
    border-radius: 0.25rem !important;
    width: auto !important;
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.2), 0 22px 27px -20px rgba(7,10,25,.2);
}
@media (min-width: 992px) {
    .archive .genre-icon {
        margin-right: 1.5rem !important;
        margin-left: none !important;
        float: left;
    }
}
.comment-author {
    font-size: initial;
    line-height: initial;
}
.app-header .nav-sub {
    padding: 0 0 12px 0;
    border-radius: 0 0 0.25rem 0.25rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.single-track .item-meta-date, .single-track .item-meta-date, .single-music .item-meta-date, .single-music .item-action .views-count, .single-music .item-action .btn-like {
    display: none;
}
.dropdown-filter {
    min-width: 300px;
}
@media (max-width: 767px) {
    .dropdown-filter {
        min-width: 100%;
    }
    .channels-btn {
        background: none;
        position: absolute;
        right: 10px;
        top: -10px;
        padding: 0;
        margin: 0;
    }
    .channels-btn:focus, .channels-btn:hover {background:none;background-color: none;}
    .channels-btn span {
        display: none;    
    }
    .channels-btn:after {
        margin-left: 0;
    }
    .dropdown-filter {
        min-width: 300px !important;
    }
}
.channels-btn.dropdown-toggle:after {
    display: none !important;
}
.navbar .material-icons {
    line-height: inherit;
    font-size: 28px;
}
.navbar .collapsing, .navbar .collapse.in {
    clear: right;
    font-size: 1rem;
}
.page-top .widget-1 {
    margin-bottom: 0 !important;
    overflow-x: hidden;
}
@media (max-width: 979px) {
    .navbar .nav.m-r-lg {
        margin-right: 0 !important;
    }
}
.entry-content a, .item-desc a, .comments-area .must-log-in a, .participants-legacy a, .restricted-content a {color: #0275d8;}
.entry-content a:hover, .item-desc a:hover, .comments-area .must-log-in a:hover, .participants-legacy a:hover, .restricted-content a:hover {text-decoration: underline;}
@media (max-width: 767px) {
    .playlist .mejs-controls .mejs-time-rail .mejs-time-buffering, .playlist .mejs-controls .mejs-time-rail .mejs-time-loaded {
        opacity: 0.8 !important;
        color: yellow !important;
    }
}
.h1, h1 {font-size:2em;}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    height: 50px;
    margin-top: -25px;
}
.owl-theme .owl-nav .owl-prev:before, .owl-theme .owl-nav .owl-next:before {
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
}
.small.site-description {font-size: 70%;}
.search-page span.nav-text {display: none;}

/* Blog Post Styles */
.single-format-standard article.post .entry-content,
.blog article.post .entry-content {
    font-size: 21px;
    line-height: 1.58;
    color:rgba(0, 0, 0, 0.84);
    letter-spacing:-0.004em;
}
.single-format-standard article.post .post-image img,
.blog article.post .post-image img {
    width:100%;
}
.single-track .playlist-tracks {display: none !important;}

.woocommerce-form .g-recaptcha, .woocommerce-ResetPassword  .g-recaptcha {
    margin-bottom: 0rem;
}
.btn-linkedin {
    background: #0077B5;
}
.searchform .input-group .form-control {color: #000;}
.user-latest-posts .item-media-content {
    background-size: cover;
}
#post-widget-user-popular h2, #post-widget-user-latest h2, #post-widget-user-stream h2 {
    font-size: 1.25rem;
}
@media (max-width: 767px) {
    #searchform .btn.b-a {border:2px solid rgba(120, 130, 140, 0.13);}
}
@media (min-width: 768px) {
    .entry-meta span.post-views {float: right;margin-top: 0.5rem;}
}
.page .entry-meta span.post-views {display: none;}
.single-music .item-media-content {background-size: cover;}

.mejs-skip-back-button :before {
  content: '\f0e2';
}

.playlist .mejs-container div.mejs-skip-back-button {
  margin-left: -60px;
}

#app .playlist .mejs-controls div.mejs-previous-button {
  margin-left: -95px;
}

#app .playlist .mejs-controls div.mejs-shuffle-button {
  margin-left: -130px;
}

@media (max-width: 767px) {
  .playlist .mejs-container div.mejs-skip-back-button {
    left: auto;
    right: 120px;
  }
  #app .playlist .mejs-speed-button {
    display: block !important;
    bottom: 0px;
    right: 165px !important;
  }
  .playlist .mejs-speed-button button {
    color: #ccc;
  }
  .custom-mejs-speed-button-active .mejs-speed-selector {
    visibility: visible;
  }
  .playlist .mejs-layers .mejs-track-details {width: 45% !important;}
}
@media (max-width: 1420px) {
    .navbar-brand .site-description {display: none;}
}

.math-captcha-form label {
    display: block;
    margin-bottom: .5rem;
    line-height: 2;
}
.math-captcha-form label .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;

}
.math-captcha-form .wmc-input {
    background-color: rgba(120,130,140,0.1);
    background-image: none;
    border: 1px solid rgba(120,130,140,0.3) !important;
    border-radius: .25rem;
    padding: .35rem .75rem;
}
.track .transcript-legacy {
    max-height: 250px;
    overflow-y: scroll;
}
.widget-2 .item-list .item-media {margin-bottom: 20px;}
.woocommerce-LostPassword.lost_password, .woocommerce-FormRow.form-row {
    margin-bottom: 0 !important;
}