/* 
	Theme Name: Wrestling PT
	Theme URL: https://wrestling.pt 
	Description: Template desenvolvido de raíz para o Wrestling PT.
	Author: Luís Salvador
	Author URI: https://luissalvador.pt 
	Version: 3.9.3.73
*/

/* RESET */

@import url("reset.css");

/* GERAL */

body {
	background: #fff;
	margin: 0;
	padding: 50px 0 0 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-rendering: auto;
	text-rendering: auto;
	/*cursor:default;*/
}
a,
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover,
a:active {
	color: #cc0000;
	text-decoration: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	letter-spacing: -0.5px;
}
img.avatar {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
}

/* HEADER */

header {
	position: fixed;
	z-index: 2147483642 !important;
	z-index: 2147483649 !important;
	width: 100%;
	height: 50px;
	top: 0;
	padding: 0 25px;
	box-sizing: border-box;
	background: #cc0000;
}
header #header {
	max-width: 1200px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	font-family: "Roboto Condensed", sans-serif;
    letter-spacing: -0.5px;
    display: flex;
    justify-content: space-between;
}

/* MENU */

header #header nav {
	height: 50px;
	overflow: hidden;
}

/* Desktop */

header #header nav#desktop {
	overflow: hidden;
	display: flex;
	order: 2;
}
header #header nav#desktop a.logo {
	display: inline-flex;
	width: 55px;
    height: 50px;
}
header #header nav#desktop img.logo {
	width: 55px;
	height: 50px;
}
header #header nav#desktop .menu-desktop-container {
	display: inline-flex;
	margin-left: 10px;
}
header #header nav#desktop ul#menu-desktop {
	justify-content: flex-start;
    display: flex;
    align-items: center;
}
header #header nav#desktop ul#menu-desktop li {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
}
header #header nav#desktop ul#menu-desktop li:hover {
	background: #aa0000;
}
header #header nav#desktop ul#menu-desktop li.current-menu-item {
	background: #aa0000;
	cursor: default;
}
header #header nav#desktop ul#menu-desktop li a,
header #header nav#desktop ul#menu-desktop li a:visited {
	display: block;
	padding: 18px 10px 16px 10px;
	color: #fff;
	text-decoration: none;
}
/*header #header nav#desktop ul#menu-desktop li.current-menu-item a {
    pointer-events: none;
}*/
header #header nav#desktop ul#menu-desktop li a i {
    display: block;
}

/* Desktop Sub Menu */

header #header nav#desktop ul#menu-desktop li:hover ul.sub-menu {
	display: inline-block;
}
header #header nav#desktop ul#menu-desktop li ul.sub-menu {
	z-index: 9999;	
	position: absolute;
	width: 200px;
	display: none;
	background: #222;
}
header #header nav#desktop ul#menu-desktop li ul.sub-menu li {
	width: 100%;
	font-size: 14px;
	text-transform: none;
    font-weight: normal;
}
header #header nav#desktop ul#menu-desktop li ul.sub-menu li:hover {
	background: #333;
}
header #header nav#desktop ul#menu-desktop li ul.sub-menu li.current-menu-item {
	background: #333;
	cursor: default;
}
header #header nav#desktop ul#menu-desktop li ul.sub-menu li a,
header #header nav#desktop ul#menu-desktop li ul.sub-menu li a:visited {
	padding: 15px;
}
header #header nav#desktop ul#menu-desktop li ul.sub-menu li a:hover {
	background: #333;
	color: #fff;
}
/*header #header nav#desktop ul#menu-desktop li ul.sub-menu li.current-menu-item a {
	pointer-events: none;
}*/
header #header nav#desktop ul#menu-desktop li ul.sub-menu li a i {
    display: inline;
}
header #header nav#desktop ul#menu-desktop li ul.sub-menu li i {
	font-size: 15px;
}

/* Mobile & User */

header #header nav#mobile {
	display: none;
	order: 1;
}
header #header nav#user {
	display: flex;
	order: 3;
}
header #header nav#mobile a,
header #header nav#user a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color:#fff;
	font-size: 16px;
	/*padding: 17px 0;*/
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
header #header nav#mobile a:hover,
header #header nav#user a:hover {
    background: #aa0000;    
}
header #header nav#mobile a.active,
header #header nav#user a.active {
	background: #aa0000;
}
header #header nav#user a img.avatar {
	padding: 15px;
}
header #header nav#user i.user-avatar {
	box-sizing: border-box;
	padding: 12px 13px 11px 13px;
}
header #header nav#user i.user-avatar:hover {
    background: #aa0000;
    cursor: pointer;
}











/******************************************************************************/

/* MAIN */

main {
	/*padding: 25px;*/
}
main section.content {
	padding: 25px 25px 25px 25px;
}
main section.header {
	max-width: 1200px;
    margin: 0 auto;
    padding: 25px 25px 10px 25px;
}
main section.header h1 {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;	
}
main section.header div#single.meta,
main section.content section.feed div#single.meta {
	color: #555;
	line-height: 20px;
	font-size: 13px;
}
main section.header div#single.meta img.avatar {
	float:left;
	width: 20px;
	height: 20px;
	margin-right:5px;
	border-radius: 20px;
}
main section.header div#single.meta i,
main section.content section.feed div#single.meta i {
	margin-left:10px;
}
main section.header div#single.meta a,
main section.header div#single.meta a:visited,
main section.content section.feed div#single.meta a,
main section.content section.feed div#single.meta a:visited {
	color: #555;
}
main section.header div#single.meta a:hover,
main section.header div#single.meta a:active,
main section.content section.feed div#single.meta a:hover,
main section.content section.feed div#single.meta a:active {
	color: #cc0000;
	text-decoration: none;
}
main section.header div#single.meta a.post-edit-link {
	display: inline-block;
	text-align: center;
	width: 20px;
}
main section.content {
	display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
main section.content section.feed {
	width: 100%;
	max-width: 849px;
	margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #f0f0f0;
    overflow: hidden;
}
main section.content aside {
	width: 300px;
}
main section.content div.entry img.page404 {
	max-width: 630px;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}


















/******************************************************************************************/

/* PAGE SECTIONS */

section.page {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 25px;
}
section.page h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #333;
	text-align: left;
	padding-left: 15px; 
	margin: 25px 0 10px 0;
}
section.page nav {
	padding-bottom: 10px;
}
section.page ul {
	border-top: 1px solid #f0f0f0;
}
section.page nav ul li a {
    display: block;
    text-align: left;
	font-size: 16px;
	padding: 16px;
    border-bottom: 1px solid #f0f0f0;
}
section.page nav ul li a:hover {
	background: #f0f0f0;
}
section.page nav ul li a i {
	width: 18px;
	text-align: center;
	margin-right: 16px;
}

