@charset "UTF-8";

/*
Theme Name: Skelly Bootstrap
Theme URI: https://bfj.digital/
Author: BFJ Digital
Author URI: https://bfj.digital/
Version: 3.0.5
*/

/*=================
  FONT PRIMARY IMPORT
=================*/
@font-face {
  font-family: 'GriffithSerif';
  src: url("../skelly/fonts/GriffithSerifDisplayVF.woff2") format("woff2");
}
@font-face {
  font-family: 'GriffithSerif';
  src: url("../skelly/fonts/GriffithSerifDisplay-ItalicVF.woff2") format("woff2");
  font-style: italic;
}
@font-face {
  font-family: 'GriffithSans';
  src: url("../skelly/fonts/GriffithSansText-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: 'GriffithSans';
  src: url("../skelly/fonts/GriffithSansText-Bold.woff2") format("woff2");
  font-weight: bold;
}


/*=================
  FONT SECONDARY IMPORT
=================*/


/*=================
  FONT DEFAULT IMPORT
=================*/


/*=================
  CSS RESET
=================*/

/*
==========================
  FORM RESET
==========================
*/
form input,
form select,
form textarea,
form fieldset,
form optgroup,
form label,
.StripeElement {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  /* -webkit-appearance: none;
  -moz-appearance: none; */
}
form input:focus,
form select:focus,
form textarea:focus,
form fieldset:focus,
form optgroup:focus,
form label:focus,
.StripeElement:focus {
  outline: none;
}
form [type="text"],
form [type="email"],
.StripeElement {
  width: 100%;
}
form [type="button"],
form [type="submit"],
form [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

form select {
  text-transform: none;
}

/*
==========================
  GENERAL RESET
==========================
*/

* {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  outline: 0px;
  box-sizing: border-box;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html.preventScroll {
  height: 100%;
  overflow: hidden;
}

:root {
  --color-font: #000000;
  --color-text-weak: #6A6A6A;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

button {
  display: block;
  cursor: pointer;
}

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

strong,
em,
dfn,
small,
address,
q,
blockquote,
cite {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}

abbr {
  border-bottom: none;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

img[src=""] {
  display: none;
}

/* BOOTSTRAP ELEMENTS */

.accordion-item {
  background: none;
  border: none;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
  border: 0;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  font-size: inherit;
  color: inherit;
  background: none;
  padding: 0;
  box-shadow: none;
}
.accordion-button svg {
  transition: .3s;
}
.accordion-button:not(.collapsed) svg {
  rotate: -180deg;
}
.accordion-button::after {
  display: none;
}


/*=================
  APPLY DEFAULT STYLES
=================*/

#my-body {
  font-family: var(--font-copy-family);
  font-size: var(--font-copy-size);
  font-weight: var(--font-copy-weight);
  font-style: var(--font-copy-style);
  text-transform: var(--font-copy-transform);
  line-height: var(--font-copy-height);
  letter-spacing: var(--font-copy-letter);
  word-spacing: var(--font-copy-word);
  position: relative;
}
#my-body, html {
  color: var(--color-font);
  background: var(--color-bg-light);
}

/*=================
  FONT CLASSES
=================*/

.font-small {
  font-family: var(--font-small-family);
  font-size: var(--font-small-size);
  font-weight: var(--font-small-weight);
  font-style: var(--font-small-style);
  text-transform: var(--font-small-transform);
  line-height: var(--font-small-height);
  letter-spacing: var(--font-small-letter);
  word-spacing: var(--font-small-word);
}

.font-copy {
  font-family: var(--font-copy-family);
  font-size: var(--font-copy-size);
  font-weight: var(--font-copy-weight);
  font-style: var(--font-copy-style);
  text-transform: var(--font-copy-transform);
  line-height: var(--font-copy-height);
  letter-spacing: var(--font-copy-letter);
  word-spacing: var(--font-copy-word);
}

.font-large {
  font-family: var(--font-large-family);
  font-size: var(--font-large-size);
  font-weight: var(--font-large-weight);
  font-style: var(--font-large-style);
  text-transform: var(--font-large-transform);
  line-height: var(--font-large-height);
  letter-spacing: var(--font-large-letter);
  word-spacing: var(--font-large-word);
}

.font-heading5 {
  font-family: var(--font-heading5-family);
  font-size: var(--font-heading5-size);
  font-weight: var(--font-heading5-weight);
  font-style: var(--font-heading5-style);
  text-transform: var(--font-heading5-transform);
  line-height: var(--font-heading5-height);
  letter-spacing: var(--font-heading5-letter);
  word-spacing: var(--font-heading5-word);
}

.font-heading4 {
  font-family: var(--font-heading4-family);
  font-size: var(--font-heading4-size);
  font-weight: var(--font-heading4-weight);
  font-style: var(--font-heading4-style);
  text-transform: var(--font-heading4-transform);
  line-height: var(--font-heading4-height);
  letter-spacing: var(--font-heading4-letter);
  word-spacing: var(--font-heading4-word);
}

.font-heading3 {
  font-family: var(--font-heading3-family);
  font-size: var(--font-heading3-size);
  font-weight: var(--font-heading3-weight);
  font-style: var(--font-heading3-style);
  text-transform: var(--font-heading3-transform);
  line-height: var(--font-heading3-height);
  letter-spacing: var(--font-heading3-letter);
  word-spacing: var(--font-heading3-word);
}

.font-heading2 {
  font-family: var(--font-heading2-family);
  font-size: var(--font-heading2-size);
  font-weight: var(--font-heading2-weight);
  font-style: var(--font-heading2-style);
  text-transform: var(--font-heading2-transform);
  line-height: var(--font-heading2-height);
  letter-spacing: var(--font-heading2-letter);
  word-spacing: var(--font-heading2-word);
}

.font-heading1 {
  font-family: var(--font-heading1-family);
  font-size: var(--font-heading1-size);
  font-weight: var(--font-heading1-weight);
  font-style: var(--font-heading1-style);
  text-transform: var(--font-heading1-transform);
  line-height: var(--font-heading1-height);
  letter-spacing: var(--font-heading1-letter);
  word-spacing: var(--font-heading1-word);
}

.font-emphasis {
  font-family: var(--font-emphasis-family);
  font-size: var(--font-emphasis-size);
  font-weight: var(--font-emphasis-weight);
  font-style: var(--font-emphasis-style);
  text-transform: var(--font-emphasis-transform);
  line-height: var(--font-emphasis-height);
  letter-spacing: var(--font-emphasis-letter);
  word-spacing: var(--font-emphasis-word);
}

.font-serif {
  font-family: var(--font-primary) !important;
}
.font-sans {
  font-family: var(--font-secondary) !important;
}

.font-color-n-white {
  color: var(--color-n-white) !important;
}

/*=====================
  LAYOUT
=====================*/

.button {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  max-width: fit-content;
  font-weight: 700;
  color: var(--color-n-white);
  padding: var(--space-1) var(--space-2);
  border: 0 solid transparent;
  transition: .3s;
}
.button:hover {
  color: var(--color-n-black) !important;
}
.button:hover svg path {
  fill: var(--color-n-black) !important;
}

.button svg {
  flex: 0 0 16px;
}
.button svg path {
  transition: .3s;
}
.button-p {
  background: var(--color-p);
  border-color: var(--color-p);
}
.button-n-black {
  background: var(--color-n-black);
  border-color: var(--color-n-black);
}
.button-p:hover {
  background: var(--color-p-80) !important;
}
.button-n-black:hover {
  background: var(--color-n-white) !important;
}


.button-science-technology {
  background: var(--color-science-technology) !important;
}
.button-science-technology:hover {
  background: var(--color-science-technology-inactive) !important;
}
.button-business-government {
  background: var(--color-business-government) !important;
}
.button-business-government:hover {
  background: var(--color-business-government-inactive) !important;
}
.button-health-wellbeing {
  background: var(--color-health-wellbeing) !important;
}
.button-health-wellbeing:hover {
  background: var(--color-health-wellbeing-inactive) !important;
}
.button-society-culture {
  background: var(--color-society-culture) !important;
}
.button-society-culture:hover {
  background: var(--color-society-culture-inactive) !important;
}
.button-environment-sustainability {
  background: var(--color-environment-sustainability) !important;
}
.button-environment-sustainability:hover {
  background: var(--color-environment-sustainability-inactive) !important;
}
.button-media-the-arts {
  background: var(--color-media-the-arts) !important;
}
.button-media-the-arts:hover {
  background: var(--color-media-the-arts-inactive) !important;
}
.button-corporate {
  background: var(--color-corporate) !important;
  color: #000 !important;
}
.button-corporate:hover {
  background: var(--color-corporate-inactive) !important;
}


.cat {
  padding: var(--space-1) var(--space-2);
  color: var(--color-n-white);
  border: 1px solid var(--color-n-white);
}
.cat-business-government {
  background-color: var(--color-business-government);
}
.cat-business-government.inactive {
  background-color: var(--color-business-government-inactive);
  color: var(--color-n-black);
}
.cat-environment-sustainability {
  background-color: var(--color-environment-sustainability);
}
.cat-environment-sustainability.inactive {
  background-color: var(--color-environment-sustainability-inactive);
  color: var(--color-n-black);
}
.cat-events {
  background-color: var(--color-p);
}
.cat-events.inactive {
  background-color: var(--color-p-80);
  color: var(--color-n-black);
}
.cat-health-wellbeing {
  background-color: var(--color-health-wellbeing);
}
.cat-health-wellbeing.inactive {
  background-color: var(--color-health-wellbeing-inactive);
  color: var(--color-n-black);
}
.cat-media-the-arts {
  background-color: var(--color-media-the-arts);
}
.cat-media-the-arts.inactive {
  background-color: var(--color-media-the-arts-inactive);
  color: var(--color-n-black);
}
.cat-science-technology {
  background-color: var(--color-science-technology);
}
.cat-science-technology.inactive {
  background-color: var(--color-science-technology-inactive);
  color: var(--color-n-black);
}
.cat-society-culture {
  background-color: var(--color-society-culture);
}
.cat-society-culture.inactive {
  background-color: var(--color-society-culture-inactive);
  color: var(--color-n-black);
}
.cat-corporate {
  background-color: var(--color-corporate);
  color: var(--color-n-black);
}

.text-business-government {
  color: var(--color-business-government);
}
.text-environment-sustainability {
  color: var(--color-environment-sustainability);
}
.text-events{
  color: var(--color-p);
}
.text-health-wellbeing{
  color: var(--color-health-wellbeing);
}
.text-media-the-arts {
  color: var(--color-media-the-arts);
}
.text-science-technology {
  color: var(--color-science-technology);
}
.text-society-culture {
  color: var(--color-society-culture);
}
.text-corporate {
  color: var(--color_n_black);
}


.svg-business-government path {
  fill: var(--color-business-government);
}
.svg-environment-sustainability path {
  fill: var(--color-environment-sustainability);
}
.svg-events path {
  fill: var(--color-p);
}
.svg-health-wellbeing path {
  fill: var(--color-health-wellbeing);
}
.svg-media-the-arts path {
  fill: var(--color-media-the-arts);
}
.svg-science-technology path {
  fill: var(--color-science-technology);
}
.svg-society-culture path {
  fill: var(--color-society-culture);
}


.mw-fit {
  max-width: fit-content;
}
a:hover {
  color: inherit !important;
}
.text-weak {
  color: var(--color-text-weak);
}

.hide {
  display: none !important;
}



/*=================
  SPACING
=================*/
.pt-1 {
  padding-top: var(--space-1) !important;
}
.pt-2 {
  padding-top: var(--space-2) !important;
}
.pt-3 {
  padding-top: var(--space-3) !important;
}
.pt-4 {
  padding-top: var(--space-4) !important;
}
.pt-5 {
  padding-top: var(--space-5) !important;
}
.pt-6 {
  padding-top: var(--space-6) !important;
}
.pt-7 {
  padding-top: var(--space-7) !important;
}
.pt-8 {
  padding-top: var(--space-8) !important;
}
.pt-9 {
  padding-top: var(--space-9) !important;
}
.pt-10 {
  padding-top: var(--space-10) !important;
}

.pb-1 {
  padding-bottom: var(--space-1) !important;
}
.pb-2 {
  padding-bottom: var(--space-2) !important;
}
.pb-3 {
  padding-bottom: var(--space-3) !important;
}
.pb-4 {
  padding-bottom: var(--space-4) !important;
}
.pb-5 {
  padding-bottom: var(--space-5) !important;
}
.pb-6 {
  padding-bottom: var(--space-6) !important;
}
.pb-7 {
  padding-bottom: var(--space-7) !important;
}
.pb-8 {
  padding-bottom: var(--space-8) !important;
}
.pb-9 {
  padding-bottom: var(--space-9) !important;
}
.pb-10 {
  padding-bottom: var(--space-10) !important;
}


/*=================
  CONTAINER
=================*/
.container {
  max-width: var(--container-width);
  width: 100%;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-right {
  max-width: calc(50% + (var(--container-width) / 2));
  width: 100%;
  padding-left: var(--space-3);
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.container.full {
  max-width: unset;
}
.container.boxed {
  max-width: var(--container-width);
}
.main {
  overflow-x: hidden;
}



/*=================
  BREAKPOINTS
=================*/

@media only screen and (max-width: 1200px) {
  html {
    font-size: 60%;
  }
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 58%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 55%;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 51%;
  }
}


/*=================
  HEADER
=================*/

.header-bg {
  background: var(--color-n-white);
  border-bottom: 2px solid var(--color-p);
  transition: .5s;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5) var(--space-3);
  position: static !important;
}
.header .logo {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  transition: .3s;
}
.header .logo:hover {
  scale: 1.01;
}
.header .logo img {
  max-width: 190px;
  max-height: 40px;
}
.header .logo strong {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--color-n-black);
}
.header .logo strong br {
  display: none;
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-7);
}

.header-nav .item {
  color: var(--color-p);
  font-weight: 700;
  transition: .3s;
  position: relative;
}
.header-nav .item svg path {
  transition: .3s;
}
.header-nav .item:hover {
  color: var(--color-n-black);
}
.header-nav .item:hover svg path {
  fill: var(--color-n-black);
}
.header-nav .item.dropdown.active svg {
  rotate: 180deg;
}

.header-nav .item.dropdown.active .buffer {
  display: block;
}

.header-nav .item.dropdown .buffer {
  display: none;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 1250px) {
  .header .logo strong br {
    display: block;
  }
  .header-nav {
    gap: var(--space-5);
  }
}

/*=================
  MEGAMENU MENU
=================*/
.header-nav .megamenu-bg {
  display: none;
  width: 100%;
  background: var(--color-n-white);
  padding: var(--space-5) 0;
  border-bottom: 2px solid var(--color-p);
  position: absolute;
  top: 86px;
  left: 0;
}
.header-nav .megamenu-bg.active {
  display: block;
}

.header-nav .megamenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
}
.header-nav .megamenu .child-link {
  flex: 0 1 246px;
  text-align: center;
  color: var(--color-n-white);
  background: var(--color-p);
  padding: 12px 4px;
  transition: .3s;
}
.header-nav .megamenu .child-link:hover {
  color: var(--color-n-black);
  background: var(--color-p-80);
}
.header-nav .megamenu .child-link.button-environment-sustainability,
.header-nav .megamenu .child-link.button-business-government {
  text-wrap: nowrap;
}

