/**
 * Custom CSS for Blubrry Player
 **/
.error
{
    color: red;
}

/*CONTROLS COLUMN*/
.bplayer-main-controls
{
    /*position: relative;*/
    /*width: 100%;*/
    height: 90px;
    background-color: #EEEEEE;
}
/*controls the more-vert*/
/*.bplayer-controls.dropdown
{
    padding:0px;
    width: 100%;
    float:right;
    z-index:3;
}*/
.aboutplayer {
    float: right;
    top:-20px;
}
#id {
    background-color: red;
    background-id: 1639;
    bplayer-icon: 1203;
}

p {
    font-size: 12px;
    padding-left: 8px;
    padding-top: 3px;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    height: 20px;
    line-height: 1.6;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bplayer-artwork
{
    position: absolute;
    float: left;
}

#artwork
{
    width: 90px;
    height: 90px;
}

.bplayer-controls
{
    height: 90px;
    margin-left: 90px;
}

.bplayer-more-controls
{
    margin-left: 45%;
    margin-top: -19px;
}

.icons /*play mute speed volume*/
{
    color: white;
    background-color: #444444;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
}

.no-border-radius /*skip*/
{
    background-color: transparent;
    border-radius: 0%;
    color: #444444;
}

.bplayer-speed
{
    padding-left: 5px;
    padding-right: 5px;
}

.play
{
    text-align: center;
    padding-top: 5px;
}

.bplayer-play
{
    position: absolute;
}

.bplayer-progress
{
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 30px;
}

.bplayer-volume,
.bplayer-backward,
.bplayer-forward,
.bplayer-speed
{
    cursor: pointer;
    display: inline;
}

.bplayer-volume
{
    position: absolute;
    right: 8px;
}

/*BAR UI CUSTOM CSS*/
.sm2-bar-ui .bd .sm2-button-element:hover {
    background-color: inherit;
}

.sm2-bar-ui, .sm2-bar-ui .bd a
{
    color: black;
}

.sm2-bar-ui .bd, .sm2-bar-ui .sm2-extra-controls
{
    background-color: inherit;
}

.sm2-bar-ui
{
    padding-left: 5px;
    max-width: inherit;
}

.sm2-bar-ui .sm2-playlist ul li, .sm2-bar-ui .sm2-playlist ul li a {
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
}

.sm2-bar-ui .sm2-playlist
{
    height: 1em;
}

.sm2-bar-ui .sm2-inline-element
{
    border-right: none;
}

.sm2-progress .sm2-progress-track, .sm2-progress .sm2-progress-ball, .sm2-progress .sm2-progress-bar {
    position: relative;
    width: 100%;
    height: 0.8px;
    border-radius: 0.65em;
}
/*.sm2-progress .sm2-progress-track,*/
.sm2-progress .sm2-progress-bar,
.sm2-button-bd
{
    margin-top: 5px;
}

.sm2-progress .sm2-progress-track
{
    background-color: slategray;
}

.sm2-progress .sm2-progress-bar
{
    background-color: #B3B3B3;
}

.sm2-progress .sm2-progress-ball {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 1em;
    height: 1em;
    margin: -0.2em 0px 0px -0.5em;
    width: 14px;
    height: 14px;
    margin: -2px 0px 0px -7px;
    width: 0.9333em;
    height: 0.9333em;
    margin: -0.175em 0px 0px -0.466em;
    background-color: grey;
    padding: 0px;
    /*
     z-index: 1;
    */
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
}

.sm2-bar-ui .sm2-playlist ul
{
    top: 5px;
}

.sm2-bar-ui .sm2-inline-status
{
    padding-left: inherit;
}

.sm2-inline-time
{
    margin-bottom: 20px;
}

.sm2-bar-ui p, .sm2-bar-ui .sm2-playlist ul, .sm2-bar-ui .sm2-playlist ul li {
    margin: 0px;
    padding: 1px 0 0 5px;
}

.sm2-progress .sm2-progress-ball.is-playing.grabbing {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.sm2-progress .sm2-progress-ball.is-playing {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

/**/
.play-pause,
.play-pause:hover,
.paused .play-pause:hover
{
    cursor: pointer;
    /*background-size: 67.5%;*/
}

.time-elapsed,
.time-total
{
    font-size: 11px;
    margin-top: -10px;
}

/*VOLUME*/

#slider-vertical{
    height:54px;
    position: absolute;
    right: 19px;
    top: 1px;
    border-color: #B3B3B3;
    background-color: #FFFFFF;
}

.ui-slider .ui-slider-handle {
    width: 17.6px;
    height: .6em;
    border-color: #B3B3B3;
    background-color: #808080;
}
.ui-corner-all
{
    border-radius: 0px;
}

.ui-slider-vertical
{
    width: 11.4px;
}

.ui-slider-vertical .ui-slider-handle
{
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.ui-slider .ui-slider-range {
    background-image: linear-gradient(to bottom, #808080, #444444);
}

/*FOR SOCIAL BUTTONS*/
#buttons-row {
    width: 100%;
    height: 48px;
    position: relative;
}

#buttons-row .button-section {
    width: 25%;
    height: 48px;
    display: inline-block;
    float: left;
    /*	border: 1px solid green; */
    /*background-color: yellow;*/
    /*background-color: rgba(251, 120, 0, 1);*/
    overflow: hidden;

}

.download-message {
    color: white;
}
.download-message h5 {
    line-height: 1.5em;
}

#buttons-row .button-primary {
    width: 100%;
    height: 48px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    float: left;
}
#buttons-row .button-primary-shownotes {
    background-color: #444444;
}
#buttons-row .button-primary-download {
    background-color: #003366;
}
#buttons-row .button-primary-subscribe {
    background-color: #fb8c00;
}
#buttons-row .button-primary-share {
    background-color: #1976d2;
}
#buttons-row .button-primary a {
    line-height: 3.1em;
    text-decoration: none;
    color: #FFFFFF;
}
#buttons-row .button-secondary {
    width: 48px;
    height: 48px;
    display: inline-block;
    /*background-color: #ACACAC;*/
    text-align: center;
    float: left;
    font-size: 32px;
    vertical-align: center;
    line-height: 48px;
}
#buttons-row .button-secondary a {
    line-height: 48px;
    vertical-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

