/*
Theme Name: Comelooks
Theme URI: http://themelooks.com/demo/comelooks/wordpress/comelooks/
Author: themelooks
Author URI: http://themelooks.com/
Description: Comelooks is a Material Design Multipurpose Business and Agency wordpress theme designed for All kinds of Business and Creative Agency. Anyone can easily update/edit this wp theme to follow our Well Sorted Documentation.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: comelooks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

    .flot-links{

        position: fixed;
        z-index: 99999;
        width: 130px;    
        font-size: 18px;
        right: 0;
        margin-top: -150px;
        border-radius: 3px;
        margin-left: 10px;
    }
    html[dir="rtl"] .flot-links
    {
        left: 0;
        right: auto;
    }

    .flot-links a{
        color: #a79f0f;
        padding: 3px;

    }
    .flot-links .pipSign{
        color: #a79f0f;
    }
    
    .flot-links a:hover{
        color: #e8eaed;
    }
    /*.flot-links:hover{
        margin-right:0px;
    }*/
    /*.flot-links:hover{
        left: 96.5%;
    }*/
    /*.flot-links ul{
        background: #a79f0f;
        list-style-type: none;
        margin-left: -38px;
    }
    .flot-links ul li{
        border: 1px solid;
        margin: 10px;
        padding: 8px 4px;
    }
    .flot-links ul li a{
        color: white;
    }*/
    /*.flot-links ul li:nth-child(1){ background: #FFC000; margin-bottom: 40px;}
    .flot-links ul li:nth-child(2){ background: #00B050; }
    .flot-links ul li:nth-child(3){ background: #0070C0; }
    .flot-links ul li:nth-child(4){ background: #C55A11; }
    .flot-links ul li:nth-child(5){ background: #C00000; }*/