/* Menu */

section#menu h3:first-of-type {
	margin: 0 0 10px 0;
}

/* Atividade */

section#activity {
	padding: 0;
}
section#activity li {
	list-style: none;
	text-align: left;
	font-size: 14px;
    line-height: 18px;
    padding: 15px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}
section#activity li img {
	/*float: left;*/
	margin-right: 15px;
	border-radius: 40px;
}
section#activity li img.tcwGravatar,
section#activity li img.avatar {
	float: left;
}
section#activity li span.comment-author-link {
	font-weight: bold;
	color: #333;
}
section#activity li span.comment-author-link a,
section#activity li span.comment-author-link a:visited {
	color: #333;
}

/* Top Comentadores */

section#activity.top h3 {
	padding: 10px 15px;
	margin: 0;	
}
section#activity.top ul {
	border-top: 1px solid #f0f0f0;
}
section#activity.top ul li {
	line-height: 40px;
}

/* User */

section#user .facebooklogin {
	margin: 25px 0 25px 0;
}
section#user .account img.avatar {
	margin: 0 auto;
}
section#user .account h3 {
	text-align: center;
	margin: 15px 0 25px 0;
	padding: 0;
}












/***************************************************************************************/

/* Search Form */
section#filters.search {
	display: block;
}

form.search {
	/*max-width: 500px;*/
	width: 100%;
	height: 40px;
    box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	/*justify-content: center;*/
}
form.search input {
	width: calc(100% - 50px);
	/*margin-right: 10px;*/
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #555;
    padding: 12px 15px;
    font-family: "Roboto", sans-serif;
    border: 0px;
    background: #f0f0f0;
    border-radius: 5px;
    /*text-transform: lowercase;*/
    -webkit-appearance: none;
}
form.search input:focus {
	border: 0px;
}
form.search select {
	display: none;
    height: 40px;
    padding: 0 15px;
    width: 105px;
    text-align-last: center; 
    /*margin-right: 10px;*/
    background-color: #f0f0f0;
    border: 0;
    font-size: 14px;
    color: #666;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif:
}
form.search select:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}
form.search button {
	width: 40px;
	padding: 11px 0 13px 0;
    margin: 0;
    font-size: 18px;
    color: #f0f0f0;
    background: #555;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
form.search button:hover,
form.search button:active {
    background: #333;
	color:#fff;
}
span.search-results {
	display: block;
	margin: 25px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #555;
}

























/************************************************************************************/

/* Filters */

section#filters {
	display:none;
	box-sizing: border-box;
}
section#filters section.slider {
	border: 0;
	padding: 0;
}

/* SLIDER */

section.slider {
	width: 100%;
    margin: 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 0 25px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
section.slider div.header {
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #f0f0f0;
}
section.slider div.header h3 i {
	margin-right: 10px;
}
section.slider div.header a:hover,
section.slider div.header a:active {
    color: #555;
}
section.slider div.slider {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}
section.slider div.slider::-webkit-scrollbar {
    width: 0;		    
    height: 0;
    background: transparent;
}
section.slider div.slider article {
	/*display: inline-block;
	vertical-align: top;*/
	width: 19%;
	/*margin: 0 1% 0 0;*/
	flex: 0 0 auto;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}
section.slider div.slider article:last-of-type {
	margin: 0;
}
section.slider div.slider article .thumb {
	width: 100%;
}
section.slider div.slider article .thumbnail {
    margin-bottom: 10px;
}
section.slider div.slider article .info {
	white-space: normal;
	padding: 0;
}
section.slider div.slider article .info h2 a {
	font-size: 18px;
	line-height: 20px;
}
section.slider div.slider article .info h2 a:hover {
	color: #cc0000;
}

/* SLIDER BIG */

section.slider.big {
	/*width: 100%;*/
	padding: 0 0 25px 0;
	border-top: 0;
	border-bottom: 1px solid #f0f0f0;
	/*border-bottom: 0;*/
}
section.slider.big div.slider {
	padding: 15px 25px 25px 25px;
}
section.slider.big div.slider article {
	width: 24%;
}
section.slider.big div.slider article .info h2 a {
	font-size: 24px;
	line-height: 24px;
}
section.slider.big div.slider article .info .meta i {
	margin-left: 10px;
}

/* SLIDER DARK */

section.slider.dark {
	background: #222;
	border: 0;
	padding: 0 25px;
}
section.slider.dark div.header {
	border-bottom: 1px solid #333;
}
section.slider.dark div.header h3 {
	color: #f0f0f0;
}
section.slider.dark div.header a,
section.slider.dark div.header a:visited {
    color: #ccc;
}
section.slider.dark div.header a:hover,
section.slider.dark div.header a:active {
    color: #f0f0f0;
}
section.slider.dark div.slider article .info h2 a {
	color: #f0f0f0;
}
section.slider.dark div.slider article .info h2 a:hover {
	color: #fff;
}
section.slider.dark div.slider article .info p {
	color: #ccc;
}
section.slider.dark div.slider article .info .meta {
	color: #ccc;
}
section.slider.dark div.slider article .info .meta i {
	color: #ccc;
}
section.slider.dark div.slider article .info .meta a,
section.slider.dark div.slider article .info .meta a:visited {
	color: #ccc;
}
section.slider.dark div.slider article .info .meta a:hover,
section.slider.dark div.slider article .info .meta a:active {
	color: #f0f0f0;
}

/* Slider Listas */

section.slider.listas {
	padding: 0 25px;
	border-bottom: 1px solid #f0f0f0;
}
section.slider.listas div.slider {
	padding: 10px 0;
}
section#filters section.slider.listas div.slider {
	padding: 0 0 10px 0;
}
section.slider.listas div.slider nav ul li {
    display: inline-block;
}
section.slider.listas div.slider nav ul li.separator {
	padding-left: 10px;
    border-left: 1px solid #f0f0f0;
}
section.slider.listas div.slider nav ul li a,
section.slider.listas div.slider nav ul li a:visited {
	display: block;
    padding: 10px 15px;
    background: #f0f0f0;
    color: #555;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 8px;
}
section.slider.listas div.slider nav ul li a:hover {
    background: #e0e0e0;
    color: #555;
}
section.slider.listas div.slider nav ul li:last-of-type a {
	margin-right: 0;
}
section.slider.listas div.slider nav ul#menu-filtros li.current-menu-item a,
section.slider.listas div.slider nav ul#menu-filtros li.current-page-ancestor a,
section.slider.listas div.slider nav ul#menu-mais-comentados li.current-menu-item a {
	background: #222;
	color: #fff;
}