/*Icons background colors*/
.mycast
{
    /*margin-top: -3px;*/ /*on click, change margin-top to -3px*/
    /*background-color: #FB8C00;*/
}

.itunes
{
    background-color: #BE6DF6;
}

.android
{
    background-color: #ADDA12;
}

.email
{
    background-color: #1976D2;
}

.rss
{
    background-color: #FB8C00;
}

.stitcher
{
    background-color: #000000;
}

.google-play
{
    background-color: #44BBBC;
}

.twitter
{
    background-color: #77CBEF;
}

.google-plus
{
    background-color: #DC4A3D;
}

.facebook
{
    background-color: #537ABC;
}

.linkedin
{
    background-color: #0177B5
}

.mail
{
    background-color: #444444;
}

.clammr
{
    background-color: #D40A0A;
}

.subscribe-bg-effect
{
    background-color: rgba(251, 120, 0, 1);
    box-shadow: 0px 25px 25px -20px rgba(0, 0, 0, 0.75) inset;
}

.share-bg-effect
{
    background-color: rgba(25, 118, 190, 1);
    box-shadow: 0px 25px 25px -20px rgba(0, 0, 0, 0.75) inset;
}

.download-bg-effect
{
    background-color: #003366;
    box-shadow: 0px 25px 25px -20px rgba(0, 0, 0, 0.75) inset;
}

.button-secondary:not(.mycast)
{
    box-shadow: 10px 3px 15px -5px rgba(0,0,0,0.75);
}

.button-icon
{
    display: inline-flex;
}

.button-icon-i
{
    font-size: 25px;
    margin-top: 10px;
}

.bplayer-shownotes
{
    background-color: #444444;
}

.bplayer-download
{
    background-color: #003366;
}

.bplayer-subscribe
{
    background-color: #fb8c00 ;
}

.bplayer-share
{
    background-color: #1976d2 ;
}

.bplayer-icon-open-in-window
{
    font-size: 23px;
}

.shadow-top
{
    box-shadow: 0px 25px 25px -20px rgba(0, 0, 0, 0.75) inset;
}

/*ADDITIONAL EFFECT RULES*/
.hide-volume
{
    display: none;
}


.no-podcast-link
{
    width: 50%;
}


/*IFRAME RULES*/
iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}

/*SCREEN RULES*/
.screen-only
{
    display: block;
}

.mobile-only
{
    display: none;
}

@media screen and (max-width: 400px)
{
    .screen-only
    {
        display: none;
    }

    .mobile-only
    {
        display: block;
    }

    #slider-vertical,
    .bplayer-backward,
    .bplayer-speed,
    .bplayer-forward,
    .button-icon-span
    {
        display: none;
    }

    .bplayer-more-controls
    {
        margin-left: 45%;
    }

    .bplayer-controls{
        margin-left: 0;
    }
    /*.button-icon-span*/
    /*{*/
        /*display: inline-block;*/
    /*}*/


    /*p*/
    /*{   width: 300px;*/
        /*padding-left: 8px;*/
    /*}*/

    /*.sm2-bar-ui*/
    /*{*/
        /*padding-left: 5px;*/
    /*}*/

}


@media (min-width: 200px) and (max-width: 300px)
{
    /*p
    {
        width: 250px;
    }*/
    #title {
        max-width: 84% !important;
    }
}

@media (min-width: 300px) and (max-width: 400px)
{
    /*p
    {
        width: 300px;
    }*/
    /*.bplayer-icon-more-vert {
        font-size: 17px;
    }*/
    #title {
        max-width: 80%;
    }
}
@media (min-width: 400px) and (max-width: 500px) {

    /*.bplayer-icon-more-vert {
        font-size: 18px;
    }*/
    /*#title {
        width: 88%;
    }*/
}

@media (min-width: 500px) and (max-width: 600px)
{
    .bplayer-more-controls
      {
          margin-left: 35%;
      }
    /*.bplayer-icon-more-vert {
        font-size: 19px;
    }*/
}
@media (min-width: 600px) and (max-width: 700px)
{
    .bplayer-more-controls
    {
        margin-left: 38%;
    }

    /*.bplayer-icon-more-vert {
        font-size: 20px;
    }*/

}

@media (min-width: 650px) and (max-width: 1000px)
{
    .bplayer-more-controls
    {
        margin-left: 40%;
    }
    /*.bplayer-icon-more-vert {
        font-size: 23px;
    }*/

}

/* css rule for popover */
.popover{
    max-width: 50%; /* Max Width of the popover (depending on the container!) */
}

a:focus, a:hover {
    text-decoration: none;
}
