:root {
  --primary-color: #4e93ba;
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin-bottom: 0 !important;
}
body ::selection {
  background: var(--primary-color);
  color: #fff;
}

.button, body.archive #primary article .read-more,
body.blog #primary article .read-more,
body.search #primary article .read-more, input[type=submit] {
  position: relative;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  padding: 4px 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}

h1 {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 60rem) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (min-width: 60rem) {
  h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 60rem) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 60rem) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

a {
  color: var(--primary-color);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
a:hover, a:focus, a:active {
  filter: brightness(80%);
}

.button, body.archive #primary article .read-more,
body.blog #primary article .read-more,
body.search #primary article .read-more, input[type=submit] {
  position: relative;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  margin-top: 1.25rem;
  padding: 4px 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}

input[type=submit] {
  background-color: var(--primary-color);
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
ul li, ol li {
  margin: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #999999;
  border: 1px solid #ccc;
  padding: 0.3125rem 0.25rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: solid 2px var(--primary-color);
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
  outline-color: var(--primary-color) !important;
  transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}

blockquote {
  border-left: solid 4px var(--primary-color);
  padding: 0.75rem 0 0.75rem 0.75rem;
}
blockquote p {
  margin: 0;
}

code {
  background-color: black;
  color: white;
}

.content {
  padding: 0;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 48rem) {
  .content {
    padding-bottom: 2.5rem;
  }
}

.is-visible {
  display: block !important;
}

.boxed {
  max-width: 73.125rem;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.wide-width {
  max-width: 90rem;
  margin: 0 auto;
}

.container {
  max-width: 90rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.full-width {
  width: 100%;
}
.full-width .md-9 {
  width: 100%;
}
.full-width .single-content {
  padding: 0px;
}

@media (min-width: 60rem) {
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33%;
  }
  .md-6 {
    width: 50%;
  }
  .md-8 {
    width: 66.33%;
  }
  .md-9 {
    width: 75%;
  }
  .md-12 {
    width: 100%;
  }
}
.alignfull {
  width: 100vw;
  max-width: 100%;
}

.no-scroll {
  overflow-y: hidden;
}

/* style.css */
.alignwide {
  max-width: 90rem;
  margin: 0 auto;
  width: 100%;
}

.search-form {
  display: flex;
  width: 100%;
}
.search-form label {
  display: flex;
}

.main-navigation {
  width: auto;
  display: none;
}
@media (min-width: 60rem) {
  .main-navigation {
    display: block;
  }
}
.main-navigation li {
  position: relative;
}
.main-navigation div.menu > ul {
  flex-wrap: wrap;
  column-gap: 1.25rem;
}
.main-navigation div.menu > ul ul {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  background-color: var(--wp--preset--color--white);
  box-shadow: 0 0 0 1px var(--primary-color);
  border-radius: 3px;
  width: 12.5rem;
}
.main-navigation div.menu > ul ul a {
  padding: 0.75rem 1.25rem;
}
.main-navigation div.menu > ul ul a:hover {
  background-color: var(--primary-color);
  color: var(--wp--preset--color--white);
  filter: none;
}
.main-navigation div.menu > ul ul > li:not(:last-child) {
  box-shadow: 0 11px 0 -10px rgba(0, 0, 0, 0.07);
}
.main-navigation div.menu > ul ul li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation div.menu > ul ul li.menu-item-has-children > a:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f345";
  font-family: "Dashicons";
  width: 0.5rem;
  height: auto;
}
.main-navigation div.menu > ul ul li.menu-item-has-children:hover > ul {
  visibility: visible;
}
.main-navigation div.menu > ul > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-navigation div.menu > ul > li.menu-item-has-children > a:after {
  content: "\f347";
  font-family: "Dashicons";
  margin-left: 0.5rem;
}
.main-navigation div.menu > ul > li > a {
  padding: 0.5rem 0;
}
.main-navigation div.menu > ul > li > ul {
  left: 0;
}
.main-navigation div.menu > ul > li > ul ul {
  left: 100%;
}
.main-navigation div.menu > ul > li:hover > ul, .main-navigation div.menu > ul > li:focus-within > ul {
  visibility: visible;
}

.hamburger {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
}
.hamburger:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--black);
  box-shadow: 0px 6px 0px var(--wp--preset--color--black);
  transition: all 100ms ease;
}
.hamburger:after {
  position: absolute;
  content: "";
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--black);
  box-shadow: 0px -6px 0px var(--wp--preset--color--black);
  transition: all 100ms ease;
}

