/*!
Theme Name: Hive group
Author: Redlab
Author URI: https://redlab.bz/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hive
*/

.admin-bar header {
    margin-top: 32px;
}

@media (max-width:782px){
    .admin-bar header {
        margin-top: 46px;
    }
}

.styleBoxes > form { 
    pointer-events: auto; 
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}