@charset "UTF-8";
/*
Theme Name: MNPV01
Theme URI: http://metronaps.com
Author: Eve Jackson
Author URI: http://redfeatherdesign.com
Description: Custom theme for Metronaps
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images
Text Domain: mnp
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others. Testing a change
*/
/** CSS RESET **/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*$white: #fff; // black
$olive-white:#fbf9ec;
$off-white:#e1e0dc;
$black: #302716; // black
$red:#c13a2b;
$olive:#988e82;
$dark-olive:#736a5b;
$light-olive:#d5cfbf;
*/
/*
$footer-bg-color:#302716;
$footer-font-color:#fff;
$banner-bg-color:#e1e0dc;
$banner-tagline-bg-color:#302716; // NOTE: needs to be rgb
*/
/*$cover-font-color:#736a5b;
$tagline-font-color:#fff;
$subtag-font-color:#fff;
*/
/*$header-bg-color:#e1e0dc;
$primary-menu-bg:#c13a2b;
$primary-menu-bg-hover:darken(#c13a2b, 10%);
$primary-menu-color: #fff;
$primary-menu-color-hover: #fff;*/
/*
$margin-none: 0;
$margin-small: 16px 2.5%;
$margin-med: 32px 5%;
$margin-horizontal-none:0;
$margin-horizontal-small:2.5%;
$margin-horizontal-medium:5%;
$margin-horizontal-large:10%;
*/
/*
$margin-vertical-none:0;
$margin-vertical-small:16px;
$margin-vertical-medium:32px;
$margin-vertical-large:64px;


$padding-small: 16px 2.5%;
$padding-med:32px 5%;
$padding-horizontal-none:0;
$padding-horizontal-small:2.5%;
$padding-horizontal-medium:5%;
$padding-horizontal-large:10%;
$padding-vertical-small:16px;
$padding-vertical-medium:32px;
$padding-vertical-large:64px;
*/
/* use these */
/*$padding-none: 0;
$padding-horizontal: 32px;
//$padding-vertical-none:0;
$padding-vertical:32px;
*/
/*
$margin-none:0;
$margin-horizontal: 32px;
//$margin-horizontal-none:0;
$margin-vertical:32px;
*/
/*
$width-none:100%;
$width-small:95%;
$width-med:90%;
*/
/*$link-hover:#62ac46;
$red:#c13a2b;
$white:#fff;
$light-grey:#ededed;
$mid-grey:#dedede;
$dark-grey:#414141;
$black:#1e1e1e;
*/
/*
$bgc1:#64807D; // Banner colors
// menu
$primary-menu-wrap:#262236;
$primary-menu-bg:#262236;
$primary-menu-header-bg:#262236;
$primary-menu-btn-bg: #262236;
$primary-menu-btn-hover-bg:#262236;
$primary-menu-btn-active-bg:#262236;

$primary-menu-border-bg:lighten(#262236,10%);
$primary-menu-link-active-bg:lighten(#262236,25%);
$primary-menu-link-hover-bg:#303250;
$primary-menu-header-span-bg:darken($bgc1,35%);
$primary-menu-header-span-hover-bg:#303250;
$primary-menu-arrow-bg:darken($bgc1,5%);
$primary-menu-arrow-hover-bg:darken($bgc1,20%);
$primary-menu-submenu-bg:#303250;
*/
/* Transitions */
/* WordPress - NOTE: some of this has to go into an earlier stylesheet as a reset */
/*.vp-video-wrapper {
  border:2px solid blue !important;
}
.vp-video-wrapper .vp-video{
  border:2px solid purple !important;
}
.wp-block-embed {
  border:2px solid violet;
}
.wp-block-embed .wp-block-embed__wrapper{
  border:2px solid pink;
}
.wp-block-embed .wp-block-embed__wrapper iframe{

//  width:100% !important;
//  height:auto !important;
 // aspect-ratio:
}*/
.wp-block-buttons.alignfull {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.wp-block-buttons {
  margin: 16px 0;
}

/*.wp-block-button,
.wp-block-buttons .wp-block-button {
  border-radius:4px !important;
  font-size:0.9em;
 // width:100%;
 //background:orange;
}*/
.wp-block-button .wp-block-button__link {
  border-radius: 4px !important;
  font-size: 0.8em;
  background: #E85029;
  background: #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wp-block-button .wp-block-button__link:hover {
  background: #E85029;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.wp-block-columns {
  gap: 32px !important;
  margin: 32px 0 !important;
}

.wp-block-columns.has-background {
  gap: 32px;
  padding: 32px;
}

.wp-block-columns.alignfull {
  margin: 0 calc(50% - 50vw) !important;
  width: 100vw;
  max-width: 100vw;
  padding: 0 32px;
}

.wp-block-columns .wp-block-column {
  padding: 0;
}

/* .wp-block-columns .wp-block-column  hr.wp-block-separator {
   margin-bottom:0;
   bottom:0;
 }*/
.wp-block-columns .wp-block-column.has-background {
  padding: 32px !important;
}

.wp-block-columns .wp-block-column .wp-block-heading {
  margin: 0;
}

.wp-block-columns .wp-block-column .wp-block-heading {
  padding: 0 0 16px !important;
}

.wp-block-columns .wp-block-column p {
  margin: 0;
}

.wp-block-columns.alignwide {
  margin: 32px calc(50% - 683px) !important;
  width: 100vw;
}

/*
.wp-block-columns.alignwide.has-background {
  // margin: $margin-vertical calc(50% - (683px + 32px)); // NOTE: 683 if max-width is 1366
   margin: 0 calc(50% - 683px); // NOTE: 683 if max-width is 1366
  // max-width:$normal;
  // max-width:calc(1366px + 32px);
  //max-width:calc(1366px - 64px);
  max-width:1366px;
   width:100vw;
   padding:32px;
 }
*/
.wp-block-columns .wp-block-column.has-background {
  padding: 0 32px;
}

/*.wp-block-heading{
   // margin-bottom:-16px !important; // NOTE: try to remove this - something to do with paragraph tag?
    background:lightcoral;
    //line-height:0;
  }
   p{
   // padding:0 !important;
    background:lightblue;
  }
*/
.wp-block-cover {
  background-size: contain;
  margin: 32px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
  display: grid;
  padding: 0;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: center;
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 50%;
  max-width: 683px;
  max-width: 619px;
  max-width: 776px;
  padding: 32px;
  grid-column: 1fr;
  grid-row: 1fr;
  color: #fff;
}

.wp-block-cover .wp-block-cover__inner-container p {
  margin: 0 auto;
  padding: 0;
  line-height: 1.2em;
  font-size: 1.8em;
  color: #fff;
}

.wp-block-group.alignfull {
  margin: 0 calc(50% - 50vw) !important;
  width: 100vw;
  max-width: 100vw;
  padding: 0 32px;
}

hr.wp-block-separator {
  background: #E85029;
  border-top: 1px solid #E85029;
  margin: 32px 0;
}

/*p {
  //background:lightblue;
  margin-bottom:0;
}*/
.wp-block-media-text {
  padding: 0;
  gap: 32px;
}

.wp-block-media-text.has-background {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-block-media-text.alignwide.has-background {
  padding: 0;
  width: 100vw;
  margin: 32px calc(50% - 683px + 32px);
  max-width: 1238px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 !important;
}

/*.wp-block-media-text.has-background .wp-block-media-text__content{

 // padding:16px 32px;

}*/
/*.wp-block-image {

    background:violet;
  }*/
.wp-block-pullquote {
  border-bottom: 1px solid #E85029;
  padding: 48px 32px !important;
  margin: 32px 0 !important;
}

.wp-block-pullquote:before {
  color: #c1c1c1;
  text-align: center;
  content: "“";
  font-family: arial;
  font-size: 5em;
  line-height: 0em;
  display: block;
  padding: 0;
}

.wp-block-pullquote cite {
  color: #c1c1c1 !important;
  font-size: 0.7em !important;
}

.wp-block-image {
  border-radius: 16px !important;
  margin: 32px 0;
}

.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

ul.wp-block-latest-posts {
  margin: 0 !important;
  padding: 0 0 32px 0 !important;
}

ul.wp-block-latest-posts li {
  list-style-type: none !important;
  display: grid;
  grid-auto-rows: auto;
  grid-template-rows: repeat(3, auto) !important;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 32px;
  margin: 32px 0;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  grid-row: 1/4;
  grid-column: 1/2;
  aspect-ratio: 1/1;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
  display: block;
  height: 100%;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image a img,
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 16px;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 0 !important;
  font-size: 1.2em;
  color: #2e2e2e;
}

ul.wp-block-latest-posts li time {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: -32px !important;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
  grid-column: 2/3;
  grid-row: 3/4;
  margin-top: 0;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt p {
  padding: 0;
}

ul.wp-block-latest-posts li .wp-block-latest-posts__read-more::after {
  content: " →";
}

body {
  background: #2e2e2e;
}

#wrap {
  background: #fff;
  margin-top: 100px;
  padding: 0;
}

body.home #wrap {
  margin-top: 0;
}

/* Widths */
.alignfull {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  max-width: calc(100vw - 64px);
  padding: 0 32px;
}

.alignwide {
  margin: 0 calc(50% - 683px);
  max-width: 1366px;
  width: 100vw;
  padding: 32px;
}

.alignnormal {
  margin: 0 calc(25% - 25vw);
  max-width: 1366px;
  width: 1366px;
}

.alignnarrow {
  padding: 32px;
  width: 100%;
  max-width: 683px;
  margin: 0 auto;
}

/* Alignments */
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

figure.alignleft {
  display: block;
}

figure.alignleft {
  float: left;
}

figure.alignright {
  float: right;
}

/* Image */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

/* Backgrounds */
.has-white-background-color {
  background: #fff;
}

.has-black-background-color {
  background: #2e2e2e;
  color: #fff;
}

.has-base-light-background-color {
  background: #f0f0f0;
}

.has-base-background-color {
  background: #c1c1c1;
}

.has-base-dark-background-color {
  background: #a3a3a3;
  color: #fff;
}

.has-accent-one-background-color {
  background: #E85029;
  color: #fff;
}

.has-accent-two-background-color {
  background: #c3492c;
  color: #fff;
}

.has-white-border-color {
  border: 1px solid #fff;
}

.has-black-border-color {
  border: 1px solid #2e2e2e;
}

.has-base-border-color {
  border: 1px solid #c1c1c1;
}

.has-base-light-border-color {
  border: 1px solid #f0f0f0;
}

.has-base-dark-border-color {
  border: 1px solid #a3a3a3;
}

.has-accent-one-border-color {
  border: 1px solid #f0f0f0;
}

/* Borders NOTE: fix these */
.has-accent-one-border-color {
  border: 1px solid #E85029;
}

.has-accent-two-border-color {
  border: 1px solid #c3492c;
}

/* Header */
.wrapper {
  width: 100%;
  height: 100%;
}

#header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #2e2e2e;
  height: auto;
}

