﻿[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container
{
    --logo-max-height: 40px;
}
[data-header*="type-1"] .ct-header [data-id="logo"] .site-title
{
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
    --theme-link-initial-color: var(--theme-palette-color-4);
}
[data-header*="type-1"] .ct-header [data-id="menu"]
{
    --menu-items-gap: 20px;
    --menu-indicator-hover-color: #fff;
}
[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a
{
    --menu-item-height: 55%;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: #fff;
    --theme-link-hover-color: var(--theme-palette-color-1);
    --theme-link-active-color: var(--theme-palette-color-1);
    --menu-item-radius: 100px;
}
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link
{
    --theme-link-initial-color: #000;
    --theme-link-hover-color: #000;
    --theme-link-active-color: #000;
    --theme-font-weight: 500;
    --theme-font-size: 14px;
}
[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu
{
    --dropdown-background-color: #fff;
    --dropdown-background-hover-color: var(--theme-palette-color-2);
    --dropdown-width: 300px;
    --dropdown-divider: none;
    --theme-box-shadow: 0px 10px 20px rgba(68,126,227,.28);
    --theme-border-radius: 0px 0px 15px 15px;
}
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu
{
    --sticky-state-dropdown-top-offset: 0px;
}
[data-header*="type-1"] .ct-header [data-row*="middle"]
{
    --height: 76px;
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}
[data-header*="type-1"] .ct-header [data-row*="middle"]>div
{
    --theme-border-top: none;
    --theme-border-bottom: 2px solid #fff;
}
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"]
{
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}
[data-header*="type-1"] .ct-header [data-sticky*="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: #fff;
    --mobile-menu-divider: none;
}
[data-header*="type-1"] #offcanvas
{
    --theme-box-shadow: 0px 0px 70px rgba(0,0,0,.35);
    --side-panel-width: 500px;
}
[data-header*="type-1"] #offcanvas .ct-panel-inner
{
    background-color: rgba(18,21,25,.98);
}
[data-header*="type-1"] [data-id="trigger"]
{
    --theme-icon-size: 18px;
    --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"]
{
    --header-height: 76px;
    --header-sticky-height: 76px;
    --header-sticky-offset: 0px;
}
[data-header*="type-1"] .ct-header
{
    background-image: none;
}
[data-header*="type-1"] [data-sticky*="yes"]
{
    background-image: none;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div
{
    --container-spacing: 25px;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: initial;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title
{
    --theme-font-size: 16px;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"]
{
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: transparent;
}
[data-footer*="type-1"] [data-id="copyright"]
{
    --theme-font-weight: 400;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
    --theme-text-color: #fff;
}
[data-footer*="type-1"] [data-column="copyright"]
{
    --horizontal-alignment: center;
    --vertical-alignment: center;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"]>div
{
    --container-spacing: 70px;
    --theme-border: none;
    --theme-border-top: 2px solid var(--theme-palette-color-1);
    --theme-border-bottom: none;
    --grid-template-columns: initial;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title
{
    --theme-font-size: 16px;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"]
{
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: var(--theme-palette-color-7);
}
[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .ct-widget
{
    --theme-text-color: var(--theme-palette-color-3);
}
[data-footer*="type-1"][data-footer*="reveal"] .site-main
{
    --footer-box-shadow: 0px 30px 50px rgba(0,0,0,.1);
}
[data-footer*="type-1"] .ct-footer
{
    background-color: var(--theme-palette-color-1);
}
[data-footer*="type-1"] footer.ct-container
{
    --footer-container-bottom-offset: 50px;
    --footer-container-padding: 0px 35px;
}
:root
{
    --theme-font-family: Inter,Sans-Serif;
    --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-family: Inter,Sans-Serif;
    --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);
    --theme-palette-color-1: #447fe2;
    --theme-palette-color-2: #fecc00;
    --theme-palette-color-3: #4e4e4e;
    --theme-palette-color-4: #053271;
    --theme-palette-color-5: #ffe065;
    --theme-palette-color-6: #000;
    --theme-palette-color-7: #fafbfc;
    --theme-palette-color-8: #447fe2;
    --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: #fff;
    --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: #fff;
    --theme-button-text-hover-color: #fff;
    --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-border-radius: 100px;
    --theme-button-padding: 5px 20px;
    --theme-normal-container-max-width: 1290px;
    --theme-content-vertical-spacing: 60px;
    --theme-container-edge-spacing: 90vw;
    --theme-narrow-container-max-width: 750px;
    --theme-wide-offset: 130px;
}
h1
{
    --theme-font-family: Inter,Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 40px;
    --theme-line-height: 1.5;
}
h2
{
    --theme-font-family: Inter,Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 35px;
    --theme-line-height: 1.5;
}
h3
{
    --theme-font-family: Inter,Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-line-height: 1.5;
}
h4
{
    --theme-font-family: Inter,Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
}
h5
{
    --theme-font-family: Inter,Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-line-height: 1.5;
}
h6
{
    --theme-font-family: Inter,Sans-Serif;
    --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;
}
code, kbd, samp, pre
{
    --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;
}
.ct-breadcrumbs
{
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}
body
{
    background-color: var(--theme-palette-color-7);
    background-image: none;
}
[data-prefix="single_blog_post"] .entry-header .page-title
{
    --theme-font-size: 50px;
    --theme-heading-color: #fff;
}
[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;
    --theme-text-color: #fff;
}
[data-prefix="single_blog_post"] .entry-header .ct-breadcrumbs
{
    --theme-text-color: #fff;
    --theme-link-initial-color: var(--theme-palette-color-2);
}
[data-prefix="single_blog_post"] .hero-section[data-type="type-2"]
{
    --min-height: 377px;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--theme-palette-color-1);
    background-image: url(http://casinoutanregistrering-org.stage.aphex.me/wp-content/uploads/2024/07/Rect-Light.svg);
    --container-padding: 50px 0px;
}
[data-prefix="blog"] .entry-header .page-title
{
    --theme-font-size: 50px;
    --theme-heading-color: #fff;
}
[data-prefix="blog"] .entry-header .entry-meta
{
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}
[data-prefix="blog"] .entry-header .ct-breadcrumbs
{
    --theme-text-color: #fff;
    --theme-link-initial-color: var(--theme-palette-color-2);
}
[data-prefix="blog"] .hero-section[data-type="type-2"]
{
    --min-height: 377px;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--theme-palette-color-1);
    background-image: url(http://casinoutanregistrering-org.stage.aphex.me/wp-content/uploads/2024/07/Rect-Light.svg);
    --container-padding: 50px 0px;
}
[data-prefix="categories"] .entry-header .page-title
{
    --theme-font-size: 50px;
    --theme-heading-color: #fff;
}
[data-prefix="categories"] .entry-header .entry-meta
{
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}
[data-prefix="categories"] .entry-header .ct-breadcrumbs
{
    --theme-text-color: #fff;
    --theme-link-initial-color: var(--theme-palette-color-2);
    --theme-link-hover-color: #fff;
}
[data-prefix="categories"] .hero-section[data-type="type-2"]
{
    --min-height: 377px;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--theme-palette-color-1);
    background-image: url(http://casinoutanregistrering-org.stage.aphex.me/wp-content/uploads/2024/07/Rect-Light.svg);
    --container-padding: 50px 0px;
}
[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="single_page"] .entry-header .page-title
{
    --theme-font-size: 50px;
    --theme-heading-color: #fff;
}
[data-prefix="single_page"] .entry-header .entry-meta
{
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
    --theme-text-color: #fff;
}
[data-prefix="single_page"] .entry-header .ct-breadcrumbs
{
    --theme-text-color: #fff;
    --theme-link-initial-color: var(--theme-palette-color-2);
}
[data-prefix="single_page"] .hero-section[data-type="type-2"]
{
    --min-height: 377px;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--theme-palette-color-1);
    background-image: url(http://casinoutanregistrering-org.stage.aphex.me/wp-content/uploads/2024/07/Rect-Light.svg);
    --container-padding: 50px 0px;
}
[data-prefix="blog"] .entries
{
    --grid-template-columns: repeat(2,minmax(0,1fr));
}
[data-prefix="blog"] .entry-card .entry-title
{
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
    --theme-link-hover-color: var(--theme-palette-color-1);
}
[data-prefix="blog"] .entry-card .entry-meta
{
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-link-hover-color: var(--theme-palette-color-1);
}
[data-prefix="blog"] .entry-card
{
    background-color: #fff;
    --card-border: 1px solid rgba(44,62,80,.2);
    --theme-border-radius: 15px;
    --theme-image-border-radius: calc(15px - 1px);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34,56,101,.04);
}
[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container
{
    --card-element-spacing: 30px;
}
[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"]
{
    --card-element-spacing: 15px;
}
[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"]
{
    --card-element-spacing: 15px;
}
[data-prefix="blog"] .entry-button.ct-button
{
    --theme-button-text-hover-color: var(--theme-palette-color-3);
}
body[data-prefix="blog"]
{
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e6e8eb' fill-opacity='0.52'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[data-prefix="categories"] .entries
{
    --grid-template-columns: repeat(2,minmax(0,1fr));
}
[data-prefix="categories"] .entry-card .entry-title
{
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
    --theme-link-hover-color: var(--theme-palette-color-1);
}
[data-prefix="categories"] .entry-card .entry-meta
{
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-link-hover-color: var(--theme-palette-color-1);
}
[data-prefix="categories"] .entry-card
{
    background-color: var(--theme-palette-color-7);
    --card-border: 1px solid rgba(44,62,80,.2);
    --theme-border-radius: 15px;
    --theme-image-border-radius: calc(15px - 1px);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34,56,101,.04);
}
[data-prefix="categories"] [data-archive="default"] .card-content .ct-media-container
{
    --card-element-spacing: 30px;
}
[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"]
{
    --card-element-spacing: 15px;
}
[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"]
{
    --card-element-spacing: 15px;
}
[data-prefix="categories"] .entry-button.ct-button
{
    --theme-button-text-hover-color: var(--theme-palette-color-3);
}
[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,.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,.04);
}
form textarea
{
    --theme-form-field-height: 170px;
}
[data-sidebar]
{
    --sidebar-width: 25%;
    --sidebar-width-no-unit: 25;
    --sidebar-gap: 2%;
    --sidebar-offset: 0px;
}
.ct-sidebar
{
    --theme-link-initial-color: var(--theme-text-color);
    --sidebar-widgets-spacing: 25px;
}
[data-sidebar]>aside
{
    --sidebar-background-color: #fff;
    --sidebar-inner-spacing: 20px;
}
aside[data-type="type-2"]
{
    --theme-border: 1px solid rgba(224,229,235,.8);
    --theme-border-radius: 15px;
    --theme-box-shadow: 0px 12px 18px -6px rgba(34,56,101,.04);
}
.ct-back-to-top .ct-icon
{
    --theme-icon-size: 20px;
}
.ct-back-to-top
{
    --back-top-bottom-offset: 15px;
    --theme-icon-color: #fff;
    --theme-icon-hover-color: #fff;
    --top-button-background-color: var(--theme-palette-color-2);
    --top-button-background-hover-color: var(--theme-palette-color-2);
    --theme-border-radius: 100px;
}
[data-prefix="single_blog_post"] .post-navigation
{
    --theme-link-initial-color: var(--theme-text-color);
    --theme-link-hover-color: var(--theme-palette-color-1);
}
[data-prefix="single_blog_post"] .ct-related-posts .ct-module-title
{
    --theme-heading-color: #fff;
}
[data-prefix="single_blog_post"] .ct-related-posts-container
{
    background-color: var(--theme-palette-color-1);
}
[data-prefix="single_blog_post"] .ct-related-posts .related-entry-title
{
    --theme-font-size: 16px;
    --theme-heading-color: #fff;
}
[data-prefix="single_blog_post"] .ct-related-posts .entry-meta
{
    --theme-font-size: 14px;
    --theme-text-color: #fff;
    --theme-link-hover-color: var(--theme-palette-color-2);
}
[data-prefix="single_blog_post"] .ct-related-posts
{
    --grid-template-columns: repeat(3,1fr);
}
[data-prefix="single_blog_post"]
{
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e6e8eb' fill-opacity='0.52'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"]
{
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background,#fff);
    --theme-boxed-content-border-radius: 15px;
    --theme-boxed-content-border: 1px solid rgba(44,62,80,.2);
    --theme-boxed-content-spacing: 40px;
    --theme-boxed-content-box-shadow: 0px 12px 18px -6px rgba(34,56,101,.04);
}
[data-prefix="single_page"]
{
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e6e8eb' fill-opacity='0.35'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[data-prefix="single_page"] [class*="ct-container"]>article[class*="post"]
{
    --has-boxed: var(--true);
    --has-wide: var(--false);
    background-color: var(--has-background,#fff);
    --theme-boxed-content-border-radius: 15px;
    --theme-boxed-content-border: 1px solid rgba(44,62,80,.2);
    --theme-boxed-content-spacing: 40px;
    --theme-boxed-content-box-shadow: 0px 12px 18px -6px rgba(34,56,101,.04);
}
@media(max-width: 999.98px)
{
    [data-header*="type-1"] [data-id="mobile-menu"]
    {
        --theme-font-size: 18px;
    }
    [data-header*="type-1"] #offcanvas
    {
        background-color: rgba(68,126,227,.51);
        --side-panel-width: 65vw;
    }
    [data-header*="type-1"] #offcanvas .ct-panel-inner
    {
        background-color: #123c84;
    }
    [data-header*="type-1"] [data-id="trigger"]
    {
        --theme-icon-color: var(--theme-palette-color-7);
    }
    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div
    {
        --grid-template-columns: initial;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"]>div
    {
        --container-spacing: 50px;
        --grid-template-columns: initial;
    }
    [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-2"]
    {
        --min-height: 0px;
    }
    [data-prefix="blog"] .entry-header .page-title
    {
        --theme-font-size: 30px;
    }
    [data-prefix="blog"] .hero-section[data-type="type-2"]
    {
        --min-height: 0px;
    }
    [data-prefix="categories"] .entry-header .page-title
    {
        --theme-font-size: 30px;
    }
    [data-prefix="categories"] .hero-section[data-type="type-2"]
    {
        --min-height: 0px;
    }
    [data-prefix="single_page"] .entry-header .page-title
    {
        --theme-font-size: 30px;
    }
    [data-prefix="single_page"] .hero-section[data-type="type-2"]
    {
        --min-height: 0px;
    }
    [data-prefix="author"] .entries
    {
        --grid-template-columns: repeat(2,minmax(0,1fr));
    }
    [data-prefix="search"] .entries
    {
        --grid-template-columns: repeat(2,minmax(0,1fr));
    }
    [data-prefix="single_blog_post"] .ct-related-posts
    {
        --grid-template-columns: repeat(2,1fr);
    }
    [data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"]
    {
        --theme-boxed-content-spacing: 35px;
    }
    [data-prefix="single_page"] [class*="ct-container"]>article[class*="post"]
    {
        --theme-boxed-content-spacing: 35px;
    }
}
@media(max-width: 689.98px)
{
    [data-header*="type-1"] #offcanvas
    {
        --side-panel-width: 90vw;
    }
    [data-header*="type-1"] #offcanvas .ct-toggle-close
    {
        --theme-icon-color: #fff;
    }
    [data-header*="type-1"] #offcanvas .ct-toggle-close:hover
    {
        --theme-icon-color: var(--theme-palette-color-2);
    }
    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div
    {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }
    [data-footer*="type-1"] .ct-footer [data-row*="middle"]>div
    {
        --container-spacing: 40px;
        --grid-template-columns: initial;
    }
    [data-footer*="type-1"] footer.ct-container
    {
        --footer-container-padding: 0vw 5vw;
    }
    [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="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;
    }
    :root
    {
        --theme-content-vertical-spacing: 50px;
        --theme-container-edge-spacing: 88vw;
    }
    [data-prefix="single_blog_post"] .ct-related-posts
    {
        --grid-template-columns: repeat(1,1fr);
    }
    [data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"]
    {
        --has-boxed: var(--false);
        --has-wide: var(--true);
        --theme-boxed-content-spacing: 20px;
    }
    [data-prefix="single_page"]
    {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23e6e8eb' fill-opacity='0.52'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    [data-prefix="single_page"] [class*="ct-container"]>article[class*="post"]
    {
        --has-boxed: var(--false);
        --has-wide: var(--true);
        --theme-boxed-content-spacing: 20px;
    }
}