/* Rendered: 19:16:48 GMT+0100 (British Summer Time) */ /*
https://git.dbushell.com/dbushell/patchwork/src/branch/main/static/css/base/reset.css#
 */
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where(html) {
  color-scheme: light;
  hanging-punctuation: first allow-end last;
  interpolate-size: allow-keywords;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

:where(html.translated-rtl) {
  direction: rtl;
}

@media (prefers-reduced-motion: reduce) {
  :where(html) {
    scroll-behavior: auto;
  }
}
:where(body) {
  min-block-size: 100svb;
  min-inline-size: 300px;
}

:where(canvas, img, picture, svg, video) {
  block-size: auto;
  border: none;
  display: block;
  max-inline-size: 100%;
}

:where(button, input, progress, select, textarea) {
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  hanging-punctuation: none;
  line-height: inherit;
  text-align: start;
  touch-action: manipulation;
}

:where(button) {
  cursor: pointer;
  user-select: none;
}

:where(textarea) {
  resize: vertical;
}

:where(textarea:not([rows])) {
  field-sizing: content;
}

:where(fieldset, iframe) {
  border: none;
}

:where(p, li, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

:where(abbr[title]) {
  border: none;
  text-decoration: none;
}

:where(cite) {
  font-style: inherit;
}

:where(small) {
  font-size: inherit;
}

:where(li, ol, ul) {
  list-style: none;
}

:where(dialog, [popover]) {
  background: transparent;
  border: none;
  color: inherit;
  margin: auto;
  max-block-size: none;
  max-inline-size: none;
  position: fixed;
}

:where([popover]) {
  inset: auto;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 400;
  line-height: 1.6;
}

body.ScrollLock {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 400;
}

h1 {
  font-size: 2.8rem;
  font-weight: 100;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #008080;
}
a:hover {
  color: #005a5a;
}

.Padded {
  padding-bottom: 80px;
  padding-top: 80px;
}

.Container {
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 1124px) {
  .Container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.Container-Edge-Wide {
  max-width: 2200px;
  margin: 0 auto;
}

.BG-Dark {
  background: #242828;
}

.Center-Image img {
  margin: 0 auto;
}

.Right {
  text-align: right;
}

.MoreLink {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #008080;
  border-bottom: 1px solid #008080;
}
.MoreLink:hover {
  color: #005a5a;
  border-bottom: 1px solid #005a5a;
}

.BigMoreLink {
  text-decoration: none;
  font-size: 1.2rem;
  font-style: italic;
  position: relative;
  border-bottom: 1px solid #008080;
  padding-bottom: 3px;
  /*
  &:after {
    content: '';
    width: 100%;
    height: 50%;
    background: $primary-tint;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 75%;
  }

   */
}

/*
@media (max-width: 2080px) {
  .Container-Wide {
    background: #0c0;
    margin-left: 40px;
    margin-right: 40px;
  }
}
 */
.Spacer {
  background: #efefef;
  height: 5px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.FormGroup {
  margin-bottom: 10px;
}

.Btn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0.5rem 2rem;
  text-align: center;
  width: 200px;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.Btn-Primary {
  background-color: #008080;
  color: #ffffff;
}
.Btn-Primary:hover {
  background-color: #005a5a;
}

#Footer {
  background: #f7f7f7;
}
#Footer .Upper {
  padding: 50px 25px;
}
#Footer .Copyright {
  background: #e7e7e7;
  font-size: 0.7rem;
  padding: 10px 25px;
  text-align: center;
}
#Footer .SM {
  background: #ffffff;
  padding: 10px 25px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
#Footer .SM a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
#Footer .SM a:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  border-radius: 50%;
  background: #008080;
  height: 45px;
  width: 45px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
#Footer .SM a svg {
  height: 35px;
}
#Footer .SM a svg .IconClass {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  fill: #005a5a;
}
#Footer .SM a:hover {
  transform: scale(1.2) translateY(-2px);
}
#Footer .SM a:hover:after {
  opacity: 1;
  transform: scale(1);
}
#Footer .SM a:hover svg .IconClass {
  fill: #9FC6C6;
}

