/**
  Theme Name: Tema 6.5
  Theme URI: http://www.gcampaner.com.br/contato/
  Version: 6.5
  Author: Equipe gCampaner
  Author URI: http://www.gcampaner.com.br/
  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.


/*==================================================================================================*\
    								READ ME - TEMPLATE gCampaner
\*==================================================================================================


- Por favor, respeitar a hirearquia do CSS. Utilizar classes específicas para os elementos criados;
- NÃO REMOVER nenhuma classe abaixo caso não tenha experiência, ou causará danos ao template;
- EVITAR ao máximo colocar !important no código CSS, caso for necessário, verifique se é possível especificar mais o código.



Utilizar a quantidade de caracteres da borda, para elementos principais, exemplo:
																					/*====================================*\
																					    		NOME DO ELEMENTO
																					\*====================================

Utilizar a quantidade de caracteres da borda, para elementos secundários referente ao principal, exemplo:
																											/*=================
																										     ELEMENT SECUNDARIO
																											=================*/


/*====================================*\
    CLASSES BASICAS
\*====================================*/

/*=================
	 FONTS
=================*/

.cont-clientes .clientes {
    border: 1px solid #d5d5d5;
    width: 333px;
    padding: 29px !important;
}

.read-more-depoimentos{
    text-align: center;
    margin: 27px 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    display: block;
    padding: 10px 0;
}

.read-more-depoimentos a {
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #717171;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.clientes a p:before,
.clientes a p:after{
	content: '"';
}

.nome-cliente {
    float: left;
    padding: 2px 0px;
    width: 270px;
    font-size: 13px;
}

.cont-share {
    text-align: center;
    display: inline-block;
    float: right;
    margin: 0;
    margin-top: 25px;
}

.cont-share span {
    font-size: 17px;
}

.cont-share a {
    margin: 0 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
}
.share-facebook {
    background: #133486;
}

.share-twitter {
    background: #18a9e0;
}

.share-google {
    background: #d54135;
}

.share-pint {
    background: #be0207;
}

.page-template-page-picks #paginacao {
    position: inherit !important;
    bottom: 0;
    margin: 25px 0;
    text-align: center;
}


@font-face {
  font-family:;
  src: url();
}

span.wpcf7-list-item { display: block; }

.wpcf7-form .wpcf7-form-control{
	width: 100%;
}

.wpcf7-form .wpcf7-submit{
	width: inherit;
    background: #0E1D45;
    border: 0;
    color: #fff;
    font-size: 15px;
}

/*=================
   FLAT ICONS
=================*/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-size: 15px;
	font-style: normal;
	margin: 0;
}.flaticon-facebook55:before {
	content: "\e000";
}
.flaticon-google116:before {
	content: "\e001";
}
.flaticon-instagram12:before {
	content: "\e002";
}
.flaticon-linkedin11:before {
	content: "\e003";
}
.flaticon-pinterest3:before {
	content: "\e004";
}
.flaticon-twitter1:before {
	content: "\e005";
}
.flaticon-youtube18:before {
	content: "\e006";
}


/*=================
   DEF. BÁSICAS
=================*/

#wpstats{ display:none !important; }
html { 
	overflow-y: scroll; 
	font-size:10px;
}
body{ 
	margin:0px !important; 
	font-family:'Raleway', sans-serif;
}
a{ 
	text-decoration:none; 
	color:black; 
}

img.alignright {
  margin: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}
/*=================
 H's & FONTS STYLE
=================*/

h1{ font-size:3em; }
h2{ font-size:2.4em; }
h3{ font-size:2.2em; }
h4{ font-size:1.8em; }
h5{ font-size:1.4em; }
h6{ font-size:1.2em; }

button{ cursor:pointer; }
blockquote{ margin:0px; }
p, 
.entry-content div,
.entry-content ul li,
.entry-content ol li{ 
	font-size: 1.3em;
}

p,
.entry-content div,
.entry-content ul li, .entry-content ol li, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	line-height: 22px;
	letter-spacing: 0.5px;
	margin: 0px 0px 20px 0px; 
}

/*=================
  CORES DOS LINKS
=================*/
p a{ 
	text-decoration: underline; 
	color: #717171; 
	font-weight: 500;
}
p a:hover{ color:#072394; }

p iframe{ width:100%; }


/*=================
	TRANSITION
=================*/
.transition, .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; 
}

/*=================
   ALINHAMENTO
=================*/
.aligncenter{
    display:block;
    margin:5px auto 5px auto;
}
.alignleft{ float:left; }
.alignright{ float:right; }

/*====================================*\
    ESTRUTURA
\*====================================*/

/*=================
  CONTEINER GERAL
=================*/
#conteiner {
	-webkit-box-shadow: 0px 2px 5px 3px rgba(228, 228, 228, 0.75);
	-moz-box-shadow: 0px 2px 5px 3px rgba(228, 228, 228, 0.75);
	box-shadow: 0px 2px 5px 3px rgba(228, 228, 228, 0.75);
}

.cont-center{
	max-width: 1080px;
	margin: 0px auto;
}
header{ 
	margin-bottom: 30px;
	/*
	-webkit-box-shadow: 0px 2px 5px 3px rgba(228, 228, 228, 0.75);
	-moz-box-shadow: 0px 2px 5px 3px rgba(228, 228, 228, 0.75);
	box-shadow: 0px 2px 5px 3px rgba(228, 228, 228, 0.75);
	*/
}
main{

}

#posts{
	float: left;
	width: 720px;
	padding: 0 10px;
	position: relative;
}
.home #posts { padding-bottom: 100px; }
aside{
	float:	right;
	width: 100%;
	max-width:	360px;
	padding: 0 10px;
}

/*=================
  PÁG. FULLWIDTH
=================*/
body.page-template-page-fullwidth-php #posts, 
body.page-template-page-servicos-php #posts, body.page-template-page-picks-php #posts { width: 100%; }

/*====================================*\
    LOGO
\*====================================*/
.logo {
	width: 290px;
	margin: 0 auto 10px;
	padding-top: 10px;
}
.logo a {
	display: block;
	width: 100%;
	height: 160px;
	margin: 0px auto;
	background: url(/wp-content/themes/annabarros-gc2015/images/logo-header.png?1) no-repeat center;
	background-size: 100%;
	font-size: 0;
}

