/* hide the text about Number of members need to be greater than or equal 2*/

#eb-number-group-members .eb-message {
  display: none;
}
#eb-number-group-members .eb-form-heading {
  display: none;
}


/* background color of main event list page (until we use another style template)*/
.site.com_eventbooking.view-category {
  background-color: aliceblue;
}

/* set orange to message about no more available seats for registration on events list page*/
.site.com_eventbooking .eb-event-container .text-info.eb-notice-message {
  color: orange !important;
}

/* rearrange so that latest event is first in the list. This is temp to show Sold Out */
.site.com_eventbooking .wn-sp-main-body .eb-events-timeline {
    display: flex;
    flex-direction: column-reverse !important;
}


/* in event booking the top image to be stretched without padding
.site.com_eventbooking .header .grid-child {
  padding: 0px;
}
*/

.com-eventbooking {
  form#adminForm {
    #field_organization {
      display: none;
    }
  }
}
/*
.com-eventbooking.ru-ru {
  form#adminForm {
    
    #field_first_name .star:before {
      color: white;
      content:"First Name:";
    }
    #field_last_name .star:before {
      color: white;
      content:"Last Name:";
    }
    #field_organization .star:before {
         color: white;
         content:"Organization:";
    }
    #field_address .star:before {
      color: white;
      content:"Address:";
    }
    #field_city .star:before {
      color: white;
      content:"City:";
    }
    #field_zip .star:before {
      color: white;
      content:"Zip:";
    }
    #field_country .star:before {
      color: white;
      content:"Country:";
    }
    #field_state .star:before {
      color: white;
      content:"State:";
    }
    #field_phone .star:before {
      color: white;
      content:"Phone:";
    }
    #field_email .star:before {
      color: white;
      content:"Email:";
    }
  }
}
*/