body.login div#login h1 a {
	background-image: url(../images/logo.png);
	color: #999;
	height: 84px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 25px;
	padding: 0;
	text-decoration: none;
	width: auto;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
	background-size: 140px;
}

.wp-core-ui .button-primary {
	background: black;
	border-color: black;
	-webkit-box-shadow: inset 0 0px 0 black;
	box-shadow: inset 0 0px 0 black;
	color: #fff;
	text-decoration: none;
	border-radius: 0px;
	text-shadow: none !important;
}

.wp-core-ui .button-primary:hover {
	background: #ffffff;
	border-color: black;
	-webkit-box-shadow: inset 0 0px 0 black;
	box-shadow: inset 0 0px 0 black;
	color: #000;
	text-shadow: none;
	font-weight: 700;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	border-color: black;
	-webkit-box-shadow: 0 0 0px black;
	box-shadow: 0 0 0px black;
}

.login .message {
	border-left: 4px solid black;
	background-color: #fff;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .1);
}

#footer-thankyou {
	display: none !important;
}

.adicionar-linha {
	cursor: pointer;
	margin-bottom: 37px;
	font-size: large;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.linha-menu {
	margin-bottom: 25px;
}

.link {}

.fotopreview {
	height: 38px;
	width: 38px;
	vertical-align: top;
	margin-left: 50px;
}

.apagar-linha {
	cursor: pointer;
	display: block;
	float: right;
}

.upload-btn {
	background-color: #0073AA !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: white !important;
	height: 38px !important;
}