/*
Theme Name: Observatório da Biodiversidade
Author: BT Design
Author URI: http://www.btdesign.site
Description:  Tema desenvolvido pela BT Design utilizando o modelo default WP Bootstrap Starter. 
Version: 1.0
Text Domain: Observatório da Biodiversidade
*/

/* RESET */

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;
}

/* RESET
	

-- INICIA O ESTILO BT DESIGN --	

 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body{
	background-image: url('./img/background.jpg');
	background-color:#F0F0F0;
	background-repeat: no-repeat;
	background-size: contain;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.22px;
    color: #4A4A4A;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.row2{
	margin-left: -12px;
	margin-right: -12px;
}

p{font-size: 14px;line-height: 25px;}

.p1{
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: -0.19px;
	line-height: 22px;
	margin-bottom: 20px;
}

b{font-weight: 700;}

#cabecalho{
	margin-top: 30px;
}


#cabecalho2{
	padding-top: 80px;
}


#cabecalho2 p{ 
	font-size: 16px;
	color: #4A4A4A;
	font-weight: 600;
}

small{
	font-size: 14px;
}

#conteudo{
	margin-top: 50px;
}

/* menu lateral index */

#menu ul {
	padding: 0px;
	margin: 0px;
    list-style:none;
}

#menu ul li {
	margin-bottom: 10px;
	height: 50px;
    width: 100%;
}

#menu ul li a{
    color:#84690F;
    background-color:#EFCA4D;
    border-radius: 8px;
    letter-spacing: -0.22px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-decoration: none;
	display: block;
}

#menu ul li a:hover{
    color:#ffffff;
    background-color:#e7b614;
    transition: 0.3s ease-in;
}

#citacao{
	float:left;
	z-index: 1;
	margin-top: 20px;
}

.citacao{
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float:left;
	margin-top: -30px;
	margin-left: 20px;
	text-align: justify;
	margin-right: 20px;
}


/* conteudo inicial fundo branco */

#conteudoinicial{
	border-radius: 8px;
	background-color: #fff;
	width: 100%;
	min-height: 500px;
	padding: 25px;
}


#conteudoinicial p{
	font-size: 14px;
	line-height: 22px;
	margin-top:10px;
	text-align: justify;
}

/* barra de pesquisa */

#sectionsearch{
	margin-top: -60px;
}

#pesquisar{
	margin-top: 40px;
	background-image: url('./img/fundo.png');
	height: 200px;
	margin-bottom: 40px;
	padding-top: 35px;
}

#pesquisar h2{
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: -0.46px;
	font-weight: 700;
	margin-bottom: 20px;
}

#inputpesquisar{
	background: #fff;
	border-radius: 8px;
	width: 100%;
	height: 45px;
	border:0;
	font-size: 14px;
	font-weight: 400;
	padding-left: 20px;
}


#selectpesquisar, #cat{
	background: #fff;
	border-radius: 8px;
	width: 100%;
	height: 45px;
	border:0;
	font-size: 12px;
	font-weight: 400;
	padding-left: 20px;
}

#buttonpesquisar{
	background: #EFCA4D;
	border-radius: 8px;
	width: 70%;
	height: 45px;
	border:0;
	cursor: pointer;
	color:#A78821;
}

.smallpesquisar{
	color:#fff;
	font-size: 12px;
}

/* rodape */

footer{
	background-color: #fff;
	min-height: 400px;
	padding-top: 40px
}

#menufooter p{
	font-size: 18px;
	font-weight: 700;
}

#menufooter span{
	font-size: 14px;
	line-height: 25px;
}

#menufooter ul {
	padding: 0px;
	margin: 0px;
    list-style:none;
    border-left: 2px solid #f8f8f8;
    padding-left: 10px;
}

#menufooter ul li {
	margin-bottom: 10px;
    width: 100%;
}

#menufooter ul li a{
    color:#747474;
    letter-spacing: -0.22px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
	display: block;
	border-bottom:2px solid #fff;
}

