@charset "utf-8";

body {
	background-color: #262525;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	height: 65px;
}
#menu #menu1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 65px;
}
#menu #menu1 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bot-menu{
	position: absolute;
	left: 15px;
	top: 12px;
	display: none;
}
.clear {
	clear: both;
}
#menu #menu1 ul li {
	float: left;
	padding-right: 55px;
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 18px;
	color: #FFF;
	padding-top: 20px;
	font-weight: normal;
}
#menu #menu1 ul li a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
}
#menu #menu1 ul li a:hover {
	color: #cfbba0;	
}
#menu #menu1 #logomarca {
	position: absolute;
	left: 42%;
	top: 15px;	
}
#menu #menu1 ul .logomarca {
	margin-right: 255px;
	margin-left: 200px;
	padding-top: 13px;
	padding-bottom: 20px;
}
#menu #menu1 ul .search {
	padding-right: 0px;
}
#pesquisar {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 30px;
	position: absolute;
	top: 3px;
	right: 3px;
	height: 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

#searchform {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#searchsubmit {
	margin-top: 0px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#s {
	width: 30px;
	background-color: transparent;
	border: transparent;
	color: transparent;
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 20px;
	font-weight: normal;
	float: right;
	margin-top: 0px;
	position: relative;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	background-attachment: scroll;
	background-image: url(images/lupa.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	border:1px solid transparent;
}
#s:focus{
	width: 255px;
	border:1px solid #000;
	box-sizing: border-box;
	border-radius: 4px;
	color: #CCCCCC;
	background-color: #262525;	
}
#banner {
	width: 100%;
	z-index: 10;
	position: relative;
}
#banner img {
	height: auto;
	width: 100%;
}
#bannerp {
	width: 100%;
	z-index: 10;
	position: relative;
	margin-top: 65px;
	margin-bottom: -5px;
}
#bannerp img {
	height: auto;
	width: 100%;
}
#fundo-banner{
	background-attachment: scroll;
	background-image: url(images/fundo-banner.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 101px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -10px;
}
#galeria-inicial {
	width: 100%;
}
#galeria-inicial img {
	height: auto;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}
#galeria-inicial img:hover {
	opacity: 0.4;
}
#galeria-inicial li:hover .box-text {
  	height: 15%;
  	opacity: 0.7;
  	padding-top: 10px;
}
#galeria-inicial ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#galeria-inicial ul li {
	float: left;
	width: 14.28571428571429%;
	position: relative;
	height: auto;
	margin-bottom: -5px;
}
#galeria-inicial ul li .box-text .estrela-favoritos {
	float: right;	
	margin-right: 20px;
	height: 26px;
	width: 26px;
	opacity: 1;
}

#biografia-inicial {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 120px;
}

#biografia-inicial #biografia-foto {
	float: left;
	width: 36%;
	text-align: right;
}
#biografia-inicial #biografia-texto h1 {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 28px;
	color: #9dba98;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 10px;
	font-weight: normal;
}
#biografia-inicial #biografia-texto {
	float: left;
	width: 48%;
	padding-right: 8%;
	padding-left: 8%;
}
#biografia-inicial #biografia-texto p {
	font-family: Oswald, Arial, Verdana;
	font-size: 18px;
	color: #e7e6e6;
	line-height: 32px;
	padding-bottom: 5px;
	text-align: justify;
}
#biografia-inicial #biografia-texto a {
	color: #9dba98;
	text-decoration: none;		
}
#biografia-inicial #biografia-texto a:hover {	
	text-decoration: underline;	
}
#blog-inicial {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	padding-bottom: 100px;
}
#blog-inicial #blog-texto {
	float: left;
	width: 50%;
}
#blog-inicial #blog-facebook {
	float: left;
	width: 50%;
	text-align: center;
}
#blog-inicial #blog-texto h1 {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 28px;
	color: #cfbba0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	font-weight: normal;
}
#blog-inicial #blog-texto ul {
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/marcador.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#blog-inicial #blog-texto ul li {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 20px;
	color: #e6e6e3;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
}
#blog-inicial #blog-texto ul li a {
	color: #e6e6e3;
	text-decoration: none;
}
#blog-inicial #blog-texto ul li a:hover {	
	text-decoration: underline;
}
#footer {
	background-color: #171717;
	width: 100%;
}
#footer #footer1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer1 #footer-endereco {
	width: 32%;
	float: left;
	height: 250px;
}


