/*
 Theme Name:   Reshet TV News
 Theme URI:
 Description:
 Author:       Erez Peretz
 Author2:      Miki Ziso
 Author URI:
 Template:     reshet_tv
 Version:      1.0.0
 License:
 License URI:
 Tags:
 Text Domain:
*/

a.post-edit-link {
    background-color: #000;
    padding: .25% 1%;
    border-radius: 20px;
    color: #fff!important;
    position: fixed;
    bottom: 10px;
    left: 1%;
    z-index: 199999;
    font-size: 16px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
    a.post-edit-link:hover{
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,.5);
}