#Header {
  border-bottom: 1px solid #dedede;
}
#Header .H-Grid {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
}
#Header .Logo {
  align-items: baseline;
  color: #4e4e4e;
  display: flex;
  gap: 5px;
  font-size: 1.4rem;
  text-decoration: none;
}
#Header .Logo .p1 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  letter-spacing: 0.2em;
}
#Header .Logo .p2 {
  color: #9a9a9a;
  font-weight: 700;
  font-size: 0.7rem;
}
@media (max-width: 450px) {
  #Header .Logo {
    flex-direction: column;
  }
}

.GalleryImageGrid .GIG-Row {
  display: flex;
  margin-bottom: 0px;
}
.GalleryImageGrid a {
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.GalleryImageGrid a img {
  width: 100%;
}
.GalleryImageGrid a .Title {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  color: #4e4e4e;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 10px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
}
.GalleryImageGrid a:hover .Title {
  opacity: 1;
  visibility: visible;
}

.GalleryList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 20px;
}
.GalleryList .GalleryThumb {
  height: 100%;
}
@media (max-width: 920px) {
  .GalleryList ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .GalleryList ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 400px) {
  .GalleryList ul {
    grid-template-columns: 1fr;
  }
}

#GalleryLoader .Loader {
  background: #dedede;
  margin: 5px;
  font-size: 1.1rem;
  padding: 5px;
  text-align: center;
  font-style: italic;
}
#GalleryLoader .ThatsAll {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #9FC6C6;
  padding: 8px 15px;
  margin: 5px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