.header-nav .header-search {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1);
  border: 1px solid var(--color-n-grey);
  margin-left: calc(var(--space-5) * -1);
  cursor: pointer;
}


@media only screen and (max-width: 1250px) {
  .header-nav .megamenu-bg {
    top: 120px;
  }
  .header-nav .megamenu .child-link.button-environment-sustainability,
  .header-nav .megamenu .child-link.button-business-government {
    text-wrap: wrap;
  }
  .header-nav .header-search {
    margin-left: 0;
  }
}

/*=================
  MOBILE MENU
=================*/

.header-mobile-bg {
  display: none;
  background: var(--color-n-white);
  border-bottom: var(--color-p);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-3);
}
.header-mobile .logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.header-mobile .logo img {
  max-width: 114px;
  max-height: 24px;
}
.header-mobile .logo strong {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--color-n-black);
}

.header-mobile-menus {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  cursor: pointer;
}

.header-mobile .toggle-menu {
  width: 22px;
  height: 2px;
  background: var(--color-p);
  transition: .15s;
  position: relative;
}
.header-mobile .toggle-menu::before, .header-mobile .toggle-menu::after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-p);
  transition: .15s;
  position: absolute;
  top: -6px;
  left: 0;
}
.header-mobile .toggle-menu::after {
  top: 6px;
}

