/*
Theme Name: Xvideos - FD60C233
Theme URI: anetecnologia.com.br - Skype: anetecnologia;
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema Xvideos responsivo
Version: 1.0
License: -
*/

body {
    background-color: #F8F8F8;
    color: #333333;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
}

iframe {
    max-width: 100% !important;
}

@media screen and (max-width: 769px) {
    .container {
        padding-right: 7px;
        padding-left: 7px;
    }
}

.lateral {
    float: right;
    width: 100%;
}

.lateral aside {
    margin-bottom: 27px;
}

.lateral iframe,
.lateral img {
    max-width: 100%;
}

.lateral h3 {
    color: #2600de;
    border-bottom: 1px #D9D9D9 solid;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 17px;
    padding-bottom: 7px;
}

.lateral ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lateral li {
    margin-bottom: 10px;
}

.pagina-conteudo {
    float: left;
    width: 100%;
}

@media (min-width: 769px) {
    .lateral {
        width: 300px;
    }
}

@media (min-width: 993px) {
    .pagina-conteudo {
        width: 937px;;
    }
}

.titulo {
    color: #333333;
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    margin: 0 0 17px;
}

.titulo-relacionados {
    border-bottom: 3px #2600de solid;
    padding-bottom: 7px;
    margin-bottom: 17px;
}

.pagina-descricao {
    font-size: 13px;
    margin-bottom: 17px;
}

/* Banners */
.banners {
    margin: 17px 0 27px;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.banners li {
    display: none;
}

.banners li:first-child {
    display: block;
}

@media (min-width: 993px) {
    .banners li {
        display: inline-block !important;
        margin: 0 10px;
    }
}

/* Topo */
.topo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 17px;
}

.topo-conteudo {
    width: 100%;
}

.topo-logo img {
    width: 100%;
}

.topo-logo h1{
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}

.search-bar {
    float: right;
    width: 100%;
    height: 39px;
    overflow: hidden;
    position: relative;
    max-width: 330px;
}

.search-bar input {
    background-color: #FFF;
    border: none;
    color: #333;
    width: 100%;
    margin-right: 7px;
    height: 35px;
    padding: 0 7px;
}

