/******************************************************************
Theme Name: Actor Agent Feed
Theme URI: http://www.themble.com/bones
Description: This site was built using the Bones Development Theme. For more information about Bones or to view documentation, you can visit the <a href="https://github.com/eddiemachado/bones/issues" title="Bones Issues">Bones Issues</a> page on Github. You'll want to customize this for your clients with your own information.
Author: Showcast
Author URI: http://www.showcast.com.au
Version: 1.3
Tags: flexble-width, translation-ready, microformats, rtl-language-support
*/

body{
    background-color: white;
    color: #202151;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.logo{
    text-align: center;
    margin: auto;
    margin-top: 36px;
    max-width: 350px;
}
.logo img{
    width: 100%;
}
a{
    color: #202151;
    text-decoration: none;
}
a:hover{
    color: #997039;
    text-decoration: none;
}
a:focus{
    outline: none;
    color: #997039;
    text-decoration: none;
}
a.active{
    color: #997039;
}
.menu{
    max-width: 680px;
    font-size: 26px;
    margin: 50px auto;
    text-align: center;
}
.menu a{
    margin: 0 15px;
}
.filter h3{
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.filter label{
    display: block;
    margin-bottom: 10px;
}
.filter label span{
    display: block;
    margin-bottom: 10px;
}
.filter input[type='text'], .filter input[type='number']{
    font-weight: normal;
    border: 1px solid black;
    padding: 10px;
    width: 100%;
}
.radio-list{
    list-style-type: none;
    padding: 0;
}
.radio-list li label{
    font-weight: normal;
}
.filter select{
    font-weight: normal;
    border: 1px solid black;
    padding: 10px;
    width: 100%;
}

.filter button{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #9A6E3F;
    border: 1px solid black;
    color: #FFF;
}
.m-open{
    display: block;
    width: 100%;
    padding: 2% 1%;
    text-align: right;
    font-size: 28px;
    cursor: pointer;
}
.active-m .m-open{
    background-color: #9A6E3F;
    color: #FFF;
}
.menu ul{
    text-align: center;
    list-style: none;
    padding: 0;
    background-color: #9A6E3F;
    color: #FFF;
    display: none;
    transition: .3s ease-in-out;
}
.active-m .menu ul{
    display: block;
}
.mobile-menu{
    margin-top: -1px;
}
.mobile-menu .menu{
    margin-top: 0;
}
.mobile-menu .menu a{
    border-right: none;
    width: 70%;
    display: block;
    margin: auto; 
    color: #FFF;
}
.active-m a{
    border-top: 1px solid #ccc;
}
.active-m a:hover{
    color: #000;
}
.play-audio{
    width: 29px;
    height: 23px;
    position: absolute;
    right: 15px;
    bottom: 8px;
    cursor: pointer;
}
.play-audio img{
    width: 100% !important;
    height: 100% !important;
}
.voice-artist{
    margin-bottom: 20px;
}
.audio-player{
    width: 300px;
    height: 62px;
    border: 1px solid #202151;
    background-color: #FFF;
    position: fixed;
    bottom: -151px;
    right: 200px;
    transition: .2s ease-in-out;
}
.audio-player label{
    margin: 5px;
}
.audio-player.open{
    bottom: 0px;
}
.audio-player-close{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;   
}
.social-media{
	margin-top: 50px;
    height: 200px;
    text-align: center;
}
.social-media h2{
    margin: 0;
    font-size: 26px;
    color: #997039;
}
.social-media img{
    width: 50px;
    margin-top: 10px;
}

.pro-slider{
    padding: 2px 0;
}
.pro-slider .inner-slider{
    background-color: #e9e8ed;
    position: relative;
    overflow: hidden;
}
.pro-slider ul{
    position: relative;
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: 2s right;
    right: 800px;
}
.pro-slider ul.scroll-in{
    right: 0;
}
.pro-slider ul.scroll-out{
    right: -830px;
}
.pro-slider ul.fade-out{
    visibility: hidden;
}

.pro-slider li{
    display: inline-block;
    width: 130px;
    height: 150px;
    overflow: hidden;
    margin: 20px 10px;
}
.pro-slider img{
    width: 100%;
}


/*ACTOR PROFILE*/
.actor{
    text-align: left;
    margin-bottom: 10px;
}
.actor a{
    color: #202151;
    text-decoration: none;
}
.actor a:hover{
    color: #997039;
}
.actor img{width: 100%; height: 306px;}
.actor h4{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 16px;
    font-size: 14px;
}
.profile h3{
    border-bottom: 1px solid;
}
.profile img{
    width: 100%;
}
.thumb{
    margin-top: 15px;
}
.thumb:nth-child(3n+1){
    clear: both;
}
.thumb img{
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}
.thumb img:hover{
    transform: scale(1.1);
    opacity: 1;
}
.profile ul{
  list-style: none;  
  padding: 0;
}
.profile ul b{
    margin-right: 10px;
}
#player{
    max-width: 640px;
    height: 360px;
    background-color: #000;
    float: left;
}
#playlist{
    width: 225px;
    height: 360px;
    background-color: #000;
    float: left;
    padding: 0;
    color: #c3c3c3;
    border-left: 1px solid #333;
    font-size: 18px;
}
#playlist li{
    padding: 10px;
    border-bottom: 1px solid #333;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#playlist .active{
    color: #E8B201;
}
#placeholder{
    width: 100%;
    height: 165px;
    background-color: #000;
    cursor: pointer;
    position: relative
}
.credits li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.credits .type, .credits .director{
    color: #777;
}
.credits .production{
    color: #E8B002
}
#gallery-image{
    transition: .3s ease-in-out;
}

.fadeOut{
    opacity: 0;
}
#placeholder .glyphicon-play{
    color: #FFF;
    position: absolute;
    font-size: 40px;
    top: 60px;
    left: 160px;
    transition: 0.2s ease-in-out;
}
#placeholder:hover .glyphicon-play{
    transform: scale(1.2);
}
.footer{
    font-size: 14px;
}
.footer a{
    color: inherit;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}

@media (max-width: 768px) { /* XS */
    .actor:nth-child(2n+1){
       clear: both;
    }
    .logo a{
        font-size: 38px;
    }
}
@media (min-width: 768px) and (max-width: 992px) { /* SM */
    .actor:nth-child(3n+1){
       clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1200px) { /* MD */
    .actor:nth-child(3n+1){
       clear: both;
    }
}
@media (min-width: 1200px) { /* LG */
    .actor:nth-child(3n+1){
       clear: both;
    }
}