#header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}

/*#spacer {
  height:100px;
}*/
#menu-wrap {
  height: 100px;
  flex: 0 0 75%;
}

#logo,
.logo-wrap {
  flex: 0 0 25%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

#logo img {
  max-height: 80px;
  width: auto;
}

/* Banner */
#banner {
  position: relative;
  width: 100%;
  margin-top: 100px;
  height: calc(100vh - 100px);
  max-height: 460px;
  background: #2e2e2e;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

body.home #banner {
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

#banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home #banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#banner .banner-img {
  position: relative;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  overflow: hidden;
  z-index: 1;
}

#banner .banner-tagline {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 32px;
  color: #E85029;
  z-index: 2;
  align-self: center;
  justify-self: center;
  max-width: 683px;
}

body.home #banner img {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
}

/* Content */
#wrap {
  padding: 0 0 32px 0;
}

.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.content {
  padding: 0 32px;
  width: 100%;
  max-width: 683px;
  max-width: 720px;
  max-width: 840px;
  margin: 0 auto;
}

.content img {
  display: block;
}

/* Widgets */
.widget-area {
  padding: 0;
}

/* Footer */
.footer-wrap {
  background: #2e2e2e;
  color: #fff;
  width: 100%;
  margin: auto;
}

.footer {
  max-width: 1302px;
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 32px;
}

