/*
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... */

.sihw_bpknop {
    margin-top: -60px;
    float: right;
    padding: 11px !important;
    background: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    outline: 0;
    text-align: center;
    text-decoration: none;
    width: auto;
    line-height: 1;
}