/*====================================*\
    MENU
\*====================================*/
#menu-fixo {
	display: -webkit-inline-box;
	width: 100%;
	height: 35px;
	background: #FFF;
}
.logo-menu,
.nav-menu,
.busca-menu,
.social-menu,
.menu-fixo{
	display: inline-table;
}

.social-menu {
	/* display: inline-block; */
	width: 100%;
	text-align: center;
}

.social-menu li{
	display: inline-block;
	margin: 10px;
}

.social-menu li:hover a i {
	color: rgb(168, 168, 168);
}

.menu-responsive,
#menu-fixo input[type=checkbox]{
	display: none;
}
.cont-menu {
	height: 35px;
}
.borda-menu {
	display: block;
	width: 50%;
	max-width: 530px;
	border-bottom: 1px solid #0e1c45;
	margin: 0 auto 5px;
}
.menu-fixo {
	line-height: 30px;
}
.menu{
	position:relative;
	display: inline-block;
	width: 100%;
	margin: 2.5px 0;
	text-align: center;
}
.menu li{
	display: inline-block;
	position: relative;
	border-right: 1px solid #0e1c45;
}
.menu li:last-child {
	border-right: none;
}
.menu li a {
	font-size: 1.2em;
	line-height: 20px;
	display: block;
	margin-right: 3px;
	padding: 0px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*  cor do menu atual */
.menu li a:hover, 
.current-menu-item > a { 
	color: #FFF;
	background-color: #0E1D45;
}

/* cor dos filhos do menu, caso o pai seja o current-menu-item */
.current-menu-item ul li a{
	color:black;
}
.sub-menu{
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 27px;
    background: #eee;
    width: 143px;
	display:none;
	transform: translate(-50%,0);
}
.sub-menu li {
	width: 100%;
    border: none;
}
.current-menu-ancestor .sf-with-ul{
	color: #0E1D45;
}

#menu-item-4283 ul.sub-menu {
    width: 100%;
    padding: 5px;
}
#menu-item-4283 ul.sub-menu li {
	text-align: left;
}

/*====================================*\
    BUSCA RESPONSIVO
\*====================================*/
#menu-fixo .label-busca {
	float: right;
	width: 30px;
	height: 30px;
	margin: 2.5px 10px;
	background: url(/wp-content/themes/annabarros-gc2015/images/busca-menu.png) no-repeat 50% -30%;
	background-size: 75%;
	font-size: 0;
	cursor: pointer;
}
#search-menu form {
	display: inline-block;
	width: 70%;
	margin: 0 15%;
}

#busca-mobile {
	display: none;
}

/*====================================*\
    BUSCA
\*====================================*/
#button-busca:checked ~ #search-menu { display: block; }
#button-busca:checked ~ #menu-menu-fixo { display: none; }
#search-menu {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	background: #FFFFFF;
	z-index: 999;
	padding: 100px 20% 40%;
	border-top: 1px solid #0e1c45;
	border-bottom: 1px solid #0e1c45;
}
#caixa-busca {
	width: 90%;
	font-family: 'Cardo', serif;
	font-size: 20px;
	color: #7e858d !important;
	text-align: center;
	margin: 0px 8px;
}
.cont-busca{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
#caixa-busca, 
#botao-busca{
	opacity: 0.5;
	background: #FFF;
}
#botao-busca {
	background: url(/wp-content/themes/annabarros-gc2015/images/busca-menu.png) no-repeat 50% 0%;
	background-repeat: no-repeat;
	width: 35px;
	cursor: pointer;
	height: 25px;
	margin: 5px 0;
}
.borda-busca {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #7e858d;
}

/*=================
     BUSCA
=================*/
.cont-busca-topo #caixa-busca-topo{
	padding: 5px 0;
	width: 200px;
}
.cont-busca-topo #botao-busca-topo{
	font-size: 110%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	cursor: pointer;
	color: white;
	padding: 6px;
	border: none;
	margin-left: 2px;
}

/*====================================*\
    SLIDES
\*====================================*/
#slide-topo{ 
	*margin: 10px 0 70px;
	margin: 10px 0 25px;
}
#slide-topo .touchcarousel-item {
	width: 1080px;
	height: 680px;
	margin-right:30px;
	background-color:black;
	text-align: center;
}
#slide-topo .info-slide {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50%;
	margin: 0 25%;
	margin-top: -66px;
	padding: 20px 5%;
	color: #FFF;
	background-color: rgba(169, 167, 163, 0.8);
}
#slide-topo .info-slide h3 {
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
#slide-topo .borda-cat-slide {
	display: inline-block;
	width: 50%;
	margin: 10px auto;
	border-bottom: 1px solid #FFF;
}
#slide-topo .categoria-slide a {
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
}

#slide-topo .img-destaque-slide img { 
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#slide-topo .touchcarousel-item img{opacity:1;}
#slide-topo .touchcarousel-item:hover img{opacity:0.4;}