.mobile-overlay {
  width: 100dvw;
  height: 100dvh;
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  visibility: hidden;
  opacity: 0;
  z-index: 1050;
}

.nav-mobile {
  width: 80%;
  height: 100dvh;
  background: var(--color-n-black);
  color: var(--color-n-white);
  padding: var(--space-4) var(--space-3) var(--space-5);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  z-index: 1100;
}

.close-btn {
  width: fit-content;
  padding: 4px;
  margin-left: auto;
  margin-bottom: var(--space-3);
  cursor: pointer;
}
.close-btn svg {
  width: 20px;
  height: 20px;
}

.nav-mobile strong {
  display: block;
  font-family: 'GriffithSerif', Times, serif;
  margin-bottom: var(--space-3);
}
.nav-mobile em {
  display: block;
  font-family: 'GriffithSerif', Times, serif;
  font-size: 18px;
  margin-bottom: var(--space-2);
}

.nav-mobile .mobile-menu {
  margin-bottom: var(--space-7);
}
.nav-mobile .item {
  max-width: fit-content;
  display: flex;
  align-items: center;
  gap: var(--space-1);
  font-size: 1.6rem !important;
  color: var(--color-p);
  font-weight: 700;
  margin-bottom: var(--space-3);
}
.nav-mobile .accordion {
  font-size: 1.6rem !important;
  color: var(--color-p);
  font-weight: 700;
  margin-bottom: var(--space-3);
}
.nav-mobile .accordion-button {
  gap: var(--space-1);
  margin-bottom: var(--space-1);
}
.nav-mobile .accordion-collapse {
  background: var(--color-n-white);
  padding: var(--space-3);
}
.nav-mobile .accordion-collapse a {
  max-width: fit-content;
  background: none !important;
}
.nav-mobile .accordion-collapse a:not(:last-of-type) {
  margin-bottom: var(--space-3);
}