#footer #footer1 #footer-endereco h1 {
	font-family: Oswald, Arial, Verdana;
	font-size: 28px;
	color: #d9d6d6;
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}
#footer #footer1 #footer-endereco h2 {
	font-family: Oswald, Arial, Verdana;
	font-size: 20px;
	color: #b3b2b2;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}
#footer #footer1 #footer-endereco h3 {
	font-family: Oswald, Arial, Verdana;
	font-size: 20px;
	color: #b6c4d6;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	font-weight: normal;
}
#footer #footer1 #footer-sociais {
	width: 34%;
	float: left;
	padding-top: 160px;
	padding-left: 5%;
}
#footer #footer1 #footer-logomarca {
	float: left;
	width: 18%;
	padding-left: 10%;
	padding-top: 60px;
}
#direitos-autorais {
	width: 100%;
}
#direitos-autorais #direitos-autorais1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#direitos-autorais #direitos-autorais1 h4 {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 12px;
	color: #706e6e;
	font-weight: normal;
	padding-right: 60px;
	margin-top: 28px;
	margin-bottom: 28px;
}
#main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: left;
	width: 780px;
	padding-right: 70px;
	padding-top: 30px;
	padding-bottom: 80px;
}
#sidebar {
	float: left;
	width: 350px;
	background-color: #171717;
	padding-bottom: 60px;
}
#main #content .image-left {
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#main #content p {
	font-family: Oswald, Arial, Verdana;
	font-size: 20px;
	color: #beb9b9;
	line-height: 35px;
	padding-bottom: 5px;
}
#main #content p a {
	color: #cfbba0;
	text-decoration: none;
}

#main #content h1 {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 30px;
	color: #e3e4e5;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 50px;
}
#main #content h1 a{
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 30px;
	color: #e3e4e5;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 50px;
}
#main #sidebar h1 {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #b1bdae;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
#main #sidebar ul {
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/marcador-sidebar.png);
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 60px;
}
#main #sidebar ul li {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 17px;
	color: #e6e6e3;
	line-height: 35px;
	padding-bottom: 10px;
	font-weight: normal;
}
#main #sidebar ul li a{
	color: #e6e6e3;
	text-decoration: none;	
}
#main #sidebar ul li a:hover{	
	text-decoration: underline;	
}
#main #sidebar #galeria-sidebar {	
	margin-bottom: 70px;	
}
#main #sidebar #galeria-sidebar ul{
	padding: 0px !important;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-type: none !important;	
	list-style-image: none !important;
	
}
#main #sidebar #galeria-sidebar ul li{
	float: left;
	width: 50%;		
	line-height: 0px !important;
	padding-bottom: 0px !important;	
}
#main #sidebar #galeria-sidebar ul li img{
	width: 100%;
	height:auto;			
}


#main #content .content-titulo {
	margin-top: 100px;
}
#main #content .content-titulo1 {
	margin-top: 60px;
}
#main #sidebar .foto-favoritos {
	margin-left: 30px;
}
#main #sidebar .facebook-sidebar {
	margin-top: 50px;
	margin-left: 30px;
}
#main #content h2 {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 24px;
	color: #b6c4d6;
	font-weight: normal;		
	padding-bottom: 20px;
	padding-left: 35px;
	margin-top: 60px;
	background-attachment: scroll;
	background-image: url(images/marcador-blog.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.entry-title {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 24px !important;
	color: #b6c4d6 !important;
	font-weight: normal;	
	margin-left: 15px;
	padding-bottom: 20px !important;
	margin-top: 60px !important;	
	margin-bottom: 20px !important;
	background-attachment: scroll;
	background-image: url(images/marcador-blog.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 35px;
	text-align:left !important;
	
}
#main #content h2 a {
	color: #b6c4d6;
	text-decoration: none;
}
#main #content h2 a:hover {
	color: #beb9b9;
}
#main #content .marcador-blog {
	display: inline-block;
}
#main #content .alignnone {
	margin-bottom: 20px;
	border: 1px solid #666666;
	padding: 10px;
}
#main #content iframe {    
    border: 1px solid #666666;
    padding: 10px;
}
#main #content .titulo-noticias {
	margin-top: 35px;
	margin-bottom: 0px;
}
#main #content .titulo-noticias1 {
	margin-top: 35px;
	margin-bottom: 20px !important;
}
#main-full {
	width: 100%;
	margin-top: 65px;	
	min-height:600px;
}
#main-full img {
	height: auto;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}
