/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.publisherText {
  color: var(--awb-color2);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.15px;
}

.author {
  margin-right: 32px;	
  color: var(--awb-color2);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.15px;
}

.date {
  margin-right: 32px;
  color: var(--awb-color2);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: -0.15px;
}

.category {
  color: var(--awb-color2) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 150% !important; /* 22.5px */
  letter-spacing: -0.15px !important;
}

.content-list-wrapper {
  background-color: var(--awb-color6);
  display: flex;
  /* width: 225px; */
  padding-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 141%; /* 19.74px */
}

.content-list {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  padding-left: 8px;
  padding-right: 8px;
  background-color: inherit;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}

.content-list li.active {
  background-color: var(--awb-color5) !important;
  /* Add any other styles for the "active" class here */
}

.cuprins {
  color: #000;
  font-family: Inter !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 141% !important; /* 21.15px */
}
