/*
Plugin:          Nisar Themes > Item
Author:			 Nisar Abed
Author URI:		 https://www.nisar.it/
*/
/*------------------------------------------------------------------------ 
Menu Fixed | Share Social, Contatti, UP */

.menu_fixed {
    position:fixed;
    bottom:15px;
    right:10px;
    height:auto;
    width: auto;
    /* Margin Right > .js */
    margin:0px;
    padding:0px;
    float: none;
    clear: both;
    opacity: 0.8;
    z-index:10001;}

.menu_fixed ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    float: right;
    list-style: none;}

.menu_fixed ul li {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right:5px;
    color: rgb(139, 139, 139);
    border: 0px solid rgba(225, 225, 225, 0.2);
    background-color: rgba(225, 225, 225, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    transition: all 0.2s ease;}

.menu_fixed ul li:hover {
    border: 0px solid rgb(225, 225, 225);
    background-color: rgb(225, 225, 225);
    transition: all 0.2s ease;}

/* Menu Share */
.menu_fixed li.share_mf {position:static;}

/* Sub Menu */
.menu_fixed ul ul {
    width:0px;
    height: 52px;
    position: absolute;
    top:0px;
    right: 100%;
    padding-right:5px;
    overflow: hidden;
    transition: all 0.2s ease;}

/* Apri Sub Menu */
.menu_fixed ul li:hover ul {
    width: 320px;
    transition: all 0.2s ease;}

.menu_fixed ul ul li {
    float: right;
    margin-right:5px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    /*nascondi icone transition */
    margin-bottom:1000px;}

/* effetto comparsa voci menu share */
.menu_fixed ul ul.share_links_mf li {
    /* inizio - menu chiuso */
    height: 50px;
    width: 0px;
    opacity: 0;
    transition: all 0.2s ease;}

.menu_fixed ul li:hover ul.share_links_mf li {
    /* fine - menu aperto */
    height: 50px;
    width: 50px;
    opacity: 1;
    transition: all 0.2s ease;}

/* Links */
.menu_fixed a {
    position: relative;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;}

.menu_fixed a:link,
.menu_fixed a:active,
.menu_fixed a:visited,
.menu_fixed a:hover {
    outline: none;
    text-decoration: none;}

/* Pulsante Up */

.menu_fixed .pulse_up_mf a {
    position: absolute;
    width: 100%;
    height: 50px;
    font-size: 25px;
    line-height: 48px;
    color: rgb(139, 139, 139);
    background: transparent;}

.menu_fixed .pulse_up_mf a:hover {
    color: rgb(139, 139, 139);
    background: #fff;}

/* ----------------------------------------- 
Icone Font Awesome */

/* Icone */
.menu_fixed i {
    color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 50px;
    font-size: 25px;
    line-height: 50px;}

.menu_fixed a:hover i {color: rgba(0, 0, 0, 0.8);}

.menu_fixed ul.share_links_mf a:hover i {color: rgb(255, 255, 255);}

/* Color in Hover */
.menu_fixed li.share_mf .fab.fa-facebook-f:hover {background-color:#3460a1;}

.menu_fixed li.share_mf .fab.fa-twitter:hover {background-color:#28aae1;}

.menu_fixed li.share_mf .fab.fa-pinterest-p:hover {background-color:#cc2127;}

.menu_fixed li.share_mf .fab.fa-linkedin-in:hover {background-color:#136d9d;}

/* ----------------------------------------- 
Icone Bitmap (menu fixed old) */

.menu_fixed .icon_mf {
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;}

.menu_fixed .share_links_mf .icon_mf {background-color: #000;}
.menu_fixed .share_links_mf .icon_mf:hover {background-color: #fff;}

/* Mostra / Nascondi | Display: inline-block - none */

/* Intero Menu */
.menu_fixed,
/* Menu Share */
.menu_fixed .share_mf,
/* Contatti */
.menu_fixed .contacts_mf,
/* Pulsante Up */
.menu_fixed .pulse_up_mf {display: inline-block;}

/* JS Default - Open / Close Menu Share */
#open_share_links_mf {display: block;}
#close_share_links_mf {display: none;}

/* ----------------------------------------- 
Media */

@media (max-width: 568px) {

    /* Sub Menu */
    .menu_fixed ul ul {
        height: 160px;
        top:-110px;
        transition: all 0.0s ease;}

    /* Apri Sub Menu */
    .menu_fixed ul li:hover ul {
        width: 120px;
        transition: all 0.0s ease;}

    .menu_fixed ul ul li {
        /*nascondi icone transition */
        margin-bottom:5px;}

    /* effetto comparsa voci menu share */
    .menu_fixed ul ul.share_links_mf li {
        /* inizio - menu chiuso */
        transition: all 0.0s ease;}

    .menu_fixed ul li:hover ul.share_links_mf li {
        /* fine - menu aperto */
        transition: all 0.0s ease;}
}
