/*
Theme Name: Child Sydney
Version: 1.0
Description: A child theme of Sydney
Template: sydney
*/

@import url("../sydney/style.css");

/* PARA ESCONDER OS CREDITOS DO RODAPE */

.site-footer {
		display:none; /* Display none esconde div creditos */
}

/* PARA O LINK 1 - CONTATO */

a.linkum:link {
	font-size:17px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
a.linkum:visited {
	font-size:17px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
a.linkum:hover {
	font-size:17px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/* PARA O LINK 2 - RODAPE - LINK BRANCO*/

a.linkdois:link {
	font-size:16px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.linkdois:visited {
	font-size:16px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.linkdois:hover {
	font-size:16px;
	color: #767676;
	font-weight: normal;
	text-decoration: underline;
}

/* PARA O LINK 3 - RODAPE ABAIXO DOS ICONES LINK PRETO*/

a.linktres:link {
	font-size:16px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.linktres:visited {
	font-size:16px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.linktres:hover {
	font-size:16px;
	color: #444444;
	font-weight: normal;
	text-decoration: underline;
}

/* PARA O LINK 4 - RODAPE ABAIXO DOS ICONES LINK AZUL*/

a.linkquatro:link {
	font-size:16px;
	color: #e31e25;
	font-weight: bold;
	text-decoration: none;
}
a.linkquatro:visited {
	font-size:16px;
	color: #046ec3;
	font-weight: bold;
	text-decoration: none;
}
a.linkquatro:hover {
	font-size:16px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/* FADE */

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
   
.fade:hover {
   opacity: 0.6;
}

/* distancia entre o topo menu e a linha xadrez */
.page-wrap {
    padding: 0px 0 0px !important;
	clear: both;

/* Tamanho do logo */
.site-logo {
		max-height: 130px !important;
	}