/*
Theme Name: Tema A9 - Ane Tecnologia
Theme URI: anetecnologia.com.br
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo
Version: 1.0
License: Código registrado e protegido. Produto Ane Tecnologia. 
*/

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
}

form {
    margin: 0;
    padding: 0;
    list-style: none;
}

iframe {
   border: none;
}

/* Estrutura */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .container {
        padding: 0;
    }
}

/* Banners */
.banners {
    margin: 15px 0 25px;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.banners ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banners li {
    display: none;
}

.banners li:first-child {
    display: block;
}

@media (min-width: 992px) {
    .banners li {
        display: inline-block !important;
        margin: 0 10px;
    }
}

/* Topo */
.topo-conteudo {
    padding: 15px 0;
}

.logo {
    float: left;
}

.search {
    float: right;
    border: 1px #CCC solid;
    width: 100%;
    max-width: 279px;
    height: 30px;
    position: relative;
    padding-right: 40px;
}

.search input {
    height: 28px;
    width: 100%;
    padding: 0 8px;
}

.search button {
    background: transparent; 
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
}

.menu {
    background-color: #000;
    border-bottom: 3px #C00 solid;
    margin-bottom: 15px;
}

.menu ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}

.menu li {
    display: inline-block;
    margin-right: 40px;
}

.menu a {
    color: #ababab;
}

.menu a:hover {
    color: #fff;
}

.home-titulo {
    margin-bottom: 20px;
}

.home-titulo h2 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filtro {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

.filtro h2 {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    margin: 0;
}

.filtro .ativo {
    color: #C00;
    font-weight: bold;
}

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

    .topo-conteudo {
        padding: 15px;
    }

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

    .search {
        max-width: 100%;
    }

    .menu ul {
        display: none;
    }

    .home-titulo {
        width: 100%;
    }

    .filtro {
        width: 100%;
        text-align: center;
    }
}

/* Menu mobile */
.minimenu{
    display: none;
    position: relative;
}

