/* Body */
h1, h2, h3, h4, h5, h6 {
  color: #000043;
}

h2.widget-title {
    color: #fe730e;
}

a, .widget a {
  color: #fe730e;
}

a:hover, .widget a:hover{
  color: #f55615;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #fe730e;
}

/* Body */
a.button {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  color: #fff;
  background: #fe730e;
  -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
  box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a.button:hover {
  box-shadow: inset 200px 0 0 0 rgba(50, 50, 50, 0.25);
}

/* Navigation Menu */
.dropdownmenu i, .main-navigation.toggled ul li.this-open > .dropdownmenu:hover i {
  color: #000043;
}

/* Logos */
#logos img {
  max-height: 150px;
  margin: 25px;
}

/* Services */
.practice-title h4.practice-box-title, .practice-title h4.practice-box-title:hover {
  color: #000043;
}

/* Blog */
.entry-meta .posted-on a i, .entry-meta .author a i {
  color: #fe730e;
}

.entry-meta .posted-on a:hover i, .entry-meta .author a:hover i {
  color: #f55615;
}

/* Single Post */
.disclaimer {
  color: #888;
  font-size: 12px;
  margin-top: 10px;
}

/* Hide unwanted metadata */
.entry-meta .byline {
  display: none;
}