/**
  Theme Name: Blog Vitrine
  Theme URI:
  Version: 5.0 DEMO
  Author: Gustavo gC
  Author URI:
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate

  Description: Tema basico do wordpress com toda estrutura.
*/
#wpstats{ display:none !important; }
html { overflow-y: scroll; }
body{ margin:0px !important; font-family:'Raleway', sans-serif; overflow: hidden; }
a{ text-decoration:none; color:black; }
img{ border:none; }
ul, li, ol, h1, h2, h3, h4, h5, h6{ list-style:none; padding:0px; margin:0px; font-weight:normal; }
h1{ font-size:30px; }
h2{ font-size:24px; }
h3{ font-size:22px; }
h4{ font-size:18px; }
h5{ font-size:14px; }
h6{ font-size:12px; }
button{ cursor:pointer; }
blockquote{ margin:0px; }
p, .conteudo-post div, .conteudo-post ul, .conteudo-post ol {
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0px 20px 0px;
	color: #878787;
}
p a{ text-decoration: underline; color:#10c7ab; }
p a:hover{ color:black !important; }
p iframe{width:100%;}

	/*____
	BASE
	_____*/
.branco{ background-color:white; }
.preto{ background-color:black; }
.float,
.post, .page, .comment, .widget, .cont-busca, #paginacao, #respond, #comments
{float:left;width:100%;}
.transition,
.recomendado img, .recomendado:hover img, .recomendado .titulo-recomendado, .recomendado:hover .titulo-recomendado, .page-numbers a, .page-numbers a:hover, .page-numbers .current, .touchcarousel-item img, .touchcarousel-item:hover img, .touchcarousel-item:hover .info-slide, .touchcarousel-item .info-slide, .relacionados li .vp-relacionado, .relacionados li:hover .vp-relacionado, .relacionados li img, .relacionados li:hover img, .efeito-img img, .efeito-img:hover img, .w-perfil .img-perfil img, .w-perfil .img-perfil:hover img, .w-perfil h3, .w-perfil h3:hover, .foto-colunista img, .foto-colunista:hover img
{transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.shadow,
.cont-busca
{box-shadow:0px 0px 5px -1px black;-webkit-box-shadow:0px 0px 5px -1px black;-moz-box-shadow:0px 0px 5px -1px black;}
/*alinhamento*/
.aligncenter, div.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.alignleft{float:left;margin-right:10px;margin-bottom:20px;}
.alignright{float:right;margin-left:10px;margin-bottom:20px;}
/*fonts*/
.font-titulo{font-family: 'Old Standard TT', serif;}

/*____
END-BASE
_____*/

	/*____
	ESTRUTURA
	_____*/
#conteiner{}
.cont-center{
	width:1200px;
	margin:0px auto;
}
body.page-template-page-fullwidth-php #posts {
	width: 100% !important;
}
body.page-template-page-fullwidth-php article.hentry{
	width: 100% !important;
	box-sizing:border-box;
}
#posts{
	width:860px;
	float:left;
}
.cont-masonry {
	padding-bottom: 50px;
}
.sidebar {
	width: 300px;
	float: right;
	padding: 19px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}
/*____
END-ESTRUTURA
_____*/

	/*____
		TOPO
		_____*/
header{
	margin-bottom:100px;
}

/*logo*/
.logo {
	margin: 60px 0px 30px;
	height:100px;
}
.logo a{
	*display: table;
	*margin: 0px auto;
}
.logo a {
    display: block;
    width: 535px;
    height: 55px;
    margin: 0px auto;
    background: url(/wp-content/themes/blogvitrine-gc2014/images/logo-header.png?2) no-repeat center;
    background-size: 100%;
}
.logo img{
	max-width: 100%;
	display:block;
}

/*menu*/
.cont-menu{
	height:60px;
}
.menu{
	width: 100%;
	display: inline-block;
	text-align: center;
	position:relative;
	font-family: 'Old Standard TT', serif;
}
.menu li{
	display: inline-block;
	position:relative;
}
.menu li a{
	font-size: 17px;
	line-height: 60px;
	display: block;
	padding: 0px 10px;
	color:white;
	text-transform:uppercase;
}
.menu li a:hover, .current-menu-item a{
	color:#10c7ab !important;
}
.sub-menu{
    z-index: 99;
    position: absolute;
    left: -20px;
    background: #4C4C4C;
    width: 200px;
    display: none;
}
.sub-menu li {
    width: 100%;
}
.sub-menu li a {
    line-height: 18px;
    padding: 10px 0;
}
.sub-menu .sub-menu {
	left: 200px;
    top: 0;
    width: 230px;
    background: #636363;
}

