/*
Theme Name: Lanzerac
Description: Child theme for Avada theme
Author: ElectricEgg
Author URI: https://electricegg.net
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e5e5e5e6;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content a:hover {
	text-decoration: underline;
}