/*
Theme Name: ZingTube
Theme URI: http://xwpthemes.com/
Author: XWPThemes
Author URI: http://xwpthemes.com/
Description: The theme is ideal for video site, tube niche or convenience video collection.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, post-formats

The styleheets of ZingTube  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 */
/* 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: 12px;
    color: #000;
    font-family: 'Lato', sans-serif;
    background: #f2f2f2;
}
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: #de2600;
    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: #de2600;
    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 {
    width: 100%;
}
/*==========================================================
	4. HEADER
==========================================================*/
@media (min-width: 1200px){
    .container{
        width: 970px;
    }
}
@media (min-width: 1260px){
    .container{
        width: 1260px;
    }
}
.site-header {
    position: relative;
    background: #232323;
}
.top-header {
    padding: 8px 0;
}
.navigation{
    float: right;
    margin: 19px 0 0 18px;
}
ul.navigation li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
ul.navigation li a {
    display: block;
    color: #fafafa;
    line-height: 30px;
    height: 30px;
    padding: 0 12px;
    background: #2f2f38;
}
ul.navigation li a i {
    font-size: 16px;
    margin-right: 3px;
}
ul.navigation li a.active,
ul.navigation li a:hover {
    background: #de2600;
}

/*======== MAIN MENU ==*/
.main-nav{
    background: rgba(255, 255, 255, 0.2);
}
.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu li {
    float: left;
    font-size: 14px;
    position: relative;
}
.main-menu li a {
    color: #fff;
    display: block;
    padding: 0 38px;
    position: relative;
    text-transform: uppercase;
    line-height: 65px;
    height: 65px;
    font-weight: bold;
    font-size: 14px;
}
.main-menu li a .inner-menu-item {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.main-menu .arrow {
    margin-left: 5px;
    position: relative;
    z-index: 2;
}
.main-menu > ul > li.current-menu-item a,
.main-menu > ul > li:hover > a {
    /* color: #de2600; */
    background: rgba(255, 255, 255, 0.1);
}
.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-color: rgba(0, 0, 0, .9);
    z-index: 99;
}
.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 57px;
}
.main-menu .sub-menu li {
    float: none;
    font-size: 14px;
}
.main-menu .sub-menu li a {
    padding: 10px 15px;
    height: auto;
    line-height: normal;
    position: relative;
    display: block;
    font-weight: normal;
}
.main-menu .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
}
.mobile-menu {
    display: none;
    color: #FFF;
    font-size: 24px;
    line-height: 47px;
    cursor: pointer;
    height: 47px;
    width: 47px;
    text-align: center;
    background: #de2600;
}
.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%);
}
/*============ SEARCH FORM ==*/
.searchform {
    float: right;
    margin: 9px 0 0;
    background: #2f2f38;
}
.searchform > div{
    width: 464px;
    position: relative;
    z-index: 1;
}
.searchform > div label[for="search"]{
    display: none;
}
.searchform input[type="text"] {
    background: none;
    padding: 15px 0 15px 22px;
    height: 47px;
    width: 100%;
    color: #fafafa;
    font-style: normal;
    font-size: 12px;
    border: none;
}
.searchform .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 47px;
    z-index: 2;
    background: transparent;
    border: none;
    font-size: 22px;
    color: #FFF;
}
.searchform .search-submit:hover {
    color: #de2600;
}
.searchform > div:after{
    content: "";
    top: 3px;
    right: 0;
    width: 52px;
    position: absolute;
    height: 41px;
    z-index: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar .searchform {
    background: none;
    width: auto;
    float: none;
}
.sidebar .searchform > div {
    width: auto;
}
.sidebar .searchform > div:after{
    display: none;
}
.sidebar .searchform input[type="text"] {
    border: 1px solid #d5d5d5;
    color: #000;
}
.sidebar .searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 10px;
}
.sidebar .searchform #searchsubmit:hover {
    background: #D70038;
}
.screen-reader-text {
    display: none;
}
/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
    min-height: 300px;
    padding: 0 0 30px;
}
.entry-content {
    font-size: 14px;
    line-height: 22px;
}
.widget-title {
    margin-bottom: 5px;
}
.heading{
    margin: 0 0 5px;
}
.top-content {
    padding: 15px 0;
}
.headline {
    margin: 15px 0;
    vertical-align: top;
}
.heading .title{
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 34px;
    font-weight: normal;
    text-transform: uppercase;
}
.heading .title span.showing{
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 27px;
    color: #9a9a9d;
    margin-left: 8px;
    text-transform: uppercase;
}
.heading .sort {
    float: right;
}
.sort li {
    display: inline-block;
    vertical-align: top;
}
.sort li a {
    display: block;
    padding: 0px 18px;
    line-height: 34px;
    color: #fffefe;
    background: #383842;
    font-size: 14px;
}
.sort li a.active,
.sort li a:hover{
    background-color: #d70038;
}