#GalleryLoader .ThatsAll.Active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.GalleryNav .NextPrev {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.GalleryNav .NextPrev a {
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  padding: 10px;
  gap: 15px;
  font-family: "Oswald", sans-serif;
  align-items: center;
  text-decoration: none;
  color: #4e4e4e;
}
.GalleryNav .NextPrev a .Im {
  overflow: hidden;
  position: relative;
}
.GalleryNav .NextPrev a img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100px;
}
.GalleryNav .NextPrev a .Title {
  flex: 1;
}
.GalleryNav .NextPrev a .Title .Label {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  color: #ccc;
}
.GalleryNav .NextPrev a .Arrow {
  padding: 0 10px;
}
.GalleryNav .NextPrev a .Arrow > div {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  border: 3px solid #dedede;
  aspect-ratio: 1/1;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.GalleryNav .NextPrev a .Arrow > div svg {
  width: 25px;
}
.GalleryNav .NextPrev a .Arrow > div svg .NextArrowPath {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  fill: #dedede;
}
.GalleryNav .NextPrev a .Arrow > div:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: "";
  border-radius: 50%;
  background: #008080;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
.GalleryNav .NextPrev a.Next {
  flex-direction: row-reverse;
}
.GalleryNav .NextPrev a.Next .Arrow svg {
  transform: rotate(180deg);
}
.GalleryNav .NextPrev a.Next .Title {
  text-align: right;
}
.GalleryNav .NextPrev a:hover .Im {
  background: #000000;
}
.GalleryNav .NextPrev a:hover .Im img {
  transform: scale(1.3);
  filter: blur(3px);
}
.GalleryNav .NextPrev a:hover .Arrow > div {
  transform: scale(1.3);
}
.GalleryNav .NextPrev a:hover .Arrow > div:after {
  opacity: 1;
  transform: scale(1);
}
.GalleryNav .NextPrev a:hover .Arrow > div svg .NextArrowPath {
  fill: #ffffff;
}
.GalleryNav .GalleryFocus {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.GalleryNav .GalleryFocus .Others {
  flex: 1;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  /*
  align-items: flex-start;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  //gap: 10px;

   */
}

.GalleryThumb {
  display: block;
  border-radius: 2px;
  background: #ffffff;
  padding: 6px;
  text-decoration: none;
}
.GalleryThumb .Im {
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.GalleryThumb .Im img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.GalleryThumb .Title {
  color: #4e4e4e;
  font-weight: 500;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.GalleryThumb:hover .Im img {
  transform: scale(1.2);
}
.GalleryThumb.Minimal {
  align-items: center;
  display: flex;
  gap: 10px;
}
.GalleryThumb.Minimal .Im {
  margin-bottom: 0;
}
.GalleryThumb.Minimal .Im img {
  width: 50px;
}

.OnLight .GalleryThumb {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.HomeIntro {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 60px;
}
@media (max-width: 650px) {
  .HomeIntro {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.HomeIntro .Im figure {
  background: #ffffff;
  border: 1px solid #dedede;
  padding: 10px;
}

.ImageGrid .IG-Row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.ImageGrid a img {
  width: auto;
}

.MobileNav {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(8, 43, 43, 0.9);
  backdrop-filter: blur(5px);
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  top: -100%;
}
.MobileNav header {
  border-bottom: 2px solid #9FC6C6;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.MobileNav .Close {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px solid #9FC6C6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.MobileNav .Close:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
}
.MobileNav .Close svg {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 25px;
  width: 25px;
}
.MobileNav .Close svg .IconClass {
  fill: #9FC6C6;
}
.MobileNav .Close:hover {
  border-color: #008080;
  transform: scale(1.3);
}
.MobileNav .Close:hover:after {
  opacity: 1;
  transform: scale(1);
}
.MobileNav .Close:hover svg {
  transform: rotate(180deg);
}
.MobileNav .Close:hover svg .IconClass {
  fill: #008080;
}
.MobileNav section {
  overflow: auto;
  padding: 30px;
}
.MobileNav a {
  color: #ffffff;
}
.MobileNav nav {
  margin: auto;
  width: 300px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.MobileNav nav > ul {
  flex: 1;
}
.MobileNav nav > ul > li {
  margin-bottom: 4px;
}
.MobileNav nav > ul > li > a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
}
.MobileNav nav > ul > li > ul > li > a {
  font-size: 0.8rem;
  text-decoration: none;
}
.MobileNav.Show {
  top: 0;
}

.NavTrigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 15px;
  position: relative;
}
.NavTrigger:after {
  content: "";
  position: absolute;
  border: 2px solid #dedede;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  top: -10px;
  left: -7px;
}
.NavTrigger span {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #4e4e4e;
}
.NavTrigger:hover span:nth-child(1) {
  transform: translateY(13px);
}
.NavTrigger:hover span:nth-child(2) {
  transform: rotate(180deg);
}
.NavTrigger:hover span:nth-child(3) {
  transform: translateY(-13px);
}

.NavTriggerOuter {
  display: none;
}
@media (max-width: 900px) {
  .NavTriggerOuter {
    display: block;
  }
}

.Newsletter {
  text-align: center;
}
.Newsletter input[type=text],
.Newsletter input[type=email] {
  background: #ffffff;
  padding: 0.5em 1em;
  width: 350px;
  max-width: 100%;
}
.Newsletter input[type=text]:focus,
.Newsletter input[type=email]:focus {
  outline: 1px dotted teal;
}

.Pagination {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.Pagination a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #008080;
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  /*
  i {
  	.Transition;
  }

   */
}
.Pagination a img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
.Pagination a:hover {
  background-color: #005a5a;
}
.Pagination .Previous a img {
  transform: rotate(180deg);
}
.Pagination .Previous a:hover img {
  transform: translateX(-5px) rotate(180deg);
}
.Pagination .Next a:hover img {
  transform: translateX(5px);
}

.PageGrid {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 200px;
}
@media (max-width: 950px) {
  .PageGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.Post header {
  border-bottom: 1px solid #dedede;
  display: flex;
  gap: 20px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .Post header {
    flex-direction: column;
  }
}
.Post header .Im {
  flex: 0 0 25%;
}
.Post header .Content h1 {
  line-height: 1;
  margin-bottom: 10px;
}
.Post header .Content .Date {
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 1em;
}
.Post header .Content .Category {
  display: flex;
  gap: 10px;
}
.Post header .Content .Category strong {
  font-weight: 500;
}
.Post header .Content .Tags {
  display: flex;
  gap: 10px;
}
.Post header .Content .Tags strong {
  font-weight: 500;
}
.Post header .Content .Tags > div:nth-child(2) {
  align-items: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.Post header .Content .Tags a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #9FC6C6;
  border-radius: 3px;
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
  color: #ffffff;
  text-decoration: none;
}
.Post header .Content .Tags a:hover {
  background: #005a5a;
}
.Post .Post-Body {
  margin-bottom: 50px;
}

.PostList .PostSummary {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #dedede;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  text-decoration: none;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .PostList .PostSummary {
    grid-template-columns: 1fr;
  }
}
.PostList .PostSummary:last-child {
  margin-bottom: 0;
}
.PostList .PostSummary .Im {
  flex: 0 0 25%;
}
.PostList .PostSummary .Im .ImWrap {
  display: block;
  overflow: hidden;
}
.PostList .PostSummary .Im .ImWrap img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.PostList .PostSummary .Content {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.PostList .PostSummary:hover .Im .ImWrap img {
  transform: scale(1.3);
  filter: blur(10px);
}
.PostList .PostSummary:hover .Content {
  opacity: 0.5;
}

#PrimaryNav ul.menu {
  align-items: center;
  display: flex;
  gap: 20px;
}
#PrimaryNav ul.menu > li {
  position: relative;
}
#PrimaryNav ul.menu > li > a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: rgb(103.5, 103.5, 103.5);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
}
#PrimaryNav ul.menu > li > a:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 5px;
  background: rgb(205.5, 205.5, 205.5);
  content: "";
  display: block;
  width: 100%;
  margin-top: 2px;
  position: absolute;
  transform: scaleX(0);
}
#PrimaryNav ul.menu > li > a:hover {
  color: #4e4e4e;
}
#PrimaryNav ul.menu > li > a:hover:after {
  transform: scaleX(1);
}
#PrimaryNav ul.menu > li.current-menu-item > a {
  color: #008080;
  font-weight: 600;
}
#PrimaryNav ul.menu ul.sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  backdrop-filter: blur(5px);
  top: 100%;
  left: -10px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
}
#PrimaryNav ul.menu ul.sub-menu > li > a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  display: block;
  font-size: 0.8rem;
  text-decoration: none;
  position: relative;
  padding: 5px 10px;
}
#PrimaryNav ul.menu ul.sub-menu > li > a:after {
  /*
  content: "";
  position: absolute;
  background: $primary;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

   */
}
#PrimaryNav ul.menu ul.sub-menu > li > a:hover {
  background-color: #008080;
}
#PrimaryNav ul.menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 900px) {
  #PrimaryNav {
    display: none;
  }
}

