/*
Você pode adicionar seu próprio CSS aqui.

Clique no ícone de ajuda acima para saber mais.
*/

@font-face {
font-family: Palatino;
src:url("http://fengshuibrasil.com.br/wp-content/themes/wpdanceestut/fonts/Palatino.ttf");
	
}


h1{
	color: #0373a3;
	font-size:50px;
	font-family: Palatino;
	
}

h2{
	color: #0373a3;
	font-size:24px;
	font-family: Palatino;
}

h3{
	color: #0373a3;
	font-size:22px;
	font-family: Palatino;
}

p{

	font-size:14px;}

a{
	color: #b79b2a;
	font-size:14px;
	text-decoration: underline;
}

.link-special{
	color: #b79b2a;;
	font-size:14px;
}

.site-logo {
	margin-left: -50px;
	margin-top: 20px;
}


.site-header-top {
	visibility: hidden;
	background-color: white;
}

.site-header-main{
	top:-70px;
	background-color: #ffffff !important;
}

#masthead{
	height: 175px;
	background-color: white;
}

.breadcrumb-wrap{
	height:0px;
	visibility: hidden;
}

.site-footer{
background-image:none; }


/*RIBBOW*/

.line-first-00{
	position: relative !important;	
}

.line-first-01 {
background: linear-gradient(to right, rgba(0,143,193,0), rgba(172,217,232,1));
	position: relative !important;
	height: 180px !important;
}

.line-first-01-mobile{
	background: linear-gradient(to right, rgba(0,143,193,0), rgba(172,217,232,1));
	
}



.wallpaper-box-1{
	width: 23%;
}

.wallpaper-box-2{
	position: absolute !important;
	width: 33%;
	left: 30%;
	top: 20px;
}

.wallpaper-box-3{
	position: absolute !important;
	width: 53%;
	right: -10% !important;
}
.wallpaper-thumbnail-1 img {
	  position: relative !important;
    
  top: -20px!important;  
	left: -20% !important;
} 

::placeholder { 
    color: #000;
}

input[type="email"] {
    background-color: #fff!important;
}


 

@media screen and (min-width: 0px) and (max-width: 959px) {
		.linha-para-mobile{
			display:block;
	}
	
	.linha-para-desktop{
			display:none;
	}
	
	.line-first-01-mobile { 										display:block;
	}
	
	.line-first-01 { 
			display: none;
	}
}  


@media screen and (min-width: 960px) and (max-width: 1920px) {
	.linha-para-mobile{
			display:none;
	}
	
	.linha-para-desktop{
			display:block;
	}
	
	.line-first-01-mobile { 
			display:none;
	}
	
	.line-first-01 { 
		display: block;
	}
}
.wd-footer-bottom {
	background:#8c752e !important;
}

