/*
Theme Name: Red Tema
Theme URI: anetecnologia.com.br
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo
Version: 1.0
License: -
License -
*/

body {
    background-color: #000;
    color: #ffffff;
}

a {
    color: #dedede;
    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;
}

small {
    font-size: 10px !important;
}

.titulo {
    font-size: 19px;
    line-height: 23px;
    font-weight: normal;
    margin: 10px 0 13px;
}

h1, .h1 {
    font-size: 20px;
}

/* Site */

/* Topo */
.topo {
    padding: 17px;
    overflow: hidden;
}

.logo {
    float: left;
}

.topo h1 {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.logo a {
    color: #dedede;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.topo h1 span{
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.search-bar {
    float: right;
    width: 100%;
    max-width: 420px;
    height: 35px;
    border: 1px solid #333333;
    box-shadow: inset 0 0 20px #000;
    overflow: hidden;
    position: relative;
    padding-right: 90px;
}

.search-bar .input-search input {
    width: 100%;
    padding: 7px 9px;
    background: none;
    border: 0;
    color: #FFFFFF;
}

.btn-search {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #0C13C9;
}

.btn-search input {
    padding: 0 17px;
    width: 100%;
    height: 30px;
    background: none;
    border: 0;
    font-size: 17px;
    color: #FFFFFF;
    cursor: pointer;
}

.search-bar input {
    float: left;
}

/* Menu */
.menu {
    background-color: #212121;
    overflow: hidden;
}


.menu ul {
    margin: 0;    
    padding: 0; 
}

.menu li  {
    display: inline-block;
    text-align: center;
    list-style: none;
    border-right: 1px #000 solid;
     
}

.menu li a {
    display: block;
    text-align: center;
    padding: 13px 17px;
    color: #FFFFFF;
    text-decoration: none;
}

.menu li h2 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.menu > ul li a:hover,
.menu > ul li.current_page_item a {
   background-color: #0C14C9;
}

/* Vídeo */

.videos {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.videos li {
    display: flex;
    margin-bottom: 17px;
    margin-right: 1%;
    width: 15.83%;
    position: relative;
}

.videos a {
    color: #0000c5;
    display: block;
    text-decoration: none;
}

.videos li:hover a:hover {
    color: #0000FF;
}

.videos li:hover .thumb{
    border: 1px #0000FF solid;
}

.videos .conteudo {
    width: 100%;
}

.videos .thumb {
    display: inline-block;
    padding: 3px;
    border: 1px #333333 solid;
    width: 100%;
}

.videos .thumb img{
    display: block;
    width: 100%;
    height: 119px;
}

.videos h2 {
    font-size: 13px;
    width: 100%;
    margin: 0;
    padding: 0;
    word-wrap: normal;
    font-weight: bold;
    margin-bottom: 5px;
}

.videos p {
    color: #777777;
    font-size: 13px;
}

.videos li:nth-child(6n) {
    margin-right: 0 !important;
}

.post-ratings{
    line-height: 13px;
}

.post-ratings-loading {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 11px;
    height: 17px;
    width: 70px;
    margin: -9px 0 0 -37px;
}

.post-ratings-loading span{
    display: inline-block;
    margin-left: 5px;
}

.lista-tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lista-tags li {
    float: left;
    width: 24.2%;
    margin: 0 1% 17px 0;
}

.lista-tags a,
.lista-tags a:hover {
    color: #0c14c9;
    text-decoration: none;
}

.tag-imagem {
    border: 1px #d9d9d9 solid;
    padding: 1px;
    position: relative;
}

.tag-imagem span {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.6);
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 9px 13px;
    text-shadow: 1px 1px #000000;
    width: auto;
}

.lista-tags img {
    width: 100%;
    height: 140px;
}

.lista-tags h2 {
    font-size: 15px;
    margin: 0;
    padding: 7px 0;
    height: 40px;
    overflow: hidden;
}

.lista-tags small {
    color: #777;
    font-weight: normal;
    line-height: 1;
}

.lista-tags li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 649px) {

    .lista-tags li {
        width: 49.5%;
    }
    
    .lista-tags li:nth-child(4n){
        margin-right: 1%;
    }

    .lista-tags li:nth-child(2n) {
        margin-right: 0;
    }
}


@media screen and (max-width: 340px) {
    .lista-tags li {
        width: 100%;
    }

    .lista-tags li:nth-child(4n),
    .lista-tags li:nth-child(2n) {
        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;
    background: #FFFFFF;
    font-weight: 700;
}

.paginacao li a,
.paginacao li em {
    border: 1px solid #555;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 9px 13px;
    font-style: normal;
}

.paginacao li a:hover {
    color: #0c14c9;
    border-color: #0c14c9;
}

.paginacao .active em,
.paginacao .active a{
    color: #0c14c9;
}

/* Página */
.pagina{
    overflow: hidden;
    padding: 17px 0 40px;
}

.pagina-titulo {
   font-size: 19px;
}

/* Rodapé */
.rodape-descricao{
    color: #666;
    font-size: 13px;
    text-align: center;
}

.rodape-menu{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.rodape-menu li{
    display: inline-block;
    padding: 0 9px;
    list-style: none;
    border-right: 1px #666 solid;
    line-height: 15px;
}

.rodape-menu li:last-child{
    border-right: 0;
}

.rodape-menu li a{
    font-size: 15px;
    text-decoration: none;
}

.rodape-menu li a,
.rodape-menu li a:hover{
    color: #333333;
}

.rodape-banners{
    padding: 10px;
    margin: 0 0 17px;
}

.rodape-banners li{
    display: inline-block;
}

.rodape h3{
    font-size: 11px;
    text-align: center;
}

.rodape h3 span,
.rodape h3 span a{
    color: #0c14c9;
    font-size: 9px;
}

.rodape-descricao h2 {
 font-size: 19px;
}

/* Vídeo */
.player-box-advertising {
    width: 300px;
    float: right;
}

.player-box-advertising ul{
    margin: 0;
    padding: 0;
}

.player-box-advertising li{
    list-style: none;
}

.player-box{
    width: 940px;
    float: left;
}

.player-box h3 {
    color: #0c14c9;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 0 17px;
    padding: 0;
}

.player-box h4 {
    color: #fbfbfb;
    text-align: center;
}

.player iframe{
    width: 100%;
    height: 379px;
}

.movie-info .tags {
    overflow: hidden;
    margin-bottom: 10px;
}

.movie-info .tags ul {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.movie-info .tags span {
    float: left;
    font-size: 15px;
}

.movie-info .tags li,
.uploaded-by-name li {
    float: left;
    font-size: 15px;
    line-height: 17px;
    padding-left: 5px;
    list-style: none;
}

.movie-info .tags a{
    color: #0c14c9;
    text-decoration: underline;
}

.movie-info .tags a:hover{
    text-decoration: none;
}

/* Ordem */
.ordem{
    margin-bottom: 17px;
}

.ordem a{
    color: #0000FF;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

/* Medias */
@media screen and (max-width: 769px) {

    .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 17px;
    }

    .search-bar {
        max-width: 100%;
    }

    .menu li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #000;
    }

    .menu li:last-child{
        border-bottom: 0;
    }


    .videos li {
        margin-bottom: 10px;
        margin-right: 1% !important;
        width: 32.3333%;
    }

    .videos li:nth-child(3n),
    .videos li:nth-child(4n),
    .videos li:nth-child(5n),
    .videos li:nth-child(6n) {
        margin-right: 1% !important;
    }

    .player-box,
    .player-box-advertising{
        margin-bottom: 10px;
        width: 100%;
    }
    
    .player-box-advertising li{
        text-align: center;
    }
}

@media screen and (max-width: 649px) {
    .videos li {
        display: flex;
        margin-bottom: 10px;
        margin-right: 2% !important;
        width: 48%;
    }

    .videos li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .videos li:nth-child(3n),
    .videos li:nth-child(4n),
    .videos li:nth-child(5n),
    .videos li:nth-child(6n) {
        margin-right: 2% !important;
    }
}

@media screen and (max-width: 340px) {
    .videos li {
        display: flex;
        margin-bottom: 10px;
        margin-right: 0 !important;
        width: 100%;
    }

    .videos li:nth-child(n), 
    .videos li:nth-child(2n), 
    .videos li:nth-child(3n), 
    .videos li:nth-child(4n), 
    .videos li:nth-child(5n),
    .videos li:nth-child(6n) {
        margin-right: 0 !important;
    }
}

/* rndz */