/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Menu principal */
@media (min-width: 1000px) {
    #header-outer #logo {
        transition: none !important;
    }

    #header-outer.small-nav #logo {
        overflow: hidden;
        /* transition: all 0.5s ease-in-out; */
    }

    #header-outer.small-nav #top .span_3 {
        display: block;
    }

    #header-outer #top .span_3 #logo .stnd {
        display: block;
        opacity: 1;
        transition: none;
    }

    #header-outer.small-nav #top .span_3 #logo .stnd {
        display: block;
        position: absolute;
        /* height: 0; */
        opacity: 0;
        transition: none;
    }

    #header-outer #top .span_3 #logo .mobile-only-logo {
        display: block;
        /* height: 0; */
        opacity: 0;
        /* transition: opacity 0.5s ease-in-out; */
        transition: none;
    }

    #header-outer.small-nav #top .span_3 #logo .mobile-only-logo {
        display: block;
        width: 240px;
        height: 73px;
        opacity: 1;
        /* transition: opacity 0.5s ease-in-out; */
        transition: none;
    }
}

@media (max-width: 999px) {
    body #header-outer {
        padding: 0;
        background-color: #ffa500;
    }

    body #top #logo img {
        height: 50px !important;
    }
}

/* Texto pequeno */
.creditos {
    font-size: 16px;
    line-height: 22px;
}