.menu-social-sidebar {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
}

.menu-social-sidebar.active {
    left: 0;
}

.menu-social-content {
    padding-top: 20px;
    background: white;
}

#menu-social-close {
    font-size: 60px;
    color: black;
    cursor: pointer;
    float: right;
    margin-top: -12px;
    margin-bottom: -25px;
	margin-right: 20px;
}

.menu-social-overlay {
    margin-left: 300px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
    z-index: 9998;
}

.menu-social-sidebar.active .menu-social-overlay {
    display: block;
}