#main-full img:hover {
	opacity: 0.4;
}
.box-text {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	background-color: #171717;
	overflow: hidden;
	width: 95%;
	height: 0;
	transition: .5s ease;
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 22px;
	color: #bfbdbd;
	padding-top: 0%;
	padding-left: 5%;	
}
#main-full li:hover .box-text {
  	height: 40px;
  	opacity: 0.7;
  	padding-top: 10px;
}
.box-text.ativado{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;	
	
}
#main-full ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-full ul li {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
	margin-bottom: -5px;
}
.gallery-item{
	float: left;
	width: 46%;
	position: relative;
	height: auto;
	margin-bottom: 4%;
	margin-top: 0px;
	margin-right: 4%;
	margin-left: 0px;
}
.gallery-item img{	
	width: 96%;
	height:auto;	
	border: 1px solid #666666;
	padding: 2%;
}
#main-full ul li .box-text .estrela-favoritos {
	float: right;	
	margin-right: 20px;
	height: 26px;
	width: 26px;
	opacity: 1;
}
#box-categorias{
	width: 230px;
	position: fixed;
	z-index: 30;
	opacity: 0.95;
	left: -230px;
	top: 65px;
	bottom: 75px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background-color: #171717;	
}
#box-categorias h1 {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#box-categorias ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;	
	margin-left: 30px;
}
#box-categorias ul li {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 18px;
	color: #cfbba0;
	padding-bottom: 15px;
}
#box-categorias ul li a {
	color: #cfbba0;
	text-decoration: none;
}
#box-categorias ul li a:hover {
	color: #EAEAEA;
}
#box-categorias .bot-categorias {
	position: absolute;
	top: 45%;
	right: -46px;
	z-index: 15;
	cursor:pointer;
}
#box-categorias.opened{
	left: 0px;
}
#box-categorias ul.children{
	margin-left: 10px !important;
	margin-top: 15px;
}
#box-pedidos{	
	width: 100%;
	position: fixed;
	z-index: 30;
	opacity: 0.95;
	left: 0px;
	height: 155px;
	bottom: -159px;	
	background-color: #1c1814;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	border: 2px solid #303030;
	background-attachment: scroll;
	background-image: url(images/fundo-galeria.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
#box-pedidos ul li img{
	opacity: 1;
	transition: .5s ease;
}
#box-pedidos ul li img:hover{
	opacity: 0.5;	
}
#box-pedidos .bot-pedidos {
	position: absolute;	
	top: -46px;
	z-index: 35;
	left:47%;	
	cursor:pointer;
}
#box-pedidos.opened1{
	bottom: 0px;
}
#box-pedidos ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#box-pedidos ul li {
	float: left;
	height: 120px;
	width: 120px;
	background-color: #262525;
	margin-right: 20px;
	margin-top: 20px;	
}
#box-pedidos ul li img{   
    height: auto;
    width: 100%;    
}
#box-pedidos ul li p{   
    margin-top:0px;    
}
#main #bot-galeria {
	text-align: center;
}
#main .titulo-pedidos {
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 34px;
	font-weight: normal;
	color: #e3e4e5;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
}
#main p {
	font-family: Oswald, Arial, Verdana;
	font-size: 22px;
	color: #e3e4e5;
}
#box-favoritos {
	width: 100%;
	margin-top: 65px;
	background-color: #3a3939;
	min-height:240px;
	background-attachment: scroll;
	background-image: url(images/fundo-pedidos.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#box-favoritos img {
	height: auto;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}
#box-favoritos img:hover {
	opacity: 0.4;
}
#box-favoritos li:hover .box-text {
  	height: 17%;
  	opacity: 0.7;
  	padding-top: 10px;
}
#box-favoritos ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#box-favoritos ul li {
	float: left;
	width: 18%;
	position: relative;
	height: auto;	
	padding: 1%;
}
#box-favoritos ul li .box-text .estrela-favoritos {
	float: right;	
	margin-right: 20px;
	height: 26px;
	width: 26px;
	opacity: 1;
}
#main .margin-pedidos {
	margin-top: 80px;
}
#main form {
	text-align: center;
}
#main form .inputs {
	font-family: Oswald, Arial, Verdana;
	font-size: 30px;
	color: #e3e4e5;
	height: 65px;
	width: 60%;
	background-color: #3a3939;
	border: 1px solid #3a3939;
	margin-bottom: 30px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: normal;
}
#main form .selects {
	font-family: Oswald, Arial, Verdana;
	font-size: 30px;
	color: #e3e4e5;
	height: 65px;
	width: 62%;
	background-color: #3a3939;
	border: 1px solid #3a3939;
	margin-bottom: 30px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
