﻿/*
Theme Name: Tema A20
Theme URI: anetecnologia.com.br
Author: ANE Tecnologia
Author URI: anetecnologia.com.br
Description: Tema A20
Version: 1.0
License: Código registrado e Desenvolvido por Ane Tecnologia. 
*/

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #222;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-size: 15px;
}

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #EAEAEA;
}

p {
    line-height: 24px;
    text-align: justify;
}

a, a:visited {
    color: #890000;
    text-decoration: none;
}

a:hover {
    color: #C60000;
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

strong {
    font-weight: bold;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-block {
    display: block;
    width: 100%;
}

.title-truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-to-top {
    display: none;
}

.back-to-top button {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #890000;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 0 17px;
    line-height: 42px;
    font-size: 24px;
}

.back-to-top button:hover {
    opacity: .8;
}

@media (max-width: 768px) {
    .back-to-top {
        display: none !important;
    }
}

.clearfix {
    clear: both;
    width: 100%;
}

iframe {
   border: none;
}

.menu-alphabet {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

.menu-alphabet li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.menu-alphabet a {
    background: #d9d9d9;
    color: #333;
    display: block;
    padding: 0 14px;
    line-height: 32px;
    text-align: center;
}

.menu-alphabet a.active,
.menu-alphabet a:hover {
    background-color: #890000;
    color: #FFF;
}

.container {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
   .container {
        padding: 0 8px;
    } 
}

.meio {
    margin-bottom: 25px;
}

/* Topo */
.botao-menu,
.botao-busca {
    display: none;
}

.topo {
    background-color: #F5F5F5;
    border-bottom: 1px solid #E2E2E2;
    padding: 8px 0;
    margin-bottom: 15px;
}

.topo-logo {
    font-size: 28px;
    font-weight: bold;
    float: left;
}

.topo-menu-fechar {
    display: none;
}

.topo-menu {
    float: left;
    margin: 8px 0 0 30px;
}

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

.topo-menu li i {
    color: #C60000;
}

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

.topo-menu li:last-child {
    margin-right: 0;
}

.busca {
    float: right;
    background-color: #E2E2E2;
    width: 100%;
    max-width: 380px;
    position: relative;
    height: 32px;
    padding-right: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.busca input {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 32px;
    padding: 0 10px;
}

.busca button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 32px;
    text-align: center;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.busca button:hover {
    background-color: #909090;
    color: #FFF;
}

@media (max-width: 1024px) {
    .busca,
    .topo-menu {
        display: none;
    }

    .botao-menu,
    .botao-busca {
        display: block;
        font-size: 24px;
        margin-top: 2px;
        cursor: pointer;
        border: none;
        background-color: transparent;
        color: #890000;
    }

    .botao-menu {
        float: left;
    }

    .botao-busca {
        float: right;
    }

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

    .busca {
        max-width: 100%;
        margin-top: 8px;
    }

    .topo-menu-fechar {
        background-color: #000;
        text-align: right;
        display: block;
        color: #FFF;
        padding: 8px 15px;
        font-size: 22px;
    }

    .topo-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background-color: rgba(0,0,0,0.7);
        z-index: 99999;
    }

    .topo-menu .conteudo {
        width: 80%;
        max-width: 260px;
    }
    
    .topo-menu ul {
        background-color: #F5F5F5;
    }

    .topo-menu li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #E2E2E2;
    }

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

    .topo-menu li a {
        display: block;
        padding: 0 15px;
        line-height: 46px;
        color: #333;
    }

    .topo-menu li:hover {
        background-color: #E6E6E6;
    }
}

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

.anuncios li {
    display: inline-block;
    margin: 0 10px 10px;
    vertical-align: top;
}

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

.anuncios li.anuncio-mobile {
    display: none;
}

@media (max-width: 768px) {
    .anuncios li.anuncio-mobile {
        display: inline-block;
    }

    .anuncios li.anuncio-desktop {
        display: none;
    }
}

/* Páginação */
.videos {
    margin: 0 -2px;
    overflow: hidden;
}

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

.videos li {
    float: left;
    width: 20%;
    margin-bottom: 15px;
}

.video-conteudo {
    padding: 0 2px;
}

.video-thumb {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 4px;
}

.video-thumb img { 
    width: 100%;
    height: auto;
    max-height: 180px;
    background-color: #898989;
    display: block;
    filter: contrast(120%);
}

.videos h2 {
    color: #2a2a2a;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-views,
.video-tempo {
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    padding: 0 6px;
    line-height: 18px;
}

.video-views {
    bottom: 5px;
    left: 5px;
}

.video-tempo {
    bottom: 5px;
    right: 5px;
}

.video-hd {
    background-color: #C00;
    color: #FFF;
    display: block;
    padding: 0 8px;
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.video-play {
    position: absolute;
    font-size: 32px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    line-height: 32px;
    margin: -16px 0 0 -16px;
}

.video-overlay {
    display: none;
    opacity: 0;
    position: absolute; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #000000; 
    opacity: .5;
}

.videos li:hover .video-overlay {
    display: block; 
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.videos li:hover h2 {
    color: #890000;
}

.videos li:hover .video-hd, 
.videos li:hover .video-tempo, 
.videos li:hover .video-views {
    display: none;
}

@media (min-width: 1200px) {
    .video-thumb img { 
        height: 180px;
    }
}

@media (max-width: 1024px) {
    .videos li {
        width: 25%;
    }
}

@media (max-width: 640px) {
    .videos li {
        width: 33.33333%;
    }
}

@media (max-width: 480px) {
    .videos li {
        width: 100%;
    }
}

/* Página */
.leia-mais {
    color: #890000;
    font-size: 20px;
    float: right;
}

.pagina-titulo {
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    float: left;
}

.categoria-titulo {
    background-color: rgba(0,0,0,.6);
    color: #FFF !important;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    overflow: hidden;
    text-transform: uppercase;
}

.categoria-titulo .right {
    float: right;
    width: 20%;
    text-align: right;
}

.categoria-titulo .left {
    float: left;
    width: 80%;
}

.pagina-texto {
    color: #8c8c8c;
    margin-bottom: 15px;
}

.pagina-texto p:first-of-type {
    margin-top: 0; 
}

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

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

.paginacao li a,
.paginacao li em {
    background-color: #CCCCCC;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 12px 20px;
    font-style: normal;
}

.paginacao .active em,
.paginacao .active a{
    background-color: #890000;
    color: #FFF;
}

.paginacao li a:hover {
    color: #890000;
    opacity: 0.8;
}

.paginacao li.active a:hover {
    color: #FFF;
}

/* Pornstars */
.pornstars {
    margin: 0 -5px;
}

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

.pornstars li {
    float: left;
    width: 16.66666%;
    margin-bottom: 15px;
}

.pornstars .conteudo {
    padding: 0 5px;
}

.pornstars-thumb {
    background-color: #000;
    margin-bottom: 4px;
    position: relative;
    padding-top: 140%;
}

.pornstars-thumb img {
	background-color: #898989;
    display: block;
    filter: contrast(120%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}

.pornstars-info {
    font-size: 13px;
    overflow: hidden;
}

.pornstars-info .left {
    font-weight: bold;
    float: left;
    width: 80%;
}

.pornstars-info .right {
    color: #838B8B;
    float: right;
    width: 20%;
    text-align: right;
}

.pornstars li:hover img {
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .pornstars li {
        width: 33.33333%;
    }
}

@media (max-width: 640px) {
    .pornstars li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .pornstars li {
        width: 100%;
    }
}

/* Pornstar */
.pornstar {
    background-color: #F8F8F8;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.pornstar h1 {
    border-bottom: 1px solid #E2E2E2;
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 8px;
    margin: 0 0 8px;
}

.pornstar-thumb {
    float: left;
}

.pornstar-thumb img {
    max-width: 160px;
    height: auto;
}

.pornstar-conteudo {
    margin-left: 184px;
}

.pornstar-texto {
    margin-bottom: 10px;
}

.pornstar-texto p {
    margin: 8px 0;
}

.pornstar-texto p:first-of-type {
    margin-top: 0; 
}

.pornstar-titulo {
    font-size: 18px;
    margin: 0 0 15px;
}

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

.pornstar-infos li {
    color: #696969;
    font-size: 14px;
    float: left;
    width: 33.33333%;
    margin-bottom: 8px;
}

.pornstar-infos li strong {
    color: #333;
}

/* Rodapé */
.rodape {
    background-color: #EEEEEE;
    border-top: 1px solid #E2E2E2;
    padding: 12px 0;
}

.rodape-texto {
    color: #8c8c8c;
    text-align: center;
    margin-bottom: 15px;
}

.rodape-menu {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

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

.rodape-menu li + li::before {
    color: #8c8c8c;
    content: " • ";
    padding: 0 5px;
}

.rodape-copy {
    text-align: center;
    font-size: 13px;
}

/* Post */
.post {
    margin-bottom: 20px;
}

.post-conteudo {
    float: left;
    width: calc(100% - 310px);
}

.post-anuncios {
    float: right;
    width: 300px;
    margin: 0;
}

.post-anuncios li {
    margin: 0 0 10px;
}

.post-texto p:first-of-type {
    margin-top: 0; 
}

.post-texto img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

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

@media (max-width: 768px) {

    .post-conteudo {
        width: 100%;
    }

    .post-anuncios {
        width: 100%;
        margin-top: 15px;
    }
}

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

.post-btn-info {
    background-color: #890000;
    color: #FFF;
    margin-bottom: 10px;
}