.footer-widget {
  padding: 0;
}

.copyright {
  width: calc(100% - 64px);
  max-width: 1366px;
  margin: 0 auto;
  padding: 32px;
  color: #fff;
}

.prev-next-navigation {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px 0 32px;
}

.prev-next-navigation .prev-nav {
  grid-row: 1/2;
  grid-column: 1/2;
  justify-self: start;
}

.prev-next-navigation .next-nav {
  grid-row: 1/2;
  grid-column: 2/3;
  justify-self: end;
}

body {
  font-family: "Quicksand", Helvetica, sans-serif;
  color: #2e2e2e;
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.4em;
}

strong {
  font-weight: bold;
  font-weight: 500;
}

em {
  font-style: italic;
}

.wp-block-heading {
  padding: 32px 0 16px;
}

/*.wp-block-heading.has-background {
    padding:16px 32px;
}*/
/* .wp-block-heading.alignwide {
    padding:16px 32px;
     width:calc(100vw - 64px);
     // max-width:calc(1366px - 64px);
     // max-width:1366px !important;
    // max-width:calc(100% - 32px);


      margin: 0 calc(50% - 683px); 
 // max-width:$normal; 
 // max-width:calc(1366px - 64px);
  max-width:1366px;
//  width:100vw;
 // width:calc(100vw - 64px);
 width:100vw;
  padding:32px;
  }
*/
.wp-block-heading.alignwide.has-background {
  margin-top: 32px;
  margin-bottom: 16px;
}

