/*
Theme Name: Presence Child
Theme URI: https://www.wpzoom.com/themes/presence
Template: presence
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

/* LinkedIn Widget */
.header-widgets {
    float: right;
    text-align: right;
}

/* LinkedIn Widget */
.header-widgets-area {
    display: flex;
    justify-content: flex-end;
}

/* LinkedIn Widget */
#header-social, .header-social-icons, .social-icons-area {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

/* LinkedIn Widget */
.wpzoom-social-icons-list {
    display: flex !important;
    justify-content: flex-end;
}