/*menu fixo*/
#menu-fixo{
	background-color:black;
	box-shadow: 0px 5px 10px -5px black;
	-webkit-box-shadow: 0px 5px 10px -5px black;
	-moz-box-shadow: 0px 5px 10px -5px black;
}
.menu-fixo {
	float: left;
	width: 950px;
}

.menu-responsive, #menu-fixo input[type=checkbox],
.label-busca, .busca-responsive input[type=checkbox], #form-responsive {
	display: none;
}

/*Destaque Topo*/
#destaque-topo{
	height:650px;
}
.conteudo-post.float pre {
    text-align: left;
    white-space: pre-line;
}

/*slide topo*/
#slide-topo{ width:860px; }
#slide-topo .touchcarousel-item {
	width:300px;
	margin-right:30px;
	background-color:black;
	text-align: center;
}
#slide-topo .info-slide{
	position: absolute;
	padding:10px 0px;
	width: 100%;
	color: #FFF;
	bottom: 0px;
	left:0px;
}
.touchcarousel .grab-cursor{ cursor:url(/wp-content/themes/blogvitrine-gc2014/js/touch/grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(/wp-content/themes/blogvitrine-gc2014/js/touch/grabbing.png) 8 8, move; }
.touchcarousel .arrow-icon.left{ background: url(/wp-content/themes/blogvitrine-gc2014/js/touch/minimal-light-skin/seta-esquerda.png)no-repeat center !important; }
.touchcarousel.minimal-light .arrow-icon.right{ background: url(/wp-content/themes/blogvitrine-gc2014/js/touch/minimal-light-skin/seta-direita.png)no-repeat center !important; }
.touchcarousel .arrow-holder.disabled .arrow-icon.left{ background: url(/wp-content/themes/blogvitrine-gc2014/js/touch/minimal-light-skin/sprite.png) no-repeat -40px -7px; }
.touchcarousel .arrow-holder.disabled .arrow-icon.right{ background: url(/wp-content/themes/blogvitrine-gc2014/js/touch/minimal-light-skin/sprite.png) no-repeat -139px -7px; }
.tc-paging-item { background: url(/wp-content/themes/blogvitrine-gc2014/js/touch/minimal-light-skin/sprite-new.png) no-repeat -95px -4px; }
.tc-paging-item.current { background: url(/wp-content/themes/blogvitrine-gc2014/js/touch/minimal-light-skin/sprite-new.png) no-repeat -95px -22px; }

#slide-topo .touchcarousel-item img{opacity:1;}
#slide-topo .touchcarousel-item:hover img{opacity:0.4;}
#slide-topo .touchcarousel-item .info-slide{background-color: rgba(0, 0, 0, 0.4);bottom:0px;}
#slide-topo .touchcarousel-item:hover .info-slide{background-color:transparent;bottom:10px;}

/*sidebar-topo*/
.destaque-sobre{
	float:right;
	width:300px;
	margin:20px 20px 0px 0px;
}
.destaque-sobre .widget-title{
	font-size:18px;
	font-style:italic;
	border-bottom:none;
	line-height:30px;
	font-family: 'Old Standard TT', serif !important;
}
.c-l-sobre {
	font-family: 'Old Standard TT', serif;
	font-size: 12px;
	text-align: center;
	margin: 0px auto;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
}
.c-l-sobre:hover{ color: #10c7ab; }

/*____
END-TOPO
_____*/
	/*____
	POST-INDEX
	_____*/

/*Post*/
.post, .page{ margin-bottom:100px; position:relative; }
article.hentry {
	padding: 0px 20px;
	width: 820px;
}

/* MASONRY ATUAL*/
.cont-masonry article.masonry-item {
	width: 265px;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

/* MASONRY ANTIGO */
#posts article.article-gallery {
    width: 265px;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
}
#posts article.article-gallery img {
    width: 100%;
    height: auto;
}
#posts article.article-gallery a.img-destacada.efeito-img {
    float: none;
    height: auto;
    max-height: none;
    display: block;
}
#posts article.article-gallery .descricao-post {
    display: block;
    width: 100%;
}
#posts article.article-gallery .descricao-post p {
    font-size: 13px;
    line-height: 14px;
    margin-top: 10px;
    padding: 0 5px;
    margin-bottom: 5px;
}
.compartilhar-posts {
    text-align: center;
    display: inherit;
}
.facebook-share,
.pinterest-share {
    width: 15px;
    height: 15px;
    display: inline-block;
}
.compartilhar-posts .pinterest-share a{
    position: relative!important;
    width: 15px !important;
    display: inline-block!important;
    height: 16px !important;
    background-position: 0px 2px !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}
