/*
Theme Name: Tema Rodrigo 5
Description: Tema otimizado para performance e SEO
Version: 1.0
Author: Rodrigo
Author URI: https://filmesporno.com.br
Text Domain: tema-rodrigo-5
*/

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

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

body, html {
    height: 100% !important;
}

iframe {
   border: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    color: #333;
    text-decoration: underline;
}

iframe {
    max-width: 100% !important;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

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;
}

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: 26px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

.clearfix {
    clear: both;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0 6px 6px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

* {
    -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;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-md-4,
.col-md-6,
.col-md-8 {
    float: left;
    padding: 0 5px;
    width: 100%
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }
}

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

@media (max-width: 972px) {
    .container {
        width: 100%;
    }
}

.topo {
	background: #252525;
	color: #FFF;
    margin-bottom: 13px;
    padding: 15px 0;
}

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

.topoMenu li {
	float: left;
}

.topoMenu a {
	display: block;
    color: #FFF;
    padding: 0 12px;
    line-height: 38px;
    font-size: 18px;
}

.topoMenu a,
.topoMenu a:hover {
	text-decoration: none;
}

.topoMenu a:hover {
	color: #ff6ba5;
	opacity: 0.8;
}

.topoBusca {
	float: right;
    position: relative;
    width: 100%;
    max-width: 300px;
}

.topoBusca input {
	width: 100%;
    border: none;
    padding: 0 8px;
    height: 38px;
}

.topoBusca button {
    background-color: transparent;
    color: #ff6ba5;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 38px;
    font-size: 16px;
}

.topoBusca button:hover {
	opacity: 0.8;
}

.logo {
	float: left;
	margin-right: 15px;
}

.logoTexto {
	color: #FFF;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: inline-block
}

.logoTexto span {
	display: inline-block;
    background-color: #ff6ba5;
    color: #FFF;
    padding: 0 8px;
}

.videos {
	margin: 0 -4px 22px;
}

.item {
	float: left;
	width: 16.66666%;
	padding: 0 4px;
	margin-bottom: 14px;
}

.itemThumb {
	position: relative;
	padding-top: 64%;
	margin-bottom: 6px;
	display: block;
}

.itemThumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.itemTitulo {
	color: #4c4c4c;
    display: block;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.itemTempo,
.itemTotalVideos {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    background-color: rgba(0,0,0,.4);
    color: #FFF;
    padding: 0 6px;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.itemTotalVideos {
    background-color: #ff6ba5;
}

@media (max-width: 1460px) {
	.item {
		width: 20%;
	}
}

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

@media (max-width: 760px) {
	.item {
		width: 33.33333%;
	}
}

@media (max-width: 520px) {
	.item {
		width: 50%;
	}
}

.paginaTitulo {
	font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
}

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

.paginacao li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.paginacao li a,
.paginacao li em {
	border: 1px #252525 solid;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
}

.paginacao li.active a,
.paginacao li a:hover {
    border-color: #252525;
    color: #FFF;
    text-decoration: none;
}

.paginacao li.active a {
    background-color: #252525;
}

.paginacao li a:hover {
	color: #ff6ba5;
}

.rodapeBanners {
	background-color: #252525;
	padding: 12px 0;
	text-align: center;
	line-height: 0;
}

.bannerItem {
	margin: 0 4px;
	display: inline-block;
}

@media (max-width: 760px) {
	.bannerItem {
		margin-bottom: 8px;
	}
}

.rodape {
	background-color: #000;
    color: #FFF;
    padding: 25px 0;
}

.rodapeTexto {
	border-bottom: 1px #212121 solid;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.rodapeMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.rodapeMenu li {
	display: inline-block;
	margin: 0 4px 4px;
}

.rodapeMenu a,
.rodapeMenu a:hover {
	color: #FFF;
	text-decoration: none;
}

.rodapeMenu a:hover {
	opacity: 0.8;
}

.topoBotaoMenu,
.topoBotaoBusca {
	display: none;
}

@media (max-width: 640px) {
	.topoBotaoMenu,
	.topoBotaoBusca {
		display: block;
	    background-color: #111;
	    color: #FFF;
	    position: absolute;
	    top: 0;
	    cursor: pointer;
	    border: none;
	    width: 45px;
	    height: 40px;
	}

	.topoBotaoMenu {
		left: 0;
	}

	.topoBotaoBusca {
		right: 0;
	}

	.topoBotoes {
		display: block;
		padding: 0 60px;
		text-align: center;
		position: relative;
	}

	.logo {
	    float: none;
	    margin-right: 0;
	}

	.topoBusca {
		display: none;
	}

	.topoMenu {
		display: none;
	}

	.topoBusca {
		max-width: 100%;
    	margin-top: 15px;
	}

	.logoTexto {
	    font-size: 16px;
	}

	.topoMenu {
		margin-top: 15px;
	}

	.topoMenu li {
	    width: 100%;
	    text-align: center;
	    border-bottom: 1px #3c3c3c solid;
	}

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

.paginaPostLeft {
	float: left;
	width: calc(100% - 320px);
	margin-bottom: 20px;
}

.paginaPostRight {
	float: right;
	width: 300px;
	margin-bottom: 20px;
}

.paginaPostVideo {
	margin-bottom: 15px;
}

.paginaPostVideo iframe {
	width: 100%;
}

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

.paginaPostTexto p:first-of-type > br {
    display: none;
}

.paginaPostTags {
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px #EAEAEA solid;
    padding-bottom: 8px;
}

.paginaPostTags span {
    text-transform: uppercase;
    background-color: #ff6ba5;
    color: #fff;
}

.paginaPostTags a {
    background-color: #b2b2b2;
    color: #333333;
}

.paginaPostTags span,
.paginaPostTags a {
    float: left;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
    margin: 0 5px 4px 0;
}

.paginaPostTags 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;
}

@media (max-width: 992px) {
	.paginaPostLeft,
	.paginaPostRight {
		width: 100%;
	}

	.paginaPostRight {
		text-align: center;
	}
}