/*!
Theme Name: Bitfo
Theme URI: https://www.bitfo.com/
Author: Matt Bonacini
Author URI: https://wordpressadvisor.io
Description: "Bitfo core theme"
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitfo
Tags: custom-background, custom-logo, custom-menu, featured-images
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - PLUGIN_HERE
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------

# 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 {
  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;
  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 {
  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] {
  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 {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------

# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 18px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #474747;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 0.8888888888rem;
  }
}

span[class*=material],
.fade-out-material-icon:after {
  opacity: 0;
}

a:active,
a:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25;
}

h1 {
  font-size: 2.6666666667rem;
}

h2,
.entry-title {
  font-size: 2.6666666667rem;
  margin-bottom: 24px;
}
h2 + h3,
.entry-title + h3 {
  margin-top: 0;
}

h3 {
  font-size: 2.2222222222rem;
  margin-bottom: 24px;
}
h3 + h4 {
  margin-top: 0;
}

h4 {
  font-size: 1.7777777778rem;
  margin-bottom: 24px;
}

h5 {
  font-size: 1.3333333333rem;
}

h6 {
  font-size: 1.1111111111rem;
}

body .entry-content a,
body .entry-content a:visited {
    color: #853FCF;
}

.entry-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.site-main .entry-content h2 {
    font-size: 1.7rem;
}
.site-main .entry-content h3 {
  font-size: 1.4rem;
}
.site-main .entry-content h4 {
  font-size: 1.3333333333rem;
}
.site-main .entry-content h5 {
  font-size: 1.1111111111rem;
}
@media (max-width: 1300px) {
  .site-main .entry-content h2 {
    font-size: 1.3333333333rem;
  }
  .site-main .entry-content h3 {
    font-size: 1.2222222222rem;
  }
  .site-main .entry-content h4 {
    font-size: 1.1111111111rem;
  }
  .site-main .entry-content h5 {
    font-size: 1rem;
  }
}

footer h2 {
  font-size: 1.7777777778rem;
}
footer h3,
footer .widget-title {
  font-size: 1.3333333333rem;
}
footer h4 {
  font-size: 1.1111111111rem;
}
footer h5 {
  font-size: 1.1111111111rem;
}
@media (max-width: 1300px) {
  footer h2 {
    font-size: 1.2222222222rem;
  }
  footer h3,
footer .widget-title {
    font-size: 1.1111111111rem;
  }
  footer h4 {
    font-size: 1rem;
  }
  footer h5 {
    font-size: 1rem;
  }
}

@media (max-width: 1300px) {
  h1 {
    font-size: 1.5555555556rem;
  }

  h2,
.entry-title {
    font-size: 1.5555555556rem;
  }

  h3 {
    font-size: 1.3333333333rem;
  }

  h4 {
    font-size: 1.2222222222rem;
  }

  h5 {
    font-size: 1.1111111111rem;
  }

  h6 {
    font-size: 1rem;
  }
}
p {
  margin-bottom: 1.5em;
}

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

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: 1.6;
  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
--------------------------------------------- */
body {
  background: #f9f9f9 !important;
padding-top: 82px;}

body.admin-bar {
  padding-top: 82px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 24px;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 8px;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* 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.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}
