/*
Theme Name: Figueiredo Fischer
Theme URI: http://www.whitebunny.com.br/
Author: whitebunny!!
Author URI: http://www.whitebunny.com.br/
Description: Figueiredo Fischer
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: Figueiredo, Figueiredo Fischer, Fischer, Arquitetura, Arquitetos, Design, Interior, Interior Design
Text Domain: figueiredo

Figueiredo WordPress Theme © 2015-2016 whitebunny!!
Figueiredo is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* CSS RESET */

@charset "UTF-8"; 

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}

@-ms-viewport{
  width: device-width;
}

p:empty { display: none; }
p:last-child { margin-bottom: 0; }
p { margin-bottom: 20px; }
h2 { margin-bottom: 25px; }

/****************************************
end
****************************************/


html {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #747373;
}


/****************************************
HEADER
****************************************/

header#header {
	position: relative;
    top: 0;
    height: 160px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #757373;
    background: #fff;
    z-index: 999;
}

header#header h1 {
	margin: 0px;
}
header#header h1 img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	margin-top: -45px;
}

header#header ul.figSocial {
	position: absolute;
	right: 25px;
	bottom: 10px;
}

header ul.figSocial li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('imgs/social.svg');
	background-size: 200%;
}

header#header ul.figSocial li#figFacebook {
	background-position: 20px;
}

header#header nav {
	position: absolute;
	left: 15px;
	bottom: 0px;
	height: 25px;
}

header#header nav ul li {
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

header#header nav ul li:hover{
	color: #000;
}

header#header nav ul li:last-child {
	margin-right: 0;
}

header#header nav ul li.current_page_item:after {
	content: "";
    position: absolute;
    left: 45%;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #757373;
}

#container {
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	bottom: 40px;
/*	background: pink;*/

}
#containerInside {
	position: absolute;
/*	background: blue;*/
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 0px 40px 0px;
	margin: auto;
}
/****************************************
FOOTER
****************************************/

footer#footer {
	position: fixed;
    bottom: 0;
    background: #fff;
    margin: auto;
    left: 0;
    right: 0;
	height: 40px;
	text-align: center;
	border-top: 2px solid #757373;
	line-height: 30px;
	z-index: 995;
}

footer#footer .breaking-lines{ display:inline; }

/****************************************
PERFIL
****************************************/
#figPerfil {
	overflow: hidden;
	height: 100%;
	max-width: 960px;
	margin: auto;
}

#figPerfil img {
	float: left;
	margin-right: 50px;
}

#figPerfilTexto {
	overflow: hidden;
	padding-right: 50px;
}
#figPerfilTexto h2 {
	font-size: 16px;
    font-weight: 600;
}


/****************************************
PROJETOS
****************************************/
.filter_container {
	display: none;
}

.main_bricks {
	padding-top: 20px;
}

.container {
	overflow: hidden;
	position: relative;
}

.textLeft{
	float: left;
	padding: 10px;
}
.textRight{
	float: right;
	padding: 10px;

}

.lightboxFull {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-image: url(http://localhost:8888/wordpress/wp-content/uploads/2015/10/FF2.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-position: fixed;
	
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.lightboxFull .lightboxFullClose:hover, .lightboxFull .lightboxFullPrev:hover,.lightboxFull .lightboxFullNext:hover {
	opacity: 1;
	cursor: pointer;
}
.lightboxFull .lightboxFullPrev {
	position: absolute;
	top: 50%;
	opacity: 0.5;
	left: 10px;
	width: 50px;
	height: 100px;
	background: url(./imgs/arrow_left.png) no-repeat 100%;
}
.lightboxFull .lightboxFullNext {
	position: absolute;
	top: 50%;
	opacity: 0.5;
	right: 10px;
	width: 50px;
	height: 100px;
	background: url(./imgs/arrow_right.png) no-repeat 100%;
}
.lightboxFull .lightboxFullClose {
	position: absolute;
	top: 25px;
	opacity: 0.5;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(./imgs/close.png) no-repeat;
	background-size: contain;
}

.lightboxTrans {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}
/****************************************
CONTATO
****************************************/
#googlemapsWrapper {
	position: relative;
	height: 520px;
	width: 380px;
	float: left;
	margin-right: 20px;
}
#googlemaps { 
  height: 100%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

#figContato {
	overflow: hidden;
	margin: 20px 0;
	min-width: 300px;
}

#figContatoWrapper {
	max-width: 500px;
	padding: 0 20px;
	margin: auto;
}

#figContatoFix {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 960px;
	margin: auto;

}

#figContato p#infoTel {
	line-height: 20px;
	text-transform: uppercase;
}

.wpcf7
{
	width: 96%;	
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="textarea"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="submit"],
.wpcf7 textarea
{
    background-color: #afb0b0;
    color: #fff;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: none;
}

.wpcf7 input[type="submit"] {
	width: 70px;
	float: right;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

@media screen and (max-width: 768px) {

	#figPerfil { text-align: center;}

	#figPerfil img {
		float: none;
		margin: 0;
	}

	#figPerfilTexto { padding: 0; margin-top: 0; margin: 20px; }

	footer#footer .breaking-lines {
    	display: block;
    	line-height: 20px;
	}

	#googlemapsWrapper {
	height: 320px;
	width: 100%;
	float: none;
	margin-right: 0px
	}

	#figContato {
	margin-top: 20px;
	}

	header#header h1 img {
	margin-top: -60px;
}

}