/*img destacada*/
.img-destacada{
	float: left;
	width: 100%;
	background-color: black;
	max-height: 650px;
	overflow: hidden;
}
	.img-destacada img{
		margin: 0px auto;
		display: block;
		width: 100%;
		height: auto;
	}

.efeito-img img{
	opacity:1;
}
.efeito-img:hover img{
	opacity:0.5;
}

/*cat,tag,search*/
.cat-titulo{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:100px;
	font-size:18px;
	color:#878787;
	color:#10c7ab;
	letter-spacing:2px;
}

/*topo-post*/
.topo-post{ text-align:center; margin-bottom:20px; }
.topo-post .categoria li{ display:inline-block; margin:0px 3px; }
.titulo {
	line-height: 40px;
	text-transform: uppercase;
	width: 650px; 
	margin: 0px auto 30px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.titulo a:hover{
	color: #10c7ab;
}

.categoria{
	display: inline-block;
	margin: 0px 0px 0px;
	position: relative;
	top: -10px;
	z-index: 1;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}
.categoria a {
	color: white;
	padding: 0px 5px;
	background-color: #10c7ab;
	display: block;
	float: left;
}
.categoria a:hover{ color:black; background-color:white; }

.info-post{ margin-top:-10px;}
.info-post > div {
	display: inline-block;
	margin: 0px 3px;
	font-family: 'Old Standard TT', serif;
	font-size: 11px;
}
.data{ float:left; }
.autor{ float: right; }
.autor a{ text-transform:uppercase; }
.autor a:hover{ text-decoration:underline; }


/*conteudo post*/
.conteudo-post ul{
	display:block;
	list-style-type:disc;
	-webkit-margin-before:1em;
	-webkit-margin-after:1em;
	-webkit-margin-end:0px;
	-webkit-padding-start:40px;
	margin: 0px 0px 20px;
}
.conteudo-post ul li{
	display:list-item;
	text-align:-webkit-match-parent;
	list-style-type: disc;
}
.conteudo-post ol{
	display:block;
	list-style-type:decimal;
	-webkit-margin-before:1em;
	-webkit-margin-after:1em;
	-webkit-margin-end:0px;
	-webkit-padding-start:40px;
	margin: 0px 0px 20px;
}
.conteudo-post ol li{
	display:list-item;
	text-align:-webkit-match-parent;
	list-style-type: decimal;
}
.conteudo-post img, .wp-caption{ max-width:100%; height:auto;}

/*legenda*/
.wp-caption{ text-align:center; }
.wp-caption img{ display:block; margin:0px auto; }
.wp-caption .wp-caption-text{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color: #aaa;
}

/*more*/
.more-link{
	margin:20px auto 0px;
	display:table;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid;
}

/*footer*/
.tags-post{ float:left; font-size:12px; }
.tags-post a:hover{ color:red; }

.post-edit-link{ float:right;font-size:12px;text-transform:uppercase; }
.post-edit-link:hover{ color:red; }

/*relacionados*/
.cont-relacionados{
	padding:10px 0px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin:10px 0px 0px;
}
.relacionados li {
	width: 23%;
	padding: 0px 1%;
	float: left;
	margin: 0px;
	overflow: hidden;
}
.img-relacionado {
	overflow: hidden;
	background-color: black;
	margin-bottom: 10px;
}
.img-relacionado img{
	display:block;
	width:100%;
	height:auto;
	opacity:1;
}
.titulo-relacionado{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
.titulo-relacionado:hover{
	text-decoration:underline;
}
.relacionados li:hover img{ opacity:0.5; }

/*____
END-POST-INDEX
_____*/
	/*____
	SINGLE
	_____*/

.social-single{
	text-align:center;
	margin-bottom:50px;
}

.comment-reply-title,  #reply-title, #comments-title{
	text-transform: uppercase;
	width: 100%;
	float: left;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-family: 'Old Standard TT', serif;
}


/*____
END-SINGLE
_____*/
	/*____
	COMENTARIO
	_____*/

#reply-title, #comments-title{}
.comment-notes, .form-allowed-tags, .comment-form-comment label{display:none;}
.comment-form-author, .comment-form-email, .comment-form-url{float:left;width: 33%;}
.comment-form-author label, .comment-form-email label, .comment-form-url label{text-transform:uppercase;font-size:11px;}
.comment-form-author input, .comment-form-email input, .comment-form-url input, #comment{padding:1px !important;margin:0px 2px !important;background:#f9f9f9;line-height:15px;border:1px solid #cac8c8;width: 95%;}
#comment{width:99%;}
#submit{float:right;background-color:#ededed;border:none !important;font-size:13px;text-transform:uppercase;padding:9px 15px;}
.commentlist{padding:0px !important;}
.comment{font-family: sans-serif;}
.cont-comentario, .comentario-footer{background-color:#f9f9f9;box-shadow:0px 2px 5px -2px black;-moz-box-shadow:0px 2px 5px -2px black;-webkit-box-shadow:0px 2px 5px -2px black;}
.cont-comentario{padding:10px;margin-bottom:5px;}
.img-usuario{float:left;width:40px;height:40px;overflow:hidden;margin:0px 20px 20px 0px;}
.img-usuario img{width:100%;height:auto;}
.cont-comentario h5{font-weight:bold;margin-bottom:10px;font-size:13px;}
.cont-comentario p{font-size:13px;line-height:18px;margin:0px;}
.comentario-footer{padding:5px 10px;height:13px;margin-bottom:20px;}
.data-comentario{float:right;font-size:11px;}
.comentar, .editar-comentario{float:left;font-size:11px;font-weight:bold;margin-right:10px;}
.children{width:95%;margin-left:5%;}
/*____
END-COMENTARIO
_____*/

	/*____
	SIDEBAR
	_____*/
.widget{
	margin-bottom:50px;
}
.widget-title {
	text-align: center;
	margin-bottom: 15px;
	line-height: 60px;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
	letter-spacing: 1px;
}
/*____
END-SIDEBAR
_____*/

	/*____
	PLUGINS
	_____*/
/*colaboradores*/
.colinusta{ padding-bottom: 10px;margin-bottom: 10px;}
.colinusta:first-child{ padding-top:10px; }
.foto-colunista{ 
	float: left; 
	width: 100px; 
	*position: relative; 
}
.foto-colunista a.fc{ height: 100px;overflow: hidden; }
.foto-colunista img{ width: 100%;height: auto;display: block; opacity:1; }
.foto-colunista:hover img{ opacity:0.5; }
.pp-colunista{ text-align:center;font-size:11px;text-transform:uppercase;margin-top:5px;position:absolute;left:100px;bottom:0px; }
.info-colunista{ width: 190px;float: right; }
.nome-colunista{
	font-size: 16px;
	margin: 20px 0px 5px;
	font-family: 'Old Standard TT', serif;
	text-transform: uppercase;
	font-style: italic;
}
.nome-colunista:hover{ text-decoration:underline; }
.descricao-colunista {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	color: #10c7ab;
	text-align: center;
}

/*busca personalizada*/
#form-menu {
	float: right;
	width: 200px;
	margin: 15px 0px;
}

.cont-busca{}
#caixa-busca-2, #botao-busca-2{border: none !important;padding: 0px !important;margin: 0px !important;float:left;height: 30px;line-height: 15px;}
#caixa-busca-2 {
	width: 150px;
	text-indent: 20px;
}
#botao-busca-2 {
	background-image: url(/wp-content/themes/blogvitrine-gc2014/images/icone-busca.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	width: 50px;
	cursor: pointer;
	border-left: 1px solid #ccc !important;
}

