/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.wpsc-tickets-nav label {
  color: white;
  font-size: 14px !important;
}

.wpsc-header-nav label {
  color: white;
  font-size: 14px !important;
}

.wpsc-humbargar-title label {
  color: white;
  font-size: 14px !important;
}

.wpsc-ticket-list-tbl td {
  color: black;
  font-size: 1em !important;
}
.wpsc-ticket-list-tbl td .wpsc-tag {
  font-size: 11px !important;
  border-radius: 0 !important;
  font-weight: bold;
  padding: 5px 0;
  width: auto;
}

#wpsc-container .wpsc-shortcode-container {
  border-radius: 0;
}
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-it-body-item.wpsc-it-subject-container h2 {
  font-weight: bold;
  font-size: 16px;
}
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-filter-actions .wpsc-link,
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-editor-actions .wpsc-link {
  color: white;
  background-color: #446084;
  border-color: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  -webkit-transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: border 0.3s, background 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-filter-actions .wpsc-link:hover,
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-editor-actions .wpsc-link:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-filter-actions .action-devider,
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-editor-actions .action-devider {
  display: none;
}
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-thread {
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  background-color: #eeeeee;
  margin-bottom: 15px;
}
#wpsc-container .wpsc-shortcode-container .wpsc-it-body .wpsc-thread p {
  font-size: 12px !important;
}

/*# sourceMappingURL=style.css.map */
