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

/* //////////// HIDE MOBILE ///////////// */
@media only screen and (max-width: 1000px) {
    .hide-mobile {
        display: none;
    }
}

/* //////////// FOOTER ///////////// */
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: rgba(255,255,255,0.1) !important
}
.wp-block-social-links .wp-social-link svg {
    width: 1.25em;
    height: 1.25em;
    margin-top: 15px !important;
}
.material #footer-outer #footer-widgets .col ul.wp-block-social-link li.wp-social-link,
.material #footer-outer #footer-widgets .col ul.wp-block-social-link li:first-child {
    padding: 15px 15px 10px 15px; !important;
}