@charset "UTF-8";
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--thm-color-text-main);
  font-family: "Hind", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  color: var(--thm-color-text-heading);
}

h1, .h1 {
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 1.5;
  }
}

h2, .h2 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

h3, .h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h3, .h3 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

h4, .h4 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h4, .h4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

h5, .h5 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 576px) {
  h5, .h5 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

h6, .h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 576px) {
  h6, .h6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 2.8rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
  --thm-color-primary: #1FBE9E;
  --thm-color-secondary: #fda82b;
  --thm-color-light-bg: #f5f6fd;
  --thm-color-text-heading: #141414;
  --thm-color-text-main: #707070;
  --thm-color-white: #ffffff;
  --thm-color-black: #000000;
  --thm-color-footer: #141414;
}

html {
  font-size: 62.5%;
  /* Now 10px = 1rem! */
}

body {
  background: var(--thm-color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.theme-wrapper {
  overflow: hidden;
}

.theme-main-content {
  margin-bottom: 8rem;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5rem 3rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}
table th,
table td {
  border-style: solid;
  border-color: #eee;
  border-width: 1px 1px;
  padding: 0.5rem;
  font-weight: 500;
}
table th {
  text-align: center;
  color: var(--thm-color-text-heading);
}
table td {
  font-weight: 400;
}
table a:hover {
  color: var(--thm-color-primary);
}

/* Links
--------------------------------------------- */
a {
  color: var(--thm-color-primary);
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:visited {
  color: var(--thm-color-primary);
}
a:hover, a:focus, a:active {
  color: var(--thm-color-secondary);
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 5px;
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  line-height: 1;
  padding: 1.8rem 2.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--thm-color-secondary);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background: var(--thm-color-secondary);
}

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: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
}
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 {
  color: #111;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.error-page {
  background: #e7e7e7 url(../images/mercify-bg.jpg) no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.error-page:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.error-404 {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--thm-color-white);
  position: relative;
  z-index: 9;
  text-align: center;
}
.error-404 span {
  font-size: 30rem;
  line-height: 1;
  font-weight: 600;
}
.error-404 h1 {
  color: var(--thm-color-white);
  margin-bottom: 5rem;
}
.error-404 a {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  padding: 1rem 3rem;
  border-radius: 0.5rem;
}
.error-404 a:hover {
  background: var(--thm-color-secondary);
}
@media (max-width: 768px) {
  .error-404 span {
    font-size: 15rem;
    line-height: 1;
    font-weight: 600;
  }
}

.theme-banner {
  background: var(--thm-color-light-bg);
  padding: 5rem 0;
  margin-bottom: 10rem;
}
.theme-banner .banner-content {
  color: #ffffff;
}
.theme-banner .banner-content h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--thm-color-text-heading);
}
.theme-banner .banner-content span {
  font-weight: 500;
}
.theme-banner .banner-content a {
  font-weight: 500;
}
.theme-banner .banner-content a span {
  color: var(--thm-color-secondary);
}
.theme-banner.has-header-image {
  text-align: center;
  padding: 15rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .theme-banner.has-header-image {
    padding: 5rem 0;
  }
}
.theme-banner.has-header-image .banner-content {
  position: relative;
  z-index: 1;
}
.theme-banner.has-header-image .banner-content h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--thm-color-white);
}
.theme-banner.has-header-image:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.copyright {
  background: var(--thm-color-footer);
  color: var(--thm-color-white);
  padding: 1.5rem 0;
}
.copyright a {
  color: var(--thm-color-white);
}
.copyright .copyright-text p {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navbar {
  padding: 0;
}
.navbar.thm--navbar .nav-item .nav-link {
  color: var(--thm-color-text-heading);
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.7rem 0;
}
@media (min-width: 992px) {
  .navbar.thm--navbar .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 4;
  }
}
.navbar.thm--navbar .dropdown-menu {
  margin: 0;
  padding: 0;
}
.navbar.thm--navbar .dropdown-menu .dropdown-item {
  padding: 0.7rem 1rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--thm-color-text-main);
}
.navbar.thm--navbar .dropdown-menu .dropdown-item:hover {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
}

