/*
Theme Name: Newronio 2.1
Author: Arenas ESPM
Author URI: arenas.espm.br
Description: Tema personalizado Newronio
Version: 1.1
*/
*
{
	margin:0;
	padding: 0;
	text-decoration: none;
}
body
{
	background-color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Titillium Web', sans-serif;*/
	color:#222;
	font-size:14px;
	line-height:18px;
}
a{
	color:#222;
	font-weight:700;
}
ul
{
	margin-left: 14px;
}
del, s
{
	text-decoration: line-through;
}
#primary, .container
{
	width:980px;
	margin: 0 auto;
}
#menu
{
	background-color: #000;
	background-repeat:no-repeat;
	background-position:center center;
	height: 140px;
	width: 100%;
	z-index:1000;
}
#menu.reduzido
{
	height: 36px;
}
#menu h1
{
	float: left;
	width: 300px;
	height: 100px;
	padding: 16px 0;
}
#menu h1 a, .topo_mobile h1 a
{
	background: url(img/logo.png);
	width: 110px;
	height: 110px;
	display: block;
	text-indent: -5000px;
}
#menu h1 a
{
	background: url(img/logo_mobile.png);
	background-repeat:no-repeat;
	margin-left: 10px;
	height: 100px;
	width: 300px;
}
#menu_principal
{
	float: left;
	margin-top: 54px;
	position: relative;
	margin-left: 40px;
}
#menu.reduzido #menu_principal
{
	margin-top: 0;
}
#menu ul
{
	list-style: none;
}
#menu ul li
{
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	display: inline;
}
#menu li a
{
	color: #fff;
	font-weight: lighter;
}
/* Home */
#posts_home
{
	width: 100%;
	margin-top: 30px;
}
.post_home h1
{
	margin: 5px 0 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: absolute;
	bottom: -5px;
	left: 10px;
	
}
#posts_home h1 a
{
	font-size: 22px;
	font-family: 'Archivo Narrow', sans-serif;
	color: #fff;
}
.post_home
{
	float: left;
	width: 31%;
	margin: 0 0 15px 27px;
	position: relative;
	min-height: 240px;
}
.post_home .featured img
{
	width: 100%;
	min-height: 100%;
	opacity: 0.7;
	transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
}
.post_home .featured
{
	margin-bottom: 0;
	width: 100%;
	background: #000;
	max-height: 237px;
	height: 237px;
	min-height: 124px;
	display: block;
}
.post_home .featured:hover img
{
	opacity: 1;
}
#posts_home a.label_categoria
{
	color: #fff;
}
.post_home .categorias_container
{
	position: absolute;
	right: -6px;
	top: 0;
	z-index: 999;
}
#posts_home a
{
	color: #fff;
}
#posts_home .avatar_meta img, #posts .avatar_meta img, .banner_interno .avatar_meta img
{
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px;
	border-radius: 50px;
}
#content
{
	float: left;
}
#posts
{
	width:640px;
	padding-right:41px;
	float:left;
}
#sidebar
{
	width:298px;
	float:left;
	padding-top:18px;
}
#sidebar ul
{
	list-style: none;
}
.post
{
	font-size: 18px;
}
.post h1, .titulo_banner_interno h1
{
	font-size:48px;
	line-height:55px;
	margin:18px 0 10px;
}
.post h1 a , .titulo_banner_interno h1 a
{
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	color:#000;
}
.post h1 a:hover
{
	color:#f90;
	text-decoration: none;

}
.titulo_banner_interno h1 a
{
	color: #fff;
}
.content-post
{
	position: relative;
}
.content-post .categorias_container
{
	margin: 0 0 30px;
}
#posts_home a.label_categoria
{
	color: #fff;
}
.post-meta a.label_categoria , #posts_home a.label_categoria
{
	background-color:#3c94c1;
	float:left;
	padding:5px 10px;
	/*margin:0 10px 5px 0;
	border-radius:5px;*/
	color:#FFF;
}
.banner_interno a.label_categoria
{	
	background-color:#3c94c1;
	color: #fff;
	padding:5px 10px;
}
.post-meta a.label_categoria:hover
{
	text-decoration: none;
	color: #fff;
}
.post-meta_single
{
	color: #999;
	font-size: 15px;
}
.content-post .featured img
{
	border-bottom: 3px solid #3c94c1; 
}
#posts_home .featured a
{
	display: block;
	min-height: 100%;
}
.post-meta
{
	clear:both;
	width:100%;
	float:left;
	margin-bottom:10px;
	position: relative;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
#posts_home .post-meta a
{
	color: #333;
}
.titulo_categoria
{
	margin-left: 27px;
	font-family: 'Archivo Narrow', sans-serif;
}
/* Cores de categorias */

/* Arte e Design */
.content-post a.arte-design 
{
	color: #7e8e02;
	font-size: 16px;
}
#posts_home a.arte-design , .banner_interno a.arte-design
{
	background: #7e8e02;
	color: #fff;
}
.content-post.arte-design a
{
	color: #7e8e02;
}
.content-post.arte-design .featured img
{
	border-bottom: 3px solid #7e8e02; 
}

/* Fotografia */
.content-post a.fotografia-arte-design 
{
	color: #3a4300;
	font-size: 16px;
}
#posts_home a.fotografia-arte-design , .banner_interno a.fotografia-arte-design
{
	background: #3a4300;
	color: #fff;
}
.content-post.fotografia-arte-design a
{
	color: #3a4300;
}
.content-post.fotografia-arte-design .featured img
{
	border-bottom: 3px solid #3a4300; 
}

/* Moda */
#posts_home a.moda , .banner_interno a.moda
{
	background-color: #e8007e;
	color: #fff;
}
.content-post a.moda
{
	color: #e8007e;
}
.content-post.moda a
{
	color: #e8007e;
}
.content-post.moda .featured img
{
	border-bottom: 3px solid #e8007e; 
}

/* Entretenimento */
#posts_home a.entretenimento , .banner_interno a.entretenimento
{
	background-color: #662382;
	color: #fff;
}
.content-post a.entretenimento
{
	color: #662382;
}
.content-post.entretenimento a
{
	color: #662382;
}
.content-post.entretenimento .featured img
{
	border-bottom: 3px solid #662382; 
}

/* Digital */
#posts_home a.digital-2, #posts_home a.internet-news, .banner_interno a.digital-2 , .banner_interno a.internet-news
{
	background-color: #a2195b;
	color: #fff;
}
.content-post a.digital-2, .content-post a.internet-news
{
	color: #a2195b;
}
.content-post.digital-2 a , .content-post.internet-news a
{
	color: #a2195b;
}
.content-post.digital-2 .featured img , .content-post.internet-news .featured img
{
	border-bottom: 3px solid #a2195b; 
}

/* Agenda */
#posts_home a.agenda , .banner_interno a.agenda
{
	background-color: #4fa4ef;
	color: #fff;
}
.content-post a.agenda
{
	color: #4fa4ef;
}
.content-post.agenda a
{
	color: #4fa4ef;
}
.content-post.agenda .featured img
{
	border-bottom: 3px solid #4fa4ef; 
}

/* Publicidade */
#posts_home a.publicidade-news , .banner_interno a.publicidade-news
{
	background-color: #e84e1b;
	color: #fff;
}
.content-post a.publicidade-news
{
	color: #e84e1b;
}
.content-post.publicidade-news a
{
	color: #e84e1b;
}
.content-post.publicidade-news .featured img
{
	border-bottom: 3px solid #e84e1b; 
}

/* Literatura */
#posts_home a.literatura-2 , .banner_interno a.literatura-2
{
	background-color: #467e59;
	color: #fff;
}
.content-post a.literatura-2
{
	color: #467e59;
}
.content-post.literatura-2 a
{
	color: #467e59;
}
.content-post.literatura-2 .featured img
{
	border-bottom: 3px solid #467e59; 
}

/* Games */
#posts_home a.games-entretenimento , .banner_interno a.games-entretenimento
{
	background-color: #be1621;
	color: #fff;
}
.content-post a.games-entretenimento
{
	color: #be1621;
}
.content-post.games-entretenimento a
{
	color: #be1621;
}
.content-post.games-entretenimento .featured img
{
	border-bottom: 3px solid #be1621; 
}


/* TV e Cinema */
#posts_home a.tv-cinema, .banner_interno a.tv-cinema
{
	background-color: #00a09a;
	color: #fff;
}
.content-post a.tv-cinema
{
	color: #00a09a;
}
.content-post.tv-cinema a
{
	color: #00a09a;
}
.content-post.tv-cinema .featured img
{
	border-bottom: 3px solid #00a09a; 
}

/* Musica */
#posts_home a.musica-2 , .banner_interno a.musica-2
{
	background-color: #95c11e;
	color: #fff;
}
.content-post a.musica-2
{
	color: #95c11e;
}
.content-post.musica-2 a
{
	color: #95c11e;
}
.content-post.musica-2 .featured img
{
	border-bottom: 3px solid #95c11e; 
}


/* Esporte */
#posts_home a.esporte , .banner_interno a.esporte
{
	background-color: #2c2e83;
}
.content-post a.esporte
{
	background-color: #2c2e83;
}
.content-post.esporte a
{
	color: #2c2e83;
}
.content-post.esporte .featured img
{
	border-bottom: 3px solid #2c2e83; 
}

/* News */
#posts_home a.news , .banner_interno a.news
{
	background-color: #333;
}
.content-post a.news
{
	background-color: #333;
}
.content-post.news a
{
	color: #333;
}
.content-post.news .featured img
{
	border-bottom: 3px solid #333; 
}
/* Halloweek */
#posts_home a.halloweek
{
	background-color: #e84e1b;
}
.content-post a.halloweek
{
	background-color: #e84e1b;
}
.content-post.halloweek a
{
	color: #e84e1b;
}
.content-post.halloweek .featured img
{
	border-bottom: 3px solid #e84e1b; 
}

#posts h1 a
{
	color: #000;
	-webkit-transition:color 0.2s ease-in-out;  
   -moz-transition:color 0.2s ease-in-out;  
   -o-transition:color 0.2s ease-in-out;  
   transition:color 0.2s ease-in-out; 
}


/* Estilos herdados do tema antigo */
.alignright {
float: right;
}
img.alignright, .wp-caption.alignright {
margin: 2px 2px 2px 16px !important;
}
.alignleft {
float: left;
}
img.alignleft, .wp-caption.alignleft {
margin: 2px 16px 2px 2px !important;
}
.author-meta
{
	width:620px;
	padding:10px 5px;
	margin:30px 0;
	border: 1px solid #E2E2E2;
	border-width: 1px 0;
}
.author-avatar
{
	width:86px;
	height:86px;
	float:left;
	margin-right:10px;
}
.author-avatar img
{
	border-radius: 50px;
}
.author-bio
{
	float:left;
	width:335px;
	color:#4f4f4f;
	font-size:12px;
}
.author-bio h2 a
{
	color:#000;
	font-style:italic;
	font-weight:400;
}
.social-icons
{
	float:left;
	width:150px;
	margin:10px 0 0 30px;
}
.btn_twitter
{
	margin:0 10px 0 0;
	float:left;
}
.pagination
{
	clear: both;
	margin-left: 27px;
}
.pagination a
{
	font-family: 'Playfair Display', serif;	
	color:#444346;
	font-size: 30px;
	font-weight: lighter;
	font-style: italic;
	float: left;
}
.separador
{
	display:block;
	width: 210px;
	float: left;
	text-indent: -5000px;
}
#footer
{
	width: 100%;
	height: 50px;
	float: left;
	margin: 10px 0;
}
#footer h1
{
	float: left;
	margin: -10px 0 0 -240px;
}
a#infiniteLoader{
    position:relative;
    z-index: 2;
	width: 220px;
	margin-left: 40%;
	display: none;
}
#texto_rodape
{
	font-family: 'Archivo Narrow', sans-serif;
	color:#aeaeae;
	font-size: 14px;
	float: left;
	width: 730px;
	margin-left: 225px;
	margin-top: -34px;
}
#texto_rodape p
{
	margin-bottom: 15px;
}
#menu_rodape
{
	clear: both;
	margin:-64px 0 0 211px;
	float: left;
}
#menu_rodape ul li
{
	display: inline;
}
#menu_rodape ul li a
{
	font-family: 'Archivo Narrow', sans-serif;
	color: #fff;
	font-size: 18px;
	margin: 0 15px;
}
#menu_rodape ul li a:hover
{
	color:#4fa4ef;
}
#busca
{
	float: right;
	width: 185px;
	height: 30px;
	margin-top: 60px;
}
#menu.reduzido #busca
{
	margin-top:0;
}
#busca input[type=text]
{
	margin: 5px 0 0 4px;
	width: 150px;
	padding: 3px;
	background: #fff;
	border: none;
	outline: none;
}
#busca input[type=submit]
{
	width: 20px;
	height: 20px;
	border:none;
	background: url(img/lupa.png) no-repeat;
	cursor: pointer;
	color:#aeaeae;
	text-indent: -5000px; 
}
.logo_arenas
{
	float:right; 
	color: #fff; 
	margin-top: -69px;
}
/*====================================
	Submenu
 ====================================*/

 
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu li ul a {
	border-bottom:	1px solid #302f2f;
	border-top:		1px solid #5c5b5b;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li ul li{
	background:		#504e4e;
}
.sf-menu li li {
	background:		#504e4e;
}
.sf-menu li li li {
	background:		#504e4e;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#4fa4ef;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#banner
{
	position: relative;
}

#banner article img
{
	width: 100%;
}
.banner_interno
{
	position: relative;
}
.banner_interno .overlay
{
	position: absolute;
	top: 0;
	left: 0;
}
.titulo_banner_interno
{
	position: absolute;
	width: 100%;
	bottom: 30px;
}
.post-meta_single a
{
	color: #eee;
}
.news-slider .caption_banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 1em;
  width: 100%;
  text-align: center;
  padding: 25px 0;
}
.news-slider .caption_banner a
{
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 40px;
}

