/*
Theme Name: Creatus Child
Description: Child theme for Creatus theme
Author: Themezly
Author URI: http://themezly.com/
Template: creatus
Version: 1.0.0
Text Domain: creatus
*/

body .gform_wrapper select, body .gform_wrapper textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

.thz-mobile-menu .has-children {
    position: relative;
}

.thz-mobile-menu .has-children .temp_link {
    display: inline-block;
    width: 80%;
    position: absolute;
    z-index: 999;
    top: 0;
    cursor: pointer;
}

.cookies-set #cookie-notice {
  opacity: 0 !important;
  pointer-events: none !important;
  position: fixed;
  bottom: 100vh;
  z-index: -99999;
}