.minimenu div{
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.minimenu select {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #666;
}

@media screen and (max-width: 648px) {
    .minimenu{
        display: block;
        clear: both;
    }
}

/* Videos */
.videos-row {
    margin: 0 -4px 25px;
    overflow: hidden;
}

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

.videos li {
    width: 20%;
    float: left;
    padding: 0 4px;
    margin-bottom: 10px;
    height: 200px;
    overflow: hidden;
}

.videos a {
    display: block;
}

.videos .thumb {
    background-color: #000;
    border: 1px #000 solid;
    position: relative;
}

.videos .thumb img {
    width: 100%;
    height: 160px;
    display: block;
    filter: contrast(130%);
}

.videos h2 {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 0;
    font-weight: bold;
    min-height: auto;
}

.videos .views,
.videos .votos {
    color: #555;
    font-size: 11px;
}

.videos .views {
    float: left;
}

.videos .votos {
    float: right;
}

.video-categoria {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 2px;
    bottom: 2px;
    color: #C00;
    padding: 4px 8px;
}

.video-categoria span {
    color: #FFF;
    display: block;
    font-size: 10px;
}

.videos li:hover a {
    color: #C00;
}

.videos li:hover img {
    opacity: 0.6;
}

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

@media screen and (max-width: 768px) {
    .videos li {
        width: 33.333333%;
    }
}

@media screen and (max-width: 648px) {
    .videos li {
        width: 50%;
        height: 150px;
    }

    .videos .thumb img {
        height: 110px;
    }
}

/* Tags */
.tags-row {
    margin: 0 -4px;
}

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

.tags li {
    float: left;
    width: 25%;
    padding: 0 4px;
    margin-bottom: 15px;
}

.tags a {
    color: #970000;
}

.tags a:hover {
    color: #B81118;
    text-decoration: none;
}

.tags h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

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

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

@media screen and (max-width: 768px) {
    .tags li {
        width: 50%;
    }
}

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

/* Páginação */
.paginacao {
    margin: 15px 0 25px;
    padding: 0;
    text-align: center;
}

.paginacao li {
    color: #373737;
    display: inline-block;
    list-style: none;
    margin: 2px;
    font-weight: 700;
}

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

.paginacao li a,
.paginacao li em {
    display: block;
    color: #373737;
    text-decoration: none;
    padding: 6px 10px;
    font-size: 11px;
}

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

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

/* Post */
.post-conteudo {
    margin-right: 310px;
    margin-bottom: 25px;
}

.post-video iframe {
    width: 100%;
    height: 514px;
    margin-bottom: 10px;
}

.post-info {
    margin-bottom: 15px;
    overflow: hidden;
}

.post-views {
    font-weight: bold;
    float: left;
    text-align: center;
}

.post-tags {
    margin-bottom: 8px;
}

.lateral {
    float: right;
    width: 300px;
}

.lateral ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lateral li {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .post-conteudo {
        margin-right: 0;
    }

    .post-video iframe {
        height: 280px;
    }

    .lateral {
        width: 100%;
        text-align: center;
        float: none;
    }

    .lateral li {
        display: none;
    }

    .lateral li:first-child {
        display: block;
    }
}

/* Votos */
.post-votos {
    float: right;
    font-size: 19px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    line-height: 18px;
}

.post-votos span {
    color: #999999;
    font-size: 12px;
    display: block;
}

.voto-like,
.voto-dislike {
    position: absolute;
    top: 0;
}

.voto-like {
    left: 0;
}

.voto-dislike {
    right: 0;
}

.post-votos a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.voto-like img,
.voto-dislike img {
    height: 34px;
}

/* Rodape */
.rodape h3 {
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
}

.rodape-descricao {
    text-align: center;
}

.rodape h4 {
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
}

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

.rodape-menu li {
    display: inline-block;
    margin: 0 8px 10px;
}

.widgets {
    text-align: center;
    margin-bottom: 15px;
}

.widget-conteudo {
    display: inline-block;
    margin: 10px 8px;
}

.widget-conteudo h3 {
    font-size: 16px;
}

.widget-conteudo img,
.widget-conteudo iframe {
    max-width: 100%;
}

@media screen and (max-width: 648px) {
    .widget-conteudo {
        width: 100%;
        margin: 15px 0;
        text-align: center;
    }
}

.home-texto {
    margin-bottom: 15px;
}

.btn-texto,
.btn-filtro {
    background-color: #C00;
    padding: 4px 8px 0;
    display: inline-block;
    float: right;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px;
}

.btn-texto {
    background-color: #C00;
    padding: 4px 8px 0;
    display: inline-block;
    float: right;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-filtro {
    margin-left: 10px;
}

@media (max-width: 648px) {
    .home-titulo h2 {
        margin-bottom: 10px;
    }
}

.btn-post-info {
    float: left;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAk1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ROyVeAAAAMHRSTlMAAQIFBgcJCxMZGiEwNTg8QEtRV1tcX2JkZ3eDhYiMm6a5ur7Ays7T1+Lr7fP3+f2w4QcXAAAAbUlEQVQIHWXBxQECQRAAweZwd3d36PyjY5YPD6oI3athVyfJNroCdUBYqut8wdCEmj/3HHN1CJg0OKlDwGTE3bAAkxlbwwJMegzU2xj2b7VK8aV9wkH3QEunWTj6KBPaL78uFb5Kk7PPXSfjzwdVthSGzuT5jgAAAABJRU5ErkJggg==');
    background-color: #C00;
    margin-right: 15px;
    height: 34px;
    font-size: 14px;
    padding: 8px 12px 0 25px;
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #FFF;
}

.post-texto a,
.post-tags a {
    color: #C00;
}

.post-thumb {
    float: left;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    height: auto;
    max-width: 250px;
}