hr {
    max-width: 60px;
    margin: 40px 0;
}

#wpbody {
	display: none;
}

#wpcontent {
    padding-left: 80px;
    min-height: 100vh;
}

.drift-hi.index-php #wpcontent {
    background: #101010;
}

#custom-dashboard {
    opacity: 0;
    height: 0;
}

.logo-dashboard {
    margin-top: 30px;
}

.titulo-dashboard, .contatos > p {
	text-transform: uppercase;
}

.contatos h2, .contatos h3, .contatos p {
    font-size: 16px;
}

.titulo-dashboard h2 {
	color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5;
}

.titulo-dashboard span{
	color: #0f0;
}

#custom-dashboard p {
	color: #fff;
}

#custom-dashboard h3 {
	color: #0f0;
	margin-bottom: 0;
    font-weight: 500;
}

.detalhe-dashboard {
    position: absolute;
    right: 0;
}

.item-contato a {
    text-decoration: underline;
    color: inherit;
}

.icones-midias {
    margin-top: 13px;
}

.icones-midias > a {
    text-decoration: none;
    margin-right: 5px;
}

.icones-midias > a:focus {
    box-shadow: none;
}

.item-contato p {
    margin-top: 5px;
}

.tutoriais-container {
    float: left;
}

.tutoriais-container .tutos-linhas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tutoriais-container a:focus {
    box-shadow: none;
}
.tutoriais-container a img {
    margin: 0 20px 20px 0;
    -webkit-transition: box-shadow .35s ease;
    transition: box-shadow .35s ease;
}

.tutoriais-container a img:hover {
    box-shadow: 0 0 9px 0 #0f0;
}

.tutoriais-container h2 {
    font-size: 30px;
    color: #0f0;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
}

@media screen and (max-width: 782px) {
    
    .logo-dashboard {
        margin-top: 70px;
    }
    
    .detalhe-dashboard {
        opacity: .2;
    }
}