/* Slider Logos */

section#logos.slider.logos {
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
}
section#logos.slider.logos div.slider {
	padding: 10px 0;
}
section#logos.slider.logos div.slider nav ul li {
    display: inline-block;
    margin-right: 8px;
}
section#logos.slider.logos div.slider nav ul li a {
    display: block;
}
section#logos.slider.logos div.slider nav ul li img {
	width: 96px;
	border-radius: 5px;
}
section#logos.slider.logos div.slider nav ul li img:hover {
	opacity: 0.9;
}









































section div.header {
	box-sizing: border-box;
    height: 40px;
    padding: 10px 0;
}

.fa-caret-down{
	transform: rotate(0deg);
	transition: transform 0.25s linear;
}

.fa-caret-down.open{
	transform: rotate(180deg);
	transition: transform 0.25s linear;
}


































/*******************************************************************/


/* UNIVERSAL SECTION */

section div.header h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
}
section div.header a {
	float:right;
	color: #999;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	cursor: pointer;
	letter-spacing: -0.5px;
}

/* UNIVERSAL POST */

article {

}

article .thumbnail {
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;

	width: 100%;
    padding-bottom: 56.25%;
}
article .thumbnail:hover {
	opacity: 0.90;
	filter: alpha(opacity=90);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
article .thumbnail i {
    position: absolute;
    color: #fff;
    margin: 9px 10px;
    font-size: 20px;
    text-shadow: 0 0 10px #000;
}

article .info h2,
article .info h2 a,
article .info h2 a:visited {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
}

article .info h2 a:hover {
	color: #cc0000;
}

article .info p {
	margin: 5px 0 0 0;
	/*padding: 0;*/
	font-size: 14px;
	line-height: 22px;
	color: #555;
	overflow: hidden;
}
article .info .meta {
	color: #999;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
}
article .info .meta img.avatar {
	float:left;
	width: 20px;
	height: 20px;
	margin-right:5px;
}

article .info .meta a,
article .info .meta a:visited {
	color: #999;
}
article .info .meta a:hover,
article .info .meta a:active {
	color: #555;
	text-decoration: none;
}
article .info .meta span.info-author {
	margin-right: 10px;
}
article .info .meta i.fa-folder-open,
article .info .meta i.fa-comment {
	margin-left: 10px;
}














/* NEW FEED */

section.feed {

}
/*section.homepage-feed div.header {
	display: none;
}*/
section.feed div.header {
	/*box-sizing: border-box;
    height: 40px;
    padding: 10px 0;*/
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
}
section.feed div.header h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #333;
}
section.feed section#posts {
	display: flex;
	flex-wrap: wrap;
}
section.feed article {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	line-height: 18px;
	border-bottom: 1px solid #f0f0f0;
	color: #555;
	/*font-size: 13px;*/

	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
section.feed article .thumb {
	width: 32%;
}

section.feed article .info {
	width: 68%;
	/*height: auto;*/
	/*margin: 0;*/
	padding: 0 0 0 25px;
	box-sizing: border-box;
}
section.feed article .info h2,
section.feed article .info h2 a,
section.feed article .info h2 a:visited {
	font-size: 26px;
	line-height: 26px;
}














/* DESTAQUES */

section#destaques {
	width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    height: auto;
    padding: 10px 25px 25px 25px;
    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section#destaques div.header {
	/*display: none;*/
	height: 30px;
	padding: 0 0 10px 0;

	width: 100%;
}
section#destaques article {
	width: 32%;
	margin: 0 2% 0 0;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}
section#destaques article:nth-of-type(4),
section#destaques article:nth-of-type(7) {
	margin-right: 0;
}
section#destaques article:nth-of-type(1) {
	width: 100%;
	margin: 0 0 25px 0;
	background: #222;
	
	display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
}
section#destaques article .thumb {
	width: 100%;
}
section#destaques article .thumbnail {
	margin-bottom: 10px;
}
section#destaques article:nth-of-type(1) .thumbnail {
	/*width: 66%;
	padding-bottom: 37.125%;
	display: inline-block;*/
	margin-bottom: 0;
}
section#destaques article:nth-of-type(1) .thumb {
	width: 66%;
}
section#destaques article .info {
	width: 100%;
	box-sizing: border-box;
}
section#destaques article:nth-of-type(1) .info {
	/*box-sizing: border-box;*/
	width: 34%;
	padding: 25px;
	background: #222;
}
section#destaques article .info h2 {
	font-size: 26px;
	line-height: 26px;
}
section#destaques article .info h2 a,
section#destaques article .info h2 a:visited {
	color: #333;
}
section#destaques article .info h2 a:hover {
	color: #cc0000;
}
section#destaques article:nth-of-type(1) .info h2 {
	font-size: 36px;
	line-height: 40px;
}
section#destaques article:nth-of-type(1) .info h2 a,
section#destaques article:nth-of-type(1) .info h2 a:visited {
	color: #fff;
}
section#destaques article:nth-of-type(1) .info h2 a:hover {
	color: #f0f0f0;
}

section#destaques article:nth-of-type(1) .info p {
	margin: 25px 0;
	font-size: 16px;
	line-height: 25px;
	color: #ccc;
}

section#destaques article:nth-of-type(1) .info .meta,
section#destaques article:nth-of-type(1) .info .meta a,
section#destaques article:nth-of-type(1) .info .meta a:visited {
	color: #ccc;
}
section#destaques article:nth-of-type(1) .info .meta a:hover,
section#destaques article:nth-of-type(1) .info .meta a:active {
	color: #fff;
}

/* 1º Destaque branco */