/* MOBILE NAV BUTTON COLOURS */
.nav-mobile a.button-science-technology {
  color: var(--color-science-technology);
}
.nav-mobile a.button-business-government {
  color: var(--color-business-government);
}
.nav-mobile a.button-health-wellbeing {
  color: var(--color-health-wellbeing);
}
.nav-mobile a.button-society-culture {
  color: var(--color-society-culture);
}
.nav-mobile a.button-environment-sustainability {
  color: var(--color-environment-sustainability);
}
.nav-mobile a.button-media-the-arts {
  color: var(--color-media-the-arts);
}

.nav-mobile .mobile-search {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  background: var(--color-n-white);
  padding: var(--space-1);
  margin-bottom: var(--space-5);
  cursor: pointer;
}
.nav-mobile .mobile-search svg {
  flex: 0 0 18px;
}
.nav-mobile .mobile-search input {
  width: 100%;
  font-size: 16px;
  color: var(--color-n-black);
}

.nav-mobile .header-newsletter form {
  display: flex;
  margin-bottom: var(--space-5);
}
.nav-mobile .header-newsletter .gform_required_legend {
  display: none;
}
.nav-mobile .header-newsletter input:not([type="submit"]) {
  min-height: 46px;
  width: 100% !important;
  color: var(--color-n-black);
  background: var(--color-n-white) !important;
}
.nav-mobile .header-newsletter input[type="submit"] {
  width: 100%;
  height: 100%;
  background: var(--color-p);
  padding: 0 var(--space-1);
  margin: 0 !important;
}
.nav-mobile .header-newsletter .gform-body {
  flex: 1 1 60%;
}
.nav-mobile .header-newsletter .gform_footer {
  flex: 1 1 20%;
  min-height: 46px;
  padding: 0 !important;
  margin: 0 !important;
}
.nav-mobile .header-newsletter .gform_footer input[type="submit"] {
  display: block;
  max-width: 100%;
  text-align: center;
}


.nav-mobile .socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}
.nav-mobile .socials a {
  margin: 0;
}
.nav-mobile .socials a img {
  width: 24px;
  height: 24px;
}


/* MOBILE NAV ACTIVE */
.header-mobile-bg.active .mobile-overlay {
  visibility: visible;
  opacity: 1;
}
.header-mobile-bg.active .nav-mobile {
  visibility: visible;
  opacity: 1;
}
.header-mobile-bg.active .toggle-menu {
  rotate: -45deg;
}
.header-mobile-bg.active .toggle-menu::before {
  rotate: 90deg;
  top: 0px;
}
.header-mobile-bg.active .toggle-menu::after {
  opacity: 0;
}


@media only screen and (max-width: 992px) {
  .header-bg {
    display: none;
  }
  .header-mobile-bg {
    display: block;
  }
}


/*=================
  FOOTER
=================*/

.footer-bg {
  background: var(--color-n-white);
  border-top: 1px solid var(--color-n-grey);
}

.footer {
  padding-top: var(--space-7);
}

.footer .footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
  margin-bottom: var(--space-7);
}

.footer strong.font-heading4 {
  display: block;
  font-family: 'GriffithSerif', Times, serif;
  margin-bottom: var(--space-3);
}

.footer .footer-top .footer-menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2);
  margin-right: var(--space-4);
}
.footer .footer-top .footer-menu a {
  color: var(--color-p);
  font-weight: 700;
  transition: .3s;
}
.footer .footer-top .footer-menu a svg path {
  transition: .3s;
}
.footer .footer-top .footer-menu a:hover svg path {
  fill: var(--color-n-black);
}

.footer .footer-top .footer-search {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  padding: calc(var(--space-1) + 1px);
  border: 1px solid var(--color-n-grey);
  cursor: pointer;
}
.footer .footer-top .footer-search input {
  width: 100%;
  font-size: 16px;
}

.footer .footer-top .footer-newsletter form {
  display: flex;
  margin-bottom: var(--space-5);
}
.footer .footer-top .footer-newsletter .gform_required_legend {
  display: none;
}
.footer .footer-top .footer-newsletter input:not([type="submit"]) {
  min-height: 46px;
  width: 100% !important;
  color: var(--color-n-black);
  background: var(--color-n-white) !important;
  border: 1px solid var(--color-n-grey);
}
.footer .footer-top .footer-newsletter input[type="submit"] {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  font-weight: 700;
  text-align: center;
  color: var(--color-n-white);
  background: var(--color-p);
  padding: 0 var(--space-2);
  margin: 0 !important;
  transition: .3s;
}
.footer .footer-top .footer-newsletter input[type="submit"]:hover {
  color: var(--color-n-black);
  background: var(--color-p-80);
}
.footer .footer-top .footer-newsletter .gform-body {
  flex: 1 1 60%;
}
.footer .footer-top .footer-newsletter .gform_footer {
  flex: 0 1 20%;
  min-height: 46px;
  padding: 0 !important;
  margin: 0 !important;
}