button.mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border: 0;
  width: 2.75rem;
  height: 2.75rem;
}
@media (min-width: 60rem) {
  button.mobile-btn {
    display: none;
  }
}

#mobileMenu {
  position: fixed;
  top: 0;
  width: 60%;
  max-width: 25rem;
  height: 100%;
  right: 0;
  z-index: 999;
  text-align: left;
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 300ms ease-out;
  -webkit-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
}
#mobileMenu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  filter: brightness(80%);
  z-index: -1;
}
#mobileMenu .itre-cta {
  position: relative;
  margin: 15px;
}
#mobileMenu .go-to-top {
  background: none;
  float: left;
  border: 0;
}
#mobileMenu .go-to-top i {
  color: white;
}
#mobileMenu .go-to-bottom {
  background: none;
  float: right;
  border: 0;
}
#mobileMenu .go-to-bottom i {
  color: white;
}
#mobileMenu a {
  display: block;
  color: white;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mobileMenu div.menu-top {
  margin-bottom: 1.25rem;
}
#mobileMenu div.menu-top > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobileMenu div.menu-top a {
  margin: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
#mobileMenu ul.mobile-menu {
  margin-left: 0px;
  padding: 0px;
  width: 100%;
}
#mobileMenu ul.mobile-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#mobileMenu ul.mobile-menu li:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
#mobileMenu ul.mobile-menu li:before {
  display: none;
}
#mobileMenu ul.mobile-menu li a {
  padding: 0.625rem 0.75rem;
}
#mobileMenu ul.mobile-menu li.menu-item-has-children {
  display: block;
}
#mobileMenu ul.mobile-menu li.menu-item-has-children > a {
  width: calc(100% - 2.75rem);
}
#mobileMenu ul.mobile-menu li.menu-item-has-children span.dropdown-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
#mobileMenu ul.mobile-menu li.menu-item-has-children span.dropdown-arrow:focus {
  border: solid 1px white;
  background-color: white;
  outline: none;
}
#mobileMenu ul.mobile-menu li.menu-item-has-children span.dropdown-arrow:focus svg {
  fill: var(--primary-color);
}
#mobileMenu ul.mobile-menu li.menu-item-has-children ul {
  display: none;
}
#mobileMenu ul.mobile-menu li.menu-item-has-children ul > li > a {
  padding-left: 2rem;
}
#mobileMenu ul.sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0;
  margin: 0;
}
#mobileMenu.expanded {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.admin-bar #mobileMenu {
  margin-top: 2.875rem;
}
@media (min-width: 48.9375rem) {
  .admin-bar #mobileMenu {
    margin-top: 2rem;
  }
}

.close-menu-wrapper {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  margin-bottom: 1.25rem;
}
.close-menu-wrapper button#close-menu {
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 2.75rem;
  width: 2.75rem;
  color: white;
  border-radius: 0;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-menu-wrapper button#close-menu:hover, .close-menu-wrapper button#close-menu:focus {
  outline: none;
  border: solid 1px white;
  background-color: white;
}
.close-menu-wrapper button#close-menu:hover svg, .close-menu-wrapper button#close-menu:focus svg {
  fill: var(--primary-color);
}

