/*
 Theme Name:   Laborg Child Theme
 Theme URI:    http://estudiolaborg.com.br
 Description:  Tema Baseado no tema Salient
 Author:       João Henrique Amarante
 Author URI:   http://jhma.com.br
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salient-child
*/


/***
Codigos do ale
***/
.project-title {
    display: none!important;
}
body #page-header-bg h1, body #page-header-bg .subheader {
    display: none!important;
}
.nectar-slider-loading {
    background-color: #000!important;
    background-image: none!important;
}
.portfolio-items h3 {
    color: #fff!important;
}
.portfolio-items p {
    color: #000!important;
}
.work-info .vert-center p {
    color: #fff!important;
}

/***
Para corrigir os titulos
***/
.portfolio-items .work-item.style-4 .bottom-meta h3 {
    color: #000 !important;
}

.portfolio-items .work-item.style-4 .bottom-meta p {
    color: #0a0a0a !important;
}

/***
Para corrigir os social media buttons
***/
.nectar-social i {
    color: #000 !important;
}

.nectar-social > * {
    border-color: #000 !important;
}
/***
Para corrigir o hover no celular e ipad
***/
@media only screen and (max-device-width: 1080px) {
    .portfolio-items .work-item.style-4 .bottom-meta {
        bottom: 0!important;
    }
}
/**
Esconde botão do menu de acordo com a resolução
**/

@media only screen and (min-device-width: 1023px){
    nav > ul.buttons {display:none!important;}
}
@media only screen and (max-device-width: 1023px){
    nav > ul.sf-menus {display:none!important;}
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon  .lines-button.x2 .lines:after, .slide-out-widget-area-toggle[data-icon-animation="simple-transform"].mobile-icon .lines-button:after, header#top .slide-out-widget-area-toggle[data-icon-animation="spin-and-transform"].mobile-icon .lines-button.x2 .lines{
    background-color: #ff9000!important;
}

/***
Troca a cor da fonte da barra do toggle
***/
body .toggle h3 a {
    color: #000!important;

}

[class^="icon-"], [class*=" icon-"] {
    color: #000;
}

#slide-out-widget-area .inner > div:first-of-type {
    margin-top: 30px;
}