.entry {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
p.entry-meta {
  font-size: 14px;
  color: #333;
}
.breadcrumb {
  margin-bottom: 20px;
}
.full-width-content .content {
  width: 100%;
}
td, th {
  border: 1px solid #ddd;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:hover {
  background-color: #ddd;
}
th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #5b9dd9;
  color: white;
  border-color: #008ec2;
}
ul.orange-bullets {
  margin-bottom: 20px;
}
ul.orange-bullets, ul.orange-bullets li {
  list-style-type: none;
  margin: 0;
}
ul.orange-bullets li {
  position: relative;
  word-wrap: break-word;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid #e0e0e0;
  margin-left: 5px;
}
.orange-bullets li:before {
  display: block;
  left: 0;
  position: absolute;
  content: "\f0a9";
  color: #ff9700;
  font-family: fontawesome;
}
.act-btn {
  color: #2980b9;
  border: 2px solid #2980b9;
  background-color: #fff;
  padding: 7px 30px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none !important;
  width: fit-content;
}
a.act-btn:hover {
  color: #fff;
  background-color: #2980b9;
}
.blueheading {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #4682b4;
  margin: 30px 0;
}
ul.orange-bullets .wp-block-columns {
  font-size: 16px;
  background: antiquewhite;
  padding: 10px 20px;
}
.featured-bf img {
  border: 5px solid #e8eff5;
}
.fd-data {
  background: #e8eff5;
  padding: 10px 20px;
  font-size: 16px;
  margin: -9px 0;
}
.widget-title {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  border-radius: 3px;
  padding: 10px 0;
  background: #4069b2;
  color: #fff;
}
.widget ul > li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 10px 0;
}
a {
  color: #0073e5;
  text-decoration: none;
}
.widget ul > li:last-of-type {
  padding-bottom: 10px;
}
.entry-title {
  font-weight: 600;
}
.widget ul {
  padding: 10px 20px 0 20px;
  background: #f5f5f5;
}
.cpt-themes .entry-title {
  font-size: 16px;
  padding: 16px 12px;
  background: #eee;
}
.event-custom-fields {
  border: none;
  margin-bottom: 25px;
  padding: 0;
}
.widget_theme_features_list span {
  float: left;
  line-height: 1.9;
  width: 50%;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 10px 0 8px 0;
}
.theme-actions a {
  text-align: center;
  width: 48%;
}
a.alignleft.button, a.alignright.button {
  margin: 0;
}
.button-primary {
  background-color: #ed702b;
  box-shadow: none;
  color: #fff;
}
.menu-btn {
  border: 2px solid #0073e5;
  border-radius: 5px;
  text-transform: uppercase;
}
.menu-btn a {
  padding: 6px 10px;
  transition: none;
}
.menu-btn:hover {
  background-color: blue;
  color: #fff;
}
.menu-btn a:hover, .menu-btn a:focus, .menu-btn .current-menu-item > a, .menu-btn .sub-menu .current-menu-item > a:focus, .menu-btn .sub-menu .current-menu-item > a:hover {
  color: #fff;
}
.title-center .entry-title {
  text-align: center;
  margin: 0px 0 60px 0;
}