/*section#destaques article:nth-of-type(1) {
	background: none;
	border-bottom: 1px solid #f0f0f0;
}
section#destaques article:nth-of-type(1) .info {
	background: none;
}
section#destaques article:nth-of-type(1) .info h2 a,
section#destaques article:nth-of-type(1) .info h2 a:visited {
	color: #333;
}
section#destaques article:nth-of-type(1) .info p {
	color: #555;
}
section#destaques article:nth-of-type(1) .info .meta,
section#destaques article:nth-of-type(1) .info .meta a,
section#destaques article:nth-of-type(1) .info .meta a:visited {
	color: #999;
}*/

/* RELATED POSTS */

section#relatedposts {
	width: 100%;
	box-sizing: border-box;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 25px;
    height: auto;
    padding: 0;
    /*border-top: 1px solid #f0f0f0;*/
    border-bottom: 1px solid #f0f0f0;

    display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
section#relatedposts div.header {
    width: 100%;

    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    padding: 10px 0;
}
section#relatedposts article {
	border: 0;

	width: 32%;
	padding: 0;
	margin: 0 2% 25px 0;

	align-content: flex-start;
}
section#relatedposts article:nth-of-type(3),
section#relatedposts article:nth-of-type(6),
section#relatedposts article:last-of-type {
	margin-right: 0%;
}
section#relatedposts article:nth-of-type(4) {
	clear: both;
}
section#relatedposts article .thumb {
	width: 100%;
	align-content: flex-start;
}
section#relatedposts article .thumbnail {
	margin-bottom: 10px;
}
section#relatedposts article .info {
	width: 100%;
	padding: 0;
}
section#relatedposts article .info h2 {
	font-size: 20px;
	line-height: 20px;
}
section#relatedposts article .info h2 a {
	font-size: 20px;
	line-height: 20px;
}
section#relatedposts article .info h2 a:hover {
	color: #cc0000;
}













































/**********************************************************************/

/* PAGINATION */

#pagination,
#infscr-loading {
	clear: both;
	width: 100%;
	box-sizing: border-box;
}
#pagination.single {
	margin-top: 25px;
}
#pagination p {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-transform: none;
	font-style: italic;
    color: #999;
    text-align: center;
	margin-bottom: 15px;
}
#infscr-loading img {
	display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 20px;
}
#infscr-loading div {
	font-family: "Roboto", sans-serif;
	text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #555;
}
#pagination .infinitescroll,
#pagination .previousnext {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#pagination .infinitescroll a,
#pagination .previousnext a {
	background: #222;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#pagination .infinitescroll a:hover,
#pagination .previousnext a:hover {
	background: #333;
}
#pagination .infinitescroll a {
	max-width: 425px;
	width: 100%;
	margin: 0 auto;
}
#pagination .previousnext a {
	width: 50%;
	margin: 0 auto;
}
/*#pagination .previousnext a:last-of-type {
	margin-left: 25px;
}*/
#pagination .separator {
	width: 25px;
}










/* STREAM */

#player {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
#player iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
}
#player .streamable {
	width: 100%;
	height: 0px;
	position: relative;
	padding-bottom: 56.338%;
}
aside #chat {
	
    width: 300px;
    position: relative;
    /*padding-bottom: 39.85%;*/
    height: 0;
    overflow: hidden;
    height: auto;
}








/* POST */

.featured {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 25px;
	margin-right:0;
}
.featured .articleimg {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
img#humor {
	width:100%;
	max-width:500px;
	height:auto;
	margin-top:0px;
}

/* ENTRY */

.entry {
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
}
.entry img {
	max-width: 100%;
	height: auto;
	display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
}
.entry p {
	/*margin: 0 auto;
	max-width: 640px;*/
	margin-bottom: 25px;
	font-size: 16px;
	color: #555;
	line-height: 25px;
	font-weight: 400;

	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.entry p:last-child {
    margin-bottom: 0;
}
.entry strong {
	font-weight: bold;
}
.entry a {
	color: #cc0000;
}
.entry a:hover {
	color: #aa0000;
	text-decoration: underline;
}
.entry a img {
	border: none;
}
.entry iframe {
	max-width:100%;
	/*width: 100%;*/
	overflow:hidden;
	margin-bottom: 25px;
	display: block;
	margin: 0 auto;
}
.entry twitter-widget,
.entry p iframe#twitter-widget-0,
.entry .twitter-tweet-rendered {
	max-width: 500px !important;
	/*display: block !important;*/
	overflow: hidden;
	margin: 0 auto;
}
.entry.listas iframe.instagram-media {
	max-width: 849px !important; 
}
#banneriframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

#banneriframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	/*margin: 0 auto;
	max-width: 640px;*/
	color: #333;
	font-weight: bold;
	clear: both;
	margin-bottom: 25px;
	line-height: normal;
}
.entry h1 {
	font-size: 36px;
}
.entry h2 {
	font-size: 30px;
}
.entry h3 {
	font-size: 26px;
}
.entry h4 {
	font-size: 22px;
}
.entry h5 {
	font-size: 18px;
}
.entry h6 {
	font-size: 16px;
}

.entry ul {
	margin-bottom: 25px;
	list-style-type: disc;
    list-style-position: inside;
}
.entry ol {
	margin-bottom: 25px;
    list-style-type: decimal;
    list-style-position: inside;
}
.entry li {
	padding: 0px 0px 0px 25px;
	font-size: 16px;
    line-height: 25px;
    font-weight: 400;
	color: #555;
}
.entry li a {
	color: #cc0000;
}
.entry li a:hover {
	color: #aa0000;
	text-decoration: underline;
}
.entry li ul {
	margin: 0px;
	padding: 0px;
}

/* ENTRY FORMS */

.entry form {

}

.entry form p {
	margin-bottom: 10px;
}

.entry input[type="text"],
.entry input[type="email"],
.entry input[type="number"] {
	display: block;
	width: 320px;
	/*height: 40px;*/
	padding: 11px 12px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	color: #666;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
}
.entry input[type="text"]:focus,
.entry input[type="email"]:focus,
.entry input[type="number"]:focus {
	border: 1px solid #ccc;
}

.entry input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

.entry select {
	display: block;
    height: 44px;
    padding: 10px 12px;
    width: 346px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    color: #666;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif:
}
.entry select:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

