/*
Theme Name: Ridius Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: ridius
Text Domain: ridius-child
*/

/* Mega menu */
body .primary-nav ul li .mega-menu-container.wgl-e-container {
	border-radius: 10px;
	padding-top: 20px;
}


/* Anchor links */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  position: relative;
  z-index: -1;
}

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

/* Forms*/
:root {
	--wpforms-field-size-input-height: 52px !important;
	--wpforms-button-background-color: var(--ridius-button-bg-idle) !important;
	--wpforms-button-text-color: var(--ridius-button-color-idle) !important;
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    /*background-color: var(--ridius-button-bg-idle) !important;
    border-color: var(--border-color) !important;
    color: var(--ridius-button-color-idle) !important;*/
    font-size: 1em !important;
    padding: 18px 30px !important;
	height: auto !important;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	text-transform: uppercase;
}