.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: var(--space-3);
}

.footer .footer-bottom .footer-strip,
.footer .footer-bottom .footer-strip .footer-strip-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  color: var(--color-text-weak);
}
.footer .footer-bottom .footer-strip a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .footer-strip .disclaimer {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}


.footer .footer-top .footer-socials {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.footer .footer-top .footer-socials .socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}
.footer .footer-top .footer-socials .socials a {
  width: 20px;
  height: 20px;
  transition: .3s;
}
.footer .footer-top .footer-socials .socials a:hover {
  scale: 1.1;
}

.footer .footer-bottom .copyright {
  flex: 0 0 100%;
  color: var(--color-text-weak);
  text-align: center;
  margin-bottom: var(--space-2);
}
.footer .footer-bottom .copyright a {
  display: inline-block;
  text-decoration: underline;
}
.footer .footer-bottom .copyright a:hover {
  color: var(--color-n-black) !important;
}

@media only screen and (max-width: 992px) {
  .footer .footer-top {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
}
@media only screen and (max-width: 578px) {
  .footer .footer-bottom .footer-socials {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-bottom .copyright {
    text-align: start;
  }
}


/*=================
  GUTENBERG PAGES
=================*/

.main .content-center {
  max-width: 1200px;
  width: 100%;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  margin-right: auto;
  margin-left: auto;
}
.main .content-center h1,
.main .content-center h2,
.main .content-center h3,
.main .content-center h4,
.main .content-center h5,
.main .content-center h6,
.main .content-center p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}


/*=================
  BLOG POSTS
=================*/


/* POST BANNER */
body.single-post .post-banner {
  display: grid;
  justify-content: center;
  align-items: end;
  min-height: 688px;
}
body.single-post .post-banner .post-title {
  max-width: 1000px;
  background: var(--color-p);
  padding: var(--space-5);
  border-right: var(--space-5) solid var(--color-n-white);
  margin-top: var(--space-9);
  position: relative;
}
body.single-post .post-banner .post-title h1 {
  color: var(--color-n-white);
  margin: 0;
}
body.single-post .post-banner .post-title .date {
  height: 54px;
  background: var(--color-n-white);
  padding: var(--space-2) var(--space-5);
  position: absolute;
  top: -54px;
  right: calc(var(--space-5) * -1);
}
body.single-post .post-banner .post-title .date span {
  min-width: 220px;
  display: block;
  text-align: end;
}

@media only screen and (max-width: 992px) {
  body.single-post .post-banner .post-title {
    border-right: 0;
  }
  body.single-post .post-banner .post-title h1 {
    font-size: 4rem;
  }
  body.single-post .post-banner .post-title .date {
    height: 36px;
    padding: var(--space-1) var(--space-3);
    top: -36px;
    left: 0;
    right: initial;
  }
  body.single-post .post-banner .post-title .date span {
    min-width: initial;
    text-align: start;
  }
}
@media only screen and (max-width: 578px) {
  body.single-post .post-banner {
    min-height: 500px;
  }
  body.single-post .post-banner .post-title {
    padding: var(--space-4) var(--space-3);
  }
}


/* POST BODY */

body.single-post .post-body {
  display: grid;
  grid-template-columns: minmax(0, 392px) minmax(620px, 920px) minmax(250px, 392px);
  gap: var(--space-5);
  max-width: 1832px;
  padding: var(--space-6) var(--space-3);
  margin: 0 auto;
}
body.single-post .post-body .post-content {
  grid-column: 2;
}
body.single-post .post-body .post-sidebar {
  grid-column: 3;
}


body.single-post .post-content h1 {
  font-family: var(--font-heading2-family);
  font-size: var(--font-heading2-size);
  font-weight: var(--font-heading2-weight);
  font-style: var(--font-heading2-style);
  text-transform: var(--font-heading2-transform);
  line-height: var(--font-heading2-height);
  letter-spacing: var(--font-heading2-letter);
  word-spacing: var(--font-heading2-word);
  margin-top: var(--space-4);
  margin-bottom: var(--space-5);
}
body.single-post .post-content h2 {
  font-family: var(--font-heading3-family);
  font-size: var(--font-heading3-size);
  font-weight: var(--font-heading3-weight);
  font-style: var(--font-heading3-style);
  text-transform: var(--font-heading3-transform);
  line-height: var(--font-heading3-height);
  letter-spacing: var(--font-heading3-letter);
  word-spacing: var(--font-heading3-word);
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}
body.single-post .post-content h3 {
  font-family: var(--font-heading4-family);
  font-size: var(--font-heading4-size);
  font-weight: var(--font-heading4-weight);
  font-style: var(--font-heading4-style);
  text-transform: var(--font-heading4-transform);
  line-height: var(--font-heading4-height);
  letter-spacing: var(--font-heading4-letter);
  word-spacing: var(--font-heading4-word);
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}
body.single-post .post-content h4 {
  font-family: var(--font-heading5-family);
  font-size: var(--font-heading5-size);
  font-weight: var(--font-heading5-weight);
  font-style: var(--font-heading5-style);
  text-transform: var(--font-heading5-transform);
  line-height: var(--font-heading5-height);
  letter-spacing: var(--font-heading5-letter);
  word-spacing: var(--font-heading5-word);
  margin-top: var(--space-4);
  margin-bottom: var(--space-3);
}
body.single-post .post-content h5,
body.single-post .post-content h6 {
  font-family: var(--font-large-family);
  font-size: var(--font-large-size);
  font-weight: var(--font-large-weight);
  font-style: var(--font-large-style);
  text-transform: var(--font-large-transform);
  line-height: var(--font-large-height);
  letter-spacing: var(--font-large-letter);
  word-spacing: var(--font-large-word);
  margin-top: var(--space-3);
  margin-bottom: var(--space-2);
}

body.single-post .post-content a {
  display: inline-block;
  color: var(--color-p);
}
body.single-post .post-content a:hover {
  text-decoration: underline;
}
body.single-post .post-content strong,
body.single-post .post-content b {
  font-weight: 700;
}
body.single-post .post-content em,
body.single-post .post-content i {
  font-style: italic;
}

body.single-post .post-content ul, ol {
  margin-bottom: var(--space-5);
}
body.single-post .post-content ol li {
  list-style: decimal;
}
body.single-post .post-content ul li {
  list-style: disc;
}
body.single-post .post-content li {
  margin-left: var(--space-2);
  margin-bottom: var(--space-2);
}

body.single-post .post-content .wp-block-pullquote {
  padding: var(--space-6) 0;
}
body.single-post .post-content .wp-block-pullquote blockquote {
  padding: var(--space-4) 0 0 var(--space-5);
  border-top: var(--space-1) solid var(--color-p);
  border-left: var(--space-1) solid var(--color-p);
}
body.single-post .post-content .wp-block-pullquote blockquote p {
  font-size: 3.2rem;
  font-family: 'GriffithSerif', Times, serif;
  font-style: italic;
  margin-bottom: var(--space-3);
}
body.single-post .post-content .wp-block-pullquote blockquote cite {
  display: block;
  font-size: 1.6rem;
  text-align: end;
  color: var(--color-text-weak);
}

body.single-post .post-content .wp-block-quote {
  max-width: 550px;
  padding: var(--space-2) var(--space-1) var(--space-2) var(--space-5);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
  margin: var(--space-5) auto;
}
body.single-post .post-content .wp-block-quote p {
  font-size: 2rem;
  font-family: 'GriffithSerif', Times, serif;
  font-style: italic;
  text-align: end;
  margin-bottom: var(--space-2);
}
body.single-post .post-content .wp-block-quote cite{
  display: block;
  color: var(--color-text-weak);
  text-align: end;
}

body.single-post .post-content .wp-block-details summary {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: var(--space-2);
}
body.single-post .post-content .wp-block-details p {
  margin-left: var(--space-3);
}

body.single-post .post-content .wp-block-preformatted {
  color: var(--color-text-weak);
  background: #F7F7F7;
  padding: var(--space-2) var(--space-3);
}

body.single-post .post-content .wp-block-table {
  margin: var(--space-3) 0;
}
body.single-post .post-content .wp-block-table thead {
  background: var(--color-p);
  border: 0;
}
body.single-post .post-content .wp-block-table thead th {
  color: var(--color-n-white);
  font-weight: 700;
  border: 0;
}
body.single-post .post-content .wp-block-table tbody td {
  color: var(--color-text-weak);
  border-left: 0;
  border-right: 0;
  border-color: var(--color-n-grey);
}

body.single-post .post-content .wp-block-verse {
  max-width: 550px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: var(--color-text-weak);
  padding-left: var(--space-4);
  border-left: 4px solid #4D4D5A;
  margin: var(--space-6) auto;
}


body.single-post .post-content .wp-block-calendar {
  margin: var(--space-5) auto;
}
body.single-post .post-content .wp-block-calendar thead th {
  color: var(--color-n-white);
  font-weight: 700;
  background: var(--color-p);
  border: 0;
}
body.single-post .post-content .wp-block-calendar tbody td {
  color: var(--color-text-weak);
  border-color: var(--color-n-grey);
}

body.single-post .post-content .wp-block-embed iframe {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

body.single-post .post-content .wp-element-caption,
body.single-post .post-content .wp-caption-text{
  font-size: 1.4rem;
  color: var(--color-text-weak);
}


@media only screen and (max-width: 992px) {
  body.single-post .post-body {
    grid-template-columns: 1fr;
  }
  body.single-post .post-body .post-content {
    grid-column: 1;
  }
  body.single-post .post-body .post-sidebar {
    grid-column: 1;
  }
}

@media only screen and (max-width: 578px) {
  body.single-post .post-content li,
  body.single-post .post-content .wp-block-details p,
  body.single-post .post-content .wp-block-preformatted,
  body.single-post .post-content .wp-block-verse,
  body.single-post .post-content p {
    font-size: 15px;
  }

  body.single-post .post-content .wp-block-pullquote blockquote {
    padding: var(--space-2) 0 0 var(--space-3);
    border-top: 5px solid var(--color-p);
    border-left: 5px solid var(--color-p);
  }
  body.single-post .post-content .wp-block-quote {
    padding-left: var(--space-3);
  }
}



/* POST SDGs */

body.single-post .post-body .post-sdgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
  margin-top: var(--space-7);
  margin-bottom: var(--space-5);
  flex-direction: column;
}
body.single-post .post-body .post-sdgs .sdg {
  display: flex;
  gap: var(--space-3);
  max-width: 550px;
  padding: var(--space-3);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
}
body.single-post .post-body .post-sdgs .sdg a {
    text-decoration: none !important;
    color: var(--color-n-black) !important;
    transition: .3s;
}
body.single-post .post-body .post-sdgs .sdg a:hover {
    color: var(--color-p) !important;
}
body.single-post .post-body .post-sdgs .sdg img {
  width: 96px;
  height: 96px;
  object-fit: cover;
}
body.single-post .post-body .post-sdgs .sdg em {
  display: block;
  font-style: normal;
  color: var(--color-text-weak);
  margin-bottom: var(--space-1);
}
body.single-post .post-body .post-sdgs .sdg strong {
  font-weight: 800;
  font-family: 'GriffithSerif', Times, serif;
  margin-bottom: 4px;
}
body.single-post .post-body .post-sdgs .sdg p {
  margin-bottom: 0;
}



/* POST SIDEBAR */

body.single-post .post-sidebar .share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
  margin-bottom: var(--space-5);
}
body.single-post .post-sidebar .share .socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3);
}
body.single-post .post-sidebar .share .socials a {
  transition: .3s;
}
body.single-post .post-sidebar .share .socials a:hover {
  scale: 1.1;
}