.header {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.header .custom-logo {
  max-width: 9.375rem;
  display: block;
}
.header .custom-logo-link:hover {
  filter: none;
}
.header__default .site-branding a {
  text-decoration: none;
}
.header__default .top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48rem) {
  .header__default .top-wrapper {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 60rem) {
  .header__default .main-navigation {
    max-width: 60%;
  }
}
.header__center .custom-logo {
  max-width: 18.75rem;
}
.header__center .branding-wrapper {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 60rem) {
  .header__center .nav-wrapper .main-navigation {
    width: 90%;
  }
}
.header__center .nav-wrapper .search {
  margin-left: 0;
}
.header__center .nav-wrapper .search__form-wrapper {
  width: 100%;
}
.header__center .nav-wrapper > * {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header__full .custom-logo {
  max-width: 9.375rem;
}
.header__full .mobile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__full .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
}
.header__top .top-wrapper {
  border-bottom: solid 1px #eeeeee;
  display: flex;
  justify-content: space-between;
}
.header__top .top-wrapper .boxed {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header__top .search {
  margin-left: 0;
}
.header__top .custom-logo {
  max-width: 18.75rem;
}
.header__top .branding-wrapper {
  text-align: center;
  margin: 2rem auto;
}
.header__widget .branding-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header__widget .site-branding {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 48rem) {
  .header__widget .site-branding {
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .header__widget .branding-wrapper {
    flex-direction: row;
  }
  .header__widget .site-branding {
    max-width: 35%;
  }
  .header__widget .header-widget-wrapper {
    max-width: 60%;
  }
  .header__widget .main-navigation {
    max-width: 75%;
  }
}
.header__widget .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__widget .search {
  margin-left: 0;
}
@media (min-width: 60rem) {
  .header__widget .search {
    margin-left: auto;
  }
}
.header__widget .search__form-wrapper {
  width: 100%;
}

.proteus-after-header-area {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.top-bar {
  background: black;
  padding: 0.25rem 0;
  display: none;
}
@media (min-width: 60rem) {
  .top-bar {
    display: block;
  }
}
.top-bar a {
  color: white;
  text-decoration: none;
}
.top-bar a:hover, .top-bar a:focus {
  text-decoration: underline;
}
@media (min-width: 60rem) {
  .top-bar > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.top-bar div.menu-top > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 48rem) {
  .top-bar div.menu-top > ul {
    gap: 1.25rem;
  }
}
.top-bar div.menu-top > ul li {
  margin: 0;
  font-size: 0.875rem;
}
.top-bar__social-icons {
  justify-self: flex-end;
  display: flex;
  gap: 0.75rem;
}
.top-bar__social-icons span {
  line-height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search {
  margin-left: auto;
}
.search button {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 2.75rem;
  width: 2.75rem;
}
.search__form-wrapper {
  width: 100%;
  display: none;
}
.search__input {
  margin: 0.5rem auto;
  padding: 1rem 0.5rem !important;
  width: 100%;
}

#colophon {
  background: var(--primary-color);
  padding: 0.9rem 0rem;
}
#colophon .site-info {
  text-align: center;
  color: #fff;
}
#colophon a, #colophon span {
  color: white;
  text-decoration: none;
}

#footer-widgets {
  background: #f9f9f9;
  background-size: cover;
  background-position: center center;
}
#footer-widgets .widgets-wrapper {
  padding: 1.2rem;
  display: flex;
  gap: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  #footer-widgets .widgets-wrapper {
    width: 100%;
    display: block;
  }
  #footer-widgets .widgets-wrapper .footer-column {
    width: 100%;
  }
}
#footer-widgets .widgets-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-widgets .widgets-wrapper ul li a {
  text-decoration: none;
}

@media screen and (min-width: 60rem) {
  .blog-wrapper {
    display: flex;
    column-gap: 2.5rem;
  }
}

.entry-meta {
  display: flex;
  gap: 1.25rem;
  row-gap: 0.5rem;
  column-gap: 1.5rem;
  flex-direction: column;
  margin: 1.25rem 0;
}
@media screen and (min-width: 60rem) {
  .entry-meta {
    flex-direction: row;
  }
}
.entry-meta > * {
  display: flex;
  align-items: center;
}
.entry-meta svg {
  margin-right: 0.25rem;
}

.title, .blog-title,
.page-title,
.post-title,
.page-header {
  background-color: #f5f5f5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  color: black;
}

.blog-title h1,
.page-title h1,
.post-title h1,
.page-header h1 {
  line-height: 2.5rem;
}