.has-black-background-color .wp-block-heading,
.wp-block-heading.has-black-background-color {
  color: #f0f0f0;
}

/*.wp-block-heading.has-base-dark-color {
  color:$base-dark;
}*/
.wp-block-group.has-accent-one-background-color p,
.wp-block-group.has-accent-one-background-color .wp-block-heading,
.wp-block-heading.has-accent-one-background-color {
  color: #f0f0f0;
}

.wp-block-heading.has-base-color {
  color: #c1c1c1;
}

.wp-block-heading.has-base-light-color {
  color: #f0f0f0;
}

.wp-block-heading.alignfull {
  margin: 0 calc(50% - 50vw);
  padding: 16px 32px;
  width: calc(100vw - 64px);
  max-width: calc(100vw - 64px);
}

.wp-block-heading.alignfull.has-background {
  margin-top: 16px;
  margin-bottom: 16px;
}

h1 {
  font-size: 2.8em;
  line-height: 2em;
  line-height: 1.2em;
  font-weight: 100;
  padding: 64px 0 16px !important;
  position: relative;
}

h2 {
  color: #2e2e2e;
  font-size: 2em;
  line-height: 1.6em;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
}

h3 {
  color: #2e2e2e;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 100;
  padding: 32px 0 16px;
}

h4 {
  color: #2e2e2e;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 200;
}

h5 {
  color: #2e2e2e;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 200;
}

h6 {
  color: #2e2e2e;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 200;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer li, .footer a {
  color: #fff;
}

.has-text-align-center {
  text-align: center;
}

p {
  line-height: 1.6em;
  padding: 8px 0;
  margin-bottom: 0;
}

p.has-small-font-size {
  font-size: 0.85em !important;
}

p.has-medium-font-size {
  font-size: 3em !important;
}

p.has-large-font-size {
  font-size: 4em !important;
}

p.has-x-large-font-size {
  font-size: 5em !important;
}

a {
  color: #E85029;
  text-decoration: none;
}

a:hover {
  color: #2e2e2e;
}

.banner .tagline {
  font-size: 4em;
}

#banner p.tagline {
  font-size: 4em;
  line-height: 1.2em;
  color: #fff;
  font-family: "Quicksand", Helvetica, sans-serif;
}

#banner p.subtag {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #fff;
}

#logo p {
  font-size: 1em;
  color: #2e2e2e;
  padding: 24px 0;
}

#logo span.sitename {
  font-size: 1.6em;
  color: #E85029;
}

.content ul {
  padding: 0 32px 16px 12px;
  font-size: 1em;
  margin-left: 8px;
}

.content ul.has-background {
  padding: 16px 32px;
  font-size: 1em;
  margin-left: 0;
}

.content ul li {
  color: #1e1e1e;
  list-style-type: disc;
}

.content ol {
  padding: 0 32px 16px 12px;
  font-size: 1em;
  margin-left: 8px;
}

.content ol.has-background {
  padding: 16px 32px;
  font-size: 1em;
  margin-left: 0;
}

.content ol li {
  color: #1e1e1e;
  list-style-type: decimal;
}

