/*
Theme Name:   Flex Mag Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Flex Mag Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     flex-mag
Version:      1.0.7
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  flex-mag-child
*/

.fly-menu-auth-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px 30px 20px;
    z-index: 100;
    border: 0;
}

.fly-menu-auth-label {
    border-top: 1px solid #565656;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 12px;
    padding-top: 20px;
    margin-top: 20px;
}

.fly-menu-auth-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px;
    border: 0;
    background-color: #767676;
    color: #fff !important;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.fly-menu-auth-link:hover {
    background-color: #114561 !important;
    color: #fff !important;
}