#main form .textareas {
	font-family: Oswald, Arial, Verdana;
	font-size: 30px;
	color: #e3e4e5;
	height: 300px;
	width: 60%;
	background-color: #3a3939;
	border: 1px solid #3a3939;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	padding-top: 10px;
	padding-left: 20px;
}
#main form .fotos-escolhidas {
	font-family: Oswald, Arial, Verdana;
	font-size: 30px;
	color: #e3e4e5;
	min-height: 150px;
	width: 62%;
	background-color: #3a3939;
	border: 1px solid #3a3939;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-attachment: scroll;
	background-image: url(images/fundo-pedidosp.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#main form #box-enviar {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 80px;	
}
#main form #bot-enviar {
	background-color: #3a3939;
	height: 65px;
	width: 185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Oswald, Arial, Verdana;
	font-size: 28px;
	color: #e3e4e5;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 2px #171717;
	-moz-box-shadow:    2px 2px 2px 2px #171717;
	box-shadow:         2px 2px 2px 2px #171717;
	cursor:pointer;
}
#main form #bot-enviar1 {
	background-color: #3a3939;
	height: 65px;
	width: 185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Oswald, Arial, Verdana;
	font-size: 28px;
	color: #e3e4e5;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 2px #171717;
	-moz-box-shadow:    2px 2px 2px 2px #171717;
	box-shadow:         2px 2px 2px 2px #171717;
	cursor:pointer;
}
#main form #box-enviar1 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 90px;	
}
.fotos-escolhidas img {
	height: auto;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}
.fotos-escolhidas img:hover {
	opacity: 0.4;
}
.fotos-escolhidas li:hover .box-text {
  	height: 17%;
  	opacity: 0.7;
  	padding-top: 0px;
}
.fotos-escolhidas ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.fotos-escolhidas ul li {
	float: left;
	width: 18%;
	position: relative;
	height: auto;
	padding: 1%;
}
.fotos-escolhidas p{
	margin-top:0px;
	margin-bottom:0px;
}
.fotos-escolhidas ul li .box-text .estrela-favoritos {
	float: right;	
	margin-right: 20px;
	height: 26px;
	width: 26px;
	opacity: 1;
}
#main .form-contato {
	margin-top: 70px;
}
#main .contato-subtitulo {
	text-align: center;
}
.entry-content{
	padding-bottom:10px;
}
#status{
	margin-bottom: 60px;
	font-family: Oswald, Arial, Verdana;
	font-size: 22px;
	color: #b6c4d6;
	text-align: center;
}
#nome.error, #mensagem.error, #email.error, #telefone.error, #empresa.error, #finalidade.error{
	background: #171717 !important;
} 
.box-foto{
	float: left;
	width: 19%;
	position: relative;
	padding-top: 0%;
	padding-right: 0.5%;
	padding-bottom: 1%;
	padding-left: 0.5%;
}
.post-titulo{
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 18px;
	color: #FFF;	
}
.navigation{
	text-align: center;
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
}
.wp-paginate{
	width:300px;
	margin-bottom:15px !important;
}
.simplefavorite-button{
	float: right;
	margin-right:20px;
	cursor: pointer;	
}
.box-foto.active .box-foto{
	border: 1px solid #F00;    
}
.favorites-list li p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.favorites-list{
	margin-top: -1px !important;
}
.no-favorites{
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 20px;
	color: #FFF;
	padding-top: 20px !important;
	padding-left: 20px !important;	
}
.titulo-search{
	margin-bottom:0px !important;
}
.sidebar-facebook{	
	margin-left: 30px;	
}
.entry-content h3{
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 24px;
	color: #b6c4d6;
	margin-top: 80px;
	font-weight: normal;
}
.lista-favoritos a{
	display: none;
}
.nada-search .search-field{
	font-family: Oswald, Arial, Verdana;
	font-size: 30px;
	color: #e3e4e5;
	height: 65px;
	width: 50%;
	background-color: #3a3939;
	border: 1px solid #3a3939;
	margin-bottom: 30px;
	padding-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: normal;
}
.screen-reader-text{
	font-family: "Fjalla One", Arial, Verdana;
	font-size: 24px;
	color: #FFF;	
}
.titulo-busca{
	font-size: 30px !important;
	margin-top: 30px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
.subtitulo-busca{
	font-size: 24px !important;
}
.nada-search .search-submit{
	width: 160px;
	height:65px;
	background-color: #3a3939;
	color: #e3e4e5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 30px;
	font-family: "Fjalla One", Arial, Verdana;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px 2px #171717;
	-moz-box-shadow:    2px 2px 2px 2px #171717;
	box-shadow:         2px 2px 2px 2px #171717;
	margin-left: 10px;
	cursor: pointer;
}
.nada-search .search-form{
	text-align: left !important;	
}
.fb-comments iframe{
	padding:0px !important;
}
.logo-raw{
	margin-left:5px;
}
.simplefavorites-clear {
    background-color: #3a3939;
    height: 65px;
    width: 185px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Oswald, Arial, Verdana;
    font-size: 24px;
    color: #e3e4e5;
    font-weight: normal;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px 2px #171717;
    -moz-box-shadow: 2px 2px 2px 2px #171717;
    box-shadow: 2px 2px 2px 2px #171717;
    cursor: pointer;
	margin-top: 10px;
}
#main #content .attachment-medium {
    border: 1px solid #666666;
	padding: 1%;
}






