:root {
    --accent-color: #D2984E;
    --footer-color: #F7F5F2;
    --text-color: #555555;
    --body-font: "Fira Sans", Arial, serif;
    --heading-font: "Fira Sans", Arial, serif;
  }

body {
    background-color: #F3F6F6;
}

  /* Font Weight
  ---------------------------------------------------------------------------- */

  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
  }

 /* Menu
  ---------------------------------------------------------------------------- */

.genesis-nav-menu a {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
}

@media only screen and (min-width: 960px) {
    .genesis-nav-menu .sub-menu {
        min-width: 250px;
    }
}

/* Widgets
  ---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {
    .widget-area.footer-widgets-2.footer-widget-area, .widget-area.footer-widgets-3.footer-widget-area {
        width: 33%;
    }
}

/* Blocks
  ---------------------------------------------------------------------------- */

.site-container .wp-block-pullquote.is-style-solid-color p, .site-container .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}


.is-style-osom-query .wp-block-post-excerpt__more-link { 
	float: none;
	text-align: center;
}

.is-style-osom-query .wp-block-post-excerpt__more-link:after {
	content:'';
	background:none;
	display: none;
}