.widget ul {
  list-style: none;
}

.widget > ul,
.widget .menu {
  margin: -15px 0 10px;
}

.widget ul li,
.widget ol li {
  padding: 7px 0;
  color: #9f9f9f;
}

.widget ul li a,
.widget ol li a {
  position: relative;
  color: #9f9f9f;
}

.widget ul li > a:first-child,
.widget ol li > a:first-child {
  padding-right: 5px;
}

.widget ul li a:empty,
.widget ol li a:empty {
  display: none;
  padding-right: 0;
}

.widget ul li a:hover,
.widget ol li a:hover {
  color: var(--brand-primary);
}

.widget ul li ul {
  padding: 5px 0 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 15px;
}

.widget ul li li:last-child {
  padding-bottom: 0;
}

.widget_meta abbr[title] {
  border-bottom: none;
}

.brk-info-menu .widget_recent_entries > ul,
.brk-info-menu .widget_recent_comments > ul,
.brk-info-menu .widget_meta > ul,
.brk-info-menu .widget_archive > ul,
.brk-info-menu .widget_pages > ul {
  margin: 0 -20px;
}

.brk-info-menu .widget > ul,
.brk-info-menu .widget .menu {
  margin: 15px 0 10px;
}

/* others style */
.widget_categories.brk-form-strict .jq-selectbox,
.widget_archive.brk-form-strict .jq-selectbox {
  margin-top: 0;
  margin-bottom: 15px;
}

.widget_archive.brk-form-strict .jq-selectbox__dropdown ul {
  margin: 0;
}

/* Widget Calendar */
.widget_calendar {
  margin-bottom: 10px;
}

.brk-info-menu .widget_calendar table {
  margin-top: 20px;
}

.widget_calendar table {
  width: 100%;
  box-shadow: none;
}

.widget_calendar table thead {
  box-shadow: none;
  border-bottom: 3px solid #d9d9d9;
  display: table-header-group;
}

.widget_calendar table caption {
  caption-side: top;
  text-align: center;
  padding-bottom: 10px;
}

.widget_calendar table tbody tr {
  display: table-row;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  box-shadow: none;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

.widget_calendar tfoot td {
  border: 0;
}

.widget_calendar th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}

.widget_calendar td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.widget_calendar td a {
  color: var(--brand-primary, #2775ff);
  font-weight: bold;
}

/* widget_nav_menu */
.widget_nav_menu li {
  line-height: normal;
}

/* widget_tag_cloud */
.widget_tag_cloud {

}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -5px 10px;
}

.brk-info-menu .tagcloud {
  margin: 15px -5px 10px;
}

.tagcloud a {
  margin: 5px;
  box-shadow: 0 0 0 2px #dedede;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 28px;
  font-size: 12px !important;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #585858;
  display: inline-block;
  padding: 0 12px;
  transition: all .3s ease-in-out;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  z-index: 2;
}

.tagcloud a:last-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

.tagcloud a:before {
  content: '';
  position: absolute;
  width: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to left, var(--brk-base-3), var(--brk-secondary-3));
  transition: all .3s ease-in-out;
  z-index: -1;
}

.tagcloud a:hover {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.tagcloud a:hover:before {
  width: calc(100% + 6px);
}

/* Text Widget */
.widget_text {
  padding-bottom: 30px;
}

.textwidget {
  margin-top: 25px;
}

.textwidget p {
  padding-bottom: 25px;
}

.textwidget p strong {
  font-weight: bold;
}

.textwidget p:empty {
  display: none;
}

.textwidget .wp-caption-text {
  padding: 0;
  margin: 8px 0;
}

.textwidget .brk-form-strict .jq-selectbox {
  margin-top: 0;
}

.widget_text .brk-form-strict .jq-selectbox__dropdown ul li {
  white-space: normal;
  line-height: normal;
  padding: 6px 10px 6px 30px;
}

/* Rss Widget */
.widget_rss .brs-sidebar__title > h3 {
  width: 100%;
}

.widget_rss .brs-sidebar__title .rsswidget:first-child {
  float: right;
  margin-top: 3px;
}

.widget_rss .brk-info-menu__header .rsswidget:first-child {
  float: right;
  margin-top: 6px;
}

.widget_rss > ul {
  margin-top: -30px;
  margin-bottom: 30px;
}

.widget_rss li .rsswidget {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 24px;
  color: #000;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  line-height: 1.675;
}

.widget_rss ul li {
  padding: 15px 0 20px;
  border-bottom: 1px solid #ddd;
}

.widget_rss ul li:last-child {
  border-bottom: none;
}

.widget_rss ul li + li {
  margin-top: -1px;
}


/* widget_search */
.widget_search {

}

.widget_search .input-group {
  margin-top: 30px;
}

.widget_search .input-group > .form-control:not(:last-child),
.widget_search .input-group > .custom-select:not(:last-child) {
  border-radius: 20px 0 0 20px;
}

.widget_search .input-group > .input-group-append > .btn {
  border-radius: 0 20px 20px 0;
}

.widget_search .form-control {
  font-size: 14px;
}

.widget_search .form-control:focus {
  box-shadow: none;
}

.widget_search .input-group > .form-control:focus {
  z-index: 1;
}

.widget_search .btn-outline-primary {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
  font-size: 13px;
}

.widget_search .btn-outline-primary:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--white);
}

/* widget_recent_comments */
.widget_recent_comments {
  margin-bottom: 20px;
}