/* Enter Your Custom CSS Here */

/*   Align Page Header Text Left */
.entry-title {
  font-size: 250%;
  line-height: 1.25;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-align: left;
  word-wrap: break-word;
}

/*   Reduce Space below page header */
.x-content-band {
  margin: 0 0 1.313em;
  padding: 0px 0;
}

/*   Remove Line below logo */
.x-logobar {
  background-color: #fff;
  border-bottom: 0px solid rgba(0, 0, 0, 0.075);
  overflow: visible;
  position: relative;
  text-align: center;
  z-index: 1030;
}

/*   Remove Line around current menu item */
.x-navbar .x-nav > .current-menu-item > a {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  color: #566471;
  text-decoration: none;
}

/*   Move nav bar closer to logo */
.x-navbar .x-nav > li {
  height: 90px;
  padding-top: 20px;
}

/*   Reply/Comment Field */
#respond {
  margin-bottom: 3.5em;
  margin-left: 2em;
}

/*   Image Caption */
.wp-caption > .wp-caption-text, .wp-caption > .wp-caption-text:last-child, .gallery-item > .wp-caption-text, .gallery-item > .wp-caption-text:last-child {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin: 9px 0 5px;
  padding: 0 0;
  text-align: left;
  text-transform: none;
}

/*   Remove keyline around menu item */
.x-navbar .x-nav > li > a {
  border: 0 solid transparent;
  border-radius: 100em;
  color: #566471;
  float: none;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.875em 1.25em 0.825em;
  text-decoration: none;
}

/*   remove icon rom news page */
.format-standard .entry-title:before {
  content: none;
}

/*   increase space under comment submit button */
.form-submit {
  margin: 0 0 1.5em;
}

/*   dencrease reply-title */
#reply-title {
  font-size: 2rem;
  line-height: 1.05;
  margin: 1em 0 0;
}

.comment-notes {
  font-size: 1.2rem;
  margin-bottom: 1em;
}