.entry textarea {
	display: block;
	width: 320px;
	height: auto;
	padding: 10px 12px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	color: #666;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
}
.entry textarea:focus {
	border: 1px solid #ccc;
}
.entry input[type="submit"] {
	min-width: 120px;
    font-weight: bold;
    text-transform: uppercase;
	height: auto;
	padding: 10px 12px;
	border: 0px;
	background: #cc0000;
	font-size: 14px;
	color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
}
.entry input[type="submit"]:hover {
	background: #aa0000;
	cursor: pointer;
	border: 0px;
}
.entry input[type="submit"]:focus {
	border: 0px;
}

/* ENTRY OUTROS */

.entry blockquote {
	/*margin: 0 auto;
	max-width: 640px;*/
	box-sizing: border-box;
	border-left: 3px solid #555;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 12px 15px;
    background: #f5f5f5;
}
.entry blockquote p:last-child {
	margin-bottom: 0px;
}
.entry hr {
	border: 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 25px 0;
    clear: both;
}
.author {
	margin-bottom: 25px;
	color: #555;
	padding-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}
.author h3 {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
	/*margin: 50px 0 15px 0;*/
	margin: 15px 0;
	padding: 0;
}
.author p {
    max-width: 320px;
    margin: 0 auto;
}
.author .avatar {
	
	margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}
.author .avatar img {
    width: 80px;
    height: 80px;
    margin: 0;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.author .info {
	margin: 0;
	text-align: center;
    font-size: 13px;
    line-height: 20px;
}
.links {
	margin-top: 10px;
}
.links a,
.links a:visited,
.links a:active {
	color: #ccc;
	font-size: 24px;
	line-height: 24px;
	margin-right: 10px;
}
.links a:hover {
	color:#999;
}
.links a:last-of-type {
	margin-right: 0;
}
}
.wp-audio-shortcode {
    margin-bottom: 20px;
}








/* SOCIAL */

#content .social {
    width: 100%;
    max-width: 470px;
    height: 40px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
#content .social a {
    width: 140px;
    margin: 0;
    /*padding: 12px 0 11px 0px;*/
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;    
	cursor: pointer;
}
#content .social a i {
    margin-right: 5px;
}
#content .social a.comments {
    background-color: #222;
}
#content .social a.comments:hover {
    background-color: #333;
}
#content .social a.facebook {
    background-color: #4065b4;
}
#content .social a.facebook:hover {
    background-color: #3054a3;
}
#content .social a.twitter {
    background-color: #1da1f2;
}
#content .social a.twitter:hover {
    background-color: #0c90e1;
}
#content .social a.messenger {
    background-color: #0084ff;
}
#content .social a.messenger:hover {
    background-color: #2e76ee;
}
#content .social a.whatsapp {
    background-color: #0bd561;
}
#content .social a.whatsapp:hover {
    background-color: #0ac450;
}
#content .social a.messenger,
#content .social a.whatsapp {
	display: none;
}





.comunicado {
	background: #f0f0f0;
	/*margin-bottom: 25px;*/
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}









/* AVATARS */

/*img.avatar.avatar-100.photo {
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
}
img.avatar.avatar-32.photo {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}
img.avatar.avatar-20.photo {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
img.avatar.avatar-18.photo {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
img.avatar.avatar-16.photo {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}*/

/* PUBS */

.pubheader,
.pubslideshow {
	display: block;
    width: 100%;
    max-width: 1250px;
    padding: 0 25px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.pubartigo {
	display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.pubfeed {
	display: block;
    width: 100%;
    max-width: 850px;
    /*padding: 15px 0;*/
    margin: 0 auto;
    /*margin-bottom: 15px;*/
    /*border-bottom: 1px solid #f0f0f0;*/
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
#hstpnetworkads {
	text-align: center;
}

/* Banners */

.pubbanner {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 25px;
}
.pubbanner a {
	display: inline-block;
}
.pubbanner img {
	margin: 0 auto;
}
.pubbanner img.mobilepub,
.pubbanner img.mobilepubmrec,
.pubbanner img.desktoppub {
	display: none;
}
@media all and (min-width: 970px) {
	.pubbanner img.desktoppub { display: block; }
}
@media all and (max-width: 969px) {
	.pubbanner img.mobilepubmrec { display: block; }
}
@media all and (max-width: 480px) {
	.pubbanner img.mobilepub { display: block; }
	.pubbanner img.mobilepubmrec { display: none; }
}















/* SIDEBAR */

aside {
	
	width: 300px;
	color: #555;
}
aside .widget {
	margin: 0 0 25px 0;
	padding: 0;
}
aside h3 {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #cc0000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
aside .widget h3 a, 
aside .widget h3 a:visited, 
aside .widget h3 a:hover, 
aside .widget h3 a:active {
	color: #fff;
}
aside .widget ul { 

}
aside .widget ul li {
	font-family: "Roboto", sans-serif;
	list-style: none;
	margin: 0;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 18px;
}
aside .widget ul li a, 
aside .widget ul li a:visited, 
aside .widget ul li a:active {
	color: #555;
}
aside .widget ul li a:hover {
	color: #cc0000;
}
aside .widget ul li span.comment-author-link {
    font-weight: bold;
}

/* SIDEBAR DESTAQUES */

aside div.widget article {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*aside div.widget article .thumbnail {
	
	width: 40%;
	padding-bottom: 22.5%;
}*/
aside div.widget article .thumb {
	width: 40%;
}
aside div.widget article .info {
	width: 55%;
    
    text-align: left;
}
aside div.widget article .info h2 {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
aside div.widget article .info h2 a,
aside div.widget article .info h2 a:visited {
	color: #555;
	font-weight: normal;
}
aside div.widget article .info h2 a:hover,
aside div.widget article .info h2 a:active {
	color: #cc0000;
	text-decoration: none;
}


















/* COMMENTS */

#comments {
	padding-top: 70px !important;
}
#comments h3 {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 0;
}
#comments img.avatar {
    float: left !important;
    width: 40px;
    height: 40px;
}

#comments p {
	font-size: 16px;
	color: #555;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 25px;
}
#comments a.comentar {
	display: block;
	max-width: 380px;
	margin: 0 auto;
	margin-top:50px;
	border-radius: 5px;
	padding: 10px;
	background: #f0f0f0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
#comments i#comentar {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: 10px;
	margin: 0;
	background: #cc0000;
	color: #fff;
	font-size:16px;
	padding: 15px;
	cursor:pointer;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

/* COMMENT LIST */

#comments ol.comments li.comment {
	margin-bottom: 25px;
}
#comments ol.comments li.comment.depth-2,
#comments ol.comments li.comment.depth-3,
#comments ol.comments li.comment.depth-4,
#comments ol.comments li.comment.depth-5,
#comments ol.comments li.comment.depth-6 {
	margin-bottom: 10px;
}
#comments ol.comments li.comment ul.children {
    margin-left: 50px;
    margin-top: 10px;
}
#comments ol.comments #respond {
	margin-top: -15px;
	margin-left: 50px;
}
#comments ol.comments #respond a.cta {
	display: none;
}

