/*
Theme Name: VideoMate PRO
Theme URI: http://videomate.co/
Author: Dan Green
Author URI: http://dan-green.com/
Description: Theme VideoMate is a WordPress video theme designed for video sites.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: video, social, sharing, gallery

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url(fonts/fonts.css);
/* Css */
@import url(libs/font-awesome/css/font-awesome.min.css);
@import url(libs/bootstrap/css/bootstrap.min.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body{
    font-size: 14px;
    color: #757575;
    font-family: "Open Sans", Arial , sans-serif;
    background: #16181b;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
img{
    border:none;
    max-width:100%;
    height: auto;
}
a{
    color:#373737;
}
a:hover{
    color: #0098d7;
    text-decoration:none;
}
a:focus{
    text-decoration: none;
    color: inherit;
    outline: none;
}
a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
}
button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #0098d7;
    outline: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-color: #FCD998;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
.row-in{
    margin: 0 -10px;
}
.col-2, .col-4, .col-6, .col-in-3{
    float: left;
    padding: 0 10px;
}
.col-2{
    width: 20%;
}
.col-4{
    width: 40%;
}
.col-6{
    width: 60%;
}
.col-in-3{
    width: 33.333%;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ads {
    margin-bottom: 15px;
}
.ads img {

}
.main-title {
    padding: 0 15px;
    background: #fff;
    line-height: 30px;
    color: #111213;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
}
.main-title:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 100%;
}
/*==========================================================
	4. HEADER
==========================================================*/
@media (min-width: 1200px){
    .container{
        width: 970px;
    }
}
@media (min-width: 1260px){
    .container{
        width: 1260px;
    }
}
.site-header {
    position: relative;
}
.top-header {
    background: #16181b;
    padding: 12px 0;
}
.navigation{
    float: right;
    margin: 21px 0 0 18px;
    font-size: 0;
}
ul.navigation li {
    padding: 0 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.navigation li:after {
    content: '|';
    display: inline-block;
    color: #70757e;
    position: absolute;
    top: 0;
    right: 0;
}
ul.navigation li a {
    display: inline-block;
    vertical-align: middle;
    color: #81878f;
    font-size: 12px;
    line-height: 16px;
}
ul.navigation li a:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    color: #81878f;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
ul.navigation li.ico_fav a:before{
    content:"\f004";
}
ul.navigation li.ico_mobile a:before{
    content:"\f10b";
}
ul.navigation li.ico_sign a:before{
    content:"\f023";
}
ul.navigation li.ico_login a:before{
    content:"\f007";
}
ul.navigation li a.active,
ul.navigation li a.active:before,
ul.navigation li a:hover:before,
ul.navigation li a:hover{
    color: #0098d7;
}

/*======== MAIN MENU ==*/
.main-nav{
    background: url(images/bg_footer.jpg) repeat center center #2b2d30;


}
.main-menu {
    float: left;
}
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu li {
    float: left;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    position: relative;
}
.main-menu li a {
    color: #fff;
    display: block;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
}

.main-menu > ul > li a:after{
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    height: 46px;
    width: 1px;
    display: block;
    background: url(images/assets/li-border.jpg) no-repeat center center;
    background-size: cover;
}
.main-menu li.current-menu-item > a,
.main-menu li:hover > a {
    background-color: #18191a;
}
.main-menu .sub-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 220px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    background: #22282f;
    z-index: 99;
}
.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 50px;
}
.main-menu .sub-menu li {
    float: none;
    font-size: 14px;
}
.main-menu .sub-menu li a {
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
.main-menu .sub-menu li a:before{
    background-color: #0098d7;
}
.main-menu .arrow {
    display: none;
    position: absolute;
    top: 10px;
    right: 5px;
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 30px;
    text-align: center;
}
.main-menu .arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}
.mobile-menu {
    display: none;
    color: #FFF;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
}
.mobile-sort{
    display: none;
    color: #81878f;
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 0 5px;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    border: 1px solid #81878f;
    border-radius: 5px;
    transform: translateY(-50%);
}
.social{
    float: right;
    margin: 7px 0 0;
}
.social li{
    display: inline-block;
    margin-left: 7px;
}
.social li a{
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    background-color: #767C83;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 33px;
}
.social li a:hover{
    background-color: #18191a;
}
/*============ SEARCH FORM ==*/
.searchform {
    float: right;
    margin: 9px 0 0;
}
.searchform > div{
    width: 500px;
    position: relative;
    z-index: 1;
}
.searchform > div label[for="search"]{
    display: none;
}
.searchform input[type="text"] {
    background: #fff;
    padding: 10px 86px 10px 16px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-family: "Flama", arial, sans-serif;
    font-weight: 300;
    color: #808e97;
    font-style: normal;
}
.searchform .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 42px;
    z-index: 2;
    font-size: 0;
    background: transparent;
    border: none;
}
.searchform > div:after{
    content:"\f002";
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #81878f;
    font-family: FontAwesome;
    z-index: 1;
    text-align: center;
    background-color: #111213;
}
/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
    min-height: 300px;
}
.heading{
    margin: 15px 0;
    background-color: #111213;
    /*-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.75);*/
}
.heading .title{
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0px 0 0px 10px;
    line-height: 46px;
}
.heading .title span.showing{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    color: #5c626a;
    margin-left: 7px;
}
.heading .sort{
    float: right;
    font-size: 0;
    background-color: #0b0c0e;
    /*-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.75);*/
}
.sort li{
    display: inline-block;
    vertical-align: top;
    font: 14px/16px "Open Sans", arial, sans-serif;
}
.sort li a{
    display: block;
    padding: 0px 23px;
    line-height: 46px;
    position: relative;
    color: #81878f;
}
.sort li a:before{
    content: "";
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: #0098d7;
}
.sort li a.active,
.sort li a:hover{
    background-color: #16181b;
    color: #fff;
}
.sort li a.active:before,
.sort li a:hover:before{
    width: 100%;
}