a:visited {
  /*color: #4169e1 !important;*/
}
a:active, a:focus, a:hover {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/* Forms
--------------------------------------------- */
input[type=submit],
button,
button.bitfo-outline {
  padding: 0.8em 1.0666666em 0.666666666em;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: solid 2px transparent;
  border-radius: 8px;
  background-color: #853fcf;
  color: #fff;
  cursor: pointer;
  font-size: 0.8333333333rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
button.bitfo-outline,
input[type=button].bitfo-outline,
input[type=reset].bitfo-outline,
input[type=submit].bitfo-outline {
  border: solid 2px;
}
button.bitfo-with-x,
input[type=button].bitfo-with-x,
input[type=reset].bitfo-with-x,
input[type=submit].bitfo-with-x {
  padding: 8px 32px;
}
button.bitfo-with-x > *,
input[type=button].bitfo-with-x > *,
input[type=reset].bitfo-with-x > *,
input[type=submit].bitfo-with-x > * {
  display: inline-block;
  vertical-align: middle;
}
button.bitfo-with-x .bitfo-close-icon,
input[type=button].bitfo-with-x .bitfo-close-icon,
input[type=reset].bitfo-with-x .bitfo-close-icon,
input[type=submit].bitfo-with-x .bitfo-close-icon {
  font-size: 20px;
  position: relative;
  transform: rotate(45deg);
  transform-origin: center center;
  top: -1px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
button.bitfo-with-x .bitfo-close-icon.rotate-icon,
input[type=button].bitfo-with-x .bitfo-close-icon.rotate-icon,
input[type=reset].bitfo-with-x .bitfo-close-icon.rotate-icon,
input[type=submit].bitfo-with-x .bitfo-close-icon.rotate-icon {
  top: 0;
  transform: rotate(0deg);
}

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 {
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  padding: 3px;
}
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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.bitfo-default-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: solid 1px;
  border-radius: 4px;
  background-color: transparent;
  font-size: 0.833333333rem;
  font-weight: 600;
  line-height: 1.4;
  outline: none;
  padding: 8px 24px 8px 16px;
  position: relative;
}
.bitfo-default-filter:last-child {
  margin-right: 0;
}
.bitfo-default-filter [disabled] {
  display: none;
}
@media (max-width: 767px) {
  .bitfo-default-filter {
    font-size: 0.7222222222rem;
  }
}

.bitfo-filter-container {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.bitfo-filter-container:after {
  content: "expand_more";
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: inherit;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  top: 8px;
  right: 8px;
}

@media (max-width: 599px) {
  .bitfo-filter-container:after {
    top: 6px;
    right: 6px;
  }
}
/*--------------------------------------------------------------

# Layouts
--------------------------------------------------------------*/
.global-container {
  padding-top: 0;
}
@media (max-width: 1151px) {
  .global-container {
    padding-top: 0;
  }
}

.container {
  max-width: 1340px;
  margin: 0 auto;
}
.container.site-main {
  padding-top: 56px;
}
@media (max-width: 1300px) {
  .container {
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .container.site-main {
    padding-top: 24px;
  }
}
@media (max-width: 599px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.flex_container {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.f_jcsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.f_aic {
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

article .entry-content {
    margin-top: 40px;
    font-weight: 200;
}
article .entry-content section {
  margin-bottom: 40px;
}

.bitfo-footer-article {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  margin-bottom: 128px;
}

/*--------------------------------------------------------------

# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.bitfo-body-overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 20;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.bitfo-body-overlay.overlay-is-active, .bitfo-body-overlay.overlay-is-active-toc {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: initial;
}

@media (max-width: 599px) {
  .bitfo-body-overlay:not(.overlay-is-active-toc) {
    display: none;
  }
}
.site-main {
  -webkit-transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
.site-main.overlay-is-active, .site-main.overlay-is-active-toc {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
@media (max-width: 599px) {
  .site-main.overlay-is-active, .site-main.overlay-is-active-toc {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

.site-header {
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
padding: 17px 17px 10px 17px;border-bottom: 1px solid #e5e5e5;
display: flex;
position: fixed;width: 100%;top: 0;}


.admin-bar .site-header {
    top: 32px;
}


.site-branding,
.site-logo,
.site-logo-link {
  display: inline-block;
  width: 190px;
  height: 56px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 1300px) {
  .site-branding,
.site-logo,
.site-logo-link {
    width: 136px;
  }
}

.main-navigation {
  position: relative;
  margin-top: 2px;
}

.bitfo-main-header-menu {
  display: inline-block;
}

.bitfo-search-trigger {
  outline: 0;
  vertical-align: middle;
}
.bitfo-search-trigger:hover, .bitfo-search-trigger:active, .bitfo-search-trigger:focus {
  outline: none;
}
.bitfo-search-trigger > svg {
  width: 20px;
  height: 20px;
}

.bitfo-search-in-nav,
.bitfo-mobile-search-input {
  display: none;
}

.bitfo-search-in-nav {
  position: absolute;
  right: 0px;
  top: -16px;
  min-width: 380px;
}

.search-form {
  padding: 8px;
  padding-left: 16px;
}
.search-form .search-field {
  border: none;
  box-shadow: none;
  font-size: 0.8333333333rem;
  font-weight: 600;
  outline: none;
  padding: 0;
  background-color: transparent;
}

.bitfo-search-icon {
  font-size: 28px;
  line-height: 24px;
  position: relative;
  top: 3px;
  left: -8px;
}

.search-form ::placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.bitfo-close-icon {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 2.5px;
}

.bitfo-close-icon,
.bitfo-search-icon {
  cursor: pointer;
}

@media (max-width: 1151px) {
  .site-header {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    height: 64px;
  }
  .site-header .main-navigation,
.site-header .bitfo-mobile-search-container {
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    display: inline-flex;
    height: 100%;
  }

  .site-header .site-branding {
    margin: 4px 0;
  }
  .site-header .site-branding img {
    image-rendering: -webkit-optimize-contrast;
  }

  .bitfo-search-trigger-mobile,
.bitfo-search-icon-mobile {
    height: 40px;
    width: 40px;
  }

  .bitfo-search-icon-mobile {
    position: absolute;
    text-align: center;
  }

  .bitfo-search-trigger-mobile {
    cursor: pointer;
  }
  .bitfo-search-trigger-mobile .bitfo-search-icon-mobile,
.bitfo-search-trigger-mobile .bitfo-search-icon-mobile-close {
    position: absolute;
    top: 16px;
  }
  .bitfo-search-trigger-mobile .bitfo-search-icon-mobile {
    font-size: 34px;
  }
  .bitfo-search-trigger-mobile .bitfo-search-icon-mobile-close {
    display: none;
    font-size: 34px;
  }

  button.menu-toggle {
    background-color: transparent;
    padding: 0;
  }

  .bitfo-menu-icon span {
    font-size: 40px;
  }

  .main-navigation a.bitfo-search-trigger, .main-navigation.toggled .bitfo-menu-open, .main-navigation .bitfo-menu-close {
    display: none;
  }
  .main-navigation.toggled .bitfo-menu-close {
    display: block;
  }
  .main-navigation > .bitfo-main-header-menu {
    border-top: solid 1px #d3d3d3;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 400px;
    height: calc(100vh - 56px);
    right: -64px;
    top: 100%;
    padding: 32px;
    z-index: 1000;
  }
}
@media (max-width: 1151px) and (max-width: 1024px) {
  .main-navigation > .bitfo-main-header-menu {
    right: -32px;
  }
}
@media (max-width: 1151px) and (max-width: 599px) {
  .main-navigation > .bitfo-main-header-menu {
    height: 100vh;
    min-width: 100vw;
    padding: 24px;
    right: -24px;
  }
}
@media (max-width: 1151px) {
  .main-navigation.toggled > .bitfo-main-header-menu {
    display: block;
  }
}
@media (max-width: 1151px) {
  .bitfo-mobile-search-input {
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  }
  .bitfo-mobile-search-input .search-form {
    align-items: center;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
  }
  .bitfo-mobile-search-input .search-form label,
.bitfo-mobile-search-input .search-form input[type=search] {
    width: 95%;
  }
}
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: inline-block;
  min-height: 35.5px;
}
.main-navigation .bitfo_sb_disabled > div > ul > li:last-child {
  margin-right: 0;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (min-width: 1152px) {
  .main-navigation ul .sub-menu {
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    display: block;
    left: -999em;
    padding: 12px 12px 16px 16px;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  .main-navigation ul .sub-menu ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul .sub-menu li {
    display: inline-block;
    line-height: 1;
    margin: 8px 0;
  }
  .main-navigation ul .sub-menu li:hover > ul, .main-navigation ul .sub-menu li.focus > ul {
    display: block;
    left: auto;
  }
  .main-navigation ul .sub-menu a {
    width: 200px;
  }
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  margin-right: 32px;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  line-height: 1.25;
}
.main-navigation .menu-item-has-children {
  position: relative;
  padding-right: 8px;
  padding-right: 10px;
}
.main-navigation .bitfo-chevron-down {
  display: none;
}
.main-navigation .menu-item-has-children > .bitfo-chevron-down {
  display: inline-block;
  position: absolute;
  width: 8px;
  right: 4px;
  top: -1.5px;
}
@media (max-width: 1151px) {
  .main-navigation .menu-item-has-children > .bitfo-chevron-down {
    top: 15px;
    right: 10px;
  }
}
@media (max-width: 1300px) {
  .main-navigation li {
    margin-right: 24px;
  }
}
.main-navigation.toggled .sub-menu-opened .sub-menu {
  display: block;
  padding: 16px 0 0 16px;
}
.main-navigation.toggled .sub-menu-opened .sub-menu > li {
  padding: 4px 0;
}
.main-navigation.toggled .sub-menu-opened .sub-menu > li:last-child {
  margin-bottom: 0;
}

.menu-toggle,
.main-navigation.toggled ul:not(.sub-menu) {
  display: block;
}

@media screen and (min-width: 1152px) {
  .menu-toggle,
.bitfo-mobile-search-container {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
@media (max-width: 1151px) {
  .main-navigation {
    margin-top: 0;
    min-height: auto;
  }
  .main-navigation .nav-menu > li {
    border-bottom: solid 1px #e0e0e0;
    padding: 16px 0;
  }
  .main-navigation .nav-menu > li, .main-navigation .nav-menu > li > a {
    width: 100%;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 24px;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  margin: 0;
}
.breadcrumbs li a {
  color: #575757;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 599px) {
  .breadcrumbs {
    margin-left: -8px;
    margin-right: -8px;
  }
  .breadcrumbs li a {
    font-size: 12px;
  }
}
.breadcrumbs .sep {
  display: inline-block;
  margin: 0 4px;
  width: 8px;
}
@media (max-width: 599px) {
  .breadcrumbs .sep {
    margin: 0 2px;
  }
  .breadcrumbs .sep > svg {
    height: 8px;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 16px;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

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

.bitfo-author-avatar {
  border-radius: 6px;
}

.wp-block-image {
  border-radius: 8px;
  margin-bottom: 32px;
}

/* Modal
--------------------------------------------- */
.bitfo-modal-box.is-open {
  display: block !important;
}

.bitfo-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.bitfo-modal-container {
  background-color: #fff;
  padding: 32px;
  max-width: 960px;
  max-height: 80vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .bitfo-modal-container {
    max-width: 95vw;
    padding: 24px;
  }
}

.bitfo-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: solid 1px #e0e0e0;
}
.bitfo-modal-header img {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 16px;
}
@media (max-width: 599px) {
  .bitfo-modal-header > span {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .bitfo-modal-header img {
    width: 32px;
    height: 32px;
  }
}

.bitfo-modal-title {
  display: inline-block;
  color: #1a1a1a;
  font-size: 1.3333333333rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
  vertical-align: middle;
}

.bitfo-modal-close {
  cursor: pointer;
}

.bitfo-modal-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1024px) {
  .bitfo-modal-container {
    max-width: 95%;
  }

  .bitfo-modal-title {
    font-size: 1.1111111111rem;
  }
}
/* Modules
--------------------------------------------- */
/* Modules
--------------------------------------------- */
.bitfo-author-boxes {
  width: 68.38709%;
}
.bitfo-author-boxes .bitfo-single-author {
  display: inline-block;
  vertical-align: top;
  width: 47.17092384%;
  border-radius: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  padding: 24px;
}
.bitfo-author-boxes .bitfo-single-author:first-child {
  margin-right: 24px;
}
@media (max-width: 1024px) {
  .bitfo-author-boxes .bitfo-single-author {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .bitfo-author-boxes .bitfo-single-author {
    width: 100%;
  }
}
.bitfo-author-boxes .bitfo-card-header {
  margin-bottom: 24px;
}
.bitfo-author-boxes .bitfo-author-avatar {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}
@media (max-width: 1151px) {
  .bitfo-author-boxes .bitfo-author-avatar {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1024px) {
  .bitfo-author-boxes {
    width: 100%;
  }
}

.bitfo-author-card-info > div:first-child a,
.bitfo-author-card-info > div:first-child span {
  color: #1a1a1a;
  font-size: 1.1111111rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.bitfo-author-card-info > div:first-child span {
  font-size: 0.88888888rem;
  line-height: 1;
}
.bitfo-author-card-info > div:first-child > * {
  display: block;
  text-transform: capitalize;
}
@media (max-width: 1151px) {
  .bitfo-author-card-info > div:first-child a {
    font-size: 1rem;
  }
  .bitfo-author-card-info > div:first-child span {
    font-size: 0.7777777777rem;
  }
}

.bitfo-author-social-links > a {
  margin-right: 10px;
  display: inline-block;
}
.bitfo-author-social-links,
.bitfo-author-social-links span {
  vertical-align: middle;
}
.bitfo-author-social-links span {
  font-size: 0.7222222rem;
  line-height: 1;
}
.bitfo-author-social-links a[href*=mailto] span:first-child {
  margin-right: 6px;
}
.bitfo-author-social-links a[href*=mailto] svg {
  height: 18px;
  width: 18px;
}
.bitfo-author-social-links .bitfo-icon {
  margin-right: 4px;
}
.bitfo-author-social-links .bitfo-icon svg {
  width: 16px;
  height: 16px;
}
.bitfo-author-social-links .bitfo-icon svg,
.bitfo-author-social-links .bitfo-icon svg g {
  fill: #474747;
}

.bitfo-author-bio {
  font-size: 0.83333333rem;
  line-height: 1.4;
}
@media (max-width: 1151px) {
  .bitfo-author-bio {
    font-size: 0.722222rem;
  }
}

.bitfo-global-callout {
  border-radius: 10px;
  padding: 40px;
}
.bitfo-global-callout .bitfo-gc-title {
  margin-bottom: 40px;
}
.bitfo-global-callout .bitfo-gc-title a {
  position: relative;
  top: -6px;
}
.bitfo-global-callout .bitfo-gc-title a > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.bitfo-global-callout .bitfo-gc-title > * {
  display: inline-block;
}
.bitfo-global-callout h2 {
  font-size: 1.3333333rem;
  margin: 0;
  max-width: 82.75862%;
}

.bitfo-gc-content p {
  font-size: 0.8333333333rem;
}
.bitfo-gc-content p:first-child {
  margin-top: 0;
}

@media (max-width: 599px) {
  .bitfo-global-callout {
    padding: 24px;
  }
  .bitfo-global-callout .bitfo-gc-title {
    margin-bottom: 24px;
    align-items: center;
  }
  .bitfo-global-callout h2 {
    font-size: 1.1111111111rem;
  }
  .bitfo-global-callout .bitfo-modal-trigger > span {
    font-size: 32px;
  }
  .bitfo-global-callout .bitfo-modal-trigger > span:last-child {
    display: none;
  }
}
.bitfo-postmeta {
  margin-bottom: 48px;
}
.bitfo-postmeta span,
.bitfo-postmeta p,
.bitfo-postmeta a {
  font-size: 15px;
  color: #474747;
}
@media (max-width: 768px) {
  .bitfo-postmeta span,
.bitfo-postmeta p,
.bitfo-postmeta a {
    font-size: 13px;
  }
}
.bitfo-postmeta .posted-on {
  font-weight: 600;
}
@media (max-width: 599px) {
  .bitfo-postmeta .posted-on {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
}
.bitfo-postmeta .posted-on a {
  font-weight: 400;
}
.bitfo-postmeta > div:first-child {
  border-bottom: 1px solid rgba(20, 35, 61, 0.3);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
/*.bitfo-postmeta > div:not(.bitfo-authors) {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}*/

.bitfo-disclosures a:first-child {
  margin-right: 24px;
}
.bitfo-disclosures a > svg {
  margin-right: 4px;
}
@media (max-width: 768px) {
  .bitfo-disclosures a > svg {
    width: 22px;
  }
  .bitfo-disclosures a.bitfo-modal-trigger:last-child > svg {
    width: 18px;
  }
}
.bitfo-disclosures a > * {
  display: inline-block;
  vertical-align: middle;
}

.bitfo-authors .bitfo-single-author {
  display: inline-block;
  margin-right: 32px;
}
.bitfo-authors .bitfo-single-author > * {
  display: inline-block;
  vertical-align: top;
}
.bitfo-authors .bitfo-single-author:last-child {
  margin-right: 0;
}

.bitfo-single-author img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.bitfo-single-author > div > * {
  display: block;
  line-height: 1.2;
}
.bitfo-single-author .bitfo-author-name {
  font-weight: 600;
  margin-bottom: 4px;
}
.bitfo-single-author .bitfo-author-role {
  text-transform: capitalize;
}

@media (max-width: 599px) {
  .bitfo-postmeta .bitfo-single-author img {
    display: none;
  }

  .bitfo-disclosures,
.bitfo-authors {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  #primary .bitfo-toc-col-layout {
    flex-wrap: wrap;
  }
  #primary .bitfo-toc-col-layout > .wp-block-column {
    flex-basis: 100% !important;
  }
  #primary .bitfo-toc-col-layout > .wp-block-column:last-child {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .bitfo-mobile-toc-header {
    display: none;
  }

  .bitfo-table-of-contents {
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    padding: 32px 32px 40px;
    position: sticky;
    top: 100px;
  }
  .bitfo-table-of-contents ol li {
    margin-bottom: 14px;
  }
  .bitfo-table-of-contents ol li a {
    font-size: 0.888888888;
    line-height: 1.3;
    color: #1a1a1a;
  }
.admin-bar .bitfo-table-of-contents {
    top: 130px;
}
}
@media (max-width: 1023px) {
  .bitfo-toc-col-layout > .wp-block-column:first-child {
    margin-bottom: 40px;
  }
}
.bitfo-table-of-contents .bitfo-toc-headline {
  display: block;
  font-size: 1.3333333333rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents > .bitfo-toc-headline {
    display: none;
  }
}
.bitfo-table-of-contents ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bitfo-table-of-contents .bitfo-toc-item {
  position: relative;
  padding-left: 18px;
}
.bitfo-table-of-contents .bitfo-active-li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -8px;
  margin: 8px;
  height: 8px;
  width: 8px;
  background-color: #853fcf;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #853fcf;
  transform: scale(1);
  animation: pulse 3s infinite;
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    margin-left: -32px;
    margin-right: -32px;
    padding: 16px 32px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header.header-fixed {
    background-color: #fff;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-toc-headline {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline {
    font-size: 0.8333333333rem;
    font-weight: 800;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline {
    font-size: 0.7222222222rem;
    padding: 8px 16px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline span {
    vertical-align: middle;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline > span:first-child {
    margin-right: 8px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents #bitfo-toc-container {
    background-color: #fcfcfd;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    display: none;
    left: 0;
    padding: 40px 24px;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head {
    margin: 0 24px 24px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 16px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head .bitfo-toc-headline {
    margin-bottom: 0;
  }
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head .bitfo-menu-close {
    cursor: pointer;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-js-toc-list {
    padding: 0 24px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-js-toc-list {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-js-toc-list .bitfo-toc-item {
    font-size: 0.8333333333rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-toc-headline,
.bitfo-table-of-contents #bitfo-toc-container .bitfo-toc-headline {
    font-size: 1.1111111111rem;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(0.95);
    opacity: 1;
  }
}
/* 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: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------- */
.pre-footer .widget {
  margin-bottom: 0;
}

footer .widget-area-container {
  padding: 64px 0;
}
footer .widget-area-container .footer-widget-area {
  width: 22.58064%;
}
@media (max-width: 1024px) {
  footer .widget-area-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .widget-area-container .footer-widget-area {
    width: 45.45454545%;
    margin-bottom: 32px;
  }
  footer .widget-area-container .footer-widget-area:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) and (max-width: 599px) {
  footer .widget-area-container .footer-widget-area {
    width: 100%;
  }
}

footer h1 {
  margin-top: 0;
  margin-bottom: 24px;
}
footer h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
footer h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
footer h4 {
  margin-top: 0;
  margin-bottom: 24px;
}
footer h5 {
  margin-top: 0;
  margin-bottom: 24px;
}
footer h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
footer ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul.menu li {
  line-height: 1.5;
  margin: 0;
  margin-bottom: 12px;
}

.bottom-footer {
  position: relative;
}
.bottom-footer .bitfo-colored-shadow {
  position: absolute;
  top: -40px;
  width: 100%;
  min-height: 40px;
  background: linear-gradient(180deg, rgba(133, 63, 207, 0) 0%, rgba(133, 63, 207, 0.11) 100%);
}
.bottom-footer .container {
  padding: 32px 0;
  text-align: center;
}
.bottom-footer .container p {
  margin: 0;
}
.bottom-footer .container a {
  text-decoration: underline;
}

.bitfo-social-links > a {
  border-radius: 6px;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 32px;
  vertical-align: middle;
}
.bitfo-social-links > a:last-child {
  margin-right: 0;
}
@media (max-width: 1151px) {
  .bitfo-social-links > a {
    margin-right: 20px;
  }
}
.bitfo-social-links > a svg {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(80%);
  filter: grayscale(100%) brightness(80%);
  -webkit-transition: filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
.bitfo-social-links > a:hover svg {
  -webkit-filter: grayscale(0%) brightness(100%);
  filter: grayscale(0%) brightness(100%);
}
.bitfo-social-links .bitfo-icon-background {
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.bitfo-social-links .bitfo-icon-background svg {
  width: 24px;
  height: 24px;
}

/*--------------------------------------------------------------

# Blocks
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
}

/* Global Blocks Styles
--------------------------------------------- */
.bitfo-block-fw {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.bitfo-block-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* FAQ Block
--------------------------------------------- */
.bitfo-faq summary {
  cursor: pointer;
}
.bitfo-faq summary .bitfo-icon-container {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.bitfo-faq summary .bitfo-icon-container [class*=material] {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  width: 100%;
}
.bitfo-faq details {
  padding: 16px 32px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease, padding 0.3s ease, margin-bottom 0.3s ease;
  -o-transition: background-color 0.3s ease, padding 0.3s ease, margin-bottom 0.3s ease;
  transition: background-color 0.3s ease, padding 0.3s ease, margin-bottom 0.3s ease;
}
.bitfo-faq details > summary {
  list-style: none;
}
.bitfo-faq details > summary::marker, .bitfo-faq details > summary::-webkit-details-marker {
  display: none;
}
.bitfo-faq details .bitfo-minus-icon {
  display: none;
}
.bitfo-faq details[open] {
  margin-bottom: 32px;
  padding: 32px 32px 40px;
}
.bitfo-faq details[open] .bitfo-plus-icon {
  display: none;
}
.bitfo-faq details[open] .bitfo-minus-icon {
  display: inline-block;
}

.bitfo-faq-toggle {
  font-size: 1.11111111rem;
  font-weight: bold;
}

.bitfo-faq-toggle,
.bitfo-icon-container {
  vertical-align: middle;
}

.bitfo-faq-content {
  padding-left: 60px;
}
.bitfo-faq-content p:last-child {
  margin-bottom: 0;
}

.bitfo-faq-toggle {
  user-select: none;
}

@media (max-width: 599px) {
  .bitfo-faq details {
    padding: 16px 0;
  }
  .bitfo-faq details[open] {
    padding: 16px 8px 32px;
  }
  .bitfo-faq details .bitfo-faq-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bitfo-faq summary {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .bitfo-faq summary .bitfo-icon-container {
    width: 24px;
    height: 24px;
  }

  .bitfo-faq-toggle {
    font-size: 1rem;
  }
}
/* Newsletter Block
--------------------------------------------- */
.bitfo-newsletter {
  background: linear-gradient(180deg, #9b23ea -35.67%, #5f72bd 142.5%);
}
.bitfo-newsletter .bitfo-block-container {
  padding: 80px 0;
}
@media (max-width: 1151px) {
  .bitfo-newsletter .bitfo-block-container {
    padding: 64px 24px;
  }
}
.bitfo-newsletter .bitfo-newsletter-heading {
  font-size: 1.777777777rem;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 1151px) {
  .bitfo-newsletter .bitfo-newsletter-heading {
    font-size: 1.2222222222rem;
  }
}
.bitfo-newsletter [class*=bitfo-newsletter-] {
  color: #ffffff;
  text-align: center;
}
.bitfo-newsletter .bitfo-newsletter-content {
  margin-bottom: 32px;
}

.klaviyo-signup-form {
  text-align: center;
}
.klaviyo-signup-form [type=email] {
  border: none;
  box-shadow: none;
  font-size: 0.8333333333rem;
  font-weight: 600;
  outline: none;
  padding: 0;
  background-color: transparent;
  min-width: 264px;
}
@media (max-width: 1151px) {
  .klaviyo-signup-form [type=email] {
    min-width: 168px;
  }
}
.klaviyo-signup-form ::placeholder {
  color: #b2b2b2;
  opacity: 1;
}
.klaviyo-signup-form .success_message {
  color: #fff;
}
.klaviyo-signup-form .klaviyo-signup-fields {
  border-radius: 10px;
  background-color: #f6f6f6;
  display: inline-block;
  padding: 8px;
  padding-left: 16px;
}
@media (max-width: 1151px) {
  .klaviyo-signup-form .klaviyo-signup-fields {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
  }
}

/* Reviews Block
--------------------------------------------- */
.bitfo-single-review {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 24px 40px;
}
@media (max-width: 1300px) {
  .bitfo-single-review {
    padding: 24px;
  }
}
.bitfo-single-review .bitfo-review-mobile {
  display: none;
}
.bitfo-single-review .review-guarantee,
.bitfo-single-review .bitfo-review-stars-side .bitfo-review-short-terms {
  display: block;
  font-size: 0.7222222222rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  margin-top: 10px;
}
.bitfo-single-review .review-guarantee {
  color: #646464;
}
.bitfo-single-review .bitfo-review-stars-side .bitfo-review-short-terms {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 12px;
}
.bitfo-single-review .bitfo-info-icon {
  cursor: pointer;
}

.bitfo-default-filter {
  margin-bottom: 24px;
  min-width: 216px;
}

.review-heading {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 24px;
}
.review-heading div {
  width: 70%;
}
@media (max-width: 1151px) {
  .review-heading div {
    width: 50%;
  }
}
.review-heading .bitfo-eyebrow-heading {
  display: block;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.review-heading h3 {
  margin: 0;
}

.bitfo-blocks-cta {
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 8px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  font-size: 0.8333333333rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 1.2em 2.1333333333em;
  text-transform: uppercase;
}
.bitfo-blocks-cta [class*=material] {
  color: #ffffff;
  font-size: 20px;
  margin-left: 10px;
}

.bitfo-review-info-details {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  margin-bottom: 40px;
}
.bitfo-review-info-details .review-img {
  border-radius: 10px;
  min-height: 112px;
  object-fit: contain;
  width: 100%;
}

.bitfo-review-stars-side {
  margin-right: 32px;
  width: 25%;
}

.bitfo-review-main-content {
  width: 80%;
}

@media (max-width: 1151px) {
  .bitfo-review-stars-side {
    min-width: 32.786885245%;
    margin-right: 24px;
  }
}

.bitfo-review-rating .bitfo-star {
  font-size: 26px;
}

.bitfo-review-rating-container {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.bitfo-review-rate-number span {
  vertical-align: middle;
  height: 25px;
}

.bitfo-review-rate-number,
.bitfo-review-bullet-text {
  font-weight: 600;
  font-size: 1.1111111rem;
  line-height: 100%;
}

.bitfo-review-rating {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 26px;
}
.bitfo-review-rating .bitfo-star-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  margin-bottom: 0;
}
.bitfo-review-rating .bitfo-star-icon:last-child {
  margin-right: 0;
}

.tippy-box[data-theme~=bitfo-tooltip] {
  background-color: #fcfcfd;
  color: #474747;
  box-shadow: 0px 4px 16px rgba(133, 63, 207, 0.24);
  padding: 10px 12px 8px;
  border-radius: 8px;
  border: solid 2px #853fcf;
}
.tippy-box[data-theme~=bitfo-tooltip] .tippy-content {
  font-weight: 400;
  padding: 0;
}
.tippy-box[data-theme~=bitfo-tooltip] .tippy-arrow {
  color: #853fcf;
  bottom: -1px;
}

.bitfo-button-tertiary,
.bitfo-button-tertiary span {
  color: #853fcf;
  font-size: 0.83333333rem;
  font-weight: 700;
  vertical-align: middle;
}

.bitfo-button-tertiary [class*=material] {
  font-size: 24px;
}

.bitfo-review-main-content h4 {
  font-size: 1.11111111rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
}

.bitfo-review-main-content-items {
  margin: 0;
  list-style-type: none;
}
.bitfo-review-main-content-items li {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.bitfo-review-bullet-text {
  font-weight: 800;
  white-space: nowrap;
  margin-top: 4px;
  margin-right: 8px;
}

.bitfo-review-bullet-content p {
  font-size: 0.8333333333rem;
  margin: 0;
}

.bitfo-review-key-attr {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}

.bitfo-review-attribute {
  font-size: 0.8333333333rem;
  font-weight: bold;
  line-height: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  margin-right: 32px;
  margin-right: 4.1667751764%;
}
.bitfo-review-attribute:last-child {
  margin-right: 0;
}
.bitfo-review-attribute .bitfo-attribute-title {
  display: block;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 8px;
  margin-bottom: 14px;
}
.bitfo-review-attribute .bitfo-attribute-title span:first-child {
  max-width: 79.4117647059%;
}
.bitfo-review-attribute .bitfo-attribute-title > span:first-child {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.bitfo-review-attribute span {
  vertical-align: middle;
}
.bitfo-review-attribute .bitfo-info-icon {
  font-size: 20px;
  float: right;
  position: relative;
  top: -1.5px;
}

.bitfo-attribute-value {
  font-weight: 400;
}

.bitfo-review-accordion details {
  font-size: 0.8333333333rem;
  border-top: 1px solid;
  border-color: #cfcfcf;
  padding: 20px 0;
}
.bitfo-review-accordion details .bitfo-review-accordion-content {
  padding-left: 32px;
}
.bitfo-review-accordion details .bitfo-review-accordion-content * {
  margin-bottom: 0.5em;
}
.bitfo-review-accordion details:last-child {
  border-bottom: 1px solid #cfcfcf;
}
.bitfo-review-accordion details[open] .bitfo-chevron-right {
  transform: rotate(90deg);
}
.bitfo-review-accordion details > summary {
  list-style: none;
}
.bitfo-review-accordion details > summary::marker, .bitfo-review-accordion details > summary::-webkit-details-marker {
  display: none;
}
.bitfo-review-accordion summary {
  cursor: pointer;
  list-style-type: none;
  font-weight: bold;
  font-size: 0.888888888rem;
  line-height: 100%;
}
.bitfo-review-accordion summary .bitfo-chevron-right {
  font-size: 32px;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transform-origin: center center;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.bitfo-review-accordion summary {
  user-select: none;
}

@media (max-width: 767px) {
  #primary .bitfo-review-hide-on-mobile {
    display: none;
  }

  .bitfo-single-review .bitfo-review-mobile {
    display: block;
  }
  .bitfo-single-review .bitfo-review-mobile.bitfo-review-cta {
    text-align: center;
    padding: 24px 0 16px;
    background-color: #eef5fb;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 32px;
  }

  .bitfo-review-info-details {
    margin-bottom: 32px;
  }
  .bitfo-review-info-details .bitfo-review-mobile .bitfo-review-rating-container {
    display: block;
  }
  .bitfo-review-info-details .bitfo-review-mobile .bitfo-review-rate-number {
    margin-bottom: 8px;
  }
  .bitfo-review-info-details .bitfo-review-mobile .bitfo-review-rating {
    margin-left: -2px;
  }

  .bitfo-review-accordion .bitfo-review-main-content {
    margin-top: 16px;
  }
  .bitfo-review-accordion details .bitfo-review-accordion-content {
    padding-left: 0;
  }

  .bitfo-review-key-attr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .bitfo-review-key-attr {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .bitfo-review-key-attr .bitfo-review-attribute {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -o-flex-grow: 0;
    flex-grow: 0;
    margin-bottom: 32px;
    width: 40.7185628743%;
    margin-right: 0;
  }
  .bitfo-review-key-attr .bitfo-review-attribute .bitfo-attribute-title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .bitfo-review-key-attr .bitfo-review-attribute .bitfo-attribute-title span:first-child {
    display: inline-block;
    line-height: 1.25;
  }
  .bitfo-review-key-attr .bitfo-review-attribute .bitfo-info-icon {
    float: none;
    top: -0.5px;
  }
}
@media (max-width: 767px) {
  .review-heading div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bitfo-review-stars-side {
    max-width: 49%;
  }
}
@media (min-width: 768px) {
  #primary .bitfo-review-mobile-element {
    display: none;
  }
}
@media (max-width: 599px) {
  .bitfo-filters-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .bitfo-default-filter {
    min-width: 44.8087431694%;
    padding-left: 8px;
  }

  .bitfo-filter-container {
    margin-right: 0;
  }
}
/* Single Accordion Block
--------------------------------------------- */
/*--------------------------------------------------------------

# Plugins
--------------------------------------------------------------*/
/* TablePress customizations
--------------------------------------------- */
.dataTables_wrapper {
  border: 1px solid #d5e5f2;
  border-radius: 10px;
  overflow: hidden;
}
body .dataTables_wrapper {
  margin-bottom: 48px;
}

body .tablepress thead th,
body .tablepress tbody tr td {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 24px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  body .tablepress thead th,
body .tablepress tbody tr td {
    padding: 16px;
  }
}
body .tablepress thead th,
body .tablepress .sorting:hover,
body .tablepress .sorting_asc,
body .tablepress .sorting_desc {
  background-color: #2b74b5;
}
body .tablepress thead th {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
  border-right: solid 1px #ffffff;
}
body .tablepress thead th:last-child {
  border-right: none;
}
@media (max-width: 599px) {
  body .tablepress thead th {
    font-size: 0.7777777778rem;
  }
}
body .tablepress .even td,
body .tablepress .odd td {
  border: none;
  border-right: 1px solid rgba(43, 116, 181, 0.3);
}
body .tablepress .even td:last-child,
body .tablepress .odd td:last-child {
  border-right: none;
}
body .tablepress tbody tr td {
  font-size: 0.8888888rem;
  line-height: 1.4;
}
@media (max-width: 599px) {
  body .tablepress tbody tr td {
    font-size: 0.7777777778rem;
  }
}
body .tablepress .even td,
body .tablepress .row-hover tr.even:hover td {
  background-color: #e6f0f9;
}
body .tablepress .odd td,
body .tablepress .row-hover tr.odd:hover td {
  background-color: #f6fafe;
}
body .tablepress .sorting:after,
body .tablepress .sorting_asc:after,
body .tablepress .sorting_desc:after {
  right: 16px;
}
@media (max-width: 599px) {
  body .tablepress .sorting:after,
body .tablepress .sorting_asc:after,
body .tablepress .sorting_desc:after {
    right: 8px;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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 {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.container.site-main {
    position: relative;
}

body {
  position: relative;
}

body:before {
    content: "";
    background-image: url(http://playtoearndev.rvj1uid6in-dv13xl0l13gq.p.runcloud.link/wp-content/uploads/2022/04/pngfind.com-blue-line-png-1646309.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    transform: scale(-1, 1);
    background-repeat: no-repeat;
    opacity: 0.07;
    background-position: left;
    background-attachment: fixed;
}

/*SLICK*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;

}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
    color: #474747;
    text-decoration: none;
    font-weight: 400;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
  color: #853FCF;
}


.bitfo-post-list {
  margin: 0;
}

.bitfo-post-list li {
    position: relative;
    margin-bottom: 53px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 29px;
}

.bitfo-post-list li:last-of-type {
  border: none;
}

.bitfo-post-list .wp-block-latest-posts__featured-image {
  left: 0;
}

.bitfo-post-list .wp-block-latest-posts__featured-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.bitfo-post-list li h2 {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 1.7em !important;
    display: block;
    margin: 20px 0 10px;
text-decoration: none !important;}

.bitfo-post-list li h2 a,
.bitfo-post-list li h2 a:visited {
  color: #1a1a1a;
text-decoration: none;}

.bitfo-post-list .wp-block-latest-posts__post-date {
  display: inline-block;
}

.bitfo-post-list .wp-block-latest-posts__post-author {
    display: inline-block;
    margin-right: 11px;
    padding-right: 11px;
    border-right: 1px solid #6e6e6e;
}

.bitfo-post-list .wp-block-latest-posts__post-excerpt {
  font-weight: 300;
}

.bitfo-post-list .wp-block-latest-posts__post-excerpt {
    font-weight: 300;
    font-size: 1.1em;
margin-bottom: 28px;}

.bitfo-btn {
    background: linear-gradient(180deg, #9b23ea -35.67%, #5f72bd 142.5%);
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    transition: all .3s;
    transform: scale(1.0);
    font-weight: 700;
    text-transform: uppercase;
}

.bitfo-btn:visited {
  color: #fff !important;
  text-decoration: none;
}

.bitfo-btn:hover {
  color: #fff !important;
  font-size: 14px;
  transform: scale(1.07);
}


.home .entry-title,
.home .entry-header,
.home .bitfo-postmeta {
  display: none;
}

.home article .entry-content {
  margin-top: 0;
}

.home article .entry-content .widget-box {
  padding: 0;
  box-shadow: none;
  background: transparent;
}

.home .entry-content {
  display: flex;
  padding-top: 40px;
  gap: 40px;
}

.home .home-left {
  flex-basis: 66.6%;
}

.home .home-right {
  flex-basis: 33.3%;
  margin-top: 85px;
}

.home #block-23 {
  display: none;
}

.top-callouts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-bottom: 50px;
}

.bitfo-info-box {
    margin-right: 30px;
    background: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 10px;
}

.bitfo-info-box .box-item__image {
  position: relative;
  overflow: hidden;
  height: 100px;
  width: 100%;
border-radius: 5px;}

.bitfo-info-box .box-item__image img {
  /* height: 100%; */
  position: absolute;
  width: 100%;
  left: 0;
  /* top: -35%; */
}

.bitfo-info-box .box-item__description {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 21px;
}

.bitfo-info-box h3 {
    font-size: 20px !important;
    margin: 24px 0 18px;
}

.bitfo-info-box .bitfo-btn {
display: inline-block;
margin-bottom: 5px;
}

.home .wp-block-column .bitfo-info-box {
  /*border-top: 5px solid #2d3091;*/
}

.home .wp-block-column:nth-of-type(2) .bitfo-info-box {
  /*border-top: 5px solid #3a3a3a;*/
}

.home .wp-block-column:nth-of-type(3) .bitfo-info-box {
  /*border-top: 5px solid #ec1c23;*/
}

.home .home-header {
  margin-top: 0;
}

.home .addtoany_share_save_container,
.home .bitfo-single-author {
  display: none;
}


.site-main .entry-content .side-column {
    padding-top: 65px;
    padding-left: 34px;
}

.site-main .entry-content .side-column h2,
aside.widget-area .widget h2 {
    font-size: 20px;
    margin-top: 0;
padding-bottom: 6px;
margin-bottom: 15px;
border-bottom: 1px solid #f0e9fe;
}


.site-main .entry-content .side-widget,
aside.widget-area .widget,
.widget-box {
    background: #ffffff;
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 30px;
    margin-left: 0;

}

.widget h4 {
  margin-top: 0;
}

.wpp-list li a,
.wpp-list li a:visited {
  color: #474747 !important;
}

.wpp-post-title {
    margin-bottom: 0.5em !important;
    font-size: .9em !important;
    line-height: 1.2;
    color: #474747;
    font-weight: normal;
}

.site-main .entry-content .side-widget, aside.widget-area .widget img {
  width: 100%;
  border-radius: 5px;
}

aside.widget-area .widget .textwidget {
  font-weight: 300;
  font-size: .9em;
}

.side-widget.wp-block-latest-posts li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 69px;
}

.side-widget.wp-block-latest-posts li:last-of-type {
  margin-bottom: 0;
}

.side-widget.wp-block-latest-posts li a {
color: #1a1a1a;
font-size: 16px;
font-weight: 700;
}

.side-widget.wp-block-latest-posts li a:hover {
color: #9b23ea;
}

.side-widget.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 6px;
}

.side-widget.wp-block-latest-posts li .wp-block-latest-posts__post-date {
  font-size: 13px !important;
}

.interior-header {
 background: linear-gradient(180deg, #9b23ea -35.67%, #5f72bd 142.5%); 
}

.interior-header h1 {
    margin: 0;
    color: #fff;
    padding: 50px 0;
    text-shadow: 0px 3px 4px rgb(70 0 209);
}
.archive-description-container {
    background: #ebf2fc;
    border-radius: 8px;
    padding: 30px 40px;
    margin-top: 40px;

    font-weight: 200;
    font-size: .9em;
}

.archive-page .wp-block-latest-posts {

}

.archive-page .content-wrap {
  display: flex;
  margin-top: 40px;
}

.archive-page main {
    width: 66.6%;
    padding-right: 45px;
}

.archive-page aside {
  width: 33.3%;
}

.post .entry-header,
.page .entry-header{
  text-align: center;
}


.post .entry-title,
.page .entry-title {
  font-weight: 800;
  text-align: center;
}

.post .entry-meta,
.page .entry-meta {
    margin-bottom: 45px;
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    font-weight: 200;
    font-size: .8em;
}

.post .entry-meta > span,
.page .entry-meta > span {
    margin: 0 5px;
}

.post .entry-meta a:visited {
      color: #853FCF;
}

.post .post-thumbnail,
.page .post-thumbnail {
  text-align: center;
}

.post .post-thumbnail img, 
.page .post-thumbnail img {
    border-radius: 7px;
    width: 65%;
}

.post .post-body-wrap {
    display: flex;
    align-items: flex-start;
}

.post .post-body-wrap .entry-content {
    background: #ffffff;
    margin-top: 0;
    display: block;
    width: 66.6%;
    margin-right: 40px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    border-radius: 7px;
    padding: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}


.post .post-body-wrap aside {
  width: 33.3%;
  margin-top: 20px;
}

.entry-content a, 
.entry-content a:visited {
  text-decoration: underline;
  color: #853FCF;
}

a.cat-badge,
a.cat-badge:visited  {
    background: linear-gradient(180deg, #9b23ea -35.67%, #5f72bd 142.5%);
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 12px;
    font-size: .7em;
    border-radius: 4px;
    font-weight: 700;
    transition: all .3s;
}

a.cat-badge:hover {
  color: #fff !important;
  transform: scale(1.05);
}

.review-page .entry-content > .widget-box {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.review-page .review-intro {
  margin: 0 auto 60px;
  display: flex;
align-items: center;
gap: 50px;
margin-top: 40px;

}

.review-page .review-intro .featured {
    max-width: 450px;
}

.review-page .review-intro .featured img {
  border-radius: 6px;
  overflow: hidden;
}

.review-page .entry-header,
.review-page .entry-header h1,
.review-page .entry-header a {
  color: #fff;
}

.review-page .entry-header h1 {
  padding-bottom: 20px;
}

.review-page .entry-header a:hover {
  text-decoration: underline;
  color: #fff;
}

.review-page .entry-content {
     max-width: 1340px;
    margin: 0 auto; 
}

.review-page .info-box,
.review-page .widget-box {
    position: sticky;
    top: 130px;
    line-height: 2em;
}

.review-page .info-box a {
  display: block;
}

.review-page .info-box strong {
  font-weight: 800;
  color: #000;
}

.review-page .info-box a.bitfo-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    font-size: 1.2em;
}

.review-page .review-intro .featured .bitfo-btn {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}


.home-carousel .slick-slide {
      margin: 0 17px;
  }

.home-carousel .slick-list {
      margin: 0 -17px;
  }

.home-carousel .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 15px;  
}  

.home-carousel .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.home-carousel .slick-dots button {
    width: 7px;
    height: 7px;
    font-size: 0;
    display: inline-block;
    transition: all .3s;
}

.home-carousel .slick-dots .slick-active button {
  width: 11px;
  height: 11px;
}


.home-carousel .home-car-slide {
    position: relative;
    border-radius: 7px;
    background-color: rgba(0,0,0,0.2);
    overflow: hidden;
    border: 0px solid #fff;
}

.home-carousel .home-car-slide a {
  display: block;
}

.home-carousel .home-car-slide a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.45;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(255,255,255,0) 100%);
    transition: all .3s;
}

.home-carousel .home-car-slide:hover a:before {
  opacity: 0.85;
}

.home-carousel .home-car-slide img {
  width: 100%;
}

.home-carousel .home-car-slide h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 31px;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 80%);
    font-weight: 800;
    font-size: 1.2em;
    pointer-events: none;
    padding-right: 0px;
    transition: all .3s;
}

.home-carousel .home-car-slide h3:after {
    content: "";
    background-image: url(http://www.playtoearn.online/wp-content/uploads/2022/04/8725545_arrow_right_icon.png);
    width: 28px;
    height: 36px;
    display: block;
    position: absolute;
    top: -5px;
    right: 15px;
    background-size: cover;
    transition: all .3s;
    opacity: 0;

}

.home-carousel .home-car-slide:hover h3 {
  padding-right: 32px;
}

.home-carousel .home-car-slide:hover h3:after {
  right: 0;
  opacity: 1;
}

.entry-footer {
  display: none;
}

.pagination a.page-numbers {
    background: linear-gradient(180deg, #9b23ea -35.67%, #5f72bd 142.5%);
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    transition: all .3s;
    transform: scale(1.0);
    font-weight: 700;
    text-transform: uppercase;  
}

.breadcrumbs {
  display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 15px;
}




@media(max-width: 991px) {

.home article .entry-content,
.archive-page .content-wrap {
  display: block;
}

.post .post-body-wrap {
  display: block;
}

.post .post-body-wrap aside,
.post .post-body-wrap .entry-content,
.archive-page aside,
.archive-page main {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
}

.home .wp-block-columns {
  display: block;
}

.site-main .entry-content .side-column {
  padding: 0;
  margin: 0 !important;
}

.review-page .review-intro {
  flex-wrap: wrap;
}

.review-page .review-intro .featured {
    max-width: 100%;
}


.review-page .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child), 
.review-page .review-intro .featured,
.review-page .review-intro .intro-content {
  flex-basis: 100% !important;
  margin: 0 20px;
}

.review-page .wp-block-columns .wp-block-column:nth-of-type(1) {
  order: 2;
}

.review-page .wp-block-columns .wp-block-column:nth-of-type(2) {
  order: 1;
}

}


@media(max-width: 767px) {

.post .post-thumbnail img, .page .post-thumbnail img {
    border-radius: 7px;
    width: 90%;
}

.home-carousel {
  margin-top: 25px;
}

.home-carousel .home-car-slide h3 {
  font-size: 1.1em;
}

}

.brett {
  margin: 0;
  opacity: 0;
}


.parent-pageid-10544 .post-thumbnail img {
  max-width: 400px;
}
