/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
.site-footer {
    background: #888888bd
    color: #bbbbbb;
    font-size: 14px;
}
.footer-widgets {
    background: #8888; 
}

.site-footer .site-info {
    position: relative;
    text-align: center;
    padding: 35px 0px;
    background: #444c;
    font-weight: 500;
    color: #bbbbbb;
}
.site-footer .btt a {
    border-radius: 0px 20px 0 0;
    color: #999999;
    background: #444c;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 60px;
    top: -25px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 50px;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.sidebar .widget a {
    color: #bbbbbb;
    font-size: 14px;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 140px; /* fixed header height*/
  margin: -140px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}