/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    visibility: hidden !important;
}


/***For gravity form***/
div#gf_progressbar_wrapper_1,div#gf_progressbar_wrapper_2, div#gf_progressbar_wrapper_3, h2.gform_title, p.gform_required_legend
{
    display:none!important;
}

input:focus{
    border-radius:50px!important;
	box-shadow:0 0 3px 3px #F4654E8F!important;
	border-color:#F4654E!important;
}
input:focus{
    border-radius:50px!important;
}
.gform_next_button, input[type="submit"] {
    background-color:#F4654E!important;
}
.gform-theme--api, .gform-theme--framework{
    --gf-ctrl-choice-check-color:#F4654E!important;
}
legend.gfield_label.gform-field-label{
    color:#F4654E!important;
}

#gform_wrapper_1,#gform_wrapper_2, #gform_wrapper_3{display:block !important}

div > span[onclick*="nitropack.io"] {
    display: none;
  }
  
  div > p > span[onclick*="nitropack.io"] {
    display: none;
  }
  
  /** Cookie Yes **/
.cky-consent-container{left:50% !important; bottom: 50% !important; transform: translate(-50%,50%) !important;}
.cky-consent-container:before{position: fixed;  background: rgba(0,0,0,.2);  left: -1000%;  right: -1000%;  top: -1000%;  bottom: -1000%;  content: "";  z-index: -1;}
.cky-btn-reject{border:none !important; position: absolute; top:0; right: 0; font-size:12px !important;}