.touchcarousel .grab-cursor{ cursor:url(/wp-content/themes/annabarros-gc2015/js/touch/grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(/wp-content/themes/annabarros-gc2015/js/touch/grabbing.png) 8 8, move; }
.touchcarousel .arrow-icon.left{ background: url(/wp-content/themes/annabarros-gc2015/js/touch/minimal-light-skin/seta-esquerda.png)no-repeat center !important; }
.touchcarousel.minimal-light .arrow-icon.right{ background: url(/wp-content/themes/annabarros-gc2015/js/touch/minimal-light-skin/seta-direita.png)no-repeat center !important; }
.touchcarousel .arrow-holder.disabled .arrow-icon.left{ background: url(/wp-content/themes/annabarros-gc2015/js/touch/minimal-light-skin/sprite.png) no-repeat -40px -7px; }
.touchcarousel .arrow-holder.disabled .arrow-icon.right{ background: url(/wp-content/themes/annabarros-gc2015/js/touch/minimal-light-skin/sprite.png) no-repeat -139px -7px; }
.tc-paging-item { background: url(/wp-content/themes/annabarros-gc2015/js/touch/minimal-light-skin/sprite-new.png) no-repeat -95px -4px; }
.tc-paging-item.current { background: url(/wp-content/themes/annabarros-gc2015/js/touch/minimal-light-skin/sprite-new.png) no-repeat -95px -22px; }

#slide-topo .tc-paging-container { display: none; }

/*====================================*\
    ARTICLES HOME
\*====================================*/

/*=================
	CONSULTORIA
=================*/
div#consultoria-home {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
#consultoria-home .widget-title {
	text-align: left;
	padding: 0 15px;
}
#consultoria-home .post {
	width: 100%;
	margin: 0 0 50px;
}
#consultoria-home .entry-header {
	padding: 0;
	margin-bottom: 20px;
}
#consultoria-home .entry-title {
	display: inline-block;
	width: 80%;
	height: 60px;
	margin: 20px 0 15px;
	font-size: 2.4em;
	line-height: 30px;
	overflow:hidden;
}
.borda-consultoria {
	display: block;
	width: 30% !important;
	height: 1px;
	background: #717171;
	margin: 0 auto;
}
#consultoria-home .entry-content {
	padding: 0 40px;
	height: 85px;
	overflow: hidden;
}
#consultoria-home .more-link:hover {
	border: 1px solid;
	background: #f5f5f5;
}

/*=================
      POSTS
=================*/
.page{ margin-bottom:50px; }

.post {
	width: 340px;
	margin: 0 0 80px;
}
.post header { box-shadow: none; }
.the-blog.widget-title {
	display: block;
	width: 100%;
	max-width: 690px;
	text-align: left;
	padding: 0 15px;
}

/*=================
    CONTEINER POSTS
=================*/

.conteiner-posts .more-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	line-height: 50px;
	margin: 0px 5%;
	color: #000;
	background: #FFF;
	opacity: 0;
	border: none;
}
.conteiner-posts .post:hover .more-link {
	opacity: 1;
}
.conteiner-posts .entry-header {
	margin-top: -15%;
}
.conteiner-posts .category-post {
	width: 80% !important;
	border-top: 1px solid #717171;
}

/*=================
  POST THUMBNAIL
=================*/
.post-thumbnail{
	float:left;
	width:100%;
}
.post-thumbnail img{
	margin:0px auto;
	display:block;
	width: 100%;
	height: auto;
}

/*=================
 CAT | TAG | SEARCH
=================*/
.cat-titulo span {
	text-transform: initial;
}

/*=================
    TOPO POST
=================*/
.entry-header{ 
	text-align:center; 
	margin-bottom:20px; 
}
.entry-header {
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 0 5% 0;
	padding: 3% 5%;
	text-align: center;
	background-color: #FFF;
}
.entry-header > span { 
	display: inline-block;
	width: 33%;
}

.single .entry-header > span {
	width: auto;
	padding: 0px 5px 15px;
	text-transform: uppercase;
}
.single .entry-header > span a{
	padding: 0;
}

.entry-header > span a{
	padding: 11px 5px;
	display: inline-table;
	font-size: 1.2em;
	min-width: 30px;
	/*	CLICK MOBILE */
}
.entry-title{ 
	margin: 5px 0px; 
	font-family: 'Cardo', serif;
	font-size: 1.9em;
	text-align: center;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}
.single .entry-title {
	height: auto;
	margin: 20px 0 15px;
	font-size: 2.4em;
	line-height: 30px;
	color: #717171;
}
.single .entry-content {
   *margin: 0 15px;
}

.entry-title a{
	color: #717171;
}

.category-post a {
	text-transform: uppercase;
}
.category-post a, .data, .autor a {
	font-size: 1em !important;
	letter-spacing: 2px;
	color: #717171;
}

/*=================
   CONTEÚDO POST
=================*/
.entry-content strong { font-weight: 700; }
.entry-content em { font-style: italic; }
.entry-content a { 
	/*
	text-decoration: underline;
	color: #0374ff;
	*/
}
.entry-content p a {
	 word-wrap: break-word;
}
.entry-content pre {
	font-family: monospace;
	text-align: left;
	white-space: pre-line;
}

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

blockquote {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 45px;
	font-style: italic;
	background: #EFEFEF;
	border-radius: 10px;
}
blockquote::before{
	content: "\201C";
	position: absolute;
	left: 10px;
	top: 5px;
	font-family: 'Georgia', Sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #7B7B7B;
}

blockquote p {
	margin: 0;
	color: #666;
}
blockquote a{
	text-decoration: none;
	cursor: pointer;
	padding: 0 3px;
	color: red;
}
blockquote a:hover{
	text-decoration: underline;
}

/*=================
    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:1.2em;
	color: #aaa;
}

/*=================
   MORE
=================*/
.more-link {
	display: block;
	width: 200px;
	margin: 25px auto 0;
	padding: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #717171;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

/*====================================*\
    PAGINACAO
\*====================================*/

#paginacao {
	position: absolute;
	bottom: -55px;
	width: 100%;
}

/*=================
 PAGINAÇÃO NORMAL
=================*/
ul.page-numbers {
	display: inline-block;
	width: 100%;
	min-width: 300px;
	margin: 0px auto;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul.page-numbers li{ 
	display: inline-block;
	margin: 0 7.5px;
	font-family: Arial;
	font-weight: 700;
	font-size: 1.4em;
}
.page-numbers a, 
.page-numbers .dots, 
.page-numbers .next, 
.page-numbers .prev{ 
	float: left;
	width: 30px;
	line-height: 30px;
	color: #d5d5d5;
}

.page-numbers .current {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

/*=================
 PAGINAÇÃO SINGLE
=================*/
#paginacao-single{
	display: inline-block;
	width: 100%;
	margin: 50px 0;
	border-top: 1px solid #D5D5D5;
	padding: 25px 0;
}

#paginacao-single .nav-previous {
	float: left;
} 
#paginacao-single .nav-next{
	float: right;
}
#paginacao-single .nav-previous, #paginacao-single .nav-next{position: relative;width: 45%;}