/*#comments ol.comments ul.children #respond {
	margin: -5px 0 0 0;
}*/
#comments ol.comments li.comment.depth-2 div.comment div.comment-reply {
	display: none !important;
}
#comments ol.comments li.comment.depth-2 ul.children {
    margin-left: 0;
}
#comments ol.comments li div.comment {
	margin-left: 50px;
	padding: 10px;
	background: #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow-wrap: break-word;
}
#comments ol.comments li div.comment .meta {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	color:#555;
	max-width:calc(100% - 20px);
}
#comments ol.comments li div.comment .meta a.timestamp,
#comments ol.comments li div.comment .meta span.timestamp {
	font-size: 12px;
	color:#999;
}
#comments ol.comments li div.comment .meta a.timestamp:hover {
	color:#555;
}
#comments ol.comments li div.comment .moderation {
	float:right;
	margin:0;
	margin: 0;
	font-size: 12px;
    line-height: 14px;
    /*text-align: left;*/
    font-weight: 400;
}
#comments ol.comments li div.comment .moderation a,
#comments ol.comments li div.comment .moderation span a {
	margin-left: 5px;
	color: #ccc;
    width: 14px;
    display: inline-block;
    /*background: #fff;*/
    text-align: center;
}
#comments ol.comments li div.comment .moderation a:hover {
	color: #555;
	text-decoration: none;
}
#comments ol.comments li div.comment .comment-text p {
	font-size: 14px;
	line-height: 20px;
	color:#555;
	margin-bottom: 15px;
}
#comments ol.comments li div.comment .comment-text p:last-of-type {
	margin-bottom: 0;
}
#comments ol.comments li.comment.depth-1 div.comment div.comment-reply {
	margin: 0;
	font-size: 12px;
    line-height: 14px;
    text-align: left;
    font-weight: 400;
    display: inline-block;
}
#comments ol.comments li.comment.depth-1 div.comment div.comment-reply a {
	color: #999;
	margin-top:10px;
	display: inline-block;
}
#comments ol.comments li.comment.depth-1 div.comment div.comment-reply a:hover {
	color: #555;
}
#comments ol.comments li div.comment span.safe-comments-report-link {
    display: none;
}
#comments ol.comments li div.comment .comment #respond-comment-form {
	margin: 15px 0 25px 50px;
}

/* COMMENT FORM */

#comments form#comment-form {
	padding: 0;
	margin: 15px 0 25px 50px;
}

#comments form#comment-form p {
	color: #777;
	margin: 0;
}
#comments form#comment-form input {
	float: left;
	width: calc(50% - 5px);
	margin-bottom: 10px;
	padding: 11px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	color: #555;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#comments form#comment-form input:first-of-type {
	margin-right: 10px;
}
#comments form#comment-form textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 60px;
	padding: 9px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	font-weight: 400;
	display: block;
	margin: 0;
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    outline:none;
    resize: none;
}
#comments form#comment-form input[type="submit"] {
	float: right;
	margin: 10px 0 0 0;
	padding: 8px 16px;
	color: #fff;
	font-size: 14px;
	border: 0px;
	background: #cc0000;
	width: auto;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#comments form#comment-form input[type="submit"]:hover {
	background: #aa0000;
	text-decoration: none;
	color: #fff;
}
#comments form#comment-form input[type="submit"]:focus {
	border: 0px;
}
#comments form#comment-form a.login {
	float: left;
    margin: 10px 0 0 0;
    padding: 9px 0;
    color: #999;
    font-size: 14px;
    border: 0px;
    background: none;
    width: auto;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
#comments form#comment-form div.commentsnotify {
    width: auto;
    display: none;
    float: left !important;
    margin: 18px 18px 0 0;
    line-height: 16px !important;
    -webkit-appearance: none;
}

#comments form#comment-form .cancel-comment-reply {
	float: right;
    margin: 10px 10px 0 0;
}
#comments form#comment-form .cancel-comment-reply a,
#comments form#comment-form .cancel-comment-reply a:visited,
#comments form#comment-form .cancel-comment-reply a:active {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding: 9px 10px;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#comments form#comment-form .cancel-comment-reply a:hover {
	color: #555;
}
#comments form#comment-form .facebooklogin {
	width: 40px;*/
	height: 40px;
    margin: 0;
    padding: 0;
    display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

















/*****************************************************************************************/

/* FOOTER */

footer {
	width: 100%;
	background: #222;
	color: #ccc;
	padding: 25px;
	box-sizing: border-box;
	font-size: 14px;
	box-shadow: 0 50vh 0 50vh #222;
}
footer nav {
	margin-bottom: 25px;
}
footer nav#social ul li a {
	padding: 0 10px;
	font-size: 30px;
}
footer nav#footer ul li a {
	padding: 0 15px;
	display: block;
}
footer nav ul {
	text-align: center;
    display: flex;
    justify-content: center;
}
footer nav ul#menu-social {
    justify-content: space-between;
    max-width: 350px;
    margin: 0 auto;
}
footer nav ul#menu-social li {
	width: 50px;
}
footer a,
footer a:visited {
    color: #ccc;
}
footer a:hover,
footer a:active {
	color: #fff;
}
footer .copyright {
	text-align: center;
}










/* OUTROS */

.noborder {
	border: 0;
}
/*.twitter-tweet {
    text-align: center;
    margin: 0 auto;
}*/
#imgur-embed-iframe-pub-oisj3pw {
	width: 100% !important;
	max-width: 500px !important;
	margin: 0 auto !important;
	box-shadow: none;
	box-sizing: border-box;
	border: 0;
	overflow: hidden;
}
iframe.instagram-media {
    margin: 0 auto !important;
}
img.rss-widget-icon {
    display: none;
}
.fb_iframe_widget {
	margin: 0 auto;
	margin-bottom: 20px;
	display: block !important;
    text-align: center;
}
.fbl-button {
	margin-bottom: 0;
}
.fbl-button .fb_iframe_widget {
	margin: 0 auto;
	display: block !important;
    text-align: center;
}
.fbl-spinner {
	display: none !important;
}

