/*
 Theme Name:   Elumine Child
 Theme URI:    https://wisdmlabs.com/elumine
 Description:  Elumine Child Theme
 Author:       Wisdmlabs
 Author URI:   https://wisdmlabs.com
 Template:     elumine
 Version:      1.0.0
 Tags:         elearning
 Text Domain:  elumine-child
*/

body{
}



/**
 *
 * Product Page
 *
 */

/* Group Registraion Options */
.single-product.woocommerce div.product form.cart {
	flex-direction: column;
	align-items: start;
}

/* Group Dashboard list */
.ldgr-group-item:hover {
  background-color: lightblue;
}

/* Fix float breaking the footer position in Firefox */
.woocommerce div.product {
	display: flex;
	justify-content: space-between;
}

/**
 * Hide RECAPTCHA badge
 */
.grecaptcha-badge { visibility: hidden; }

/**
 * Fix 'Re-Invite' button in groups view
 */
.wdm-reinvite.button {
	padding: 10px 15px;
}

/**
 * Hide an element
 */
.hidden {
	display: none;
}

/**
 * Secondary Navigation menu
 */
.navigation-secondary .menu > li {
  padding: 0px !important;
}

.navigation-secondary .menu > li:hover {
  padding: 0 10px !important;
}

.current_page_item a {
  color: white !important;
  font-weight: 700 !important;
}

/**
 * Mobile Menu
 */
.menu-mobile-container {
  background: #2bb8ff !important;
}

#mobile-menu .menu-link {
  color: #fff !important;
}

/**
 * Profile image
 */
.musago-profile-image-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.musago-profile-image-container .wp-user-avatar {
  border-radius: 50%;
  box-shadow: 0px 12px 16px rgba(0,0,0,0.4);
}

.musago-profile-image-edit-button {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 100%;
  margin-top: -25px;
  padding: 2px 16px;
  font-weight: bold;
}

.musago-popup-container {
  position: absolute;
  z-index: 1;
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 12px 16px rgba(0,0,0,0.4);
}

.musago-popup #wpua-preview-existing {
  display: none;
}

.musago-popup #wpua-remove-existing {
  font-size: 14px;
  font-weight: normal !important;
  padding: 4px 8px !important;
  background-color: grey !important;
}

.m-fadeOut {
  display: none;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m-fadeIn {
  display: block;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

/**
 * Quiz Results
 */
.ess-status {
  display: none;
}



