/* Enter Your Custom CSS Here */
#actionPopupWrapper table tr:first-child td {
  line-height: 1px;
}
.archive.category h1.archive-title {
  font-size: 36px;
  font-size: 3.6rem;
}
.archive.category h2.entry-title {
  font-size: 30px;
  font-size: 3rem;
}
.archive.category .entry-content a > img {
  width: 300px;
}
.widget_categories li.cat-item-1 {
  display: none;
}
.footer-widgets-2 .menu li.menu-item:last-child {
  margin: 0;
}
@media only screen and (min-width: 961px) {
  div.footer-widgets-2 {
    min-width: 620px;
  }
}
.page .page .entry-content > table > tbody > tr > td + td[width="80%"] {
  padding-left: 20px;
}
.page .page .entry-content > table > tbody > tr > td[width="80%"] tr:first-child + tr > td > div > img {
  position: relative;
  top: -7px;
}
.archive.category .archive-description {
  margin: 0;
  padding: 40px 20px;
}
.archive.category h1.archive-title {
	/* border-bottom: 3px solid #84070b;  changed 25Nov2019 */
  border-bottom: 3px solid #666666;
  margin: 0;
  padding-bottom: 18px;
}
.archive.category .archive-description ~ .entry {
  margin: 0;
  padding: 20px 20px 10px;
}