/*

ADDITIONAL CSS (c) Tom Kepler on behalf of Meyer & O'Connor, LLC. 
code additions begun May 4, 2022 to repair sudden loss of styling after plugin/theme updates

CHANGELOG:
20220504: added CSS to style menu, logo on all pages; slider text and contact information on home page

*/

/*--------------------- GLOBAL SETTINGS */

.site-header {
  margin-top: 0em;
  margin-bottom: 1em;
}

.site-branding .site-logo-div {
  margin-bottom: 1em;
}

table.noborder,
table.noborder tr,
table.noborder td {
  border: 0px;
  font-family: "Raleway",sans-serif;
  text-transform: uppercase;
  font-size: 90%;
}

/*--------------------- HOME PAGE */

#slider p {
  font-size: 110%;
  font-variant: small-caps;
  letter-spacing: 5px;
}

/*--------------------- NAVIGATION */

#site-navigation {
  margin-top: 1em;
}

.main-navigation a {
  line-height: 20px;
}

.onepress-menu {
  margin-top: 1em;
}

.onepress-menu li ul  {
  width: 18em;
}

.onepress-menu li ul a {
	text-transform: uppercase !important;
}


/* */
.su-posts .su-post-title,
.su-spoiler-title,
h1.entry-title {
	text-transform: uppercase !important;
	font-family: "Raleway",sans-serif !important;
	font-weight: normal !important;
}