@media (max-width: 1600px) {
	
.box-foto{    
    width: 24%;    
}	
#box-categorias {
	bottom: auto;
	padding-bottom: 10px;
}
	
	
}



@media (max-width: 1300px) {
	
#menu #menu1 {
    width: 100%;    
}
#menu #menu1 ul .logomarca {
    margin-right: 18%;
    margin-left: 18%;   
}
#menu #menu1 ul {    
    padding-left: 5%;
}
.simplefavorite-button {   
    margin-right: 10px;    
}
#pesquisar {    
    right: 3%;   
}
#biografia-inicial {
    width: 100%;    
}
#blog-inicial {
    width: 100%;    
}
#footer #footer1 {
    width: 100%;    
}
#footer #footer1 #footer-endereco {
    width: 33%;
    padding-left: 5%;
}
#footer #footer1 #footer-sociais {
    width: 28%;    
}
#direitos-autorais #direitos-autorais1 {
    width: 100%;    
}
#main {
    width: 100%;    
}
#content {    
    width: 60%; 
	padding-left: 7%;   
	padding-right: 5%;
}
#main #content .image-left {
    width:40%;
	height:auto;
}
#sidebar {
    width: 27%;
}
#main #content .alignnone {
    width:90%;
	height:auto;
}
.main-pedidos{
	width:90% !important;
	padding-left: 5%; 
	padding-right: 5%; 
}
#main #bot-galeria {
    padding-top:20px;
}
.fb-page{
	width:80%;
}
#main #content iframe {
    width: 95%;
}
#box-favoritos {    
    min-height: 240px;    
    background-image: none;    
}
#main form .fotos-escolhidas {    
    background-image: none;    
}
#direitos-autorais #direitos-autorais1 h4 {    
    padding-right: 110px;    
}



	
}

@media (max-width: 1200px) {
	
#menu #menu1 ul .logomarca {
    margin-right: 15%;
    margin-left: 15%;   
}
#biografia-inicial #biografia-foto {   
    width: 40%;    
}
#biografia-inicial #biografia-texto {    
    width: 44%;   
}
#blog-inicial #blog-facebook img{
    width: 80%; 
	height:auto;
}
.box-foto{   
    width: 32.3333333333334%;    
}
#content {    
    width: 60%; 
	padding-left: 5%;	   
}
#main #sidebar ul {   
    margin-right: 30px;    
    margin-left: 40px;
}
#main #content .attachment-medium {
    width:98%;
	height:auto;	
	max-width: 700px;
}


	
}


@media (max-width: 1050px) {
	

#menu #menu1 ul .logomarca {
    margin-right: 10%;
    margin-left: 10%;   
}
#blog-inicial #blog-texto h1 {    
    margin-top: 0px;    
}


	
}


