/*
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
*/

.header-design-element {
    display: inline-block;
    margin-left: 20px; /* Adjust spacing from logo */
    vertical-align: middle;
}

.header-design-element img {
    height: 40px; /* Adjust size as needed */
    width: auto;
    opacity: 0.8; /* Optional: adjust opacity */
}

/* Ensure it scales properly with the shrinking header */
.small-nav .header-design-element img {
    height: 30px; /* Adjust for shrunk header state */
}

/* Hide on mobile if needed */
@media only screen and (max-width: 1000px) {
    .header-design-element {
        display: none;
    }
}