.navbar-toggler {
  border: 0;
  background: transparent;
}
.navbar-toggler i {
  color: var(--thm-color-text-heading);
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--thm-color-text-heading);
  background: transparent;
}

.dropdown-toggle:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  color: var(--thm-color-text-heading);
  vertical-align: middle;
  margin-left: 0.5em;
}

#hamburger-nav-icon {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
#hamburger-nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--thm-color-text-heading);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamburger-nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger-nav-icon span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hamburger-nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#hamburger-nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
  left: 8px;
}

.header_right {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header_right i {
  color: #fff;
}
@media (max-width: 992px) {
  .header_right i {
    margin-right: 2rem;
  }
}
.header_right .search-float {
  position: absolute;
  top: 4.2rem;
  right: 0;
  z-index: 9;
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .header_right .search-float {
    position: relative;
    top: 0;
  }
}
.header_right .search-float input[type=search] {
  padding: 0.5rem 1rem;
}
@media (max-width: 992px) {
  .header_right .search-float input[type=search] {
    width: 100%;
  }
}
.header_right .search-float input[type=search]::-webkit-input-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]:-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]::-ms-input-placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float input[type=search]::placeholder {
  font-size: 1.4rem;
  line-height: 1;
}
.header_right .search-float.search-open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    overflow: hidden;
  }
}
.pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .pagination-wrap {
    margin: 5rem 0;
  }
}
.pagination-wrap .page-numbers {
  font-size: 1.5rem;
  line-height: 0;
  font-weight: 400;
  text-align: center;
  padding: 1.6rem;
  border-radius: 5px;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.8rem;
  color: var(--thm-color-text-main);
  text-decoration: none;
  border: 1px solid var(--thm-color-primary);
}
.pagination-wrap .page-numbers.current {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
}
.pagination-wrap .page-numbers i {
  font-size: 1.4rem;
  line-height: 0;
}
.pagination-wrap a {
  color: var(--thm-color-text-main);
}
.pagination-wrap a:hover {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  -webkit-box-shadow: 0 0 40px rgba(34, 34, 34, 0.1);
          box-shadow: 0 0 40px rgba(34, 34, 34, 0.1);
}