/*isnta*/
.insta-social .touchcarousel-item{ width:300px !important;height:300px !important;margin-right:5px !important; }
.insta-social .touchcarousel-item img{ width: 100%; height: auto; }
.insta-social .tc-paging-container{ position: relative !important; margin-top: 10px !important; }
.ti_ativo .insta-social .touchcarousel-item:nth-child(2),
.ti_ativo .insta-social .touchcarousel-item:nth-child(3){
	width:145px !important;
	height:145px !important;
	margin:10px 0px 0px !important;
}
.ti_ativo .insta-social .touchcarousel-item:nth-child(2){
	margin-right:10px !important;
}
.n_4 .insta-social .touchcarousel-item{
	width:140px !important;
	height:140px !important;
	margin:5px !important;
}

/*social*/
.w-social{height:80px;}
.icon-social-sidebar {text-align:center;}
.icon-s {display:inline-block;margin:15px 1px 0px;width:20px;height:20px;position:relative;}
.icon-s img{display:block;position:relative;top:0px;width:100%;height:auto;}
.icon-s:hover img{top:-10px;}
.cont-sobre {
	text-align: center;
}
.icon-d{
	width: inherit !important;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
}
.icon-d a{
	color:#c1c1c1;
	float: left;
}
.icon-d a:hover{
	color:#10c7ab;
}
.icon-d .fb-like{
	height:20px;
}

