[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {
  --theme-button-text-initial-color: var(
    --theme-button-background-initial-color
  );
  --theme-button-text-hover-color: #ffffff;
}
[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
  --logo-max-height: 52px;
}
[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
  --theme-font-weight: 700;
  --theme-font-size: 27px;
  --theme-link-initial-color: var(--theme-palette-color-1);
  --theme-link-hover-color: var(--theme-palette-color-1);
}
[data-header*="type-1"]
  .ct-header
  [data-transparent-row="yes"]
  [data-id="logo"]
  .site-title {
  --theme-link-initial-color: var(--theme-palette-color-5);
  --theme-link-hover-color: var(--theme-palette-color-5);
}
[data-header*="type-1"] .ct-header [data-id="menu"] {
  --menu-items-spacing: 70px;
  --menu-indicator-hover-color: var(--theme-palette-color-1);
  --menu-indicator-active-color: var(--theme-palette-color-1);
  --margin: 0 px 0 70px !important;
}
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
  --theme-font-weight: 600;
  --theme-text-transform: none;
  --theme-font-size: 17px;
  --theme-line-height: 1.3;
  --theme-link-initial-color: rgba(255, 255, 255, 0.6);
  --theme-link-hover-color: #ffffff;
}
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
  --theme-link-initial-color: #ffffff;
  --theme-font-weight: 500;
  --theme-font-size: 12px;
}
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
  --dropdown-top-offset: 15px;
  --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
  --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
  --theme-border-radius: 2px;
}
[data-header*="type-1"]
  .ct-header
  [data-transparent-row="yes"]
  [data-id="menu"]
  > ul
  > li
  > a {
  --theme-link-initial-color: rgba(255, 255, 255, 0.6);
  --theme-link-hover-color: var(--theme-palette-color-8);
}
[data-header*="type-1"] .ct-header [data-row*="middle"] {
  --height: 85px;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: 0px 10px 25px -3px rgba(43, 61, 80, 0.1);
}
[data-header*="type-1"] .ct-header [data-row*="middle"] > div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}
[data-header*="type-1"]
  .ct-header
  [data-transparent-row="yes"][data-row*="middle"] {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}
[data-header*="type-1"]
  .ct-header
  [data-transparent-row="yes"][data-row*="middle"]
  > div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}