/*==   ADV   ==*/
.advertising{
    padding-bottom: 20px;
}
.advertising .adv{
    /* position: relative; */
    /* background: #16181b; */
    height: 100%;

}
.advertising .adv a{
    display: inline-block;

}.advertising .adv .title{
    margin-bottom: 15px;

}
.box-item {
    box-shadow: 5px 0 54px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
}
.single-video .title {
    font-size: 18px;
    padding: 7px 0;
    font-weight: bold;
}
.single-detail iframe {
    width: 100%;
    height: 520px;
}
.single-comment {
    padding-top: 10px;
}

.single-comment .views {
    float: right;
    text-align: right;
}
.single-comment .views p {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 28px;
}
.single-comment .views span {
    color: #999;
    display: block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 85%;
    margin: 2px 0 0;
    padding: 0;
    text-align: right;
}
.description {
    border: 1px solid #2a2a2a;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    padding: 7px;
}
.single-video .post-info {
    padding-top: 5px;
}
.single-video .post-info .meta {
    display: block;
    font-size: 11px;
    line-height: 27px;
    text-transform: uppercase;
}
.single-video .post-info .meta-info {
    background: #e73737;
    color: #fff;
    padding: 5px 7px;
}
.single-video .post-info a {
    background: #b2b2b2;
    color: #fff;
    margin-right: 2px;
    padding: 5px 7px;
}
.single-video .post-info a:hover {
    background: #555;
}
.video{
    margin-bottom: 20px;
}
.thumb-video {
    display: block;
    position: relative;
}
.thumb-video:after {
    content:"\f01d";
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-family: FontAwesome;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    z-index: 11;
}
.thumb-view:hover .thumb-video:after {
    opacity: 0.4;
    font-size: 60px;
}
.thumb-video img {
    width: 100%;
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.thumb-view:hover .thumb-video img{
    opacity: 0.4;
}
.related-videos,
.newest-videos,
.cats-video {
    padding: 15px;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
}
.thumb-video .tools {
    bottom: 0;
    font-size: 11px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    z-index: 50;
}
.thumb-video .time-desc {
    background: rgba(0, 152, 215, 0.8);
    color: #fff;
    float: right;
    padding: 3px 6px;
}
.thumb-video .ratings {
    color: #fff;
    float: left;
    padding: 3px 6px;
    background: rgba(0, 0, 0, 0.7);
}
.thumb-view:hover .title{
    color: #cccccc;
	background: #2b2b2b;
}
.denomination .title {
    font-size: 14px;
    display: block;
    padding: 5px 8px;
    color: #cccccc;
    background: #111213 none repeat scroll 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.denomination .more-tools{
    display: block;
    padding: 4px 8px 5px 8px;
    color: #4d545e;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: #111213;
    border-top: 1px solid #131415;
	box-shadow: 0 3px 18px -6px rgba(0, 0, 0, 0.5) inset;
}
.more-tools .added {
    float: right;
}
.more-tools .views{
    float: left;
}
.ads-bottom {
    text-align: center;
}
.ads-bottom .col-xs-12, .headline {

    vertical-align: top;
    margin: 5px 0px;

}
.headline {

    vertical-align: top;
    margin: 15px 0px;

}

/*====================       PAGINATION     ==================*/
.page-nav {
    clear: both;
}
.pagination{
    padding: 30px 0;
    display: block;
}
.pagination ul {
    font-size: 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin: 0 0 0 3px;
}
.pagination ul li:first-child {
    margin: 0;
}
.pagination ul li a.prev,
.pagination ul li a.next,
.pagination ul li span.prev,
.pagination ul li span.next {
    line-height: 1;
    padding: 10px 20px;
}
.pagination ul li a:hover,
.pagination ul li a.current,
.pagination ul li span:hover,
.pagination ul li span.current {
    text-decoration: none;
    background: #0098d7;
}
.pagination ul li a, .pagination ul li span {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: url(images/bg_footer.jpg) repeat center center #15171a;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

/*==========================================================
	6. FOOTER
==========================================================*/
.site-footer {
    padding: 18px 0 0;
    border-top: 5px solid #131416;
    background: url(images/bg_footer.jpg) repeat center center;
}
.top-footer{
    margin: 0 -6px 30px;
}
.top-footer .item{
    float: left;
    width: 25%;
    padding: 0 6px;
}
.top-footer .item a{
    display: block;
}
.top-footer .item a:hover{
    opacity: 0.8;
}
.top-footer .item a img{
    width: 100%;
}
.main-footer{
    padding: 30px 0 15px;
}
.right-footer{
    text-align: right;
}
.right-footer .footer-menu ul{
    font-size: 0;
}
.right-footer .footer-menu li{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    padding: 0 11px;
    position: relative;
}
.right-footer .footer-menu li:last-child{
    padding-right: 0px;
}
.right-footer .footer-menu li:last-child:after{
    display: none;
}
.right-footer .footer-menu li:after{
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 10px;
    display: block;
    background-color: #2d3238;
}
.footer-menu li a{
    text-transform: uppercase;
    color: #909294;
}

.right-footer p{
    color: #909294;
    font-size: 12px;
    line-height: 14px;
    margin: 25px 0 0;
}
.copyright {
    margin: 15px 0 0;
    font-size: 11px;
    line-height: 13px;
    color: #909294;
}
.page-title {
    margin: 30px 0 20px;
}
.sidebar {
    padding-top: 30px;
}
.sidebar aside {
    margin-bottom: 30px;
}