/*perfil*/
#sidebar-direita .w-perfil{
	display: none;
}
.w-perfil{}
.w-perfil .img-perfil{ margin-bottom:20px; }
.w-perfil .img-perfil img{ 
	display:block;
	margin:0px auto;
	opacity:1;
	width: 165px;
	height: auto;
}
.w-perfil .img-perfil:hover img{ opacity:0.5; }
.w-perfil .bt_sobre{
	float:left;
	width:100%;
	text-align:center;
}
.w-perfil span{
	float: left;
	width: 100%;
	margin-bottom:20px;
	text-align: center;
	font-size: 12px;
	line-height:18px;
}
.w-perfil h3:hover{ color: #10c7ab; }

/*anuncie aqui*/
.anuncie-aqui{font-family:serif !important;color:white !important;text-align:center !important;line-height:40px !important;font-size:20px !important;}
.anuncie-aqui:hover{background-color:#eee;color:black !important;}

/*recomendados*/
.recomendado {
	margin-bottom: 40px;
}
.recomendado .img-recomendado {
	background-color: black;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	position:relative;
	overflow: hidden;
}
.recomendado .img-recomendado img {
	display: block;
	opacity: 1;
	width: 100%;
	height: auto;
}
.play-sidebar {
	background-image: url(/wp-content/themes/blogvitrine-gc2014/images/play-sidebar.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.8;
}
.recomendado:hover .img-recomendado img{ opacity:0.5 }
.recomendado .titulo-recomendado {
	text-align: left !important;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px !important;
}
.recomendado:hover .titulo-recomendado{ color:#10c7ab; }
.resumo-recomendado {
	font-size: 13px;
}

/* POSTS MAIS LIDOS */
.post-maislidos {
	float: left;
	margin-bottom: 30px;
}
.post-maislidos:hover .titulo-maislidos{ color:#10c7ab; }

.titulo-maislidos {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'Old Standard TT',serif;
	font-size: 18px;
	line-height: 24px!important;
	text-align: left!important;
	text-transform: uppercase;
	overflow: hidden;
}

.img-maislidos {
	float: right;
	width: 100px;
}
.img-maislidos img {
	display: block;
	width: 100%;
	height: auto;
}
.resumo-maislidos {
	float: left;
	width: 190px;
	height: 80px;
	margin: 10px 10px 10px 0;
	font-size: 14px;
	overflow: hidden;
}


/*____
END-PLUGINS
_____*/

	/*____
	FOOTER
	_____*/
#footer{}
#footer, #footer a{}
#copyright{ text-align: center;font-size: 12px;margin: 20px 0px; }
/*____
END-FOOTER
_____*/



/*Paginação Páginas*/
ul.page-numbers {
	margin: 0px auto;
	display: table;
	font-family: arial;
	font-size: 13px;
	line-height: 26px;
}
.page ul.page-numbers{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	display: inline-block;
}
ul.page-numbers li{ display:inline-block;margin-left:15px; }
.page-numbers a, .page-numbers .dots, .page-numbers .next, .page-numbers .prev{ padding:3px 5px; }
.page-numbers a:hover, .page-numbers .next:hover, .page-numbers .prev:hover{ background: #eee!important;color: black !important; }
.page-numbers .current{ padding:3px 5px;background:black !important;color:white !important; }
ul.page-numbers img{
	margin: -9px 0px;
}

/*PAGINACAO SINGLE*/
body.single .nav-previous, body.single .nav-next{ z-index: 999; position: relative; }
body.single .nav-previous a, body.single .nav-next a{ position: fixed; top: 350px; font-size: 70px; color: black; }
body.single .nav-previous a{ left:0px; }
body.single .nav-next a{ right:0px; }
.cont-nav{ width: 100%; max-width: 230px; min-width: 80px; position: relative; height: 100px; }
.img-nav{ width: 80px; height: 80px; float: left; margin: 10px 0px; position: absolute; }
body.single .nav-previous a .img-nav, body.single .nav-next a .img-nav{ background-repeat:no-repeat; }
body.single .nav-previous a .img-nav{ background-image:url(/wp-content/themes/blogvitrine-gc2014/images/single/prev.png); }
body.single .nav-next a .img-nav{ background-image:url(/wp-content/themes/blogvitrine-gc2014/images/single/next.png); }
.titulo-nav{ background-color: white; padding: 10px 10px 10px 80px; font-size: 15px; height: 80px; width: 140px; position: absolute; overflow:hidden; text-transform:none !important;}
body.single .nav-previous a .titulo-nav{ border-top-right-radius: 10px; border-bottom-right-radius: 10px; text-align:left; margin-left:-240px !important; }
body.single .nav-next a .titulo-nav{ border-top-left-radius: 10px; border-bottom-left-radius: 10px; text-align:right; right:-240px !important; padding: 10px 80px 10px 10px !important; text-transform:none !important; }
body.single .nav-previous a:hover .titulo-nav{ margin-left:0px !important; }
body.single .nav-next a:hover .titulo-nav{ right:0px !important; }




#c-face, #respond, #comments{
	margin-top:50px;
}

/*_____________*/



/*Galeria*/
.gallery {
	display: inline-block;
	width:100% !important;
	float:none !important;
	margin:0px auto 10px !important;
	border:none !important; 
}
.gallery-item{/*width: 630px !important;*/ }
.gallery-icon{ width:100% !important;overflow:hidden; }
.gallery-columns-3 .gallery-item{ width:33.3% !important; }
.gallery-columns-6 .gallery-item{ width:16.6% !important; }
.gallery-icon img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0px auto;
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:none !important;
	display: block;
}
.gallery .tc-paging-container{background-color: rgba(255, 255, 255, 0.4);}

/*Publicidade*/
.pb-super-banner{ margin: 15px 0px 0px; }
.pb-selo, .pb-retangulo-medio{ margin-bottom:10px; }
.pb-selo:last-child, .pb-retangulo-medio:last-child{ margin-bottom:0px !important; }
div[id*="div-gpt-ad"]{ margin:0px auto;overflow:hidden; }




/*insta footer*/
#insta-footer {
	*height: 350px;
	position: relative;
	margin: 100px 0px;
}
#insta-footer .titulo-insta {
	position: absolute;
	z-index:9;
	top: 50%;
	left: 23px;
	width: 1154px;
	margin-top: -66.5px;
	font-family: 'Old Standard TT', serif;
	font-weight: bold;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0px 5px 8px -3px black;
	-webkit-box-shadow: 0px 5px 8px -3px black;
	-moz-box-shadow: 0px 5px 8px -3px black;
}
#insta-footer .titulo-insta h3 {
	font-size: 36px;
	border-bottom: 1px solid;
	display: inline-block;
	width: 80%;
}
#insta-footer .titulo-insta h3 a:hover{ color:#10c7ab; }

#insta-footer ul{
	width: 1146px;
	float: left;
	margin: 0px 27px;
}
#insta-footer li{
	float: left;
	width: 191px;
	height: 175px;
	overflow: hidden;
	background-color:black;
}
#insta-footer li img {
	width: 100%;
	height: auto;
	display: block;
}



