﻿/*
Theme Name: xFlagras
Theme URI: xflagras.com
Author: xFlagras
Author URI: xflagras.com
Description: Tema responsivo
Version: 1.0
License:; Código registrado e protegido. Produto xFlagras.com 
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    background-color: #000;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    color: #a3a3a3;
}

body, html {
    height: 100% !important;
}

a {
    color: #a3a3a3;
    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;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

p {
    line-height: 18px;
    text-align: justify;
}

a,
a:hover {
    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;
}

ul {
    list-style: square;
    margin: 10px 0 10px 40px;
}

ol {
    margin: 10px 0 10px 40px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    min-height: 20px;
    line-height: 20px;
}

h1 {
    font-size: 18px;
    min-height: 22px;
    line-height: 22px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

.clear {
    clear: both;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px;
    padding: 20px;
    overflow: auto;
    max-width: 100%;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

* {
    -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;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4 {
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 768px) {
    .col-md-4 {
        width: 100%;
        margin-bottom: 8px;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-bordered {
    border: 1px solid #ddd;
}

/* 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;
    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%;
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

/* Estrutura */
.topo-conteudo,
.meio-conteudo,
.rodape-conteudo,
.menu-conteudo {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.meio {
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .topo-conteudo,
    .meio-conteudo,
    .rodape-conteudo,
	.menu-conteudo {
        padding: 0;
    }
}

/* TOPO */
.topo{
    background-color: #000;
    border-bottom: 3px #BF0000 solid;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
}

.topo-conteudo {
    position: relative;
    height: 27px;
}

.topo-logo {
    float: left;
    text-align: center;
    margin-right: 25px;
    font-size: 23px;
    color: #FFF;
	margin-top: 5px;
}

.btn-busca {
    background-color: transparent;
    background-image: url(img/sprites.png);
    background-repeat: no-repeat;
    background-position: -5px -5px;
    display: none;
    width: 22px;
    height: 22px;
    float: right;
    margin-top: 3px;
}

.btn-busca:hover {
    opacity: 0.6;
}

.busca {
	background-color: #e6e6e6;
    display: block;
    position: relative;
    height: 38px;
    padding-right: 60px;
    z-index: 100;
    float: left;
    width: 100%;
    max-width: 320px;
}

.busca input,
.busca button {
    background-color: transparent;
    border: 0;
}

.busca input {
    color: #333;
    width: 100%;
    height: 36px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    padding: 0 12px;
}

.busca button {
	background-image: url(img/sprites.png);
    background-repeat: no-repeat;
    background-position: 6px 1px;
    background-color: #BF0000;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 38px;
}

.botao-menu {
    display: none;
	background-color: transparent;
    background-image: url(img/sprites.png);
    background-repeat: no-repeat;
    background-position: -63px -30px;
    width: 24px;
    height: 27px;
    float: left;
}

@media (max-width: 768px) {

    body {
        padding-top: 60px;
    }

    .topo {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 0;
        z-index: 100;
    }

    .busca {
       	left: 0;
    	right: 0;
    	top: 36px;
    	position: absolute;
    	max-width: 100%;
    	border-bottom: 1px #BF0000 solid;
		display: none;
    }

    .botao-menu {
        display: block;
    }

    .topo-logo {
        float: none;
        display: inline-block;
        margin: 0;
    }

	.btn-busca {
		display: block;
	}
}

/* Home */
.home-titulo {
    border-bottom: 1px #666666 dashed;
    margin-bottom: 15px;
    padding-bottom: 2px;
    overflow: hidden;
	position: relative;
}

.home-titulo h1 {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
}

.home-texto h3 {
    color: #BF0000;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

.home-texto p {
    text-align: justify;
} 

@media (max-width: 768px) { 
    
	.home-titulo h1 {
        margin-bottom: 8px;
    	float: left;
    	line-height: 19px;
    	font-size: 15px;
	}

    .filtro {
        text-align: center;
    }
}

/* Filtro */
.filtro {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.filtro li {
    display: inline-block;
    margin-right: 5px;
}

.filtro a {
    background-color: #BF0000;
    border: 1px #BF0000 solid;
    color: #FFF;
    display: block;
    padding: 4px 8px;
}

.filtro a.ativo {
    background-color: transparent;
    color: #BF0000;
}

.filtro a:hover {
    opacity: 0.8;
}

.filtro li:last-child {
    margin-right: 0;
}

/* 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 */
.pagina {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.pagina-titulo {
    margin: 0 0 15px;
    font-size: 20px;
    color: #BF0000;
    font-weight: bold;
}

.pagina-descricao {
    font-size: 14px; 
    text-align: justify;
    margin-bottom: 25px;
}

/* Vídeos */
.videos-row {
    margin: 0 -2px;
}

.videos {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.videos li {
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 2px;
}

.videos a{
    color: #a3a3a3;
    text-decoration: none;
}

.video-conteudo {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-thumb {
    background-color: #000;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;.videos li
}

.video-thumb img {
    float: left;
    height: 135px;
    width: 100%;
    opacity: 0.9;
	border: 1px #000 solid;
}

.video-conteudo h2 {
	display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    text-decoration: underline;
	text-align: center;
}

.selo {
    position: absolute;
    display: inline-block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    z-index: 2;
    text-shadow: 1px 1px #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.selo-novo {
    background-color: #BF0000;
    top: 5px;
    right: 5px; 
}

.selo-views {
    background-position: -35px -2px;
    left: 5px;   
}

.selo-tempo {
    background-position: -1px -34px;
    right: 5px;
}

.selo-views,
.selo-tempo {
    background-repeat: no-repeat;
    background-image: url(img/sprites.png);
    padding-left: 18px;
    bottom: 10px;
}

.videos li:hover .video-thumb img {
    opacity: 1;
}

.videos li:hover h2 {
    color: #BF0000;
}

@media (min-width: 768px) {
    .videos li {
        width: 33.333333%;
    }

    .video-thumb img {
        height: 190px;
    }
}

@media (min-width: 992px) {
    .videos li {
        width: 20%;
    }
}

/* Páginação */
.paginacao {
    margin: 15px 0 0;
    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 #BF0000;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #BF0000;
    text-decoration: none;
    padding: 12px 20px;
    font-style: normal;
}

.paginacao li a:hover,
.paginacao .active em,
.paginacao .active a{
    background-color: #BF0000;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .paginacao li {
        display: none;
    }

    .paginacao .next,
    .paginacao .left {
        display: inline-block;
    }
}

/* POST */
.post {
    overflow: hidden;
}

.post-conteudo {
    float: left;
    margin-bottom: 0;
    width: 960px;
}

.post-conteudo h1 {
    color: #BF0000;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.post-conteudo iframe {
    width: 100%;
}

.post-conteudo img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
}

.post-conteudo p {
    margin-bottom: 15px;
}

.post-conteudo img {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
    max-width: 100%;
    height: auto;
}

.post-footer {
    margin: 10px 0 15px;
    overflow: hidden;
}

.post-tags {
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
}

.post-tags span {
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
}

.post-tags a {
    background-color: #b2b2b2;
    color: #333333;
}

.post-tags span,
.post-tags a {
    float: left;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
    margin: 0 5px 4px 0;
}

.post-tags a:hover {
    background-color: #555555;
    color: #FFFFFF;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.post .anuncios {
    float: right;
    width: 300px;
    margin-top: 0;
}

.post-relacionados{
    margin-bottom: 15px;
    overflow: hidden;
}

.post-relacionados {
    color: #BF0000;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

.post .anuncios li {
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .post-conteudo,
    .post .anuncios {
        width: 100%;
    }

    .post .anuncios li {
        margin: 0 10px 10px;
    }
}

/* Comentários */
.comentarios { overflow:hidden; padding:0px 0px 0px 0px; margin:20px 0 30px 0; text-transform:none; }
.comentarios a { color: #BF0000; }
.comentarios a:hover { color:#ffffff; }
.comentarios h3 { margin:0 0 10px 0; padding:0; font-size:20px; font-weight:normal; color:#222; }
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { list-style:none; margin:0; padding:0; }
ol.commentlist li.comment ul.children li, ol.commentlist li.comment ul li { margin:0; padding:0 0 0 74px; background:url(./resposta.png) no-repeat 35px 0px; }
ol.commentlist li .avatar-comentario { float:left; margin:0 10px 0 0; height:74px; width:74px; display:block; position:relative; }
ol.commentlist li .comentario-campo { 
    padding: 8px; 
    overflow: hidden; 
    margin: 0 0 20px 0; 
    background-color: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ol.commentlist li .comentario-nome { overflow:hidden; }
ol.commentlist li .nome-comentarista { font-size:14px; font-style:italic; color:#939598; padding:0; }
ol.commentlist li .nome-comentarista strong { color:#58595b; }
ol.commentlist li .nome-comentarista a { text-decoration:underline; color:#58595b; }
ol.commentlist li .nome-comentarista a:hover { color:#222; }
ol.commentlist li .data-comentario { font-size:10px; color:#939598; font-weight:normal; font-style:italic; }
ol.commentlist li .texto-comentario { margin:0; padding:10px 0px; color:#999999; line-height:18px; font-size:12px; }
ol.commentlist li .texto-comentario p { margin:0; padding:0; }
ol.commentlist li .texto-comentario a { text-decoration:none; color: #BF0000; }
ol.commentlist li .texto-comentario a:hover { color:#555; }
ol.commentlist li .reply-link { font-size:11px; font-family:Verdana, Geneva, sans-serif; float:none; display:block; float:left; position:relative; text-transform:none; margin:10px 0 0 0; }
ol.commentlist li .reply-link a { display:block; padding:3px 10px; color:#fff !important; background: #BF0000; }
ol.commentlist li .reply-link a:hover { background:#191919; color:# !important;
}

.links-comentario,
.caixa-mensagem {
    margin-bottom: 8px;
}

.lista-de-comentarios h3,
.comentarios-titulo {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.comentario-campos {
    padding: 8px 12px;
    background-color: #F5F5F5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}

.comentario-campos a {
    color: #333;
}

.comentario-campos textarea {
    width: 100%;
    padding: 8px;
    border: 1px #CCC solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.enviar-button {
    border: none;
    padding: 9px 16px;
    background-color: #BF0000;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.enviar-button:hover {
    opacity: 0.7;
}

/* Rodapé */
.rodape{
    text-align: center;
    background-color: #000;
}

.rodape-conteudo{
    color: #FFF;
    padding: 15px 0;
}

.rodape-conteudo h4 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.rodape-menu {
	margin-bottom: 30px;
	text-align: center;
}

.rodape-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rodape-menu li {
	display: inline-block;
}

.rodape-menu h3 {
    margin: 0 10px;
    font-size: 14px;
    color: #d9d9d9;
    font-weight: bold;
    text-transform: uppercase;
}

.leia-mais {
    float: right;
    color: #BF0000;
    text-decoration: underline;
}

.fotos-row {
	margin: 0 -5px;
}

.fotos {
	margin: 0;
	padding: 0;
	list-tyle: none;
}

.fotos li {
	width: 20%;
	padding: 0 5px;
	display: inline-block;
}

.fotos img {
	width: 100%;
}

@media (max-width: 767px) {
     .fotos li {
		width: 25%;
	}
}

@media (max-width: 480px) { 
    .fotos li {
		width: 50%;
	}
}

/* Votos */
.votos {
    float: right;
    font-size: 19px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    line-height: 18px;
}

.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;
}

.votos a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.voto-like img,
.voto-dislike img {
    height: 34px;
}

@media (max-width: 480px) { 
    .votos {
		width: 100%;
	}
}