#paginacao-single .cont-nav{
	background-color: #F9F9F9;
	height: 80px;
	/*box-shadow: 0px 5px 10px -1px #cccacc;*/
	position: relative;
}
#paginacao-single .nav-previous a, 
#paginacao-single .nav-next a{ 
	position: inherit;
	top: 0px;
	font-size: 1em;
	letter-spacing: 0px;
	color: black;
}
#paginacao-single .nav-previous a .img-nav, #paginacao-single .nav-next a .img-nav {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -10px;
	border-style: solid;
}
#paginacao-single .nav-previous a .img-nav{ 
	left: 10px;
	border-width: 10px 16px 10px 0;
	border-color: transparent #0127C6 transparent transparent;
}
#paginacao-single .nav-next a .img-nav{
	right: 10px;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #0127C6;
}

#paginacao-single .nav-previous .titulo-nav, #paginacao-single .nav-next .titulo-nav{
	*width: 85%;
	padding: 26px 10px !important;
	color: #000;
	line-height: 15px;
	letter-spacing: 1px;
	font-size: 11px;
	height: 55px;
	overflow: hidden;
	text-transform: UPPERCASE;
	font-weight: 800;
	/*__*/
	width: 70%;
	text-align: center;
	margin: 0 15%;
}
#paginacao-single .nav-previous .titulo-nav{
	*text-align: left;
	*margin-left: 15%;
}
#paginacao-single .nav-next .titulo-nav{  
	*text-align: right;
	*margin-right: 15%;
}
#paginacao-single .text-fix-prev, .text-fix-next{
	display: inline-block;
	width: 260px;
	line-height: 20px;
	float: left;
	text-transform: initial;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Oswald;
	font-size: 18px;
}
#paginacao-single .text-fix-next{
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 5px;
	width: 225px;
	text-align: right;
}
#paginacao-single .text-fix-prev{
	margin: 15px 0px 5px 31px;
	float: left;
	text-align: left;
}
#paginacao-single .span-previous-post, #paginacao-single .span-next-post {	
	position: absolute;
	bottom: 5px;
	width: 80px;
	font-size: 0.8em;
	font-weight: 800;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

#paginacao-single .span-previous-post{
	right: 50%;
	margin-right: -40px;
}
#paginacao-single .span-next-post{
	left: 50%;
	margin-left: -40px;
}

/*====================================*\
    CATEGORIA
\*====================================*/

.category-consultoria .post, .category-pergunte .post {
	width: 100%;
	margin: 0 0 80px;
}

.category-consultoria .entry-header, .category-pergunte .entry-header {
	padding: 10px 5%;
}
.category-consultoria .post-thumbnail, .category-pergunte .post-thumbnail {
	max-height: 500px;	
	overflow: hidden;
}
body.category-consultoria .more-link, body.category-pergunte .more-link {
	margin: 10px auto 0;
}
body.category-consultoria .category-post, body.category-pergunte .category-post { width: 100%; }
/*
body.category-consultoria .post:hover .more-link, body.category-pergunte .post:hover .more-link {
	border: 1px solid;
	background: #f5f5f5;
}
*/
.category-consultoria .conteiner-posts .more-link {
	width: 100%;
	margin: 0 auto !important;
	border: none;
}

.sua-pergunta {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	color: #3654D3;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
}
.sua-pergunta a {
	color: #717171;
	text-decoration: underline;
	font-weight: 400;
}

/*====================================*\
    PAGE
\*====================================*/

/*=================
	PAGE SERVIÇOS
=================*/
.page-template-page-servicos .conteudo-post h3, .page-template .conteudo-post h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.4em;
    font-weight: 300;
    color: #717171;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 40px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 55px;
    margin-top: 55px;
    padding: 0 50px;
    display: inline-block;
    width: 100%!important;
    float: none!important;
}
.page-template-page-servicos .conteudo-post h3:first-child, .page-template .conteudo-post h3:first-child {
	margin-top: 0px;
}

.page-template-page-fullwidth .conteudo-post p {
	*padding: 0 8%;
}

.page-template #posts {
	padding: 0 10% 30px;
}
/*
.page-template #posts {
	padding: 0 120px 30px;
}
*/
/*
.titulo-servicos {
	width: 70%;
	margin: 40px auto 0;
	padding: 30px 80px;
	font-size: 2.4em;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	background: #c9c9c9;
	letter-spacing: 4px;
	line-height: 36px;
}
.cont-paragrafo {
	width: 60%;
	margin: 30px auto;
	text-align: justify;
}
.cont-paragrafo p{
	font-family: 'Cardo', serif;
	font-size: 1.5em;
	font-weight: 700;
}
.borda-paragrafo {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.page .detalhes-titulo {
	text-align: left;
	padding: 0 8%;
}
.cont-modulos {
	display: inline-block;
	padding: 0 8%;
}
*/

body.page-template-page-picks-php #posts {
	padding: 0 2%;
}
#cont-picks {
	text-align: center;
}
.post-picks {
	position: relative;
	display: inline-block;
	width: 29%;
	margin: 0 2% 50px;
}
.post-picks:hover .img-picks {
	opacity: 0.3;
}
.img-picks {
	display: block;
	background: #FFF;
}
.img-picks img {
	display: block;
	width: 100%;
	height: auto;
}

.picks-title {
	position: absolute;
	left: 0;
	top: 50%;
	font-family: 'Cardo', serif;
	width: 90%;
	margin: 0 5%;
	opacity: 0;
}
.post-picks:hover .picks-title { opacity: 1; }

/*=================
	PAGE PERGUNTE
=================*/


/*====================================*\
    SINGLE
\*====================================*/
.single .post {
	position: relative !important;
	width: 100%;
	margin: 0;
}
.single .entry-header {
	padding: 0 5%;
	margin-top: -15%;
	margin-bottom: 30px;
}
/*=================
	AUTOR POST
=================*/
.autor-post{
	background-color: #eee;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}
.foto-autor{
	width:100px;
	float:left;
	margin-right:10px;
}
.foto-autor img{
	width:100%;
	height:auto;
	display:block;
}
.info-autor{
	display: initial;
}
.nome-autor{ font-size:1.6em;margin-bottom: 5px; }
.descricao-autor{
	font-size:1.2em;
	line-height: 16px;
	margin-bottom: 10px;
	display: block; 
}
.pp-autor{
	font-size:1.1em;
	text-transform: uppercase;
	margin-right: 10px;
}
.social-autor{
	position: absolute;
	bottom: 10px;
	left: 120px;
}
.social-autor li{ 
	display: inline-block;
	margin-right:5px; 
}
.social-autor li img{ 
	display:block;
	width:16px;
	height:auto; 
}

/*====================================*\
    COMENTARIOS
\*====================================*/
#respond {
	display: inline-block;
	width: 100%;
}
#comments {
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}
.comment-reply-title, #comments-title {
	display: block;
	width: 100%;
	font-size: 1.9em;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 25px;
	border-bottom: 1px solid #D5D5D5;
	font-weight: normal;
}
.comment-notes, 
.form-allowed-tags, 
.comment-form-comment label{
	display:none; 
}

