/* Header */
.custom-logo-link img {
  max-height: 120px;
}

img.custom-logo {
  width: auto;
  height: auto;
}

.main-navigation a {
  color: rgb(85, 91, 107);
}

.main-navigation ul ul,
#mainnav-mobi {
  background-color: #f2eadf;    /* main menu background */
}

#mainnav-mobi ul ul {
  background-color: #f1f1f1;    /* Mobile submenu background */
}

.btn-menu,
.btn-submenu:before {
  color: #d6862d;    
}

.header-image::after {
  background-color: rgba(242, 234, 223, 0.90);    /* Hero overlay */
}

.site-header,
.site-header.header-scrolled {
  background-color: rgba(242, 234, 223, 0.95);  /* Header background */
}

@media only screen and (max-width: 1024px) {
  .site-header.has-header, .site-header.has-video, .site-header.has-single, .site-header.has-shortcode {
    background-color: rgba(242, 234, 223, 0.95);
  }
}

/* Hero */
.header-text,
.header-subtext {
  color: rgb(85, 91, 107);
}

/* Body */

.center {
  text-align: center;
}

.atblock .widget-title::after,
.widget-title .title-decoration::before,
.widget-title .title-decoration::after {
  background-color: #39698f;   /* color of decoration after block title */
}

input[type="submit"] {

  line-height: 1.9;
  border-radius: 0;
}

/* Single Post */
.entry-meta .byline, .entry-meta .cat-links {
  display: none;
}

.entry-meta span::after {
  display: none;
}

.disclaimer {
  color: #888;
  font-size: 12px;
  margin-top: 40px;
}