.search-bar button {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    background-image: url(img/busca-20x20.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 37px;
    width: 55px;
    padding: 0;
    margin: 0;
    text-indent: -1000em; 
}

.btn-random {
    display: block;
    float: right;
    text-decoration: none;
    height: 33px;
    background-image: url("img/rand.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
}

.topo-texto {
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: 3px 7px;
}

.topo-texto .crumbs {
    float: left;
    margin-top: 9px;
}

.topo-descricao {
    float: right;
    margin: 21px 0 0;
    line-height: 19px;
    font-size: 19px;
}

.topo-descricao span {
    color: #2600de;
    font-weight: bold;
}

.search-mobile {
    border: 1px #111 solid;
}

.mobile-menu {
    display: none;
}

.btn-menu,
.btn-busca {
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 29px;
}

.btn-menu {
    background-image: url("img/nav-28x28.png");
    float: left;
}

.btn-busca {
    background-image: url("img/busca-28x28.png");
    float: right;
}

@media (max-width: 769px) {
    .mobile-menu {
        background-color: #111;
        display: block;
        overflow: hidden;
        padding: 7px;
    }
}

/* Menu */
.topo-menu {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.menu {
    background-color: #2600de;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 3px #000 solid;    
}

.menu ul {
    margin: 0;    
    padding: 0;  
}

.menu li {
    display: inline-block;
    text-align: center;
    list-style: none;
    border-right: 1px dashed #000;
    float: left;
}

.menu li a {
    display: block;
    text-align: center;
    padding: 0 17px;
    color: #FFFFFF;
    text-decoration: none;
    height: 39px;
    line-height: 39px;
}

.menu li:last-child {
    border-right: 0; 
}

.menu li:hover {
   background-color: #000000;
   color: #FFFFFF;
   transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color, background-color;
}

/* Categorias */
.categorias {
    clear: both;
    margin: 5px 0;
    padding: 5px;
}

.categorias ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.categorias li {
    display: inline-block;
    margin: 3px;
}

.categorias li a {
    display: block;
    background-color: #f2f2f2;
    border-color: #d9d9d9;
    border-width: 1px 1px 5px;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: box-shadow 0.2s ease 0s, 
        background 0.2s ease 0s, 
        border 0.2s ease 0s, 
        -webkit-box-shadow 0.2s ease 0s, 
        -moz-box-shadow 0.2s ease 0s;
    -moz-user-select: none;
    font-weight: 700;
    padding: 5px 9px;
    line-height: 1.5;
    font-size: 13px;
}

.categorias a.active, 
.categorias a:active, 
.categorias a:hover {
    background-color: #D9D9D9;
    color: #000000;
    box-shadow: 1px 1px 3px #F8F8F8;
    text-decoration: none;
}

/* Faixa */
.faixa {
    background-color: #2600de;
    color: #fff;
    padding: 7px 17px;
    overflow: hidden;
    margin-bottom: 20px;
}

.faixa-titulo {
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.crumbs a {
    color: #CCC;
}

/* Vídeo */
.videos {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.videos li {
    display: flex;
    margin-bottom: 7px;
    width: 25%;
    position: relative;
    background-color: #EEEEEE;
    padding: 0 3px 7px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.videos article {
    width: 100%;
}

.videos a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.videos .thumb {
    display: inline-block;
    border: 1px #333333 solid;
    width: 100%;
    position: relative;
}

.videos .votos,
.videos .count,
.videos .views {
    background-color: rgba(0,0,0, 0.6);
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 7px;
    position: absolute;
    text-shadow: 1px 1px #000000;
    width: auto;
}

.videos .count,
.videos .views {
    left: 5px;
    bottom: 5px;
}

.videos .votos {
    right: 5px;
    bottom: 5px;
    color: #FF2FAD;
}

.videos .views {
    background-image: url("img/views.png");
    background-repeat: no-repeat;
    background-position: 5px 7px;
    padding-left: 19px;
}

.videos .thumb img {
    background-color: #898989;
    display: block;
    height: 140px;
    width: 100%;
}

.videos h2 {
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    margin: 0 0 5px;
    overflow-wrap: normal;
    width: 100%;
    overflow: hidden;
    height: 19px;
}

.videos .overlay {
    display: none;
    border: 0 none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    transition: all .25s ease 0s;
    width: 100%;
    background-image: url("img/play.png");
    background-repeat: no-repeat;
    background-position: center;
}

.videos li:hover .overlay {
    display: block;

}

.videos li:hover .thumb {
    border: 1px #2600de solid;
}

.relacionados li {
    width: 20%;
}

/* Tags */
.tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags li {
    float: left;
    width: 24.2%;
    margin-right: 1%;
    margin-bottom: 17px;
}

.tags a {
    color: #000097;
}

.tags a:hover {
    color: #1118B8;
    text-decoration: none;
}

.tags small {
    color: #777;
    font-weight: normal;
    line-height: 1;
}

.tags li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 769px) {
    .tags li:nth-child(4n) {
        margin-right: 1%;
    }

    .tags li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 649px) {

    .tags li {
        width: 100%;
    }

    .tags li:nth-child(3n),
    .tags li:nth-child(4n) {
        margin-right: 0;
    }
}

/* Páginação */
.paginacao {
    margin: 17px 0;
    padding: 0;
    text-align: center;
}

.paginacao li {
    display: inline-block;
    list-style: none;
    margin: 3px;
    font-weight: 700;
}

.paginacao li a,
.paginacao li em {
    background: #fafafa linear-gradient(to bottom,#fafafa 0,#d4d4d5 100%) repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 1px white inset;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #ccc;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 9px 13px;
    font-style: normal;
}

.paginacao li a:hover {
    color: #000000;
    border-color: #000000;
}

.paginacao .active em,
.paginacao .active a{
    background: #D6D6D7;
    color: #000000;
}

/* Página */
.pagina{
    overflow: hidden;
    margin: 0 0 40px;
}

/* Rodapé */
.rodape {
    background-color: #000000;
    color: #FFFFFF;
    padding: 17px 0;
}

.rodape-titulo {
    font-size: 17px;
    margin: 0 0 17px; 
    text-align: center;
}

.rodape-descricao{
    color: #666;
    font-size: 13px;
    text-align: center;
}

.rodape-menu {
    margin-bottom: 17px;
}

.rodape-menu ul{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.rodape-menu li{
    display: inline-block;
    padding: 0 15px;
    list-style: none;
    border-right: 1px #666 solid;
    line-height: 15px;
}

.rodape-menu li:last-child{
    border-right: 0;
}

.rodape-menu li a{
    color: #808080;
    font-size: 15px;
    text-decoration: none;
}

.rodape-menu li a:hover{
    color: #FFFFFF;
}

.rodape-banners{
    padding: 10px;
    margin: 0 0 17px;
}

.rodape-banners li{
    display: inline-block;
}

.copy {
    font-size: 13px;
}

.copy span{
    color: #2600de;
}

/* Vídeo */
.post {
    margin-bottom: 17px;
    overflow: hidden;
}

.post-conteudo {
    float: left;
    width: calc(100% - 310px);
    margin-bottom: 27px;
}

.post-conteudo h1 {
    color: #0c14c9;
    margin: 0 0 27px;  
}

.post-video {
    width: 100%;
    margin: 0 auto;
}

.post-video iframe {
    width: 100%;
    height: 517px;
    margin-bottom: 10px;
}

.post-conteudo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 7px;
}

.post-texto {
    display: none;
    margin-top: 17px;
} 

.post-texto, 
.post-texto a {
    color: #696969;
}

.post-banners {
    float: right;
    width: 300px;
    text-align: center;
}

.post-banners iframe,
.post-banners img {
    display: inline-block;
    max-width: 100%;
}

.post-banners .widget-conteudo {
    margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
   .post-banners {
        width: 100%;
    } 
}

/* Votos */
.votos {
    float: right;
    font-size: 19px;
    padding: 0 47px;
    position: relative;
    text-align: center;
    line-height: 19px;
}

.votos span {
    color: #999999;
    font-size: 13px;
    display: block;
}

.voto-like,
.voto-dislike {
    position: absolute;
    top: 0;
}

.voto-like {
    left: 0;
}

.voto-dislike {
    right: 0;
}

.votos a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.voto-like img,
.voto-dislike img {
    height: 35px;
}

/* Medias */
@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

@media screen and (max-width: 1025px) {
    .videos li,
    .vrelacionados li {
        width: 25%;
    }
}

@media screen and (max-width: 769px) {

    .topo-logo {
        width: 100%;
        text-align: center;
        padding: 0;
        position: relative;
        margin-left: 0;
    }

    .topo-logo img {
        max-width: 100%;
        height: auto;
    }

    .topo-descricao {
        width: 100%;
        text-align: center;
        margin: 0 0 17px;
        font-size: 17px;
    }

    .topo-texto {
        display: none;
    }

    .search-bar {
        display: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 17px;
    }

    .menu-mobile {
        display: none;
    }

    .categorias {
        padding: 0;
        margin: 0 0 17px;
    }

    .menu {
        border-bottom: 1px #000 solid;
    }

    .menu li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #000;
    }

    .menu li:last-child{
        border-bottom: 0;
    }

    .categorias li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #000;
    }

    .categorias li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-width: 0;
        padding: 7px 17px;
        font-weight: normal;
    }

    .crumbs {
        width: 100%;
    }

    /* Post */
    .post-conteudo,
    .lateral {
        width: 100%;
    }

    .videos li,
    .vrelacionados li {
        width: 33%;
    }

    .videos .thumb img {
        height: 160px;
    }

    .paginacao li {
        display: none;
    }

    .paginacao .next,
    .paginacao .left {
        display: inline-block;
    }
}

@media screen and (max-width: 649px) {

    .btn-random {
        display: none;
    }

    .videos li,
    .vrelacionados li {
        width: 50%;
    }

    .post-conteudo iframe {
        height: 220px;
    }

    /* Rodapé */
    .rodape-menu li{
        display: block;
        padding: 13px 0;
        list-style: none;
        border: none;
    }
}/* rndz */