/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.grecaptcha-badge{
	visibility: collapse !important;  
}

.jarallax {
    transition: none !important;
}

/* Width buttons in the pricing tables */
.elementor .pricing-btn .elementor-button { 
	max-width: 213px; width: 100%; 
}

.quadmenu-sticky-wrapper .quadmenu-navbar-collapse {
/* 	background-color: rgba(0, 0, 0, 1); */
/* 	background-image: linear-gradient(0deg, rgba(0, 0, 255, 0.5), rgba(255, 0, 0, 0.5)); */
	
}

.quadmenu-sticky-wrapper #quadmenu.quadmenu-default_theme.quadmenu-background-gradient {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}