.post-navigation {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem;
}
@media (max-width: 480px) {
  .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post-navigation .post-previous {
  padding-right: 1.6rem;
}
@media (max-width: 480px) {
  .post-navigation .post-previous {
    padding-right: 0;
  }
}
.post-navigation .post-next {
  padding-left: 1.6rem;
  text-align: right;
  border-left: 1px solid #eee;
}
@media (max-width: 480px) {
  .post-navigation .post-next {
    margin-top: 1.6rem;
    border-left: 0;
    padding-left: 0;
  }
}
.post-navigation .post-previous,
.post-navigation .post-next {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% / 2);
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    width: auto;
  }
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
  text-decoration: none;
}
.post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
  color: var(--thm-color-text-heading);
  font-size: 2.4rem;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  word-wrap: break-word;
}
.post-navigation .post-previous a h3:hover,
.post-navigation .post-next a h3:hover {
  color: var(--thm-color-primary);
}
@media (max-width: 480px) {
  .post-navigation .post-previous a h3,
.post-navigation .post-next a h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.post-navigation .post-previous a span,
.post-navigation .post-next a span {
  color: var(--thm-color-text-main);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.post-navigation .post-previous a span:hover,
.post-navigation .post-next a span:hover {
  color: var(--thm-color-primary);
}
@media (max-width: 480px) {
  .post-navigation .post-previous,
.post-navigation .post-next {
    text-align: center;
  }
}

.page-links span,
.page-links a {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.page-links span {
  background: var(--thm-color-light-bg);
}
.page-links a {
  background: var(--thm-color-secondary);
  color: var(--thm-color-white);
}
.page-links a:hover {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
}

/* Posts and pages
--------------------------------------------- */
/**block: image**/
/**block: button**/
.wp-block-button {
  margin-bottom: 1.5rem;
}

a.wp-block-button__link {
  background-color: var(--thm-color-primary);
}
a.wp-block-button__link:hover {
  background-color: var(--thm-color-secondary);
}

/**block: cover**/
.wp-block-cover.has-background-dim .wp-block-cover-text {
  color: var(--thm-color-white);
}
.wp-block-cover.has-background-dim .wp-block-cover-text a {
  color: var(--thm-color-secondary);
}
.wp-block-cover.has-background-dim .wp-block-cover-text a:hover {
  color: var(--thm-color-white);
}

/**block: gallery**/
.blocks-gallery-caption {
  margin-bottom: 1.5rem;
}

/**block: columns**/
/**block: quote**/
.wp-block-quote,
blockquote {
  background: #f9f9f9;
  color: var(--thm-color-text-main);
  margin: 0 0 1.5rem;
  padding: 2rem;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}
.wp-block-quote.is-style-large,
blockquote.is-style-large {
  padding: 5rem;
}
.wp-block-quote a,
blockquote a {
  color: var(--thm-color-text-heading);
}
.wp-block-quote p,
blockquote p {
  margin-bottom: 0;
  font-weight: 500;
}

.wp-block-pullquote {
  border-width: 1px;
  border-style: solid;
  border-radius: 1rem;
}
.wp-block-pullquote blockquote {
  background: transparent;
}
.wp-block-pullquote blockquote.has-light-gray-color {
  color: var(--thm-color-text-main);
}

/**block: widgets**/
.wp-block-archives-list {
  margin: 0;
  padding: 0;
}
.wp-block-archives-list li {
  list-style: none;
  padding: 0.5rem 0;
}
.wp-block-archives-list li a:hover {
  color: var(--thm-color-secondary);
}

.wp-block-calendar table.wp-calendar-table th {
  background: transparent;
  color: var(--thm-color-text-heading);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-calendar table.wp-calendar-table td {
  color: var(--thm-color-text-main);
}
.wp-block-calendar table.wp-calendar-table td a {
  text-decoration: none;
  color: var(--thm-color-primary);
  font-weight: 500;
}

.wp-calendar-nav {
  -moz-text-align-last: left;
       text-align-last: left;
  margin-bottom: 1rem;
}
.wp-calendar-nav a {
  text-decoration: none;
  color: var(--thm-color-primary);
}
.wp-calendar-nav a:hover {
  color: var(--thm-color-secondary);
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  margin: 0.5rem 0 1rem;
  padding: 1rem;
}
.wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus {
  outline: none;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.wp-block-latest-comments li {
  margin: 1.5rem 0;
}
.wp-block-latest-comments a {
  font-weight: 500;
}
.wp-block-latest-comments a:hover {
  color: var(--thm-color-secondary);
}
.wp-block-latest-comments time {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: 1.5rem;
  line-height: 1.2;
}

.wp-block-latest-posts__list {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.5rem;
}
.wp-block-latest-posts__list li {
  margin: 1.5rem 0;
}
.wp-block-latest-posts__list li a {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-latest-posts__list li a:hover {
  color: var(--thm-color-secondary);
}
.wp-block-latest-posts__list li time {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

.wp-block-search__inside-wrapper {
  position: relative;
  margin: 1rem 0;
}
.wp-block-search__inside-wrapper input[type=search] {
  width: 100%;
  border-radius: 5px;
  padding: 0.8rem;
}
.wp-block-search__inside-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
}

.wp-block-search .wp-block-search__button {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  border: 1px solid var(--thm-color-primary);
  padding: 1.5rem;
}
.wp-block-search .wp-block-search__button:hover {
  border-color: var(--thm-color-secondary);
  background: var(--thm-color-secondary);
}

.wp-block-tag-cloud a:hover {
  color: var(--thm-color-secondary);
}

.wp-block-rss {
  margin: 0;
  padding: 0;
}
.wp-block-rss li {
  list-style: none;
  margin: 1rem 0;
}
.wp-block-rss li a:hover {
  color: var(--thm-color-secondary);
}

/**block category: layout elements**/
.wp-block-group {
  margin-bottom: 1.5rem;
}
.wp-block-group.has-background {
  padding: 4rem;
  border-radius: 1rem;
}

.sticky {
  display: block;
  background: var(--thm-color-light-bg);
}

.page-header {
  margin-bottom: 3rem;
}
.page-header .page-title {
  color: var(--thm-color-text-heading);
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
}

.theme-wrapper .post,
.theme-wrapper .page {
  margin: 0 0 4rem;
  overflow: hidden;
}
.theme-wrapper .post .post-thumbnail,
.theme-wrapper .page .post-thumbnail {
  text-align: center;
}
.theme-wrapper .post .post-thumbnail img,
.theme-wrapper .page .post-thumbnail img {
  border-radius: 5px;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0;
}

/*.category-block.tag-image {
	display: inline-block;
}*/
.entry-body {
  padding: 4rem 0;
}

.post-list .post {
  border: 1px solid #eee;
  border-radius: 5px;
}
.post-list .entry-body {
  padding: 4rem;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
.entry-meta i {
  color: var(--thm-color-primary);
}
.entry-meta span {
  color: var(--thm-color-text-main);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}
.entry-meta span:not(:last-child) {
  margin-right: 2rem;
}
.entry-meta span i {
  margin-right: 0.7rem;
  font-size: 1.5rem;
  line-height: 1;
}
.entry-meta span a {
  color: var(--thm-color-text-main);
}
.entry-meta span a:hover {
  color: var(--thm-color-secondary);
}

.entry-header .entry-title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 600;
  text-transform: inherit;
  word-wrap: break-word;
  margin: 0 0 1rem 0;
  color: var(--thm-color-text-heading);
}
.entry-header .entry-title a {
  color: var(--thm-color-text-heading);
}
.entry-header .entry-title a:hover {
  color: var(--thm-color-secondary);
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-respond {
  border-top: 1px solid #eee;
  margin-top: 2rem;
  padding-top: 2rem;
}

.alumnus-comment-form .comment-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .alumnus-comment-form .comment-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.alumnus-comment-form .comment-form-row .comment-form-field {
  width: 100%;
}
.alumnus-comment-form .comment-form-row .comment-form-field:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .alumnus-comment-form .comment-form-row .comment-form-field:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.alumnus-comment-form label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.alumnus-comment-form label span {
  color: var(--thm-color-secondary);
}
.alumnus-comment-form input[type=text],
.alumnus-comment-form input[type=email] {
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.alumnus-comment-form input[type=submit] {
  border-radius: 5px;
  padding: 1.5rem 2rem;
}

.comments-area {
  padding: 3rem 0;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 3rem;
  line-height: 2.5;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--thm-color-text-heading);
}
.comments-area p.no-comments {
  background: var(--thm-color-white);
}
.comments-area ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.comments-area ol.comment-list li.comment {
  list-style: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.comments-area ol.comment-list li.comment:not(:last-child) {
  margin-bottom: 3rem;
}
.comments-area .itl-comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comments-area .itl-comment-box .itl-comment-box__img {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__img {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }
}
.comments-area .itl-comment-box .itl-comment-box__img .avatar {
  border-radius: 5px;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__img .avatar {
    max-width: 30px;
    max-height: 30px;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__author {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: var(--thm-color-text-heading);
  margin-bottom: 1rem;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta .itl-comment-box__time {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a {
  color: var(--thm-color-text-heading);
  text-decoration: none;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.url {
  color: var(--thm-color-text-heading);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
  color: var(--thm-color-primary);
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-transform: lowercase;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
    font-size: 1.2rem;
    padding: 0.5rem;
    margin-top: 1.5rem;
  }
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link:hover {
  background: var(--thm-color-secondary);
}
.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Widgets
--------------------------------------------- */
.widget .widget-title {
  color: var(--thm-color-text-heading);
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.widget .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: var(--thm-color-primary);
}

.widget, .widget ul li {
  color: var(--thm-color-text-main);
}
.widget a, .widget ul li a {
  color: var(--thm-color-text-main);
  text-decoration: none;
  text-transform: capitalize;
}
.widget a.url, .widget a.rsswidget {
  color: #3a3a3a;
}
.widget a.rsswidget {
  font-weight: 500;
}
.widget a:hover {
  color: var(--thm-color-secondary);
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.widget ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget ul li > div span {
  color: var(--thm-color-text-main);
}
.widget ul li ul.children {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li ul.sub-menu {
  padding: 1rem 0 0 1.6rem;
}
.widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget ul li cite {
  color: #3a3a3a;
}
.widget ul + li:first-child {
  margin-top: 0;
}
.widget ul + li:last-child {
  margin-bottom: 0;
}

.widget_text.widget {
  color: var(--thm-color-text-main);
}
.widget_text.widget img {
  max-width: 100%;
  height: auto;
}
.widget_tag_cloud.widget .tagcloud a {
  color: var(--thm-color-text-main);
  display: inline-block;
  font-weight: 400;
  background: #efefef;
  padding: 0.5rem 1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-bottom: 0.83rem;
  margin-right: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.widget_tag_cloud.widget .tagcloud a:hover {
  color: #fff;
  background: var(--thm-color-primary);
}
.widget_calendar.widget table {
  border-style: solid;
  border-color: #ccc;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.widget_calendar.widget table th,
.widget_calendar.widget table td {
  color: var(--thm-color-text-heading);
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.widget_calendar.widget table th a,
.widget_calendar.widget table td a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget table th a:hover,
.widget_calendar.widget table td a:hover {
  color: var(--thm-color-secondary);
}
.widget_calendar.widget table th#today,
.widget_calendar.widget table td#today {
  background: var(--thm-color-primary);
  color: #fff;
}
.widget_calendar.widget table th#today a,
.widget_calendar.widget table td#today a {
  color: #fff;
}
.widget_calendar.widget table td {
  font-weight: 400;
}
.widget_calendar.widget .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget_calendar.widget .wp-calendar-nav span a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget .wp-calendar-nav span a:hover {
  color: var(--thm-color-secondary);
}
.widget_search.widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.widget_search.widget input[type=text] {
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #eee;
  padding: 2rem 6.8rem 2rem 2rem;
}
.widget_search.widget .search-submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0 5px 5px 0;
  padding: 0.65rem;
}
.widget_search.widget .search-submit-btn span {
  padding: 0;
}
.widget_search.widget .search-submit-btn span i {
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 2.95;
}
.widget_search.widget .search-submit-btn:hover {
  color: var(--thm-color-white);
  background: var(--thm-color-secondary);
}
.widget_recent_comments.widget span a {
  font-weight: 500;
}

.widget select {
  width: 100%;
  padding: 1.6rem;
  border: 1px solid #ccc;
  color: var(--thm-color-text-main);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.widget select:focus, .widget select:hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--thm-color-primary);
}

/**block editor**/
.widget.widget_block .wp-block-group__inner-container h2 {
  color: var(--thm-color-text-heading);
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.widget.widget_block .wp-block-group__inner-container h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: var(--thm-color-primary);
}

.widget.widget_block ul li {
  color: var(--thm-color-text-main);
}
.widget.widget_block ul li a {
  color: var(--thm-color-text-main);
  text-decoration: none;
  text-transform: capitalize;
}
.widget.widget_block ul li a.url, .widget.widget_block ul li a.rsswidget {
  color: #3a3a3a;
}
.widget.widget_block ul li a.rsswidget {
  font-weight: 500;
}
.widget.widget_block ul li a:hover {
  color: var(--thm-color-secondary);
}

.widget.widget_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_block ul.alignleft {
  float: none;
}
.widget.widget_block ul.aligncenter {
  text-align: center;
}
.widget.widget_block ul.alignright {
  text-align: right;
  float: none;
}
.widget.widget_block ul.wp-block-latest-posts__list li {
  margin: 0;
}
.widget.widget_block ul li {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.widget.widget_block ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget.widget_block ul li > div span {
  color: var(--thm-color-text-main);
}
.widget.widget_block ul li ul.submenu-container {
  padding: 1rem 0 0 1.6rem;
}
.widget.widget_block ul li ul.sub-menu {
  padding: 1rem 0 0 1.6rem;
}
.widget.widget_block ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget.widget_block ul li cite {
  color: #3a3a3a;
}
.widget.widget_block ul + li:first-child {
  margin-top: 0;
}
.widget.widget_block ul + li:last-child {
  margin-bottom: 0;
}

.widget_text.widget.widget_block {
  color: var(--thm-color-text-main);
}
.widget_text.widget.widget_block img {
  max-width: 100%;
  height: auto;
}
.widget_tag_cloud.widget.widget_block .tagcloud a {
  color: var(--thm-color-text-main);
  display: inline-block;
  font-weight: 400;
  background: #efefef;
  padding: 0.5rem 1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-bottom: 0.83rem;
  margin-right: 0.8rem;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.widget_tag_cloud.widget.widget_block .tagcloud a:hover {
  color: #fff;
  background: var(--thm-color-primary);
}
.widget_calendar.widget.widget_block table {
  border-style: solid;
  border-color: #ccc;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.widget_calendar.widget.widget_block table th,
.widget_calendar.widget.widget_block table td {
  color: var(--thm-color-text-heading);
  border-style: solid;
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  padding: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.widget_calendar.widget.widget_block table th a,
.widget_calendar.widget.widget_block table td a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget.widget_block table th a:hover,
.widget_calendar.widget.widget_block table td a:hover {
  color: var(--thm-color-secondary);
}
.widget_calendar.widget.widget_block table th#today,
.widget_calendar.widget.widget_block table td#today {
  background: var(--thm-color-primary);
  color: #fff;
}
.widget_calendar.widget.widget_block table th#today a,
.widget_calendar.widget.widget_block table td#today a {
  color: #fff;
}
.widget_calendar.widget.widget_block table td {
  font-weight: 400;
}
.widget_calendar.widget.widget_block .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget_calendar.widget.widget_block .wp-calendar-nav span a {
  color: var(--thm-color-primary);
  text-decoration: none;
}
.widget_calendar.widget.widget_block .wp-calendar-nav span a:hover {
  color: var(--thm-color-secondary);
}
.widget_search.widget.widget_block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.widget_search.widget.widget_block input[type=text] {
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #eee;
  padding: 2rem 6.8rem 2rem 2rem;
}
.widget_search.widget.widget_block .search-submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0 5px 5px 0;
  padding: 0.65rem;
}
.widget_search.widget.widget_block .search-submit-btn span {
  padding: 0;
}
.widget_search.widget.widget_block .search-submit-btn span i {
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 2.95;
}
.widget_search.widget.widget_block .search-submit-btn:hover {
  color: var(--thm-color-white);
  background: var(--thm-color-secondary);
}
.widget_recent_comments.widget.widget_block span a {
  font-weight: 500;
}

.widget {
  padding: 3rem;
  border-radius: 5px;
  margin: 0 0 3rem;
  border: 1px solid #eee;
}
.widget.widget_block .wp-block-group {
  margin-bottom: 0;
}
.widget.widget_block .wp-block-latest-comments {
  padding: 0;
}
.widget.widget_block.widget_search label {
  display: none;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 1.5rem;
}
.widget.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  line-height: 0;
  padding: 2.9rem 2rem;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tribe-events .tribe-events-calendar-list-nav {
  border: 0;
}

.tribe-events .tribe-events-c-ical {
  text-align: center;
}

.tribe-events .tribe-events-c-ical__link {
  border: 0;
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
}
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: var(--thm-color-secondary);
}

.tribe-common .tribe-common-c-svgicon {
  color: var(--thm-color-white);
}

.tribe-common article.event {
  padding: 3.5rem;
}

.tribe-events-view {
  padding-bottom: 8rem;
}

.tribe-events .tribe-events-c-ical {
  margin-top: 6rem;
}

.tribe-events-event-image img {
  border-radius: 0.5rem;
}

.tribe-events-meta-group-details,
.tribe-events-meta-group-organizer,
.tribe-events-meta-group,
.tribe-events-event-meta {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 0.5rem;
  padding: 3rem;
  margin-bottom: 3rem;
}
.tribe-events-meta-group-details .tribe-events-single-section-title,
.tribe-events-meta-group-organizer .tribe-events-single-section-title,
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-event-meta .tribe-events-single-section-title {
  color: var(--thm-color-text-heading);
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.tribe-events-meta-group-details .tribe-events-single-section-title:before,
.tribe-events-meta-group-organizer .tribe-events-single-section-title:before,
.tribe-events-meta-group .tribe-events-single-section-title:before,
.tribe-events-event-meta .tribe-events-single-section-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: var(--thm-color-primary);
}

.tribe-events-venue-map {
  width: 100%;
}

.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
  margin-bottom: 0;
}

.tribe-events-content ol:last-child, .tribe-events-content p:last-child, .tribe-events-content ul:last-child {
  margin-bottom: 0;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
  font-size: 1.8rem;
}

.tribe-events-single-section dd {
  margin: 0;
}

[id*=give-form] div.images {
  margin: 0;
}
[id*=give-form] div.images img {
  border-radius: 1rem;
}

.give-goal-progress {
  background: #f1f1f1;
  padding: 3rem;
  border-radius: 1rem;
}
.give-goal-progress .raised {
  margin: 0;
}
.give-goal-progress .give-progress-bar {
  margin-top: 3rem;
  background: #fff;
  position: relative;
  overflow: visible;
  height: 10px;
}
.give-goal-progress .give-progress-bar .progress-fill {
  border-radius: 20px;
  overflow: visible;
  height: 100%;
  position: relative;
}
.give-goal-progress .give-progress-bar .progress-fill span {
  background: var(--thm-color-primary);
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-bottom: 5px;
  margin-left: -30px;
  z-index: 15;
  padding: 0.5rem;
  color: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
}
.give-goal-progress .give-progress-bar .progress-fill span:after {
  content: "";
  border: 6px solid transparent;
  border-top-color: var(--thm-color-primary);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -6px;
}

.single-cause-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  color: var(--thm-color-text-heading);
}
.single-cause-meta .cause__goal {
  margin-right: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
.single-cause-meta .cause__goal span {
  color: var(--thm-color-primary);
  font-weight: 500;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
  background: var(--thm-color-primary);
  color: var(--thm-color-white);
  border-top-color: var(--thm-color-primary);
  border-bottom-color: var(--thm-color-primary);
}
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border-left-color: var(--thm-color-primary);
}
form[id*=give-form] #give-gateway-radio-list > li label.give-gateway-option {
  color: var(--thm-color-text-main);
}
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=email] {
  background: #fff;
  padding: 1.2rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
form[id*=give-form] .form-row input[type=text]:focus,
form[id*=give-form] .form-row input[type=email]:focus {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  color: #fff;
  background: var(--thm-color-primary);
  border-color: var(--thm-color-primary);
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
}
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  color: var(--thm-color-text-heading);
}
form[id*=give-form] input[type=submit] {
  padding: 1.5rem 2rem;
}

[id*=give-form] .give-form-title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 3rem 0;
}
[id*=give-form] fieldset legend {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--thm-color-text-heading);
}
[id*=give-form].give-display-modal .give-btn, [id*=give-form].give-display-onpage .give-btn, [id*=give-form].give-display-reveal .give-btn, [id*=give-form].give-display-button .give-btn {
  padding: 0.5rem 3rem;
  line-height: 36px;
  color: #141414;
  font-weight: 500;
  margin: 0 0 10px;
  background: #eeefef;
  border-color: #eeefef;
  border: 0;
  border-radius: 5px;
}
[id*=give-form].give-display-modal .give-btn:hover, [id*=give-form].give-display-modal .give-btn.give-default-level, [id*=give-form].give-display-onpage .give-btn:hover, [id*=give-form].give-display-onpage .give-btn.give-default-level, [id*=give-form].give-display-reveal .give-btn:hover, [id*=give-form].give-display-reveal .give-btn.give-default-level, [id*=give-form].give-display-button .give-btn:hover, [id*=give-form].give-display-button .give-btn.give-default-level {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.give-display-button {
  margin-bottom: 2rem;
}

.give-modal form[id*=give-form] .give-btn {
  padding: 0.5rem 3rem;
  line-height: 36px;
  color: #141414;
  font-weight: 500;
  margin: 0 0 10px;
  background: #eeefef;
  border-color: #eeefef;
  border: 0;
  border-radius: 5px;
}
.give-modal form[id*=give-form] .give-btn:hover, .give-modal form[id*=give-form] .give-btn.give-default-level {
  color: var(--thm-color-white);
  background: var(--thm-color-primary);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=mercify.css.map */