/*tv-vitrine*/

.destaque-tv-vitrine h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}
.destaque-tv-vitrine .topo-post{
	padding: 40px 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0px;
}
.destaque-tv-vitrine .img-destacada{
	max-height: 500px;
	overflow: hidden;
	background-color: white;
	position:relative;
}
.destaque-tv-vitrine .img-destacada img{
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.destaque-tv-vitrine .img-destacada:hover img{ opacity:1; }
.destaque-tv-vitrine .img-destacada:hover .tv-play{ opacity:0.5; }
.destaque-tv-vitrine .tv-play{
	background-image: url(/wp-content/themes/blogvitrine-gc2014/images/play.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}
.destaque-tv-vitrine .titulo{
	width: 80%;
	float: left;
	margin: -40px 5% 0px;
	background-color: white;
	position: relative;
	z-index: 9;
	border: none;
	padding: 10px 5%;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	font-size: 24px;
	line-height: 30px;
}

/* PRODUTOS */
#cont-produtos { margin: 0px auto; }
.produtos { width: 300px; }

.titulo-produtos {
	width: 260px;
	font-family: 'Old Standard TT' sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 20px;
	position: absolute;
	left: 0px;
	top: 38%;
	opacity: 0;
}
.img-produtos { background-color: #000; }
.img-produtos img { display: block; }

.produtos:hover .titulo-produtos { opacity: 1; }
.produtos:hover .img-produtos img { opacity: 0.5; }

.sharedaddy{
	text-align:center;
}

/* Correção bug slide */
.flex-control-thumbs { overflow: visible !important; }


/*widget MailChimp*/
.widget_mailchimpsf_widget {
	padding: 10px;
	width: 278px !important;
	border: 1px solid;
	background: #EEE;
}
	.widget_mailchimpsf_widget h3 {
		padding: 20px 0px 10px;
	}
	.widget_mailchimpsf_widget #mc_subheader {
		text-align: center;
		font-size: 0.9em;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	#mc_signup_form .mc_var_label {
		text-align: center;
		font-size: 0.9em;
	}
	#mc_signup_form .mc_input {
		line-height: 20px;
	}
	.mc_signup_submit {
	text-align: center;
	}
		.widget_mailchimpsf_widget #mc_signup_submit:hover{
			background-color:#878787;
		}
		.widget_mailchimpsf_widget #mc_signup_submit{
			background: #000;
			border: none;
			width: 100%;
			line-height: 40px;
			color: white;
			margin: 0px;
			padding: 0px;
			font-size: 0.9em;
			text-transform: uppercase;
			letter-spacing: 1px;
			cursor: pointer;
		}
	#mc_display_rewards {
		display: none;
	}
	#mc_message {
		text-align: center;
		margin-bottom: 15px;
	}	
	
	
