/*
Theme Name:     BiT
Theme URI:
Description:    Kadence child theme.
Author:         Me
Author URI:
Template:       kadence
Version:        0.1.0
*/

.hidden{
    /*visibility: hidden;*/
}

.bit-close{
    position: absolute;
    right: 20px;
    top:20px;
}

.bit-modal{
    position: absolute !important;
    top:50%;
    left:-2000px;
    width: 70%;
    background: #fff;
    z-index: 1000;
}