/*
Theme Name: GeneratePress Child
Template: generatepress
*/
.editor-styles-wrapper .wp-block-group.bone {
  background: var(--bone);
}
.editor-styles-wrapper .wp-block-group.beige {
  background: var(--beige);
}
.editor-styles-wrapper .wp-block-group.chocolate {
  background: var(--chocolate);
}
.editor-styles-wrapper .wp-block-group.granite {
  background: var(--granite);
}
body,
html {
  padding: 0;
  margin: 0;
  max-width: 100vw;
  width: 100vw;
  font-size: 1em;
  box-sizing: border-box;
}
body *,
html * {
  box-sizing: border-box;
}
body {
  background-color: var(--white);
  padding-top: 70px;
}
.site {
  min-height: calc(100vh - 200px);
}
h2,
h3,
p {
  width: 100%;
  max-width: 780px;
}
h2.narrow,
h3.narrow,
p.narrow {
  max-width: 585px;
}
h3 em {
  display: block;
  margin-top: 0.5em;
  text-transform: none;
  font-size: 0.8em;
  font-style: normal;
}
.logo-svg {
  width: 190px;
  height: auto;
  margin-right: 32px;
  position: relative;
  top: initial;
  left: initial;
  transform: translate(0%, 0%);
}
.logo-svg svg {
  width: 100%;
  height: auto;
  display: block;
}
.logo-svg svg path {
  fill: var(--chocolate);
}
.home .logo-svg {
  width: 600px;
  position: fixed;
  margin-right: 0;
  top: 30vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-scrolled .logo-svg {
  width: 190px;
  margin-right: 32px;
  position: relative;
  top: initial;
  left: initial;
  transform: translate(0%, 0%);
}
.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  display: flex;
  flex-flow: row nowrap;
}
.site-header .inside-header {
  padding: 0;
}
.site-header .inside-header a {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.site-header .inside-header,
.site-header .inside-navigation {
  width: 100%;
  flex: 1 1 auto;
}
.site-header .inside-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .inside-navigation a {
  display: inline-flex;
}
.site-header .main-nav {
  margin: 0;
  padding: 0;
}
.main-navigation {
  width: 100%;
}
.main-navigation li {
  padding-top: 4px;
}
.nav-float-right #site-navigation {
  margin: 0 !important;
}
.page-header-image {
  width: 100%;
  max-width: 100% !important;
  max-height: 60vh;
  height: 60vh;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  display: flex;
  position: relative;
}
.page-header-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--beige);
  opacity: 0.5;
  z-index: 1;
}
.page-header-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.grid-container,
.one-container .site-content {
  max-width: 100%;
  padding: 0;
}
.dot-bar {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: auto;
  letter-spacing: 0.15em;
  color: var(--mokka);
  padding-left: 10px;
}
.dot-bar li {
  padding-left: 10px;
}
.wp-block-group.bone {
  background: var(--bone);
}
.wp-block-group.beige {
  background: var(--beige);
}
.wp-block-group.chocolate {
  background: var(--chocolate);
}
.wp-block-group.chocolate h2 {
  color: var(--white);
}
.wp-block-group.granite {
  background: var(--granite);
}
.wp-block-group.center .wp-block-group__inner-container {
  text-align: center;
}
.wp-block-group.center .wp-block-group__inner-container >h2,
.wp-block-group.center .wp-block-group__inner-container >h3,
.wp-block-group.center .wp-block-group__inner-container >p {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.narrow .wp-block-group__inner-container {
  max-width: 1024px;
}
.wp-block-group.section {
  max-width: 100vw;
}
.wp-block-group.section.only-section {
  min-height: calc(100vh - 200px);
}
.wp-block-group.section.only-section figure {
  height: calc(100vh - 200px);
}
.wp-block-group.section .wp-block-group__inner-container {
  padding: 80px;
}
.wp-block-group.section.full-width .wp-block-group__inner-container {
  max-width: 100vw;
}
.wp-block-group.section.img-split .wp-block-group__inner-container {
  padding: 0;
}
.wp-block-group.section.img-split .wp-block-group__inner-container .is-nowrap.is-layout-flex {
  align-items: stretch;
}
.wp-block-group.section.img-split .wp-block-group__inner-container .is-nowrap.is-layout-flex >.is-vertical,
.wp-block-group.section.img-split .wp-block-group__inner-container .is-nowrap.is-layout-flex >figure {
  flex: 0 0 auto;
  width: calc(50% - 2em);
}
.wp-block-group.section.img-split .wp-block-group__inner-container .is-nowrap.is-layout-flex >figure {
  position: relative;
  width: 50%;
}
.wp-block-group.section.img-split .wp-block-group__inner-container .is-nowrap.is-layout-flex >figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.padded {
  padding: 60px 60px 80px;
}
.row-right {
  justify-content: flex-end;
}
.is-layout-flex {
  column-gap: 2em !important;
  row-gap: 1.5em !important;
}
.is-layout-grid {
  gap: 1.5em !important;
}
.logos {
  margin-bottom: 32px;
  row-gap: 0em !important;
  column-gap: 4em !important;
}
.logos svg {
  height: 170px;
  width: auto;
}
.logos svg path {
  fill: var(--beige);
}
.granite .logos svg path {
  fill: var(--beige);
}
.half {
  width: 50%;
}
.contact-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.contact-link svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.contact-link svg path {
  fill: currentColor;
}
.contact-list {
  display: flex;
  justify-content: flex-start !important;
  width: 100%;
}
.contact-list h3 {
  margin-bottom: 20px;
  white-space: nowrap;
}
.copyright-bar {
  min-height: 200px;
  padding: 40px;
  background: var(--beige);
  flex: 1 1 100%;
}
.copyright-bar svg {
  width: 260px;
  height: auto;
}
.copyright-bar svg path {
  fill: var(--bone);
}
#wpadminbar {
  opacity: 0.5;
}
.wp-block-latest-posts__list {
  margin-left: 0;
}
.wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  width: 100%;
  height: 230px;
  margin: 0 0 20px 0 !important;
  position: relative;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--beige);
  opacity: 0.5;
  transition: opacity 300ms ease-in-out;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  pointer-events: all;
  font-size: 1.6em;
  letter-spacing: -0.03em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  color: var(--chocolate);
  line-height: 1.6em;
}
.wp-block-latest-posts__list li:hover .wp-block-latest-posts__featured-image::after {
  opacity: 0;
}