/*=====================*\
		RESPONSIVE
\*=====================*/

/* Notebook 13 polegadas */
@media only screen and (max-width:1280px) {
}

@media only screen and (max-width:1200px) {
	
	/*=== ESTRUTURA ===*/
	.cont-center { 
		width: 980px; 
	}
	#posts {
		width: 640px;
	}
	article.hentry {
		width: 600px;
	}
	
	.menu-fixo {
		width: 770px;
	}
	
	.menu li a {
		font-size: 14.5px;
		padding: 0px 8px;
	}
	
	/* CORRIGIR SLIDE */
	#destaque-topo {
		DISPLAY: NONE;
	}
	
	#sidebar-direita .w-perfil { display: block; }
	
	body.single .nav-previous, body.single .nav-next {
		display: none;
	}
	
	
	.cont-masonry article.masonry-item { width: 285px; }
	
	
	/*=== FOOTER ===*/
	#insta-footer ul {
		width: 100%;
		margin: 0;
	}
	#insta-footer li {
		width: 16.66%;
		height: auto;
	}
	#insta-footer .titulo-insta {
		left: 0;
		width: 100%;
	}

}
@media only screen and (max-width:1040px) {
		
}
/* Ipad - Horizontal */
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:980px) {
	
	.logo {
		margin: 40px 0 0;
	}


	/* MENU */
	#menu-fixo {
		position: relative !important;
	}
	.menu-fixo { 
		width: auto;
	}
	
	.menu li a {
		padding: 0px 7px;
	}
	
	.logo-menu{ display: none; }
	
	.busca-menu{
		margin-left: 0px;
	}
	
	#form-menu {
		display: none;
	}
	#form-responsive {
		width: 200px;
		margin: 10px auto;
	}
	
	#menu-fixo{  
		height: 60px;
		opacity: 1 !important;
	}
	.social-menu, .logo-menu{ display: none !important;}
	.cont-menu{ height:60px; }
	.logo-menu, .nav-menu, .busca-menu, .social-menu {
		display: none;
	}
	.nav-menu{
		display: block;	
	}
	
	.menu-fixo, #menu-fixo input[type=checkbox]:checked~.menu-fixo {
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.menu-responsive, .label-busca {
		display: block !important;
		width: 50px;
		height: 50px;
		font-size: 0em;
		text-indent: -99999px;
		cursor: pointer;
	}
	.menu-responsive{
		margin: 4px auto 0;
		background: #FFF url(/wp-content/themes/blogvitrine-gc2014/images/menu-responsive.png?1) no-repeat;
		border: 1px solid #595959;
	}
	.label-busca {
		margin: 0 auto 10px;
		background: #FFF url(/wp-content/themes/blogvitrine-gc2014/images/busca-responsive.png?1) no-repeat center;
	}
	.menu{
		float: none;
		width: 100%;
		margin: 0;
	}
	.menu-fixo{
		position: absolute;
		width: 100%;
		top: -380px;
		opacity: 0;
		z-index: -999999999;
	}
	.menu-topo li{
		float: none !important;
		width: 100%;
		height: auto !important;
		margin: 5px auto !important;
	}
	.sub-menu{
		position: relative;
		display: none;
		width: 50%;
		top: 0px;
		left: 0px;
		margin: 10px auto 0px auto !important;
	}
	.sub-menu::before {
		top: -10px;
		left: 46%;
	}
	#menu-fixo input[type=checkbox]{
		position: absolute;
		top: -9999px;
		left: -9999px;
		width: 0!important;
		height: 0!important;
	}
	#menu-fixo #button[type=checkbox]:checked ~ .menu-fixo{
		top: 61px;
		left: 0;
		height: auto;
		padding: 0;
		background-color: #000;
		border-bottom: 2px solid #595959;
		opacity: 1 !important;
		z-index: 99999999;
	}
	#menu-fixo input[type=checkbox]:checked ~ .menu-fixo li{
		float: none !important;
		width: 100%;
		height: auto !important;
		margin: 5px auto !important;
	}
	#menu-fixo input[type=checkbox]{
		position: absolute;
		top: -9999px;
		left: -9999px;
		width: 0!important;
		height: 0!important;
	}
	
	.busca-responsive #button-busca[type=checkbox]:checked ~ #form-responsive{
		display: table !important;
		height: auto;
		padding: 0;
		opacity: 1 !important;
		z-index: 99999999;
	}
	.busca-responsive input[type=checkbox]{
		position: absolute;
		top: -9999px;
		left: -9999px;
		width: 0!important;
		height: 0!important;
	}
	.sub-menu .sub-menu {
	    left: 0;
	}	
	.sub-menu {
		display: block !important;
	}
	.sub-menu li a{
		line-height: 30px;
	}
	
	/*=== ESTRUTURA ===*/
	.cont-center{
		width: 640px;
	}
	#posts {
		width: 100%;
		margin-bottom: 50px;
	}
	article.hentry {
		width: 100%;
		padding: 0;
	}

	.page-id-13308 #posts, .page-id-13226 #posts, .page-id-13228 #posts, .parent-pageid-13228 #posts {
		margin-left: 45px;
	}
	.page-id-13308 ul.page-numbers, .page-id-13226 ul.page-numbers, .page-id-13228 ul.page-numbers, .parent-pageid-13228 ul.page-numbers {
		max-width: 545px;
	}
	.cont-masonry article.masonry-item {
		width: 180px;
	}
	
	/*=== SIDEBAR ===*/
	#sidebar-direita {
		display: inline-block;
		float: none;
		width: 100%;
		
		padding: 0;
		border: none;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	.widget {
		float: none;
		width: 300px;
		margin: 0px auto 50px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	
	.conteudo-post img {
		max-width: 100%;
		height: auto;
	}
	
	/*=== FOOTER ===*/
	#insta-footer .titulo-insta {
		margin-top: -41.5px;
		padding: 15px 0px;
	}

}