@media (max-width: 950px) {	

#menu #menu1 ul .logomarca {
    margin-right: 7%;
    margin-left: 7%;   
}
#biografia-inicial {    
    padding-bottom: 50px;
}
#biografia-inicial #biografia-foto {   
    width: 100%; 
	float:none;   
	text-align: center;
	margin-bottom: 40px;
}
#biografia-inicial #biografia-texto {    
    width: 84%;  
	float:none;  
}
#galeria-inicial ul li {    
    width: 16.66666666666667%;    
}
#galeria-inicial ul li:nth-child(13),#galeria-inicial ul li:nth-child(14){
	display:none;	
}
#blog-inicial #blog-texto {
    float: none;
    width: 100%;
	margin-bottom: 70px;
}
#blog-inicial #blog-facebook {
    float: none;
    width: 100%;    
}
#blog-inicial #blog-texto ul {   
    margin-left: 4%;
	padding-right: 7%;
}
#main form .inputs {    
    width: 90%;    
}
#main form .selects {    
    width: 96%;    
}
#main form .fotos-escolhidas {    
    width: 96%;    
}
#main form .textareas {    
    width: 90%;    
}
#box-categorias ul li {
	padding-bottom: 10px;
}
#box-categorias ul.children {    
    margin-top: 10px;
}
#box-categorias h1 {    
    margin-bottom: 20px;
    
}

	
}


@media (max-width: 850px) {	


#menu #menu1 ul .logomarca {
    margin-right: 5%;
    margin-left: 5%;   
}
#menu #menu1 ul li {    
    padding-right: 6%;    
}
#footer #footer1 #footer-endereco {
	width: 84%;
	float:none;
	padding-top: 20px;
	padding-left:8%;
	padding-right:8%;
	text-align: center;
	height: auto;
}
#footer #footer1 #footer-sociais {
    width: 100%; 
	float:none; 
	padding-top: 0px; 
	padding-left: 0%; 
	text-align: center;
}
#footer #footer1 #footer-logomarca {
    float: none;
    width: 100%;  
	padding-bottom: 60px;  
	text-align: center;
	padding-left: 0%;
}
.box-foto{  
    width: 49%;    
}
#content {    
    width: 90%;
	float:none;	
	padding-left: 5%;
	padding-right: 5%;  
}
#sidebar {
    width: 90%;
	float:none;	
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;	
}
#main #sidebar .foto-favoritos {
	display:block;
	text-align: center;
	width: 90%;
	height:auto;
}
#main #sidebar .facebook-sidebar {
    text-align: center;
	width: 90%;
	height:auto;
}
.wp-paginate {    
    margin-left: 40% !important;
}
.box-text {	
	height: 40px;
	padding-top:10px;	
	opacity: 0.6;	
}


	
}


@media (max-width: 750px) {	

.bot-menu {
    display: block; 	
}
#menu #menu1 ul {
	display: none;
	padding-top:60px;
	padding-left: 20px;
	padding-bottom:30px;
	width:100px;
	background-attachment: scroll;
	background-image: url(images/fundo-categorias.png);
	background-repeat: no-repeat;
	background-position: left 65px;		
}
#menu #menu1 ul li {
    float: none;  		
}
#menu #menu1 ul .logomarca {
	padding-top: 13px;
	padding-bottom: 0px;
	position: absolute;
	left: 45%;
	top: 10px;
}
#galeria-inicial ul li {    
    width: 25%;    
}
.wp-paginate {    
    margin-left: 38% !important;
}


	
}



@media (max-width: 550px) {	

#galeria-inicial ul li {    
    width: 50%;    
}
#blog-inicial #blog-texto ul {   
    margin-left: 0%;
	padding-left: 50px;
}
#blog-inicial {    
    padding-top: 60px;
    padding-bottom: 60px;
}
#blog-inicial #blog-texto {    
    margin-bottom: 50px;
}
.box-foto{  
    width: 99%;    
}
#main #content .image-left {
	float: none;
	width: 80%;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}
#content {
    width: 84%;
    float: none;
    padding-left: 8%;
    padding-right: 8%;
}
#main #sidebar .foto-favoritos {
    margin-left: 5%;
}
#main #sidebar .facebook-sidebar {    
    margin-left: 5%;
}
#biografia-inicial #biografia-foto img{
    width: 75%;
	height:auto;    
}
#biografia-inicial {    
    padding-top: 50px;    
}
.wp-paginate {    
    margin-left: 20% !important;
	margin-top: 10px !important;
}




}

@media (max-width: 450px) {	

#menu #menu1 #logomarca {    
    left: 40%;    
}
.wp-paginate {    
    margin-left: 12% !important;	
}

}


@media (max-width: 350px) {	

.wp-paginate {    
    margin-left: 5% !important;	
}

}
