/******************************************************************
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;
}

.background-section {
flex: 1;
background-image: url('https://images.unsplash.com/photo-1503264116251-35a269479413');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.search{
  /*  background-image: url('library/images/search_bg.jpg');*/
}
.search .home{
   background-image: url('/wp-content/themes/actor-feed/library/images/red-rocket.png'); 
    background-size: cover;
	background-repeat: no-repeat;
	
}

.container.subpage {
	padding-top : 150px;
}

.logo{
    text-align: center;
    margin: auto;
    margin-top: 36px;
    max-width: 150px;
}
.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: 16%;
    height: 160px;
    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;
    }
}

.actor-image{
    width: 100%;
    height: 306px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* header   */

.header{
	background-color: #FFFFFF;
	padding-top: 1vw;
	padding-bottom: 1vw;
	padding-left: 4vw;
	padding-right: 4vw;
	display: flex;
	align-items: center;
	width: 87%;
			margin-left: auto;
		margin-right: auto;
}
.header:after{ content: ''; display: block; clear: both; }
.header .logo{
	width: auto;
	max-width: 100%;
	max-height: 127px;
}
.header-title {
	width: 33%;
	float: left;
	position: relative;
	z-index: 999;
}
.header-nav {
	width: 100%;
	text-align: right;
	float: left;
	font-size: 17.5px;
}
.header-socials{
	text-align: right;
	width: 33%;
	float: left;
}
.header-nav-item{
	display: inline-block;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 1.8em;
	font-size: 18px;
	margin-left: .65vw;
    margin-right: .65vw;
}
.header-nav-item.active{
	border-bottom: 2px solid #FFF;
}
.header-nav-item a, .header-nav-item a:focus, .header-nav-item a:hover{
	color: #323232;
	padding: .1em 0;
	display: block;
	text-decoration: none;
}

.icon{
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-left: 1.3vw;
}
.icon svg{
	fill: #FFF;
}

.header-mobile-nav{
	display: none;
	text-align: right;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.mobile-nav-icon{
	padding: 22px;
}
.burger-box{
	cursor: pointer;
	position: relative;
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
}
.burger-inner{
	width: 100%;
	height: 100%;
}
.burger-inner::before, .burger-inner::after {
	background-color: #323232;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 100%;
	height: 1px;
	transition: transform 250ms cubic-bezier(.2,.6,.3,1), width 250ms cubic-bezier(.2,.6,.3,1);
	will-change: transform,width;
}
.burger-inner:before {
	transform: translateY(-5.5px);
}
.burger-inner:after {
	transform: translateY(5.5px);
}

.open-nav .burger-inner:before {
	transform: translatex(3.3px) rotate(-135deg);
	width: 26.4px;
}
.open-nav .burger-inner:after {
	transform: translatex(3.3px) rotate(135deg);
	width: 26.4px;
}

.mobile-nav-menu{
	background-color: #FFFFFF;
	color: #323232;
	height: 100%;
	position: fixed;
	width: 100%;
	text-align: center;
	display: none;
}
.header-mobile-nav.open-nav{
	padding-bottom: 500px;
	background-color: #FFFFFF;
}
.header-mobile-nav.open-nav .mobile-nav-menu{
	display: block;
}
.header-mobile-nav .icon{
	width: 28px;
	height: 28px;
}
.mobile-nav-item-wrap{
	position: relative;
	display: flex;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	flex-direction: column;
	height: 80%;
}
.mobile-nav-item{
	font-family: Raleway;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	line-height: 0.95em;
	font-size: 8.5vmin;
}
.mobile-nav-item a, .mobile-nav-item a:hover, .mobile-nav-item a:focus{
	color: #323232;
	padding: .35em;
	display: block;
	text-decoration: none;
}


/* ai */

 .menu-bar {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 25px;
        box-sizing: border-box;
		padding-top: 40px;
    }

    .menu-bar a {
        text-decoration: none;
        margin-left: 25px;
        font-size: 16px;
    }

    .menu-bar a:hover {
        text-decoration: underline;
    }

    /* Background image area */
    .background-section {
        height: calc(100vh - 60px); /* fill remaining space */
        background: url("/wp-content/themes/actor-feed/library/images/red-rocket.png")
                    no-repeat center;
		background-size: 60vw;
    }
