/*
CSS function…
*/
.title-container {
margin:1.5em 0px -0.15em;
}

.site-description {
  font-size: 16px;
    font-weight: 600;
}
.post-header {
  text-align: left;
}
.blog .post-content,
.archive .post-content,
.search .post-content {
  text-align: left;
}
/*
Remove extra spacing below headings.
*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  padding-top: 1em;
  margin-bottom: -0.5em
}
.site-footer .widget {
  padding: .5em;
}
a:link {
color:#eb5e00;
font-weight: 600;
} /* unvisited link */

a:visited {
color:#eb5e00;
} /* visited link */

a:hover {
color:#808080;
} /* mouse over link */


/*Top two menus - increase font size and weight.
*/
.menu-primary-items a,
.menu-secondary-items a {
font-weight: 800;
font-size: 14px;
}
/*Show primary navigation on tablet/phone.
*/
.site-header #toggle-navigation {
  color: #fff;
}

/*Contact form checkbox styling

*/
span.wpcf7-list-item { display: block; }