a.cta,
a.cta:visited {
	z-index: 9999;
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 17px;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background: #cc0000;
    color: #fff;
}
a.cta:hover,
a.cta:active {
	background: #aa0000;
	color: #fff;
}

h1 i,
h3 i,
li.menu-item a i {
	min-width: 14px;
	text-align: center;
	margin-right: 5px;
}

a.planetawrestling {
	display: block;
	/*padding: 15px 0;*/
	/*background: #f0f0f0;*/
	margin: 0 auto;
	font-size: 14px;
	max-width: 150px;
	text-align: center;
}

























/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/






/* RESPONSIVE */

/* DESKTOP */

@media all and (max-width: 1024px) {

	header,
	header #header {
		padding: 0;
	}
	header #header nav#mobile,
	header #header nav#user {
		display: flex;
	}
	header #header nav#desktop .menu-desktop-container,
	header #header nav#user a#menufasearch,
	section#destaques article:nth-of-type(1) .info p,
	main section.content aside,
	aside {
		display: none;
	}
	main section.content section.feed {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		max-width: 100%;
	}

}











/***************************************************************************************/

/* TABLET */

@media all and (max-width: 768px) {
	
	footer nav#footer ul {
	    flex-direction: column;
	}
	footer nav#footer ul li a {
		padding: 5px 0;
	}

	/********************************/

	main section.header {
	   padding: 15px 15px 10px 15px;
	}

	main section#destaques {
		padding: 0;
	}
	main section.content {
		padding: 0;
	}
	
















	section.page {
		max-width: 100%;
		padding: 15px 0;
		box-sizing: border-box;
	}



	/* feed destaques */

	section div.header {
		padding: 10px 15px;
	}
	section#relatedposts div.header {
		padding: 10px 15px;
	}
	/*section#destaques div.header,
	section.feed div.header {
		display: block;
	}*/
	section#destaques div.header {
	    height: 40px;
    	padding: 10px 15px;
	}
	
	section#filters {
		border-bottom: 1px solid #f0f0f0;
	}
	section#filters section.slider.listas div.slider {
		padding: 10px 0;
	}

	section#filters.search form.search {
		margin: 15px 0;
		padding: 0 15px;
	}
	section#filters form.search,
	section#search.page form.search {
		padding: 0 15px;
	}





	section.feed div.header {
	    /*padding: 10px 15px;*/
	    border: 0;
	    margin: 0;
	}


	section#destaques {
		margin: 0;
	}
	/*section#destaques article,
	section.feed article,
	section#relatedposts article {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		border-bottom: 1px solid #f0f0f0;
	}*/
	section#destaques article {
		width: 100%;
		padding: 15px;
		margin: 0;
		border-bottom: 1px solid #f0f0f0;
	}
	section.feed article {
		padding: 15px;
		margin: 0;
	}
	section#destaques article:nth-of-type(1) {
		margin: 0;
		padding: 0;
	}
	section#destaques article:nth-of-type(4) {
		border-bottom: 0;
	}
	section.feed article:first-of-type,
	section#relatedposts article:first-of-type {
		border-top: 1px solid #f0f0f0;
	}
	section#destaques article .thumb,
	section.feed article .thumb {
		width: 40%;
	}
	section#destaques article .thumbnail {
		margin-bottom: 0;
	}
	section#destaques article:nth-of-type(1) .thumb {
		width: 100%;
	}


	section#destaques article .info,
	section.feed article .info {
		box-sizing: border-box;
		padding: 0 0 0 15px;
		width: 60%;
	}
	section#destaques article .info {
		
		padding: 0 15px;
		box-sizing: border-box;
	}
	section#destaques article:nth-of-type(1) .info {
		width: 100%;
		/*background: #222;*/
		padding: 15px;
		/*ox-sizing: border-box;*/
	}
	section#destaques article:nth-of-type(1) .info p {
		font-size: 14px;
		line-height: 22px;
		margin: 5px 0 0 0;
		display: block;
	}
	section#destaques article:nth-of-type(1) .info h2 {	
		font-size: 26px;
		line-height: 26px;
	}




	section#relatedposts {
		border-top: 1px solid #f0f0f0;
	}

	section#relatedposts article {
		width: 30.666%;
		margin-right: 2%;
	}
	section#relatedposts article .thumb {
		width: 100%;
	}
	section#relatedposts article:first-of-type,
	section#relatedposts article:nth-of-type(4) {
		margin-left: 2%;
	}
	

	




	




	/* SLIDERS */

	/*section.slider {
		width: 100%;
	}*/

	section.slider div.header {
		padding: 10px 15px;
		border-bottom: 1px solid #f0f0f0;
	}

	/* Slider Big */

	section.slider.big div.slider {
		padding: 15px 0;
	}
	section.slider div.slider article {
		width: 38.437%;
		margin: 0 15px 0 0;
	}
	section.slider.big div.slider article {
		width: 45%;
	}
	section.slider div.slider article:first-of-type {
	    margin-left: 15px;
	}
	section.slider div.slider article:last-of-type {
	    padding-right: 15px;
	}
	section.slider.big div.slider article:nth-of-type(3) {
    	clear: both;
	}

	/* Slider Dark */

	section.slider.dark {
		padding: 0;
	}

	/* Slider Listas */

	section.slider.listas {
		padding: 0;
	}

	section.slider.listas div.slider nav ul li:first-of-type {
		margin-left: 15px;
	}
	section.slider.listas div.slider nav ul li:last-of-type {
		margin-right: 15px;
	}

	/* Slider Popular */

	/*section.slider.listas div.slider nav ul#menu-mais-comentados li:first-of-type {
	    margin-left: 0;
	}*/

	/* Slider Logos */

	section#logos.slider.logos div.slider nav ul li img {
		width: 80px;
	}
	section#logos.slider.logos div.slider nav ul li:first-of-type {
		margin-left: 15px;
	}
	section#logos.slider.logos div.slider nav ul li:last-of-type {
		margin-right: 15px;
	}















	.pubheader,
	.pubslideshow {
		padding:0;
	}
	.pubslideshow {
		border-top: 1px solid #f0f0f0;
		/*padding-top: 15px;*/
	}


	#pagination {
		padding: 15px;
	}
	#pagination .separator {
		width: 15px;
	}


	a.cta {
    	bottom: 15px;
    	right: 15px;
	}

	.author {
		padding-top: 15px;
		padding-bottom:0;
		border-bottom:0;
	}

	main section.content section.feed div#single.meta {
		padding: 0 15px;
	}

	.entry,
	#content .social,
	#comments {
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}

	a.planetawrestling {
		/*padding: 10px 0 25px 0;*/
	}


}