body.single-post .post-sidebar .bottom-box {
  padding: var(--space-3);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
  margin-bottom: var(--space-5);
}
body.single-post .post-sidebar h3 {
  font-size: 2.2rem;
  margin-bottom: var(--space-2);
}
body.single-post .post-sidebar .info {
  display: flex;
  gap: var(--space-2);
}
body.single-post .post-sidebar .info img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
body.single-post .post-sidebar .info a {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  font-weight: 700;
  color: var(--color-p);
  transition: .3s;
}
body.single-post .post-sidebar .info a svg {
  flex: 0 0 16px;
  transition: .3s;
}
body.single-post .post-sidebar .info a svg path {
  transition: .3s;
}
body.single-post .post-sidebar .info a:hover {
  color: var(--color-n-black);
}
body.single-post .post-sidebar .info a:hover svg {
  translate: 3px;
}
body.single-post .post-sidebar .info a:hover svg path {
  fill: var(--color-n-black);
}

body.single-post .post-sidebar .authors {
  margin-bottom: var(--space-5);
}
body.single-post .post-sidebar .authors .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: var(--space-1);
  column-gap: var(--space-2);
}

body.single-post .post-sidebar .media-contact {
  margin-bottom: var(--space-5);
}
body.single-post .post-sidebar .media-contact .info .img {
  width: 80px;
  height: 80px;
  padding: var(--space-2);
  border-top: 2px solid var(--color-p);
  border-left: 2px solid var(--color-p);
}
body.single-post .post-sidebar .media-contact .info .img svg {
  width: 48px;
  height: 48px;
}

