/*
Theme Name: Nabutok Project
Theme URI: https://khrystev.dev/
Author: Roman Khrystev
Author URI: https://khrystev.dev/
Description: HR MANAGEMENT CEO RECRUITMENT
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
  .form {
    position: relative;
  }
  
  .wpcf7-response-output {
    position: absolute;
    background-color: rgba(255,255,255,.9);
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem!important;
    display: none; 
    text-align: center;
    display: flex;
  }

  .wpcf7 form.invalid .wpcf7-response-output {
    top: 100%;
    bottom: auto;
  } 
.input {
  position: relative;

}
.input input {
  outline: none;
  border-radius: 0;
  
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 220%;
  left: 0;
  font-size: 14px;
}

.submit:hover::before {
  width: 65%!important;
}

.expertise {
  overflow: hidden;
}