/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.bottombtn {
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    padding: 15px;
    width: 100%;
    text-align: center;
    display: none;
}
.callnow_bootom {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    color: #FFF;
    display: inline-block;
    font-size: 106%;
    font-weight: 700;
    padding: 10px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    text-transform: uppercase;
}
@media (max-width: 767.98px){
.bottombtn {
    display: block !important;
}
}