/* 
Theme Name: Rigel 
Theme URI: http://rigel.radiuzz.com
GitHub Branch:    master
Description: Rigel - For creative agencies & studios
Author: Nodari ch
Author URI: http://radiuzz.com
Version: v1.0.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Details URI: http://hb-themes.com/changelog/highend

Developed and designed by Nodari ch
All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html
*/

@media screen and (max-width: 992px){
.stickybtn-call {
  background-color : #029804;
  color: white;
  padding: 10px 20px;
  font-size:20px;
  display:block;
  text-align:center; 
  box-shadow: 0 -1px 3px rgba(0,0,0,.7);
}
.stickybtn-call:hover{color:yellow;}

#stickybtn {
  position: fixed;
  bottom: 0;
  right: 0;
  width:100%;
  z-index:1000;
}

#stickybtn i{margin-right:5px; }
}