/*******************************************************************************************/

/* MOBILE */

@media all and (max-width: 480px) {

	main section#destaques,
	main section.content {
		padding: 0;
	}
	

	

	section#menu {
		padding: 10px 0 15px 0;
	}

	main#destaques {
	    /*padding: 10px 0 0 0;*/
	    padding: 0;
	}
	
	/*main section.content section.feed h1,*/
	main #wrap #content h1 {
		margin: 0 0 10px 0;
	    padding: 0 0 0 10px;
	    font-size: 20px;
	    line-height: 20px;
	    color: #333;
	    text-transform: uppercase;
	}

	#player {
		margin-bottom: 15px;
	}
	section#destaques {
		margin-bottom: 0;
		padding-top: 0;
	}

	



	


	

	

	form.search {
		padding: 0 15px;
		box-sizing: border-box;
	}
	section#search span.results,
	span.search-results {
		margin: 15px 0 0 0;
	}




	main section.header {
		padding: 10px 15px;
		box-sizing: border-box;
		width: 100%;
	}
	main section.header h1 {
		margin: 0 0 5px 0;
		font-size: 30px;
		line-height: 30px;
	}


	/*section#destaques div.header,
	section.feed div.header {
		padding: 10px 15px;
	}*/
	


	


	


	
	
	section.feed div.header h1 {
		text-transform: uppercase;
		font-size: 20px;
		line-height: 20px;
	}







	section.feed article .info {
		padding: 0 15px;
		box-sizing: border-box;
		width: 100%;
	}



	section#relatedposts {
		border-bottom: 0;
	}

	section#relatedposts div.header {
	    border-bottom: 0;
	    margin-bottom: 0;
	}





	/* DESTAQUES E FEED */

	section#relatedposts article {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 15px;
		border-bottom: 1px solid #f0f0f0;
	}
	section#relatedposts article .thumbnail {
		margin-bottom: 0;
	}
	section#destaques article:nth-of-type(4)
	section#relatedposts article:nth-of-type(6) {
		border-bottom: 0;
	}
	section#destaques article:nth-of-type(1) {
		padding-bottom: 0;
		border-bottom: 0;
	}
	

	section#destaques article .thumb,
	section.feed article .thumb {
		width: 45%;
	}
	section#relatedposts article .thumb {
		width: 45%;
	}


	
	section#destaques article .info,
	section.feed article .info,
	section#relatedposts article .info {
		box-sizing: border-box;
		padding: 0 0 0 15px;
		width: 55%;
	}
	
	/*section#destaques article:nth-of-type(1) .info {
		width: 100%;
		background: #222;
		padding: 15px;
	}*/
	section.feed article .info p,
	section#relatedposts article .info p {
		max-height: none;
	}
	section#destaques article .info h2,
	section.feed article .info h2,
	section.feed article .info h2 a,
	section.feed article .info h2 a:visited,
	section#relatedposts article .info h2,
	section#relatedposts article .info h2 a,
	section#relatedposts article .info h2 a:visited {
		font-size: 18px;
		line-height: 20px;
	}
	section#destaques article:nth-of-type(1) .info h2 {
		font-size: 26px;
		line-height: 28px;
	}

	
	article .info p,
	article .info div.meta span.info-author,
	article .info div.meta span.info-category {
		display: none;
	}
	section#comunidade article .info p {
		display: block;
	}
	section#comunidade article .info div.meta span.info-author,
	section#comunidade article .info div.meta span.info-category {
		display: inline-block;
	}
	



	
	section#relatedposts article:first-of-type,
	section#relatedposts article:nth-of-type(4) {
		margin-left: 0;
	}













	/* SLIDER */

	section.slider div.slider article {
		width: 41.74%;
	}
	section.slider.big div.slider article {
		width: 88%;
	}
	section.slider div.slider article .info h2 a {
		font-size: 16px;
		line-height: 18px;
	}


	

	section.slider .slider nav ul#menu-mais-comentados li:first-of-type {
	    margin-left: 15px;
	}









	
	/* pub */

	section.feed article#pub {
		padding: 0;
		border-bottom: 0;
	}
	section.feed article#pub .thumb {
		width: 100%;
	}
	section.feed article#pub .thumbnail {
		margin-bottom: 0;
	}
	section.feed article#pub .info {
		width: 100%;
		background: #222;
		padding: 15px;
		box-sizing: border-box;		
	}
	section.feed article#pub .info h2,
	section.feed article#pub .info h2 a,
	section.feed article#pub .info h2 a:visited {
		color: #fff;
		font-size: 26px;
		line-height: 28px;
	}
	section.feed article#pub .info h2 a:hover {
		color: #f0f0f0;
	}
	section.feed article#pub .info p {
		display: block;
		color: #ccc;
	}
	section.feed article#pub .info .meta {
		color: #ccc;
	}
	



	


	


	


	


	
	/*.entry img {
		display: block;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}*/
	.entry input[type="text"],
	.entry input[type="email"],
	.entry input[type="number"],
	.entry input[type="submit"],
	.entry textarea,
	.entry select {
		box-sizing: border-box;
		width: 100%;
	}
	/*.entry input[type="submit"] {
		width: 100%;
	}*/
	/*iframe[id^='twitter-widget-'] {
		width: 100%;
	}*/
	/*.entry p iframe#twitter-widget-0 {
		max-width: 100% !important;
		display: inline-block !important;
		overflow:hidden;
	}*/

	.entry twitter-widget,
	.entry p iframe#twitter-widget-0,
	.entry .twitter-tweet-rendered {
		max-width: 100% !important;
	}
	/*#content .social {
		max-width: 600px;
    }*/
    #content .social a {
    	width: 17%;
	}
	#content .social a i {
    	margin-right: 0;
	}
	#content .social a.messenger,
	#content .social a.whatsapp {
		display: block;
	}
	.followfbbutton,
	#content .social a span {
		display: none;
	}

}
