/*You made it!*/

/*dubugging*/
pre.xdebug-var-dump {
    display: inline-table;
    margin-left: 15em;
}

#site-content, .x-main {
    margin: 80px 30px 30px;
}

.video-section .post-header{
    margin-top: 5px !important;
}

.video-section .post-header .post-title a {
    color: #515052;
    font-size: .9em;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.appsoui-loading-img{
    max-width: 30%;
    display: block;
	margin: 0 auto 1em;
	width: 50%;
}

.appsoui-loading-img{ /*appsoui-infinity-scrolling*/
	display: none;
}



.item-img {
    position: relative;
}
/*
.item-img a img {
    margin-top: -39px;
}
*/
.item-img:hover > a .img-hover {
    opacity: .75;
}


.img-hover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000 url('/wp-content/themes/pro-child/img/play-icon.png') no-repeat center center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

item-img:hover > a .img-hover {
    opacity: .75;
}

.video-section .post-title{
	margin: 0 !important;
	font-size: 1.2em !important;
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    line-height: 18px !important;
}

.video-section img{
	width: 100%;
}

.video-section .item{
	margin-bottom: 0px;
}

.meta{
	flex-direction: row;
    justify-content: flex-start;
    display: flex;
}

.meta span{
	margin: 0 5px;
}

.meta span:first-child{
	margin: 0 5px 0 0;
}


/*
*
*	Single Video Page
*/



#site-content>.container{
	margin: 0px !important;
	padding: 0;
	width: 100%;
	max-width: none;
}

.single-video h1 {
	margin: 0;
	font-size: 2em;
}

.likes label {
	display: inline !important;
}

.single-video .widget ul li, .single-video .widget ol li {

    padding: 4px !important;

}

.single-video .section-header .carousel-indicators {
    padding: 2px 4px;
}

.read-more-js{
	text-transform: capitalize;
}


/* Author Filter Videos */

.avt-author-search-bar{
	flex-direction: row;
	display: flex;
	justify-content: space-between;
}

.avt-author-search-bar h3{
	font-size: 1.2em;
}



.author-video-container .x-search-input {
 order:2;
 margin:0em;
 font-family:inherit;
 font-size:1em;
 font-style:normal;
 font-weight:400;
 line-height:1.3;
 color:rgba(0,0,0,0.5);
}
.author-video-container .x-search-input {
 color:rgba(0,0,0,1);
}

/*form starts here*/
.filter-author-vids{
    width:100%;
    max-width:none;
    height:auto;
    border-radius:5px;
    font-size:1em;
    background-color:#ffffff;
    box-shadow:0em 0.15em 0.5em 0em rgba(0,0,0,0.15);
    border: 0;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: color,border-color,background-color,box-shadow,text-shadow,opacity,filter,transform;
    transition-duration: 300ms;  
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: text;  
    
}

.author-search-input{
    outline: none;
    order: 2;
    margin: 15px 0;
    font-family: inherit;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(0,0,0,0.5);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;

    display: inline-block;
-webkit-appearance: textfield;

flex-grow: 1;
    width: 100%;
    min-width: 1px;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.author-form-container{
    flex-grow: .2;
}

.load-more-videos-btn {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    color: #fffffa;
    cursor: pointer;
}

.load-more-videos-btn:hover {
    background-color: #46a546;
}

/*
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    margin: 18px 9px 18px 18px;
}
*/