#menufooter ul li a:hover{
    transition: 0.3s ease-in;
    border-bottom:2px solid #f8f8f8;
}


/* menu interno */


#menuinterno ul {
	padding: 0px;
	margin: 0px;
    background-color: #EFCA4D;
    width: 100%;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#menuinterno ul li {
	margin-bottom: 10px;
    display: inline;
   
}

#menuinterno ul li a{
	font-size: 14px;
	color: #84690F;
	font-weight: 700;
	letter-spacing: -1px;
	padding-right: 10px;
}

/* category  */

.categoriadepesquisa{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#category{
	min-height: 500px;
}

h1{
	font-size: 24px;
	color: #4A4A4A;
	letter-spacing: -0.56px;
	font-weight: 700;
}

.categoriapai{
	font-size: 18px;
}

#titulodacategoria{
	margin-bottom: 40px;
}

#downloadpdf{
	border-radius: 8px;
	background: #4A90E2;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
}

#downloadpdf a{
	color:#fff;
	font-size: 12px;
	font-weight: 700;
}

#visualizar{
	border-radius: 8px;
	background: #96D15A;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
}

#visualizar a{
	color:#fff;
	font-size: 12px;
	font-weight: 700;
}

.titulo{
	min-height: 50px;
    border-bottom: 1px dotted #c3c3c3;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 20px;
    font-weight: 500;
}

a#botaocategoria{
	background: #4A90E2;
    border-radius: 8px;
    padding-top: 30px;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
}

a#botaocategoria:hover{
	background: #216bbf;
	transition: 0.2s ease-in;
}

.titulopesquisa{
	height: 80px;
    border-bottom: 1px dotted #c3c3c3;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 20px;
    font-weight: 500;
    padding-top: 10px
}



/* paginação */
	
.page-numbers{
	background: #EFCA4D;
    border-radius: 4px;
    width: 30px;
    text-align: center;
    height: 30px;
    padding-top: 8px;
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: -0.49px;
	font-weight: 700;
	display: block;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-top: 20px;
}	

.current{
	background: #a98200;
	color:#fff;
}

a.next, a.prev{
	display: none;
}


/* page e single */
	
.pagina, .paginacontato{
	background-color: #fff;
	min-height: 500px;
	padding: 40px;
	border-radius: 10px;
	border:10px solid #E7E7E7;
	margin-bottom: 60px;
}

.pagina2, .paginacontato{
	background-color: #fff;
	min-height: 500px;
	padding: 40px;
	border-radius: 10px;
	border:10px solid #E7E7E7;
	margin-bottom: 60px;
}

h3.p1{
	line-height: 20px;
	font-size: 16px;
	color: #4A4A4A;
	letter-spacing: -0.56px;
	line-height: 24px;
	font-weight: 400;
}

label{
	font-weight: 700;
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: -0.49px;
	margin-bottom: 30px;
	text-align: left;
}

label small{
	font-size: 10px;
}

#inputnome, #inputemail, #textareamensagem{
	background: #F8F8F8;
	border-radius: 0px;
	border: transparent;
	margin-top: 5px;
	font-size: 14px;
}

#inputanexo{
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
}

.wpcf7-submit {
	background: #EFCA4D !important;
	color:#fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border:transparent;
	height: 40px;
	width: 150px;
}

div.wpcf7-response-output{
	font-size: 14px;
}


/* galeria */


.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery img {
}


/* links úteis */

.widget_links{
	text-align: left;
	padding-top: 20px;
}

h3.widget-title{
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.22px;
	margin-bottom: 10px;
}



ul.xoxo li{
	padding-bottom: 10px;
	font-size: 14px;
}

.pagina p{
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 13px;
}

.pagina h3{
	font-weight: 700;
}

.pagina span{
	margin-top: -10px;
    position: absolute;
}

.site-content{
	min-height: 800px;
}

.paginacontato p{
}

.paginacontato h3{
	font-weight: 700;
}

.paginacontato span{
	margin-top: 0 !important;
}