#commentform {
	display: block;
	width: 99%;
	margin: 0 0.5%;
}

.comment-form-author,
.comment-form-email, 
.comment-form-url{
	float:left;
	width: 33.333%;
}
.comment-form-author label, 
.comment-form-email label, 
.comment-form-url label{
	text-transform:uppercase;
	font-size:1.1em;
}
.comment-form-author input, 
.comment-form-email input, 
.comment-form-url input, 
#comment {
	padding:1px !important;
	background:#f9f9f9;
	border:1px solid #cac8c8;
}

.comment-form-author input, 
.comment-form-email input, 
.comment-form-url input {
	margin:0px 1% !important;
	line-height: 20px;
	width: 98%;
}

#comment{ 
	width:99%;
	margin: 0px 0.5% !important;
	line-height:15px;
}
#submit{
	float:right;
	background-color:#ededed;
	border:none !important;
	font-size:1.3em;
	text-transform:uppercase;
	padding:9px 15px;
}
.commentlist{ padding:0px !important; }
.comment{ font-family: sans-serif; }

.cont-bg {
	background: #F9F9F9;
	border: 1px solid #DDD;
	margin-bottom: 10px;
}
li.comment {
	margin-bottom: 25px;
}
.cont-comentario, 
.comentario-footer{
	/*background-color:#f9f9f9;
	-moz-box-shadow:0px 2px 5px -2px black;
	-webkit-box-shadow:0px 2px 5px -2px black;
	box-shadow:0px 2px 5px -2px black;*/
}
.cont-comentario{
	padding:15px;
	position: relative;
	/*margin-bottom:5px;*/
}
.img-usuario{
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
}
.img-usuario img{
	width:100%;
	height:auto;
}
.cont-comentario small{
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
.cont-comentario p{
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-left: 50px;
	  font-family: 'Raleway', sans-serif;
	margin: 0px;
	letter-spacing: 1px;
}
.comentario-footer{
	padding: 2px 10px;
	height: 18px;
	margin-bottom: 10px;
}
.data-comentario{
	float:right;
	font-size:1.1em;
}
.comentar, 
.editar-comentario{
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin-right:10px;
}
.children{
	width:95%;
	margin-left:5%;
}

/*=================
  IFRAME FACEBOOK
=================*/
.fb_iframe_widget iframe,.fb_iframe_widget_fluid,.fb_iframe_widget_fluid span{width: 100% !important;}


/*====================================*\
    GALERIA
\*====================================*/
.gallery{
	display: inline-block;
	float:none !important;
	width:100% !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-bottom:30px;
}
.pb-selo, .pb-retangulo-medio{ 
	float: right;
	margin-bottom: 50px;
}
.pb-selo:last-child, .pb-retangulo-medio:last-child{ 
	*margin-bottom:0px !important;
}
div[id*="div-gpt-ad"]{ 
	margin:0px auto;
	overflow:hidden; 
}

/*====================================*\
    WIDGETS
\*====================================*/
.widget{
    margin-bottom: 50px;
}
.widget-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2.4em;
	font-weight: 300;
	color: #717171;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 40px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 25px;
}
.widget .more-link:hover {
	border: 1px solid;
	background: #f5f5f5;
}
/*=================
	THE LOOK
=================*/
.wg_thelook .thelook-title {
	display: block;
	width: 80%;
	margin: 15px 10%;
	font-family: 'Cardo', serif;
	font-size: 1.5em;
	line-height: 18px;
	letter-spacing: 0.5px;
	text-align: center;
}
.wg_thelook .thelook-title a { 
	color: #717171;
}
.img-thelook, .img-thelook img {
	display: block;
}
.img-thelook img {
	width: 100%;
	height: auto;
}
.img-thelook {  
	width: 340px;
	height: 610px;
	background: #FFF;
}
.img-thelook { 
	width: 100%;
	height: auto;
}
/*=================
	PERGUNTE
=================*/
.cont-pergunte {
	margin-bottom: 20px;
}
.pergunte-title {
	height: 30px;
	margin-bottom: 10px;
	font-family: 'Cardo', serif;
	font-size: 1.5em;
	letter-spacing: 0.25px;
	text-align: center;
	overflow: hidden;
}
.pergunte-title a {
	color: #717171;
}
.img-pergunte {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.img-pergunte img {
	display: block;
	width: 100%;
	height: auto;
}
.borda-pergunte {
	display: block;
	width: 50%;
	margin: 25px auto 0;
	border-bottom: 1px solid #D5D5D5;
}
.cont-pergunte:last-child .borda-pergunte { display: none; }

/*=================
	MY PICKS
=================*/
.wg_my-picks ul {
	display: block;
	*max-width: 300px;
	*margin: 0 auto;
}
.my-picks {
	display: inline-block;
	width: 49%;
	height: 165px;
	margin: 0.5%;
	border: 1px solid #d5d5d5;
	overflow: hidden;
}
.img-my-picks img {
	display: block;
	width: 100%;
	height: auto;
}

/*=================
	PERFIL
=================*/
.w-perfil{}
.w-perfil .img-perfil{ margin-bottom:20px; }
.w-perfil .img-perfil img{ 
	display:block;
	margin:0px auto; 
}
.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:1.3em;
    line-height:20px;
}
.w-perfil .bt_sobre h4{
    display: inline-block;
    margin: 0px 10px;
    padding: 0px 5px;
    background-color: black;
    width: 90px;
    line-height: 30px;
}
.w-perfil .bt_sobre h4 a{ color:white; }
.w-perfil .bt_sobre h4 a:hover{ color:red; }