.footer p {
  color: #fff;
}

.footer h3 {
  color: #fff;
}

figcaption {
  text-align: center;
}

.prev-next-links {
  padding: 10px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.prev-link {
  text-align: left;
  flex: 0 0 47.5%;
}

.next-link {
  text-align: right;
  flex: 0 0 47.5%;
}

.caption {
  font-size: 0.8em;
  font-style: italic;
}

#menu-wrap button {
  display: none;
  order: 2;
}

.bbx-menu h3 {
  display: none;
}

.menus {
  flex: 0 0 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 100px;
}

#primary {
  order: 1;
  position: relative;
}

#primary ul {
  margin: 0;
  list-style: none;
  float: right;
  z-index: 1;
  align-self: center;
}

#primary ul li {
  display: inline-block;
  z-index: 1;
  position: relative;
}

#primary ul li a {
  display: block;
  padding: 14px 24px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
  font-weight: 500;
  position: relative;
}

#primary ul li a:hover {
  color: #fff;
  color: #c3492c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#primary ul li:last-child a {
  background: #E85029;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
  border-radius: 4px;
}

#primary ul li:last-child a:hover {
  color: #fff;
  background: #c3492c;
}

#primary ul li.current-menu-item a {
  color: #E85029;
}

#primary ul li:last-child.current-menu-item a {
  color: #fff;
}

#primary ul li.current_page_item ul li a {
  color: #fff;
}

#primary ul li.menu-item-has-children:hover ul li a:hover {
  color: #c3492c;
}

/******************
  SUBNAV
******************/
.sub-menu {
  width: 100%;
  display: none;
}

#primary ul li ul {
  width: 100%;
  width: 160px;
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center;
  display: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#primary ul li:hover ul {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#primary ul li ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  background: #E85029;
  border-radius: 0;
}

#primary ul li ul li a {
  text-align: left;
  padding: 10px 24px;
  margin: 0;
  width: 140px;
  color: #fff;
  text-transform: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#primary ul li:hover a {
  color: #E85029;
}

#primary ul li ul li:hover a {
  border-radius: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #E85029;
}

#primary ul li.first-menu-item {
  position: relative;
  border-left: none;
}

#primary ul li.current-page-ancestor {
  background: red;
}

#primary ul li.current-page-ancestor a {
  color: #fff;
}

/* Secondary Menu */
#menu-secondary-menu {
  margin: 0 0 0 2px;
}

ul#menu-secondary-menu {
  margin: 0;
  padding: 0;
}

ul#menu-secondary-menu li {
  line-height: 1.4em;
}

ul#menu-secondary-menu li a {
  text-transform: none;
  padding: 0 10px;
  text-decoration: none;
}

ul#menu-secondary-menu li a:hover {
  color: #fff;
  background: #E85029;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.2s ease-in-out;
  position: relative;
}