/* Widecreen vertical, Tablet vertical, Small tablet horizontal */
@media only screen and (max-width:660px) {
	
	/*=== HEADER ===*/	
	.logo a {
		width: 370px;
		margin: 20px auto;
		background-size: 100%;
	}
	
	/*=== ESTRUTURA ===*/
	.cont-center {
		width: 500px;
	}
	.titulo {
		width: 100%;
	}
	
	/*= FOOTER =*/
	#insta-footer {
		margin: 30px 0px;
	}
	#insta-footer .titulo-insta h3 {
		width: auto;
	}
	#insta-footer li {
		*width: 33.3%;
		width: 25%;
	}
	
	.pb-super-banner, .pb-entre-post{
		display:none;	
	}
	
	/* Estrutura */
	#posts,
	#sidebar-direita{
		width: 100%;
		margin: auto 0;
	}
	.page-id-13308 #posts, .page-id-13226 #posts, .page-id-13228 #posts, .parent-pageid-13228 #posts {
		margin-left: 8.5px;
	}
	.cont-masonry article.masonry-item {
		width: 235px;
	}
	
	p iframe{
		min-height:initial;
	}
	
	#sidebar-direita {
		margin-top: 100px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	
	footer.footer {
		padding-bottom: 60px;
	}
	
	#associesse-footer {
		text-align: center;
	}
		.video-f {
			width: 100%;
			max-width: 320px;
			margin: 0px auto 20px;
		}
	
	.pb-mobile {
		display:block;
		z-index: 999;
	}
}
/* Mobile */
@media only screen and (max-width:500px) {
	
	/*=== HEADER ===*/
	.logo a {
		width: 300px;
		margin: 20px auto;
		background-size: 100%;
	}
		
	/*=== ESTRUTURA ===*/
	.cont-center {
		width: 300px;
	}
	body.page-id-57 .conteudo-post > div {
		width: 96%;
	}
	.relacionados li {
		width: 48%;
		margin-bottom: 10px;
	}
	.img-relacionado { 
		height: 140px;
		margin: 0; 
	}
	.titulo-relacionado {
		max-height: 40px;
		overflow: hidden;
	}
	
	.page-id-13308 #posts, .page-id-13226 #posts, .page-id-13228 #posts, .parent-pageid-13228 #posts {
		margin-left: 0;
	}
	.cont-masonry article.masonry-item {
		width: 100%;
	}
	
	/*=== FOOTER ===*/
	#insta-footer li {
		width: 33.3%;
	}
	#insta-footer .titulo-insta {
		margin-top: -31.5px;
	}
	#insta-footer .titulo-insta h3 {
		font-size: 22px;
	}
}


.flexslider .slides li h3{
    font-size: 18px !important;
    line-height: 26px !important;
}

.instagram-media {
	margin: 0 auto;
}