/*=================
   COLUNISTAS
=================*/
.colunista{ 
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee; 
}
.colunista:first-child{ 
	padding-top:10px;
	border-top: 1px solid #ccc; 
}
.foto-colunista{ 
	float:left;
	width:100px;
	position:relative; 
}
.foto-colunista a.fc{ 
	height: 100px;
	overflow: hidden;
	background-color:black; 
}
.foto-colunista img{ 
	width: 100%;
	height: auto;
	display: block; 
}
.pp-colunista{ 
	text-align:center;
	font-size:1.1em;
	text-transform:uppercase;
	margin-top:5px;
	position:absolute;
	left:100px;
	bottom:0px; 
}
.info-colunista{ 
	width: 190px;
	float: right; 
}
.nome-colunista{ 
	font-size:1.6em;
	margin-bottom: 5px; 
}
.descricao-colunista{ 
	font-size:1.2em;
	line-height: 16px;
	margin-bottom: 10px;
	display: block; 
}

/*=================
	 BUSCA
=================*/
.cont-busca{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
#caixa-busca, 
#botao-busca{
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	float: left;
	height: 35px;
	line-height: 35px;
}
#caixa-busca{
	width: 85%;
	text-indent: 20px;
}
#botao-busca{
	background-image: url(/wp-content/themes/annabarros-gc2015/images/icon-busca.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	width: 15%;
	cursor: pointer;
}

/*=================
	INSTAGRAM
=================*/
.insta-social .touchcarousel-item{ 
	width:300px;
	height:300px;
	margin-right:5px;
}
.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: 47%!important;
	height: auto!important;
	margin: 1.5%!important;
}

/*=================
	 SOCIAL
=================*/
.w-social{ height:80px; }
.icon-social-sidebar { text-align:center; }
.icon-s {
	display:inline-block;
	margin:15px 5px 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; }

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

/*=================
   RECOMENDADOS
=================*/
.recomendado{ 
	margin-bottom:20px; 
	border-bottom:1px solid #ccc; 
}
.recomendado .img-recomendado{ background-color:black; }
.recomendado .img-recomendado img{ 
	display:block; 
	margin:0px auto; 
	opacity:1 
}
.recomendado:hover .img-recomendado img{ opacity:0.5 }
.recomendado .titulo-recomendado{ 
	text-align:center; 
	line-height:30px; 
}
.recomendado:hover .titulo-recomendado{ color:red; }

/*=================
	MAILCHIMP
=================*/
aside #mailchimp {
	width: 100%;
	margin-bottom: 50px;
}
aside h3.mailchimp-title {
    font-family: 'Raleway',sans-serif;
    font-size: 2.4em;
    font-weight: 300;
    color: #717171;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 40px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 25px;
}
aside .email-field-mc {	width: 90%; }
aside #mc_embed_signup .mc-field-group {  text-align: center; }
aside #mc_embed_signup .mc-field-group input { text-indent: 0 !important; }
aside #mc_embed_signup form {  padding: 0 !important; }
aside #mailchimp #mc_embed_signup .submit-button-mc input {
	display: block;
	width: 200px;
	height: 34px;
    margin: 25px auto 0!important;
    font-size: 12px;
    font-weight: bold;
    color: #717171;
    line-height: 34px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: none;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
aside #mc_embed_signup .button:hover {
	color: #717171 !important;
	border: 1px solid !important;
	background: #f5f5f5 !important;
}
 
.email-field-mc{
	display: inline-table;
	width: 67%;
}
.submit-button-mc{
	display: inline-table;
	width: 30%;
}
#mc_embed_signup .mc-field-group input{
	float: left;
	border-radius: 0px !important;
	height: 30px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	text-indent: 10% !important;
	letter-spacing: 2px;
	line-height: 30px;
	background: #FFF;
	border: 1px solid #000;
}
#mc_embed_signup .submit-button-mc input {
	text-indent: 0 !important;
}
#mc_embed_signup .button:hover {
	background-color: #0E1D45 !important;
	color: #FFF !important;
}
#mc_embed_signup .mc-field-group{
	width: 100% !important;
}
#mc_embed_signup div.mce_inline_error{
	font-size: 0.8em;
	font-family: Raleway;
	letter-spacing: 1px;
}
/*=================
MAILCHIMP RESPONSES
=================*/
#mc_embed_signup div#mce-responses {
	display: inline-block;
	top: 0px !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}
#mc_embed_signup div.response{
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0.9em !important;
	float: none !important;
	top: 0px !important;
	width: 100% !important;
}
/*====================================*\
    FOOTER
\*====================================*/
.tags-post{ 
	float:left; 
	margin-top: 40px;
	font-size:1.2em; 
}
.tags-post a:hover{ color:red; }

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

/*=================
	CONT-FOOTER
=================*/
.conteiner-footer {
	width: 100%;
	padding: 5%;
	background: #f9f9f9;
}
#mailchimp {
	float: left;
	width: 30%;
	margin-bottom: 0;
}
.mailchimp-title {
	font-size: 1.8em;
	letter-spacing: 2px;
	text-align: center;
}
.descricao-mailchimp {
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 0 5%;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 18px;
}

.logo-footer {
	float: left;
	width: 31%;
	margin: 0px 4.5%;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 0 4%;
}
.conteiner-footer .cont-menu {
	float: left;
	width: 30%;
	height: auto;
	margin: 25px 0;
}
.menu-footer li {
	width: 70%;
	margin: 0px 15%;
	border-right: none;
	border-bottom: 1px solid #000;
}
.menu-footer li a {
	font-size: 1.0em;
	font-weight: 600;
	padding: 7px 10px;
	margin: 0;
}

/*=================
	COPYRIGHT
=================*/
#copyright{ 
	text-align: center;
	font-size:1.2em;
	font-weight: 500 !important;
	margin: 20px auto; 
}

