.txlp-items-wrap hr.txlp-hr {
  background-color: #ebeae6;
  border: 0 none;
  color: #ebeae6;
  height: 1px;
  margin: 0.5em 0 0.4em;
}

.txlp-items-wrap ol.txlp-ol, .txlp-items-wrap ul.txlp-ol {
  display: inline-block !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

.txlp-items-wrap ol.txlp-ol li.txlp-category,
.txlp-items-wrap ol.txlp-ol li.txlp-tag,
.txlp-items-wrap ol.txlp-ol li.txlp-favrt
{
  background-color: #e5e1d6;
  box-shadow: 0 -3px 0 #dcd6c6 inset !important;
  color: black !important;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}

.txlp-items-wrap ol.txlp-ol li.txlp-category-selected,
.txlp-items-wrap ol.txlp-ol li.txlp-category-selected,
.txlp-items-wrap ol.txlp-ol li.txlp-category-selected{
  background-image: none;
  box-shadow: none;
  color: #fff;
}

.txlp-items-wrap ol.txlp-ol li.txlp-category,
.txlp-items-wrap ol.txlp-ol li.txlp-tag,
.txlp-items-wrap ol.txlp-ol li.txlp-favrt
{
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.97em;
  font-weight: 600;
  margin: 0.5em 0.2em !important;
  padding: 0.5em 2em;
  position: relative;
  text-transform: capitalize;
}

.txlp-items-wrap ol.txlp-ol li.txlp-selected {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    background-color: #ff9302;
    background-image: none;
}

.txlp-items-wrap p.txlp-category-heading,
.txlp-items-wrap p.txlp-tag-heading,
.txlp-items-wrap p.txlp-favrt-heading
 {
  font-weight: bold;
  margin: 1em 0 0 !important;
  padding: 0 !important;
}

.txlp-items-wrap h2.txlp-item-heading {
  font-size: 1.8em !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: -9px 0 10.8px;
  padding: 0 0 10.08px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.txlp-items-wrap .txlp-item-title {
  font-weight: 600;
  margin-top: 0.83em;
  margin-bottom: 0.375em;
  font-size: 22px;
}

.txlp-items-wrap .txlp-item-terms {
  border-bottom: 1px solid #ebeae6;
  border-top: 1px solid #ebeae6;
  font-size: 0.7em;
}

.txlp-items-wrap .txlp-item-terms span.txlp-item-term {
  background-repeat: no-repeat;
  background-size: initial;
  color: #000;
  display: inline-block;
  padding: 0.5em 1em 0.5em 0.5em;
  position: relative;
  text-transform: capitalize;
}

.txlp-items-wrap .txlp-items {
    margin-top: 45px;
}

.txlp-items-wrap  .txlp-item-inner{
    margin-top: 1.5em;
}

.txlp-items-wrap .txlp-item-term .fa {
  padding-right: 4px;
}

.txlp-items-wrap .txlp-item-link-label{
    font-weight: bold;
    text-transform: capitalize;
}

.txlp-items-wrap .txlp-selected-term{
  color: #ff9302 !important;
}

.txlp_assign_author_favrt span{
  padding-right: 10px;
}

.txlp-branding p{
  text-align: right;
  color: #bbb;
  font-size: 12px;
}

.txlp-branding p span{
  font-weight: 400;
  color: #bbb;
  font-size: 12px;
}


.txlp-branding p a{
  font-weight: 600;
  color: #bbb;
  font-size: 12px;
}