.sy-pager li.sy-active a
{
	background: #4fa4ef
}

.content-post
 {
 	line-height: 1.8em;
	color: #333;
 }
 .featured
 {
 	margin-bottom: 20px;
 }
.content-post img{
	width: 640px;
	height: auto;
	border: 1px solid #ccc;
}
.content-post a
{
	color: #4fa4ef;
	font-weight: normal;
}
.content-post a:hover
{
	text-decoration: underline;
}
p{
	margin-bottom: 18px;
}
.banner_interno img
{
	width: 100%;
	height: auto;
}
.topo_mobile
{
	display: none;
}
#mobile_menu, #sidr
{
	display: none;
}
#sb-site, .sb-site-container
{
	background: none;
}
.navbar-left
{
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
}
.navicon-line
{
	background: #fff;
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
}
.sb-slidebar a
{
	color: #fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 18px;
/*  overflow: hidden; */
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sy-slides-wrap
{
	overflow: hidden;
}
/* Media Queries */
@media all and (max-width: 1175px){

	.post_home
	{
		float: left;
		width: 45%;
		margin: 0 0 30px 27px;
		position: relative;
	}

	#posts_home .featured
	{
		height: 213px;
	}
}

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


	.navbar-left
	{
		display: block;
		margin: 10px; 
	}
	#menu h1 a
	{
		background: url(img/logo_mobile.png) no-repeat;
		margin-left: 50px;
		margin-top: 10px;
	}
	.post_home
	{
		float: left;
		width: 100%;
		margin: 0 0 30px;
		position: relative;
		min-height: 180px;
	}
	#posts_home .featured
	{
		height: 279px;
	}

	.topo_mobile
	{
		display: block;
	}

	#menu_principal
	{
		display: none;
	}

	.topo_mobile
	{
		background: #000;
	}
	.topo_mobile h1
	{
		float: left;
	}
	
	#mobile_menu
	{
		color: #fff;
		margin-top: 27px;
		float: left;
		margin-left: 10px;
	}

	#featured
	{
		display: none;
	}
	.content-post .featured
	{
		width: 100%;
	}

	#footer
	{
		width: 585px;
		height: 100px;
	}
	#footer .container
	{
		width: 500px;
	}
	.logo_arenas img
	{
		width: 100px;
	}
	#footer h1 img
	{
		width: 400px;
	}
	#texto_rodape
	{
		width: 170px;
		margin-left: 195px;
		margin-top: -44px;
	}

	.post_home .categorias_container {
		position: absolute;
		right: 0;
		top: 8px;
	}

	.post_home h1
	{
		padding-left: 10px;
	}

	.post-meta
	{
		padding-left: 10px;
	}

	.news-slider
	{
		display: none;
	}
	
	#sidebar
	{
		display: none;
	}

	#posts
	{
		width: 520px;
		padding-left: 20px;
	}
	
	#posts img
	{
		width: 100%;
	}

	.author-meta
	{
		width: 540px;
	}
	.author-bio
	{
		width: 246px;
	}

	.fb-comments {
    	width: 540px !important;
   	}
	.fb-comments iframe[style] {
   		width: 540px !important;
  	}
	.fb-like-box {
   		width: 540px !important;
  	}
	.fb-like-box iframe[style] {
   		width: 540px !important;
  	}
	.fb-comments span {
   		width: 540px !important;
  	}
	.fb-comments iframe span[style] {
   		width: 540px !important;
  	}
	.fb-like-box span {
   		width: 540px !important;
  	}
	.fb-like-box iframe span[style] {
   		width: 540px !important;
  	}
  	.fbFeedbackContent .composer
  	{
  		width: 460px;
  	}
}
@media (max-width:480px) {
	
	#content .content-post, .author-meta, #posts, #content
	{
		max-width: 67%;
		width: 100%;
	}
	#menu h1 a
	{
		background: url(img/logo_mobile.png) no-repeat;
		margin: 0;
	}

	#menu h1
	{
		width: 250px;
		margin: 0 auto;
		float: none;
	}
	#busca	
	{
		display: none;
	}
	#menu .container
	{
		width: 480px;
	}

	.fb-comments, 
	.fb-comments iframe[style] , 
	.fb-like-box, 
	.fb-like-box iframe[style], 
	.fb-comments span, 
	.fb-comments iframe span[style], 
	.fb-like-box span,
	.fb-like-box iframe span[style],
	.fbFeedbackContent .composer
	{
    	width: 100% !important;
   	}

   	.titulo_banner_interno
   	{
   		bottom: -10px;
   	}

   	.titulo_banner_interno h1
   	{
   		font-size: 25px;
   		width: 370px;
   		margin-left: 10px;
   		line-height: 25px;
   	}

   	.post-meta_single
   	{
   		width: 330px;
   		line-height: 30px;
   		margin-left: 10px;
   	}

}