/*=================
   RELACIONADOS
=================*/
.relacionados{
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.relacionados li{
	float: left;
	width: 32%;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
}
.relacionados li:nth-child(2) {
	margin: 0 2% 20px;
}
.img-relacionado{
	height: auto;
	overflow: hidden;
	background-color:black;
	margin-bottom:10px;
}
.img-relacionado img{
	display:block;
	width:100%;
	height:auto;
	opacity:1;
}
.titulo-relacionado{
	font-size:1.3em;
	line-height: 20px;
	text-align: center;
	margin-bottom:10px;
	text-transform: uppercase;
}
.vp-relacionado a{
	width: 100px;
	border: 1px solid;
	text-align: center;
	margin: 0px auto;
	display: table;
	text-transform: uppercase;
	font-size:1.4em;
	line-height: 30px;
}
.relacionados li:hover img{ opacity:0.5; }
.relacionados li:hover .vp-relacionado a{ 
	background-color:black; 
	color:white; 
}

/*====================================*\
    ALTERAÇOES PAGINA DE SERVIÇOS
\*====================================*/

.page-id-48 #posts {
    padding: 0 10px !important;
}
/*
p, .entry-content {
    padding: 0 90px !important;
}
*/
.page-template-page-servicos p {
	padding: 0 90px;
}
.page-id-48 .alignright {
    margin: 0 0 0 25px;
}
.page-id-48 img {
    border: 1px solid #ccc;
}
.page-id-48 .aligncenter {
    border: none !important;
}



/*====================================*\
		   SERVIÇOS – 12/06/17
\*====================================*/
.page-template-page-consultorias section#posts {
    width: 100%;
}

h1.entry-title {
    display: inline-block;
    width: 100%;
	height: auto;
    margin: 0 0 30px;
    padding: 0 50px;
    font-family: 'Raleway',sans-serif;
    font-size: 2.4em;
    font-weight: 300;
    color: #717171;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 40px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}


div#cont-consultorias {
    display: inline-block;
    width: 100%;
}

article.consultoria {
    position: relative;
    display: inline-block;
    width: calc(31% - 2px);
    margin-bottom: 70px;
    vertical-align: top;
}
article.consultoria:nth-child(3n-1) {
    margin: 0 2.3% 70px;
}


article.consultoria h2 {
    display: inline-block;
    width: 100%;
	height: auto;
    margin: 0;
    padding: 10px;
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    background: #000;
}
article.consultoria h2 a {
    color: #FFF;
}

article.consultoria a.post-thumbnail {
    margin-bottom: 15px;
}

.mais-consultoria {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.mais-consultoria a {
    font-size: 24px;
    color: #717171;
}


/*** FORMULÁRIO */
.single-servicos form.wpcf7-form {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.single-servicos form.wpcf7-form p {
	margin-bottom: 15px;
    font-size: 13px;
}
.single-servicos form.wpcf7-form input {
	padding: 5px;
}
.single-servicos form.wpcf7-form input.wpcf7-submit {
    padding: 5px 15px;
}



/*Pop Up - MailChimp*/
#popup_final {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
	#popup_final .fora-area{
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#popup_final .cadastro-popup {
		position: relative;
		top:20%;
		margin: 0 auto;
		display: block;
		width: 90%;
		height: 350px;
		max-height: 86%;
		min-height: 300px;
		max-width: 950px;
		background-color: #f7f7f7;
		color: white;
		padding: 0 !important;
	}
		#popup_final a.voltar {
			position: absolute;
			top: -30px;
			right: 0;
			color: #717171;
			line-height: 30px;
			padding: 0 10px;
			font-size: 12px;
			text-transform: uppercase;
			font-family: 'Lato', sans-serif;
			font-weight: 300;
			background-color: #f7f7f7;
		}
		.bg-popup{
			width: 50%;
			height: 100%;
			background-image: url(/wp-content/uploads/2017/08/bg-popup.jpg);
			background-position:top center;
			background-size: cover;
			position: absolute;
			top: 0;
			left: 0;
		}
		#popup_final #mc_embed_signup_scroll {
			padding: 50px;
			text-align: center;
			width: 50%;
			height: 100%;
			position: absolute;
			right: 0;
			top: 0;
		}
			#popup_final span.pp-1 {
				display: inline-block;
				margin-bottom: 20px;
				font-size: 21px;
				font-weight: 300;
				color: #717171;
				text-transform: uppercase;
				letter-spacing: 2px;
				line-height: 26px;
			}
			#popup_final span.pp-2{
				display: block;
				margin-bottom: 20px;
				font-size: 16px;
				color: #717171;
				letter-spacing: 1px;
				line-height: 20px;
			}
			#popup_final input#mce-EMAIL {
				width: 100% !important;
				line-height: 20px;
				padding: 10px;
				margin-bottom: 10px;
			}
			#popup_final input#mc-embedded-subscribe {
				display: inline-block;
				width: 100%;
				height: 40px;
				margin: 0!important;
				padding: 0!important;
				font-family: 'Raleway',sans-serif;
				font-size: 14px;
				font-weight: 600;
				color: #000;
				text-align: center;
				text-transform: uppercase;
				letter-spacing: 2px;
				line-height: 30px;
				background: #FFF;
				border: 1px solid #000;
				border-radius: 0px!important;
				transition: 0.3s;
			}
				#popup_final input#mc-embedded-subscribe:hover{
					color: #FFF!important;
					background-color: #0E1D45!important;
				}



/*====================================*\
    RESPONSIVE - TRABALHAR COM %
\*====================================*/

@media only screen and (max-width:1090px) {
	.cont-center {
		max-width: 950px;	
	}
	
	/*== ESTRUTURA ==*/
	#posts {
		width: 590px;	
	}
	.conteiner-posts .post { 
		position: initial !important;
		float: left;
		width: 275px;
	}
	.entry-content img {
		float: none;
		display: block;
		margin: 10px auto;
	}
	
}