/*==   ADV   ==*/
.advertising{
    padding-bottom: 20px;
}
.advertising .adv{
    position: relative;
    background: url(images/bg-banner.jpg) repeat-x center center;
    background-size: auto 100%;
    height: 100%;
    text-align: center;
}
.advertising .adv a{
    display: inline-block;
    position: relative;
    border-bottom: 6px solid #de2600;
    padding: 0 10px;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.advertising .adv span {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: #19191f;
    text-transform: uppercase;
}
.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 #ccc;
    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-view {
    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;
    position: relative;
}

.thumb-view:hover a .title{
	color: #DE2600;
}
.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.6;
    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.6;
}
.related-videos,
.newest-videos,
.cats-video {
    padding: 15px;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
}
.thumb-video .tools {
    top: 4px;
    font-size: 11px;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 50;
}
.thumb-video .time-desc {
    background: rgba(56, 56, 66, .8);
    color: #fff;
    font-size: 11px;
    padding: 6px 12px;
    display: block;
    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;
}
.thumb-view:hover .thumb-video .time-desc {
    background: rgba(255, 255, 255, .8);
    color: #000;
}
.denomination {
    padding: 6px;
    background: #eee;
    display: block;
    z-index: 2;
    position: relative;
}
.denomination .title {
    font-size: 13px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #383842;
    display: block;
}
.thumb-view:hover .title{
    color: #212121;
}
.denomination .more-tools{
    display: block;
    color: #777;
    font-size: 11px;
    margin-top: 4px;
}
.post-categories {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 11px;
    background: #FFF;
    padding: 4px 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    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;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.thumb-view:hover .post-categories {
    opacity: 1;
}
.post-categories a {
    color: #7d7d83;
}
.post-categories a:hover {
    color: #de2600;
}
.more-tools .added {
    float: right;
}
.more-tools .views{
    float: left;
}
.ads-bottom {
    text-align: center;
}
.ads-bottom .ads {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

/*====================       PAGINATION     ==================*/
.page-nav {
    clear: both;
}
.pagination{
    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 2px;
}
.pagination ul li:first-child {
    margin: 0;
}
.pagination ul li a:hover,
.pagination ul li a.current,
.pagination ul li span:hover,
.pagination ul li span.current {
    text-decoration: none;
    background: #de2600;
}
.pagination ul li a, 
.pagination ul li span {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: #383842;
    -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: #232323;
    background-size: auto 100%;
}
.top-footer{
    margin: 0 -6px 30px;
    border-bottom: 6px solid #de2600;
}
.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: 15px 0 30px;
    text-align: center;
}
.logo-ft {
    margin-bottom: 30px;
    opacity: 0.8;
}
.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: #878687;
}
.footer-menu li a{
    text-transform: uppercase;
    color: #878687;
}
.footer-menu li a:hover{
    text-decoration: underline;
}
.copyright {
    margin: 15px 0 0;
    font-size: 11px;
    line-height: 13px;
    color: #666668;
}
.page-title {
    margin: 30px 0 20px;
}
.sidebar {
    padding-top: 30px;
}
.sidebar aside {
    margin-bottom: 30px;
}
.list-item .video:nth-child(5n+1) {
    clear: left;
}

/*==========================================================
	COMMENT
==========================================================*/
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.comment-body {
    position: relative;
}
.comment-meta > * {
    display: block;
}
.comment-content,
.comment-meta,
.comment-action-link {
    margin-left: 85px;
}
.comment-avatar {
    position: absolute;
    top: 5px;
    left: 0;
}
.comment-author,
.comment-reply-title,
.comments-title {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #313131;
}
.comments-title,
.comment-reply-title {
    margin-bottom: 5px;
}
.comment-author a {
    color: #313131;
}
.comment-author a:hover {
    color: #42c37a;
}
.comment-date {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: -2px;
}
.comment-list .comment {
    margin-bottom: 10px;
}
.comment-action-link a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    color: #e73737;
}
.comment-action-link a:hover {
    text-decoration: underline;
}
.comment-respond {
    padding-top: 10px;
}
.comment-form p {
    margin-bottom: 5px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form input[type=number],
.comment-form textarea {
    width: 100%;
    height: 50px;
    padding: 7px 20px;
    border: 1px solid #ebebeb;
}
.comment-form textarea {
    height: 130px;
}
.comment-form .row {
    margin-left: -13px;
    margin-right: -13px;
}
.comment-form .row > * {
    padding-left: 13px;
    padding-right: 13px;
    width: 33.3333%;
    float: left;
}
.comment-form .submit  {
    height: 42px;
    line-height: 40px;
    border: none;
    background: #e73737 none repeat scroll 0 0;
    color: #fff;
}
.comment-list .children {
    margin: 0 0 0 50px;
    padding: 20px 0 0;
    list-style: none;
}

.single-comment .views {
    float: right;
    text-align: right;
}
.single-comment .views p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
.single-comment .views span {
    color: #999;
    display: block;
    font-size: 85%;
    margin: 2px 0 0;
    padding: 0;
    text-align: right;
}