body.single-post .post-sidebar .tags,
body.single-post .post-sidebar .categories {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: var(--space-5);
}
body.single-post .post-sidebar .tags .item {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  font-weight: 700;
  color: var(--color-p);
  padding: 4px var(--space-1);
  border-top: 2px solid var(--color-p);
  border-left: 2px solid var(--color-p);
}

body.single-post .post-sidebar .categories .item {
  max-width: fit-content;
  color: var(--color-n-white);
  padding: var(--space-1) var(--space-2);
  transition: .3s;
}

body.single-post .post-sidebar .tags .item:hover,
body.single-post .post-sidebar .categories .item:hover {
    color: #000 !important;
    transition: .3s;
}
/* RELATED POSTS */

body.single-post .related-posts {
  max-width: 1380px;
  margin-bottom: var(--space-8);
}
body.single-post .related-posts h2 {
  text-align: center;
  margin-bottom: var(--space-5);
}
body.single-post .related-posts .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}
body.single-post .related-posts .grid .post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--space-3) var(--space-1) var(--space-3) var(--space-3);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
  transition: .3s;
}
body.single-post .related-posts .grid .post:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
}
body.single-post .related-posts .post .date span {
  display: block;
  text-align: end;
  color: var(--color-text-weak);
  margin-bottom: var(--space-1);
}
body.single-post .related-posts .post .img {
  height: 180px;
  margin-bottom: var(--space-2);
}
body.single-post .related-posts .post .category em {
  display: block;
  margin-bottom: var(--space-2);
}
body.single-post .related-posts .post h3 {
  margin-bottom: var(--space-2);
  transition: .3s;
}
body.single-post .related-posts .post h3:hover {
    color: var(--color-p);
}

body.single-post .related-posts .post p {
  color: var(--color-text-weak);
  margin-bottom: var(--space-3);
}
body.single-post .related-posts .post .link {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  max-width: fit-content;
  font-weight: 700;
  color: var(--color-p);
  transition: .3s;
}
body.single-post .related-posts .post .link svg path {
  fill: var(--color-p);
  transition: .3s;
}
body.single-post .related-posts .post .link:hover svg path {
  fill: var(--color-n-black);
}

@media only screen and (max-width: 992px) {
  body.single-post .related-posts {
    margin-bottom: var(--space-7);
  }
  body.single-post .related-posts .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 578px) {
  body.single-post .related-posts .grid {
    grid-template-columns: 1fr;
  }
}


/*=================
  CATEGORY ARCHIVE
=================*/

main.category-archive {
  padding-top: var(--space-8);
  padding-bottom: var(--space-7);
}

main.category-archive .category-box {
  max-width: 1104px;
  padding: var(--space-5);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
  margin: 0 auto var(--space-5);
}
main.category-archive .category-box h1 {
  margin-bottom: var(--space-5);
}
main.category-archive .category-box p {
  font-weight: 400;
  margin-bottom: var(--space-5);
}
main.category-archive .category-box p span {
  font-weight: 700;
}

main.category-archive .category-box .category-search {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1);
  border: 1px solid var(--color-n-grey);
  cursor: pointer;
}
main.category-archive .category-box .category-search svg {
  flex: 0 0 16px;
}
main.category-archive .category-box .category-search input {
  width: 100%;
  font-size: 16px;
}

main.category-archive .results-counter h4 {
  text-align: center;
  margin-bottom: var(--space-5);
}

main.category-archive .category-posts-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  max-width: 824px;
  margin: 0 auto var(--space-5);
}

main.category-archive .pagination {
  max-width: 1104px;
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-n-grey);
  margin: 0 auto;
}
main.category-archive .pagination .pagination-wrapper {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  max-width: fit-content;
  margin: 0 auto;
}
main.category-archive .pagination .previous {
  margin-right: var(--space-5);
}
main.category-archive .pagination .previous svg {
  rotate: 180deg;
}
main.category-archive .pagination .next {
  margin-left: var(--space-5);
}

main.category-archive .pagination .previous,
main.category-archive .pagination .next {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
main.category-archive .pagination .pagination-link:not(.previous),
main.category-archive .pagination .pagination-link:not(.next),
main.category-archive .pagination .current {
  padding: 4px var(--space-1);
}
main.category-archive .pagination .pagination-wrapper .current {
  color: var(--color-p);
  font-weight: 700;
}


@media only screen and (max-width: 768px) {
  main.category-archive {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6);
  }
  main.category-archive .category-box {
    padding: var(--space-3);
  }
  main.category-archive .category-box h1 {
    font-size: 4rem;
  }
}