.entry-footer {
  margin-top: 1rem;
  padding: 0.3125rem 0;
}
@media screen and (min-width: 60rem) {
  .entry-footer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
  }
}
.entry-footer svg {
  width: 1.5rem;
}
.entry-footer > * {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

#secondary, .theme-sidebar {
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 47.9375rem) {
  #secondary, .theme-sidebar {
    border: none;
  }
}
@media screen and (min-width: 60rem) {
  #secondary:before, .theme-sidebar:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    top: 0;
    left: -1.25rem;
  }
  #secondary.left:before, .theme-sidebar.left:before {
    left: unset;
    right: -1.25rem;
  }
}
#secondary article, .theme-sidebar article {
  margin-bottom: 0;
}
body:not(.customize-partial-edit-shortcuts-shown) #secondary button, body:not(.customize-partial-edit-shortcuts-shown) .theme-sidebar button {
  background: var(--primary-color);
  color: #fff;
  padding: 0.625rem 1.25rem;
  border: none;
  width: auto;
}
#secondary .widget_block, .theme-sidebar .widget_block {
  margin: 1.875rem 0 0;
}
#secondary .widget_text p, .theme-sidebar .widget_text p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#secondary h2, .theme-sidebar h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
  padding-bottom: 0.625rem;
  margin: 0 0 0.2rem;
  color: black;
}
#secondary ul, #secondary ol, .theme-sidebar ul, .theme-sidebar ol {
  margin-left: 0;
  padding-left: 0px;
  list-style: none;
}
#secondary ul ul, #secondary ol ol, .theme-sidebar ul ul, .theme-sidebar ol ol {
  margin-left: 0.5rem;
}
#secondary li, .theme-sidebar li {
  padding: 4px 0;
}
#secondary li:last-child, .theme-sidebar li:last-child {
  border-bottom: none;
}
#secondary li a, .theme-sidebar li a {
  color: var(--primary-color);
  text-decoration: none;
}
#secondary li a:hover, .theme-sidebar li a:hover {
  color: var(--primary-color);
}
#secondary p a, .theme-sidebar p a {
  text-decoration: underline;
  color: var(--primary-color);
}

/* Custom LESS for the Featured Post section in the sidebar */
.featured-posts__post {
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
}
.featured-posts__post:not(:last-child) {
  margin-bottom: 0.625rem;
}
.featured-posts__post--title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 5px; /* Add some space below the title */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-color);
}
@media (min-width: 48rem) {
  .featured-posts__post--title a {
    text-decoration: none;
  }
  .featured-posts__post--title a:hover {
    text-decoration: underline;
  }
}
.featured-posts__post--thumb {
  width: 33.33%;
  /* Add margin between each post (adjust as needed) */
  margin-bottom: 0.625rem;
}
.featured-posts__post--thumb img {
  /* Make sure the thumbnail images fit nicely within their containers */
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.featured-posts__post--content {
  width: 66.67%;
}
.featured-posts__post--meta {
  font-size: 0.875rem;
  color: #aaaaaa;
}
.featured-posts__post--meta > * {
  display: flex;
  align-self: center;
}
.featured-posts__post--meta svg {
  width: 1.25rem;
  margin-right: 0.3125rem;
}

body.archive #primary article,
body.blog #primary article,
body.search #primary article {
  margin-top: 2.5rem;
  padding-bottom: 2rem;
}
body.archive #primary article.has-thumbnail .blog-row,
body.blog #primary article.has-thumbnail .blog-row,
body.search #primary article.has-thumbnail .blog-row {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 48rem) {
  body.archive #primary article.has-thumbnail .blog-row,
  body.blog #primary article.has-thumbnail .blog-row,
  body.search #primary article.has-thumbnail .blog-row {
    flex-direction: row;
    column-gap: 2.5rem;
  }
  body.archive #primary article.has-thumbnail .blog-row .post-content,
  body.blog #primary article.has-thumbnail .blog-row .post-content,
  body.search #primary article.has-thumbnail .blog-row .post-content {
    width: 65%;
  }
  body.archive #primary article.has-thumbnail .blog-row .thumbnail-wrapper-outer,
  body.blog #primary article.has-thumbnail .blog-row .thumbnail-wrapper-outer,
  body.search #primary article.has-thumbnail .blog-row .thumbnail-wrapper-outer {
    width: 35%;
  }
}
body.archive #primary article:not(:last-child),
body.blog #primary article:not(:last-child),
body.search #primary article:not(:last-child) {
  border-bottom: solid 1px #eeeeee;
}
body.archive #primary article .entry-title,
body.blog #primary article .entry-title,
body.search #primary article .entry-title {
  margin: 0 0 5px;
  font-size: 1.5rem;
  line-height: 2.75rem;
}
@media (min-width: 60rem) {
  body.archive #primary article .entry-title,
  body.blog #primary article .entry-title,
  body.search #primary article .entry-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    text-decoration-line: none;
  }
}
body.archive #primary article .entry-title a,
body.blog #primary article .entry-title a,
body.search #primary article .entry-title a {
  text-decoration: none;
  font-weight: 400;
  color: black;
  text-decoration: none;
  text-decoration-thickness: 3px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (min-width: 60rem) {
  body.archive #primary article .entry-title a,
  body.blog #primary article .entry-title a,
  body.search #primary article .entry-title a {
    text-decoration: none;
  }
  body.archive #primary article .entry-title a:hover,
  body.blog #primary article .entry-title a:hover,
  body.search #primary article .entry-title a:hover {
    text-decoration-line: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
}
body.archive #primary article p,
body.blog #primary article p,
body.search #primary article p {
  margin-bottom: 0;
}
body.archive #primary article .read-more span,
body.blog #primary article .read-more span,
body.search #primary article .read-more span {
  position: relative;
}
body.archive #primary article .read-more:before,
body.blog #primary article .read-more:before,
body.search #primary article .read-more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
}
body.archive #primary article .read-more:hover,
body.blog #primary article .read-more:hover,
body.search #primary article .read-more:hover {
  filter: brightness(120%);
}
body.archive #primary article .entry-meta,
body.blog #primary article .entry-meta,
body.search #primary article .entry-meta {
  margin: 0.75rem auto;
}
body.archive #primary article .entry-meta a,
body.blog #primary article .entry-meta a,
body.search #primary article .entry-meta a {
  text-decoration: none;
}
body.archive #primary article .entry-footer a,
body.blog #primary article .entry-footer a,
body.search #primary article .entry-footer a {
  text-decoration: none;
}
body.archive #primary article .entry-content,
body.archive #primary article .entry-summary,
body.blog #primary article .entry-content,
body.blog #primary article .entry-summary,
body.search #primary article .entry-content,
body.search #primary article .entry-summary {
  color: #aaaaaa;
}
body.archive #primary article .thumbnail-wrapper,
body.blog #primary article .thumbnail-wrapper,
body.search #primary article .thumbnail-wrapper {
  display: block;
  height: 0;
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 71.5%;
}
body.archive #primary article .thumbnail-wrapper img,
body.blog #primary article .thumbnail-wrapper img,
body.search #primary article .thumbnail-wrapper img {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  color: #a0a0a0;
  z-index: -1;
}

