/*Change top bar color*/

.before-header {
  background-color: #f1592a !important;
  border-bottom: 1px solid rgb(38, 67, 238) !important;
  border-top: 1px solid rgb(1, 82, 146) !important;
  color: #fdfeff !important;
}

input, select, textarea {
  border-radius: 0.2rem !important
}

.page .content, .single .content, .error404 .content {
  margin: 0rem auto 0 !important
}

.entry-content ul {
  margin-left: 0px !important
}

/* Separator options*/

.wp-block-separator {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 3px solid #f1592a !important;
  max-width: 200px !important;
  margin: 1.65em auto;
}

/* Pricing options*/

.pricing-table strong {
  color: #f1592a !important;
}