/* GENERAL ARCHIVE */

main.category-archive .year-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  max-width: 824px;
  margin: 0 auto;
}
main.category-archive .month-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
main.category-archive .year-list h2 {
  font-size: 2.8rem;
  margin-bottom: var(--space-3);
}
main.category-archive .year-list a {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  max-width: fit-content;
  color: var(--color-p);
  font-weight: 700;
}
main.category-archive .year-list a svg {
  flex: 0 0 16px;
}

@media only screen and (max-width: 768px) {
  main.category-archive .year-list {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* SEARCH RESULTS */
main.category-archive.search-page .category-box {
  max-width: 1392px;
}
main.category-archive.search-page h4 {
  font-size: 2.8rem;
}
main.category-archive .search-grid {
  display: grid;
  grid-template-columns: 362px 1fr;
  gap: var(--space-5);
  max-width: 1392px;
  margin: 0 auto;
}
main.category-archive .sidebar h4 {
  margin-bottom: var(--space-5);
}
main.category-archive .sidebar form {
  padding: var(--space-3);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
}
main.category-archive .sidebar em {
  display: block;
  font-family: 'GriffithSerif', Times, serif;
  margin-bottom: var(--space-2);
}
main.category-archive .sidebar select,
  main.category-archive .sidebar input {
  padding: var(--space-1);
  border: 1px solid var(--color-n-grey);
}

main.category-archive .sidebar .date-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
}
main.category-archive .sidebar .date-range span {
  font-weight: 700;
}

main.category-archive .sidebar .sidebar-group {
  margin-bottom: var(--space-5);
}

main.category-archive .sidebar .selected-categories,
main.category-archive .sidebar .selected-tag,
main.category-archive .sidebar .selected-author {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding-top: 4px;
}
main.category-archive .sidebar .selected-categories li,
main.category-archive .sidebar .selected-tag li,
main.category-archive .sidebar .selected-author li {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  font-weight: 700;
  padding: 0 var(--space-1);
  border-top: 2px solid var(--color-p);
  border-left: 2px solid var(--color-p);
}
main.category-archive .sidebar .selected-categories li svg,
main.category-archive .sidebar .selected-tag li svg,
main.category-archive .sidebar .selected-author li svg {
  width: 14px;
  height: 14px;
}


@media only screen and (max-width: 992px) {
  main.category-archive .search-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 578px) {
  main.category-archive .sidebar .date-range {
    grid-template-columns: 1fr ;
  }
}





/*=================
  ARTICLE SINGLE
=================*/

main.category-archive #result-list .search-results .article-single:not(:last-of-type) {
  margin-bottom: var(--space-3);
}

.article-single {
  padding: var(--space-3) var(--space-3) var(--space-1) var(--space-3);
  box-shadow: -3px -3px 5px rgba(0, 0, 0, .1);
  transition: .3s;
}
.article-single:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
}
.article-single:hover .content .entry-content h3 {
  color: var(--color-p);
}
.article-single:hover .article-card .arrow-link svg {
  translate: var(--space-1);
}
.article-single .date {
  display: block;
  margin-bottom: var(--space-1);
}

.article-single .article-card {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
}
.article-single .article-card .entry-image img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.article-single .content {
  display: flex;
  gap: var(--space-2);
}
.article-single .content .entry-content h3 {
  max-width: fit-content;
  margin-bottom: var(--space-1);
  transition: .3s;
}
.article-single .content .entry-content p {
  color: var(--color-text-weak);
  margin-bottom: var(--space-2);
}

.article-single .content .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.article-single .content .entry-meta .category {
  font-weight: 700;
  padding: 0 var(--space-1);
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transition: .3s;
}
.article-single .content .entry-meta .tag {
  font-weight: 700;
  color: var(--color-p);
  padding: 0 var(--space-1);
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transition: .3s;
}

.article-single .article-card .arrow-link svg {
  flex: 0 0 16px;
  transition: .3s;
}
.article-single .article-card .button {
  display: none;
}


@media only screen and (max-width: 768px) {
  .article-single {
    padding: var(--space-2);
  }
  .article-single .date {
    text-align: end;
  }
  .article-single .article-card {
    flex-direction: column;
    gap: var(--space-5);
  }
  .article-single .article-card .entry-image img {
    width: 100%;
    height: 200px;
  }
  .article-single .content {
    flex-direction: column;
  }
  .article-single .article-card .arrow-link {
    display: none;
  }
  .article-single .article-card .button {
    display: flex;
  }
}

.single-post .author-wrapper, .single-post .author {
  display: flex;
  gap: 15px;
}
.single-post .author img {
  max-width: 80px;
}
.single .author-wrapper, .single-post .author .info {
  display: flex;
  flex-direction: column;
}
.single-post .author .info {
  gap: 0 !important;
}
.single-post .author h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-heading4-family);
  margin-bottom: 0;
}
.single-post .author .links {
  margin-top: 10px;
}
.single-post .author .links a {
  font-size: 14px;
}

.wfe_component .wfe_button {
    display: flex;
    align-items: center;
    gap: var(--space-1);
    max-width: fit-content;
    font-weight: 700;
    color: var(--color-n-white);
    padding: var(--space-1) var(--space-2);
    border: 0 solid transparent;
    transition: .3s;
    background: var(--color-p);
    border-color: var(--color-p);
    margin: 0 auto;
    margin-top: 30px;
}
.wfe_component input {
    display: flex;
    align-items: center;
    gap: var(--space-1);
    padding: var(--space-1);
    border: 1px solid var(--color-n-grey);
    margin-left: calc(var(--space-5)* -1);
    cursor: pointer;
}
label[for=em_wfe_consent_to] {
    font-size: 14px;
    margin-top: -5px;
    padding-left: 15px;
}

