/*
Bem-vindo ao CSS Personalizado!

Para saber como isso funciona, veja http://wp.me/PEmnE-Bt

/* Slider Texto */
.flexslider .caption .element1-1 {
	margin-top: 22%;
}

.flexslider .caption h1 {
	font-size: 37px;
}

.flexslider .caption h2 {
	font-size: 22px;
}

/* Logomarca */
.l-header {
	position: relative;
}

.w-logo {
	position: relative;
	z-index: 101;
}

.l-header:after {
	position: absolute;
	background: transparent url(http://goldservicebsb.com.br/files/logo_gold_efeito.png) no-repeat top left;
	top: -1px;
	left: -3px;
	width: 362px;
	height: 188px;
	z-index: 1000;
	display: block;
	content: "";
}

@media (max-width: 1100px) {
	.l-header:after {
		display: none;
	}
}

.entry-content-asset .issuuembed {
	width: 100% !important;
}

/* Sombra na imagem da pagina interna */
.l-main {
	margin-bottom: 70px;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	z-index: 2;
}

/* Mudadr a cor do overlay no portifolio 
.w-portfolio-item-hover::before {
	background-color: #d68630;
	content: "";
	display: block;
	height: 100%;
	opacity: .75;
	width: 100%;
}
*/
/* Opacidade dos parallax */
.l-subsection.color_dark:after {
	background-color: rgba(0,0,0,0.0);
}

/* Fundo do site 
.l-section,.l-preloader,.g-hr-h i,.color_primary .g-btn.type_primary,.w-blog.imgpos_atleft .w-blog-entry-meta-date,.w-clients-itemgroup,.w-clients-nav,.w-tabs-item.active,#supersized li,#prevslide,#nextslide,.flex-direction-nav span {
	background-image: url(http://gestecnologia.com.br/files/bodybg.png);
	background-color: #ffffff;
}

*/
/* Borda no portfolio 
.w-portfolio-item-image:before {
	background: transparent url(http://graficaopcao.com.br/files/borda_servicos.png) no-repeat top right;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: 0;
}

*/
/* fundo menu 
.banner, .l-header {
	background-image: url(http://i0.wp.com/aldriguescandido.adv.br/files/pattern.png);
	background-repeat: repeat;
}

*/
/* Tirar o titulo no portifolio 
.w-portfolio-item-title {
	font-size: 22px;
	line-height: 28px;
	color: #cf8e48;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

*/
/* Borda nos sliders 
#contato 			.l-subsection:after {
	position: absolute;
	content: "";
	height: 19px;
	width: 100%;
	top: 0;
	left: 0;
	background: url(http://s1.sinnu.com.br/fluxcolegio/wp-content/uploads/sites/19/borda_slider_down.png) repeat-x;
}

#eventos .l-subsection:before {
	position: absolute;
	content: "";
	height: 19px;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	left: 0;
	background: url(http://s1.sinnu.com.br/fluxcolegio/wp-content/uploads/sites/19/borda_slider.png) repeat-x;
}

*/