@media only screen and (max-width:960px) {
	.cont-center {
		max-width: 790px;	
	}
	
	/*== ESTRUTURA ==*/
	#slide-topo .touchcarousel-item {
		width: 800px;
		height: 505px;
	}
	
	#posts {
		float: none;
		display: block;
		width: 720px;
		margin: 0 auto;
	}
	.conteiner-posts .post {
		position: absolute !important;
		float: none;
		width: 340px;
	}
	
	/*== SIDEBAR ==*/
	aside#sidebar-direita {
		width: 100%;
		max-width: 100%;
		margin-bottom: 50px;
		/*----*/
		-webkit-column-count: 2;
		-webkit-column-gap: 0px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	.widget {
		width: 300px;
		margin: 0px auto 50px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	article.consultoria:nth-child(2n) {
    	margin-left: 4% !important;
	}
	article.consultoria:nth-child(3n-1) {
    	margin: 0;
	}
	article.consultoria {
		width: 48% !important;
	}
	.consultoria {
    	margin-bottom: 70px !important;
	}
}

@media only screen and (max-width: 790px) {
	body {
		overflow-x: hidden;
	}



	.cont-center {
		max-width: 600px;	
	}
	
	/*== MENU ==*/
	.cont-menu, #menu-fixo {
		height: 75px;
	}
	.cont-menu {
		text-align: center;	
	}
	.menu-responsive{
		text-indent: -99999px;
		font-size: 0em;
		width: 50px;
		height: 50px;
		background: url(/wp-content/themes/annabarros-gc2015/images/menu-responsive.png?1) no-repeat;
		margin: 5px auto 0;
		display: block!important;
		border: 1px solid #595959;
		cursor: pointer;
	}
	.menu{float: none;width: 100%;margin:0;}
	.menu-fixo{
		position: absolute;
		opacity: 0;
		width: 100%;
		z-index: -999999999;
		top: -380px;
	} 
	header .menu li a{
		width: 50%;
		margin: 0px auto;
		line-height: 30px;		
	}
	.menu-topo li{		
		height: auto !important;
		float: none !important;
		width: 100%;
		margin: 5px auto !important;
	}
	.sub-menu{
		position: relative;
		left: 0px;
		top: 0px;
		width: 50%;
		margin: 10px auto 0px auto !important;
		display: none;
	}
	.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 input[type=checkbox]:checked ~ .menu-fixo{
		opacity: 1 !important;
		height: auto;
		top: 60px;
		left: 0;
		padding: 0;
		border-bottom: 2px solid #595959;
		background-color: white;
		z-index: 99999999;
	}
	#menu-fixo input[type=checkbox]:checked ~ .menu-fixo li{
		height: auto !important;
		float: none !important;
		width: 100%;
		margin: 5px auto !important;
		border-right: none;
	}
	.label-busca, .borda-menu {
		display: none;
	}
	
	/*== BUSCA MOBILE ==*/
	#busca-mobile {
		display: block;
		width: 300px;
		height: 30px;
		margin: 5px auto 20px;
	}
	#caixa-busca-mobile {
		float: left;
		width: 85%;
		height: 30px;
		text-align: center;
	}
	#botao-busca-mobile {
		float: right;
		width: 15%;
		height: 30px;
		background: url(/wp-content/themes/annabarros-gc2015/images/icon-busca.png) no-repeat center;
		border: 1px solid #CCC;
		border-left: none;
	}

	/*== ESTRUTURA ==*/	
	#slide-topo .touchcarousel-item {
		width: 600px;
		height: 375px;
	}
	
	#posts {
		width: 100%;	
	}
	.conteiner-posts {
		height: auto !important;
	}
	.conteiner-posts .post {
		position: initial !important;
		width: 48%;
		margin: 0 1% 50px;
		float: left;
	}
	
	/*== SIDEBAR ==*/
	aside#sidebar-direita {
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
		width: 100%;
	}
	
	/*== FOOTER ==*/
	.conteiner-footer #mailchimp {
		float: none;
		width: 70%;
		margin: 10px auto;
	}
	.logo-footer {
		float: none;
		width: 70%;
		margin: 0 auto;
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		border-right: none;
		border-left: none;
	}
	.logo-footer a {
		background-size: 50%
	}
	.conteiner-footer .cont-menu {
		float: none;
		margin: 30px auto 0;
	}	
}

/*@media only screen and (max-width: 768px){
	#menu-fixo input[type=checkbox]:checked~.menu-fixo li {
	    width: 100%;
	}

	.sub-menu {
	    z-index: 99;
	    position: absolute;
	    left: 50%;
	    top: 37px;
	    background: #eee;
	    width: 143px;
	    display: none;
	    margin-left: -74px !important;
	}
}
*/
@media only screen and (max-width:610px) {
	.cont-center {
		max-width: 440px;	
	}
	
	/*== ESTRUTURA ==*/
	#slide-topo {
		display: none;
	}
	
	.conteiner-posts .post {
		float: none;
		width: 330px;
		margin: 0 auto 50px;
	}
	
	.page-template-page-servicos p {
		padding: 0px 20px;
	}
	.page-template-page-servicos p img {
		float: none;
		display: block;
		margin: 0 auto 10px !important;
		max-width: 100%;
		height: auto;
	}
	
	/*== SINGLE ==*/
	#paginacao-single .nav-previous, #paginacao-single .nav-next {
		width: 100%;
		margin: 10px 0;
	}
	article.consultoria {
    	width: 100%!important;
	}
	article.consultoria:nth-child(2n) {
    	margin-left: 0px !important;
		margin-bottom: 70px !important;
	}
	
}

@media only screen and (max-width:450px) {
	.cont-center {
		max-width: 320px;	
	}
	
	/*== LOGO ==*/
	.logo {
		width: 200px;	
	}
	.logo a {
		height: 130px;	
	}
	
	/*== POSTS ==*/
	.home #posts {
		padding-bottom: 100px;
	}
	#paginacao {
		bottom: -155px;
	}
	
	
	#consultoria-home .widget-title,
	.the-blog.widget-title {
		text-align: center;
	}
	
	.conteiner-posts .post {
		width: 100%;
	}
	
	.relacionados li {
		float: none;
		width: 80%;
		margin: 0 auto 20px !important;
	}
	.conteudo-post p img {
		max-width: 100%;
		height: auto;
	}
	
	/*== PAGE ==*/
	.page-template-page-servicos .conteudo-post h3, .page-template .conteudo-post h3 {
		padding: 0 5px;
	}	
	
	/*== MENU FOOTER ==*/
	.menu-footer li {
		width: 100%;
		margin: 0px auto;
	}
	
}