.SiblingPosts {
  border-top: 1px solid #dedede;
  padding-top: 40px;
}
.SiblingPosts a {
  display: block;
  font-size: 0.85rem;
  text-decoration: none;
}

.ToTop {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #008080;
  color: #ffffff;
  font-size: 0.75rem;
  border-radius: 3px;
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  gap: 5px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
.ToTop img {
  height: 0.8rem;
}
.ToTop:hover {
  background: #005a5a;
  color: #ffffff;
}
.ToTop.Active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.Widget h2 {
  line-height: 1;
}
.Widget hr.wp-block-separator {
  border: 2px solid #dedede;
  margin-bottom: 40px;
  margin-top: 40px;
}
.Widget .wp-block-latest-posts li a,
.Widget .wp-block-categories li a {
  display: block;
  font-size: 0.85rem;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
}
.Widget .wp-block-latest-posts li a:after,
.Widget .wp-block-categories li a:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  background: #008080;
  z-index: -1;
  transform: scaleY(0);
  opacity: 0;
}
.Widget .wp-block-latest-posts li a:hover,
.Widget .wp-block-categories li a:hover {
  color: #ffffff;
}
.Widget .wp-block-latest-posts li a:hover:after,
.Widget .wp-block-categories li a:hover:after {
  transform: scaleY(1);
  opacity: 1;
}