@media (max-width: 1023px) {
  /*#menu-wrap {
      display:flex;
      flex-flow:row nowrap;
      justify-content:space-between;
      height:90px;
      height:auto;
      flex:0 0 40%;
      padding:0;
  }
  */
  #menu-wrap .menu-container {
    z-index: 100;
    width: 80px;
    height: 80px;
  }
  #menu-wrap .buttonset {
    text-align: right;
    order: 2;
  }
  #menu-wrap button {
    display: block;
    border: none;
    background: transparent;
    color: #fff;
    color: #E85029;
    padding: 18px 24px;
    cursor: pointer;
    margin: 0;
    font-size: 2.2em;
    order: 2;
    background: #3b3b3b;
  }
  #menu-wrap button.active {
    background: #2e2e2e;
  }
  /* General styles for all menus */
  .bbx-menu {
    background: #E85029;
    position: fixed;
    margin-top: 0;
    flex-flow: column nowrap;
    justify-content: flex-start;
    background: #fff;
    background: #f0f0f0;
  }
  .bbx-menu h3 {
    color: #E85029;
    color: #fff;
    display: inline;
    font-size: 1.9em;
    padding: 33px 20px 33px 18px;
    padding: 16px 5%;
    margin: 0;
    font-weight: 300;
    background: #2e2e2e;
    background: #E85029;
    position: relative;
  }
  .bbx-menu h3 span {
    float: right;
    position: absolute;
    right: 5%;
    top: 0;
    height: 32px;
    width: 10px;
    padding: 33px 20px 33px;
    padding: 8px 20px 20px;
    padding: 16px 2.5%;
  }
  .bbx-menu h3 span:hover {
    color: #df4118;
    cursor: pointer;
  }
  #primary {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #primary ul {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  #primary ul li {
    width: 100%;
  }
  #primary ul li a::before {
    display: none;
  }
  #primary ul li a {
    display: block;
    color: #fff;
    color: #E85029;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 2.5%;
    border-bottom: 1px solid #424242;
    border-bottom: 1px solid #E85029;
    border-bottom: 1px solid #c1c1c1;
  }
  #primary ul li a:hover {
    color: #E85029;
  }
  .menu-item-has-children {
    position: relative;
  }
  span.arrow {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 65px;
    height: 55px;
    display: inline-block;
    background: #2b2b2b;
    background: #E85029;
    text-align: center;
  }
  span.arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 1em;
    left: 50%;
    top: 31px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-property: transform;
    transition-duration: 0.2s;
  }
  span.arrow.submenu-open::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .arrow:hover {
    cursor: pointer;
  }
  #primary ul li.menu-item-has-children.current_page_item a::after,
  #primary ul li.current_page_ancestor a::after {
    display: none;
    content: "";
  }
  .bbx-menu a:active {
    color: #47a3da;
  }
  /* Subnav */
  #primary ul li ul.sub-menu {
    display: none;
    height: auto;
    position: relative;
    margin-top: 10px;
    margin-top: 0;
    top: 0;
    width: 100%;
    text-align: left;
  }
  #primary ul li ul.sub-menu li {
    width: 100%;
    padding: 0;
  }
  #primary ul li ul.sub-menu li a {
    padding: 15px 5%;
    float: none;
    margin: 0;
    display: block;
    width: 90%;
    background: #E85029;
  }
  /* Orientation-dependent styles for the content of the menu */
  .bbx-menu-vertical {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
  }
  .bbx-menu-vertical a {
    padding: 1em;
  }
  /* Vertical menu that slides from the left or right */
  .bbx-menu-right {
    right: -100%;
  }
  .bbx-menu-left.bbx-menu-open {
    left: 0px;
  }
  .bbx-menu-right.bbx-menu-open {
    right: 0px;
  }
  /* Transitions */
  .bbx-menu,
  .bbx-menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #primary ul li.menu-item-has-children:hover a::after,
  #primary ul li.menu-item-has-children.current_page_item a::after,
  #primary ul li.current_page_ancestor a::after {
    content: "";
  }
}
@media (max-width: 1919px) {
  /* #header-wrap {
       background:orange;
     }*/
  /*  .wp-block-heading.alignwide {
          margin: 0 calc(50% - 683px); 
      padding:16px 32px;
       width:calc(100vw - 64px);
       width:100vw;
        max-width:calc(1366px - 64px);
       // max-width:1366px !important;
      // max-width:calc(100% - 32px);


        margin: 0 calc(50% - 683px); 
   // max-width:$normal; 
   // max-width:calc(1366px - 64px);
   // max-width:1366px !important;
  //  width:100vw;
    width:calc(100vw - 64px);
    padding:32px;
    }*/
  /* .wp-block-heading.alignwide {
   // margin: 0 calc(50% - 683px); // NOTE: 683 if max-width is 1366 
    //padding:0 32px;
   // max-width:calc(1366px - 64px); 
  	width: 100vw; // NOTE: why????
  }
    .wp-block-columns.alignwide {
    //margin: 0 calc(50% - 683px); // NOTE: 683 if max-width is 1366 
    //padding:0 32px;
    //max-width:calc(1366px - 64px); 
    //max-width:1366px;
  	width: 100vw; // NOTE: why????
  }*/
}
@media (max-width: 1365px) {
  #header-wrap {
    max-width: 100%;
  }
  .alignwide {
    margin: 0 calc(50% - 50vw) !important;
    padding: 16px 32px;
    max-width: calc(100vw - 64px);
  }
  .wp-block-heading.alignwide,
  .wp-block-columns.alignwide {
    margin: 0 calc(50% - 50vw) !important;
    max-width: 1366px;
    width: 100vw;
    padding: 32px;
  }
  /*.wp-block-columns.alignwide{ // Note: why is this needed?
     // margin: $margin-vertical calc(50% - (683px + 32px)); // NOTE: 683 if max-width is 1366
      margin: 32px calc(50% - 683px); // NOTE: 683 if max-width is 1366
     // max-width:$normal;
      //max-width:calc(1366px + 32px);
     // max-width:calc(1366px - 64px);
      //max-width:calc(1366px - 64px);
      max-width:1366px;
      width:100vw;
      padding:32px;
    }
  */
  /*  .alignwide.has-background {
        max-width:calc(100vw - 64px);
    }*/
}
@media (max-width: 1023px) {
  #header-wrap {
    height: 80px;
  }
  /*.wp-block-column {
    width:95%;
    padding:16px 2.5% !important;
  }*/
  #menu-wrap {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
  }
  #logo,
  .logo-wrap {
    flex: 0 0 80%;
    height: 80px;
  }
  #logo img {
    max-height: 60px;
  }
  /*.alignwide {
   //margin: 0 calc(50% - 683px + 32px); // NOTE: 683 if max-width is 1366 + 32px for padding
    //margin: 0 calc(50% - 683px); 
   // max-width:$normal; 
   // max-width:calc(1366px - 64px);
    //max-width:1366px;
  //  width:100vw;
    width:calc(100vw - 64px);
    padding:32px;
  }
  */
  .content {
    padding: 0 32px;
    width: calc(100vw - 64px);
    max-width: 840px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #header-wrap {
    max-width: 100%;
    width: 100%;
    height: 80px;
  }
  /*.alignwide {
     margin:0;
     width:100%;
     width:100vw !important;
     padding:16px 32px;
  }*/
  .alignnarrow {
    width: calc(100% - 64px);
  }
  .wp-block-columns.alignwide {
    margin: 32px calc(50% - 683px);
    max-width: 1366px !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
  #menu-wrap {
    height: 80px;
    flex: 0 0 20%;
    flex: 0 0 80px;
  }
  #logo,
  .logo-wrap {
    height: 80px;
    flex: 0 0 80%;
  }
  #logo img {
    max-height: 60px;
  }
  /*h3.alignwide { // NOTE add other tags do we need a different one for mobile??
    padding:$padding-vertical $padding-horizontal !important;
    margin: $margin-vertical calc(50% - 683px); // NOTE: 683 if max-width is 1366
     width:calc(100vw - 5%);
     max-width:calc(100vw - 5%);
     max-width:95vw !important;
  }*/
  h3.wp-block-heading {
    font-size: 1.2em !important;
  }
}
/*
  ul.wp-block-latest-posts {
   // border:2px solid pink;
  //  list-style-type:none;
    margin:0 !important;
   padding:0 0 32px 0 !important;
   }
      ul.wp-block-latest-posts li{
    list-style-type:none !important;
    display:grid;
  // grid-auto-rows:auto;
   //grid-template-rows:repeat(3, auto) !important;
     grid-template-rows:repeat(4, auto) !important;
     //  grid-template-columns:160px 1fr;
         grid-template-columns:1fr;
    align-items:center;
    gap:16px;
    margin:32px 0;

   border-bottom:1px solid $accent-one;
   }

   ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  grid-row:1 / 4;
  grid-column: 1 / 2;
aspect-ratio:1 / 1;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image a{
  display:block;
  height:100%;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image a img,
ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
height:100%;
width:100%;
object-fit:cover;
vertical-align:bottom;
border-radius:16px;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__post-title {
// border:2px solid blue;
grid-column:1 / 2;
grid-row:2 / 3;
margin-bottom:0 !important;
font-size:1.3em;
color:$black;
margin-top:8px;
}
ul.wp-block-latest-posts li time {
grid-column:1 / 2;
grid-row:3 / 4;
margin-top:-16px !important;

}

ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
grid-column:1 / 2;
grid-row:4 / 5;
margin-top:0;

}
ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt p {
padding:0;
}
ul.wp-block-latest-posts li .wp-block-latest-posts__read-more::after  {
content:" \2192";
}
*/
/*.wp-block-columns .wp-block-column{
  border-bottom:1px solid $accent-one;
}*/

/*# sourceMappingURL=style.css.map */