[data-header*="type-1"] [data-id="mobile-menu"] {
  --theme-font-weight: 700;
  --theme-font-size: 20px;
  --theme-link-initial-color: #ffffff;
  --mobile-menu-divider: none;
}
[data-header*="type-1"] #offcanvas {
  background-color: rgba(18, 21, 25, 0.98);
  --vertical-alignment: flex-start;
  --panel-content-height: 100%;
  --horizontal-alignment: initial;
  --text-horizontal-alignment: initial;
  --has-indentation: 1;
}
[data-header*="type-1"] [data-id="trigger"] {
  --theme-icon-size: 18px;
  --theme-icon-color: var(--theme-text-color);
  --secondColor: #eeeeee;
  --secondColorHover: #eeeeee;
  --toggle-button-radius: 3px;
}
[data-header*="type-1"] [data-id="trigger"]:not([data-design="simple"]) {
  --toggle-button-padding: 10px;
}
[data-header*="type-1"] [data-id="trigger"] .ct-label {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}
[data-header*="type-1"] [data-transparent-row="yes"] [data-id="trigger"] {
  --theme-icon-color: var(--theme-palette-color-5);
}
[data-header*="type-1"] {
  --header-height: 85px;
}
[data-header*="type-1"] .ct-header {
  background-image: none;
}
[data-header*="type-1"] [data-transparent] {
  background-image: none;
}
[data-footer*="type-1"] [data-id="copyright"] {
  --theme-font-weight: 400;
  --theme-font-size: 15px;
  --theme-line-height: 1.3;
  --theme-text-color: #6c737d;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
  --container-spacing: 25px;
  --columns-gap: 60px;
  --theme-border: none;
  --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
  --theme-border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  --grid-template-columns: 2fr 1fr;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
  --theme-font-size: 16px;
  --theme-heading-color: var(--theme-palette-color-5);
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget {
  --theme-text-color: #6c737d;
  --theme-link-initial-color: #6c737d;
  --theme-link-hover-color: var(--theme-palette-color-1);
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
  --theme-border-top: none;
  --theme-border-bottom: none;
  background-color: transparent;
}
[data-footer*="type-1"] [data-id="socials"].ct-footer-socials {
  --theme-icon-size: 15px;
  --items-spacing: 30px;
}
[data-footer*="type-1"] [data-column="socials"] {
  --horizontal-alignment: flex-end;
}
[data-footer*="type-1"] [data-id="socials"].ct-footer-socials .ct-label {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --visibility: none;
}
[data-footer*="type-1"]
  [data-id="socials"].ct-footer-socials
  [data-color="custom"] {
  --theme-icon-color: #6c737d;
  --theme-icon-hover-color: var(--theme-palette-color-8);
  --background-color: rgba(218, 222, 228, 0.3);
  --background-hover-color: var(--theme-palette-color-1);
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
  --container-spacing: 100px;
  --theme-border: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --grid-template-columns: 2fr 1fr 1fr 1fr;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] .widget-title {
  --theme-font-size: 16px;
  --theme-heading-color: var(--theme-palette-color-5);
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] .ct-widget {
  --theme-text-color: #6c737d;
  --theme-link-initial-color: #6c737d;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] {
  --theme-border-top: none;
  --theme-border-bottom: none;
  background-color: rgba(240, 241, 245, 0);
}
[data-footer*="type-1"][data-footer*="reveal"] .site-main {
  --footer-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
}
[data-footer*="type-1"] .ct-footer {
  background-color: #111518;
}
[data-footer*="type-1"] footer.ct-container {
  --footer-container-bottom-offset: 50px;
  --footer-container-padding: 0px 35px;
}
:root {
  --theme-font-family: var(--theme-font-stack-default);
  --theme-font-weight: 400;
  --theme-text-transform: none;
  --theme-text-decoration: none;
  --theme-font-size: 16px;
  --theme-line-height: 1.65;
  --theme-letter-spacing: 0em;
  --theme-button-font-weight: 500;
  --theme-button-font-size: 15px;
  --has-classic-forms: var(--true);
  --has-modern-forms: var(--false);
  --theme-form-field-border-initial-color: var(--theme-border-color);
  --theme-form-field-border-focus-color: var(--theme-palette-color-1);
  --theme-form-selection-field-initial-color: var(--theme-border-color);
  --theme-form-selection-field-active-color: var(--theme-palette-color-1);
  --e-global-color-blocksy_palette_1: var(--theme-palette-color-1);
  --e-global-color-blocksy_palette_2: var(--theme-palette-color-2);
  --e-global-color-blocksy_palette_3: var(--theme-palette-color-3);
  --e-global-color-blocksy_palette_4: var(--theme-palette-color-4);
  --e-global-color-blocksy_palette_5: var(--theme-palette-color-5);
  --e-global-color-blocksy_palette_6: var(--theme-palette-color-6);
  --e-global-color-blocksy_palette_7: var(--theme-palette-color-7);
  --e-global-color-blocksy_palette_8: var(--theme-palette-color-8);
  --theme-palette-color-1: #ee0092;
  --theme-palette-color-2: #c9007c;
  --theme-palette-color-3: #3a4f66;
  --theme-palette-color-4: #192a3d;
  --theme-palette-color-5: #e1e8ed;
  --theme-palette-color-6: #f2f5f7;
  --theme-palette-color-7: #fafbfc;
  --theme-palette-color-8: #ffffff;
  --theme-text-color: var(--theme-palette-color-3);
  --theme-link-initial-color: var(--theme-palette-color-1);
  --theme-link-hover-color: var(--theme-palette-color-2);
  --theme-selection-text-color: #ffffff;
  --theme-selection-background-color: var(--theme-palette-color-1);
  --theme-border-color: var(--theme-palette-color-5);
  --theme-headings-color: var(--theme-palette-color-4);
  --theme-content-spacing: 1.5em;
  --theme-button-min-height: 40px;
  --theme-button-shadow: none;
  --theme-button-transform: none;
  --theme-button-text-initial-color: #ffffff;
  --theme-button-text-hover-color: #ffffff;
  --theme-button-background-initial-color: var(--theme-palette-color-1);
  --theme-button-background-hover-color: var(--theme-palette-color-2);
  --theme-button-border: none;
  --theme-button-padding: 5px 20px;
  --theme-normal-container-max-width: 1700px;
  --theme-content-vertical-spacing: 70px;
  --theme-container-edge-spacing: 90vw;
  --theme-narrow-container-max-width: 1000px;
  --theme-wide-offset: 130px;
}
h1 {
  --theme-font-weight: 700;
  --theme-font-size: 40px;
  --theme-line-height: 1.5;
}
h2 {
  --theme-font-weight: 800;
  --theme-font-size: 35px;
  --theme-line-height: 1.4;
}
h3 {
  --theme-font-weight: 700;
  --theme-font-size: 30px;
  --theme-line-height: 1.5;
}
h4 {
  --theme-font-weight: 700;
  --theme-font-size: 25px;
  --theme-line-height: 1.5;
}
h5 {
  --theme-font-weight: 700;
  --theme-font-size: 20px;
  --theme-line-height: 1.5;
}
h6 {
  --theme-font-weight: 700;
  --theme-font-size: 16px;
  --theme-line-height: 1.5;
}
.wp-block-pullquote {
  --theme-font-family: Georgia;
  --theme-font-weight: 600;
  --theme-font-size: 25px;
}
pre,
code,
samp,
kbd {
  --theme-font-family: monospace;
  --theme-font-weight: 400;
  --theme-font-size: 16px;
}
figcaption {
  --theme-font-size: 14px;
}
.ct-sidebar .widget-title {
  --theme-font-size: 20px;
  --theme-heading-color: var(--theme-palette-color-5);
}
.ct-breadcrumbs {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}
body {
  background-color: var(--theme-palette-color-8);
  background-image: none;
}
[data-prefix="single_blog_post"] .entry-header .page-title {
  --theme-font-size: 40px;
  --theme-line-height: 1.3;
  --theme-heading-color: var(--theme-palette-color-5);
}
[data-prefix="single_blog_post"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}
[data-prefix="search"] .entry-header .page-title {
  --theme-font-size: 30px;
}
[data-prefix="search"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}
[data-prefix="author"] .entry-header .page-title {
  --theme-font-size: 30px;
}
[data-prefix="author"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}
[data-prefix="author"] .hero-section[data-type="type-2"] {
  background-color: var(--theme-palette-color-6);
  background-image: none;
  --container-padding: 50px 0px;
}
[data-prefix="blog"] .entries {
  --grid-template-columns: repeat(4, minmax(0, 1fr));
  --grid-columns-gap: 40px;
}
[data-prefix="blog"] .entry-card .entry-title {
  --theme-font-size: 25px;
  --theme-line-height: 1.3;
}
[data-prefix="blog"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}
[data-prefix="blog"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-border-radius: 5px;
  --theme-box-shadow: 0px 10px 50px 10px rgba(33, 55, 99, 0.08);
}
[data-prefix="blog"]
  [data-archive="default"]
  .card-content
  .ct-media-container {
  --card-element-spacing: 30px;
}
[data-prefix="categories"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}
[data-prefix="categories"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}
[data-prefix="categories"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}
[data-prefix="categories"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}
[data-prefix="author"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}
[data-prefix="author"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}
[data-prefix="author"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}
[data-prefix="author"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}
[data-prefix="search"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}
[data-prefix="search"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}
[data-prefix="search"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}
[data-prefix="search"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}
form textarea {
  --theme-form-field-height: 170px;
}
[data-sidebar] {
  --sidebar-gap: 3%;
}
.ct-sidebar > * {
  --theme-text-color: rgba(255, 255, 255, 0.6);
}
.ct-sidebar {
  --theme-link-initial-color: rgba(255, 255, 255, 0.6);
}
[data-sidebar] > aside {
  --sidebar-background-color: #232528;
  --sidebar-inner-spacing: 40px;
}
aside[data-type="type-3"] {
  --theme-border: 1px solid rgba(224, 229, 235, 0.8);
}
.ct-back-to-top {
  --theme-icon-color: #ffffff;
  --theme-icon-hover-color: #ffffff;
  --top-button-background-color: var(--theme-palette-color-1);
  --top-button-background-hover-color: var(--theme-palette-color-2);
}
[data-prefix="single_blog_post"] {
  background-position: 50% 46%;
  background-size: cover;
  background-color: #000000;
  background-image:
    linear-gradient(rgba(18, 22, 26, 0.96), rgba(18, 22, 26, 0.96)),
    url(https://squidapps.infinityfreeapp.com/wp-content/uploads/2020/05/ron-whitaker-mVuKCYMGZBM-unsplash.jpg);
}
[data-prefix="single_blog_post"]
  [class*="ct-container"]
  > article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}
[data-prefix="single_page"] [class*="ct-container"] > article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}
@media (max-width: 999.98px) {
  [data-header*="type-1"] #offcanvas {
    --vertical-alignment: center;
    --panel-content-height: auto;
    --horizontal-alignment: center;
    --text-horizontal-alignment: center;
    --has-indentation: 0;
  }
  [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --container-spacing: 50px;
    --columns-gap: 40px;
    --grid-template-columns: initial;
  }
  [data-footer*="type-1"] [data-column="socials"] {
    --horizontal-alignment: center;
  }
  [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    --grid-template-columns: repeat(2, 1fr);
  }
  [data-footer*="type-1"] footer.ct-container {
    --footer-container-padding: 0vw 4vw;
  }
  [data-prefix="single_blog_post"] .entry-header .page-title {
    --theme-font-size: 30px;
  }
  [data-prefix="single_blog_post"] .hero-section[data-type="type-1"] {
    --alignment: left;
  }
  [data-prefix="blog"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-prefix="blog"] .entry-card .entry-title {
    --theme-font-size: 20px;
  }
  [data-prefix="categories"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-prefix="author"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-prefix="search"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 689.98px) {
  [data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 70px;
  }
  [data-header*="type-1"] {
    --header-height: 70px;
  }
  [data-footer*="type-1"] [data-column="copyright"] {
    --horizontal-alignment: center;
  }
  [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --container-spacing: 40px;
    --columns-gap: 30px;
    --grid-template-columns: initial;
  }
  [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    --container-spacing: 40px;
    --grid-template-columns: initial;
  }
  [data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] {
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
  }
  [data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] {
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
  }
  [data-footer*="type-1"] footer.ct-container {
    --footer-container-padding: 0vw 5vw;
  }
  [data-prefix="single_blog_post"] .entry-header .page-title {
    --theme-font-size: 25px;
  }
  [data-prefix="single_blog_post"] .hero-section[data-type="type-1"] {
    --alignment: center;
  }
  [data-prefix="blog"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [data-prefix="blog"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }
  [data-prefix="blog"] .entry-card {
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
  }
  [data-prefix="categories"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [data-prefix="categories"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }
  [data-prefix="author"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [data-prefix="author"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }
  [data-prefix="search"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [data-prefix="search"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }
}