@media only screen and (max-width: 60rem) {
  .single-content {
    width: 100%;
    padding: 1rem;
  }
}
.single-content .single-style1 {
  margin-bottom: 1.5rem;
}
.single-content .single-style1 .entry-meta a {
  text-decoration: none;
}
.single-content .single-style1 .post-thumbnail {
  margin-top: 1.5rem;
}

.form-submit .submit {
  background: var(--primary-color);
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0 18px;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  outline: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.post-navigation {
  background: #f6f6f6;
  padding: 10px;
}
.post-navigation .nav-previous a {
  text-decoration: none;
  color: var(--primary-color);
}

#comments .comment-list {
  margin: 0px;
  padding: 0px;
}
#comments .comment-author {
  display: flex;
  align-items: center;
  margin: 1rem 0rem;
}
#comments .comment-author img {
  margin-right: 0.625rem;
  border-radius: 2rem;
}
#comments .comment-author .fn {
  margin-right: 2px;
}
#comments .comment-meta a {
  text-decoration: none;
}
#comments .reply a {
  text-decoration: none;
}
#comments .logged-in-as a {
  text-decoration: none;
}

.proteus-pagination {
  margin: 1.5rem 0rem;
}
.proteus-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto;
}
.proteus-pagination .nav-links .page-numbers {
  height: 2.75rem;
  min-width: 2.75rem;
  padding: 0 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.proteus-pagination .nav-links a:not(.next):not(.prev) {
  text-decoration: none;
  border: solid 1px var(--primary-color);
  padding: 0.3125rem 0.625rem;
  border-radius: 4px;
}
.proteus-pagination .nav-links a:not(.next):not(.prev):hover, .proteus-pagination .nav-links a:not(.next):not(.prev):focus {
  background-color: var(--primary-color);
  color: white;
}
.proteus-pagination .nav-links svg {
  fill: var(--primary-color);
}

@media (min-width: 48rem) {
  body.page .content.has-sidebar,
  body.archive .content.has-sidebar {
    display: flex;
    gap: 2.5rem;
  }
}
